
html,body{
  font-family: lato,sans-serif;
}
select:focus{
  outline: 0;
}
a
{
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{text-decoration:none;}
.reset-link-styles a {
  text-decoration: none;
}

.reset-link-styles a:hover,
.reset-link-styles a:focus,
.reset-link-styles a:active {
  text-decoration: none;
}

.marg-top {
  margin-top: 30px;
}

.no-border-btn button:active,
.no-border-btn button:focus,
.no-border-btn button:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.close_flilters{display: none;}
.center-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-input-border input:active,
.no-input-border input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid grey;
}

.drop-width {
  width: 100%;
}

.arrow-line {
  height: 12px;
  width: 12px;
  margin: 0 10px;
}

.rotate-arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotate-arrow-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-arrow-up {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.breadcrumbs {
  margin-bottom: 34px;
}

.breadcrumbs .breadcrumbs-container {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  min-height: 44px;
}

.breadcrumbs .breadcrumbs-container .crumbs-items {
  margin: 0 60px 0 60px;
  width: 100%;
}

.breadcrumbs .breadcrumbs-container .crumbs-items p {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #474747;
  margin: 0;
  padding: 0 10px 0 0;
}

.breadcrumbs .breadcrumbs-container .crumbs-items a {
  text-decoration: none;
  list-style: none;
}

.breadcrumbs .breadcrumb-active {
  font-weight: 600;
  font-size: 11px !important;
}

/* general styles */

.close-x-filter {
  width: 22px;
}

.close-x {
  width: 25px;
  cursor: pointer;
}

/* Sweep To Right */

.sweep-to-black {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sweep-to-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sweep-to-black:hover,
.sweep-to-black:focus,
.sweep-to-black:active {
  color: white !important;
}

.sweep-to-black:hover:before,
.sweep-to-black:focus:before,
.sweep-to-black:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Left */

.underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2d2d2d;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.underline-from-left:hover:before,
.underline-from-left:focus:before,
.underline-from-left:active:before {
  right: 0;
}

.sweep-to-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.sweep-to-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sweep-to-white:hover,
.sweep-to-white:focus,
.sweep-to-white:active {
  color: #2d2d2d !important;
  outline: 1px solid #2d2d2d !important;
}

.sweep-to-white:hover:before,
.sweep-to-white:focus:before,
.sweep-to-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.homepage-header {
  padding: 1rem 50px 0 50px;
}

.homepage-header a {
  color: #fff;
}

.homepage-header .nav-left a {
  font-size: 20px;
  padding: 0 10px 5px 10px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.homepage-header .nav-left a span {
  font-size: 14px;
  margin-left: 5px;
}

.homepage-header .nav-left a .white-icons {
  font-size: 22px;
}

.homepage-header .nav-left a:hover,
.homepage-header .nav-left a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-header .nav-right-icons a {
  padding: 5px 10px;
  color: #fff;
}

.homepage-header .nav-right-icons a:hover,
.homepage-header .nav-right-icons a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-header .nav-right-icons span {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  font-size: 18px;
}

.homepage-header .nav-right-icons span:hover,
.homepage-header .nav-right-icons span:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* homepage-header END */

.header-navbar .homepage-header {
  z-index: 99999;
  position: relative;
  background: #fff;
  trasition: 1s;
}

.header-navbar {
  border-bottom: 1px solid #d8d8d8;
}

.header-navbar .nav-left {
  padding-left: 40px;
}

.header-navbar .nav-right-icons {
  padding-right: 50px;
}

.header-navbar .nav {
  padding: 0 60px 0 60px;
}

.header-navbar .nav a {
  z-index: 555;
  color: #000;
  font-size: 15px;
}

.header-navbar .nav a:hover {
  text-decoration: none;
}

.header-navbar .homepage-header a {
  color: #000;
}

.header-navbar .w-logo {
  display: none;
}

/* header-navbar END*/

.header-navbar,
.header .nav .mega-btn p {
  font-family: 'Lato', sans-serif;
  margin-bottom: -3px;
}

.header-navbar .nav {
  background: #fff;
  z-index: 9999;
  position: relative;
}

.header-navbar .nav a {
  -webkit-transition: .5s;
  transition: .5s;
}

.header-navbar .nav a:hover {
  color: #2d2d2d;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-navbar .nav a p:focus,
.header-navbar .nav a p:active,
.header-navbar .nav a p:hover {
  padding-bottom: 10px;
  margin-bottom: -3px;
  border-bottom: 3px solid #2d2d2d;
  -webkit-transition: .3s;
  transition: .3s;
}

.hover-effect {
  padding-bottom: 10px;
  margin-bottom: 2.6px;
  border-bottom: 3px solid #2d2d2d;
}

.blog-header-logo .black-logo,
.nav-right-icons .black-logo,
.nav-left .black-logo {
  display: block;
  margin: 0 auto;
}

.blog-header-logo .black-icons,
.nav-right-icons .black-icons,
.nav-left .black-icons {
  display: block;
}

.blog-header-logo .white-logo,
.blog-header-logo .white-icons,
.nav-right-icons .white-logo,
.nav-right-icons .white-icons,
.nav-left .white-logo,
.nav-left .white-icons {
  display: none;
}

.transnav {
  border: none !important;
}

.transnav .homepage-header {
  background: transparent;
}

.transnav .homepage-header .w-logo {
  display: block;
  margin: 0 auto;
}

.transnav .homepage-header .white-icons {
  display: block;
}

.transnav .homepage-header .nav-left span {
  color: #fff;
}

.transnav .homepage-header .nav-right-icons span {
  color: #fff;
}

.transnav .homepage-header .blog-header-logo .black-logo,
.transnav .homepage-header .blog-header-logo .black-icons,
.transnav .homepage-header .nav-right-icons .black-logo,
.transnav .homepage-header .nav-right-icons .black-icons,
.transnav .homepage-header .nav-left .black-logo,
.transnav .homepage-header .nav-left .black-icons {
  display: none;
}

.transnav .homepage-header .blog-header-logo .white-logo,
.transnav .homepage-header .nav-right-icons .white-logo,
.transnav .homepage-header .nav-left .white-logo {
  display: none;
}

.transnav .nav {
  background: transparent;
}

.transnav .nav a {
  color: #fff;
}

.transnav .nav a:hover {
  color: #f0f0f0;
}

.transnav .nav a p:hover {
  color: #f0f0f0;
  border: none;
}

/* scroll nav styles */

.fix-nav .header-navbar {
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-nav .black-logo {
  display: block;
  width: 126px;
  margin: 0 auto;
  padding: 4px 0;
}

.fix-nav .w-logo {
  display: none;
}

.fix-nav .white-logo {
  display: none;
}

.fix-nav .black-icons {
  display: inline-block;
}

.fix-nav header span {
  color: #000;
}

.fix-nav .white-icons {
  display: none;
}

.fix-nav .responsive-header nav {
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-nav .scroll-nav {
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 99999999;
  -webkit-transition: 1s;
  transition: 1s;
  border-bottom: 1px solid #dcdcdc;
}

.fix-nav .scroll-nav .blog-header-logo img {
  width: 140px;
}

.fix-nav .scroll-nav .blog-header-logo .black-logo {
  display: block;
}

.fix-nav .homepage-header {
  padding: 1rem 50px 0 50px;
}

.fix-nav .transnav .nav a {
  color: #000;
}

.fix-nav .burger > span {
  background: #000;
}

.fix-nav .burger > span:before,
.fix-nav .burger > span:after {
  background: #000;
}

.fix-nav .header-navbar{
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-nav .header-navbar .nav a:hover {
  color: #2d2d2d;
  -webkit-transition: .5s .2s;
  transition: .5s .2s;
}

.fix-nav .transnav .homepage-header .nav-right-icons span {
  color: #000;
}

.fix-nav .transnav .homepage-header .nav-left span {
  color: #000;
}

.fix-nav .transnav .homepage-header .blog-header-logo .black-icons,
.fix-nav .transnav .homepage-header .nav-right-icons .black-icons,
.fix-nav .transnav .homepage-header .nav-left .black-icons {
  display: block;
}

.fix-nav .transnav .homepage-header .blog-header-logo .white-icons,
.fix-nav .transnav .homepage-header .nav-right-icons .white-icons,
.fix-nav .transnav .homepage-header .nav-left .white-icons {
  display: none;
}

.fix-nav .transnav .homepage-header .blog-header-logo .w-logo,
.fix-nav .transnav .homepage-header .nav-right-icons .w-logo,
.fix-nav .transnav .homepage-header .nav-left .w-logo {
  display: none;
}

/* mega menu styles */

.mega-menu-container {
  width: 100%;
}

.mega-menu {
  width: 100%;
  height: 74%;
  background-color: #f1f1ed;
  padding: 0;
  margin-top: -3px;
  padding: 20px 64px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 670px;
  padding-bottom: 100px;

}

.mega-menu .menu-column {
  min-width: 20%;
  max-width: 200px;
  height: auto;
  padding-right: 10px;
}

.mega-menu .menu-column:nth-child(6) {
  margin: 0;
}

.mega-menu .menu-column:nth-child(7) {
  margin: 0;
}

.mega-menu .menu-column .menu-items h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  margin: 20px 0;
}

.mega-menu .menu-column .menu-items a {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  text-transform: unset;
  margin: 2px 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.mega-menu .menu-column .menu-items a:hover {
  color: #474747;
}

/* mega-menu END */

.filter-screen .categories-btn {
  background-color: #000;
  width: 100%;
  position: relative;
  max-width: 360px;
  margin: 0 auto 28px auto;
  display: block;
  border-radius: 0;
}

.filter-screen .categories-btn p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.filter-screen .categories-btn span {
  position: absolute;
  right: 20px;
  color: #fff;
}

.filter-screen .categories-btn:hover,
.filter-screen .categories-btn:active,
.filter-screen .categories-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-screen .price-range {
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
}

.filter-screen .material {
  width: 90%;
  max-width: 300px;
  /*margin: 30px auto;*/
  padding: 0 20px;
  margin:0 auto;
}

.filter-screen .material h4 {
  background-color: #fff;
  padding: 8px 10px;
}

.filter-screen .material .side-drop {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  display: block;
}

.filter-screen .material p {
  font-size: 11px;
  margin: 0;
}

.filter-screen .material .btn-side-drop {
  border-radius: 0;
}

/* filter-screen END */

/*.modal-content {
  background-color: #f4f4f4;
  margin: 10% auto;
  width: 70vw !important;
  height: 70vh;
  max-height: 620px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
*/
.closeBtn {
  color: #ccc;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 2%;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.content-box {
  height: 100%;
  position: relative;
}

.content-box .modal-image {
  height: 100% !important;
}

.content-box h3 {
  text-align: center;
  font-size: 22px;
}

.content-box p {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  text-align: center;
}

.content-box span {
  color: #000;
}

/* content-box END */

.modal-over {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: initial;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-input {
  margin-top: 4rem;
}

.modal-input .group-foot-btn {
  text-align: center;
}

.modal-input .modal-foot-btn {
  width: 100%;
  height: 52px;
  border: solid 1px #979797;
  background-color: #000;
  color: #979797;
  margin: 0;
  border-radius: 0;
}

.modal-input .modal-foot-btn:hover,
.modal-input .modal-foot-btn:focus {
  background: #979797;
  color: black;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

.modal-input .modal-mail {
  width: 100%;
  height: 52px;
  background: transparent;
  border: none;
  border: 1px solid #979797;
  border-radius: 0;
}

.modal-input .modal-mail::-webkit-input-placeholder {
  color: #979797;
  text-align: right;
  padding: 10px;
}

.modal-input .modal-mail:-ms-input-placeholder {
  color: #979797;
  text-align: right;
  padding: 10px;
}

.modal-input .modal-mail::-ms-input-placeholder {
  color: #979797;
  text-align: right;
  padding: 10px;
}

.modal-input .modal-mail::placeholder {
  color: #979797;
  text-align: right;
  padding: 10px;
}

.modal-input .modal-mail[type=text] {
  color: #000;
  padding: 10px;
}

.modal-input .modal-mail:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

/* modal-input END */

/* responsive modal */

.respo-modal-content {
  background-color: #f4f4f4;
  margin: 7rem auto;
  width: 90%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.respo-modal-content .respo-closeBtn {
  color: #ccc;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 0;
}

.respo-modal-content .content-box {
  padding: 10px;
}

.respo-modal-content .modal-input {
  margin: 1.5rem 0 1rem 0;
}

.respo-modal-content .modal-foot-btn {
  height: 42px;
}

.respo-modal-content .modal-mail {
  height: 42px;
  margin-bottom: 16px;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cart-side {
  display: none;
  height: 100%;
  z-index: 9999;
  width: 462px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 142px;
  min-height: 100vh;
  -webkit-transform: translateX(462px);
          transform: translateX(462px);
}

.cart-side h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.cart-side span {
  font-size: 26px;
  cursor: pointer;
}

/* overlay-container */

.side-b {
  position: relative;
}

.see-cart-side {
  margin-left: auto;
  display: block;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: slide .5s forwards;
          animation: slide .5s forwards;
}

.see-cart-side h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.see-cart-side span {
  font-size: 26px;
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(462px);
            transform: translateX(462px);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateX(462px);
            transform: translateX(462px);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.cart-action {
  background-color: #000;
  width: 88%;
}

.cart-action p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}

.cart-price p:first-child {
  color: #8d8d8d;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin: 6px 0;
}

.cart-price p:last-child {
  color: #2d2d2d;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  padding: 0 0 0 10px;
}

.see-second-menu {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.second-menu {
  display: none;
  position: relative;
}

.search-modal-over {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.full-search span {
  position: absolute;
  top: 3%;
  right: 3%;
  color: #fff;
  font-size: 22px;
}

.full-search .big-search {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

.full-search .big-search .field {
  height: 80px;
}

.full-search .big-search input {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.full-search .big-search input[type="text"] {
  color: #fff!important;
  font-size: 60px;
  line-height: 80px;
  font-family: 'Lato', sans-serif;
}

.full-search .big-search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.full-search .big-search input:-ms-input-placeholder {
  color: #fff;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.full-search .big-search input::-ms-input-placeholder {
  color: #fff;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.full-search .big-search input::placeholder {
  color: #fff;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.full-search .big-search input:hover,
.full-search .big-search input:active,
.full-search .big-search input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* full-search END */

@media (max-width: 1084px) {
  .mega-menu {
    padding: 34px 14px;
  }

  .menu-column {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
/*  .filter-screen {
    display: none;
  }
*/
#filter-screen{
  max-width: 100% !important;
}
#product_filters{
  /*background-color: #2d2d2d;*/
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  top: 24px;
  padding-bottom: 0;
  display: none;
}
  .filter-screen .material h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  .see-filter-screen {
    margin-top: 14px;
    display: block;
    background-color: #2d2d2d;
    width: 100vw;
    padding-bottom: 3rem;
  }

  .filter-out {
    padding: 20px 20px 20px 0;
    font-size: 22px;
    color: #fff;
  }

  .hide-body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .blog-header-logo {
    width: 100%;
  }

  .blog-header-logo img {
    width: 126px;
    display: block;
    margin: 0 auto;
  }

  .nav-right-icons a {
    font-size: 19px;
    padding: 5px 8px;
    color: #fff;
  }

  .nav-right-icons a,
  .nav-right-icons a:hover,
  .nav-right-icons a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .respo-nav {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    /*burger END */
  }

  .respo-nav .respo-nav-icons a {
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-size: 18px;
  }

  .respo-nav .respo-nav-icons a svg {
    fill: #000;
  }

  .respo-nav .respo-stick-nav {
    width: 100vw;
  }

  .respo-nav .burger-white {
    width: 26px;
    margin: 0 10px 0 10px;
    cursor: pointer;
    border: none;
  }

  .respo-nav .burger-white > span {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 26px;
    background: #000;
    -webkit-transition: 100ms all ease-in-out;
    transition: 100ms all ease-in-out;
  }

  .respo-nav .burger-white > span:before,
  .respo-nav .burger-white > span:after {
    position: absolute;
    left: 0;
    content: "";
    width: 26px;
    height: 2px;
    background: #000;
    -webkit-transition: 100ms all ease-in-out;
    transition: 100ms all ease-in-out;
  }

  .respo-nav .burger-white > span:before {
    top: -8px;
  }

  .respo-nav .burger-white > span:after {
    top: 8px;
  }

  .respo-nav .burger-white.burger-close > span {
    background: transparent;
  }

  .respo-nav .burger-white.burger-close > span:before {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
    background-color: #000;
  }

  .respo-nav .burger-white.burger-close > span:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
    background-color: #000;
  }

  .respo-nav .burger-white:hover,
  .respo-nav .burger-white:focus,
  .respo-nav .burger-white:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .respo-nav .blog-header-logo img {
    width: 115px;
    padding: 4px 0;
  }

  .respo-nav .blog-header-logo .black-respo-logo {
    display: block;
  }

  .respo-nav .blog-header-logo .white-respo-logo {
    display: none;
  }

  /*respo-nav END */

  .respo-trans {
    background: transparent;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .respo-trans .burger-white > span {
    background: #fff;
  }

  .respo-trans .burger-white > span:before,
  .respo-trans .burger-white > span:after {
    background: #fff;
  }

  .respo-trans .blog-header-logo .black-respo-logo {
    display: none;
  }

  .respo-trans .blog-header-logo .white-respo-logo {
    display: block;
  }

  .respo-trans .respo-nav-icons a svg {
    fill: #fff;
  }

  .fix-nav .respo-trans {
    background: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .fix-nav .respo-trans .burger-white > span {
    background: #000;
  }

  .fix-nav .respo-trans .burger-white > span:before,
  .fix-nav .respo-trans .burger-white > span:after {
    background: #000;
  }

  .fix-nav .respo-trans .blog-header-logo .black-respo-logo {
    display: block;
  }

  .fix-nav .respo-trans .blog-header-logo .white-respo-logo {
    display: none;
  }

  .fix-nav .respo-trans .respo-nav-icons a svg {
    fill: #000;
  }

  .collapse-navs-links {
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
  }

  .collapse-navs-links .respo-link {
    display: block;
    background: transparent;
    color: #fff;
    border: 1px solid #979797;
    width: 272px;
    padding: 10px;
    margin: 8px;
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: center;
    max-width: 200px;
    font-family: 'Lato';
  }

  .collapse-navs-links .respo-link,
  .collapse-navs-links .respo-link:active,
  .collapse-navs-links .respo-link:focus {
    text-decoration: none;
    color: #fff;
  }

  .go-back {
    position: absolute;
    top: 10px;
    left: 4%;
    font-size: 18px;
    color: #fff;
  }

  .go-back span {
    font-size: 15px;
    padding: 0 4px;
  }

  .trans-nav .nav-right-icons {
    padding: 4px;
  }

  .respo-category-body {
    margin: 4.6rem 0 0 0;
    width: 100%;
    padding: 0;
  }

  .respo-category-body .filter-btn {
    background: #000;
    color: #fff;
    min-width: 100px;
  }

  .respo-category-body .filter-btn p {
    padding: 0;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
  }

  .respo-category-body .filter-btn span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  /* respo-category-body END*/

  .dropdowns-btn {
    margin: 0 20px 0 0;
  }

  .btn-cell {
    padding: 0 2px;
  }

  .btn-drop {
    background-color: #f1f1ed;
    padding: 0;
  }

  .btn-drop p {
    color: #2d2d2d;
    font-size: 10px;
    font-family: 'Lato';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 2px;
  }

  .btn-drop span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  .btn-drop:hover,
  .btn-drop:focus,
  .btn-drop:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .white {
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .white .nav-right-icons a {
    color: #000;
  }

  .respo-collapse {
    padding-top: 1.2rem;
    height: 100vh;
    background-color: #000;
  }

  .full-search {
    /* big-search END */
  }

  .full-search span {
    top: 6%;
  }

  .full-search .big-search {
    position: absolute;
    top: 34%;
    left: 10%;
    width: 80%;
  }

  .full-search .big-search .field {
    height: 60px;
  }

  .full-search .big-search input {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    width: 100%;
  }

  .full-search .big-search input[type="text"] {
    color: #fff;
    line-height: 60px;
    font-size: 40px;
    padding: 0 0 10px 0;
    font-family: 'Lato', sans-serif;
  }

  .full-search .big-search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-align: center;
  }

  .full-search .big-search input:-ms-input-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-align: center;
  }

  .full-search .big-search input::-ms-input-placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-align: center;
  }

  .full-search .big-search input::placeholder {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-align: center;
  }

  .full-search .big-search input:hover,
  .full-search .big-search input:active,
  .full-search .big-search input:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 568px) {
  .arrow-line {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  list-style: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  position: relative;
  width: 100%;
  height: 800px;
  background-size: cover;
  padding: 20px 0;
}

.header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.37)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.37));
  opacity: .9;
}

/* header END */

.homepage-section {
  margin-top: 7rem;
}

.homepage-section .sub-section {
  margin-bottom: 10rem;
}

.homepage-section .sub-section p:first-child {
  color: red;
}

.homepage-section .sub-section h2 {
  font-size: 28px;
  display: inline-block;
  color: #000000;
}

.homepage-section p {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  max-width: 96%;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}

.homepage-section .btn-call {
  height: 42px;
  border: solid 1px #979797;
  /*background-color: transparent;*/
  /*text-transform: uppercase;*/
  width: 200px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  border-radius: 0;
}

.homepage-section .btn-call:hover,
.homepage-section .btn-call:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

.welcome-banner {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  /*z-index: -1;*/
}

.welcome-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.37)));*/
  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.17));*/
  /*background-color: rgba(0, 0, 0, 0.44);*/
}

.header-content {
  z-index: 99;
}

.header-content h1 a{
  display: block;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.16;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: lato,sans-serif;
}
.header-content h1 a:hover{
  text-decoration: none;
}
.header-content img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 20px auto 0 auto;
  -webkit-animation: arrow-light;
          animation: arrow-light;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: 1s;
  transition: 1s;
  color: #fff;
}

@-webkit-keyframes arrow-light {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes arrow-light {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.banner {
  width: 100%;
  height: 604px;
  background: url("http://d279m997dpfwgl.cloudfront.net/wp/2016/09/tree.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  margin-top: 80px;
}

/* slider styles */

.slider {
  background-color: #f1f1ed;
  height: 447px;
  padding: 0 60px;
  margin-bottom: 8rem;
  position: relative;
}

.slider h2 {
  font-size: 28px;
  text-align: center;
  margin: 0;
  padding: 30px;
  font-family: lato,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.slick-prev:before {
  content: "\F053" !important;
  font-family: "FontAwesome" !important;
  font-size: 30px !important;
  color: #222222 !important;
  position: absolute;
  top: 10px;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
}

.slick-next:before {
  content: "\F054" !important;
  font-family: "FontAwesome" !important;
  font-size: 30px !important;
  color: #222222 !important;
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 20px;
  height: 20px;
}

.three-columns {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.three-columns h2 {
  font-size: 28px;
  color: #000000;
  margin-top: 20px;
}

.three-columns p {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  max-width: 96%;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}

.three-columns .btn-call {
  height: 42px;
  border: solid 1px #979797;
  background-color: transparent;
  /*text-transform: uppercase;*/
  width: 200px;
  text-align: center;
  color: #000000;
  border-radius: 0;
}

.three-columns .btn-call:hover,
.three-columns .btn-call:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

.three-columns .middle-col {
  height: 100%;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.three-columns .middle-col .middle-content {
  padding: 0 14px 10px 14px;
  opacity: .9;
}

.three-columns .middle-col .middle-content h2,
.three-columns .middle-col .middle-content p {
  color: #fff;
  opacity: 0.9;
}

.three-columns .img-gradient {
  position: relative;
}

.three-columns .img-gradient::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #000));*/
  /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000 80%);*/
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.68) 68%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(0, 0, 0, 0.68)));
}

/* homepage-section END*/

/* for ie */

.last {
  height: 100%;
}

.last img {
  min-height: 50%;
}

.homepage-section img {
  width: 100vw;
}

/* for ie END */

/*.slick-s2 {
  border: 1px solid #979797;
}
*/
.slick-s2:focus,
.slick-s2:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

/* blog section */

.blog-section {
  margin-bottom: 8rem;
}

.blog-section h2 {
  text-align: center;
  margin-bottom: 7rem;
  font-family: lato,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}
.social a{
  font-size: 22px;
  color: #fff;
}
.blog-section .read-more {
  background: #fff;
  position: relative;
  margin: -20% 0 0 0;
  z-index: 555;
  padding: 35px 48px 40px 38px;
}

.blog-section .read-more h4 {
  margin: 10px 0 10px 0;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 900;
  color: #2d2d2d;
}

.blog-section .read-more p {
  font-size: 18px;
  max-width: 90%;
}

.blog-section .btn-call {
  height: 42px;
  border: solid 1px #979797;
  background-color: transparent;
  /*text-transform: uppercase;*/
  width: 200px;
  text-align: center;
  color: #000000;
  border-radius: 0;
  margin: 0 auto;
  font-size: 14px;
}

.blog-section .btn-call:hover,
.blog-section .btn-call:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

/* blog-section END*/

@media (max-width: 1200px) {
  .homepage-section .three-columns p {
    margin: 0 0 10px 0 !important;
  }
}

@media (max-width: 1024px) {
  .homepage-section h2 {
    font-size: 24px;
  }

  .homepage-section p {
    margin-bottom: 1rem;
  }

  .blog-section .read-more {
    margin: -12% 0 0 4%;
  }

  .material h4 {
    padding: 8px;
  }
}

/* 1024 END*/

@media (max-width: 991px) {
/*  .welcome-banner {
    height: 300px;
  }
*/
  .header-content h1 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 300;
    line-height: 1.42;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .homepage-section {
    margin-top: 1rem;
  }

  .homepage-section .sub-section {
    margin-bottom: 1rem;
  }

  .homepage-section .sub-section p {
    font-size: 14px;
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto 1rem auto;
  }

  .homepage-section h2 {
    margin: 2rem 0 1rem 0;
    font-size: 22px;
    text-align: center;
  }

  .homepage-section .btn-call {
    height: 52px;
    border: solid 1px #979797;
    /*background-color: transparent;*/
    /*text-transform: uppercase;*/
    width: 230px;
    text-align: center;
    color: #000000;
    border-radius: 0;
    display: block;
    margin: 0 auto;
  }

/*  #middle {
    display: none !important;
  }*/

/*  .min-high {
    min-height: 322px;
  }*/

  .high-respo-img {
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .three-columns h2, .three-columns a{
    margin: 20px auto 0 auto;
    font-size: 22px;
    text-align: center;
    display: block;
  }

  .three-columns p {
    font-size: 14px;
    line-height: 1.71;
    color: #474747;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    text-align: center;
  }

  .three-columns .btn-call {
    height: 52px;
    border: solid 1px #979797;
    background-color: transparent;
    /*text-transform: uppercase;*/
    max-width: 230px;
    text-align: center;
    color: #000000;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
  }

  .three-columns .btn-call:hover,
  .three-columns .btn-call:focus {
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    list-style: none;
  }

  .slider {
    padding: 0;
  }

  .slider .slick-prev:before,
  .slider .slick-next:before {
    display: none;
  }

  /*homepage-section END */

  .blog-section p {
    width: 100%;
    text-align: center;
  }

  .blog-section .read-more {
    padding: 16px 12px 26px 12px;
  }

  .blog-section .read-more h4 {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 10px auto;
  }

  .blog-section .btn-call {
    height: 52px;
    border: solid 1px #979797;
    background-color: transparent;
    /*text-transform: uppercase;*/
    width: 230px;
    text-align: center;
    color: #000000;
    border-radius: 0;
    display: block;
    margin: 0 auto;
  }

  .blog-section .btn-call:hover,
  .blog-section .btn-call:focus {
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    list-style: none;
  }

  /* blog-section END */
}

/* 991 END*/

@media (max-width: 768px) and (min-width: 510px) {
  .homepage-section .sub-section {
    margin: 0 2rem 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 40px;
  }

  .homepage-section p {
    margin-bottom: 1rem;
  }

  .responsive-header .responsive-header-content {
    top: 50%;
  }

  .responsive-header h1 {
    font-size: 31px;
  }

  .blog-section h2 {
    margin-bottom: 2rem;
  }

  .blog-section .read-more {
    margin: -14% auto 20px auto;
  }
}

/* media 768 END */

@media (max-width: 567px) {
  .blog-section img {
    margin: 0 auto;
    display: block;
  }

  .blog-section .read-more {
    margin: -14% auto 20px auto;
    padding: 35px 10px 40px 10px;
  }

  .blog-section .read-more h4 {
    margin: 10px auto;
  }

  .blog-section p {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

.banner-image-category {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 80px;
  background-color: #f1f2ed;
}

.banner-text {
  margin: 0 0 0 60px;
  width: 90%;
}

.banner-text h2 {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  color: #2d2d2d;
  text-transform: uppercase;
}

.banner-text p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  padding: 0 10px 0 0;
}

.btn-group .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #f1f1ed;
}

.btn-group a:hover {
  text-decoration: none;
  list-style: none;
}

.btn-group .dropdown-item:hover {
  background: lightgrey;
}

.category-body {
  margin: 0 60px 0 60px;
  padding: 0 0 40px 0;
}

.category-body p {
  font-size: 12px;
  margin: 0;
}

.category-body .btn-cell {
  padding: 1rem 0 1rem 1rem;
}

.category-body .btn-cell p {
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 0 1rem;
}

.category-body .btn-cell .btn-drop {
  background-color: #f1f1ed;
  padding: 5px 20px;
  height: 42px;
  border-radius: 0;
}

.category-body .btn-cell .btn-drop p {
  color: #2d2d2d;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}

.category-body .btn-cell .btn-drop span {
  margin: 0 0 2px 3px;
}

.category-body .btn-cell .btn-drop:hover,
.category-body .btn-cell .btn-drop:focus,
.category-body .btn-cell .btn-drop:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*category-body END*/

.price-range {
  border: solid 1px #dcdcdc;
  padding: 10px 20px;
  text-align: center;
}

.price-range p {
  text-transform: uppercase;
  font-size: 15px;
  color: #2d2d2d;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.price-range input {
  text-align: center;
  color: #2d2d2d;
  border: 0;
  width: 100%;
}

.material a {
  cursor: pointer;
}

.material h2 {
  margin: 20px 0 10px 0;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.material .side-drop {
  width: 100%;
}

.material .side-drop .btn-side-drop {
  width: 100%;
  background-color: #f1f1ed;
  padding: 5px 20px;
  border-radius: 0;
}

.material .side-drop .btn-side-drop p {
  color: #2d2d2d;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.material .side-drop .btn-side-drop span {
  margin: 0 0 2px 3px;
}

.material .side-drop .btn-side-drop:hover,
.material .side-drop .btn-side-drop:focus,
.material .side-drop .btn-side-drop:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*material END*/

.filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-container .filter-link {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 0 3px 0;
}

.filter-container .filter-link .f-box {
  height: 32px;
  border-radius: 2px;
  border: solid 1px #d5d5d5;
  background: #ffffff;
  width: 100%;
}

.filter-container .filter-link .f-box h3 {
  font-size: 12px;
  color: #4d4d4e;
  text-align: center;
  padding: 8px 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.filter-container .filter-link .f-box:hover {
  border: solid 1px #222222;
}

.filter-container .filter-link:nth-child(even) {
  padding-left: 3px;
}

.single-item {
  border: solid 1px #dcdcdc;

  padding: 0 8px 8px 8px;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.single-item img {
  display: block;
  margin: 0 auto;
  max-width: 290px;
  height: auto;
}

.single-item .description p {
  font-size: 14px;
  text-align: center;
}

.single-item .price p {
  padding: 0 8px;
  margin: 6px 0 0 0;
}

.single-item .price p:first-child {
  color: #8d8d8d;
  font-size: 14px;
}

.single-item .price p:last-child {
  color: #2d2d2d;
  font-size: 16px;
}

/*single-item END*/
.btn-pagination p {
  color: #2d2d2d;
  padding: 0 6px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-pagination span {
  margin: 0 4px 6px 0;
  font-size: 24px;
  color: #2d2d2d;
}

.btn-pagination:hover {
  background-color: #dcdcdc;
  -webkit-transition: .5s;
  transition: .5s;
}

/*btn-paginatiion END*/

.btn-pagination:hover,
.btn-pagination:focus,
.btn-pagination:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-numbers a {
  color: #2d2d2d;
  border: none;
  margin: 1px;
}

.page-numbers a:hover {
  text-decoration: none;
  color: #2d2d2d;
  background: transparent;
  outline: 1px solid  #dcdcdc;
}

.hidden-block {
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.86);
}

.block-body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.pro-whishlist{
  position: absolute;
  right: 16px;
  z-index: 999999;
  top: 19px;
}
.pro-whishlist svg{
  color: #fff;
  font-size: 30px;
}
.block-body h3 {
  text-align: center;
  color: #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.block-body p {
  text-align: center;
  width: 70%;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.block-body .block-description {
  height: 52%;
  padding-bottom: 50px;
  width: 100%;
}

.block-body .block-description h3 {
  font-size: 13px;
  line-height: 1.35;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}

.block-body .block-description p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.block-body .block-description a,
.block-body .block-description a:hover,
.block-body .block-description a:focus,
.block-body .block-description a:active {
  text-decoration: none;
  list-style: none;
}

.block-body .get-it {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  background-color: #111111;
  z-index: 999;
}

.block-body .get-it a {
  text-decoration: none;
  width: 100%;
}

.block-body .get-it h3 {
  font-size: 16px;
  line-height: 1.69;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

.see {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.modal-cart {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: initial;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
}

.hidden-more {
  display: none;
  margin-top: 3px;
}

.toggle-more-options {
  display: block;
}

.less {
  display: none;
}

.respo-category-body .filter-btn,
.respo-category-body .btn-drop {
  border-radius: 0;
}

.respo-category-body .btn-drop:hover,
.respo-category-body .btn-drop:focus,
.respo-category-body .btn-drop:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .category-body {
    margin: 10px 20px 0 20px;
  }

  .respo-category-body {
    margin: 4.6rem 0 0 0;
    width: 100%;
    padding: 0;
  }

  .respo-category-body .filter-btn {
    background: #000;
    color: #fff;
    min-width: 100px;
  }

  .respo-category-body .filter-btn p {
    padding: 0;
    margin: 0 auto;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
  }

  .respo-category-body .filter-btn span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  .hidden-more {
    margin-top: 0px;
  }

  .dropdowns-btn {
    margin: 0 10px 0 0;
  }

  .btn-cell {
    padding: 0 2px;
  }

  .btn-drop {
    background-color: #f1f1ed;
    padding: 0;
  }

  .btn-drop p {
    color: #2d2d2d;
    font-size: 10px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 2px;
  }

  .btn-drop span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/* 991px END */

.single-page-full {
  padding-top: 155px;
}

.single-product-page {
  padding: 0px 50px 40px 50px;
}

.single-product-page h2 {
  font-size: 13px;
  color: #2d2d2d;
}

.single-product-page h3 {
  font-size: 28px;
  color: #2d2d2d;
}

.single-product-page p {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
}

.product-btn {
  margin: 20px 0;
}

.product-btn .left h4 {
  font-size: 15px;
  color: #2d2d2d;
  min-width: 180px;
  margin: 0;
}
.option-drop-down.rings-font{
  min-width: 65px !important;
  padding: 0px 14px !important;
}
.product-btn .right .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}

.product-btn .right a:hover {
  text-decoration: none;
}

.product-btn .right .dropdown-item:hover {
  background: lightgrey;
}

.product-btn .right .dropdown-item {
  background-color: #f0f0f0 !important;
}

.product-btn .right .dropdown-item:hover {
  background-color: #f5f5f5 !important;
}

.product-btn .right p, .product-btn .right p a {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
  padding: 4px 0 4px 10px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

.product-btn .right span {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  padding: 4px 10px 4px 0;
}

.product-btn .right button {
  height: 32px;
  width: 190px;
  background-color: #f1f1ed;
  border-radius: 0;
}

.product-btn button,
.product-btn button:hover,
.product-btn button:active,
.product-btn button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-size .left h4 {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
}

.product-size .center {
  padding: 0 10px 0 0;
}

.product-size .center .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}

.product-size .center a:hover {
  text-decoration: none;
}

.product-size .center .dropdown-item {
  background-color: #f0f0f0 !important;
}

.product-size .center .dropdown-item:hover {
  background-color: #f5f5f5 !important;
}

.product-size .center p {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
  padding: 4px 0 4px 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.product-size .center span {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  padding: 4px 10px 4px 0;
}

.product-size .center button {
  width: 100%;
  background-color: #f1f1ed;
  border-radius: 0;
  height: 32px;
}

.product-size .right .button {
  width: 100%;
  background-color: #fff;
  border: solid 1px #aaaaaa;
  border-radius: 0;
  height: 32px;
  min-width: 190px;
}

.product-size .right p {
  font-size: 12px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  padding: 6px 12px;
}

.product-size .button,
.product-size .button:hover,
.product-size .button:active,
.product-size .button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.goes-with {
  margin: 20px 0;
}

.goes-with h4 {
  font-size: 14px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

.extra {
  border: 1px solid #dcdcdc;
}

.extra .extra-item h5 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  margin-bottom: 0;
}
.extra .extra-item h5 strong{
  font-size: 17px;
}
.extra .extra-item p {
  font-weight: bold;
  margin: 0;
}

.options .option {
  margin: 10px 0 0 0;
}

.options .option .button {
  border-radius: 0;
  height: 42px;
}

.options .option p {
  margin: 0 0 0 10px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
}

.options .option .dropdown-item {
  background-color: #f0f0f0 !important;
}

.options .option .dropdown-item:hover {
  background-color: #f5f5f5 !important;
}

.add-basket p:first-child {
  color: #8d8d8d;
  font-size: 19px;
  font-family: 'Lato', sans-serif;
}

.add-basket p:last-child {
  color: #2d2d2d;
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  padding: 0 0 0 10px;
}

.add-basket .pagination .page-link {
  border: none;
}

.add-basket .pagination li {
  border: solid 1px #dcdcdc;
}

.add-basket .pagination a {
  letter-spacing: 1.2px;
  color: #2d2d2d;
}

.add-basket .action-btn {
  background-color: #000;
  width: 100%;
  border-radius: 0;
}

.add-basket .action-btn p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.add-basket .action-btn:hover {
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.add-basket .action-btn:hover p {
  color: #000;
}

.add-basket .ask-us,
.add-basket .wishlist-btn {
  margin: 20px 0 0 0;
}

.add-basket .ask-us p,
.add-basket .wishlist-btn p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
  padding: 0 10px 0 0;
  text-decoration: underline;
}

.packages {
  margin: 10px 50px 0 50px;
}

.packages h3 {
  text-align: center;
  font-size: 22px;
  margin: 4rem 0;
  font-family: 'Lato', sans-serif;
}

/*.packages .package-item {
  border: solid 1px #dcdcdc;
  padding: 8px;
}
*/
.packages .package-item img {
  display: block;
  margin: 10px auto;
}

.packages .package-item .description p {
  font-size: 14px;
  text-align: center;
}

.packages .package-item .price p:first-child {
  color: #8d8d8d;
  font-size: 14px;
}

.packages .package-item .price p:last-child {
  color: #2d2d2d;
  font-size: 16px;
}

.packages .package-item-symbol p {
  font-size: 30px;
  margin: 0;
  padding: 10px;
}

.packages .package-item-sum h5 {
  font-size: 14px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
}

.packages .package-item-sum p {
  margin: 0;
  color: #8d8d8d;
  font-size: 16px;
}

.packages .package-item-sum p:last-child {
  margin: 0;
  color: #2d2d2d;
  font-size: 30px;
}

.packages .package-item-action {
  width: 100%;
}

.packages .package-item-action .action-btn {
  background-color: #000;
  width: 100%;
  border-radius: 0;
}

.packages .package-item-action .action-btn p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.packages .package-item-action .action-btn:hover {
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.packages .package-item-action .action-btn:hover p {
  color: #000;
}

/* packages END */

.box {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}

.box .arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  z-index: 999;
  left: 50%;
  background: #fff;
  bottom: -52%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

.box span {
  cursor: pointer;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
  width: 20px;
  height: 20px;
  font-size: 30px;
  position: inherit;
  bottom: 20%;
  right: 20%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}

.responsive-packages h3 {
  font-size: 22px;
}

.responsive-packages .responsive-package-item {
  background-color: #f1f1ed;
  padding: 8px 8px 0 8px;
  margin: 14px 6px 6px 6px;
}

.responsive-packages .responsive-package-item p {
  font-size: 12px;
  margin: 0;
}

.responsive-packages .responsive-package-item .plus-symbol p {
  font-size: 16px;
  letter-spacing: 1.1px;
  color: #2d2d2d;
}

.responsive-packages .responsive-package-item .responsive-package-price h4 {
  font-size: 14px;
  margin: 10px 0;
}

.responsive-packages .responsive-package-item .package-item-sum p {
  margin: 0;
  color: #8d8d8d;
  font-size: 16px;
  text-align: right;
}

.responsive-packages .responsive-package-item .package-item-sum p:last-child {
  margin: 0;
  color: #2d2d2d;
  font-size: 28px;
  text-align: right;
}

.responsive-packages .responsive-package-item .package-item-action {
  width: 100%;
}

.responsive-packages .responsive-package-item .package-item-action .action-btn {
  background-color: #000;
  width: 100%;
  border-radius: 0;
}

.responsive-packages .responsive-package-item .package-item-action .action-btn p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

/*responsive-packages END */

.product-about {
  background-color: #f1f1ed;
  margin-top: 2rem;
  padding: 5rem 3rem;
}

.product-about h3 {
  margin: 20px 10px 70px 10px;
  font-size: 14px;
  color: #2d2d2d;
}

.product-about p {
  font-family: 'Lato',sans-serif;
  font-size: 14px !important;
  line-height: 1.71;
  color: #474747;
  width: 88%;
}

.product-about a {
  cursor: pointer;
}

.product-about a:hover,
.product-about a:focus,
.product-about a:active {
  text-decoration: none;
}

.product-about iframe {
  width: 100%;
}

/* product-about-tabs */

.tab-1 {
  opacity: 0;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.tab-2 {
  opacity: 0;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.tab-3 {
  opacity: 0;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.tab-title-active {
  border-bottom: 2px solid #000;
}

.tab-body-active {
  opacity: 1;
  /*height: 320px;*/
  min-height: 320px;
  height: 100%;
}

.responsive-product-about h5 {
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.responsive-product-about h5 a {
  text-decoration: none;
  list-style: none;
  color: #2d2d2d;
  display: block;
}

.responsive-product-about h5 a:hover,
.responsive-product-about h5 a:active,
.responsive-product-about h5 a:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  text-decoration: none;
  list-style: none;
}

.responsive-product-about span a {
  text-decoration: none;
  list-style: none;
  color: #2d2d2d;
}

.responsive-product-about span a:hover,
.responsive-product-about span a:active,
.responsive-product-about span a:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  text-decoration: none;
  list-style: none;
}

.responsive-product-about .card-cell {
  background-color: transparent;
}

.similar-products {
  padding: 2rem 3rem;
}

.similar-products h3 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  margin: 2rem 0;
}

.similar-products .single-item {
  margin: 30px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.similar-products .single-item p {
  color: #222222;
  font-family: 'Lato', sans-serif;
}

.similar-products .single-item:hover {
  border: 1px solid #222222;
  -webkit-transition: .5s;
  transition: .5s;
}

.set-pieces h3 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 3rem 0;
}

.pieces {
  margin-bottom: 1rem;
}

/* image gallery */

.sub-images {
  margin: 20px 0 0 0;
}

.sub-images img {
  margin: 10px 10px 10px 0;
}

.main-img {
  max-width: 580px;
  max-height: 580px;
}

.main-img img {
  width: 100%;
  height: 100%;
}

.imgs {
  width: 62px;
  height: 59px;
}

.imgs img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
          animation: fadeIn 0.5s ease-in 1 forwards;
}

/*///////////////////////////////
 ///////// MEDIA QUERIES ///////*/

@media (max-width: 991px) {
  .single-page-full {
    padding-top: 30px;
  }

  .single-product-page {
    padding: 0px 10px 40px 10px;
  }

  .product-slider {
    margin-top: 2rem;
  }

  .responsive-packages .responsive-package-item {
    max-width: 400px;
    margin: 14px auto;
  }

  .s4 {
    width: 80%;
    height: 260px;
  }

  .s4 .slid {
    border: none;
    background-color: #fff;
  }

  .single-product-page h3 {
    margin-top: 1rem;
  }

  .product-btn,
  .product-size {
    width: 56%;
  }

  .add-basket {
    width: 56%;
    margin-left: auto;
  }

  .add-basket .action-btn {
    display: block;
    width: 100%;
    border-radius: 0;
  }

  .options button {
    background-color: #f1f1ed;
  }

  .options button p {
    font-size: 12px;
    color: #2d2d2d;
    padding: 6px 2px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
  }

  .imgs {
    width: 100%;
    height: 100%;
  }

  .imgs img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}

/*  991px END*/

@media (max-width: 768px) {
  .similar-products {
    padding: 10px;
  }

  .similar-products .single-item {
    margin: 0px;
  }

  .single-product-page {
    margin: 60px 50px 40px 50px;
  }

  .product-btn,
  .product-size {
    width: 100%;
  }

  .add-basket {
    width: 76%;
  }
}

@media (max-width: 576px) {
  .single-product-page {
    margin: 20px 0 0 0;
  }

  .product-slider {
    margin-top: 3rem;
  }

  .s4 {
    width: 80%;
    height: 259px;
  }

  .product-body h3 {
    font-size: 20px;
    text-align: center;
  }

  .product-body h2 {
    text-align: center;
  }

  .product-body p {
    font-size: 14px;
    text-align: center;
    line-height: 1.71;
  }

  .add-basket {
    width: 100%;
  }

  .add-basket .basket-price p:first-child {
    color: #8d8d8d;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin: 0;
  }

  .add-basket .basket-price p:last-child {
    color: #2d2d2d;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 10px;
    margin: 0;
  }

  .add-basket .ask-us p,
  .add-basket .wishlist-btn p {
    font-size: 11px;
  }

  .similar-products {
    padding: 10px;
  }

  .similar-products .single-item {
    /*margin: 8px 6px;*/
  }

  .single-item .description p {
    font-size: 12px;
    margin: 0;
  }

  .extra {
    padding: 10px;
  }

  .extra .extra-item p {
    text-align: left;
    margin: 0;
  }

  .product-btn,
  .product-size {
    width: 100%;
  }

  .add-basket .action-btn {
    width: 100%;
  }
}

/* 576px END */

@media (max-width: 425px) {
  .single-product-page {
    padding: 0 0 40px 0;
  }

  .product-size {
    margin: 20px 2px;
  }

  .product-size .left h4 {
    font-size: 12px;
  }

  .product-size .center {
    padding: 0;
  }

  .product-size .right p {
    font-size: 10px;
    padding: 6px 9px;
  }

  .product-btn {
    margin: 20px 2px;
  }

  .product-btn .left h4 {
    font-size: 12px;
  }
}

.rings-page .product-btn .button {
  width: 190px;
  border-radius: 0;
  height: 42px;
}

.rings-page .product-size .button {
  border-radius: 0;
  height: 42px;
}

.product-size h4,
.product-btn h4 {
  padding-right: 10px;
}

.choose-names-box {
  margin-top: 1rem;
}

.choose-names-box .inner-choose-name-box {
  min-width: 78%;
}

.choose-names-box .left h4 {
  padding: 10px;
}

.choose-names-box .right {
  width: 100%;
}

.choose-names-box .right p {
  padding: 6px 10px;
}

.rings-box {
  margin-top: 1rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 3.4rem;
}

.ring-about p {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .choose-names-box .inner-choose-name-box {
    min-width: 78%;
    width: 100%;
  }
}

@media (max-width: 425px) {
  .choose-names-box .inner-choose-name-box > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .choose-names-box .inner-choose-name-box .right {
    margin-top: 10px;
  }

  .ring-options,
  .choose-names-box {
    margin: 20px 2px;
  }
}

.checkout-head {
  margin: 170px 50px 50px 50px;
}

.checkout-head h1 {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
}

.checkout-head h2 {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #aaaaaa;
}

.steps {
  margin: 2rem 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  /* styles for steps bar  */
}

.steps .step-cell {
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid #aaaaaa;
  position: relative;
}

.steps .step-cell::before {
  content: "";
  display: block;
  position: absolute;
  background: #aaaaaa;
  top: 23px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.steps p {
  text-align: center;
  color: #aaaaaa;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.steps .active-step p {
  color: #2d2d2d;
  font-weight: bold;
}

.steps .active-step::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 23px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #aaaaaa;
  border-radius: 50px;
}

.steps .active-step::after {
  content: "";
  display: block;
  position: absolute;
  background: #2d2d2d;
  top: 33px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.steps .comple-icon {
  display: none;
}

.steps .completed-step {
  border-bottom: 2px solid #000;
}

.steps .completed-step .comple-icon {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 32px;
  background: #fff;
}

.steps .completed-step p {
  color: #000;
}

.checkout-body {
  margin: 0 50px 50px 50px;
  min-height: 900px;
}

.checkout-body h3 {
    font-size: 18px;
    color: #2d2d2d;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
}
/*
.checkout-body .singed-in-box {
  border: 1px solid #dcdcdc;
  padding: 30px 20px 0 20px;
}*/

.checkout-body .singed-in-box .input-box {
  margin-bottom: 10px;
}

.checkout-body .singed-in-box .input-box input {
  border-radius: 0;
}

.checkout-body .singed-in-box p {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
}

.checkout-body .singed-in-box .send-box {
  width: 70%;
  height: 100px;
  margin: 0 auto;
}

.action-button.send-btn.sweep-to-white {
 -webkit-appearance: none;
    border: 0;
    color: #fff;
    background-color: #111111;
    width: 100%;
    height: 52px;
    max-width: 230px;
    margin: 0 auto;
}
.checkout-body .singed-in-box .send-btn:hover{
    color: #111;
    border: 1px solid #111;
}
.checkout-body .new-customer {
  border: 1px solid #dcdcdc;
}

.checkout-body .new-customer .sing-up,
.checkout-body .new-customer .buy-and-go {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
}

.checkout-body .new-customer .sing-up .tick span,
.checkout-body .new-customer .buy-and-go .tick span {
  font-size: 28px;
}


.checkout-body .new-customer .sing-up .sing-up-info,
.checkout-body .new-customer .buy-and-go .sing-up-info {
  padding: 20px;
}

.checkout-body .new-customer .sing-up .sing-up-info h4,
.checkout-body .new-customer .buy-and-go .sing-up-info h4 {
  font-size: 14px;
  line-height: 1.21;
  color: #4d4d4e;
  font-weight: bold;
  font-family: 'Lato';
}

.checkout-body .new-customer .sing-up .sing-up-info p,
.checkout-body .new-customer .buy-and-go .sing-up-info p {
  font-size: 14px;
  font-family: 'Lato';
  line-height: 1.71;
  color: #474747;
  margin: 0;
}

.checkout-body .new-customer .send-box {
  width: 70%;
  height: 100px;
  margin: 0 auto;
}

.checkout-body .new-customer .send-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-family: 'Lato';
  width: 230px;
  height: 50%;
  margin: 0 auto;
  border: none;
}

.checkout-body .checkbox {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px;
}

.checkout-body .checkbox input {
  width: 20px;
}

.checkout-body .agree-check {
  font-size: 18px;
  margin: 0 0 0 10px;
}

.checkout-body .code-box form {
  width: 100%;
}

.checkout-body .code-box .arrow-box {
  background-color: #000;
  color: #fff;
  width: 42px;
  text-align: center;
  cursor: pointer;
}

.checkout-body .code-box .arrow-box span {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 22px;
}

.checkout-body .code-box input::-webkit-input-placeholder {
  text-align: right;
  color: #474747;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.checkout-body .code-box input:-ms-input-placeholder {
  text-align: right;
  color: #474747;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.checkout-body .code-box input::-ms-input-placeholder {
  text-align: right;
  color: #474747;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.checkout-body .code-box input::placeholder {
  text-align: right;
  color: #474747;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.checkout-body .code-box input {
  border-radius: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.checkout-body .code-box input:focus,
.checkout-body .code-box input:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2d2d2d;
}

/* checkout-body END */

.order-info-box h3 {
  margin-top: 2rem;
}

.order-info {
  border: 1px solid #dcdcdc;
}

.order-info .items {
  height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid #dcdcdc;
}

.order-info .total {
  height: 79px;
  background-color: #f1f1ed;
  padding: 0 14px;
}

.order-info .total h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.31;
  color: #2d2d2d;
}

.order-info .total span {
  font-size: 13px;
}

.order-info .total .right span {
  font-size: 18px;
  font-weight: bold;
}

/* order-info END */

.in-order-box {
  margin-top: 2rem;
}

.in-order-box .in-order {
  height: 150px;
  margin: 10px 0 0 0;
}

.in-order-box .in-order .arrow span {
  font-size: 24px;
  cursor: pointer;
}

.in-order-box .extra .extra-item {
  padding: 8px;
}

.in-order-box .extra .extra-item p {
  color: #222222;
}

.in-order-box .extra .extra-item h5 {
  font-size: 13px;
}

.in-order-box .extra .side-image img {
  margin: 0 auto;
  display: block;
}

.in-order-box h5,
.in-order-box p {
  margin: 0;
}

.in-order-box .edit-btn p {
  text-decoration: underline;
  font-size: 14px;
  color: #2d2d2d;
}

/* in-order-box END*/

@media (max-width: 991px) {
  .checkout-head {
    margin: 60px 0px 50px 0px;
  }

  .chechout-body {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .checkout-head {
    margin: 60px 0 0 0;
  }

  .checkout-head h1 {
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    color: #2d2d2d;
  }

  .steps {
    margin: 2rem 0;
    /* styles for steps bar  */
  }

  .steps .step-cell {
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #aaaaaa;
    position: relative;
  }

  .steps .step-cell::before {
    top: 35px;
    left: 0;
    width: 24px;
    height: 24px;
  }

  .steps p {
    font-size: 11px;
    padding: 0 4px;
  }

  .steps .active-step::before {
    top: 35px;
    left: 0;
    width: 26px;
    height: 26px;
  }

  .steps .active-step::after {
    top: 43px;
    left: 8px;
  }

  .steps .completed-step {
    border-bottom: 2px solid #000;
  }

  .steps .completed-step p {
    color: #000;
  }

  .steps .completed-step::before {
    font-family: 'Font Awesome 5 Free';
    background: #fff;
    content: '\F058';
    position: absolute;
    top: 56%;
    left: 0;
    font-size: 29px;
    width: 26px;
    height: 26px;
    border-radius: 50px;
  }

  .checkout-body {
    margin: 3rem 10px;
  }

  .checkout-body .order-state-section {
    margin-top: 3rem;
  }

  .checkout-body .in-order .in-order-box {
    height: initial;
  }
}

@media (max-width: 768px) and (min-width: 530px) {
  .steps .step-cell::before {
    top: 60%;
    left: 0;
    width: 24px;
    height: 24px;
  }

  .steps .active-step::before {
    top: 60%;
    left: 0;
    width: 26px;
    height: 26px;
  }

  .steps .active-step::after {
    top: 83%;
    left: 8px;
  }

  .steps .completed-step {
    border-bottom: 2px solid #000;
  }

  .steps .completed-step p {
    color: #000;
  }

  .steps .completed-step::before {
    top: 39%;
    left: 0;
    font-size: 29px;
    width: 26px;
    height: 26px;
    border-radius: 50px;
  }
}

@media (max-width: 567px) {
  .checkout-head h1 {
    font-size: 22px;
    margin-top: 40px;
    text-align: center;
  }

  .checkout-body .singed-in-box {
    padding: 30px 10px 0 10px;
  }

  .checkout-body .new-customer .sing-up .sing-up-info,
  .checkout-body .new-customer .buy-and-go .sing-up-info {
    padding: 20px 0;
  }
}

.address-box {
  border: 1px solid #dcdcdc;
  padding: 4rem 3rem;
}

.address-box .receipt-option {
  margin-top: 2rem;
}

.address-box .receipt-option .receipt span,
.address-box .receipt-option .invoice span {
  font-size: 26px;
}

.address-box .receipt-option .receipt h4,
.address-box .receipt-option .invoice h4 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 0 10px;
}

.address-box .change-state .circle {
  display: none;
}

.address-box .change-state .tick {
  display: block;
}

.address-box .address-inputs {
  width: 100%;
  margin-top: 2rem;
}

.address-box .address-inputs .input-box {
  margin-bottom: 6px;
  border-radius: 0 !important;
}

.address-box .address-inputs .input-box input {
  height: 40px;
}

.address-box .address-inputs .input-box .choose-country {
  border-radius: 0;
  height: 40px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem !important;
}

.address-box .address-inputs .input-box .choose-country p {
  margin: 0;
}

/*.address-box .location-options .same-location,
.address-box .location-options .new-location {
  margin: 1rem 0;
}*/

.address-box .location-options .same-location span,
.address-box .location-options .new-location span {
  font-size: 26px;
}

.address-box .location-options .same-location p,
.address-box .location-options .new-location p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.next-step {
  height: 100px;
  margin: 0 auto;
}

.next-step-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  min-width: 230px;
  height: 50%;
  border: none;
  margin: 0 auto;
  font-family: 'Lato';
}

.tick {
  display: none;
}

.circle {
  color: #aaaaaa;
}

@media (max-width: 1100px) {
  .checkout-body h3 {
    font-size: 16px;
  }

  .address-box {
    padding: 2rem 1rem;
  }

  .address-box .receipt-option .receipt h4,
  .address-box .receipt-option .invoice h4 {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
}

@media (max-width: 567px) {
  .address-box {
    padding: 20px 10px;
  }
}

.delivery-options {
  border: 1px solid #dcdcdc;
}

.delivery-options h3 {
  margin: 3rem 2rem 2rem 2rem;
}

.delivery-options .deli-option {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 30px;
}

.delivery-options .deli-option span {
  font-size: 26px;
}

.delivery-options .deli-option h4 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 0 14px;
}

.delivery-options .deli-option p {
  margin: 0 0 0 14px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.delivery-notes {
  padding: 0 30px 30px 30px;
}

.delivery-notes h4 {
  margin: 38px 0 13px 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
}

.delivery-notes p {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #474747;
  line-height: 1.71;
}

.delivery-notes img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.change-state .circle {
  display: none;
}

.change-state .tick {
  display: block;
}

@media (max-width: 768px) {
  .delivery-options h3 {
    margin: 2rem 2rem 1rem 2rem;
  }
}

.payment-options {
  border: 1px solid #dcdcdc;
  padding-bottom: 4rem;
}

.payment-options h3 {
  margin: 3rem 2rem 2rem 2rem;
}

.payment-options .pay-option {
  border-bottom: 1px solid #dcdcdc;
  padding: 36px 30px;
}

.payment-options .pay-option span {
  font-size: 26px;
}

.payment-options .pay-option h4 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 0 14px;
}

.payment-options .pay-option p {
  margin: 4px 0 0 14px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.payment-options .pay-info {
  width: 70%;
}

.payment-options .pay-info p {
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
}

.payment-notes h5 {
  margin: 35px 0 20px 0;
  font-size: 14px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  text-align: center;
}

.payment-notes h5:last-child {
  margin: 0 8px;
  text-decoration: none;
}

.payment-notes .accept-terms {
  margin: 22px;
}

.payment-notes .accept-terms .radio-btn {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .payment-options h3 {
    margin: 2rem 2rem 1rem 2rem;
  }

  .payment-options .pay-option {
    padding: 16px 2px 16px 30px;
  }
}

.cart-title {
  padding: 170px 50px 0px 50px;
}

.cart-title h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
}

.cart-title .keep-shopping {
  margin-bottom: 1rem;
}

.cart-title .keep-shopping p {
  font-size: 14px;
  font-family: 'Lato';
  padding-left: 4px;
  margin: 0;
  color: #2d2d2d;
}

.cart-title .keep-shopping span {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 24px;
  color: #2d2d2d;
}

.cart-title .keep-shopping a,
.cart-title .keep-shopping a:hover,
.cart-title .keep-shopping a:focus,
.cart-title .keep-shopping a:active {
  list-style: none;
  text-decoration: none;
}

.cart-body {
  margin: 0 50px 60px 50px;
}

.cart-body .order-overview {
  background-color: #f1f1ed;
  padding: 34px 50px 34px 50px;
  /* order-overview-items END */
}

.cart-body .order-overview h3 {
  font-size: 28px;
  color: #2d2d2d;
}

.cart-body .order-overview .order-overview-items {
  margin-top: 3rem;
}

.cart-body .order-overview .order-overview-items .times span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.cart-body .order-overview .order-overview-items .total {
  margin-top: 10px;
}

.cart-body .order-overview .order-overview-items .total p {
  margin: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
}

.cart-body .order-overview .order-overview-items .total span {
  font-size: 31px;
  /*margin-left: 10px;*/
}

.cart-body .order-overview .order-overview-items .add-tax p {
  margin: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
}

.cart-body .order-overview .order-overview-items .add-tax span {
  font-weight: bold;
}

.cart-body .order-overview .complete-order {
  margin-top: 1rem;
  height: 52px;
}

.cart-body .order-overview .complete-order .complete-btn {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  border: none;
}

/* cart-body END */

.in-order {
  margin-bottom: 1rem;
}

.in-order .side-image img {
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.in-order .values {
  height: 100%;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
}

.in-order .add-minus {
  height: 72px;
}

.in-order .add-minus p {
  margin: 0;
  margin-right: 10px;
}

.in-order .input-num-box {
  border: 1px solid #dcdcdc;
}

/*.in-order .input-num-box .quantity {
  width: 52px;
  border: none;
}
*/
.in-order .input-num-box .operations a {
  color: #000;
  width: 30px;
  text-align: center;
  font-weight: bold;
}

.in-order .input-num-box .operations a:first-child {
  border-left: 1px solid #dcdcdc;
}

.in-order .input-num-box .operations a:last-child {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.in-order .input-num input[value="1"] {
  text-align: center;
  font-size: 18px;
  font-family: 'Lato';
}

.in-order .item-total {
  border-top: solid 1px #dcdcdc;
  height: 44px;
  padding: 6px;
}

.in-order .item-total p {
  margin: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
  margin-right: 10px;
  /*text-transform: uppercase;*/
}

.in-order .item-total span {
  font-weight: bold;
  /*margin-left: 10px;*/
}

/* in-order END */

@media (max-width: 1199px) and (min-width: 991px) {
  .cart-body .order-overview {
    padding: 34px 20px;
  }

  .cart-body .order-overview .order-overview-items .total p {
    font-size: 12px;
  }

  .cart-body .order-overview .order-overview-items .add-tax p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .cart-title {
    padding: 70px 50px 0 50px;
  }

  .cart-title h2 {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 22px;
  }

  .cart-title .keep-shopping {
    margin: 0 auto 20px auto;
  }

  .cart-title .keep-shopping p {
    font-size: 14px;
    font-family: 'Lato';
    padding-left: 4px;
    margin: 0;
  }

  .cart-title .keep-shopping span {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 24px;
  }

  .cart-body {
    margin: 0 10px 40px 10px;
  }

  .extra {
    padding: 0;
  }

  .in-order .side-image img {
    padding: 10px;
  }

  .in-order .values {
    border: none;
  }

  .in-order .item-total {
    border: none;
    height: auto;
    padding: 0 0 20px 0;
  }

  .in-order .add-minus {
    border-top: 1px solid #dcdcdc;
  }

  .order-summary .order-overview {
    background-color: #f1f1ed;
    padding: 34px 10px 34px 10px;
  }

  .order-summary .order-overview h3 {
    font-size: 22px;
    color: #2d2d2d;
    text-align: center;
  }

  .order-summary .order-overview .order-overview-items {
    margin-top: 1rem;
  }

  .order-summary .order-overview .order-overview-items .times span {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .order-summary .order-overview .order-overview-items .total {
    margin-top: 10px;
  }

  .order-summary .order-overview .order-overview-items .total p {
    margin: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2d2d2d;
    text-transform: uppercase;
  }

  .order-summary .order-overview .order-overview-items .total span {
    font-size: 31px;
    margin-left: 10px;
  }

  .order-summary .order-overview .order-overview-items .add-tax p {
    margin: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2d2d2d;
    text-transform: uppercase;
  }

  .order-summary .order-overview .order-overview-items .add-tax span {
    font-weight: bold;
  }

  .order-summary .order-overview .complete-order {
    margin-top: 1rem;
    height: 52px;
    width: 100%;
  }

  .order-summary .order-overview .complete-order .complete-btn {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 372px;
    height: 100%;
    border: none;
  }
}

.blog-body {
  padding: 155px 80px 80px 80px;
}

.blog-post-box {
  padding: 50px 0;
  border-bottom: 2px solid #dcdcdc;
}

.blog-post-box img {
  display: block;
  margin: 0 auto;
}

.blog-post-box .post-info {
  margin: 40px 0 0 40px;
}

.blog-post-box .post-info h3 {
  font-family: 'Lato';
  font-size: 24px;
  color: #111111;
  margin-bottom: 16px;
}

.blog-post-box .post-info p {
  font-family: 'Lato';
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
}

.blog-post-box .post-info h4 {
  text-align: right;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  padding: 10px 0;
}

.blog-post-box .post-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-post-box .post-info a:hover,
.blog-post-box .post-info a:focus,
.blog-post-box .post-info a:active {
  text-decoration: none;
}

/*.blog-post-box .post-info .post-summary {
  max-height: 110px;
  overflow: hidden;
}*/

.blog-post-box:last-child {
  border: none;
}

@media (max-width: 991px) {
  .blog-post-box {
    padding: 50px 0 0 0;
  }

  .blog-post-box .post-info {
    margin: 40px auto;
  }
}

@media (max-width: 568px) {
  .blog-body {
    padding: 40px 20px;
  }

  .blog-post-box {
    padding: 50px 0 0 0;
  }

  .blog-post-box .post-info {
    margin: 40px auto;
  }

  .blog-post-box .post-info h3 {
    font-size: 22px;
  }

  .blog-post-box .post-info p,
  .blog-post-box .post-info h4 {
    font-size: 13px;
  }
}

.post-header {
  padding-top: 60px;
}

.post-header h1 {
  font-family: 'Lato';
  font-size: 28px;
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 44px;
}

.post-body {
  padding-bottom: 40px;
}

.post-body img {
  display: block;
  margin: 0 auto;
}

.post-body .social {
  margin-top: 40px;
}

.post-body .social h3 {
  font-size: 13px;
  font-family: 'Lato';
  color: #111;
}

.post-body .social .social-icons .share-icon {
  margin: 20px auto;
  font-size: 22px;
}

.post-body .post-content {
  margin-top: 40px;
  padding: 0 34px;
}

.post-body .post-content h3 {
  font-size: 13px;
  font-family: 'Lato';
  color: #111;
}

.post-body .post-content p {
  font-size: 13px;
  font-family: 'Lato';
  color: #474747;
  line-height: 1.71;
  margin-top: 18px;
}

.post-body .middle-img {
  display: block;
  margin: 20px auto;
}

.relative-news {
  padding: 34px 68px;
}

.relative-news h2 {
  font-size: 28px;
  font-family: 'Lato';
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 0 40px;
  background: #fff;
  display: inline-block;
}

.relative-news h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
  z-index: -1;
}

@media (max-width: 991px) {
  .post-header {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .relative-news {
    padding: 34px 20px;
  }

  .post-body .social {
    margin-top: 10px;
    padding: 0 34px;
  }

  .post-body .social .social-icons .share-icon {
    margin: 10px 26px 0 0;
    font-size: 22px;
  }
}

@media (max-width: 568px) {
  .post-header h1 {
    font-size: 24px;
  }

  .post-body .middle-img {
    padding: 0px 30px;
  }
}

.contact-body {
  margin: 30px auto 0 auto;
  max-width: 1440px;
  padding: 170px 50px 0 5px;
}

.contact-body h2 {
  font-size: 28px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
}

.contact-body p {
  font-size: 17px;
  margin: 0;
  line-height: 1.2;
  color: #474747;
  font-family: 'Lato', sans-serif;
  line-height: 1.71;
  font-weight: 400;
}

.contact-body .action-btn {
  background-color: #000;
  width: 280px;
  border-radius: 0;
}

.contact-body .action-btn p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

.contact-body .store-info {
  width: 100%;
  margin: 3rem 0;
}

.contact-body .store-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.contact-body .store-info h4 {
  font-size: 14px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.contact-body .store-info p {
  color: #474747;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.contact-body .store-info .address,
.contact-body .store-info .phone,
.contact-body .store-info .time-open {
  margin: 20px 0;
}

/* contact form pop up */

.pop-up-content {
  background-color: #fff;
  position: absolute;
  top: 22%;
  right: 8%;
  width: 50vw !important;
  min-width: 900px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  padding: 2.2rem;
}

.pop-up-form {
  position: relative;
}

.pop-up-form span {
  font-size: 22px;
}

.pop-up-form h3 {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
}

.pop-up-form p {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.pop-up-form .input-box {
  padding: 0 5px 5px 5px;
  border-radius: 0;
}

.pop-up-form .input-box:nth-child(1) {
  padding-right: 5px;
}

.pop-up-form input {
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 42px;
  line-height: 42px;
}

.pop-up-form input[type=text],
.pop-up-form input[type=email] {
  padding-left: 22px;
}

.pop-up-form textarea {
  border-radius: 0;
  resize: none;
  width: 99%;
  margin-left: 5px;
  margin-bottom: 20px;
}

.pop-up-form .send-box {
  width: 40%;
}

.pop-up-form .send-btn {
  background-color: #000;
  color: #fff;
  /*padding: 8px 20px;*/
  font-size: 14px;
  margin-top: 2rem;
  width: 100%;
  height: 42px;
  border: none;
  cursor: pointer;
}

.pop-up-form .send-btn:focus,
.pop-up-form .send-btn:active,
.pop-up-form .send-btn:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.map-image {
  height: 450px;
}

.map-1,
.map-2 {
  height: 100%;
}

.tog-map {
  background: #f1f1ed;
  border-radius: 0;
  border: none;
  width: 100px;
  height: 42px;
}

.tog-map p {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.tog-map img {
  width: 13px;
}

.tog-map:hover,
.tog-map:focus,
.tog-map:active {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

@media (max-width: 1200px) {
  .pop-up-content {
    padding: 1.2rem;
    bottom: 0;
  }

  .pop-up-content .pop-up-form .send-btn {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .pop-up-content {
    top: 46px;
    left: 50%;
    width: 100% !important;
    min-width: auto;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }

  .pop-up-content .input-box:nth-child(1) {
    padding-right: 0;
  }

  .map-image {
    height: 300px;
    margin-bottom: 20px;
  }

  .map-hide {
    display: none;
  }

  .map-see {
    display: block;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-animation: open .2s  forwards ease-out;
            animation: open .2s  forwards ease-out;
  }

@-webkit-keyframes open {
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

@keyframes open {
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
}

@media (max-width: 991px) and (min-width: 769px) {
  .contact-body h2 {
    margin-top: 3rem;
  }

  .contact-body .action-btn {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .contact-body {
    padding: 30px 10px 10px 10px;
  }

  .contact-body h2 {
    font-size: 22px;
    text-align: center;
  }

  .contact-body p {
    font-size: 14px;
    text-align: center;
  }

  .contact-body .action-btn {
    width: 74%;
    margin: 10px auto;
  }

  .contact-body .store-info {
    width: 100%;
    margin: 1rem 0;
  }

  .contact-body .store-info h3 {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  .contact-body .store-info h4 {
    font-size: 12px;
    text-align: left;
  }

  .contact-body .store-info p {
    font-size: 12px;
    text-align: left;
  }

  .contact-body .store-info span {
    margin: 0;
    color: #2d2d2d;
  }
}

.user-page-body {
  margin: 0 50px 1rem 50px;
  padding-top: 195px;
}

.user-page-body h1 {
  margin: 3rem 0;
  color: #111111;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.user-page-body .user-option {
  border: 1px #dcdcdc solid;
  height: 42px;
  margin: 10px 0;
}

.user-page-body .user-option h2 {
  padding-left: 10px;
  color: #2d2d2d;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.user-page-body .user-option a:hover {
  text-decoration: none;
}

.user-page-body .user-option:hover h2 {
  color: #fff;
}

.user-page-body .user-side {
  max-width: 400px;
  margin: 0 auto;
}

.user-page-body .user-info {
  padding: 20px 20px 5rem 20px;
  border: 1px solid #dcdcf1;
}

.user-page-body .user-info .customer-info h3,
.user-page-body .user-info .company-info h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 2rem 0;
}

.user-page-body .user-info .customer-info .input-box,
.user-page-body .user-info .company-info .input-box {
  padding: 5px;
}

.user-page-body .user-info .customer-info .input-box input,
.user-page-body .user-info .company-info .input-box input {
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}

.user-page-body .user-info .customer-info .input-box input[type=text],
.user-page-body .user-info .customer-info .input-box input[type=email],
.user-page-body .user-info .company-info .input-box input[type=text],
.user-page-body .user-info .company-info .input-box input[type=email] {
  padding: 22px;
}

.user-page-body .user-info .customer-info .input-box input:hover,
.user-page-body .user-info .customer-info .input-box input:active,
.user-page-body .user-info .customer-info .input-box input:focus,
.user-page-body .user-info .company-info .input-box input:hover,
.user-page-body .user-info .company-info .input-box input:active,
.user-page-body .user-info .company-info .input-box input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-page-body .user-info .customer-info .update-box,
.user-page-body .user-info .company-info .update-box {
  margin-top: 2rem;
  padding: 5px;
}

.user-page-body .user-info .customer-info .update-info-btn,
.user-page-body .user-info .company-info .update-info-btn {
  background: #000;
  color: #fff;
  border: none;
  height: 42px;
  width: 30%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.user-page-body .user-info .customer-info .update-info-btn:hover,
.user-page-body .user-info .customer-info .update-info-btn:focus,
.user-page-body .user-info .customer-info .update-info-btn:active,
.user-page-body .user-info .company-info .update-info-btn:hover,
.user-page-body .user-info .company-info .update-info-btn:focus,
.user-page-body .user-info .company-info .update-info-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #222;
  cursor: pointer;
}

@media (max-width: 991px) {
  .user-page-body {
    margin: 0 8px 1rem 8px;
    padding-top: 65px;
  }

  .user-page-body h1 {
    text-align: center;
  }
}

@media (max-width: 568px) {
  .update-box {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .update-box .update-info-btn {
    width: 230px;
  }
}

.change-pass {
  padding: 20px 20px 5rem 20px;
  border: 1px solid #dcdcf1;
}

.change-pass h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 2rem 0;
}

.change-pass .input-box {
  padding: 5px;
}

.change-pass .input-box p {
  margin: 10px 0;
}

.change-pass .input-box input {
  border-radius: 0;
  height: 42px;
  line-height: 42x;
}

.change-pass .input-box input[type=text],
.change-pass .input-box input[type=email] {
  padding: 22px;
}

.change-pass .input-box input:hover,
.change-pass .input-box input:active,
.change-pass .input-box input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.change-pass .update-box {
  padding: 5px;
}

.change-pass .update-info-btn {
  background: #000;
  color: #fff;
  border: none;
  height: 42px;
  width: 30%;
  /*margin: 0 auto;*/
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.change-pass .update-info-btn:hover,
.change-pass .update-info-btn:focus,
.change-pass .update-info-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #222;
  cursor: pointer;
}

.user-total-orders {
  padding: 20px 20px 5rem 20px;
  border: 1px solid #dcdcf1;
  width: 100%;
  max-width: 1200px;
}

.user-total-orders h3 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
}

.user-total-orders .orders-filter .filter-order-btn {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 1px solid #dcdcf1;
}

.user-total-orders .orders-filter .filter-order-btn:hover,
.user-total-orders .orders-filter .filter-order-btn:active,
.user-total-orders .orders-filter .filter-order-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-total-orders .orders-filter .filter-order-options {
  width: 100%;
}

.user-total-orders .orders-filter span {
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
}

.user-total-orders .user-order-info {
  margin: 2rem 0 1rem 0;
}

.order-pagination {
  border-bottom: 1px solid #dcdcdc;
}

.order-pagination .page-link {
  border: none;
}

.order-pagination ul {
  padding: 0;
}

.order-pagination li {
  list-style: none;
}

.order-pagination a {
  color: #000;
}

.order-pagination a:hover {
  text-decoration: none;
}

.order-pagination span {
  font-size: 14px;
  color: #dcdcdc;
}

.table-body-1 {
  max-width: 1280px;
  margin: 0 auto;
}

table {
  width: 100% !important;
  margin: 20px;
  color: #222222 !important;
  background-color: #ffffff !important;
}

table thead {
  border: none;
}

table tbody {
  border: 1px solid #dcdcdc;
}

table tbody td {
  border: none;
}

table tbody td span {
  cursor: pointer;
}

table tbody tr {
  border-bottom: 1px solid #dcdcdc !important;
  height: 70px !important;
}

.state-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 8px;
  font-size: 13px;
}

.main-column {
  border: none !important;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #474747;
}

table th {
  border-bottom: 1px solid #dcdcdc !important;
  border-left: none;
  border-right: none;
}

table.dataTable.no-footer {
  border: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px !important;
  height: 20px !important;
  width: 20px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 20px !important;
  background-color: #474747 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: grey !important;
}

.wishlist {
  padding: 20px 20px 5rem 20px;
  border: 1px solid #dcdcdc;
}

.wishlist h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
}

.wishlist .wishlist-head {
  padding: 0 15px 25px 15px;
}

.wishlist .wishlist-head span {
  border: 1px solid #dcdcdc;
  padding: 15px;
}

.wishlist .wishlist-info .wish-column h4 {
  font-size: 14px;
  padding: 0 10px;
}

.wishlist .wishlist-info .product-desc {
  width: 100%;
}

.wishlist .wish-table .wish-row {
  border: 1px solid #dcdcdc;
  padding: 12px 0 12px 10px;
}

.wishlist .wish-table .wish-row .desc p {
  margin-left: 10px;
}

.wishlist .wish-table .wish-row .price,
.wishlist .wish-table .wish-row .date,
.wishlist .wish-table .wish-row .item-option {
  padding: 0 10px;
}

.wishlist .wish-table .wish-row .price span,
.wishlist .wish-table .wish-row .date span,
.wishlist .wish-table .wish-row .item-option span {
  font-size: 22px;
}

/* wishlist END */

.wishlist-slide-body {
  overflow-x: auto;
}

.wishlist-slide-body .wishlist-slide {
  width: 800px;
}

.footer {
  border-top: 1px solid black;
}

.footer .information-icons {
  margin: 6rem auto 6rem auto;
  max-width: 1440px;
}

.footer span {
  width: 100%;
  font-size: 50px;
  text-align: center;
  cursor: pointer;
}

.footer span h4 {
  font-family: 'Lato';
  font-size: 14px;
  margin-top: 3rem;
  color: #000;
}

.footer span a {
  text-decoration: none;
  list-style: none;
  color: #727272;
}

.secondary-footer {
  width: 100%;
  min-height: 313px;
  background: #000000;
}

.secondary-footer .social-image {
  font-size: 22px;
  color: #fff;
}

.secondary-footer .social {
  margin: 3rem 0 3rem 0;
  max-width: 300px;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.secondary-footer .social .y-line {
  width: auto;
  border-left: 1px solid #979797;
  height: 45px;
}

.secondary-footer .social svg:hover {
  color: #979797;
  -webkit-transition: .5s;
  transition: .5s;
}

.secondary-footer .newsletter {
  text-align: center;
  color: #fff;
}

.secondary-footer .newsletter h4 {
  font-family: 'Lato';
  font-style: normal;
  font-size: 22px;
}

.secondary-footer .newsletter p {
  font-family: 'Lato';
}

.secondary-footer .input-field .group-foot-btn {
  text-align: center;
}

.secondary-footer .input-field .foot-btn {
  width: 100%;
  height: 48px;
  border: solid 1px #979797;
  background-color: transparent;
  font-family: 'Lato';
  font-size: 16px;
  color: #fff;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  max-width: 300px;
}

.secondary-footer .input-field .foot-btn:hover,
.secondary-footer .input-field .foot-btn:focus {
  /*background: #979797;*/
  color: #111;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

.secondary-footer .input-field .mail {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #979797;
}

.secondary-footer .input-field .mail::-webkit-input-placeholder {
  color: #979797;
  text-align: right;
  padding-right: 10px;
  height: 52px;
  line-height: 52px;
}

.secondary-footer .input-field .mail:-ms-input-placeholder {
  color: #979797;
  text-align: right;
  padding-right: 10px;
  height: 52px;
  line-height: 52px;
}

.secondary-footer .input-field .mail::-ms-input-placeholder {
  color: #979797;
  text-align: right;
  padding-right: 10px;
  height: 52px;
  line-height: 52px;
}

.secondary-footer .input-field .mail::placeholder {
  color: #979797;
  text-align: right;
  padding-right: 10px;
  height: 52px;
  line-height: 52px;
}

.secondary-footer .input-field .mail[type=text] {
  color: #fff!important;
  font-family: 'Lato';
  height: 52px;
  line-height: 52px;
  font-size: 17px;
}

.secondary-footer .input-field .mail:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  list-style: none;
}

/*secondary-footer END*/

.bottom-footer .options {
  margin-top: 2rem;
}

.bottom-footer .options span {
  width: 1px;
  height: 30px;
  border-left: 1px solid #aaaaaa;
}

.bottom-footer .options a {
  text-decoration: none;
}

.bottom-footer .options h4 {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
}

/*bottom-footer END*/

.bottom {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bottom p {
  font-size: 13px;
  color: #000;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 991px) {
  .footer .information-icons {
    margin: 1rem auto 1rem auto;
  }

  .footer span {
    font-size: 34px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-bottom: 20px;
  }

  .footer span h4 {
    font-size: 9px;
    margin: 10px 0 0 0;
  }

  .secondary-footer .social {
    width: 75%;
    max-width: 360px;
  }

  .secondary-footer .social .social-image {
    font-size: 22px;
  }

  .secondary-footer .input-field .foot-btn {
    width: 100%;
    /*margin: 10px auto;*/
    display: block;
  }

  .footer .respo-information-icons {
    padding: 10px 0 10px 0;
  }

  .footer .respo-information-icons span {
    font-size: 34px;
    margin: 1rem 0 1rem 0;
  }

  .footer .respo-information-icons span h4 {
    font-size: 9px;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 768px) {
  .secondary-footer .input-field .foot-btn {
    margin-bottom: 1rem;
  }

  .bottom p {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .post-body img{
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 567px) {
  .bottom p {
    color: #aaaaaa;
    margin-bottom: 10px;
  }
}

.static-page {
  padding: 156px 80px 0 80px;
}

.static-page .static-side-options {
  border-right: 1px solid #d8d8d8;
  padding-top: 50px;
  height: 100%;
}

.static-page .static-side-options .option p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
  margin: 0 0 26px 0;
}

.static-page .static-side-options .option p:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.static-page .static-side-options .option span {
  display: none;
}

.static-page .static-side-options .active-option p {
  color: #222222 !important;
  position: relative;
}

.static-page .static-side-options .active-option p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #222222;
}

.static-page .static-page-content {
  padding-top: 50px;
}

.static-page .static-page-content h1 {
  font-family: lato,sans-serif;
  font-size: 38px;
  color: #474747;
  font-weight: 800;
  font-style: normal;
  line-height: 1.03;
  text-align: center;
  margin-bottom: 50px;
}

.static-page .static-page-content .static-body {
  padding: 0 80px 200px 80px;
}

.static-page .static-page-content .static-body p {
   font-family: lato,sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 100;
  font-style: normal;
  line-height: 1.88;
  /*max-width: 850px;*/
  margin: 0 auto;
}

@media (max-width: 991px) {
  .static-page {
    padding: 60px 60px 0 60px;
  }
}

@media (max-width: 768px) {
  .static-page {
    padding: 60px 30px 0 30px;
  }

  .static-page .static-page-content h1 {
    font-size: 26px;
  }

  .static-page .respo-static-side-options {
    position: relative;
  }

  .static-page .respo-static-side-options .button {
    width: 247px;
    height: 48px;
    border-radius: 2px;
    background: transparent;
    padding: 0px 20px;
    border: solid 1px #000;
    margin: 24px;
  }

  .static-page .respo-static-side-options .button p {
     font-family: lato,sans-serif;
    font-size: 16px;
    color: #474747;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    margin: 0;
    width: 80%;
  }

  .static-page .respo-static-side-options button:active,
  .static-page .respo-static-side-options button:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .static-page .respo-static-side-options .dropdown-menu-options {
    width: 247px;
  }

  .static-page .respo-static-side-options.show .button {
    position: relative;
  }

  .static-page .respo-static-side-options.show .button span svg {
    display: none;
  }

  .static-page .respo-static-side-options.show .button span::after {
    content: '\F00D';
    font-family: 'FontAwesome';
    position: absolute;
    top: 14px;
    right: 17px;
    display: block;
    color: #474747;
    font-size: 12px;
  }

  .static-page .static-page-content {
    padding: 0;
  }

  .static-page .static-page-content .static-body {
    padding: 0 0 100px 0;
  }
}

.instagram_img_holder{
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-item .description{
  padding: 0px 20px;
  /*padding-bottom: 20px;*/
}
.options a{
  font-size: 13px;
  color: #2d2d2d;
  padding-left: 40px;
  padding-right: 40px;
}
.desc_tab.video_desc p{
  float: left;
  width: 45%;
}
.desc_tab.video_desc h1, .desc_tab.video_desc h2, .desc_tab.video_desc h3, .desc_tab.video_desc h4, .desc_tab.video_desc h5{
  float: left;
  width: 45%;
}

.single-pro-image{
  padding: 0px 100px 100px 100px;
  padding-bottom: 40px;
}
.description.brands_cat_desc p a{
  font-size: 24px;
  text-align: center;
  color: #2d2d2d;
}
.description.brands_cat_desc p a:hover{text-decoration: none;}

.brands_cat_img img{
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: auto;
  padding: 20px;
}
.more_checkout_info{
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
}
.rings_checkout_info{
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400 !important;
}

.svg.call_order{
  width: 20px;
  height: auto;
  display: block;
}
.svg.call_order path{
    fill: #fff;
}
.fix-nav .svg.call_order path{
  fill: #000;
}
.pin_icon{
  width: 13px;
  height: auto;
}
.mobile_phone_fixed{
   display: none;
  position: fixed;
  background-color: #000;
  left: 0;
  right: 0;
  padding: 7px 0px;
  text-align: center;
  top: 54px;
  z-index: 99;
}
.mobile_phone_fixed a{
  color: #fff;
  font-size: 13px;
}
.post-content a{
  color: #000;
  text-decoration: underline;
}
.post-content a:hover{
  text-decoration: none;    
}

.white_text{color: #fff !important;}
.gift_text {padding-top: 22px;}
.gift_text p {font-size: 17px;}
.gift_text p a{
  color: #000;
    text-decoration: underline ;
}
.gift_text span{font-size: 12px;}
.gift_text p a:hover{text-decoration: none ;}
.welcome-banner-mobile{
  display: none;
}
@media(max-width: 770px){

  .welcome-banner-mobile{
    display: block;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }
  /*.welcome-banner{background-image: url('/themes/kasparian/christmas21.png') !important;}*/
}
.account__form input{
  padding: 0px 20px !important;
}
.update_account{
  max-width: 600px;
}


.update_account .btn__enter{
  margin-top: 40px;
}
.main_table-body tr{
  height: auto !important;
}
.main_table-body a{
  color: #000;
}

.price_order-view{
  font-weight: 700;
  font-size: 22px;
  padding-right: 30px;
  margin-bottom: 0;
}

.user-option.active{
  background-color: #000;
  color: #fff;
}
.user-option.active h2{
   color: #fff;
}
.clear_filters{
    text-align: center;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  color: #000;
}

.page-link{
  color: #000;
}
.page-item.active .page-link{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.thank-you-page{
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}

.register-user, .forgot-passoword{
  margin-top: 200px;
  margin-bottom: 200px;
}
.register-user a{
  color: #000;
  text-decoration: underline;
}
.reset_password{
  max-width: 700px;
}
@media(max-width: 780px){
  .thank-you-page, .register-user, .forgot-passoword{
    margin-top: 70px;
    margin-bottom: 100px;
  }
}


#shop-cart{
  position: relative;
}
.user-cart.top-cart-btn{
  padding: 0;
}
.number-of-products{
  background-color: #000;
  color: #fff !important;
  position: absolute;
  top: -4px;
  right: 8px;
  font-size: 14px !important;
  width: 21px;
  text-align: center;
  border-radius: 10px;
}