  /*Social*/
/*Red Theme*/
.input-tbl, .review-tbl, .user-review-tbl, .title-tbl {
  display: table;
  width: 100%; }

.input-tbl .input-cell, .user-review-tbl .user-review-cell, .title-tbl .title-tbl-cell {
  display: table-cell;
  vertical-align: middle; }

.container {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }
  .container:hover:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.pincode-wrapper, .write-review-wrapper, .user-review-wrapper, .user-restaurant-review {
  float: left;
  width: 100%; }

.stay-in > ul > li, .navbar-nav, footer .footer-flex, .module-heading.contact-module, .footer-newsletter .news-flex, .flex-wrap, .baner-text .item-text, .main-section .new-arrival, .new-collection-wrapper .promo-border .promo-img, .category-baner .baner-img, .brand-category-wrapper .promo-img, .quantity-selectors-container .quantity-selectors, .product-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.banner-slider.owl-theme .owl-nav [class*='owl-'] > .fa, .checkbox-wrapper .ipt-lbl .chk-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Semibold.eot");
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"), url("../fonts/Lato-Semibold.svg#Lato-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0; }

body {
  padding-top: 70px; }

a {
  color: #000;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }
  a:hover {
    text-decoration: none; }

* {
  outline: none !important; }

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

.inlined li {
  display: inline-block;
  vertical-align: top; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  height: 40px;
  padding: 8px 10px; }

textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  min-height: 100px; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* border-color:#000; */
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(126, 239, 104, 0);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(126, 239, 104, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(126, 239, 104, 0);
  outline: none; }

.form-control {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); }

.form-control:focus {
  /* border-color:transparent;   */
  outline: 0;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0); }

select {
  cursor: pointer; }

