/** Shopify CDN: Minification failed

Line 3438:84 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*
######## ##       ######## ##     ##
##       ##       ##        ##   ##
##       ##       ##         ## ##
######   ##       ######      ###
##       ##       ##         ## ##
##       ##       ##        ##   ##
##       ######## ######## ##     ##
*/
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
}

.flex-column { flex-direction: column; }
.flex-nowrap { flex-wrap: nowrap; }

.flex-justify-start { justify-content: flex-start; }
.flex-justify-end { justify-content: flex-end; }
.flex-justify-center { justify-content: center; }
.flex-justify-between { justify-content: space-between; }
.flex-justify-around { justify-content: space-around; }

.flex-items-start { align-items: flex-start; }
.flex-items-end { align-items: flex-end; }
.flex-items-center { align-items: center; }
.flex-items-baseline { align-items: baseline; }
.flex-items-stretch { align-items: stretch; }

.flex-align-start { align-content: flex-start; }
.flex-align-end { align-content: flex-end; }
.flex-align-center { align-content: center; }
.flex-align-between { align-content: space-between; }
.flex-align-around { align-content: space-around; }
.flex-align-stretch { align-content: stretch; }

.flex-self-start { align-self: flex-start; }
.flex-self-end { align-self: flex-end; }
.flex-self-center { align-self: center; }
.flex-self-baseline { align-self: baseline; }
.flex-self-stretch { align-self: stretch; }

@media ( max-width: 767px ) {
	
	.mobile-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: stretch;
		align-items: center;
	}

	.mobile-flex-column { flex-direction: column; }
	.mobile-flex-nowrap { flex-wrap: nowrap; }

	.mobile-flex-justify-start { justify-content: flex-start; }
	.mobile-flex-justify-end { justify-content: flex-end; }
	.mobile-flex-justify-center { justify-content: center; }
	.mobile-flex-justify-between { justify-content: space-between; }
	.mobile-flex-justify-around { justify-content: space-around; }

	.mobile-flex-items-start { align-items: flex-start; }
	.mobile-flex-items-end { align-items: flex-end; }
	.mobile-flex-items-center { align-items: center; }
	.mobile-flex-items-baseline { align-items: baseline; }
	.mobile-flex-items-stretch { align-items: stretch; }

	.mobile-flex-align-start { align-content: flex-start; }
	.mobile-flex-align-end { align-content: flex-end; }
	.mobile-flex-align-center { align-content: center; }
	.mobile-flex-align-between { align-content: space-between; }
	.mobile-flex-align-around { align-content: space-around; }
	.mobile-flex-align-stretch { align-content: stretch; }

	.mobile-flex-self-start { align-self: flex-start; }
	.mobile-flex-self-end { align-self: flex-end; }
	.mobile-flex-self-center { align-self: center; }
	.mobile-flex-self-baseline { align-self: baseline; }
	.mobile-flex-self-stretch { align-self: stretch; }
}


