.checkout-with-paypal-block {
  background-color: #ffc439;
}

@media (max-width: 500px) {
  .table-font-changing table tbody tr td {
    font-size: 60%;
  }
}

@media (max-width: 450px) {
  .table-font-changing table tbody tr td {
    font-size: 55%;
  }
}

@media (max-width: 400px) {
  .table-font-changing table tbody tr td {
    font-size: 50%;
  }
}

@media (max-width: 336px) {
  .table-font-changing table tbody tr td {
    font-size: 40%;
  }
}

.table-font-changing-overflow {
  overflow-x: unset !important;
}

@media (max-width: 760px) {
  .sizechart-head li a {
    margin: 0 !important;
  }
}

.navbar-cart {
  margin: 14px 6px 0 10px;
}

.facebook, .instagram, .twitter {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background: #fff;
}

section {
  padding: 30px 0;
}

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

section.borders {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

section.brand {
  text-align: center;
  padding: 0px 0 10px 0;
}

/*Shop Top Images Row*/

.shop-top {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  overflow: auto;
  cursor: default !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  margin: 0 5px;
}

.shop-top > div {
  padding: 0;
}

.shop-top img {
  padding: 0 5px;
}

.shop-top-inner {
  position: absolute;
  bottom: 30px;
  left: 50%;
}

.shop-top-btn-cnt {
  position: relative;
  left: -50%;
}

.shop-top-btn {
  letter-spacing: 2px;
  background: none;
  width: 150px;
  height: 50px;
  border: 1px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer !important;
  transition: all 300ms ease-in-out;
}

.shop-top-btn:hover, .shop-top-btn:focus, .shop-top-btn:visited {
  background: #fff;
  color: #000;
}

@media (max-width: 1500px) {
  .shop-top-btn {
    width: 120px;
    height: 40px;
    font-size: 20px;
  }

  @media (max-width: 1200px) {
    .shop-top-btn {
      width: 90px;
      height: 30px;
      font-size: 16px;
    }

    .shop-top-inner {
      bottom: 15px;
    }

    @media (max-width: 991px) {
      .shop-top-btn {
        width: 80px;
        height: 24px;
        font-size: 12px;
      }

      @media (max-width: 767px) {
        /*Style dla karuzeli XS*/
        .shop-top-btn {
          width: 120px;
          height: 40px;
          font-size: 20px;
        }

        .shop-top-inner {
          bottom: 30px;
        }
      }
    }
  }
}

/*Shop-nav-filters*/
section.filters {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

section.filters .fa-spinner {
  font-size: 24px;
  margin: 40px 0px;
  position: absolute;
  left: 50%;
}

.shop-filters {
  text-transform: uppercase;
  text-align: center;
}

.shop-filters .filterCategory {
  display: inline-block;
  color: #4a4a4a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 1px solid #ebebeb;
  padding: 20px 15px;
  margin-right: -3px;
}

.shop-filters .filterCategory.active {
  cursor: pointer;
  background: #ececec;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .shop-filters .filterCategory:hover {
    cursor: pointer;
    background: #ececec;
    text-decoration: none;
  }
}

.shop-filters .filterCategory.disabled {
  cursor: default;
  background: #fff;
  color: #b7b7b7;
}

.shop-filters .filterCategory:last-child {
  border-right: 1px solid #ebebeb;
}

@media (min-width: 991px) {
  #cats {
    display: none !important;
  }
}

.shop-filters-content {
  height: auto !important;
  border-top: 1px solid #ebebeb;
  z-index: 999;
  background: #fff;
  display: none;
  transition-property: height;
  transition: height 300ms ease-in-out;
}

