/*HOME SLIDER */
.keysec-bg .container {
  width: 1530px;
  max-width: 100%;
}
.keysec-bg .container .trust-key-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.keysec-bg .trust-key-item img {
  width: 35px;
  display: inline-block;
}
.hm-slider-wrapper {
  position: relative;
  line-height: 0;
  max-width: 1920px;
  margin: 0 auto 40px;
  width: 100%;
}

.hm-slider-wrapper .js_hmbanner {
  margin-bottom: 0;
  width: 100%;
}

.banner-shadow {
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.banner-item img {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.banner-item img.deskbanner {
  display: block;
}
.banner-item img.mobbanner {
  display: none;
}
.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.hm-slider-wrapper .slick-arrow {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.hm-slider-wrapper .slick-next {
  right: 20px;
}
.hm-slider-wrapper .slick-prev {
  left: 20px;
  z-index: 1;
}
.banner-overlay .container {
  width: 100%;
}

.banner-content {
  /*max-width: 515px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;*/
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  flex-direction: column;
}

.banner-content .week-days,
.banner-content .banner-heading span {
  font-size: 116px;
  line-height: 1;
}

.banner-content .banner-subheading {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 28px;
}

.banner-content .banner-heading {
  font-size: 74px;
}

.banner-content .banner-heading span {
  font-size: 54px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  padding-bottom: 10px;
}

.banner-content .banner-heading span:first-child {
  margin-right: 10px;
}

.banner-content .banner-heading span:last-child {
  margin-left: 10px;
}

.banner-content .banner-heading span:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 8px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 6px;
  -moz-transform: translate(2px, 2px) skew(-14deg, 0deg);
  -webkit-transform: translate(2px, 2px) skew(-14deg, 0deg);
  -o-transform: translate(2px, 2px) skew(-14deg, 0deg);
  -ms-transform: translate(2px, 2px) skew(-14deg, 0deg);
  transform: translate(2px, 2px) skew(-14deg, 0deg);
}

.banner-content .btn_shop {
  background-color: #f46717;
  border-color: #f46717;
  width: 170px;
}

.hm-slider-wrapper .banner-item {
  min-height: 500px;
  position: relative;
}

.html-marquee {
  background: #ffc72c;
  padding: 8px 0;
  font-size: 14px;
  color: #242929;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.28px;
  margin-top: 1px;
  overflow: hidden;
}
.html-marquee p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pr-code {
  background-color: #ff0000;
  border-radius: 6px;
  color: #ffffff;
  min-width: 70px;
  height: 26px;
  text-transform: uppercase;
  padding: 4px 8px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 0 10px;
  line-height: 18px;
}
.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.js_hmbanner a.banner-link:first-child {
  display: block;
}

.js_hmbanner a.banner-link {
  display: none;
}

.js_hmbanner .slick-initialized a.banner-link {
  display: block;
}

/* HOME CONTENT */

.hm-wrapper-container {
  padding: 0 90px;
}

.hm-wrapper-container .hm-content {
  width: calc(100% - 602px);
  padding-right: 100px;
  margin-bottom: 70px;
}

.hm-wrapper-container .hm-item {
  width: 600px;
  margin-bottom: 70px;
  position: sticky;
  line-height: 0;
}
.hm_itmbox {
  position: relative;
}
.hm_itmbox:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  background-color: #f46717;
  left: 0px;
  top: 0;
  border-radius: 10px 0 0 10px;
}
.about-vertical-text {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1.6px;
  color: #ffffff;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform-origin: 0 0;
  transform: rotate(270deg);
  position: absolute;
  bottom: 0px;
  width: auto;
  bottom: 0;
  margin-left: -4px;
  margin-top: 252px;
  top: 50%;
}

.hm-wrapper-container .hm-item .img-container {
  margin-left: 52px;
  position: relative;
  background: #242929;
  border-radius: 10px;
}

.hm-wrapper-container .hm-item .img-container img.opacity-6 {
  opacity: 0.4;
  border-radius: 10px;
  width: 100%;
  display: block;
}

.about-key-listing {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 50%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  transform: translate(0, -50%);
}

.about-key-listing .col-2 img {
  display: block;
  margin: 0 auto 10px;
}

.about-key-listing .col-2 {
  padding: 50px 40px;
}

.about-key-listing .col-2:not(:nth-child(even)) {
  border-right: 1px solid rgb(255 255 255 / 35%);
}

.about-key-listing .col-2:not(:nth-last-of-type(-n + 2)) {
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.about-key-listing span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.shop-product-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-product-slider > a {
  width: 12.8%;
}
.shop-product-slider > a:not(:nth-child(-n + 7)) {
  display: none;
}
.shop-item {
  width: 135px;
  height: 135px;
  border: 2px solid #ebebeb;
  box-shadow: 0px 5px #ebebeb;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: border-color 0.2s ease-in-out,
    box-shadow 0.3s ease-in-out 0s;
  -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out 0s;
  -o-transition: border-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out 0s;
  -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out 0s;
  transition: border-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out 0s;
}

.shop-item:hover {
  border-color: #f46717;
  box-shadow: 0px 5px rgba(244, 103, 23, 0.4);
}

.shop-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  background: #f46717;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.shop-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.shop-product-slider .slick-slide > div {
  padding: 0 20px;
}

.slick-next,
.slick-prev {
  width: 32px;
  height: 32px;
  background-color: #f6f6f6 !important;
  border: 2px solid #b2b2b2;
  border-radius: 100%;
}

.slick-next:before,
.slick-prev:before {
  color: #b2b2b2;
  font-family: "FontAwesome";
  font-weight: bold;
  opacity: 1;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

/*cta*/
/*.winter_wrap{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;border-radius:10px;
padding:30px;margin:20px 0 60px;}
.winter_wrap:before{position:absolute;content:"";background-image: url(../images/orange-snow.svg);
width:33px;height:33px;left:0;bottom:0;margin-left:22px;margin-bottom:20px;background-size:100%;filter:invert(0) brightness(100);}
.winter_wrap:after {
    position: absolute;
    content: "";
    background-image: url(../images/orange-snow.svg);
    width: 33px;
    height: 33px;
    left: 0;
    top: 0;
    margin-left: 17%;
    margin-top: 14px;
    background-size: 100%;
    filter: invert(0) brightness(100);
}
.winter_wrap .winter_box{width:822px;display:flex;flex-wrap:wrap;align-items:center;
justify-content:space-between;}
.winter_box .wn_text{font-size:64px;line-height:58px;letter-spacing:1.28px;font-weight:600;color:#FFFFFF;
text-shadow:0 10px 10px rgb(0 0 0 / 55%);max-width:250px;position:relative;}
.winter_box .wn_text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/orange-snow.svg);
    width: 33px;
    height: 33px;
    margin-left: -14px;
    margin-top: -11px;
    background-size: 100%;
}
.wn_shp {
    width: 524px;position:relative;
}
.wn_shp .wn_img{
     display: flex;
    flex-wrap: wrap;padding:20px 30px 20px 60px;
    align-items: center;justify-content:space-between;
   background-color: #FFFFFF;
    clip-path: polygon(6% 0%,100% 0%,100% 100%,0% 100%);
}
.wn_off {
    font-size: 55px;
    font-weight: 600;
    line-height: 54px;
    color: #242929;
    letter-spacing: 0px;
}
.winter_wrap .bgimg{border-radius:10px;}
.wnsh_left span{color:#242929;font-size:22px;line-height:22px;font-weight:600;}
.wnsh_right p,.wnsh_right p a{color:#626967;font-size:16px;line-height:18px;font-weight:600;background-image:none;
-webkit-text-fill-color: initial;}
.wnsh_right{text-align:center;}
.wnsh_right .btn_green{margin-bottom:10px;}
.wn_shp:before{
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    background-image: url(../images/orange-snow.svg);
    width: 33px;
    height: 33px;
    z-index: 99;
    margin-left: -10px;
    margin-bottom: -10px;
    background-size: 100%;

}
.wn_shp:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    background-image: url(../images/orange-snow.svg);
    width: 33px;
    height: 33px;
    z-index: 99;
    margin-left:8px;
    margin-top: -14px;background-size:100%;
}*/

.two_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
}
.two_wrap .two_wr_left {
  width: 190px;
}
.two_wrap .two_wr_right {
  width: calc(100% - 190px);
  text-align: center;
  padding-left: 27px;
}
.two_sec_wrap .two_left {
  position: relative;
  width: 680px;
  padding: 34px 42px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.two_sec_wrap .two_right {
  position: relative;
  width: 680px;
  border-radius: 10px;
  padding: 34px 50px;
}
.two_sec_wrap .two_left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(18 20 20 / 70%);
  z-index: 0;
  border-radius: 10px;
}
.two_wrap .two_wr_right .tw_text {
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.two_wrap .two_wr_right .tw_text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.two_wrap .tw_cnt {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 22px;
}
.twowr_logo {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.twowr_logo img.twowr_br {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.two_sec_wrap .two_left .bgimg {
  border-radius: 10px;
  height: 100%;
}
.two_org {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.two_org:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(244 103 23 / 70%);
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
}
.two_sec_wrap .two_right img {
  border-radius: 10px;
  height: 100%;
}
.two_org .org_left {
  width: calc(100% - 170px);
  padding-right: 40px;
}
.two_org .org_right {
  width: 170px;
}
.two_org .org_right .btn_white:hover,
.banner-content .btn_shop:hover {
  background-color: #3e9400;
  border-color: #3e9400;
  color: #fff;
}
.org_text {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #ffffff;
}
.org_content {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.36px;
  margin-top: 10px;
}
.org_right p {
}
.two_sec_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 80px;
}
.org_right p {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}

/*Brand css*/
.sec_brand .bgimg {
  height: 100%;
}
.sec_brand {
  position: relative;
  padding: 70px 0 80px;
}
.sec_brand:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(36 41 41 / 70%);
  top: 0;
  left: 0;
}
.brand_wrap ul.brand_ul {
  display: flex;
  overflow-x: auto;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
  margin-top: 12px;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.brand_ul li .br_logo:last-child {
  border-bottom: 0;
}
.brand_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid #efefef;
}
.brand_ul {
  margin: 0 auto;
}

.brand_ul li {
  width: 16.66%;
  display: block;
}
.brand_ul li .br_logo {
  border-bottom: 1px solid #efefef;
  padding: 30px 35px;
}
.brand_wrap {
  position: relative;
}
.brand_wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 52px);
  background-color: #fff;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.brand_ul {
  scrollbar-width: thin;
  border-radius: 10px;
  scrollbar-color: #ff7f00 #b0b7c4;
}
.brand_ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.brand_ul::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid transparent;
  border-radius: 10px;
}
.brand_ul::-webkit-scrollbar-thumb {
  background-color: #f46717;
  border-radius: 10px;
}
.brand_ul::-webkit-scrollbar-thumb:hover {
  background-color: #f46717;
}
.brand_ul::-webkit-scrollbar-corner,
.brand_ul::-webkit-scrollbar-track {
  background-color: rgb(255 255 255 / 50%);
}