.form-control::-webkit-input-placeholder {
  color: #000; }

.form-control:-moz-placeholder {
  color: #000; }

.form-control::-moz-placeholder {
  color: #000; }

.form-control:-ms-input-placeholder {
  color: #000; }

/* --------------------------- Header --------------------------- */
/* --------------------------- Footer --------------------------- */
/* --------------------------- Common --------------------------- */
.no-padding {
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

.no-text-decoration {
  text-decoration: none !important; }

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

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

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

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

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

.no-after:after {
  display: none; }

.no-before:before {
  display: none; }

.btn {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }
  .btn.btn-large {
    font-size: 15px;
    min-width: 150px;
    padding: 10px; }

.button-flex {
  text-align: center; }
  .button-flex .btn {
    margin: 8px 3px 8px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    min-width: 120px; }
    .button-flex .btn:first-child {
      margin-right: 5px; }

header {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0; }

header.sticky {
  -moz-box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 3px 5px rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0; }

.custom-container {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0px 15px;
  width: 100%; }

.header-bg .main-header .logo-holder img {
  max-width: 170px;
  max-height: 34px; }
.header-bg .main-header .stay-in > ul > li {
  border-left: 1px solid #fff;
  min-height: 76px;
  padding: 0 12px;
  width: 88px; }
.header-bg .main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  width: 165px; }

.custom-logout.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .custom-logout.btn-default:hover {
    background-color: transparent;
    border-color: transparent; }
  .custom-logout.btn-default:focus {
    background-color: transparent;
    border-color: transparent; }
  .custom-logout.btn-default:active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
.custom-logout.btn {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

.open > .btn-default.dropdown-toggle.custom-logout:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff; }

.open > .btn-default.dropdown-toggle.custom-logout {
  background-color: transparent;
  border-color: transparent;
  color: #fff; }

.main-header .top-search-holder .search-area .categories-filter {
  float: left;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.main-header .top-search-holder .search-area .categories-filter > li > a {
  color: #666;
  font-size: 13px;
  display: block;
  text-align: center; }

.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0; }
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
    margin-bottom: 10px; }
    .main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
      padding: 10px;
      line-height: normal;
      font-weight: bold; }
.main-header .top-search-holder .search-area .search-field {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  float: left;
  width: calc(100% - 140px);
  font-size: 12px;
  height: 44px; }
.main-header .top-search-holder .search-area .search-button {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  float: left;
  margin: 0;
  text-align: center;
  background-color: #000000;
  width: 50px;
  padding: 0;
  height: 44px;
  line-height: 42px; }
  .main-header .top-search-holder .search-area .search-button:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 18px;
    line-height: 9px;
    vertical-align: middle; }

.header-bg .main-header .top-search-holder {
  margin: 10px 0; }

.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards; }

.navbar-nav > li > .dropdown-menu {
  border: none; }

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
.stay-in > ul > li {
  width: 25%;
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .stay-in > ul > li.search-bar {
    display: none; }

li.country-img > img {
  position: absolute;
  left: 8px;
  top: 7px;
  width: 22px;
  max-height: 18px; }

li.country-img {
  position: relative;
  /* padding: 6px 10px; */
  padding-left: 20px; }

.stay-panel {
  position: relative; }
  .stay-panel .label-warning {
    background-color: #000;
    position: absolute;
    top: 2px;
    right: -2px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 14px;
    border-radius: 50%;
    width: 15px;
    height: 15px; }

.stay-panel a {
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px; }

.stay-panel p {
  margin: 0px 0px 0px; }

.stay-panel a:hover {
  text-decoration: none; }

.stay-panel p:hover {
  text-shadow: 2px 2px 4px #fff; }

.stay-panel img {
  width: 16px;
  margin: 6px 0px; }

.btn-primary.custon-currency {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0;
  font-size: 12px;
  padding: 5px 6px; }
  .btn-primary.custon-currency img {
    margin-right: 5px;
    width: 15px; }

.open > .dropdown-toggle.btn-primary.custon-currency {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff; }

.header-nav {
  float: left;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 99;
  top: 76px;
  background-color: #fff; }
  .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: unset; }

.header-nav .navbar-default .navbar-collapse .navbar-nav > li {
  position: unset !important; }

.navbar-nav {
  width: 100%;
  justify-content: space-around; }

.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  line-height: 20px;
  padding: 11px 25px;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight: 300;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #000; }
  .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a.dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    right: 4px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

ul.links > li a:hover {
  text-decoration: none; }

.yamm .dropdown-menu .banner-image {
  margin-bottom: -25px; }

.yamm .dropdown-menu h2 {
  font-size: 14px;
  margin-top: 0px;
  font-weight: bold; }

.yamm .dropdown-menu .title:hover {
  color: #000; }

.header-nav .navbar .navbar-nav > li > a:hover {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px; }
  .yamm .dropdown-menu .yamm-content .col-menu {
    margin-bottom: 20px; }
    .yamm .dropdown-menu .yamm-content .col-menu .title {
      font-size: 16px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ddd; }

.sticky-b .header-nav {
  position: fixed;
  left: 0;
  z-index: 99;
  top: 65px;
  width: 150px;
  height: auto;
  background: #f0efeb;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }
  .sticky-b .header-nav .navbar-nav li {
    float: none;
    display: block; }
  .sticky-b .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding: 11px 0;
    border-bottom: solid 2px #e1e1e1; }
  .sticky-b .header-nav .navbar-default .navbar-collapse .navbar-nav > li ul.dropdown-menu {
    top: 0;
    left: 132px;
    width: 900px;
    height: 100%;
    overflow: hidden; }

.sticky-b .navbar-nav {
  display: block; }

.sticky-b .navbar-collapse.collapse {
  padding: 10px 0; }

.navbar-toggle.navbar-toggle-offcanvas.navbar-menu-toggle {
  display: inline-block;
  float: left;
  background-color: #000;
  position: absolute;
  top: 0;
  height: 76px;
  width: 75px;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto; }

.sticky-b .navbar-toggle.navbar-toggle-offcanvas.navbar-menu-toggle {
  max-height: 76px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }

.sticky-b .navbar-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.header-nav.animate-dropdown.open-view, .header-nav.animate-dropdown.open-view.on-hover {
  display: block; }

.navbar-header .navbar-toggle {
  background-color: #000; }

.navbar-header .navbar-toggle {
  border-color: #000; }

/*********** Footer *************/
.bg-grey {
  background-color: #eff0f4;
  padding: 65px 0px; }

footer .module-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  width: 100%;
  color: #3e3e40; }

footer .footer-flex {
  flex-flow: row wrap;
  align-items: flex-start; }

.custom-copy {
  font-size: 12px; }

.module-heading.footer-img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 0; }

.module-heading {
  overflow: hidden; }
  .module-heading ul li a:not(.social) {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    color: #bcbec2;
    font-weight: bold; }
    .module-heading ul li a:not(.social):hover {
      text-decoration: none; }
  .module-heading ul.contact li .fa {
    margin-right: 8px;
    width: 13px; }
  .module-heading img {
    width: 100%; }
  .module-heading.contact-module {
    min-height: 80px;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: flex-end; }

/*Footer*/
footer .footer-right {
  float: right; }
footer .custom-column {
  width: 66%; }
footer .custom-column1 {
  width: 34%; }
footer .custom-column2 {
  width: 33%; }
footer .footer-bg {
  background-color: #000;
  padding: 15px 0px; }
footer .logo-holder a {
  width: 150px;
  height: 24px;
  display: inline-block; }
footer .logo-holder img {
  max-width: 100%;
  max-height: 100%; }
footer .logo-holder .copyright-text {
  color: #fff;
  font-weight: 600; }
footer .privacy {
  float: left;
  text-transform: uppercase; }
  footer .privacy ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    footer .privacy ul li a {
      color: #fff;
      font-weight: 600; }
      footer .privacy ul li a:hover {
        text-decoration: none; }
    footer .privacy ul li::after {
      position: absolute;
      width: 1px;
      content: "";
      height: 100%;
      background: #fff;
      right: 8px;
      top: 0px; }
    footer .privacy ul li:last-child::after {
      content: "";
      background-color: transparent; }

.footer-newsletter {
  background-color: #363636;
  color: #fff;
  padding: 30px 0; }
  .footer-newsletter .news-flex {
    background-color: #363636;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center; }
    .footer-newsletter .news-flex .news-input {
      margin-left: 15px;
      margin-right: 15px;
      width: 100%;
      max-width: 350px; }
      .footer-newsletter .news-flex .news-input .news-custom {
        width: 49%;
        display: inline-table; }
        .footer-newsletter .news-flex .news-input .news-custom input {
          background-color: transparent;
          color: #fff;
          border: none;
          border-bottom: 1px solid #e8e8e8; }
          .footer-newsletter .news-flex .news-input .news-custom input::-webkit-input-placeholder {
            color: #e8e8e8; }
    .footer-newsletter .news-flex .news-button .btn {
      font-size: 16px;
      min-width: 120px;
      padding: 8px 15px; }

.social-container li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 5px; }
  .social-container li:last-child {
    margin-right: 0; }
  .social-container li a {
    height: 34px;
    width: 34px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease; }
    .social-container li a.facebook {
      background-color: #3b5998; }
    .social-container li a.twitter {
      background-color: #4099ff; }
    .social-container li a.instagram {
      background-color: #fb3958; }
    .social-container li a.gmail {
      background-color: #cc181e; }
    .social-container li a.pintrest {
      background-color: #d34836; }

.payment-section, .shop-section {
  display: inline-block; }
  .payment-section li, .shop-section li {
    margin-right: 8px; }

.payment-section li a {
  display: inline-block;
  vertical-align: middle;
  width: 40px; }
  .payment-section li a img {
    width: 100%; }

/*Footer close*/
.flex-wrap {
  justify-content: center;
  flex-flow: row wrap;
  align-items: flex-start;
  color: #bcbec2; }

.baner-text .item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  flex-flow: column;
  align-items: center;
  justify-content: center; }
.baner-text .item {
  text-align: center; }
.baner-text .item-text h2 {
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 40px; }

.banner-slider .item {
  max-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }
.banner-slider:hover.owl-theme .owl-nav .owl-prev {
  left: 0; }
.banner-slider:hover.owl-theme .owl-nav .owl-next {
  right: 0; }
.banner-slider.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  height: 50px;
  width: 30px;
  font-size: 25px;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
  border-radius: 0;
  margin: 0; }
  .banner-slider.owl-theme .owl-nav [class*='owl-']:hover {
    color: #fff; }
.banner-slider.owl-theme .owl-nav .owl-prev {
  left: -50px; }
.banner-slider.owl-theme .owl-nav .owl-next {
  right: -50px; }
.banner-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px; }
  .banner-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px; }
  .banner-slider.owl-theme .owl-dots .owl-dot:hover span, .banner-slider.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease; }

.small-btn {
  background: #fff;
  color: #000;
  font-size: 11px;
  padding: 8px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase; }
  .small-btn:hover {
    color: #fff; }

.main-section {
  margin-top: 30px; }
  .main-section .grid > ul > li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.3333%; }
    .main-section .grid > ul > li img {
      width: 100%; }
  .main-section .new-arrival {
    width: 100%;
    height: 100%;
    color: #000;
    flex-flow: column;
    -webkit-flex-flow: column;
    align-items: end;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 30px; }
    .main-section .new-arrival .new-des {
      font-size: 30px; }
    .main-section .new-arrival .new-price {
      font-size: 30px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 900; }
  .main-section .new-arrival.new-right {
    color: #fff;
    align-items: flex-end; }

.new-collection-wrapper {
  margin-bottom: 40px; }
  .new-collection-wrapper .discover-section img {
    width: 100%; }
  .new-collection-wrapper .discover-section-left {
    margin-bottom: 30px; }
  .new-collection-wrapper .discover-section {
    position: relative; }
    .new-collection-wrapper .discover-section h4 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 32px;
      text-align: center;
      background-color: #000;
      margin: 0;
      padding: 20px 0;
      font-family: "Raleway", sans-serif;
      font-weight: 800; }

.main-title h2 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
  color: #3e3e40;
  font-weight: bold;
  letter-spacing: 2px; }

.space-section {
  padding: 0px 15px; }

.main-title h2::after {
  content: '';
  height: 2px;
  width: 8%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
.main-title h2::before {
  content: '';
  height: 2px;
  width: 8%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.discount h3 {
  vertical-align: top;
  float: left; }
.discount h4 {
  width: 450px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
  color: #e80707; }

.promo-text h3 {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #bcbec2; }
.promo-text h5 {
  color: #3e3e40;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
  font-size: 12px; }
.promo-text .promo-des {
  text-decoration: none;
  display: inline-block;
  padding-left: 8px;
  font-weight: 900;
  color: #96979a; }
.promo-text .promo-line {
  padding-right: 20px; }

.new-collection-wrapper .promo-text {
  padding: 0 20px; }
  .new-collection-wrapper .promo-text .promo-btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 7px 8px;
    margin: 20px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px; }
  .new-collection-wrapper .promo-text .romo-btn1 {
    padding: 7px 16px;
    color: #fff; }
.new-collection-wrapper .promo-border {
  float: left;
  width: 100%; }
  .new-collection-wrapper .promo-border > ul {
    padding-left: 10px;
    padding-right: 10px; }
  .new-collection-wrapper .promo-border ul {
    width: 100%; }
    .new-collection-wrapper .promo-border ul li {
      font-size: 12px; }
  .new-collection-wrapper .promo-border img {
    width: 100%; }
  .new-collection-wrapper .promo-border .promo-img {
    height: 350px;
    background-size: cover;
    transition: all 0.4s;
    background-position: 50% 0;
    justify-content: flex-end; }
.new-collection-wrapper .promo-border > ul > li {
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px;
  border: 1px solid #c2c2c2;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }
  .new-collection-wrapper .promo-border > ul > li:hover {
    -moz-box-shadow: 0px 5px 24px rgba(193, 193, 193, 0.75);
    -webkit-box-shadow: 0px 5px 24px rgba(193, 193, 193, 0.75);
    box-shadow: 0px 5px 24px rgba(193, 193, 193, 0.75); }
  .new-collection-wrapper .promo-border > ul > li a:not(.btn) {
    display: block;
    overflow: hidden;
    transition: all 0.4s;
    text-overflow: ellipsis;
    white-space: nowrap; }
.new-collection-wrapper .main-title.title-text h2:before {
  display: none; }
.new-collection-wrapper .main-title.title-text h2 {
  text-align: left; }

.discount-off {
  white-space: normal;
  padding: 10px 4px 3px;
  color: #fff;
  border-radius: 50px;
  line-height: 11px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 12px;
  margin: 8px; }

.main-icon-wraper.icon-bg {
  background-color: #363636; }
  .main-icon-wraper.icon-bg .icon-slid > ul > li {
    width: calc(25% - 40px);
    height: 88px;
    float: left;
    margin: 20px 20px;
    padding: 15px 15px; }
  .main-icon-wraper.icon-bg .icon-img {
    width: 50px;
    display: inline-block; }
  .main-icon-wraper.icon-bg .icon--des {
    width: calc(100% - 53px);
    display: inline-block;
    vertical-align: middle; }
    .main-icon-wraper.icon-bg .icon--des h4 {
      color: #fff;
      font-size: 17px;
      margin: 3px 0px;
      font-family: 'Open Sans', sans-serif; }
    .main-icon-wraper.icon-bg .icon--des p {
      color: #000;
      font-size: 12px;
      margin: 3px 0px;
      font-family: 'Open Sans', sans-serif; }

.wholesale-wraper.bg-grey {
  background-color: #fafafa; }
  .wholesale-wraper.bg-grey .wholesale-text h4 {
    font-size: 14px;
    font-weight: 600; }
  .wholesale-wraper.bg-grey .wholesale-text p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #3e3e40; }

img {
  max-width: 100%; }

.sticky-b .header-wrapper.show_menu .header-nav {
  max-height: 1000px;
  overflow: unset;
  opacity: 1; }
.sticky-b .header-wrapper.show_menu_oth .header-nav {
  max-height: 1000px;
  overflow: unset;
  opacity: 1; }

/*Header*/
.logo-header {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
  float: none; }
  .logo-header .logo-holder a {
    display: block; }

.top-search-holder {
  width: calc(100% - 670px);
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
  float: none; }
  .top-search-holder .search-area {
    max-width: 515px;
    width: 100%;
    margin: 0 auto; }

.top-cart-row {
  width: 470px;
  text-align: right;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px; }
  .top-cart-row .stay-in {
    float: right; }

.header-bg.sticky .container-fluid {
  padding-left: 85px; }

.button-container {
  position: relative;
  max-width: 100%; }
  .button-container .navbar-menu-toggle {
    left: 0; }

.stay-panel a.search-here {
  font-size: 16px;
  line-height: 25px;
  display: none; }

.search-bar {
  display: none; }

.stay-panel .dropdown-menu {
  min-width: 168px;
  left: 0px;
  right: 0;
  top: 64px;
  border-radius: 0; }

.stay-panel .dropdown-menu > li > a {
  font-weight: 700;
  font-size: 11px; }

.currency .dropdown-menu {
  min-width: 101px;
  left: -10px;
  right: 0;
  top: 50px;
  border-radius: 0; }

/*Header close*/
/**********************************************************************************************************************/
/*================================================== Product =================================================*/
/**********************************************************************************************************************/
.category-baner {
  background-color: #ededed;
  position: relative;
  overflow: hidden; }
  .category-baner .baner-img {
    height: 269px;
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
    align-items: center; }

.filter-section-overflow {
  overflow: hidden; }

.sort-section-wrap {
  display: none; }
  .sort-section-wrap ul {
    padding: 0 15px;
    background: #f8f8f8;
    margin-top: 10px; }
    .sort-section-wrap ul li {
      padding: 10px 0;
      border-bottom: 1px solid #e5e5e5; }
      .sort-section-wrap ul li:last-child {
        border: 0; }
      .sort-section-wrap ul li a {
        color: #444;
        font-size: 13px; }

.sort-section .product-cell {
  display: none;
  position: fixed;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-top: 1px #cccccc solid; }

.filter-section-wrap {
  display: none;
  position: fixed;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-top: 1px #cccccc solid;
  z-index: 99999; }
  .filter-section-wrap .pafom-button {
    float: left;
    width: 50%;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff; }
  .filter-section-wrap .pafom-button.sort-mobile-click {
    position: relative; }
    .filter-section-wrap .pafom-button.sort-mobile-click:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 60%;
      background-color: #fff;
      bottom: 0;
      right: 0;
      top: 0;
      margin: auto 0; }

.title-rlw-50 {
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0; }

.brand-category-wrapper {
  float: left;
  width: 100%;
  margin: 50px 0px; }
  .brand-category-wrapper .category-baner .baner-img {
    height: 269px;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .brand-category-wrapper .brand-left-panel {
    border: 1px solid #e5e5e5; }
    .brand-category-wrapper .brand-left-panel .box-heading.border-top {
      border-top: 1px solid #e5e5e5; }
    .brand-category-wrapper .brand-left-panel .box-heading {
      background-color: #f8f8f8;
      padding: 15px 15px;
      border-bottom: 1px solid #e5e5e5;
      margin-top: 0;
      cursor: pointer; }
      .brand-category-wrapper .brand-left-panel .box-heading h5 {
        font-size: 12px;
        color: #222222;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        position: relative; }
        .brand-category-wrapper .brand-left-panel .box-heading h5::after {
          content: '\f107';
          font-family: FontAwesome;
          position: absolute;
          right: 0;
          color: #656565;
          font-size: 16px;
          top: -2px; }
    .brand-category-wrapper .brand-left-panel .brand-dec > ul > li {
      padding-bottom: 18px; }
    .brand-category-wrapper .brand-left-panel .brand-dec {
      padding: 28px 18px;
      display: block; }
      .brand-category-wrapper .brand-left-panel .brand-dec ul {
        max-height: 340px;
        overflow: auto;
        position: relative; }
      .brand-category-wrapper .brand-left-panel .brand-dec .checkbox-primary label {
        font-size: 14PX; }
        .brand-category-wrapper .brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox] {
          opacity: 0;
          width: 15px;
          height: 15px;
          position: absolute;
          left: 20px;
          z-index: 1; }
          .brand-category-wrapper .brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox] + span {
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: -4px;
            border-radius: 2px;
            border: 1px solid #cbcbcb;
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
            margin: 0 10px 0 0;
            position: relative; }
        .brand-category-wrapper .brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox]:checked + span:after {
          content: "\f00c";
          position: absolute;
          top: 1px;
          font-family: FontAwesome;
          left: 3px;
          font-size: 9px;
          color: #1ea6e0; }
      .brand-category-wrapper .brand-left-panel .brand-dec .irs-line {
        height: auto;
        top: 25px; }
      .brand-category-wrapper .brand-left-panel .brand-dec .irs-bar {
        height: auto;
        top: 25px;
        background-position: 0 -60px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
      .brand-category-wrapper .brand-left-panel .brand-dec .irs-slider {
        width: 15px;
        height: 15px;
        top: 19px;
        background-position: 0 -120px;
        border: 2px solid #000;
        background-color: #fff; }
      .brand-category-wrapper .brand-left-panel .brand-dec .font-icon {
        padding-right: 4px;
        padding-left: 7px; }
      .brand-category-wrapper .brand-left-panel .brand-dec .range-text {
        font-size: 14px;
        color: #656565;
        font-weight: 500; }
      .brand-category-wrapper .brand-left-panel .brand-dec .range-des {
        margin-right: 5px;
        font-weight: 500;
        font-size: 14px; }
  .brand-category-wrapper .category-header .cat-head-border {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-bottom: 20px; }
    .brand-category-wrapper .category-header .cat-head-border .cat-icon {
      color: #898989;
      padding-left: 15px; }
  .brand-category-wrapper .category-header .product-cell {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px; }
  .brand-category-wrapper .category-header .product-icon-section {
    width: calc(100% - 209px); }
    .brand-category-wrapper .category-header .product-icon-section .btn-default {
      background-color: transparent;
      border-color: transparent; }
    .brand-category-wrapper .category-header .product-icon-section .btn:active {
      box-shadow: none; }
  .brand-category-wrapper .category-header .sort-section {
    width: 209px;
    text-align: right; }
  .brand-category-wrapper .category-header .show-section {
    width: 209px; }
  .brand-category-wrapper .custom-left-panel {
    width: 280px;
    float: left;
    padding-right: 15px; }
  .brand-category-wrapper .custom-left-panel.is_stuck {
    margin-top: 77px;
    padding-bottom: 70px; }
  .brand-category-wrapper .custom-right-panel {
    width: calc(100% - 280px);
    float: left;
    padding-left: 15px; }
  .brand-category-wrapper .promo-text {
    padding: 0 14px; }
    .brand-category-wrapper .promo-text .promo-btn {
      border-radius: 50px;
      padding: 7px 7px;
      margin: 10px 0;
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 8px;
      letter-spacing: 1px; }
  .brand-category-wrapper .promo-img {
    height: 350px;
    width: 100%;
    background-size: cover;
    transition: all 0.4s;
    background-position: 50% 0px;
    justify-content: flex-end; }
  .brand-category-wrapper .promo-text > ul > li {
    font-size: 12px; }
  .brand-category-wrapper .show-more-btn {
    text-align: center; }
    .brand-category-wrapper .show-more-btn a {
      background-color: #0d0d0d;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 18px 30px;
      border-radius: 50px;
      letter-spacing: 1px;
      display: inline-block;
      margin: 60px 0px; }
  .brand-category-wrapper .sort-section {
    font-size: 14px;
    font-weight: 600; }
    .brand-category-wrapper .sort-section .form-group {
      margin-bottom: 0px;
      display: inline-block;
      position: relative;
      width: 45px; }
      .brand-category-wrapper .sort-section .form-group::after {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .brand-category-wrapper .sort-section .form-control {
      border: 0;
      -webkit-appearance: none;
      background-color: transparent;
      padding: 0 10px;
      min-width: 80px; }
  .brand-category-wrapper .promo-border > ul > li a:not(.btn) {
    transition: all 0.4s; }
  .brand-category-wrapper h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.products > .item {
  width: calc(25% - 10px);
  float: left;
  margin: 20px 5px;
  border: 1px solid #c2c2c2;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }
  .products > .item:hover {
    box-shadow: 0px 5px 24px rgba(193, 193, 193, 0.75); }
  .products > .item.list-group-item {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px; }
    .products > .item.list-group-item .promo-img {
      height: 220px;
      max-width: 210px;
      display: inline-block; }
    .products > .item.list-group-item .promo-text {
      width: calc(100% - 210px);
      float: right; }
      .products > .item.list-group-item .promo-text ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        padding-right: 15px;
        border-right: 1px solid #999; }
      .products > .item.list-group-item .promo-text .description {
        display: block;
        font-size: 12px; }
      .products > .item.list-group-item .promo-text .button-flex {
        text-align: left;
        display: flex; }

.pagination-wrap {
  text-align: center;
  float: left;
  width: 100%; }
  .pagination-wrap .pagination li {
    color: #000;
    display: inline-block;
    vertical-align: top; }
    .pagination-wrap .pagination li a {
      color: #000; }
    .pagination-wrap .pagination li a, .pagination-wrap .pagination li span {
      border: none;
      margin-left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }

.description {
  display: none; }
  .description .ttl {
    font-size: 16px; }

/******** modal css *********/
.login-wrapper .modal-footer {
  border: 0;
  padding-top: 0 !important; }

.form.loginBox {
  padding: 0 15px 10px; }

.registerBoxInner {
  padding: 15px; }

.cm-login-border {
  border: 1px solid #a29e9f; }

.modal-content.custom-modal .social {
  transform: unset;
  padding: 0 15px; }

.cm-or {
  text-align: center;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  background-color: #dbdbdb;
  width: 100px;
  height: 45px;
  margin: 15px auto;
  box-shadow: 2px 2px 2px #848080;
  line-height: 45px; }

.cm-or.small-or {
  width: 70px;
  height: 35px;
  line-height: 35px;
  font-size: 20px; }

.modal-content.custom-modal .cm-login-right .form-group .form-control {
  padding: 18px 11px;
  font-size: 15px;
  border: 1px solid #756e6e; }

.modal-content.custom-modal .cm-login-right .form-group .btn-primary {
  padding: 8px;
  font-size: 15px; }

.cm-modal-title {
  text-align: center;
  margin: 25px 0;
  font-weight: 700;
  font-size: 24px; }

.cm-customer-outside {
  display: table;
  width: 100%;
  padding-bottom: 20px; }

.cm-signup-left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #b9b6b7; }

.cm-login-right {
  padding-left: 10px; }

.sub-modal-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800; }

.login-footer-cell span {
  font-size: 17px;
  font-weight: 700; }

.sub-modal-title.new-user {
  font-size: 25px;
  font-weight: 800; }

.cm-signup-left .login-footer-cell a.btn {
  color: #fff;
  padding: 10px 40px;
  font-size: 16px; }

.cm-signup-left .login-footer-cell {
  text-align: center; }

.modal-content.custom-modal .social .button-social {
  display: inline-block;
  width: 100%; }

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell:last-child {
  text-align: right; }

.modal-content.custom-modal {
  max-width: 500px;
  border-radius: 0 !important;
  margin: 13px auto;
  border-radius: 18px; }
  .modal-content.custom-modal .modal-body {
    padding: 30px 15px 15px; }
    .modal-content.custom-modal .modal-body button.close {
      padding: 2px 12px;
      border-radius: 50%; }
    .modal-content.custom-modal .modal-body .close {
      line-height: unset;
      color: #fff;
      position: absolute;
      right: -14px;
      top: -13px;
      opacity: 1; }
  .modal-content.custom-modal .button-full .btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    padding-left: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    height: 47px;
    font-size: 12.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
    .modal-content.custom-modal .button-full .btn::before {
      content: "";
      height: 100%;
      width: 48px;
      position: absolute;
      left: 0;
      top: 0;
      background-position: 50% 50% !important;
      -webkit-background-size: 22px !important;
      background-size: 22px !important; }
    .modal-content.custom-modal .button-full .btn.btn-fb {
      background-color: #3b5998; }
      .modal-content.custom-modal .button-full .btn.btn-fb::before {
        background: url(../img/fb.png) no-repeat #37528c;
        background-size: 14px !important; }
      .modal-content.custom-modal .button-full .btn.btn-fb:hover {
        opacity: 0.7; }
    .modal-content.custom-modal .button-full .btn.btn-tw {
      background-color: #1daee3; }
      .modal-content.custom-modal .button-full .btn.btn-tw::before {
        background: url(../img/tw.png) no-repeat #1ca4d6; }
      .modal-content.custom-modal .button-full .btn.btn-tw:hover {
        opacity: 0.7; }
    .modal-content.custom-modal .button-full .btn.btn-em {
      background-color: #d34836; }
      .modal-content.custom-modal .button-full .btn.btn-em::before {
        background: url(../img/mail.png) no-repeat #c83724; }
      .modal-content.custom-modal .button-full .btn.btn-em:hover {
        opacity: 0.7; }
  .modal-content.custom-modal .modal-footer .forgot {
    color: #646464;
    display: table;
    width: 100%;
    text-align: left;
    padding: 30px 15px;
    margin-bottom: 15px;
    border: 1px solid #a29e9f;
    margin-top: 25px; }
    .modal-content.custom-modal .modal-footer .forgot .login-footer-cell {
      display: table-cell;
      vertical-align: middle; }
      .modal-content.custom-modal .modal-footer .forgot .login-footer-cell .btn.btn-secondary {
        padding: 8px 32px;
        font-size: 16px; }
        .modal-content.custom-modal .modal-footer .forgot .login-footer-cell .btn.btn-secondary:hover {
          color: #fff; }
  .modal-content.custom-modal .modal-title {
    text-align: center;
    color: #2b2b2b;
    font-size: 24px;
    margin: 20px 0;
    font-weight: 700; }
  .modal-content.custom-modal .button-social {
    margin-bottom: 20px; }
    .modal-content.custom-modal .button-social .button .btn {
      width: 100%; }
      .modal-content.custom-modal .button-social .button .btn.btn-facebook {
        background-color: #3b5998;
        color: #fff;
        border-color: #3b5998;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 22px;
        padding-left: 40px;
        position: relative;
        border-radius: 10px; }
        .modal-content.custom-modal .button-social .button .btn.btn-facebook:hover {
          color: #3b5998;
          background-color: #fff;
          border-color: transparent;
          -webkit-box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
          box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5); }
      .modal-content.custom-modal .button-social .button .btn .fa {
        font-size: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%); }
      .modal-content.custom-modal .button-social .button .btn.btn-twitter {
        background-color: #d34836;
        color: #fff;
        border-color: #d34836;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 22px;
        padding-left: 40px;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .modal-content.custom-modal .button-social .button .btn.btn-twitter:hover {
          color: #1daee3;
          background-color: #fff;
          border-color: transparent;
          -webkit-box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
          box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5); }
      .modal-content.custom-modal .button-social .button .btn .fa {
        font-size: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%); }
  .modal-content.custom-modal .registerBoxInner .field .field-half {
    display: table-cell;
    vertical-align: top; }
    .modal-content.custom-modal .registerBoxInner .field .field-half:first-child {
      padding-right: 5px; }
  .modal-content.custom-modal .form-group .form-control {
    padding: 24px 11px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9; }
  .modal-content.custom-modal .form-group .btn-primary {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px; }

.modal-dialog.shake .modal-content {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

.user-account-tbl .user-account-cell .user-box .rest-modal .RestloginBox.shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.modal-header .close {
  position: absolute;
  top: -11px;
  right: -11px;
  padding: 6px 11px;
  color: #fff;
  border-radius: 50%;
  opacity: 1; }
  .modal-header .close:hover {
    opacity: 1; }

.modal-footer .btn {
  padding: 6px 20px;
  border: 1px solid transparent;
  color: #fff; }
  .modal-footer .btn:hover {
    color: #000; }

/**********************************************************************************************************************/
/*================================================== End Modal =================================================*/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*================================================== Product Details =================================================*/
/**********************************************************************************************************************/
input.min-max {
  max-width: 55px;
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
  border-right: 0; }

.quantity-selectors-container {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0; }
  .quantity-selectors-container .quantity-selectors {
    flex-flow: column;
    -webkit-flex-flow: column;
    margin: 0;
    padding: 0; }
    .quantity-selectors-container .quantity-selectors button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0;
      border-radius: 0;
      border: 1px solid #e8e8e8;
      background-color: #fff;
      color: #999999;
      width: 18px;
      margin-left: -3px;
      height: 20px; }
      .quantity-selectors-container .quantity-selectors button:first-child {
        border-bottom: 0; }
      .quantity-selectors-container .quantity-selectors button:hover {
        cursor: pointer; }
      .quantity-selectors-container .quantity-selectors button[disabled="disabled"] {
        cursor: not-allowed; }
        .quantity-selectors-container .quantity-selectors button[disabled="disabled"] span {
          opacity: 0.5; }

.wrap, .footer-wrapper, .content-wrapper {
  float: left;
  width: 100%; }

.top-bread {
  padding: 25px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e8e8e8; }
  .top-bread .crumbs {
    float: left;
    width: 50%; }

.bread-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }
  .bread-text a, .bread-text span {
    margin-right: 3px;
    margin-left: 3px; }

.crumbs .title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }
.crumbs.right {
  text-align: right; }

.inlined-rate > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px; }

.green-circle {
  width: 18px;
  height: 18px;
  background-color: #25ae88;
  border-radius: 50px;
  padding: 1px 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: top; }

.red-circle {
  width: 18px;
  height: 18px;
  background-color: red;
  border-radius: 50px;
  padding: 1px 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: top; }

.in-stock b {
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px; }

.out-of-stock {
  margin-top: 15px; }
  .out-of-stock b {
    font-size: 12px;
    font-weight: 400; }
  .out-of-stock .in-stock {
    display: inline-block; }
  .out-of-stock .outof-img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
    .out-of-stock .outof-img img {
      max-width: 100%; }

.rating {
  color: #ffe506;
  font-size: 16px; }

.green {
  color: #89e221;
  font-weight: 500; }

.stitch {
  margin-left: 12px;
  font-size: 14px; }

.price-section {
  color: #787878;
  font-weight: 400;
  margin-bottom: 0px; }
  .price-section .price {
    font-size: 20px;
    color: #222; }
  .price-section .stitch {
    color: #222; }

.checkbox-wrapper {
  display: inline-block;
  vertical-align: middle; }
  .checkbox-wrapper .ipt-chk {
    display: none; }
  .checkbox-wrapper .ipt-lbl .chk-box {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    background-color: #eff0f4;
    margin-left: 15px;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 11px; }
    .checkbox-wrapper .ipt-lbl .chk-box:before {
      content: '\f00c';
      font-family: FontAwesome;
      opacity: 0;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
  .checkbox-wrapper .ipt-chk:checked + .ipt-lbl .chk-box:before {
    opacity: 1;
    color: #fff; }
  .checkbox-wrapper .fa {
    font-size: 18px;
    vertical-align: middle; }

.ttl-lbl {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%; }

.cat-head-border select {
  height: 40px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/arrow-select.png") no-repeat calc(100% - 7px) center;
  background-size: 10px;
  padding: 5px 14px;
  background-color: #efefed; }
.cat-head-border .select2-selection {
  margin-bottom: 5px; }

.dual-select .field {
  width: 50%;
  float: left;
  max-width: 190px; }
  .dual-select .field:first-child {
    padding-right: 8px; }
  .dual-select .field:last-child {
    padding-left: 8px; }

.pincode-wrapper .input-tbl {
  max-width: 295px; }

.input-tbl .input-cell .btn {
  height: 40px;
  line-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 88px;
  font-size: 12px;
  font-weight: 600; }

.qty-wrapper-tbl .qty-wrapper {
  float: left; }
  .qty-wrapper-tbl .qty-wrapper a {
    border: 1px solid #e8e8e8;
    padding: 10px 44px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
    .qty-wrapper-tbl .qty-wrapper a:hover {
      -webkit-animation: check-btn 1s infinite alternate;
      animation: check-btn 1s infinite alternate; }
      .qty-wrapper-tbl .qty-wrapper a:hover:before {
        -webkit-animation: hvr-ripple-out 1s infinite;
        animation: hvr-ripple-out 1s infinite; }
    .qty-wrapper-tbl .qty-wrapper a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      opacity: 0; }
    .qty-wrapper-tbl .qty-wrapper a .fa {
      margin-left: 10px;
      font-size: 15px;
      vertical-align: middle;
      color: #434343; }

.product-detail .title {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 24px; }
.product-detail .inlined-rate {
  margin-bottom: -12px; }
.product-detail .dual-select {
  margin-bottom: 20px; }
.product-detail .pincode-wrapper {
  margin-bottom: 20px; }
.product-detail .button-section .btn {
  font-size: 11px;
  line-height: normal;
  padding: 10px 15px;
  min-width: 145px;
  margin-right: 8px; }
  .product-detail .button-section .btn .fa {
    margin-right: 8px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top; }
.product-detail .product-total {
  font-size: 16px;
  font-weight: 700; }

.btn-document {
  background-color: #f6f6f6;
  border-radius: 2px;
  margin-right: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: none;
  min-width: 150px;
  padding: 8px 10px; }
  .btn-document img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .btn-document:hover {
    background-color: #000;
    color: #fff; }

.border-top {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 20px; }

.products-tabs {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  margin-bottom: 30px; }

.product-wrapper {
  float: left;
  width: 100%;
  padding-top: 45px;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
  .product-wrapper .product-image {
    width: 100%; }

.share-wrapper > ul > li {
  display: inline-block;
  vertical-align: middle; }

.btn-share {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  text-transform: none; }
  .btn-share .fa {
    margin-right: 3px; }
  .btn-share:hover {
    color: #fff; }
  .btn-share.facebook .fa {
    color: #3b5998; }
  .btn-share.facebook:hover {
    background-color: #3b5998; }
    .btn-share.facebook:hover .fa {
      color: #fff; }
  .btn-share.twitter .fa {
    color: #4099ff; }
  .btn-share.twitter:hover {
    background-color: #4099ff; }
    .btn-share.twitter:hover .fa {
      color: #fff; }
  .btn-share.pintrest .fa {
    color: #d34836; }
  .btn-share.pintrest:hover {
    background-color: #d34836; }
    .btn-share.pintrest:hover .fa {
      color: #fff; }

.btn-count {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin-left: 6px; }
  .btn-count:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    border: 8px solid;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid #e8e8e8;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left-color: transparent; }
  .btn-count:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    border: 8px solid;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid #fff;
    border-bottom: 5px solid transparent !important;
    border-top: 5px solid transparent !important;
    border-left-color: transparent !important;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease; }

.product-image-big {
  border: 1px solid #e8e8e8;
  text-align: center;
  position: relative; }

.product-image-gallary a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 22vw;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 15px 0 15px 0;
  padding: 5px 10px; }
  .product-image-gallary a:hover .catalog-hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .product-image-gallary a:hover:before {
    opacity: 1; }
  .product-image-gallary a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease; }

.thumbnail-row {
  margin-right: -10px;
  margin-left: -10px; }
  .thumbnail-row .col-sms-6 {
    padding-right: 10px;
    padding-left: 10px; }

.catalog-hover {
  background-color: #fff;
  border: 1px solid #ccc;
  bottom: 8px;
  left: 4px;
  opacity: 0.95;
  position: absolute;
  right: 4px;
  -webkit-transition: -webkit-transform 0.2s ease-out 0s;
  -moz-transition: -webkit-transform 0.2s ease-out 0s;
  -ms-transition: -webkit-transform 0.2s ease-out 0s;
  -o-transition: -webkit-transform 0.2s ease-out 0s;
  transition: -webkit-transform 0.2s ease-out 0s;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%); }
  .catalog-hover .catalog-popover-title {
    background-color: #eee;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0; }
  .catalog-hover .catalog-popover-content {
    font-size: 12px;
    padding: 10px;
    text-align: center; }
    .catalog-hover .catalog-popover-content .product-name {
      color: #333333;
      display: block;
      margin-bottom: 10px;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .catalog-hover .catalog-popover-content .table-sm tbody tr td {
      padding: 5px;
      font-weight: 400;
      border: none;
      color: #000; }

.product-detail {
  float: left;
  width: 100%; }

.pd-0 {
  padding: 0; }

.sideways li {
  width: 100%; }
  .sideways li > a {
    margin: 0;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-radius: 0;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
  .sideways li.active {
    margin-bottom: 0; }
    .sideways li.active > a {
      margin-right: -1px; }
  .sideways li.active > a, .sideways li:active > a, .sideways li:hover > a, .sideways li:focus > a, .sideways li.active:hover > a, .sideways li.active:focus > a {
    border-right: none;
    position: relative;
    z-index: 1; }
    .sideways li.active > a:hover, .sideways li.active > a:focus, .sideways li.active > a:active, .sideways li:active > a:hover, .sideways li:active > a:focus, .sideways li:active > a:active, .sideways li:hover > a:hover, .sideways li:hover > a:focus, .sideways li:hover > a:active, .sideways li:focus > a:hover, .sideways li:focus > a:focus, .sideways li:focus > a:active, .sideways li.active:hover > a:hover, .sideways li.active:hover > a:focus, .sideways li.active:hover > a:active, .sideways li.active:focus > a:hover, .sideways li.active:focus > a:focus, .sideways li.active:focus > a:active {
      border-right: none; }

.prod-detail .tab-content {
  padding: 35px 25px;
  border: 1px solid #e8e8e8;
  min-height: 200px; }

.desc-table tbody tr th {
  color: #444444; }
.desc-table tbody tr td {
  color: #777777;
  font-weight: 300; }
.desc-table tbody tr th, .desc-table tbody tr td {
  border-top: 1px dotted #ddd;
  padding-top: 15px;
  padding-bottom: 15px; }
.desc-table tbody tr:first-child th, .desc-table tbody tr:first-child td {
  border-top: none; }
.desc-table tbody tr:first-child th, .desc-table tbody tr:first-child td {
  border-bottom: none; }

.share-wrapper {
  padding-bottom: 20px; }
  .share-wrapper ul {
    display: inline-block;
    vertical-align: middle; }

.review {
  background-size: 20px; }

.review-tbl .review-row {
  display: table-row; }
  .review-tbl .review-row .review-cell {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0; }
    .review-tbl .review-row .review-cell:first-child {
      width: 110px; }
    .review-tbl .review-row .review-cell .lbl {
      margin-bottom: 0;
      color: #000;
      font-size: 16px; }

.user-review-wrapper {
  padding-top: 26px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #e8e8e8; }

.user-restaurant-review {
  padding-top: 40px; }
  .user-restaurant-review .user-review-tbl .title-tbl .title {
    font-size: 14px; }
    .user-restaurant-review .user-review-tbl .title-tbl .title a {
      color: #000;
      margin-right: 5px;
      font-weight: 500; }
    .user-restaurant-review .user-review-tbl .title-tbl .title .time {
      color: #000;
      font-weight: 300; }

.user-review-tbl:not(:last-child) {
  margin-bottom: 15px; }
.user-review-tbl .user-review-cell {
  vertical-align: top; }
  .user-review-tbl .user-review-cell.img {
    width: 70px;
    padding-right: 20px; }
    .user-review-tbl .user-review-cell.img .img {
      height: 50px;
      width: 50px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden; }
      .user-review-tbl .user-review-cell.img .img img {
        height: 100%;
        width: 100%; }
  .user-review-tbl .user-review-cell.text {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eff0f4;
    padding: 25px;
    padding-right: 20px;
    position: relative; }
.user-review-tbl .desc-tbl span {
  letter-spacing: 0.22px;
  font-weight: 300; }
.user-review-tbl .desc-tbl .remove {
  float: right;
  color: #222222; }
  .user-review-tbl .desc-tbl .remove:hover {
    color: #d34836;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
.user-review-tbl .rating .fa-star-o {
  color: #848484; }

.title-tbl {
  margin-bottom: 10px; }
  .title-tbl .title-tbl-cell {
    vertical-align: top; }
    .title-tbl .title-tbl-cell:not(.title) {
      width: 120px;
      text-align: right; }
    .title-tbl .title-tbl-cell.title a {
      font-size: 14px;
      color: #222222; }

.box-inner .title {
  font-size: 18px;
  color: #2b2b2b; }

/**********************************************************************************************************************/
/*================================================ End Product Details ===============================================*/
/**********************************************************************************************************************/
.cm-thumbnail .form-input {
  width: 50%;
  float: left;
  text-align: right;
  padding: 0 5px; }
.cm-thumbnail .cm-download {
  width: 50%;
  float: left;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  margin-top: 1px;
  text-align: left;
  padding: 0 5px; }
  .cm-thumbnail .cm-download a {
    color: #a6a6a6; }
    .cm-thumbnail .cm-download a:hover {
      color: #000; }

/**********************************************************************************************************************/
/*================================================ start Delevery Page ===============================================*/
/**********************************************************************************************************************/
.btn.btn-black {
  border-radius: 0;
  color: #fff;
  border-radius: 50px; }

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:after {
  content: '\f068';
  position: absolute;
  top: 12px;
  right: -10px;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #000;
  opacity: 0.7; }

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a.collapsed:after {
  content: '\f067'; }

.cm-proceed-btn {
  width: 100%;
  float: left; }

.delivery-profile .user-acnt-tbl {
  margin-bottom: 30px; }
  .delivery-profile .user-acnt-tbl .usre-acnt-cell {
    display: inline-block;
    float: left;
    position: relative;
    width: calc(100% - 350px);
    padding: 0 15px; }
    .delivery-profile .user-acnt-tbl .usre-acnt-cell:last-child {
      width: 350px; }
      .delivery-profile .user-acnt-tbl .usre-acnt-cell:last-child .border-box .title-box h4 {
        margin: 10px 0; }
    .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box {
      border: 1px solid #e5e5e5;
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box {
        padding: 0px 28px;
        background-color: #bfbfbf;
        border-bottom: 1px solid #e5e5e5; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 {
          font-size: 16px;
          text-transform: uppercase;
          display: inline-block;
          font-family: "Raleway", sans-serif;
          line-height: 30px;
          font-weight: 600;
          margin: 0;
          width: 100%; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a {
            padding: 10px 0;
            display: block;
            position: relative; }
            .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:hover, .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:focus {
              color: #000;
              text-decoration: none; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 button {
            z-index: 10;
            position: absolute;
            top: 12px;
            right: 63px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box .cart-price {
          display: inline-block;
          position: absolute;
          top: 17px;
          right: 30px; }
      .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box {
        padding: 15px 28px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h5.add-title {
          font-size: 22px;
          color: #2b2b2b;
          text-transform: uppercase; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .account-action {
          text-align: right;
          padding: 20px 0px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h4.section-title {
          font-size: 18px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h4.section-title button {
            margin-top: -4px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner {
          color: #787878;
          margin-bottom: 3px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .name {
            font-weight: 700;
            font-size: 16px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .address {
            line-height: 24px;
            letter-spacing: .3px;
            font-weight: 400;
            font-size: 14px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .contact {
            margin-top: 5px;
            font-size: 12px;
            font-weight: 400; }
            .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .contact span {
              text-transform: uppercase;
              letter-spacing: .5px;
              font-weight: 700;
              margin-right: 5px;
              color: #787878;
              font-family: "Raleway", sans-serif; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .etd {
            margin-bottom: 25px;
            font-size: 12px;
            font-weight: 400; }
            .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .etd span {
              text-transform: uppercase;
              letter-spacing: .5px;
              font-weight: 700;
              margin-right: 5px;
              color: #787878;
              font-family: "Raleway", sans-serif; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item {
          display: inline-block;
          width: 100%;
          margin-bottom: 2px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item .total-name {
            font-weight: 700;
            float: left;
            color: #787878; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item .total-value {
            float: right;
            font-weight: 500; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item.total .total-name {
          color: #000;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 700;
          letter-spacing: .5px;
          margin-top: 0px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item.total .total-value {
          font-size: 18px; }
        .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox {
          margin-bottom: 20px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox:last-child {
            margin: 0; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .check-amount {
            padding: 0 15px;
            display: inline-block; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox + label {
            display: block;
            cursor: pointer;
            padding: 0.2em;
            padding-left: 20px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox {
            display: none; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox + label:before {
            content: "\2714";
            border-radius: 0.2em;
            display: inline-block;
            width: 15px;
            height: 15px;
            padding-left: 0.1em;
            vertical-align: text-bottom;
            color: transparent;
            transition: .2s;
            line-height: 14px;
            font-size: 12px;
            position: relative;
            left: -20px; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox + label:active:before {
            transform: scale(0); }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox:checked + label:before {
            color: #fff; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox:disabled + label:before {
            transform: scale(1);
            border-color: #aaa; }
          .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .custom-checkbox .my-checkbox:checked:disabled + label:before {
            transform: scale(1);
            background-color: #bfb;
            border-color: #bfb; }
      .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .price-tbl {
        padding: 6px 28px; }
      .delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .qty-price {
        position: absolute;
        right: 28px; }

.bootstrap-select .btn {
  border-radius: 2px;
  border-width: 1px;
  height: 45px;
  background-color: #f4f4f4; }

.saved-add-wrapper .address-sticker {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 10px; }
  .saved-add-wrapper .address-sticker .add-tbl {
    position: relative;
    display: table;
    width: 100%; }
    .saved-add-wrapper .address-sticker .add-tbl .add-row {
      display: table-row; }
      .saved-add-wrapper .address-sticker .add-tbl .add-row .add-cell {
        display: table-cell;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        vertical-align: top; }

h4.section-title {
  font-size: 14px; }

.grand-total .grand-total-inner {
  display: inline-block;
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  cursor: pointer;
  margin-bottom: 15px; }
  .grand-total .grand-total-inner:hover {
    -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75); }
  .grand-total .grand-total-inner .grand-total-toggle {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px; }
  .grand-total .grand-total-inner .grand-total-icon {
    padding: 15px 10px 0px 0px;
    float: left; }
  .grand-total .grand-total-inner .grand-total-label {
    font-weight: 700;
    letter-spacing: .5px;
    float: left;
    padding: 20px 10px; }
  .grand-total .grand-total-inner .grand-total-price {
    float: right;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500; }
  .grand-total .grand-total-inner .grand-total-details {
    width: 100%; }
    .grand-total .grand-total-inner .grand-total-details .total-info {
      padding: 0px 20px;
      margin-top: 10px; }
      .grand-total .grand-total-inner .grand-total-details .total-info .total-item {
        display: inline-block;
        width: 100%;
        margin-bottom: 8px; }
        .grand-total .grand-total-inner .grand-total-details .total-info .total-item:not(.total) {
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 10px; }
        .grand-total .grand-total-inner .grand-total-details .total-info .total-item .total-value {
          float: right; }
      .grand-total .grand-total-inner .grand-total-details .total-info .total-item .total {
        text-align: right; }

.payment-method-item {
  padding: 0 10px;
  float: left;
  width: 50%; }
  .payment-method-item .comman-box {
    position: relative;
    margin-bottom: 20px; }
    .payment-method-item .comman-box .input-group-addon {
      padding: 6px 6px; }
    .payment-method-item .comman-box .form-control {
      height: 120px;
      padding: 15px 10px;
      margin: 0; }
      .payment-method-item .comman-box .form-control .description-box {
        margin-top: 6px; }
    .payment-method-item .comman-box .input-group-addon .custom-radio {
      top: -10px;
      right: -4px;
      margin: 0; }
      .payment-method-item .comman-box .input-group-addon .custom-radio .popover {
        width: 300px !important;
        left: 28px !important; }
        .payment-method-item .comman-box .input-group-addon .custom-radio .popover .popover-content {
          max-height: 250px;
          overflow: auto; }
      .payment-method-item .comman-box .input-group-addon .custom-radio input {
        display: none; }
    .payment-method-item .comman-box .input-group-addon .checkmark {
      width: 25px;
      height: 25px; }
    .payment-method-item .comman-box .custom-radio .checkmark::after {
      width: 15px;
      height: 15px;
      bottom: 0;
      margin: auto;
      top: 0; }

.shipping-method p {
  font-size: 13px; }
.shipping-method h4 {
  font-size: 16px;
  margin: 0;
  display: inline-block; }
  .shipping-method h4 span {
    padding: 0 15px; }

.owl-theme .owl-nav [class*='owl-'] {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%; }
  .owl-theme .owl-nav [class*='owl-']:focus {
    outline: none; }
  .owl-theme .owl-nav [class*='owl-'] span {
    position: absolute;
    bottom: 0; }

.cm-checkbox .chkipt + label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative; }

.cm-checkbox .chkipt + label:before {
  content: "\2714";
  border-radius: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 0.1em;
  vertical-align: text-bottom;
  color: transparent;
  transition: .2s;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  border: 0.1em solid #1fc0a0; }

.cm-checkbox .chkipt:checked + label:before {
  background-color: #1fc0a0;
  border-color: #1fc0a0;
  color: #fff; }

.radio-wrapper .chkipt {
  display: none; }
.radio-wrapper .chklbl {
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  margin: 10px 0; }
  .radio-wrapper .chklbl > img {
    max-height: 28px;
    width: auto; }
  .radio-wrapper .chklbl.ship-chkbl {
    min-height: 220px; }
.radio-wrapper .description {
  font-size: 12px;
  line-height: normal;
  margin-top: 10px;
  position: relative;
  display: block; }

.saved-add-wrapper {
  padding-bottom: 20px; }
  .saved-add-wrapper .bootstrap-select {
    width: 100% !important; }
  .saved-add-wrapper .dropdown-menu {
    position: unset; }
  .saved-add-wrapper .btn-default {
    border: 2px solid #e5e5e5; }
    .saved-add-wrapper .btn-default:hover {
      -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
      -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
      box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
      background-color: transparent; }
  .saved-add-wrapper .form-group input {
    width: 100%;
    height: 46px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 0px 20px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: #363636;
    font-weight: 500; }
  .saved-add-wrapper .form-group textarea {
    width: 100%;
    border: 1px solid #f4f4f4;
    padding: 8px 20px;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    background-color: #f4f4f4; }
  .saved-add-wrapper .form-group select {
    width: 100%;
    height: 46px;
    border: 1px solid #f4f4f4;
    padding: 8px 20px;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    background-color: #f4f4f4; }
  .saved-add-wrapper .form-group .form-control:focus {
    border-color: transparent; }
  .saved-add-wrapper .form-group .open > .dropdown-toggle.btn-default {
    background-color: transparent; }
    .saved-add-wrapper .form-group .open > .dropdown-toggle.btn-default:hover {
      background-color: transparent; }
  .saved-add-wrapper .form-group .btn-group.open .dropdown-toggle {
    box-shadow: none; }
  .saved-add-wrapper .form-group .btn-default:active {
    background-color: transparent; }
  .saved-add-wrapper .form-group .btn-default:focus {
    background-color: transparent; }
  .saved-add-wrapper .bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto #fff !important; }

.delivery-method {
  width: 100%;
  float: left;
  text-align: left; }

.module-heading.contact-module {
  text-align: left; }

.checkout-method h4 {
  font-size: 16px; }
.checkout-method h5 {
  padding-top: 14px; }
.checkout-method p {
  font-size: 13px; }
.checkout-method .colum-left1 {
  width: 50%;
  float: left; }
  .checkout-method .colum-left1 .bullet {
    padding-left: 18px; }
    .checkout-method .colum-left1 .bullet li {
      list-style: disc outside;
      font-size: 13px; }
.checkout-method .colum-right2 {
  width: 50%;
  float: right; }

.form-list li {
  margin: 0px 0px 8px; }
  .form-list li.control input.radio {
    margin-right: 6px;
    margin-top: 0;
    display: inline-block; }
.form-list label {
  font-size: 13px; }

.form-list.radio-padding li {
  margin: 0px 0px -10px; }

.form-list label.required {
  position: relative;
  display: none; }
  .form-list label.required em {
    float: right;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -8px; }

.price-tbl-row {
  font-size: 14px;
  color: #787878;
  line-height: 25px; }

.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%; }
  .checkmark::after {
    content: "";
    position: absolute;
    display: none; }

.custom-radio input:checked ~ .checkmark {
  background-color: #fff; }
  .custom-radio input:checked ~ .checkmark::after {
    display: block; }

.custom-radio .checkmark::after {
  top: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%; }

.account-action.checkout-process {
  text-align: left; }

.checkbox-secondary label {
  font-size: 14PX; }
  .checkbox-secondary label input[type=checkbox] {
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    z-index: 1; }
    .checkbox-secondary label input[type=checkbox] + span {
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: -4px;
      border-radius: 2px;
      margin: 0 10px 0 0;
      position: relative; }
  .checkbox-secondary label input[type=checkbox]:checked + span:after {
    content: "\f00c";
    position: absolute;
    top: 1px;
    font-family: FontAwesome;
    left: 3px;
    font-size: 9px; }

/**********************************************************************************************************************/
/*================================================ End Delevery page  ===============================================*/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*================================================ Start Profile page  ===============================================*/
/**********************************************************************************************************************/
.registration_form_profile .reg_profile_s {
  padding: 0 30px;
  position: relative; }
  .registration_form_profile .reg_profile_s .form-group {
    margin-bottom: 20px; }
    .registration_form_profile .reg_profile_s .form-group .profile_wrapper .img-wrap {
      display: inline-block;
      height: 200px;
      width: 200px;
      margin-right: 10px;
      vertical-align: middle; }
      .registration_form_profile .reg_profile_s .form-group .profile_wrapper .img-wrap img {
        width: 100%;
        height: 100%; }
    .registration_form_profile .reg_profile_s .form-group .profile_wrapper .text-wrap {
      display: inline-block; }
    .registration_form_profile .reg_profile_s .form-group .input-group-addon {
      background-color: #f4f4f4;
      border: none; }
    .registration_form_profile .reg_profile_s .form-group .btn-group {
      width: 100%; }
      .registration_form_profile .reg_profile_s .form-group .btn-group .dropdown-toggle {
        width: 100%;
        height: 46px;
        position: relative;
        background-color: #f4f4f4;
        border: 1px solid #f4f4f4;
        padding: 0px 10px 0px 18px;
        outline: none;
        box-shadow: none;
        text-shadow: none;
        font-size: 14px;
        color: #334249;
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        text-align: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
        .registration_form_profile .reg_profile_s .form-group .btn-group .dropdown-toggle .arrow_carrot-down {
          position: absolute;
          right: 15px;
          top: 12px; }
          .registration_form_profile .reg_profile_s .form-group .btn-group .dropdown-toggle .arrow_carrot-down .fa-sort-asc {
            position: relative;
            color: #bcbec2; }
          .registration_form_profile .reg_profile_s .form-group .btn-group .dropdown-toggle .arrow_carrot-down .fa-sort-desc {
            position: relative;
            color: #bcbec2;
            right: 8px;
            top: 2px; }
      .registration_form_profile .reg_profile_s .form-group .btn-group .dropdown-menu {
        width: 100%; }
    .registration_form_profile .reg_profile_s .form-group .login_btn {
      width: 260px;
      height: 50px;
      display: inline-block;
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      line-height: 38px;
      font-family: "Ubuntu", sans-serif;
      font-weight: 500;
      position: relative;
      z-index: 2;
      outline: none !important;
      box-shadow: none !important;
      border: none;
      background: transparent; }
      .registration_form_profile .reg_profile_s .form-group .login_btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 25px; }
      .registration_form_profile .reg_profile_s .form-group .login_btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        border-radius: 25px; }
      .registration_form_profile .reg_profile_s .form-group .login_btn:hover::after {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
      .registration_form_profile .reg_profile_s .form-group .login_btn:hover::before {
        opacity: 0;
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); }
    .registration_form_profile .reg_profile_s .form-group.reg_chose {
      text-align: center; }

/**********************************************************************************************************************/
/*================================================ End Profile page  ===============================================*/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*================================================ start Widhlist page  ===============================================*/
/**********************************************************************************************************************/
.wish-list .promo-border {
  margin-bottom: 60px; }
.wish-list .cate-promo-btn {
  text-align: center; }
  .wish-list .cate-promo-btn .promo-btn {
    padding: 7px 22px; }

/**********************************************************************************************************************/
/*================================================ End Widhlist page  ===============================================*/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*================================================ start Cart page  ===============================================*/
/**********************************************************************************************************************/
.product-image {
  float: left;
  width: 20%; }

.product-details {
  float: left;
  width: 30%; }

.product-price {
  float: left;
  width: 10%; }

.product-quantity {
  float: left;
  width: 12%; }

.product-removal {
  float: left;
  width: 2%;
  text-align: right;
  color: transparent; }

.product-line-price {
  float: left;
  width: 16%;
  text-align: right; }

.cart-prod-text {
  float: left;
  width: 10%; }

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table; }

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both; }

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1; }

.main-title.shopping-text h2 {
  padding: 25px 0;
  margin-bottom: 25px; }

/* Apply clearfix in a few places */
/* Apply dollar signs */
.shopping-cart {
  margin-top: -45px; }

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee; }
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px; }

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .product .product-image {
    text-align: center; }
    .product .product-image img {
      width: 100px; }
  .product .product-details .product-title {
    margin-right: 20px; }
  .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em; }
  .product .product-quantity input {
    width: 65px; }
  .product .product-quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative; }
  .product .product-quantity input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    width: 10px;
    height: 15px;
    padding: 4px;
    position: relative;
    right: -7px;
    border-radius: 3px; }
  .product .remove-product {
    border: 0;
    background-color: transparent;
    font-size: 30px;
    border-radius: 3px; }
  .product .remove-product:hover {
    opacity: 0.8; }

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }
  .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right; }
  .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right; }

.checkout {
  float: right;
  margin-top: 20px;
  padding: 6px 25px;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  margin-bottom: 50px;
  font-weight: 500;
  border-radius: 50px; }
  .checkout:hover {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease; }

.address-field .contact-page {
  text-align: center; }

.account-action {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 30px; }
  .account-action button {
    padding: 12px 40px;
    font-size: 15px; }
  .account-action .btn-lg {
    padding: 4px 20px;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px; }

.contact-page .btn-lg {
  padding: 10px 40px; }

/******************************************/
/*************  CHECKOUT_SUCCESS CSS ************/
/****************************************/
.checkout-success-wrapper {
  padding: 50px 0; }

.chkout-success-box {
  margin: 0 auto;
  width: 850px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
  -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
  text-align: center;
  padding-bottom: 40px; }

.chkout-success-box .order-success {
  border-bottom: 1px solid #e5e5e5;
  color: #2ec20b;
  padding: 15px 15px; }
.chkout-success-box .failed-icon {
  color: #f3282f; }
.chkout-success-box .success-text .success-title {
  font-size: 18px;
  text-transform: uppercase; }
.chkout-success-box .custom-table {
  min-width: 600px; }
  .chkout-success-box .custom-table thead tr th {
    text-align: center;
    background-color: #f4f4f4;
    font-weight: 500;
    font-size: 16px; }
  .chkout-success-box .custom-table tbody tr td {
    font-size: 16px;
    font-weight: 800; }

.success-icon {
  font-size: 35px; }
  .success-icon .fa {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%); }
  50% {
    transform: translateY(8%);
    -webkit-transform: translateY(8%);
    -moz-transform: translateY(8%); }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%); } }
.table-wrapper .table-title {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0px 20px; }

/******************************************/
/*************  CONTACT CSS ************/
/****************************************/
.address-details {
  padding: 80px 0 10px; }
  .address-details .location {
    text-align: center;
    margin-bottom: 25px; }
  .address-details h3 {
    font-size: 22px; }
  .address-details h4 {
    font-size: 16px;
    font-weight: 300; }

.address-field {
  padding-bottom: 80px; }

.form-group input {
  width: 100%;
  height: 35px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 0px 20px;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  color: #363636;
  font-weight: 500; }
.form-group textarea {
  width: 100%;
  border: 1px solid #f4f4f4;
  padding: 8px 20px;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
  background-color: #f4f4f4; }
.form-group select {
  width: 100%;
  height: 35px;
  border: 1px solid #f4f4f4;
  padding: 8px 20px;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
  background-color: #f4f4f4; }
.form-group .form-control:focus {
  border-color: transparent !important; }
.form-group.custom-textarea textarea {
  height: 185px;
  border-radius: 5px; }

/******************************************/
/*************  FAQ CSS ************/
/****************************************/
.faq-wrapper {
  padding: 50px 0; }

.accordian-section .acc-faq {
  border: 1px solid #e5e5e5;
  margin: 15px auto;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75); }
  .accordian-section .acc-faq .faq-top {
    background-color: #f4f4f4;
    cursor: pointer;
    padding: 15px;
    float: left;
    width: 100%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease; }
    .accordian-section .acc-faq .faq-top .faq-left {
      width: calc(100% - 40px);
      float: left; }
    .accordian-section .acc-faq .faq-top .faq-right {
      text-align: right;
      display: inline-block;
      width: 40px;
      height: 100%;
      float: left;
      padding: 0 12px;
      font-size: 14px;
      position: relative; }
      .accordian-section .acc-faq .faq-top .faq-right .accord-icon::before {
        content: "\f067";
        font-family: FontAwesome; }
      .accordian-section .acc-faq .faq-top .faq-right .accord-icon .acco-open::before {
        content: "\f068" !important;
        font-family: FontAwesome; }
  .accordian-section .acc-faq .faq-bottom {
    width: 100%;
    float: left;
    padding: 15px;
    display: none; }
    .accordian-section .acc-faq .faq-bottom .helpfull {
      text-align: right; }
      .accordian-section .acc-faq .faq-bottom .helpfull > span {
        top: 5px;
        position: relative; }
    .accordian-section .acc-faq .faq-bottom p {
      font-size: 16px; }
.accordian-section .acco-open {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .accordian-section .acco-open .faq-top .faq-left a.accordion-section-title {
    color: #fff; }
  .accordian-section .acco-open .faq-top .faq-right .accord-icon::before {
    content: "\f068" !important;
    font-family: FontAwesome; }
.accordian-section .radius-it {
  border-radius: 8px; }

.btn.btn-helpfull {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 25px;
  margin: auto 10px; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  0% {
    opacity: 1; }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@-webkit-keyframes check-btn {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); } }
@keyframes check-btn {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); } }
@keyframes hvr-ripple-out {
  0% {
    opacity: 1; }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.delivery-method {
  width: 100%;
  float: left; }

.column-2-wrapper {
  float: left;
  width: 100%; }
  .column-2-wrapper .profile_aside {
    float: left;
    width: 350px;
    padding-right: 20px; }
    .column-2-wrapper .profile_aside ul li {
      padding: 8px 15px;
      font-size: 16px; }
      .column-2-wrapper .profile_aside ul li a {
        color: #000; }
        .column-2-wrapper .profile_aside ul li a:hover {
          color: #fff; }
  .column-2-wrapper .profile_right {
    float: left;
    width: calc(100% - 350px);
    padding-left: 20px; }
    .column-2-wrapper .profile_right .pager {
      margin: 0 0 20px; }

.my_title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-left: 15px; }
  .my_title:before {
    content: '';
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #000; }

/******************************************/
/*************  ADDRESSBOOK CSS ************/
/****************************************/
.address-wrapper {
  padding-bottom: 50px; }

.add-book .add-details {
  width: 33.33%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
  margin-left: -2px; }
.add-book .border-box {
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 250px; }
.add-book .dashed-box {
  border: 2px dashed #e5e5e5;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column; }
  .add-book .dashed-box .add-text .fa {
    font-size: 24px;
    color: #bcbec2; }
  .add-book .dashed-box p {
    font-size: 20px;
    color: #bcbec2;
    font-weight: 600; }

.add-details .default-text {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px; }
.add-details .add-name {
  padding: 22px 20px; }
  .add-details .add-name h5 {
    font-size: 16px;
    font-weight: 700; }
  .add-details .add-name address {
    font-size: 13px;
    font-weight: 400; }
.add-details ul {
  padding-top: 22px; }
  .add-details ul li {
    float: left; }
    .add-details ul li:not(:last-child)::after {
      content: '|';
      padding: 10px;
      color: #aaa; }
    .add-details ul li a {
      font-size: 15px;
      font-weight: 400; }
.add-details .edit-top {
  padding-top: 40px; }

/********************************************************************************************************/
/*************  404 CSS ********************************************************************************/
/********************************************************************************************************/
.bg-box2 {
  width: 50%;
  margin: 32px auto;
  -moz-box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
  box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
  text-align: center; }

.agile-info {
  padding: 60px 0px; }
  .agile-info h2 {
    font-size: 100px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 20px; }
  .agile-info h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 12px; }
  .agile-info p {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 6px;
    margin-bottom: 46px;
    font-weight: 400; }
  .agile-info a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 8px;
    background: #000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
    .agile-info a:hover {
      background-color: transparent;
      border: 1px solid #fff; }

.social {
  text-align: center;
  transform: translateY(-50%); }
  .social li {
    display: inline;
    margin-right: 7px; }
  .social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    margin-right: 8px;
    font-size: 16px; }
    .social .link.facebook {
      background-color: #3b5998;
      color: #fff; }
    .social .link.twitter {
      background-color: #4099ff;
      color: #fff; }
    .social .link.google-plus {
      background-color: #cc181e;
      color: #fff; }
    .social .link.instagarm {
      background-color: #fb3958;
      color: #fff; }
    .social .link.pintrest {
      background-color: #d34836;
      color: #fff; }
    .social .link:hover {
      transform: translateX(0px) rotate(360deg); }

.footer-text p {
  text-align: center;
  font-weight: 400; }

/********************************************************************************************************/
/*************  My Order CSS ********************************************************************************/
/********************************************************************************************************/
.page-title p {
  font-size: 16px;
  display: inline-block; }
.page-title .print-link {
  float: right;
  color: #cc181e;
  font-weight: bold; }

.table-wrapper .view-order {
  text-align: center;
  font-weight: 400; }

.pager p.amount {
  float: left; }
.pager .limiter {
  float: right; }
  .pager .limiter select {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }

.order-table thead tr th {
  background-color: #f4f4f4;
  padding: 18px 10px;
  font-size: 16px; }
.order-table tbody tr td {
  font-size: 16px; }

.link-right {
  margin: 0 0 70px; }
  .link-right .back-link {
    float: right;
    margin: 0 5px 0 0; }
    .link-right .back-link small {
      font-size: 16px; }
  .link-right p.back-link {
    font-size: 13px; }

/********************************************************************************************************/
/*************  View Order CSS ********************************************************************************/
/********************************************************************************************************/
.order-info {
  font-weight: bold;
  font-size: 14px;
  margin-top: 22px;
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  padding: 0px 10px; }
  .order-info h4 {
    display: inline-flex;
    font-size: 14px;
    font-weight: bold; }

.order-date {
  margin: 10px 0; }

.colum-12 .colum-1 {
  float: left;
  width: 45%; }
.colum-12 .colum-2 {
  float: right;
  width: 55%; }

.order-details {
  background: #fff;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
  width: 100%;
  float: left; }
  .order-details .box-title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #787878; }

.box-content {
  color: #787878;
  font-size: 14px;
  font-weight: 300; }

.order-item .box-title h3 {
  font-size: 14px;
  font-weight: 600; }

.view-table tfoot {
  text-align: right; }
  .view-table tfoot .subtotal-view {
    padding-top: 8px !important;
    padding-bottom: 0px !important; }
.view-table.table-bordered tfoot tr td {
  border-bottom: 0;
  border-top: 0; }

.table-bordered.order-table tfoot > tr > td {
  border-bottom: 0;
  border-top: 0; }

.view-table .order-sub-title {
  width: 100%;
  display: -webkit-box;
  font-size: 13px; }
  .view-table .order-sub-title span {
    font-weight: 300; }
.view-table label {
  margin-bottom: 0; }

/********************************************************************************************************/
/*************  Compare Product CSS ********************************************************************************/
/********************************************************************************************************/
.compare-padding {
  padding: 0 30px 50px; }

.compare-product {
  width: 100%;
  border: 1px solid #e5e5e5; }

.compare-table button.btn-cart {
  background: #ffae00;
  border: 1px solid #ffae00;
  padding: 8px 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px; }
  .compare-table button.btn-cart:hover {
    background: #fff;
    border: 1px solid #ffae00;
    color: #ffae00; }
.compare-table .add-to-links {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
  color: #ffae00;
  font-weight: normal;
  display: inline-block; }
  .compare-table .add-to-links:hover {
    color: #000; }

.a-right .btn-remove .fa {
  background-color: #ffae00;
  padding: 5px 8px;
  opacity: 0.8; }

.compare-table thead {
  background-color: #f4f4f4; }
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  vertical-align: top; }
.compare-table tbody th {
  padding: 10px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  vertical-align: top;
  background-color: #f4f4f4; }
.compare-table tr.first td {
  text-align: center; }
  .compare-table tr.first td p {
    margin: 0; }
  .compare-table tr.first td .product-title {
    font-size: 18px;
    line-height: 24px; }
.compare-table .price-box {
  margin: 5px 0; }
  .compare-table .price-box .old-price {
    margin: 0;
    display: inline-block; }
    .compare-table .price-box .old-price .price {
      white-space: nowrap !important;
      color: #777;
      text-decoration: line-through;
      font-size: 15px;
      font-weight: 400;
      padding-right: 10px; }
  .compare-table .price-box .special-price {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 700; }
    .compare-table .price-box .special-price .price {
      color: #000;
      margin: 0; }
.compare-table .compare-img {
  height: 150px;
  width: 100px;
  background-size: cover;
  transition: all 0.4s;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat; }

.compare-col1 {
  color: #aaa; }
  .compare-col1 .nobr {
    white-space: nowrap !important;
    font-size: 15px;
    font-weight: 500; }
  .compare-col1 .std {
    line-height: 22px;
    font-size: 16px; }
    .compare-col1 .std ul {
      padding-left: 20px; }
      .compare-col1 .std ul li {
        list-style: disc outside; }

.a-right .btn-remove {
  float: right; }

.aside-box .fa {
  padding-right: 2px; }

.aside-box {
  border: 1px solid #e5e5e5;
  padding: 20px 22px;
  margin-bottom: 30px; }

.profile_aside .aside-box {
  border: 1px solid #e5e5e5;
  padding: 20px 0px; }

/********************************************************************************************************/
/************* Loader CSS ********************************************************************************/
/********************************************************************************************************/
.lds-ripple {
  display: none;
  /*inline-block*/
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: 0 auto; }

.lds-ripple div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
/************** 23-Aug-2018 **************/
.theme-crumb .crumb {
  width: 50%;
  float: left; }
.theme-crumb .right.crumb {
  text-align: right;
  padding-top: 28px;
  font-size: 12px; }

.theme-crumb .right.crumb a.btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding: 10px 30px; }
  .theme-crumb .right.crumb a.btn:hover {
    -webkit-animation: check-btn 1s infinite alternate;
    animation: check-btn 1s infinite alternate; }
    .theme-crumb .right.crumb a.btn:hover:before {
      -webkit-animation: hvr-ripple-out 1s infinite;
      animation: hvr-ripple-out 1s infinite; }
  .theme-crumb .right.crumb a.btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    border-radius: 30px; }

.products.allproducts > .item {
  width: calc(20% - 10px);
  float: left;
  margin: 20px 5px;
  border: 1px solid #c2c2c2; }

.search-area .select2 {
  width: 165px !important;
  float: left; }

.search-area .select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  border-radius: 50px 0 0 50px;
  border-right: 1px solid #E0E0E0; }

.search-area .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 44px;
  user-select: none;
  -webkit-user-select: none; }

.search-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 22px; }

.search-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0; }

.search-area .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 30PX 0 0 30PX; }

.search-area .select2-container--default .select2-selection--single {
  border: 0; }

body .select2-results__option {
  padding: 0px 15px !important; }

.addcart .modal-header {
  border-bottom: 0; }
.addcart p {
  text-align: center;
  font-size: 16px; }

/************* 27-Aug-2018 ***************/
.add-chkbox {
  text-align: center;
  margin-bottom: 15px; }
  .add-chkbox .tearm-chkbox {
    vertical-align: top; }

.error {
  color: #e80707; }

.red {
  color: #e80707; }

.delivery-profile .user-acnt-tbl .usre-acnt-cell.is_stuck {
  margin-top: 60px; }

.shipping-price .grand-total-toggle1 {
  width: 100%;
  float: left;
  padding: 10px 0; }

/************** 31-Aug-2018 *****************/
.address-field .form-group input {
  font-size: 13px; }

.cms-style p {
  font-size: 13px;
  letter-spacing: 1px; }

.zoomContainer {
  left: 50px !important;
  right: 0 !important; }

.header-bg .main-header .stay-in > ul > li:hover {
  background-color: #B3B3B3; }

/**************************************************************/
/************** Bottom-top Scroll ***********************************/
/**************************************************************/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 55px;
  right: -9px;
  z-index: 999; }

.scroll {
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #b2b2b2;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.scroll:hover {
  opacity: 0.7;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.scroll:hover .fa {
  padding-top: -10px; }

.scroll .fa {
  color: #fff;
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.product-detail .discount h3 {
  margin-right: 16px; }

.product-info {
  color: #25ae88;
  font-weight: 700; }

.header-nav .navbar-default .navbar-collapse .navbar-nav > li .hover-submenu {
  cursor: pointer; }
  .header-nav .navbar-default .navbar-collapse .navbar-nav > li .hover-submenu::after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    right: 18px;
    margin-top: -21px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 8px 8px;
    display: none; }

.country-number select {
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
  color: #000;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  margin-right: 10px;
  padding: 0px 4px; }

.open > .dropdown-toggle.btn-primary.custon-currency.country-bgcolor {
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
  color: #000; }

.navbar-default .navbar-toggle:focus {
  background: #000 !important; }

.country-code {
  width: 100%; }
  .country-code .country-number {
    display: inline-table; }
    .country-code .country-number.code_width {
      width: 25%; }
    .country-code .country-number.phone_width {
      width: 74%;
      text-align: right; }

/*********************************************/
/*************** 10/10/2018 ******************/
/*********************************************/
.dual-select .attributes {
  height: 40px; }

.close span {
  position: relative;
  top: -2px; }

.map-section .mapouter {
  width: 100%; }
.map-section .gmap_canvas {
  width: 100%; }
.map-section .custom_map {
  width: 100%; }

.round #tawkchat-status-icon.offline:before {
  font-size: 22px;
  line-height: 35px;
  content: "\e904"; }

.round #tawkchat-status-text-container {
  border-radius: 0;
  height: 35px;
  width: 35px; }

.product-details-wrapper {
  float: left;
  width: 100%;
  position: relative; }

.product-details-left {
  width: 280px;
  float: left; }

.product-details-right {
  width: calc(100% - 280px);
  float: right;
  padding-left: 15px; }

.product-details-left.is_stuck {
  margin-top: 80px; }

.product-details-left-inner {
  float: left;
  width: 280px;
  padding-right: 15px; }

.dd {
  float: left;
  width: 100%; }

.header-wrapper {
  float: left;
  width: 100%; }

.usre-acnt-cell.order_sticky.is_stuck {
  top: 20px !important; }

.header-wrapper {
  float: left;
  width: 100%; }

.usre-acnt-cell.order_sticky.is_stuck {
  top: 20px !important; }

table.desc-table.table tr:nth-child(odd) {
  background-color: #eee; }

.large.tooltip-inner {
  max-width: 290px;
  width: 290px; }

.totals-value span {
  padding-left: 2px; }

.saved-add-wrapper .dropdown-menu {
  width: 100%; }

.cat-head-border .select2.select2-container.select2-container--default {
  width: 100% !important; }
.cat-head-border .select2-container--open .select2-dropdown--below {
  width: 100% !important; }

.custom-copy .col-sm-4 {
  width: 30.3333%; }

.aler-message-front {
  margin-top: 50px; }
  /*# sourceMappingURL=main.css.map */
  /* 18-02-2021 */
  .templates-style{position: absolute;top: 0 !important;height: auto !important;}
  .blue_theme .btn.btn-orange:focus {background-color: transparent !important;}

  .btn-m-round {
      width: calc(50% - 10px) !important;
      border-radius: 30px !important;
      margin: 0 auto !important;
  }
  @media(max-width: 767px){
    .d-flex{
      display: flex !important;
    }
  }