.shop-filters-content div {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.shop-filters-content div.filtersOption {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  padding: 8px 0 4px 0;
}

.shop-filters-content div.filtersOption.color {
  width: auto;
  min-width: 0;
}

.shop-filters-content div.filtersOption.color label {
  border: 2px solid #dedede;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-bottom: 0;
}

.shop-filters-content div.filtersOption input {
  visibility: hidden;
}

.shop-filters-content div.filtersOption label {
  font-size: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px;
  border: 1px solid #fff;
  cursor: pointer;
}

.shop-filters-content div.filtersOption label:hover, .shop-filters-content div.filtersOption label.active {
  text-decoration: none;
  border: 1px solid #ddd;
}

.shop-filters-content div.filtersOption.color label:hover, .shop-filters-content div.filtersOption.color label.active {
  border: 2px solid #fff !important;
  box-shadow: 0 0 4px #000;
}

.shop-filters-content div.filtersOption.color.disabled {
  display: none;
}

.shop-categories-new ul {
  list-style: none;
}

.shop-categories-new li {
  padding: 8px 0;
}

.shop-categories-new li:first-child {
  padding-top: 16px;
}

@media (max-width: 991px) {
  .shop-filters-content .col-lg-2 {
    padding-top: 0 !important;
  }

  .shop-filters-content div ul {
    margin: 0 !important;
  }
}

.shop-filters-tags {
  display: none;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.shop-filter-tags-cnt {
  display: inline-block;
  padding: 0 15px;
}

.shop-filter-tag, .shop-filter-tag-category {
  display: inherit;
  font-size: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 15px;
}

.shop-filter-tag-category {
  color: #65c178;
}

.shop-filter-tag span {
  cursor: default;
}

.shop-filter-tag .remove-filter {
  cursor: pointer;
  color: #000;
  font-weight: 600;
  padding-right: 5px;
}

.shop-filters-clear-all {
  display: inline-block;
  border: 1px solid #ff2d38;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 7px;
  color: #ff2d38;
  background-color: transparent;
  margin-bottom: 3px;
}

.shop-filters-clear-all:hover {
  color: #fff;
  background-color: #ff2d38;
}

.filters .info {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
  font-weight: bold;
  border: 0;
  color: #4a4a4a;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 20px 14px;
  border-radius: 0;
}

.filters .info.open {
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .shop-filters .filterCategory {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }

  .shop-filters .filterCategory:first-child {
    border-top: 1px solid #ebebeb;
  }

  .shop-filters .filterCategory:last-child {
    border: 0;
  }

  .shop-filters-content div.filtersOption input {
    height: 0;
    width: 0;
  }

  .filters > .row, .shop-filters-tags {
    display: none !important;
  }

  .filters > .row.open, .shop-filters-tags.open {
    display: block !important;
    margin-left: -20px;
  }
}

.visible {
  display: block !important;
}

.invisible {
  display: none !important;
}

.inactive {
  pointer-events: none;
  cursor: default;
}

.size-active {
  pointer-events: all !important;
  cursor: pointer !important;
}

.noheight {
  height: 0 !important;
}

.nomaxheight {
  max-height: 0 !important;
}

section.products {
  min-height: 180px;
}

section.products .fa-spinner {
  font-size: 24px;
  margin: 60px 0px;
  position: absolute;
  left: 50%;
}

.shop-categories-icon {
  margin-right: 5px;
}

.filters-no-records {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 250px;
  margin-top: 30px;
}

.filters-no-records button {
  /*margin-top: 5px;*/
  width: 250px;
  display: block;
  margin: 5px auto 0 auto;
}

/*Return to shop button*/

.shop-return {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: 3px solid #fff;
  background: #65c178;
  z-index: 9999999;
  border-radius: 90px;
  padding: 8px 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}

@media (max-width: 767px) {
  .shop-return{
    font-size: 15px;
    padding: 8px 9px 8px 10px;
    bottom: 10px;
    right: 10px;
  }
}

.shop-return:hover {
  background: #47a15a;
  text-decoration: none;
  color: #fff;
}

.shop-return:visited i{
  color: #fff;
}

/*banner shop*/

.category-banner-inner-desc-cnt {
  cursor: default;
  background-size: cover;
  margin: -20px 0;
}

.category-banner-inner-desc-cnt > div {
  padding: 37px 0;
  display: table;
}

.category-banner-inner-desc {
  text-shadow: 0 0 7px rgba(0,0,0,.24);
  display: table-cell;
}

.category-banner-inner-desc h1, .category-banner-inner-desc h6 {
  text-align: left;
}

.category-banner-inner-desc h1 {
  margin-top: 0;
  color: #fff;
  font-size: 36px;
}

.category-banner-inner-desc h6 {
  color: #ebebeb;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .category-banner-inner-desc-cnt {
    height: 212px;
  }

  .category-banner-inner-desc-inner {
    width: 100%;
  }

  .category-banner-inner-desc {
    position: relative;
  }

  .category-banner-inner-desc h1 {
    margin: 0;
    position: relative;
    text-align: center;
    top: 52px;
  }
}

@media screen and (min-width: 1800px) {
  .category-banner-inner-desc-cnt{
    background-position: center !important;
    background-size: cover !important;
  }
}

/*cats navbar SM XS*/

.categories-toggle button {
  float: none;
  display: block;
  margin: 0 auto;
}

.cats-noheight {
  height: 0;
  display: none !important;
}

.author-img {
  width: auto !important;
}

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

.navbar {
  border: 0;
  background: #fff;
  color: #fff;
  height: 51px;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 1px;
}

.navbar-text {
  margin-top: 17px;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar-text a {
  color: #65c178 !important;
}

.navbar-text a:hover {
  color: #65c178 !important;
  text-decoration: underline !important;
}

.navbar-nav a {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
}

.navbar-nav a:hover, .navbar-nav a:active, .navbar-nav a:focus {
  text-decoration: none;
  color: #65c178;
  background: none !important;
  outline: none;
}

.navbar-nav li.active a {
  text-decoration: none;
  color: #65c178;
  background: none !important;
}

.navbar-nav .grayed {
  color: #787878 !important;
}

.navbar-nav em {
  font-style: normal;
  color: #65c178;
}

.brand a:hover img {
  opacity: 0.7;
}

.search-icon {
  position: absolute;
  right: -270px;
}

.search-icon:focus {
  background: #fff !important;
  outline: none !important;
}

.faq-icon {
  padding-left: 0px !important;
  position: absolute;
  right: -270px;
}

.faq-icon:focus {
  background: #fff !important;
  outline: none !important;
}

#jumbo-slider {
  position: relative;
  margin-bottom: -40px;
  margin-top: 20px;
  padding-bottom: 0;
  min-height: 400px;
}

#jumbo-slider .slides > li {
  height: 400px;
}