.brand_wrap ul.brand_ul:before {
  position: absolute;
  content: "";
  width: 32px;
  height: calc(100% - 52px);
  background-color: #ffffff;
  top: 0;
  left: 0;
}
.brand_box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}
.brand_box:after {
  position: absolute;
  content: "";
  width: 32px;
  height: calc(100% - 52px);
  background-color: #ffffff;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.brand_box:before {
  position: absolute;
  content: "";
  width: 32px;
  height: calc(100% - 52px);
  background-color: #ffffff;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
.woocommerce .product-slider ul.products li.product {
  margin-bottom: 60px;
}
.woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 5)) {
  display: none !important;
}
.woocommerce .product-slider ul.products li.product {
  margin-bottom: 60px;
  width: 19%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
/*.woocommerce .product-slider ul.products li.product{margin-bottom:0;}
.woocommerce .product-slider ul.products{margin-bottom:90px;}*/

.product-slider .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.product-slider .woocommerce ul.products.slick-initialized {
  display: block;
}

/*---- media query --*/

@media (max-width: 1440px) {
  .two_sec_wrap .two_left {
    width: 48%;
  }
  .two_sec_wrap .two_right {
    width: 48%;
  }
  .two_wrap .two_wr_left {
    width: 160px;
  }
  .two_wrap .two_wr_right {
    width: calc(100% - 160px);
    padding-left: 15px;
  }
  .two_wrap .two_wr_right .tw_text {
    font-size: 30px;
    line-height: 34px;
  }
  .org_text {
    font-size: 26px;
    line-height: 30px;
  }
  .two_org .org_left {
    width: calc(100% - 160px);
    padding-right: 15px;
  }
  .two_org .org_right {
    width: 160px;
    text-align: center;
  }
  .two_org .org_right .btn_white {
    min-width: auto;
  }
  .two_sec_wrap .two_left {
    width: 49%;
  }
  .two_sec_wrap .two_right {
    width: 49%;
  }
  .two_sec_wrap .two_left {
    padding: 20px;
  }
  .two_sec_wrap .two_right {
    padding: 20px;
  }
  .hm-wrapper-container .hm-content {
    padding-right: 50px;
  }
}
@media (max-width: 1380px) {
  .woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 4)) {
    display: none;
  }
  .woocommerce .product-slider ul.products li.product {
    margin-bottom: 60px;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (max-width: 1200px) {
  .banner-content .banner-subheading {
    font-size: 30px;
  }
  .banner-content .week-days,
  .banner-content .banner-heading span {
    font-size: 96px;
  }
  .banner-content .banner-heading {
    font-size: 60px;
  }
  .banner-content .banner-heading span {
    font-size: 42px;
  }
  .brand_ul li {
    width: 25%;
  }
  .two_wrap .two_wr_left {
    width: 130px;
  }
  .two_wrap .two_wr_right {
    width: calc(100% - 130px);
    padding-left: 15px;
  }
  .hm-wrapper-container .hm-item {
    width: 450px;
  }
  .hm-wrapper-container .hm-content {
    width: calc(100% - 450px);
    padding-right: 30px;
  }
  .hm-wrapper-container {
    padding: 0px;
  }
  .about-key-listing .col-2 {
    padding: 20px 10px;
  }
  .about-key-listing {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
  .about-key-listing span {
    font-size: 16px;
  }
  .about-vertical-text {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-top: 200px;
  }
  .shop-product-slider > a:not(:nth-child(-n + 5)) {
    display: none;
  }
  .shop-product-slider > a {
    width: 20%;
  }
  .woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 4)) {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .banner-content .banner-subheading {
    font-size: 30px;
  }
  .banner-content .week-days,
  .banner-content .banner-heading span {
    font-size: 84px;
  }
  .banner-content .banner-heading {
    font-size: 46px;
  }
  .banner-content .banner-heading span {
    font-size: 32px;
  }
  .shop-product-slider .slick-slide > div {
    padding: 0 10px;
  }
  .brand_ul li .br_logo {
    padding: 25px;
  }
  .two_wrap .two_wr_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .two_wrap {
    flex-direction: column;
    justify-content: center;
  }
  .two_org .org_left {
    width: 100%;
    padding-right: 0;
  }
  .two_org .org_right {
    width: 100%;
  }
  .two_sec_wrap .two_right {
    flex-direction: column;
    justify-content: center;
  }
  .two_sec_wrap .two_right .two_org {
    height: 100%;
    text-align: center;
  }
  .hm-wrapper-container .hm-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .hm-wrapper-container .hm-item {
    margin-bottom: 60px;
  }
  .shop-product-slider > a:not(:nth-child(-n + 4)) {
    display: none;
  }
  .shop-product-slider > a {
    width: 25%;
  }
  .woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 3)) {
    display: none !important;
  }
  .woocommerce .product-slider ul.products li.product {
    margin-bottom: 60px;
    width: 32.33%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}

