/* ===== Header ===== */
#new-header .main-header {
	border-bottom: 2px solid #eee; 
}
#new-header .main-header .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0;
  position: relative;
}
#new-header .main-header .inner-wrap .logo {
	max-width: 180px; 
  margin-right: 100px;
}
#new-header .main-header .inner-wrap .logo img {
  width: 100%;
}
#new-header .main-header .inner-wrap .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-header .main-header .inner-wrap .menu-wrap .category {
	padding: 10px 0;
}
#new-header .main-header .inner-wrap .menu-wrap .category > a.link {
  border-right: 1px solid #383735;
  padding: 0 15px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#new-header .main-header .inner-wrap .menu-wrap > div:last-child a.link {
  border: none;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: calc(100% - 25px);
  width: 100%;
  padding-top: 69px;
  z-index: 999;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner {
  background: rgba(255,255,255,.9);
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#new-header .main-header .inner-wrap .menu-wrap .category.hasSubs:hover .subnav {
	visibility: visible;
  opacity: 1;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col {
  padding: 15px 15px;
  width: 20%;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col > a {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #383735;
  display: block;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col .subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col a {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col a:hover {
	color: #f18101
}
#new-header .main-header .inner-wrap .menu-wrap .category.active a {
  color: #1b492e;
  font-weight: bold;
}
#new-header .main-header .inner-wrap .menu-wrap .category a:hover {
  color: #1b492e;
}
#new-header .main-header .inner-wrap .icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 15px;
}
#new-header .main-header .inner-wrap .icons-wrap > a, #new-header .main-header .inner-wrap .icons-wrap .cart {
	margin-left: 40px; 
}
#new-header .main-header .inner-wrap .icons-wrap > a > i, #new-header .main-header .inner-wrap .icons-wrap .cart .bx {
  font-size: 20px;
}
#new-header .usp-bar {
	padding: 10px 0; 
  border-bottom: 2px solid #eee; 
}
#new-header .usp-bar .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#new-header .usp-bar .inner-wrap .usps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-header .usp-bar .inner-wrap .usps-wrap .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 45px;
}
#new-header .usp-bar .inner-wrap .usps-wrap .usp i {
  margin-right: 10px;
  font-size: 18px;
}
#new-header .usp-bar .inner-wrap .search-wrap {
  position: absolute;
  height: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
#new-header .usp-bar .inner-wrap .search-wrap.active {
	width: 100%;
}
#new-header .usp-bar .inner-wrap .search-wrap form {
  position: relative;
  width: 100%;
  height: 100%;
}
#new-header .usp-bar .inner-wrap .search-wrap form input {
  outline: none;
  border: none;
  width: 100%;
  max-width: none;
  height: 100%;
}
#new-header .usp-bar .inner-wrap .search-wrap form .go-search {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  cursor: pointer;
}
#new-header .usp-bar .inner-wrap .search-wrap.active form .go-search {
  opacity: 1;
  visibility: visible;
}
#new-header .usp-bar .rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#new-header .usp-bar .rating-wrap .stars {
	margin-right: 10px; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-header .usp-bar .rating-wrap .stars .fa {
  color: #f6d200;
  font-size: 18px;
  margin-right: 3px;
}
#new-header .main-header.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}
#new-header .main-header.fixed .logo {
  display: none;
}
#new-header .main-header.fixed .inner-wrap {
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-header .main-header.fixed .inner-wrap .icons-wrap {
  position: relative;
  top: 0;
}
#new-header .main-header.fixed .inner-wrap .menu-wrap .category .subnav {
  padding-top: 27px;
}
/* ===== END Header ===== */

/* ===== Footer ===== */

#new-footer {
  background: #E1E7DD;
  padding-top: 30px;
  padding-bottom: 10px;
}
#new-footer .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#new-footer .main-footer .col {
	width: 25%;
}
#new-footer .main-footer .col .title {
  font-size: 20px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