#jumbo-slider h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 40px;
}

#jumbo-slider p {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
  letter-spacing: 3px;
}

.action-buttons {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: center;
}

.action-buttons li {
  display: inline-block;
  padding: 0 5px;
}

/*
.airmail-desktop {
  display: none;
}
*/

.btn-green {
  background: #65c178;
  border: 2px solid #65c178;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
}

.btn-green:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
  color: #fff;
}

.btn-ghost {
  background: none;
  border: 2px solid #fff;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
}

.btn-ghost:hover {
  background: #fff;
  border-color: #fff;
  text-decoration: none;
  color: #000;
}

.btn-ghost-dark {
  background: none;
  border: 2px solid #000;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
}

.btn-ghost-dark:hover {
  background: #000;
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}

.btn-dark {
  background: #000;
  border: 2px solid #000;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
}

.btn-dark:hover {
  background: #fff;
  border-color: #000;
  text-decoration: none;
  color: #000;
}

.carousel-inner .active.left {
  left: -25%;
}

.carousel-inner .next {
  left: -25%;
}

.carousel-inner .prev {
  left: -25%;
}

.carousel-control {
  width: 4%;
}

.carousel-control.left {
  margin-left: -40px;
  background-image: none;
}

.carousel-control.right {
  margin-right: -40px;
  background-image: none;
}

.item-slider {
  z-index: 101;
}

.item-title {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 20px 0;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 15px;
  right: 15px;
  z-index: 100;
}

#item-slider a {
  display: block;
  overflow: hidden;
}

#item-slider a:hover .item-title {
  background: #000;
  color: #fff;
}

#item-slider a img {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.2s linear 0s;
}

#item-slider a:hover img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.2s linear 0s;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 24px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 19px;
  position: relative;
}

h2 span {
  background: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

h2:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

h2:before {
  left: 0;
}

@media (max-width: 400px) {
  h2:before {
    display: none;
  }

  h2 span {
    padding: 0;
  }
}

h3 {
  color: #272727;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 14px;
  background: url(../images/h_underline.png) no-repeat left bottom;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0 20px 0;
}

h5 {
  color: #afafaf;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

p {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #a7a7a7;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 30px;
}

.tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: 5px;
}

.tabs {
  text-align: center;
  padding-top: 0px;
  border-bottom: none;
}

.tab-pane {
  padding: 50px 0 40px 0;
  color: #000;
}

.tabs > li > a {
  color: #a9a9a9;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  letter-spacing: 2px;
  border: none;
  border-radius: 0px 0px 0 0;
  padding: 0;
  padding-bottom: 5px;
  margin: 0 20px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #65c178;
  background: none;
  outline: none !important;
  border: none !important;
}

.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus {
  color: #000;
  background: none;
  cursor: default;
  border: none;
  border-bottom: 2px solid #65c178 !important;
}

.project {
  text-align: center;
  margin-bottom: 50px;
}

.project img {
  transition: opacity 300ms ease-out;
  margin: 0 auto;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.2s linear 0s;
}

.project:hover img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.2s linear 0s;
}

.project:hover .btn-hover {
  display: block;
}

.project:hover .oos {
  display: none;
}

.btn-hover {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -40%;
  z-index: 12;
  display: none;
  width: 80%;
  height: auto;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
}

.btn-hover:hover {
  color: #000 !important;
}