@media (max-width: 768px) {
  .hm-slider-wrapper .slick-prev,
  .hm-slider-wrapper .slick-next {
    display: none !important;
  }
  .hm-slider-wrapper .banner-item {
    height: 450px;
  }

  .banner-overlay {
    background: rgb(0 0 0 / 40%);
  }
  .banner-content .week-days {
    font-size: 76px;
  }
  .banner-content .banner-heading {
    font-size: 45px;
  }
  .banner-content .banner-subheading {
    font-size: 22px;
  }
  .banner-content {
    flex-direction: column;
  }
  .banner-content .btn_shop {
    background-color: #f46717;
    border-color: #f46717;
    min-width: 140px;
    height: 40px;
    padding: 10px;
    width: 140px;
  }
  .shop-product-slider {
    margin-bottom: 40px;
  }
  .banner-content {
    max-width: 100%;
  }
  .banner-content {
    align-items: center;
  }
  .brand_ul li {
    width: 33.33%;
  }
  .brand_wrap ul.brand_ul {
    padding-bottom: 30px;
  }
  .sec_brand {
    padding: 40px 0;
  }
  .two_sec_wrap {
    margin: 40px 0;
  }
  .hm-wrapper-container .hm-item {
    margin-bottom: 40px;
  }
  .shop-product-slider > a:not(:nth-child(-n + 3)) {
    display: none;
  }
  .shop-product-slider > a {
    width: 33.33%;
  }
  .banner-item img.deskbanner {
    display: none;
  }
  .banner-item img.mobbanner {
    display: block;
  }
  .woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 2)) {
    display: none !important;
  }
  .woocommerce .product-slider ul.products li.product {
    margin-bottom: 60px;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .store-slider {
    margin-bottom: 78px;
  }
}