#new-footer .main-footer .col .links div {
  display: block;
}
#new-footer .main-footer .col .links div a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 4px 0;
   -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#new-footer .main-footer .col .links div a:hover {
  font-weight: bold;
}
#new-footer .main-footer .col-4 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-footer .main-footer .col-4 form input {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 15px;
  width: calc(100% - 45px);
  background: rgba(255,255,255,.7);
}
#new-footer .main-footer .col-4 form a.btn {
	padding: 0;
  width: 40px;
  background: #000;
  font-size: 16px;
}
#new-footer .main-footer .col-4 .socials-wrap a { 
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 18px;
  margin-right: 7px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#new-footer .main-footer .col-4 .socials-wrap a:hover {
	color: #fff;
  background: #383735;
  border-color: #383735;
}
#new-footer .main-footer .col-4 .hallmark-wrap {
  margin-top: 20px;
  max-width: 100px;
}
#new-footer .main-footer .col-4 .hallmark-wrap img {
	width: 100%; 
}
#new-footer .bottom-footer {
	padding: 15px 0; 
}
/* ===== END Footer ===== */

/* ===== Homepage ===== */

.block-padding {
  padding: 70px 0;
}
.headline {
  height: 700px;
  width: 100%;
  position: relative;
}
.headline .overlay {
  width: 100%;
  height: 100%;
	background: rgba(0,0,0,.1); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline .overlay .content-wrap{
	text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.headline .overlay .content-wrap .title{
	font-weight: bold;
  font-size: 36px;
}
.headline .overlay .content-wrap .subtitle{
	font-size: 24px;
}
.home-categories .title-wrap {
	text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.home-categories .title-wrap h2 {
	margin-top: 0; 
}
.home-categories .title-wrap .cta {
	font-size: 18px; 
}
.home-categories .categories-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-categories .categories-wrap .category {
	width: calc(33% - 10px);
}
.home-categories .categories-wrap .category .image-wrap img {
  width: 100%;
}
.home-categories .categories-wrap .category .info {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  text-transform: uppercase
}
.home-categories .categories-wrap .category .info .title {
  font-size: 22px;
  font-weight: bold;
}
.home-categories .categories-wrap .category .info .cta {
  font-size: 18px;
}
.home-store {
  height: 700px;
  width: 100%;
}
.home-store .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0,0,0,.1); 
}
.home-store .overlay .content-wrap {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.home-store .overlay .content-wrap .title {
	font-weight: bold;
  font-size: 36px;
}
.home-store .overlay .content-wrap .subtitle {
	font-size: 24px;
}
.home-blog-2 .title-wrap {
	text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.home-blog-2 .title-wrap h2 {
	margin-top: 0; 
}
.home-blog-2 .articles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-blog-2 .articles-wrap .article {
	width: calc(50% - 7.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-blog-2 .articles-wrap .article .image-wrap {
  width: 45%;
}
.home-blog-2 .articles-wrap .article .info {
  width: 55%;
  padding: 30px;
  background: #eee;
  text-align: left;
}

.home-blog-2 .articles-wrap .article .info .title {
	font-size: 20px;
  display: block;
  font-weight: 600;
  height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-blog-2 .articles-wrap .article .info .date {
  height: 14px;
  display: block;
  margin-bottom: 20px;
}
.home-blog-2 .articles-wrap .article .info .text {
  display: block;
  margin-bottom: 20px;
  height: 75px;
}
.home-blog-2 .articles-wrap .article .info .link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.home-blog-2 .articles-wrap .article .info .link .fa {
  margin-left: 10px;
}
.home-custom-banner {
  height: 700px;
  width: 100%;
}
.home-custom-banner .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0,0,0,.1); 
}
.home-custom-banner .overlay .content-wrap {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.home-custom-banner .overlay .content-wrap .title {
	font-weight: bold;
  font-size: 36px;
}
.home-custom-banner .overlay .content-wrap .subtitle {
	font-size: 24px;
}
/* ===== END Homepage ====== */

@media (max-width: 1199px) {
  #new-header .main-header .inner-wrap .menu-wrap .category .subnav .inner .cat-col {
    padding: 15px 15px;
    width: 20%;
  }
}
@media (max-width: 991px) {
  #new-footer .main-footer .col {
		width: 33%;
	}
  #new-header .usp-bar {
    height: 40px;
    padding: 0;
  }
  #new-header .usp-bar .inner-wrap .search-wrap {
  	height: 40px;
    top: 0;
  }
  #new-header .main-header .inner-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #new-header .main-header .inner-wrap .logo {
    margin: 0;
    max-width: 160px;
  }
  #new-header .main-header .inner-wrap .icons-wrap {
    width: 100%;
    left: 0;
    bottom: 15px;
    top: unset;
    right: unset;
  }
  #new-header .main-header .inner-wrap .icons-wrap > a, #new-header .main-header .inner-wrap .icons-wrap .cart {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #new-header .main-header .inner-wrap .icons-wrap > a > i, #new-header .main-header .inner-wrap .icons-wrap .cart .bx {
  	font-size: 24px; 
  }
  #new-header .main-header .inner-wrap .icons-wrap .cart .cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #new-header .main-header .inner-wrap .icons-wrap > a.open-menu {
    margin-right: 15px;
  }
  #new-header .main-header .inner-wrap .icons-wrap > a.open-search {
    margin-right: auto;
  }
  #new-header .main-header .inner-wrap .icons-wrap > a.user {
    margin-left: auto;
  }
  #new-header .main-header .inner-wrap .icons-wrap > .cart {
    margin-left: 15px;
  }
  #new-header {
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  #new-header.menu-open {
    -ms-transform: translate(300px, 0px);
    -webkit-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
  }
  #new-header .usp-bar .inner-wrap .usps-wrap .usp {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    margin: 0;
  }
  #new-header .usp-bar .inner-wrap .rating-wrap {
  	display: none;
  }
  #new-header .main-header .inner-wrap .menu-wrap .category .subnav {
    display: none;
  }
  .headline,.home-store, .home-custom-banner {
  	height: 400px; 
  }
  .block-padding {
    padding: 30px 0;
  }
  .home-categories .title-wrap {
    margin-bottom: 30px;
  }
  .home-blog-2 .title-wrap {
    margin-bottom: 30px;
  }
  .home-blog-2 .articles-wrap .article {
    width: 100%;
  }
  .home-blog-2 .articles-wrap .article .image-wrap {
    width: 40%;
  }
  .home-blog-2 .articles-wrap .article .info {
  	width: 60%; 
  }
  .home-blog-2 .articles-wrap > div:last-child {
    display: none;
  }
   #new-header .usp-bar {
     display: none;
  }
  #new-header .usp-bar .inner-wrap .search-wrap {
  	width: 100%;
  }
  #new-header .usp-bar .inner-wrap .search-wrap form .go-search {
  	visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #new-footer .bottom-footer {
    text-align: center;
  }
	#new-footer .main-footer .col {
    width: 100%;
    text-align: center;
	}
  #new-footer .main-footer .col-4 .hallmark-wrap {
    display: none;
  }
  #new-footer .main-footer .col-3 {
    display: block;
  }
  #new-footer .main-footer .col-4 {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fancybox-lock #new-header {
    margin-top: 90px;
  }
  .block-padding {
    padding: 30px 0;
  }
  .home-categories .title-wrap h2 {
  	font-size: 22px; 
    margin-top: 0;
  }
  .home-categories .title-wrap.mobile h2 {
  	font-size: 18px 
  }
  .home-categories .categories-wrap .category .info .title {
    font-size: 18px;
  }
  .home-categories .categories-wrap .category .info {
    margin-top: 15px;
  }
  .home-categories .categories-wrap .category {
    margin-bottom: 30px;
  }
  .home-store .overlay .content-wrap .title, .home-custom-banner .overlay .content-wrap .title,
  .headline .overlay .content-wrap .title{
    font-size: 24px;
  }
  .home-store .overlay .content-wrap .subtitle, .home-custom-banner .overlay .content-wrap .subtitle,
  .headline .overlay .content-wrap .subtitle{
    font-size: 18px;
  }
	 .headline,.home-store, .home-custom-banner {
  	height: 250px; 
  }
  .home-blog-2 .title-wrap h2 {
  	margin-top: 0;
    font-size: 22px;
  }
  .home-blog-2 .article .image-wrap img {
    max-height: 150px;
  }
  .home-blog-2 .articles-wrap .article .info {
    padding: 15px;
  }
   .home-blog-2 .articles-wrap .article .info .date, .home-blog-2 .articles-wrap .article .info .text, .home-blog-2 .articles-wrap .article .info .link {
  	display: none;
  }
  .home-blog-2 .articles-wrap .article .info .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
  .home-categories .categories-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
  .home-categories .categories-wrap .category {
    width: 100%;
  }
}

#productpage .custom-options {
	display: flex;
  flex-direction: column;
}

#productpage .custom-options .size-dropdown-label{
	order: 9;
}

#productpage .custom-options .size-dropdown-outer{
	order: 10;
}