@import url("https://fonts.googleapis.com/css2?family=Alatsi&family=Noto+Sans:wght@300;400;500;600&family=Raleway:wght@200;300;400;500;600&family=Roboto:wght@100;300;400;500;700&display=swap");

:root {
  --mth-blue: #181d31;
  --mth-sky-blue: #1ebbdd;
  /* --bss_red: #b9040d; */
  --mth-pink: #a87171;
  --bss_grey: #666666;
  --bss_brown: #754b33;
  --red-color: #b9040d;
  --border-color: #707070;
  --green-color: #1e2c1c;
  --star-color: #f90a0a;
  --form-bg-color: #fafafa;
  --title-color: #4a2f2f;
  --image-overlayColor: #000000;
}

* {
  padding: 0px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-fluid {
  padding: 0px !important;
  margin: 0px !important;
}

p {
  margin-bottom: 0px !important;
}

.max_width_bss {
  max-width: 1366px;
  margin: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.top-nav-max-width {
  padding-left: 38px;
  padding-right: 38px;
}

/* product single page css */
.mt-header-section {
  /* position: fixed; */
  width: 100%;
  z-index: 10000;
}

.bs-single-first-section {
  padding-top: 95px;
}

.bss-product-qyt > .plus,
.bss-product-qyt > .minus {
  background-color: #f5f7fd;
  padding: 4px 6px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
}

.bs-primary-button {
  background: #181d31;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  width: max-content;
  transition: 350ms;
  padding-right: 2rem;
  border: 2px solid #181d31;
  position: relative;
}

.bs-single-product-description-container > .bs-primary-button {
  font-size: 1.2rem;
  margin-top: 5.8rem;
}

.bs-primary-button:hover {
  text-decoration: none;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.5px;
}

/* 
.bs-primary-button:hover>img {
    transform: translate(5rem, -50%);
    animation-name: buttonOpacity;
    animation-duration: 350ms;
    opacity: 0;
}

.bs-primary-button>img {
    margin-left: 1rem;
    width: 2.6rem;
    height: auto;
    object-fit: contain;
    transition: 350ms;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%)
} */

.quantity > .minus {
  margin-left: 13px;
}

.tab-options-bs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.bs-single-prod-tab-wrapper {
  padding-top: 47px;
  padding-bottom: 45px;
}

.tab-options-bss {
  max-width: 750px;
  margin: auto;
  margin-bottom: 32px;
}

.bs-single-prod-tab-container {
  background-color: var(--bss_red);
  color: white;
}

.bs-product-card-container-new {
  height: 414px;
  width: 277px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
  background-color: #f6fafd;
}

.product_img {
  height: 274px;
  width: 277px;
}

.product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_img_description {
  text-align: center;
  color: #4a2f2f;
}

.slick-custom-arrow {
  position: absolute;
  top: 50%;
}

.slick-custom-arrow img {
  width: 24px;
  height: 24px;
}

.slick-custom-arrow-right {
  right: -5%;
}

.slick-custom-arrow-left {
  left: -5%;
}

.bss-single-page-product-slider {
  position: relative;
}

.bs-single-page-product-slider-container h2 {
  padding: 30px 0px 25px 0px;
  font-size: 25px;
  font-weight: bold;
  color: #4a2f2f;
}

.bs-single-page-product-slider-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.bs-product-card-container-new .product_img_description .bss_product_name {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.bss_product_qnt {
  font-size: 14px;
  font-weight: 400;
  opacity: 60%;
}

.bss_product_price {
  font-size: 14px;
  font-weight: bold;
}

.tab-options-bss p {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid var(--mth-blue);
  padding-bottom: 7px;
}

.tab-options-bss {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
  flex-wrap: wrap;
}

.tab-options-bss p {
  margin-right: 6px;
}

.bs-single-first-section {
  padding-bottom: 56px;
}

.bs-atc-button a {
  padding: 14px;
  background-color: var(--bss_red);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
  border: none;
  text-decoration: none;
}

.bs-atc-button {
  margin-top: 52px;
}

.bs-atc-button a img {
  padding-left: 6px;
}

.bs-single-product-description-container h1 {
  font-size: 35px;
  font-weight: bold;
  color: #4a2f2f;
}

.bs-single-product-description-container .bss_selected_product_des {
  font-size: 16px;
  font-weight: 400;
  opacity: 60%;
  margin-bottom: 32px;
  line-height: 21px;
}

.bss_selected_product_qnt {
  font-size: 16px;
  color: #4a2f2f;
}

.bss_selected_product_price {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #4a2f2f;
}

.qnt_title {
  padding-right: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #4a2f2f;
}

.bs-single-prod-tab-wrapper > p {
  font-size: 1.8rem;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.bs-single-product-thumbnail {
  width: 521px;
  height: 369px;
}

.bs-single-product-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.bs-single-product-description-container {
  margin-left: 62px;
}

@media (max-width: 1300px) {
  .slick-custom-arrow-right {
    right: 5%;
  }

  .slick-custom-arrow-left {
    left: 0%;
  }

  .max_width_bss {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bs-single-product-thumbnail {
    width: 500px;
    height: auto;
    margin-bottom: auto;
  }
}

@media (max-width: 1150px) {
  .bs-single-product-thumbnail img {
    width: 80%;
    height: auto;
    margin-bottom: auto;
  }
}

@media (max-width: 992px) {
  .max_width_bss {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bs-single-product-thumbnail {
    width: 400px;
    height: auto;
    margin-bottom: auto;
  }

  .bs-single-product-thumbnail img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bs-single-product-description-container {
    margin-top: 42px;
  }

  .bs-single-product-description-container {
    margin-left: 0;
  }

  .bs-single-product-thumbnail {
    width: 350px;
  }

  .bs-single-product-thumbnail img {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .bs-single-product-thumbnail {
    width: 250px;
  }

  .bs-single-product-thumbnail img {
    width: 100%;
  }
}

/* new navbar css */
.bss_navbar_container {
}

.social_img {
  width: 15px;
  height: 15px;
}

.bss_top_navbar_wrapper {
  background-color: #efeded;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bss_top_nav_contact {
  display: flex;
  justify-content: end;
  margin-left: 12px;
}

.bss_top_nav_contact a {
  /*color: white !important; */
  text-decoration: underline;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 1.2;
}

.bss_top_navbar_container {
  color: var(--mth-blue) !important;
  text-decoration: none !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}

.bss_top_navbar_container p {
  margin-bottom: 0 !important;
}

.bss_top_nav_contact a:nth-child(1) {
  margin-right: 4px;
  text-decoration: none !important;
}

.bss_top_navbar_container {
  display: flex;
  justify-content: end;
  align-item: center;
  /*justify-content: space-between;*/
}

.bss_top_navbar_container a {
  color: var(--mth-blue) !important;
  text-decoration: none !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}

.bss_navbar_icons_container {
  display: flex;
  color: black;
/*   margin-left: 60px; */
  margin-top: auto;
  margin-bottom: auto;
}

.bss_navbar_icons_container input {
  height: 34px;
  width: 164px;
  padding-left: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.admin-image{
  height: auto;
  width: 24px !important;
}

.bss_navbar_icons_container img {
  height: auto;
  width: 18px;
}

.bss_navbar_icons_container a {
  margin-left: 18px;
  margin-top: auto;
  margin-bottom: auto;
}

/* .bottom-right-nav-mth {
  display: flex;
  height: 72px;
} */

.bss_bottom_nav_items_container > ul > li:hover > a {
  color: var(--mth-sky-blue);
}

.bss_bottom_nav_items_container ul > li > ul {
  display: none;
  padding-left: 0;
  padding-bottom: 0;
  position: absolute;
  background: #ffffff;
  list-style: none;
  width: max-content;
  max-width: 215px;
  width: 300px;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  padding: 16px;
  top: 65px;
  padding-top: 0;
  z-index: 100;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.bss_bottom_nav_items_container ul > li > ul > li > ul {
  display: none !important;
}

.bss_bottom_nav_items_container ul > li > ul > li:hover > ul {
  top: 0%;
  /* left: 0%; */
  display: block !important ;
  /* transform: translate(70%, -20%); */
  max-width: 300px;
  position: absolute;
  transform: translateX(0%);
  left: 100%;
  width: 215px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
}

.bss_bottom_nav_items_container ul > li > ul > li > ul > li:hover {
  border-left: 3px solid #1ebbdd;
  background-color: #ffffff;
}

.jeans-category > ul {
  max-width: 500px !important;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}

.bss_bottom_nav_items_container > ul > li {
  position: relative;
}

.bss_bottom_nav_items_container > ul > li > a {
  position: relative;
  text-transform: uppercase;
}

.bss_bottom_nav_items_container > ul > li:hover > ul {
  /* display: flex; */
}

.current-menu-item > a {
  border-bottom: 2px solid var(--mth-sky-blue);
  padding-bottom: 4px;
}

/* .bss_bottom_nav_items_container>ul>li:hover>a::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid var(--mth-sky-blue);
    left: -4%;
    bottom: -7px;
    width: 90px;

    transition: 350ms linear;
} */

/* .bss_bottom_nav_items_container>ul>li:hover a::after{
    content: '';
    position: absolute;
    border-bottom: 2px solid var(--mth-sky-blue);
    left: 0;
} */
.bss_bottom_nav_items_container > ul > li > a:hover {
  /* border-bottom: 2px solid var(--mth-sky-blue); */
}

.bss_bottom_nav_items_container > ul {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  list-style-type: none;
  position: relative;
}

.bss_bottom_nav_items_container > ul > li {
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 21px;
  /* height: 72px; */
}

.bss_bottom_nav_items_container > ul > li > ul > li {
  margin-left: 0px;
  padding: 12px;
}

.bss_bottom_nav_items_container > ul > li > ul > li:hover {
  border-left: 3px solid #1ebbdd;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

.bss_bottom_nav_items_container > ul > li:hover > ul {
  display: block;
}

.bss_bottom_nav_items_container > ul > li > ul > li > ul > li {
  padding: 16px;
  padding-bottom: 8px;
}

.bss_bottom_nav_items_container ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.bss_bottom_nav {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 13px;
  padding-bottom: 10px;
}

.bss_bottom_nav_wrapper {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px;

}

.bss_logo_container {
  width: 55px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.bss_logo_container img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.hamburger {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

@media (max-width: 1200px) {
  .bss_bottom_nav_items_container ul > li > ul {
    border-top: none !important;
    top: unset;
    position: relative;
  }

  .jeans-category > ul {
    transform: unset;
    left: 0;
    /* display: flex !important;
        position: absolute !important; */
  }

  .bss_bottom_nav_items_container ul > li > ul > li {
    padding-left: 0;
  }

  /* .bss_bottom_nav_items_container>ul>li:hover a::after {
        bottom: -2px;
    } */

  .bss_logo_container {
    width: 40px;
  }

  .bss_bottom_nav_items_container {
    display: none;
  }

  .bss_navbar_icons_container {
    width: auto;
    margin-left: 0;
  }

  .bss_navbar_icons_container input {
    width: 100%;
  }

  .bss_navbar_icons_container > a {
    display: none;
  }

  .hamburger {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .show-menu-nav {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  .bss_bottom_nav_items_container ul {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 128px;
    /* top: 109px; */
    border-top: 2px solid white;
    background: #ffffff;
    width: 100%;
    padding-bottom: 24px;
  }

  .bss_bottom_nav_items_container ul li {
    padding-bottom: 0;
  }

  .bss_bottom_nav {
    padding-top: 5px;
    padding-bottom: 3px;
  }
}

@media (max-width: 992px) {
  .bss_navbar_icons_container a {
    margin-left: 8px;
    margin-right: 8px;
  }

  .bss_bottom_nav_items_container ul {
    padding-left: 16px;
  }

  .bss_bottom_nav_items_container ul li {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .bss_navbar_icons_container {
/*     width: 300px; */
  }
}

@media (max-width: 568px) {
  .bss_top_nav_contact a:nth-child(1) {
    /* display: none; */
  }

  .bss_bottom_nav_items_container ul {
    /* top: 109px; */
    top: 159px;
  }

/*   .bss_navbar_icons_container {
    width: 250px;
  } */
}

@media (max-width: 400px) {
  .bss_navbar_icons_container {
    margin-left: 0;
  }

  .bss_navbar_icons_container input {
    width: 280px;
  }

  .bss_navbar_icons_container {
/*     width: 100%; */
  }
}

/* footer css */
.newlater-notification-mth-container {
  display: flex;
  justify-content: space-between;
}

.top-footer-content-wrapper {
  padding: 24px 0px;
  background: #D9D9D9;
  color: white;
}

.mth-footer-wrapper {
  padding: 54px 0px;
  background: #0c0c0c;
  color: white;
}

.mth-jean-footer-intro > p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.8;
  max-width: 100%;
}

.mth-jean-footer-intro ul li a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /*font-size: 16px;*/
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.8;
}

.mth-jean-footer-intro ul li {
  list-style: none;
}

.mth-jean-footer-intro > h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 16px;
}

.position {
  float: right;
}

.footer-bottom-rights {
  display: flex;
  justify-content: space-between;
  /* padding: 0px 72px 18px 72px; */
  background: #0c0c0c;
  color: white;
  margin-top: -12px;
}

.footer-bottom-rights > p {
  padding-bottom: 18px;
}

.footer-bottom-rights > p > a {
  color: #fff;
  font-weight: 700;
}

footer {
  background: #0c0c0c;
}

.mth-subscribe > input {
  background: #e4e3e3;
  max-width: 316px;
  height: 45px;
  border: none;
  padding-left: 16px;
}

.mth-subscribe > a {
  background: #000000;
  width: 117px;
  padding: 13px;
  color: white !important;
}

.newlater-notification-mth-input > p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px !important;
  color: #000000;
}

.logo-slogan {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #000000;
}

.company-logo-footer {
  margin-bottom: 16px !important;
}

.company-logo-footer > img:nth-child(1) {
  max-width: 57px;
  margin-right: 6px;
  background-color: black;

}

.company-logo-footer > img:nth-child(2) {
  max-width: 70px;
}

.newlater-notification-mth {
  margin-right: 32px;
}

.footer-social-icons > a > img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.footer-social-icons {
  margin-top: 35px;
  margin-bottom: 35px;
}


div.iconhover{
/*   margin-top: 14px !important; */
  position: relative;
}

 div.hidden {
  position: absolute;
  width: 135px;
  left: 2px;
  top: 25px;
  color: white;
 
}

div.sctext{
  left: -30px;
}

#cart-count {
  position: absolute;
  top: -15px;
  right: -8px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  padding: 0px 6px;
  font-size: 12px;
}

/* #iconhover:hover #hidden {
  display: block;   
}  */

div.iconhover div.hidden
{
    display:none;
}






@media (max-width: 992px) {
  .newlater-notification-mth-container {
    display: block;
  }

  .newlater-notification-mth {
    margin-bottom: 32px;
  }

  .newlater-notification-mth-input > p {
    margin-bottom: 18px;
  }

  .mth-subscribe > input {
    width: 75%;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .position {
    float: unset;
    margin-top: 26px;
  }

  .mth-subscribe > input {
    width: 55%;
    max-width: unset;
  }
	div.iconhover{
		margin-top: 0px !important;
	}
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: 80% !important;
  right: unset !important;
}

.dgwt-wcas-search-filled .dgwt-wcas-ico-magnifier {
  display: none !important;
}

.mth-jean-footer-intro-img{
/* 	width:45px; */
	height:65px;
	text-align:center;
}
.mth-jean-footer-intro-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.dgwt-wcas-search-wrapp {
  min-width: 200px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 10px 15px !important;
  height:30px !important;
}

.wishlist_table .product-add-to-cart a{
    width: unset !important;
	    padding: 6px !important;

}

/* free shipp css*/
.mith-free-shipping{
   display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    text-align: center; 
}

.promo-txt a{
    text-decoration: underline !important;
}
.yay-currency-custom-select__trigger{
    background: unset !important;
    border: unset !important;
    height: 30px !important;
    justify-content: unset !important;
}
.yay-currency-single-page-switcher{
    margin-bottom: unset !important;
}
@media(max-width: 576px){
.mith-free-shipping{
    display: none;
}
}
/* end of the free ship css*/