.project span {
  display: inline-block;
  padding: 0 10px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

div.prices{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

span.actual-price {
  color: #65c178;
}

span.previous-price {
  color: #adadad;
  text-decoration: line-through;
}

@media screen and (max-width: 500px){
  span.actual-price,
  span.previous-price{
    font-size: 9px;
    padding: 0 !important;
  }
  span.actual-price+span.previous-price{
    margin-left: 5px;
  }
}

.project-img {
  background: white;
  position: relative;
}

.project h4 {
  min-height: 85px !important;
}

@media screen and (max-width: 500px){
  .project h4{
    min-height: 110px !important;
  }
  .project{
    margin-bottom: 20px;
  }
}

.project h4 p {
  text-transform: none;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  color: #adadad;
  font-size: 12px;
  text-align: center;
}

.project h4 p a {
  color: #65c178;
}

.product-overlay {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.badge {
  position: absolute;
  top: 7px;
  right: 1px;
  text-align: center;
  z-index: 8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  font-weight: normal;
  text-transform: capitalize;
  cursor: default;
}

@media screen and (max-width: 500px){
  .badge{
    font-size: 9px;
    padding: 5px 8px;
  }
}

.badge-overlay {
  position: static;
  margin-right: -10px;
  margin-bottom: 10px;
}

.bestseller {
  background: #4f66c6;
}

.new {
  background: #65c178;
}

.sale, .sellout {
  background: #e05a52;
}

.preorder {
  background: #06a5ff;
}

.delivery {
  background: #d90000;
  left: 0px !important;
  right: inherit !important;
}

.oos {
  position: absolute;
  z-index: 9;
  width: auto;
}

.oos img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.fluid-gallery {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.fluid-gallery li {
  float: left;
  width: 20%;
  padding: 0 !important;
  margin: 0 !important;
  background: #272727;
  position: relative;
}

.fluid-gallery li img {
  margin: 0 auto !important;
  padding: 0 !important;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 0.2s linear 0s;
}

.fluid-gallery li:hover img {

  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.2s linear 0s;
  border: 10px solid #fff;
  position: relative;
  z-index: 100;
}

.fluid-gallery li:hover .btn-hover {
  display: block;
  z-index: 101;
  text-align: center;
  background: #fff;
  color: #000 !important;
}

.fluid-gallery li:hover .btn-hover:hover {
  background: #65c178;
  color: #fff !important;
  border: 1px solid #65c178;
}

.fluid-gallery:hover > li {
  opacity: 0.5;
}

.fluid-gallery:hover > li:hover {
  opacity: 1.0;
}

.insta-feed {
  text-align: center;
}

.insta-feed img {
  margin: 0 auto;
}

.insta-description {
  font-family: "Lato";
  font-style: normal;
  color: #adadad;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}

footer {
  background: #272727;
  padding-bottom: 30px;
  margin-top: 40px;
}

footer ul {
  list-style-type: none;
  color: #afafaf;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 0;
  padding-bottom: 30px;
}

footer ul li {
  padding: 6px 0;
}

footer ul li a {
  color: #555;
  font-size: 12px;
}

footer ul li a:hover {
  color: #afafaf;
  text-decoration: none;
  font-size: 12px;
}

.tee-alert-form input[type=text] {
  border-radius: 0;
  height: 58px;
}

.tee-alert-form a, .tee-alert-form a:hover {
  color: #787878 !important;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 58px;
box-sizing(border-box);

}

.tee-alert-form p {
  padding-bottom: 0;
}

.t-alert {
  border: 1px solid #525252 !important;
  min-height: 48px;
  height: 48px !important;
  font-size: 12px !important;
  font-style: normal !important;
  color: #989898 !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727 !important;
  margin-bottom: 10px !important;
}

footer .navbar-form {
  padding: 20px 0;
}

footer p {
  font-size: 11px;
  color: #a7a7a7;
  text-align: left;
  letter-spacing: 1px;
}

footer .copyrights {
  padding-top: 20px;
  border-top: 1px solid #343434;
  text-align: center;
  font-size: 10px;
  color: #555;
  letter-spacing: 3px;
  text-transform: uppercase;
}

footer .copyrights a {
  color: #787878;
}

.breadcrumb {
  background: no-repeat;
  text-align: center;
  color: #b8b8b8;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding-bottom: 0;
}

.breadcrumb a, .breadcrumb li.active {
  color: #b8b8b8;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb > li + li:before {
  content: "\203A";
}

.shop-categories h4 {
  color: #65c178;
  text-align: left;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 40px;
}

.shop-categories ul {
  list-style-type: none;
  padding: 0;
}

.shop-categories ul li {
  padding: 15px 0 5px 0px;
  border-bottom: 1px solid #ebebeb;
  background: url(../images/plus.png) no-repeat 95% 18px;
}

.shop-categories ul li ul {
  padding: 5px 0 5px 20px !important;
  list-style-type: square;
}

.shop-categories ul li ul li {
  padding: 8px 0 8px 0 !important;
  border-bottom: none;
  background: none !important;
  font-size: 11px;
}

.shop-categories ul li ul li ul {
  padding: 5px 0 5px 5px !important;
  list-style-type: none;

}

.shop-categories ul li ul li ul li {
  padding: 8px 0 8px 0 !important;
  border-bottom: none;
  background: none !important;
}

.shop-categories ul li ul li ul li a {
  color: #848484;
}

.shop-categories li a {
  letter-spacing: 2px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.shop-categories li a:hover {
  color: #65c178;
  text-decoration: none;;
}

.shop-categories span {
  color: #b8b8b8;
  font-weight: normal;
}

.shop-categories li a:hover span {
  color: #65c178;
}

.shop-categories ul.color-list li {
  background: none;
}

.shop-categories .more-colors {
  color: #65c178;
  display: block;
}

.shop-categories .more-colors img {
  margin-top: -5px;
}

.hidden-colors {
  display: none;
}

.pagination {
  display: block;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  text-align: center;
}

.pagination li {
  float: none;
  display: inline-block;
  margin: 0 3px;
}

.pagination li a {
  border-radius: 50% !important;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border-color: #ebebeb;
  padding: 8px 14px;
}

.pagination li.active a, .pagination li.active a:hover {
  background: #fff;
  border-color: #ebebeb;
  color: #65c178;
}

.item-count {
  text-align: right;
  color: #b8b8b8;
  padding: 20px;
}

.item-count a {
  color: #b8b8b8;
}

.item-count a:hover, .item-count a.active {
  color: #65c178;
}

.product-order-options h1 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}

.product-order-options p {
  text-align: left;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 2px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
}

.product-order-options .product-desc {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  color: #959595;
  line-height: 21px;
}

.product-order-options .product-desc a, .product-order-options .product-desc a:hover {
  color: #65c178;
}

.red {
  color: red;
}

.form-group input {
  border-radius: 0 !important;
  border: 1px solid #ebebeb;
  text-align: center;
}

.btn-submit {
  height: 44px;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
}

.submit-form {
  padding-top: 20px;
}

.social-options ul {
  list-style-type: none;
  text-align: right;
  padding-top: 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: bold;
}

.social-options ul li {
  display: inline-block;
  padding: 0 2px;
}

.social-options ul li a:hover img {
  opacity: 0.7
}

.product-tabs > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  zoom: 1; /* hasLayout ie7 trigger */
  margin-left: -2px;
  margin-bottom: -11px;
}

.product-tabs {
  text-align: center;
  padding-top: 0px;
  border-bottom: none;
}

.product-tabs > li > a{
  border: none !important;
}

@media (min-width: 992px) {
  .product-tabs > li {
    margin-left: 2px;
  }

  .product-tabs > li:first-child {
    margin-right: 0;
  }

  .product-tabs > li:last-child {
    margin-left: 3px;
  }
}

.tab-pane {
  padding: 50px 0 40px 0;
  color: #000;
}

.tab-pane a {
  color: #65c178;
}

.product-tab {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-tabs > li > a {
  color: #272727;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}

.product-tabs > li > a:hover, .product-tabs > li > a:focus {
  color: #65c178;
  background: none;
  outline: none;
}

.product-tabs > li.active > a,
.product-tabs > li.active > a:hover,
.product-tabs > li.active > a:focus {
  color: #65c178;
  background: none;
}

.product-tabs > li > a > span {
  border: 1px solid #cacaca;
  padding: 10px 75px;
  box-sizing: border-box;
  display: block;
}

.product-tabs .icon {
  margin-top: 5px;
  height: 12px;
  width: 100%;
  position: relative;
  border: 1px solid #cacaca;
}

.product-tabs .icon:before{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 14px;
  background-image: url("/images/panel-arrow.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px){
  .product-tabs li {
    width: 100%;
    padding: 10px 0;
    display: block !important;
  }
  .product-tabs .icon{
    display: none;
  }
}

/* ###### NEW STYLES ########*/
.product-tab {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-tab .pull-left {
  float: none !important;
  margin: 0 auto !important;
  width: 50px;
  display: block;
  padding-bottom: 20px;
}

.product-tab .media-heading {
  margin-bottom: 20px;
}

.product-tab .media-body {
  text-align: center;
  display: block;
}

.product-tab h5 {
  color: #afafaf;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 20px;
}

.product-info {
  list-style-type: square;
  padding-left: 20px;
  padding-top: 20px;
}

.tags {
  color: #afafaf;
  font-size: 1em;
  font-family: "Lato";
  padding: 0;
  list-style-type: none;
  float: left;
}

.tags li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

.tags li a {
  display: block;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 12px;
  color: #858585;
  font-size: 0.91em;
}

.tags li a:hover {
  color: #646b70;
  text-decoration: none;
}

.dim-btn {
  background: #65c178 !important;
  border-color: #65c178 !important;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 14px 32px;
  border-radius: 0 !important;
}

.dim-btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.form-control:focus {
  border-color: #6c7072;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.control-label {
  font-family: "Open Sans";
  color: #828282;
  font-weight: normal;
  text-align: left !important;
}

.form-control {
  background: #fff;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px black;
  height: 50px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.in {
  background: rgba(0, 0, 0, 0.8);
}

.search-modal > .form-control {
  background: none;
  border: none;
  height: 50px !important
}

.search-modal {
  text-align: center;
  padding-top: 75px;
}

.modal-close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 1051;
  padding: 0px 8px;
}

.modal-close .close {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  opacity: 1.0;
}

.search-modal h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 24px;
  padding: 26px 0 30px 0;
  background: url(../images/search_bars.png) no-repeat center center;
}

.search-modal .search-tip {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.search-modal .search-tip span {
  color: #84cd93;
}

.btn-filters {
  color: #fff;
  background-color: #000;
  border-color: #000;
  vertical-align: top;
  margin: 0px 0px 0px 10px;
  padding: 7px 15px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  border-radius: 0px;
}

.btn-filters:hover {
  color: #fff;
  background-color: #65c178;
  border-color: #65c178;
}

.btn-filters[disabled] {
  background: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
}

.cart-hover-top {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.cart-hover {
  width: 350px;
  background: #fff;
}

.hover-title {
  position: absolute;
  top: 20px;
  left: 13px;
}

.hover-row {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.hover-sum {
  padding: 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  text-align: right;
  color: #000 !important;
  font-weight: bold;
  text-transform: uppercase;

  color: #707e89;
}

.hover-sum span {
  font-size: 1.4em;
  font-weight: bold;
  color: #65c178;
  padding-left: 10px;
}

.hover-checkout {
  padding: 25px 10px 20px 12px;
  text-align: right;
  background: #fff;
}

.hover-checkout a {
  color: #fff;
  letter-spacing: normal !important;
}

.hover-checkout a:hover {
  color: #000;
}

.hover-cart-item {
  list-style-type: none;
  padding-left: 0px !important;
}

.hover-cart-item li {
  padding: 0 2px;
  float: left;
}

.hover-delete {
  padding-top: 23px !important;
  margin-right: 3px;
}

.hover-delete a span {
  color: #ba0000;
}

.hover-delete a:hover {
  color: #a7a7a7;
}

.hover-picture {
  padding-left: 5px !important;
}

.hover-picture img {
  margin-top: 0px !important;
  margin-right: 6px;
}

.hover-picture a:hover img {
  opacity: 0.8;
}

.hover-item {
  width: 125px;
  color: #000;
  white-space: normal;
}

.hover-item a {
  color: #777777 !important;
}

.hover-item a:hover {
  color: #65c178 !important;
  text-decoration: none;
}

.hover-item span {
  display: block;
  font-size: 0.91em;
  color: #bfbfbf;
}

.hover-price {
  float: right !important;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

.checkout-with-paypal {
  margin-top: -10px;
  margin-right: 15px;
  float: left;
}

.checkout-with-paypal:hover {
  opacity: 0.8;
}

/* ############################ */
.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.table-cart {
  font-family: "lato";
  margin-top: 20px;

}

.table-cart thead td {
  text-transform: uppercase;
}

.table-cart td {
  vertical-align: middle !important;
  text-align: center;
  border: 0 !important;
}

.modal-body .table {
  margin-bottom: 0;
}

.modal-body .table-cart td {
  vertical-align: middle !important;
  text-align: left;
  color: #666;
}

.modal-body .table-cart td span {
  color: #929292;
}

select {
  width: 95%;
  height: 30px;
  padding: 0px 7px;
  font-size: 12px;
  border: 1px solid #8f8f8f;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  outline: 0px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  background: #fff url("../images/select_arrow.png") no-repeat center right;

}

select:hover {
  border: 1px solid #65c178;
}

select > option {
  padding: 10px 7px;
  outline: none !important;
}

.product-color > option {
  color: #fff;
  padding: 10px 7px;
  outline: none !important;
}

.table-cart thead td {
  text-transform: uppercase;
}

.table-cart td {
  vertical-align: middle !important;
  text-align: center;
  border: 0 !important;
}

.modal-body .table {
  margin-bottom: 0;
}

.modal-body .table-cart td {
  vertical-align: middle !important;
  text-align: left;
  color: #666;
}

.modal-body .table-cart td span {
  color: #929292;
}

.modal-content {
  border-radius: 0px;
}

.modal-header {
  border-bottom: none;
  text-align: right;
}

.modal-header .close {
  float: none;
}

.modal-footer button {
  margin: 12px auto;
  text-align: center !important;
  float: none;
  display: block !important;
  font-size: 11px !important;
  letter-spacing: 1px;
}

.modal-footer .btn-checkout-green {
  margin: 0 0 12px 0;
}

.modal-footer .checkout-with-paypal {
  margin: 0 auto !important;
  display: block;
  float: none;
  text-align: center;
}

.btn-order, .btn-order:hover {
  background: #8f8f8f;
  border: 2px solid #8f8f8f;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 300ms ease-out;
  border-radius: 0;
}

.btn-order-active {
  background: #65c178;
  border-color: #65c178;
  text-decoration: none;
  color: #fff;
}

.btn-order-active:hover {
  background: #45a559;
  border-color: #45a559;
  text-decoration: none;
  color: #fff;
}

.tooltip {
  background: none !important;
}

.tooltip-inner {
  max-width: 400px;
}

@media (min-width: 1199px) {
  .SlectBox {
    width: 550px;
    padding: 10px;
  }
}

@media (max-width: 1198px) {
  .SlectBox {
    width: 450px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .search-icon, .faq-icon {
    right: 0px;
  }

  .submit-form button {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-filters {
    margin-bottom: 20px !important;
  }

  .filters {
    padding: 0px;
  }

  .SlectBox {
    width: 230px !important;
    padding: 10px;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }

  .filters a {
    margin-left: 10px !important;
  }

  .categories-toggle {
    text-align: center;
  }

  .categories-toggle .navbar-toggle {
    float: none !important;
  }

  .shop-categories.in {
    background: #fff;
  }

  .shop-categories {
    width: 100%;
  }

  .navbar-cart {
    display: block;
    position: relative;
    float: right;
    padding: 0px;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .navbar-cart {
      margin-top: 14px;
      margin-right: 15px;
    }
  }

  .navbar-cart a {
    color: #000;
  }

  .modal-footer .checkout-with-paypal {
    margin: 0 auto !important;
    display: block;
    float: none;
    text-align: center;
  }

  .modal-footer .pull-right, .modal-footer .pull-left {
    float: none !important;
  }

  .tags {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  #item-slider, .search-icon, .carousel-control {
    display: none !important;
  }

  .main-nav > li {
    float: none;
    display: block;
  }

  .fluid-gallery li {
    float: none;
    width: 100%;
    margin: 10px 0 !important;
    background: #fff !important;
  }

  .tabs > li {
    display: block;
    margin-bottom: 11px !important;
  }

  .item-title {
    display: none !important;
  }

  .shipping-panel {
    width: 100%;
    min-width: 100px;
    height: auto;
  }

  .navbar-toggle {
    background: #65c178;
    margin-top: 7px;
  }

  .icon-bar {
    background: #fff;
  }

  .navbar-nav {
    background-color: #fff;
    margin-top: -8px;
  }

  /*.product-tabs li {
    width: 100%;
    padding: 10px 0;
    display: block !important;
  }*/

  .product-tabs > li > a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  footer {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .sizechart-shop {
    padding: 30px 10px;
  }
}

.sizechart-shop > div > img {
  max-width: 100% !important;
}

.roll-menu {
  margin-top: 30px;
}

.roll-menu > li {
  display: inline-block !important;
}

@media (max-width: 505px) {
  .roll-menu {
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 36px;
  }

  .roll-menu li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 7px 0;
  }

  .roll-menu > li li {
    margin-left: -4px !important;
  }

  .roll-menu li a {
    color: #4a4a4a;
  }

  .roll-menu li.active a {
    color: #65c178 !important;
  }

  .roll-menu > li.active > a, .roll-menu > li.active > a:hover, .roll-menu > li.active > a:focus {
    border-bottom: 0 !important;
  }
}

@media (max-width: 1200px) {
  #jumbo-slider {
    margin-top: 30px;
  }

  #jumbo-slider .flex-direction-nav {
    z-index: 999;
  }

  #jumbo-slider .flex-prev {
    left: 0;
    margin-left: 10px;
    top: 53%
  }

  #jumbo-slider .flex-next {
    margin-right: 10px;
    right: 0;
    top: 53%;
  }
}

.shop-product-quantity-btn {
  display: flex;
  flex-direction: column;
}

.shop-product-quantity-btn > div {
  margin-bottom: 15px !important;
}

.shop-product-main-container {
  margin-top: -10px;
}

.shop-product-left-col .breadcrumb {
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  font-weight: 300;
}

@media (max-width: 991px) {
  .shop-product-left-col .breadcrumb {
    text-align: center;
    margin-bottom: 15px;
  }
}

.shop-product-left-col .product-image img {
  border: 0 !important;
}

@media (min-width: 767px) {
  .tab-content-shop-product {
    padding-left: 5px;
    padding-right: 3px;
  }
}

@media (min-width: 992px) {
  .tab-content-shop-product {
    padding-left: 7px;
    padding-right: 5px;
  }
}

/*No products in shop category*/
.no-products {
  position: relative;
  min-height: calc(100vh - 600px);
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.no-products h1 {
  transition: letter-spacing 500ms ease-in-out;
  transition-delay: 100ms;
}

.no-products h1:hover {
  letter-spacing: 5px;
}

.no-products-ins {
  width: 100%;
  text-align: center;
}

.no-products img {
  margin: 0 auto;
  transition: all 500ms ease-in-out;
  transition-delay: 100ms;
}

.no-products img:hover {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.no-products span, .no-products a {
  font-size: 24px;
  font-weight: 300;
}

.no-products a {
  font-weight: 400;
  color: #65c178;
  transition: all 500ms ease-in-out;
  transition-delay: 100ms;
}

.no-products a:hover {
  color: #4c915a;
  padding: 0 12px;
  text-decoration: none;
}

.no-products a:focus, .no-products a:visited {
  text-decoration: none;
}

@media (max-width: 991px) {
  .no-products {
    height: calc(130vh - 500px);
  }
}

@media (max-width: 767px) {
  .no-products {
    height: calc(150vh - 500px);
  }

  .no-products h1 {
    font-size: calc(18px + 18 * ((100% - 320px) / 1280));
    font-size: calc(18px + 18 * ((100vw - 320px) / 1280));
  }

  .no-products span {
    font-size: calc(16px + 18 * ((100% - 320px) / 1280));
    font-size: calc(16px + 18 * ((100vw - 320px) / 1280));
  }
}

@media (max-width: 767px) {
  #navbar-cart-count {
    margin-left: 7px;
  }
  .n-cc {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 500px){
  .no-products span{
    line-height: 36px;
  }
}

/*Wish list*/

.wish-icon {
  cursor: pointer;
  z-index: 3;
  padding: 10px;
  margin-left: 18px;
  width: 51px;
  border-radius: 90px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.wish-icon img {
  opacity: 0.2;
}

.wish-icon.active {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.wish-icon:hover img, .wish-icon.active img {
  opacity: 1;
}

/*Nav*/

@media (max-width: 991px) {
  .nav-menu-res {
    padding-bottom: 16px;
  }

  .nav-menu-section-shop .logo-main-new {
    margin-bottom: 9px;
  }
}

@media (max-width: 1199px) {
  .nav-menu-section-shop {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-menu-res {
    padding-bottom: 9px;
  }

  .nav-menu-section-shop .logo-main-new {
    margin-bottom: 16px;
  }

  .nav-shop-new {
    margin-top: 0 !important;
  }
}

@media (max-width: 400px) {
  .nav-menu-res {
    padding-bottom: 2px;
  }

  .nav-menu-section-shop .logo-main-new {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .nav-shop-new {
    margin-top: -23px !important;
  }
}

/*Sortowanie*/
.sort-container {
  position: absolute;
  right: 0;
  top: 1px;
}

.filters--sort{
  position: relative;
}

.sort-container .sortByField {
  cursor: pointer;
}

.sort-container button {
  border: 0;
  color: #4a4a4a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 14px;
  border-radius: 0;
}

.sort-container button:hover {
  background-color: #ddd;
}

.sort-container ul {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 15px 5px 15px;
}

.sort-container a {
  text-transform: none;
}

.sort-container.open .btn-default {
  background-color: #ececec;
}

.sort-container .dropdown-menu a, .sort-header {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 15px;
  margin: 6px 0;
}

.sort-container li:hover a {
  background-color: #ebebeb;
}

.sort-header {
  padding: 5px 0;
  position: relative;
  font-weight: bold;
}

.sort-container li + .sort-header {
  margin-top: 10px;
}

.sort-container.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .filters--container {
    display: flex;
    flex-direction: column;
  }

  .filters--sort {
    order: 2;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
  }

  .sort-container {
    width: 100%;
    position: initial;
  }

  .sort-container .dropdown-menu {
    text-align: center;
    padding-bottom: 10px;
    border: 0;
  }

  .sort-container button {
    width: 100%;
  }

  .sort-container ul {
    width: 100%;
    position: static;
  }

  .sort-header {
    font-size: 12px;
    padding: 7px 0;
  }

  .sort-container .dropdown-backdrop {
    display: none;
  }
}

@media (max-width: 991px) {
  .cb-selected section.filters{
    border-top: none;
  }
  .cb-selected .sort-container{
    top: 0;
  }
}
/*vertical thumbnails in shop product flexslider*/
#shop-slider .flex-direction-nav a:before{
  font-size: 25px;
  background: rgba(255,255,255,.4);
  border-radius: 90px;
  padding: 7px 10px 4px 10px;
}
#shop-slider-thumbs .flex-viewport{
  height: 555px;
}
@media screen and (max-width: 1199px){
  #shop-slider-thumbs .flex-viewport{
    height: 455px;
  }
}
@media screen and (max-width: 991px){
  #shop-slider-thumbs .flex-viewport{
    height: 658px;
  }
}
@media screen and (max-width: 767px){
  .shop-product-thumbnails{
    display: none !important;
  }
}

/**/


.limited-product .design_timer{
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  background: transparent;
  padding: 12px 0;
}

.limited-product .design_timer span{
  color: #fff;
}

.limited-product .design_timer span:first-child{
  padding-left: 2px;
}

.limited-products-list .project-img{
  overflow: hidden;
}

.limited-products-list .timer{
  font-weight: 600;
}

.limited-products-list .timer-row *{
  color: #808080;
  letter-spacing: .15em;
}

.limited-products-list .timer-row .timer-info{
  padding-left: .3em;
  cursor: pointer;
}

@media screen and (max-width: 1200px){
  .limited-products-list .timer-row *{
    font-size: 11px;
    line-height: 11px;
  }
  @media screen and (max-width: 991px){
    .limited-products-list .timer-row *{
      font-size: 9px;
      line-height: 9px;
    }
    @media screen and (max-width: 767px){
      .limited-products-list .timer-row *{
        font-size: 11px;
        line-height: 11px;
      }
      @media screen and (max-width: 400px){
        .limited-products-list .timer-row *{
          font-size: 9px;
          line-height: 9px;
        }
      }
    }
  }
}

/*Add-to-cart modal*/

.checkout-with-paypal {
  background-color: #ffc439;
  margin-bottom: 12px !important;
}

.checkout-with-paypal {
  margin-top: -10px;
  margin-right: 15px;
}

.checkout-with-paypal:hover {
  opacity: 0.8;
}

.masterpass {
  width: 186px;
  padding: 7px 5px;
}

.masterpass:hover {
  opacity: 0.8;
}

#modal-add-to-cart .buttons{
  display: flex;
  flex-direction: column;
}

#modal-add-to-cart .buttons button.btn-green{
  order: -1;
}