@media (max-width: 576px) {
  .shop-product-slider .slick-slide > div {
    padding: 0 20px;
  }
  .shop_sec.container {
    padding-left: 0;
    padding-right: 0;
  }
  .brand_ul li {
    width: 50%;
  }
  .brand_ul li .br_logo {
    padding: 20px 15px;
  }
  .two_sec_wrap .two_left {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .two_sec_wrap .two_right {
    width: 100%;
    padding: 20px;
  }
  .two_wrap .two_wr_right .tw_text {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 12px;
  }
  .two_org .org_right .btn_white {
    min-width: 140px;
    height: 40px;
  }
  .two_wrap .tw_cnt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .two_org .org_left .org_text {
    margin-bottom: 15px;
  }
  .org_content {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .hm-wrapper-container .hm-item {
    margin-bottom: 40px;
  }
  .about-key-listing .col-2 {
    max-width: 160px;
  }
  .banner-content .week-days {
    font-size: 72px;
  }
  /*.store-slider .slick-slide {
    margin:0px;
 }*/
  .woocommerce .product-slider ul.products li.product:not(:nth-child(-n + 1)) {
    display: none !important;
  }

  .product-slider .woocommerce ul.products:not(.slick-initialized) li.product {
    width: 92%;
    margin: 0 auto;
  }

  .woocommerce .product-slider ul.products li.product {
    margin-bottom: 60px;
  }
  .two_wrap {
    flex-direction: row;
  }
  .two_wrap .two_wr_right {
    width: calc(100% - 130px);
    margin-top: 0;
    text-align: left;
    padding-left: 20px;
  }
  .two_wrap .two_wr_right .tw_text:before {
    left: 0;
    margin-left: 0;
  }
  .org_text {
    font-size: 18px;
    line-height: 1.2;
  }
  .two_org .org_left {
    width: calc(100% - 160px);
  }
  .two_org .org_right {
    width: 160px;
  }
}

@media (max-width: 420px) {
  .brand_ul li .br_logo {
    padding: 10px;
  }
  .about-vertical-text {
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 154px;
    height: 30px;
    margin-left: -2px;
  }
  .hm-wrapper-container .hm-item .img-container {
    margin-left: 32px;
  }
  .hm_itmbox:before {
    width: 40px;
  }
  .about-key-listing span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.24px;
  }
  .about-key-listing .col-2 img {
    width: 40px;
    margin: 0 auto 5px;
  }
  .shop-product-slider > a:not(:nth-child(-n + 1)) {
    display: none;
  }
  .shop-product-slider > a {
    width: 100%;
  }
  .shop-product-slider .slick-slide > div {
    padding: 0;
  }
  .org_text {
    font-size: 20px;
  }
  .two_wrap .two_wr_right .tw_text,
  .org_text {
    font-size: 18px;
  }
  .two_org .org_left .org_text {
    margin-bottom: 10px;
  }
  .two_org .org_left {
    width: calc(100% - 150px);
  }
  .two_org .org_right {
    width: 150px;
  }
  .shop-item {
    width: 130px;
    height: 130px;
  }
  .two_sec_wrap .two_right {
    padding: 15px 10px;
  }
}

@media (max-width: 360px) {
  .hm-slider-wrapper .banner-item {
    height: 400px;
  }
  .banner-content .week-days {
    font-size: 68px;
  }
  .banner-content .banner-heading {
    font-size: 40px;
  }
}