.container {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.container--tiny {
    max-width: 740px;
}

.c-btn--primary,
.shopify-challenge__button {
  border-radius: 3px;
}

.template-cart .section--cart .container {
  max-width: 1024px;
}

/* search bar suggestion */
.bc-sf-search-suggestion li{
    word-break: break-all;
    width: 100%;
    display: block;
}

/* header */

/* .header--mega .primary-nav, 
.header--mega .primary-nav__item {
  position: relative;
}
 */
.header-navs {
  height: auto;
}

.header-navs .search__inner {
  margin: 0;
}

.header-navs.header--mega {
  background-color: #f5f5f5;
  padding: 23px 0 20px;
}

.header-navs .primary-nav__items .primary-nav__item {
  margin-right: 66px;
}

.header-navs .primary-nav__items .primary-nav__item:last-child {
  margin-right: 0;
}
.header-navs .primary-nav__items .primary-nav__item a {
  font-size: 18px;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 32px;
}

.header-navs .primary-nav__items .primary-nav__item.primary-nav__item--active a.primary-nav__link {
  font-weight: 700;
}

.header--mega .primary-nav .nav__sub {
  left: 62px;
}

.header--mega .primary-nav .nav__sub-wrap {
  top: 20px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub-wrap {
  padding: 30px 50px;
  box-shadow: 0 0 33px rgb(0 0 0 / 5%);
  border-radius: 3px;
  background-color: #ffffff;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub-wrap .nav__sub-t__link i {
    font-size: 12px;
  	margin-right: 10px;
  	margin-top: 5px;
    color: #666;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub-wrap .nav__sub-t__link  {
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
  letter-spacing: normal;
  line-height: normal;
  display: inline-flex;
  margin-bottom: 5px;
}

.header--mega .primary-nav .nav__sub__item {
  width: 33%;
}

.header--mega .primary-nav .nav__sub__item--sub .nav__sub__link {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__items {
  width: 50%;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta {
  width: 50%;
}

.header-navs .search__form-input {
  min-width: 425px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #989898;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px !important;
  line-height: 28px;
  padding: 12px 65px 12px 12px;
}

.header-navs .search__form-submit {
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: #666666;
  margin-top: 5px;
  margin-right: 5px;
  color: #fff;
  padding: 0px;
  line-height: normal;
  font-size: 16px;
}


.header-navs .phone-content {
  margin-left: 15px;
  margin-right: 15px;
}

.header-navs .phone-content .mobile-txt {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.header-navs .phone-content .phone-num {
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}

.header-navs .secondary-nav__item.wishlist-link,
.header-navs .secondary-nav__item.account-link,
.header-navs .secondary-nav__item.cart-link {
  	border-radius: 3px;
    border: 1px solid #cccccc;
}

.header-navs .secondary-nav__item.cart-link a {
  padding: 13px 16px 3px 14px;
}

.header-navs .secondary-nav__item.account-link a {
  padding: 11px 16px 5px 18px;
}


.header-navs .secondary-nav__item.wishlist-link a {
  display: inline-block;
  padding: 11px 16px 9px 16px;
}


.header-navs .secondary-nav__item.wishlist-link a i,
.header-navs .secondary-nav__item.account-link a i,
.header-navs .secondary-nav__item.cart-link a i {
    font-size: 20px;
  	color: #666666;
    line-height: 28px;
}

.header-navs .secondary-nav__item.cart-link #CartCount {
  position: absolute;
  min-width: 20px;
  height: 20px;
  right: -9px;
  top: -9px;
  background-color: #000000;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
}

.header-navs .secondary-nav__item.min-cart-total span  {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-image{
max-width: 80%;
  margin: auto;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta{
text-align: center
}


/* slider */
.home-carousel__item{
padding-bottom: 0
}
.home-carousel__content {
 /* padding: 60px 62px 60px 90px;
  max-width: 666px;*/
  
      padding: 60px 62px 60px 70px;
    max-width: 700px;
  top: 50%;
    -ms-transform: translateX(10px) translateY(-50%);
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}

.home-carousel__content .section__title-text:after {
  bottom: -50px !important;
  left: 6px;
  background-color: #999999;
}

.home-carousel__content .section__title-text {
    margin-left: -4px;
}

.home-carousel__text.rte p {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 46px;
}


.home-carousel__subtext.rte p {
  color: #333333;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
}


.home-carousel--title-3 .section__title-text {
  font-weight: 700;
  font-size: 80px;
  letter-spacing: normal;
  line-height: normal;
  white-space: normal;
  word-break: normal;
}



.home-carousel--title-3 .section__sub_title-text {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.home-carousel__subtext.rte p {
    color: #333333;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
}

.home-carousel__btn {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #010101;
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-carousel__btn.c-btn--arrow:after {
  top: -2px;
}


.home-carousel__nav:hover {
  opacity: 0.7;
}

.home-carousel--full .home-carousel__nav--prev,
.home-carousel--full .home-carousel__nav--next {
    border-radius: 3px;
    border: 1px solid #666666;
    background-color: transparent;
    color: #333333;
  	bottom: 170px;
  	right: 100px;
}

.home-carousel .slick-dots {
  display: none !important;
}

.home-carousel--full .home-carousel__nav--prev {
  right: 150px;
}

.header--mega .primary-nav .nav__sub {
  padding-top: 0 !important;
}

.announcement {
  padding: 8px 0 10px;
}

.announcement ul {
  margin: 0;
}
.announcement ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #010101;
}

  .announcement ul li:last-child {
    margin-right: 0;
  }


.announcement ul li i {
    margin-right: 5px;
}
.announcement__text {
 padding:0; 
}

/* footer */

footer .footer__content {
  padding: 80px 0 70px 0;
}
footer .footer__content .footer-data.footer-column1 {
  width: 480px;
}

footer .footer__content .footer-data.footer-column1 .footer-desc {
    font-size: 18px;
    font-family: 'Montserrat Alternates';
  	margin: 45px 0;
  	line-height: 30px;
}

footer .footer__content .footer-data h4 {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: normal;
  margin-bottom: 80px;
  position: relative;
}

footer .footer__content .footer-data h4:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #666;
  position: absolute;
  top: 65px;
  left: 0;
}

footer .footer__content .footer-data.footer-column3 {
  width: 570px;
}

footer .footer-nav__social-wrapper h5 {
  margin: 0 30px 10px 0;
  font-size: 20px;
}

footer .footer-nav__social-wrapper .footer-nav__social-link {
  border-radius: 3px;
  border: 1px solid #fff;
}

footer .footer-nav__social-wrapper .footer-nav__social-link:hover {
  opacity: 0.7;
}

footer .footer-nav__social-wrapper .footer-nav__social-link.fb-facebook  {
  border-color: #4065ac;
  color: #4065ac
}

footer .footer-nav__social-wrapper .footer-nav__social-link.tw-twitter  {
  border-color: #1d9ceb;
  color: #1d9ceb
}

footer .footer-nav__social-wrapper .footer-nav__social-link.pin-pinterest  {
  border-color: #bd071d;
  color: #bd071d
}

footer .footer-nav__social-wrapper .footer-nav__social-link.ins-instagram   {
  border-color: #e10c82;
  color: #e10c82;
}

footer .footer-nav__social-wrapper .footer-nav__social-link.you-youtube  {
  border-color: #f60001;
  color: #f60001;
}


footer .footer__content .footer-data.footer-column2 .footer-nav__link {
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat Alternates', sans-serif;
  line-height: normal;
  letter-spacing: normal;
}

  footer .footer__content .footer-data.footer-column2 .footer-nav__link:hover {
      opacity: .7;
  }

footer .footer__content .footer-data.footer-column2 .footer-nav__item {
  margin-bottom: 40px;
}

  footer .footer__content .footer-data.footer-column2 .footer-nav__item:last-child {
    margin-bottom:0;
  }


footer .footer__content .footer-data.footer-column2 .footer-nav__link i {
  font-size: 10px;
  color: #666666;
  margin-right: 8px;
  padding-bottom: 0;
}

.footer-location-item {
  width: 230px;
}


.footer__bottom {
  padding: 20px 0 17px;
}
.footer__bottom .footer__bottom__left .footer-nav__items {
  margin: 0;
}

.footer__bottom .footer__bottom__left .footer-bottom-links {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  letter-spacing: normal;
  border-right: 1px solid #000;
  line-height: 1.2;
  padding: 0 10px;
}

.footer__bottom .footer__bottom__left .footer-bottom-links:last-child {
  border:0;
  padding-right: 0;
}

.footer__bottom .footer__bottom__left .footer-bottom-links:first-child {
  padding-left: 0;
}

.footer-location-content .footer-location-item {
  margin-bottom: 50px;
}

.footer-location-content .footer-location-item h5 {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
}

.footer-location-content .footer-location-item i {
  font-size: 16px;
  color: #666666;
  margin-right: 20px;
  margin-top: 2px
}

.footer-location-content .footer-location-item .location-address p,
.footer-location-content .footer-location-item  .location-storephone p {
  font-size: 18px;
  font-family: 'Montserrat Alternates', sans-serif;
  
  margin-bottom:0;
}

  .footer-location-content .footer-location-item .location-address p {
    padding-left: 33px;
    line-height: 33px;
  }


.footer-location-content .location-link a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 36px;
}

.footer-location-content .location-link a i {
  margin-right: 0;
  margin-top: 0;
  margin-left: 10px;
  color: #000;
  font-size: 16px;
}

.newsletter .newsletter__form-wrapper .o-layout {
    text-align: center;
}

/* promotion section */

.promotion-section {
background-image: url(promotion-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  --color--bg: #000;
  padding: 30px 0;
}


.promotion-section .promotion-section-content {
  max-width: 1820px;
  width: 95%;
  margin: 0 auto;
}

.promotion-section .promotion-section-content .promotion-section-item .promotion-icon-left img {
    max-width: 54px;
    height: auto;
}

.promotion-section .promotion-section-content .promotion-section-item .promotion-content-right {
    margin-left: 30px;
}


.promotion-section .promotion-section-content .promotion-section-item {
    padding: 0 50px;
    border-right: 1px solid #4f4f4f;
  	width: 30%;
}

.promotion-section .promotion-section-content .promotion-section-item:last-child {
    padding-right: 0;
  	border-right: none;
}

.promotion-section .promotion-section-content .promotion-section-item:first-child {
    padding-left: 0;
}



.promotion-section .promotion-section-content .promotion-section-item h3{
  background:#0e0e0e !important;
  color:white !important;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  -color--bg: #000;
}


.promotion-section .promotion-section-content .promotion-section-item p {
  background:#0e0e0e !important;
  color:white !important;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0;
}

/* home collectioin list */

.collection-img-link {
  padding: 50px 50px 25px 50px;
  border-radius: 5px 5px 0 0;
  background-color: #ffffff;
}


.collection-img-link .collection-img {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
    
}

.collection-img-link .collection-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}

.collection-img-link .shop-link {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  	margin-top:30px;
    text-transform: uppercase;
}

.collection-img-link .shop-link:hover {
  opacity: 0.7;
}

.collection-img-link .shop-link i {
  font-size: 10px;
  margin-left: 10px;
}

.collection-info {
  background-image: url(//cdn.shopify.com/s/files/1/0249/2242/3378/t/31/assets/cat-bg.png?v=172763993916374643281628850095);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 45px 75px;
  border-radius: 0 0 5px 5px;
}

.newsletter {
  background-color: transparent;
}

.collection-wraper  {
  padding: 90px 0;
}


.collection-wraper .link--arrow:after {
  top: -2px;
}

.custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav i:hover {
  color: #000;
}

.link--arrow:after {
  top: -2px;
}

.collection-list__items {
    margin-top: 70px;
}

.collection-list__title-text {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  line-height: normal;
}

.collection-info h5 {
      color: #ccc;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    text-transform: initial;
    margin-bottom: 0;
    margin-top: 15px;
}

.section__link-link {
  color: #fff;
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #010101;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 184px;
  /* height: 60px; */
  border-radius: 3px;
  background-color: #000000;
  display: inline-block;
  margin-top: 15px;
}

.setion_subtitle {
  color: #010101;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.section__title-text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.collection__header-info__title.collection__header-info__title {
  margin-top: 40px;
}

.collection-products .product {
  margin-bottom: 50px;
}

.template-index .section__title-text:after {
  bottom: -25px;
  background: #999999;
}

.js-section__home-video {
  padding-top: 20px;
  padding-bottom: 30px;
}
.js-section__home-video .section__title--desc {
  max-width: 1420px;
  width: 95%;
  margin: 0 auto;
}

.js-section__home-video .section__title-desc p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  margin-top: 50px;
}

.home-video {
    max-width: 975px;
    width: 95%;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.section-home-testimonials {
  padding: 100px 0;
}

.section-home-testimonials .setion_subtitle,
.section-home-testimonials .section__title-text {
  color: #fff;
}

.section-home-testimonials .home-testimonials__media__item--img {
  border: 1px solid #666666;
  padding: 5px;
}


.section-home-testimonials .home-testimonials__media {
  margin-top: 45px;
  margin-bottom: 35px;
}

.section-home-testimonials .home-testimonials__text {
    margin-bottom: 55px;
    margin-top: 40px;
}

.section-home-testimonials .home-testimonials__text__text {
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
}

.section-home-testimonials .home-testimonials--carousel .home-testimonials__content {
  max-width: 1010px;
}

.section-home-testimonials .home-testimonials__name .home-testimonials__name__text {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.section-home-testimonials .home-testimonials__source .home-testimonials__source__text {
  color: #fff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 18px;
  line-height: 26px;  
}

.home-testimonials .slick-dots {
  display: none;
}

.home-testimonials-carousel__nav {
  top: 55%;
  margin-top: 0;
}

.home-testimonials-carousel__nav  i {
  color: #fff;
}

.home-testimonials-carousel__nav i:hover {
  color: 0.7;
}

.home-logo-list .home-logo-list-carousel__nav i:hover {
    opacity: 0.7;
}

.home-testimonials .quote-img img {
  margin: 0 auto;
}

.section-home-testimonials .section__link-link {
  min-width: 363px;
  background-color: transparent;
  border: 1px solid #fff;
}

.section-home-testimonials .section__link-link:after {
  left: 8px;
  top: -2px;
}


.home-logo-list .home-logo-list__item {
  margin-bottom: 100px;
  min-height: 65px;
}

.home-logo-list .home-logo-list__item a.home-logo-list__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
}
.home-logo-list .slick-slide.slick-active .home-logo-list__item {
  border-left: 1px solid #dfe4e7;
  border-right: none;
}

.home-logo-list .slick-slide.slick-current .home-logo-list__item {
  border-right: 1px solid #dfe4e7;
}
.home-logo-list{
	margin-top: 70px
}
.js-section__home-logo-list > .section{
margin-bottom: 0
}
.home-logo-list .home-logo-list-carousel__nav {
  top: 42%;
}

.home-logo-list .section__title-desc p {
  color: #333333;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  margin-top: 55px;
  margin-bottom: 100px;
}

.home-logo-list .section__title {
  max-width: 840px;
}

.newsletter {
  padding: 90px 0;
}

.newsletter .section__title {
  max-width: 1145px;
}

.newsletter .section__title-desc p {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.newsletter .newsletter__input {
  max-width: 393px;
  margin-right: 0;
  margin-left: auto;
  min-height: 70px;
  color: #999999;
  font-size: 16px;
  padding-left: 80px;
  border-radius: 3px 0 0 3px;
}
  
.newsletter .newsletter__btn {
  min-width: 233px;
  height: 70px;
  border-radius: 0 3px 3px 0;
  background-color: #000000;
  font-size: 24px;
  font-weight: 500;
}

.newsletter .newsletter__btn:after {
  display: none;
}

.newsletter-wrapper {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsletter .o-layout__item.input-field {
  width: 54%;
  position: relative;
}

.newsletter .o-layout__item i {
  position: absolute;
  z-index: 11;
  top: 42%;
  left: 20px;
  transform: translateY(-50%);
  padding-right: 20px;
  border-radius: 1px;
  border-right: 2px solid #cccccc;
  line-height: 30px;
  z-index: 1;
}

.section--product-featured {
  background-color: #F5F5F5;
  padding: 100px 0 100px;
  margin: 0;
}

.custom-feature-product .product-single__swatches.product-single__swatches--featured {
    display: none;
}

.custom-feature-product .feature-product-main .o-layout__item {
  padding-left: 0;
}

.section--product-featured .custom-feature-product .feature-product-main .prod-cat-details {
  z-index: 1;
}


.section--product-featured .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
  background-image: url(//cdn.shopify.com/s/files/1/0249/2242/3378/t/31/assets/cat-bg.png?v=172763993916374643281628850095);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section--product-featured.odd .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
  margin-right: -25px;
}

.section--product-featured.even .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
  margin-left: -25px;
}



.custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
  background-color: #000;
  padding: 65px 50px;
  border-radius: 5px;
}

.custom-feature-product .feature-product-main .o-layout__item .product-featured-category .setion_subtitle {
  color: #CCCCCC;
  font-size: 24px;
}

.custom-feature-product .feature-product-main .o-layout__item .product-featured-category .section__title-text {
  color: #fff;
  font-weight: 700;
}

.custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
  color: #cccccc;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 22px;
  line-height: 36px;
  margin-top: 50px;
  padding-right: 40px;
}


.custom-feature-product .feature-product-main .o-layout__item .product-featured-category a {
  color: #ffff00;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}


.custom-feature-product .feature-product-main .o-layout__item .product-featured-category a i {
  font-size: 12px;
  margin-left: 10px;
}

.custom-feature-product .feature-product-main  .prod-details {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__item {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__title-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: capitalize;
  width: 500px;
}

.custom-feature-product .feature-product-main  .prod-details .product-title {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.custom-feature-product .feature-product-main  .prod-details {
  padding: 0 30px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__price {
  border: none;
  text-align: right;
  width: 200px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__details {
  padding: 0;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__details {
  padding-bottom: 0;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__meta .product-featured__add-btn {
  width: 60px;
  height: 59px;
  padding: 5px 0 0 0;
  border-radius: 5px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__meta .product-featured__add-btn:hover {
      opacity: 0.7;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__meta .product-featured__add-btn i {
  font-size: 18px;
  color: #fff;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__meta {
    position: absolute;
    top: 20px;
    right: 40px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__nav__dots {
  display: none;
}


.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__nav {
  position: unset;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--prev {
  left: 70px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--next {
  right: 45px;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__photo__nav i {
  font-weight: 700;
  color: #999999;
}

.custom-feature-product .feature-product-main  .prod-details .product-featured__price-text .money {
    font-size: 30px;
    font-weight: 700;
}

.section--product-featured.even .custom-feature-product .feature-product-main {
    flex-direction: row-reverse;
}

.section--product-featured .custom-feature-product .errors.qty-error {
  display: none;
}

.section--product-featured .custom-feature-product .product-featured__variant {
  display: none;
}

.home-carousel__item-wrapper.o-ratio {
  overflow: inherit;
}


/* collection page */

.section--list-collections {
  margin: 50px 0;
}

.collection-list__title--border .collection-list__title-text:after {
  background-color: #999999;
}

.product .product__media .o-ratio.o-ratio--custom {
    padding-bottom: 90%;
}

.product .product__media .o-ratio.o-ratio--custom .product__img.product__img,
.product .product__media .o-ratio.o-ratio--custom .product__img-hover {
  background: #fff;
  object-fit: contain; 
}

.customer-logged-in .section--account .container {
  max-width: 1200px;
}

.product__title {
  line-height: 1.5;
}

.product__details .product__title  {
  margin-bottom: 20px;
}

.product__details .product__reviews {
  margin-top: 20px;
}

.product__details .product__price-price .money,
.product__details .product__price-cross .money
{
    font-size: 20px;
    margin: 20px 0;
}
/* inner pages */

.header--mega .primary-nav .nav__sub__items--1 .nav__sub__item, 
.header--mega .primary-nav .nav__sub__items--2 .nav__sub__item {
  width: 60%;
}

div.shophire_page > section.job_list_section > div.wrapper {
  max-width: 80vw !important;
  width: 80vw !important;
}

button.ajaxcart__qty-adjust:hover,
.js-qty__adjust:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.mobile-draw--dark .mobile-search__input {
  padding-right: 30px;
}

.shopify-challenge__button {
  font-size: 14px;
}

.c-btn:hover,
.shopify-challenge__button:hover,
.spr-button-primary:hover,
.back_button:hover {
  opacity: 0.7 !important;
}


.section--404, 
.section--account, 
.section--article.article--no-img,
.section--blog, 
.section--cart, 
.section--list-collections, 
.section--search,
.section--page.page{
  margin-top: 50px;
}

/* brand page */

#all-of-our-brands-new article.site-page {
  margin: 40px 0;
}

/* filter */
#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content ul {
    display: flex !important;
	flex-wrap: wrap !important;
}
#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div {
    z-index: 7 !important;
}
#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content {
    z-index: 5 !important;
}
#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button:hover {
    border: 1px solid #2d2d2d;
    background-color: #fff;
    color: #2d2d2d;
}
.bc-sf-filter-option-block .bc-sf-filter-block-content ul li a:hover {
    font-weight: 700;
}
.bc-sf-filter-bottom-pagination-default ul{
	text-align: center;
  	margin-left:0;
}
.bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-single-list li a>span:first-child{
-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    width: 14px;
    height: 14px;
    position: absolute;
    background: 0 0;
    left: 1px;
    top: 6px;
}
.bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-single-list li a {
    position: relative;
    padding-left: 23px;
    text-align: left;
}
#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:hover span{
  text-decoration: underline;
  font-size: 16;
}
#bc-sf-filter-default-toolbar+#bc-sf-filter-wrapper #bc-sf-filter-tree-h {
    text-align: center;
}

/* Search Page */
.template-search h1.section__title-text.h2::after {
  display: none;
}
.template-page article.site-page {
    margin-top: 50px;
}

/* corporate page */

.brand-grid {
    text-align: center;
  	margin-top: 40px;
    margin-bottom: 50px;
}
.brand-grid .brand-cell {
    display: inline-block;
    padding: 15px;
    height: 65px;
    min-width: 75px;
  	margin-bottom: 35px;
}
.brand-grid .brand-cell img {
    max-height: 65px;
}
.brands-page-rte {
    text-align: center;
}

.master-brands-list{
  padding-left: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: left;
}

.master-brands-list li {
  list-style-type: none;
}
.corp-banner {
    background: url("https://cdn.shopify.com/s/files/1/0249/2242/3378/t/24/assets/timberland-banner.jpg?v=1603468139");
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 85%;
    position: relative;
}
.corp-banner div {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 50px;
    max-width: 50%;
    padding: 25px;
}
.corp-banner h1,
.corp-banner p,
.corp-banner ul {
    color: #fff;
    position: relative;
}
.corp-prog.page-content {
    max-width: 80%;
  	margin: 0 auto;
}
.indicates-required {
    color: #fff;
}
.corp-about,
.corp-how-it-works,
.corp-how-it-works-image {
    width: 49%;
    display: inline-block;
    padding: 0 25px 35px 25px;
    vertical-align: top;
}
.corp-about img {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.corp-prog h2 {
    margin-top: 1rem;
}
.corp-form {
    background-color: #428039;
    height: 100%;
    width: 49%;
    vertical-align: top;
    display: inline-block;
    padding: 25px 25px 35px 25px;
}
.corp-tile {
    padding: 0 25px 35px 25px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.corp-tile h2 {
    text-align: left;
}
.corp-tile img {
    position: relative;
    margin: 0 auto;
}
.corp-benes li,
.corp-tile ul li {
    list-style: circle;
    text-align: left;
}
.corp-listing li {
    display: inline-block;
    min-width: 333px;
}
.corp-logo-grid {
    text-align: center;
}
.corp-logo-grid a {
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    min-height: 141px;
}
.corp-prog ul {
    list-style: none;
    list-style-type: none;
}
.corp-form form {
    text-align: left;
}
.corp-form h2 {
    color: #fff;
}
.corp-input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 20px 0 20px 10px;
}
.cond-input {
    display: none;
}
.corp-submit {
    margin: 0 auto;
}
.corp-input ::-webkit-input-placeholder {
    color: #000;
    opacity: 0.8;
}
.corp-input ::-moz-placeholder {
    color: #000;
    opacity: 0.8;
}
.corp-input :-ms-input-placeholder {
    color: #000;
    opacity: 0.8;
}
.corp-input :-moz-placeholder {
    color: #000;
    opacity: 0.8;
}
.corp-form * label {
    padding: 0 10px 0 0;
    color: #fff;
    display: inline-block;
}
.corp-form * label span {
    font-size: 10px;
}

div.shophire_page > div.wrapper > div.job_content div#Job-Description__Section > ul > li, 
div.shophire_page > div.wrapper > div.job_content ul > li {
  list-style: disc !important;
}


@media screen and (max-width: 1024px) {
    .corp-about,
    .corp-form,
    .corp-how-it-works,
    .corp-how-it-works-image {
        width: 100%;
    }
    .corp-listing li {
        min-width: 250px;
    }
    .corp-logo-grid a {
        width: 49%;
        min-height: 98px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 650px) {
    .corp-banner {
        height: 300px;
    }
    .corp-banner div {
        margin: 0;
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 25px;
    }
    .corp-tile {
        width: 100%;
    }
}
@media screen and (max-width: 330px) {
    .corp-banner div {
        margin: 0;
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 10px;
    }
}

/* location page */

#sizing-information .page__content  {
  max-width: 1280px;
  margin: 0 auto;
}

.size-info-nav a {
  text-decoration: underline;
  display: inline-block;
  width: 250px;
  color: #000;
}

#sizing-information .rte table tr:first-child th {
  color: #000;
  border: 1px solid rgba(133,133,133,.2);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  
}

#sizing-information .rte table.size-chart-table td {
    text-align: center!important;
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid rgba(133,133,133,.2);
}


#sizing-information .rte table.size-chart-table tr:not(.firstrow):hover td {
  background: #000;
   color: #fff !important;
}

#sizing-information  .rte table.size-chart-table tr {
    background: #fff;
}


.size-info-nav {
  margin-bottom: 40px;
}

#locations .page__content {
    max-width: 1280px;
  	width: 95%;
    margin: 0 auto;
}

#locations .page__content .loc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sp-loc-image {
  display: none;
}
.loc-cell {
  display: inline-block;
  max-width: 680px;
}
.ds-loc-image {
  padding: 0 0 0 50px;
}
.con-loc {
  text-align: center;
  display: inline-block;
  max-width: 50%;
  width: 300px;
  padding-bottom: 25px;
}

/* contact page */

.ContactPage .contact-page-content,
.ContactPage .page-content{
  max-width: 680px;
  margin: 0 auto;
  width: 95%;
}

.ContactPage .page-content{
  margin: 20px auto 0;
}

.ContactPage.page-content {
  margin-top: 50px;
}


.ContactPage .contact-page-content .form-field {
  position: relative;
}

.ContactPage .contact-page-content .form-field .form-field-input {
    padding: 1.5rem .625rem .375rem;
}

.ContactPage .contact-page-content .form-field .form-field-input:focus, 
.ContactPage .contact-page-content .form-field .form-field-select:focus {
    border-color: rgba(127,127,127,.75);
    outline: 0;
}

.ContactPage .form-field-filled.form-field-input+.form-field-title, 
.ContactPage .form-field-input:focus+.form-field-title {
    top: .5rem;
    font-size: .8125rem;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ContactPage .contact-page-content .form-field-title {
    position: absolute;
    top: 1.0625rem;
    left: .625rem;
    z-index: 2;
    pointer-events: none;
    opacity: .6;
    -webkit-transition: .12s;
    transition: .12s;
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
    transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

.ContactPage .loc-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.ContactPage .con-loc {
  width: 100%;
}

.template-product .product-single__title-text {
  font-size: 30px;
  line-height: 40px;
}

.template-product .product-single__form {
  padding: 0px 24px 0;
}

.template-product .product-single__qty {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.template-product  .product-single__qty-input {
  margin-left: 20px;
}
.template-product .product-single__swatch__label {
  padding: 5px 15px;
}

.template-product .product-single--classic .product-single__photos, 
.template-product .product-single--minimal .product-single__photos {
  max-width: 600px;
  margin: 0 auto 60px;
}

.template-product .breadcrumb {
  margin-bottom: 20px;
}

.product-single__reviews .spr-form-review-rating {
  overflow: hidden;
}

.product-single__reviews .spr-icon.spr-icon {
  height: 32px;
}

.product-single__photo__nav__dots .slick-dots .product-single__photo-thumbs__item:hover {
    opacity: 0.8;
}

.template-product .product-single__swatch__label:hover {
  opacity: 0.6;
}

#scroll {
    border-radius: 3px;
    border: 2px solid #ffffff;
    background-color: #ffff00;
    position:fixed;
    right:30px;
    bottom:170px;
    cursor:pointer;
    width:50px;
    height:50px;
    text-indent:-9999px;
    display:none;
  	z-index: 99999;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    height: -6px;
    width: -5px;
    border-bottom-color: #ffffff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
#scroll:hover {
    background-color:#c00000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.shopify-payment-button__button:hover {
    opacity: 0.8 !important;
}

div.shophire_page > section.hero_section > div.wrapper > a.hero_button:hover {
    background-color: #555 !important;
}

.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}


.rte table.size-chart-table tr {
    background: #fff;
}

.rte table.size-chart-table td {
    text-align: center!important;
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid rgba(133,133,133,.2);
}

.rte table.size-chart-table tr:not(.firstrow):hover {
    background: #000;
    color: #fff !important;
}

.rte table.size-chart-table tr:not(.firstrow):hover td {
  color: #fff !important;
}

.bc-sf-filter-product-item-image img {
    height: 350px;
    object-fit: contain;
}

@media screen and (max-width: 1264px) {
  .ds-loc-image {
    display: none;
  }
  .sp-loc-image {
    display: block;
  }
  .loc-info {
    margin: 0 auto;
    display: block;
    max-width: 480px;
  }
}
.con-loc p {
  line-height: 0.5;
}
@media screen and (max-width: 641px) {
  .con-loc {
    max-width: 100%;
    width: 100%;
  }
}

#RecoverPasswordForm .section__title {
  opacity: 1!important;
}

#RecoverPasswordForm .section__title .section__title-text:after {
  width: 35px !important;
}

@media ( min-width: 1801px ) {
  .home-carousel__item--right .home-carousel__content {
    padding: 50px 40px;
  }
  
  .home-carousel--title-3 .section__title-text {
    font-size: 50px;
  }
  
  .home-carousel--title-3 .section__sub_title-text {
    font-size: 24px;
  }
  
  .home-carousel__text.rte p {
    font-size: 20px;
  }
  
  .home-carousel__subtext.rte p {
    font-size: 20px;
  }
  
  .home-carousel--full .home-carousel__nav--next, 
  .home-carousel--full .home-carousel__nav--prev {
    bottom: 245px;
  }
}

@media ( min-width: 1800px ) {
  left: 35px;
}

@media ( max-width: 1830px ) {
  .header-navs .primary-nav__items .primary-nav__item {
    margin-right: 37px;
  }
  
}

@media ( max-width: 1800px ) {
  
  .home-carousel__item--right .home-carousel__content {
    padding: 50px 75px 50px 50px;
  }
  
  .home-carousel--title-3 .section__title-text {
    font-size: 45px;
  }
  
  .home-carousel--title-3 .section__sub_title-text {
    font-size: 22px;
  }
  
  .home-carousel__text.rte p {
    font-size: 18px;
  }
  
  .home-carousel__subtext.rte p {
    font-size: 18px;
  }
  
  .home-carousel--full .home-carousel__nav--next, 
  .home-carousel--full .home-carousel__nav--prev {
    bottom: 220px;
  }
  .header-navs {
    padding: 0;
  }
  .header--mega .container {
    padding: 0;
  }
  
  .header--mega .primary-nav .nav__sub {
    left: 0;
  }
  
  .container {
    padding:0;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item h5,
  .promotion-section .promotion-section-content .promotion-section-item p {
    font-size: 18px;
  }
  
  .promotion-section-content {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item {
    width: 33%;
  }
   
  
}
 
@media ( max-width: 1673px ) {
  .promotion-section {
    padding-bottom: 0;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item {
    margin-bottom: 30px;
    border-right: none;
  }
  
  
}

@media ( max-width: 1600px ) {
  .secondary-nav__item {
    margin-left: 10px;
  }
  
  .header-navs .phone-content .phone-num {
    font-size: 16px;
  }
  .header-navs .primary-nav__items .primary-nav__item {
    margin-right: 22px;
  }
  .header-navs .primary-nav__items .primary-nav__item a {
    font-size: 16px;
  }
}

@media ( max-width: 1520px ) {
  .custom-feature-product .feature-product-main .prod-details .product-featured__title-text {
  	font-size: 18px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__price-text .money {
    font-size: 26px;
  }
  .custom-feature-product .feature-product-main .prod-details .product-featured__price {
    width: 300px;
  }
}

@media ( max-width: 1420px ) {
  .header__logo-img {
    width: 150px;
  }
  
  .header__logo {
    left: 0px;
  }
}


@media ( max-width: 1600px ) {
  
/*   .header-navs  .header-navs__items .nav__sub__item.nav__sub__item--sub.js-header-sub-t-link {
    width: 33%;
  } */
  
  .home-testimonials-carousel__nav--prev {
    left: 0;
  }
  .home-carousel--full .home-carousel__nav--next, .home-carousel--full .home-carousel__nav--prev{
  bottom: 210px;
  }
  
  .home-testimonials-carousel__nav--next {
    right: 0;
  }
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--prev {
    left: 40px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--next {
    right: 20px;
  }
  
  footer .footer__content {
    padding: 60px 0;
  }
  
  footer .footer__content .footer-data.footer-column1 .footer-desc {
    font-size: 16px;
    margin: 30px 0;
    line-height: 28px;
  }
  
  footer .footer-nav__social-wrapper h5 {
    margin: 0 15px 10px 0;
    font-size: 18px;
  }
  
  footer .footer__content .footer-data h4 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  
  footer .footer__content .footer-data h4:after {
    top: 50px;
  }
  
  footer .footer__content .footer-data.footer-column2 .footer-nav__item {
    margin-bottom: 35px;
  }
  
  .footer-location-content .footer-location-item h5 {
    font-size: 20px;
  }
  
  .footer-location-content .footer-location-item .location-address p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .footer-location-content .footer-location-item {
    margin-bottom: 45px;
  }
  
  .home-carousel__content {
    padding: 30px 80px 30px 50px;
  }

  .home-carousel--title-3 .section__title-text {
    font-size: 40px;
  }
  
  .home-carousel--title-3 .section__sub_title-text {
    font-size: 24px;
  }
  
  .home-carousel__text.rte p,
  .home-carousel__subtext.rte p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .home-carousel__btn {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom:10px;
  }
  
  	.home-carousel__btn:hover {
      opacity: 0.7;
    }
  .newsletter,
  .collection-wraper,
  .section--product-featured {
    padding: 60px 0;
  }
  
  .section__title-text {
    font-size: 40px;
    line-height: 50px;
  }
  
  .newsletter .section__title-desc p {
    font-size: 20px;
    line-height: 32px;
  }
  
  .newsletter .newsletter__btn {
    height: 60px;
    font-size: 22px;
  }
  .newsletter .newsletter__input {
    min-height: 60px;
    max-width: 475px
  }
  
  .newsletter .o-layout__item.input-field {
    width: 66%;
  }
  
  .home-logo-list .slick-slide.slick-current .home-logo-list__item {
    border-right: none;
  }
  
  .section-home-testimonials {
    padding: 60px 0;
  }
  
  .js-section__home-video .section__title-desc p {
    font-size: 18px;
    line-height: 30px;
  }
  
  .home-video {
    padding: 30px 0 20px 0;
  }
  
  .collection-info {
    padding: 35px 20px;
  }
  
  .collection-list__title-text {
    font-size: 20px;
    line-height: 32px;
  }
  
  .collection-info h5 {
    font-size: 16px;
    line-height: 28px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
    padding: 40px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__item {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .setion_subtitle {
    font-size: 20px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .section__title-text {
    font-size: 32px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
    font-size: 20px;
    line-height: 32px;
    
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category a {
    font-size: 16px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__title-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__price-text .money {
    font-size: 24px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__details {
    padding-bottom: 30px;
  }
  .collection-img-link {
    padding: 35px 35px 25px 35px;
  }
}

@media ( max-width: 1500px ) {
  .home-carousel--full .home-carousel__nav--next, 
  .home-carousel--full .home-carousel__nav--prev {
    bottom: 195px;
  }
}
@media ( max-width: 1400px ) {
  .home-carousel--full .home-carousel__nav--next, 
  .home-carousel--full .home-carousel__nav--prev {
    bottom: 180px;
  }
}

@media ( max-width: 1350px ) {
  .header-navs .primary-nav__items .primary-nav__item a {
    font-size: 13px;
  }
  
  .header-navs .primary-nav__items .primary-nav__item {
    margin-right: 20px;
  }
  
  .header--mega .container {
    padding: 0;
  }
  
  footer .footer__content .footer-data.footer-column3 {
    width: 480px;
  }
}

@media ( min-width: 1280px ) and ( max-width: 1399px ) {
  .header--mega .primary-nav .nav__sub--cta .nav__sub-wrap {
    padding: 5px 50px 30px;
  }
  
  .header--mega .primary-nav .nav__sub__item--sub .nav__sub__link {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
  
  .header--mega .primary-nav .nav__sub--cta .nav__sub-wrap .nav__sub-t__link {
    margin-bottom: 0px;
  } 
}

@media ( max-width: 1300px ) {
  
  .home-carousel--full .home-carousel__nav--next, 
  .home-carousel--full .home-carousel__nav--prev {
    bottom: 160px;
  }
  .promotion-section .promotion-section-content .promotion-section-item {
    padding: 0 20px;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item:first-child {
    padding-left: 0;
  }
  
  footer .footer__content .footer-data.footer-column1 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .footer-nav__social-wrapper,
  footer .footer__content {
    justify-content: center;
  }
  
  .footer-data.footer-column2 {
    width: 33%;
  }
  
  .footer__bottom .bottom-flex {
    flex-direction: column;
  }
  
  .footer__bottom .bottom-flex .footer__bottom__left {
    margin-bottom: 0px;
  }
  
  .footer__bottom .bottom-flex .footer__bottom__left .footer-nav__items {
    justify-content: center;
  }
  
  .footer__bottom .bottom-flex .footer__bottom__left .footer-nav__items li {
    margin-bottom: 10px;
  }
  
  div.shophire_page > div.wrapper > div.job_form > form > div.shophire_input > div.work-experiences > div.nested-fields, div.shophire_input > input.input_field, div.shophire_page > div.wrapper > div.job_form > form > ul > li.shophire_input > div.input > textarea.text, div.shophire_page > div.wrapper > div.job_form > form > div.shophire_input div.input > textarea.text {
    max-width: 95% !important;
  }
}


@media ( max-width: 1200px ) {
  
  .promotion-section .promotion-section-content .promotion-section-item h5, 
  .promotion-section .promotion-section-content .promotion-section-item p {
    font-size: 16px;
    
  }
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.jobs_table_filters {
    flex-direction: column !important;
  }
  .header--mega .primary-nav .nav__sub__item {
    width: 50%;
  }
  
  .header--mega .primary-nav .nav__sub__items--1 .nav__sub__item, 
  .header--mega .primary-nav .nav__sub__items--2 .nav__sub__item {
    width: 100%;
  }
  .section-home-testimonials .home-testimonials__text__text {
    font-size: 16px;
    line-height: 30px;
    padding: 0 50px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__title-text {
    font-size: 16px;
  }
  .custom-feature-product .feature-product-main .prod-details .product-featured__price {
    width: 100%;
  }
  .header--mega .primary-nav .nav__sub--cta .nav__sub-wrap {
    padding: 30px 20px;
  }
  
  .header--mega .primary-nav .nav__sub--cta .nav__sub-wrap .nav__sub-t__link {
    font-size: 13px;
  }
  
  
  .home-carousel__content {
    margin: 30px 0 0;
  }

  .home-carousel--title-3 .section__title-text {
    font-size: 40px;
  }
    
  .home-carousel__text.rte p,
  .home-carousel__subtext.rte p {
    font-size: 18px;
  }
  
  .home-carousel__btn {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom:10px;
  }
  
  .newsletter {
    padding: 50px 0;
  }
  
  .section__title-text {
    font-size: 35px;
    line-height: 45px;
  }
  
  .newsletter .section__title-desc p {
    font-size: 18px;
    line-height: 28px;
  }
 .home-carousel--full .home-carousel__nav--next, .home-carousel--full .home-carousel__nav--prev {
    bottom: 100px;
 }
}

@media ( max-width: 1100px ) {

  #locations .page__content .loc {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media ( max-width: 1080px ) {
  
  .home-carousel--full .home-carousel__nav--next, .home-carousel--full .home-carousel__nav--prev {
    bottom: 90px;
 }
  .promotion-section .promotion-section-content .promotion-section-item h3{
  .promotion-section .promotion-section-content .promotion-section-item p {
    font-size: 14px;
    line-height: 20px;
  }

   .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
    padding: 30px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .setion_subtitle {
    font-size: 18px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .section__title-text {
    font-size: 30px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
    font-size: 18px;
    line-height: 28px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category a {
    font-size: 15px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__title-text {
    font-size: 14px;
    line-height: 22px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__price-text .money {
    font-size: 20px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__details {
    padding-bottom: 25px;
  }
  
  
}


@media ( min-width: 993px ) and ( max-width: 1080px ) {
.custom-feature-product img.prod-img {
    width: 300px;
  }
}


@media ( min-width: 1025px ) and ( max-width: 1150px ) {
  .header-navs .primary-nav__items .primary-nav__item a {
    font-size: 12px;
  }
  
  .header-navs .primary-nav__items .primary-nav__item {
    margin-right: 14px;
  }
  
}
@media ( min-width: 1025px ) and ( max-width: 1320px ) {
   .header__logo-img {
    width: 180px;
  }
  
  .header__logo {
    left: 0px;
  }
  
  .phone-content {
    display: none;
  }
  
  .header-navs .search__form-input {
    min-width: 360px;
  }
}

@media ( max-width: 1100px ) {
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data {
    flex-wrap: wrap !important;
  }
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_location,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_category,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_type,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_payment {
  	width: 46% !important;
    max-width: 46% !important;
    margin-bottom: 10px;
    
  }
   .collection-img-link {
    padding: 30px;
  }
}

@media ( max-width: 1366px ) {
  .master-brands-list {
    text-align: center;
    margin-left: 0;
    width: 24%;
    padding-left: 0;
  }
}
@media ( max-width: 1024px ) {
  
   .rte.brands-page-rte {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .master-brands-list {
    text-align: center;
    margin-left: 0;
    width: 33%;
    padding-left: 0;
  }
  
  .header-trigger.header-trigger--right.search-draw-trigger-icon.js-search-draw-icon {
    display: none !important;
  }
  .header__logo {
    left: 0;
    
  }
  .header-navs.header--mega {
    display: none;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__price .spr-badge-caption {
    font-size: 13px;
  }
}


@media ( min-width: 768px ) and ( max-width: 1200px )  {
	div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.jobs_table_filters > select {
      margin-bottom: 20px !important;
    }
}

@media ( min-width: 768px ) and ( max-width: 1099px )  {
  div.shophire_page > div.wrapper > div.shophire_header > div.header_info {
    flex-wrap: wrap !important;
  }
  div.shophire_page > div.wrapper > div.shophire_header > div.header_info > div.header_info_item {
    width: 50% !important;
    margin-right: 0 !important;
  }
}

@media ( max-width: 992px ) {
  
  .corp-banner h1 {
    font-size: 20px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--next {
    right: 40px;
  }
  .collection-info h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .collection-list__title-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .feature-product-main,
  .section--product-featured.even .custom-feature-product .feature-product-main {
    flex-direction: column-reverse;
  }
  
  .section--product-featured .custom-feature-product .feature-product-main .prod-cat-details,
  .custom-feature-product .feature-product-main .prod-details {
    width: 100%;
  }
  
  .section--product-featured.odd .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
    margin-right: 0;
  }
  
  .section--product-featured.even .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
    margin-left: 0;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item {
    padding: 0 20px;
  }
  .section--product-featured{
  padding-top:0 !important
  }
  .home-carousel--full .home-carousel__nav--next, .home-carousel--full .home-carousel__nav--prev{
  
    right: 50px;
  }
  .home-carousel--full .home-carousel__nav--prev {
    right: 100px;
  }
  .bc-sf-filter-product-item-image img{
  	height: 200px;
  }  
}

@media ( max-width: 980px ) {
  .home-carousel--full .home-carousel__nav--prev,
  .home-carousel--full .home-carousel__nav--next {
    bottom: 30px;
    background: #fff;
  }
  
  .template-product .product-single--classic .product-single__photos, 
  .template-product .product-single--minimal .product-single__photos {
    margin: 0 auto;
  }
  .collection-img-link {
    padding: 20px;
  }
  .collection-img-link .shop-link{
  margin-top: 20px
  }
}

@media ( max-width: 768px ) {
  div.shophire_page > section.testimonial_section > div.wrapper > div.testimonial_item:nth-child(2n) {
    flex-direction: column;
  }
  
  div.shophire_page > section.dei_section > div.wrapper {
    padding-bottom: 0 !important;
  }
  
  div.shophire_page > section.benefit_section > div.wrapper > h2.heading_text {
    margin-bottom: 0 !important;
  }
 #work-experiences [type=color], #work-experiences [type=date], #work-experiences [type=datetime-local], #work-experiences [type=datetime], #work-experiences [type=email], #work-experiences [type=month], #work-experiences [type=number], #work-experiences [type=password], #work-experiences [type=search], #work-experiences [type=tel], #work-experiences [type=text], #work-experiences [type=time], #work-experiences [type=url], #work-experiences [type=week], #work-experiences select, #work-experiences textarea{
 width:95%;
 }
}

@media ( max-width: 767px ) {
  .home-logo-list .slick-slide.slick-current .home-logo-list__item,
  .home-logo-list .slick-slide.slick-active .home-logo-list__item {
    border: none;
  }
  .rte table.size-chart-table td {
    display: table-cell!important;
    width: auto!important;
  }
  .corp-prog.page-content {
    max-width: 100%;
  }
  
  .brand-grid {
    margin-bottom: 0;
  }
  
  .corp-banner h1 {
    font-size: 20px;
  }
  
  #faqs .page__content.rte strong {
    font-size: 16px;
    line-height: 1;
  }
  .brand-grid .slick-slide img {
    margin: 0 auto;
  }
  .rte.brands-page-rte {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .master-brands-list {
    text-align: center;
    margin-left: 0;
    width: 33%;
    padding-left: 0;
  }
  .cart__continue {
    margin-top: 25px;
    text-align: center;
    float: none;
  }
  #scroll {
    right: 15px;
    bottom: 20px;
  }
  .product__details .product__price-price .money,
  .product__details .product__price-cross .money {
    font-size: 16px;
  }
  .promotion-section .promotion-section-content .promotion-section-item {
    display: flex !important;
    justify-content: center;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item .promotion-content-right {
    margin-left: 20px;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item .promotion-icon-left img {
    max-width: 45px;
  }
  
  .promotion-section .promotion-section-content .promotion-section-item h3{
    margin-bottom: 5px;
  }
  .promotion-section .promotion-section-content .promotion-section-item h3{
  .promotion-section .promotion-section-content .promotion-section-item p {
    font-size: 13px;
    line-height: 18px;
  }
  .header, 
  .header__logo, 
  .header.header--center .header__logo, 
  .header-trigger {
  	height: 110px !important;
  }
  .home-carousel .slick-dots {
    display: block !important;
    bottom: 40px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--prev {
    left: -5px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__photo__nav .product-featured__photo__nav__item--next {
    right: -5px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__title-text {
    width: 100%;
  }
  
  .template-product .product-single--classic .product-single__top, 
  .template-product .product-single--minimal .product-single__top {
    padding-top: 0;
  }
  footer .footer__content .footer-data h4:after {
    display: none;
  }
  .footer-data.footer-column2 {
    text-align: center;
    width: 100%;
  }
  
  footer .footer__content .footer-data h4 {
    margin-bottom: 30px;
  }
  
  footer .footer__content .footer-data.footer-column2 .footer-nav__link {
    justify-content: center;
  }
  
  footer .footer__content .footer-data.footer-column3 {
    margin-top: 30px;
    width: 570px;
  }
  
  footer .footer__content .footer-data.footer-column3 h4 {
    text-align: center;
  }
  
  .newsletter .newsletter__form-wrapper .o-layout {
    text-align: center;
  }
  .newsletter .newsletter__btn {
    max-width: 233px;
  }
  
  .home-logo-list .section__title-desc p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  
  .home-logo-list .home-logo-list__item {
    margin-bottom: 50px;
  }
  
  .section-home-testimonials .home-testimonials__text__text {
    margin-bottom: 30px;
  }
  
  .section-home-testimonials .home-testimonials__name .home-testimonials__name__text {
    font-size: 20px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-title {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__price {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  
  .section--product-featured .custom-feature-product .feature-product-main .o-layout__item .product-featured-category {
    text-align: center;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
    margin-top: 20px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .section__title-text:after {
    display: none;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category a {
    display: inline-block;
    text-align: center;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
    padding-right: 0;
  }
  
  .section--product-featured {
    padding: 60px 0 30px;
  }
  .section.section--page.page .container.container--medium .page__content.rte h6 {
    padding-left: 0 !important;
}
  .section.section--page.page .container.container--medium .page__content.rte img {
    width: 100%;
    object-fit: cover;
    margin: 12px 0 !important;
}
  
}
@media ( max-width: 640px ) {
  .master-brands-list {
    width: 50%;
      margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  div.shophire_input>input.input_field, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>div.work-experiences>div.nested-fields, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>input.file_field, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>textarea.input_field {
    max-width: 90% !important;
}
   #work-experiences [type=color], #work-experiences [type=date], #work-experiences [type=datetime-local], #work-experiences [type=datetime], #work-experiences [type=email], #work-experiences [type=month], #work-experiences [type=number], #work-experiences [type=password], #work-experiences [type=search], #work-experiences [type=tel], #work-experiences [type=text], #work-experiences [type=time], #work-experiences [type=url], #work-experiences [type=week], #work-experiences select, #work-experiences textarea{
 width:90%;
 }
}
  
@media ( max-width: 600px ) {
  .promotion-section .promotion-section-content .promotion-section-item {
    padding: 0;
    width: 100%;
    justify-content: center;
  }

}


@media ( max-width: 479px ) {
  
  
  #terms-of-use .page__content.rte p a,
  #privacy-policy .page__content.rte a {
    display: flex;
    font-size: 14px;
  }
  
  #privacy-policy .page__content.rte {
    font-size: 13px;
  }
  #privacy-policy .page__content.rte a {
    font-size: 12px;
  }
  
  .pagination .next, .pagination .page, .pagination .prev {
  	font-size: 10px;
  }
  
  .pagination .next, .pagination .page, .pagination .prev,
  .pagination .next a, .pagination .page a, .pagination .prev a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data {
    flex-wrap: wrap !important;
  }
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_location,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_category,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_type,
  div.shophire_page > section.job_list_section > div.wrapper > ul.jobs_table > li.job_item > div.job_item_content > div.job_data > div.job_payment {
  	width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    
  }

  .corp-banner {
    height: 400px;
  }
  .product__details .product__reviews .spr-badge {
    display: flex;
    flex-direction: column;
  }
  
  .product__details .product__reviews .spr-badge-caption {
    display: block;
    margin-top: 20px;
  }
  .ContactPage .loc-section {
    flex-direction: column;
    align-items: center;
  }
  
  .announcement ul li {
    font-size: 12px;
  }
  footer .footer__content {
    padding: 40px 0 0px;
  }
  footer .footer__content .footer-data.footer-column1 .footer-desc {
    font-size: 15px;
  }
  
  footer .footer-nav__social-wrapper h5,
  footer .footer__content .footer-data.footer-column2 .footer-nav__link{
    font-size: 16px;
  }
  
  footer .footer__content .footer-data h4 {
    font-size: 18px;
    
  }
  
  .footer-location-content .footer-location-item h5 {
    font-size: 18px;
  }
  
  .footer-location-content .footer-location-item .location-address p,
  .footer-location-content .footer-location-item .location-storephone p {
    font-size: 15px;
    text-align: center;
  }
  
  .footer-location-content,
  .location-state,
  .location-storephone,
  .location-link a{
    justify-content: center;
  }
  .footer-location-content .footer-location-item {
    margin-bottom: 30px;
  }
  
  .footer-location-content .footer-location-item i {
    margin-right: 15px;
  }
  
  footer .footer__content .footer-data.footer-column1,
  footer .footer__content .footer-data.footer-column2 .footer-nav__item {
    margin-bottom: 30px;
  }
  
  .home-carousel--title-3 .section__title-text {
    font-size: 24px;
    line-height: 32px;
  }
  
  
  .home-carousel--title-3 .section__sub_title-text {
    font-size: 20px;
    line-height: 28px;
  }
  
  .home-carousel__text.rte p,
  .home-carousel__subtext.rte p {
    font-size: 16px;
    line-height: 28px;
  }
  
  .home-carousel__content--btn.home-carousel__content--btn {
    padding: 20px 15px;
  }
  
  .home-carousel__content .section__title-text:after {
    bottom: -40px;
  }
  
  .home-carousel--title-3 .section__sub_title-text {
    font-size: 18px;
  }
   
  .home-carousel__btn {
    margin-top: 15px;
    font-size: 16px;
  }
  
  .home-carousel__item-wrapper--small:before {
    padding-bottom: 130%;
  }
  
   .newsletter {
    padding: 40px 0;
  }
  
  .section__title-text {
    font-size: 22px;
    line-height: 32px;
  }
  
  .newsletter .section__title-desc p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .newsletter .newsletter__btn {
    font-size: 20px;
  }
  
  .newsletter .o-layout__item.input-field {
    width: 100%;
  }
  
  .home-logo-list .section__title-desc p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  
  .section-home-testimonials .section__link-link {
    min-width: 300px;
    font-size: 15px;
    padding: 10px 0;
  }
  
  .js-section__home-video .setion_subtitle {
    font-size: 18px;
  }
  
  .js-section__home-video .section__link-link {
    padding: 10px;
    font-size: 16px;
  }
  
  .js-section__home-video .section__title-desc p {
    font-size: 16px;
    line-height: 28px;
  }
  
  .section__link-link {
    font-size: 16px;
  }
  
  .custom-feature-product .feature-product-main .prod-details .product-featured__meta {
    top: 10px;
    right: 20px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .setion_subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .section__title-text {
    font-size: 25px;
  }
  
  .custom-feature-product .feature-product-main .o-layout__item .product-featured-category .collection-short-desc {
    font-size: 16px;
  }
  
  .custom-feature-product .feature-product-main .prod-details {
    padding: 0 20px;
  }
}

@media ( max-width: 375px ) {
  div.shophire_input>input.input_field, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>div.work-experiences>div.nested-fields, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>input.file_field, div.shophire_page>div.wrapper>div.job_form>form>div.shophire_input>textarea.input_field {
    max-width: 85% !important;
}
   #work-experiences [type=color], #work-experiences [type=date], #work-experiences [type=datetime-local], #work-experiences [type=datetime], #work-experiences [type=email], #work-experiences [type=month], #work-experiences [type=number], #work-experiences [type=password], #work-experiences [type=search], #work-experiences [type=tel], #work-experiences [type=text], #work-experiences [type=time], #work-experiences [type=url], #work-experiences [type=week], #work-experiences select, #work-experiences textarea{
 	width:85%;
 }
  .master-brands-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .product__details .product__price-price .money, .product__details .product__price-cross .money {
    font-size: 14px;
  }
}

.product-single__content-text {
  margin-bottom: 20px;
}

.product-single__content-text li {
  margin-bottom: 2px;
}

.instagram-section {
  margin-bottom: 100px;
}
.style-info{
  margin-top: 15px;
}
@media(min-width: 1026px){
  .search-draw-trigger-icon {
    display: none !important;
  }
}
@media(max-width: 1025px){
  .header-trigger.header-trigger--right.search-draw-trigger-icon.js-search-draw-icon {
    display: flex !important;
  }
}
/* 19 January 2022 */
.addtocart.c-btn.c-btn--full.c-btn--primary.product-single__add-btn.js-product-add.disabled {
  background-color: #c55050;
  color: #fff;
}
img.product-single__photo__img.js-pswp-img {
  max-height: 500px;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product-single__photo__item.product-single__photo__item--image {
  background: transparent !important;
}

/* Image Banner Section */

.banner {
  position: relative;
}

.banner__box {
  text-align: center;
}

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


.banner__content {
  padding: 0;
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 2rem;
  top: 0;
  height: 100%;
}

.banner__box {
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  word-wrap: break-word;
  z-index: 1;
  max-width:450px;
}


.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

.banner__box > * + * {
  margin-top: 1rem;
}

.banner__box > *:first-child {
  margin-top: 0;
}

.banner__heading {
  margin-bottom: 0;
}

.banner__box .banner__heading + * {
  margin-top: 1rem;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  word-break: break-word;
}

@media screen and (max-width: 990px) {

  .banner--content-align-mobile-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
  .banner--stacked .banner__box {
    width: 100%;
  }
  .banner__content{
	position: relative;
    padding:2rem 0; 
  } 
  .banner__box{
   max-width:100% !important;
   width:100%;
  }
  .banner--stacked {
    height: auto;
  }
  .banner__media {
    flex-direction: column;
  }
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }
  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }
}

@media screen and (min-width: 991px) {

  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
  .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .banner {
    flex-direction: row;
  }

  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .banner--content-align-right .banner__box {
    text-align: right;
  }
  .banner--content-align-left .banner__box {
    text-align: left;
  }
}

.banner__box > * + .banner__buttons {
  margin-top: 2rem;
}
.search-draw{
  opacity:1 !important;
}
footer .footer-nav__social-wrapper .footer-nav__social-link{color: #000 !important;}