
@font-face {
  font-family: Century Gothic;
  src: url(../fonts/911Fonts.com_CenturyGothicRegular__-_911fonts.com_fonts_mhpY.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gothic {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}
:root {
  --backgorund-color: #0c0c0c;
  --font-color: #f0f0f0;
  --secondary-font-color: #000000;
  --hover-color: #bfa463;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--font-color);
}
#currency-form{
    padding-left: 4px;
}
.container {
  /* max-width: 1350px; */
  margin: 0 auto;
  padding: 0 1.6rem;
}
html {
  width: 100%;
}

body {
  font-family: 'Century Gothic', sans-serif;
  /* overflow-x: hidden; */
}

body,
input {
  font-family: 'Century Gothic', sans-serif;
  /* color: var(--font-color); */
}
.currency{
  margin-top:20px;
}
#contentdrop{
    position: relative;
    overflow: hidden;
    -webkit-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    max-height: 0px;
}
.undercontent{
  margin-top:17px !important;
}

#men-all #contentdrop {
  margin-top:17px;
  border-bottom:1px solid #4a4a4a;
}
#men-all:last-child #contentdrop {
  border:0px ;
  margin-top:12px;

}
.listcontent{
  font-size: 13px;
  padding-left:25px !important;
}

#men-all:last-child #contentdrop .listcontent  a:last-child li{
  margin-bottom:0px !important;
}

.listcontent a li{
  margin-bottom:20px;
}

.listcontent a:first-child li{
  border-top:0px solid #4a4a4a;
}
.listcontent a li:hover{
  color:#bfa463;
}
.buttondrp{
  width: 100%;
  background-color: transparent;
}
.buttondrptext{
  display: flex;
  justify-content: space-between;
}
.rotat{
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rotat.down{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
.listconten a li{
  text-transform:uppercase;
}
.txtsuit{
  text-transform:uppercase;
  font-size: 13px;
}
.custom-select select{
  background-color:transparent;
  width:100%;
  position:relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  border:0;
}
.custom-select{
  display:flex;
  align-items:center;
}
.highlight{
  color:#bfa463;
}
select::-ms-expand {
  display: none;
}
select:focus{
  outline:none;

}
#currency option{
background-color:#171717;

}
#nav {
  background: var(--backgorund-color);
  box-shadow: 0 0.5rem 1.5rem rgba(112, 112, 112, 0.1);
  top: 0;
  z-index: 10;
  position: relative;
  /* z-index: 10;
  position: sticky; */
}
.nav__hamburger {
  cursor: pointer;
}
.hamburger-menu {
    position: fixed;
    color: #f0f0f0;
    top: 0;
    left: -100%;
    width: 100%;
    background: var(--backgorund-color);
    z-index: 10001;
    height: 100vh;
    /* Might Need to Remove */
    overflow: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all .3s;
}
.hamburger-menu.open {
  left: 0rem;
  width: 100%;
}
.hamburger-category-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: var(--backgorund-color);
    z-index: 9991;
    height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hamburger-category-menu.open {
  left: 0rem;
  width: 90%;
}
body.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 110%; */
    height: 100vh;
    background: var(--backgorund-color);
    opacity: 0.7;
    /* filter: blur(1px); */
    z-index: 999;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.hamburger-menu .hamburger-top,
.hamburger-category-menu .hamburger-top {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--secondary-font-color);
  padding: 1.5rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
    height:87px;
}
.logonav{
    display: flex;
    justify-content: center;
}

.hamburger-nav-icon {
  width: 15px;
}
.hamburger-nav-logo {
  width: 200px;
}
.hamburger-nav-shoppingbag {
  width: 22px;
}
.close__toggle,
.category-close-toggle {
  justify-self: flex-end;
}
.hamburger-search-container {
  padding: 1.25rem 1rem 0.45rem 1.5rem;
}
.hamburger-search-container .search-container {
  justify-content: space-between;
  border-color: #4a4a4a;
  align-items: center;
}

.hamburger-search-container .search-container input[type="text"] {
  width: 70%;
  margin: 0;
  margin-left: 0.8rem;
  padding: 0;
  font-size:11px;
}
/* .hamburger-search-container
  .search-container
  input[type="text"]::placeholder::first-letter {
  text-transform: uppercase;
} */
.hamburger-search-container .search-container:hover {
  border-color: #bfa463;
}

#navsearch{
  width: 100%;
height: 42px;
background: transparent;
    background-attachment: scroll;
outline: none;
font-family: 'Century Gothic', sans-serif;
font-size: 12px;
line-height: 14px;
color:#fafafa;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


.hamburger-search-container .search-container input[type="text"]::placeholder {
  font-size: 13px;
  color:#ffffff;
  font-family: 'Century Gothic', sans-serif;
}
.hamburger-search-container img {
  width: 30px;
}


.mobilebox{
  width:100%;
  height: 36px;
  overflow: hidden;
  margin-top:20px;
  border-bottom:1px solid #2a2a2a;
}
.mobilemodule{
  height:60px;
  display:flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.tab{
  overflow-x: scroll;
  width:100%;
  padding-left:0px;
  font-size:16px;
  text-transform:uppercase;
}
.sub {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height:35px;
  /*border-bottom:1px solid #bfa463;*/
  margin-left:30px;
  margin-right:30px;
}
/*.sub a{*/
/*  color: #bfa463;*/
/*}*/
.inactivea{
  color:#ffffff !important;
}
.inactive {
  place-items: center;
  border-bottom:none !important;
}
.hamburger-slider p,
.hamburger-slider a {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 0;
}
.hamburger-slider p:hover,
.hamburger-slider a:hover {
  border-color: var(--hover-color);
  color: var(--hover-color);
}
.hamburger-category {
  /* margin-top: 1.2rem; */
  /* height: 30%; */
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2a2a2a;
}
.hamburger-category-all {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
}
.hamburger-category-list{

  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-left:1.8rem;
  padding-right:1.8rem;
  margin-bottom:0px !important;
  background: #171717;
}
.hamburger-user-list {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left:20px !important;
}
.hamburger-category a,
.hamburger-category-all a {
  -webkit-tap-highlight-color: transparent;
}
.hamburger-category-list-item
 {
  background: #171717;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:58px;
  border-bottom:1px solid #4a4a4a;

}
#men-all:last-child .hamburger-category-list-item
 {
  border: 0px;
}

.hamburger-category-list-item img {
  width: 15px;
}
.hamburger-category-list-item:hover {
  color: #bfa463;
}
.hamburger-user {
  /* height: 25%; */
  display: flex;
  align-items: center;
  background-color:#0c0c0c;
}

.hamburger-user-list-item {
  /* background: #0f0e0e; */
  background: #0c0c0c;
  -webkit-tap-highlight-color: transparent;
  height:50px;
}
.hamburger-user-list{
  background-color:#0c0c0c;
}
.hamburger-user-list-item {
  display: flex;
  align-items: center;
}
.hamburger-user-list-item img {
  width: 19px;
  margin-right: 0.5rem;
}
.locator-icon img {
  width: 16px;
}
.locator-icons img{
  width:16px;
}
.hamburger-bg-color {
  height: 100%;
  background: #0c0c0c;
  padding-top:1.2rem;
}

.category-dropdown {
  background: var(--font-color);
}
.category-dropdown-suit {
  display: none;
}
.category-dropdown-jacket {
  display: none;
}
.category-dropdown-tuxedo {
  display: none;
}
.category-dropdown li {
  padding-left: 4rem;
  background: #0c0c0c;
  color: #ffffff;
}
.category-dropdown li:hover {
  background: #0c0c0c;
  background: #0c0c0c;
}
.category-dropdown-suit.active {
  display: block;
}
.suit-category,
.jacket-category,
.tuxedo-category {
  background: var(--backgorund-color);
  color: var(--font-color);
  position: relative;
}
.suit-category:before,
.jacket-category:before,
.tuxedo-category:before {
  content: "";
  position: absolute;
  left: 2.5%;
  bottom: 0;
  height: 1px;
  width: 95%; /* or 100px */
  border-bottom: 1px solid #cccccc;
}
.category-dropdown-div {
  background: var(--font-color);
}
.category-dropdown-jacket.active {
  display: block;
}
.category-dropdown-tuxedo.active {
  display: block;
}


@media only screen and (max-width: 321px) {
  .hamburger-category {
    margin-top: 0.5rem;
  }
  .hamburger-user {
    height: initial;
  }
  .hamburger-category {
    height: initial;
  }
  .hamburger-category-list-item,
  .hamburger-user-list-item {
    padding: 0.7rem 1.8rem;
  }



}
/* Nav Mobile */
/* Nav Mobile */
/* Nav Mobile */
/* Nav Mobile */
#nav-mobile {
  display: none;
  grid-template-columns: 1fr 6fr 1fr;
  padding: 1.7rem 1.3rem;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
  top: 0;
  background: var(--backgorund-color);
  position: sticky;
  border-bottom:1px solid #2a2a2a;
}
#nav-mobile .mobile-nav-icon {
  width: 32px;
}
.mobile-nav-logo {
  width: 200px;
  justify-self: center;
}
.mobile-nav-shoppingbag {
  justify-self: flex-end;
}
/* Nav Mobile */
/* Nav Mobile */
/* Nav Mobile */
/* Nav Mobile */
#nav .container {
  padding: 2rem 1.6rem;
}
@media only screen and (max-width: 700px) {
  #nav .container {
    padding: 2rem 0.5rem;
  }
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-normal {
  display: grid;
  padding: 1rem;
  padding-top: 1.4rem;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.logo {
  width: 100%;
  display: grid;
  /* background: red; */
  place-items: center;
}
.logo img {
  width: 90%;
}

.nav-list {
  display: flex;
  align-items: center;
}
.nav-bottom {
  margin-left: 0.2rem;
}
.nav-bottom li {
  margin-left: 2.4rem;
}
/* .nav-bottom li a:hover {
  color: #bfa463;
  padding-bottom: 0.5rem;
  transition: 0.3s;
}
.nav-bottom li a:active {
  color: #bfa463;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bfa463;
}
.nav-left li a:hover {
  color: #bfa463;
  padding-bottom: 0.3rem;
  transition: 0.3s;
}
.nav-left li a:active {
  color: #bfa463;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bfa463;
} */



.hidcat{
  opacity:0;

}

.nav-right {
  justify-self: flex-end;
}
.nav-right a {
  color: #cacaca;
}
.nav-left {
  font-size: 1rem;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--light-color);
  width: inherit;
  width: 4rem;
  /* border-radius: 5px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
  background: var(--backgorund-color);
  /* border-bottom: 1px solid #333; */
}
.dropdown-content a {
  display: block;
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
}
.dropdown-content a:first-child {
  margin-top: 0.2rem;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.nav-left a {
  color: #cacaca;
}
.nav-right li:not(:last-child) {
  margin-right: 1.3rem;
}
.nav-left li:not(:last-child) {
  margin-right: 2.5rem;
}
.nav-right li i {
  font-size: 1.1rem;
  color: var(--secondary-font-color);
}
.nav-right img {
  width: 30px;
  /* height: 20px; */
}
.nav-list li {
  text-transform: capitalize;
}
.nav-bottom li {
  margin: 0 2.2rem;
}
.nav-bottom li a {
  color: #cacaca;
  font-size: 17px;
}
.search-container {
  border: 0.5px solid #969696;
  border-radius: 25px;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}
.search-container input[type="text"] {
  background: transparent;
  width: 9rem;
  margin-left: 0.3rem;
  padding-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  /* padding of search bar  */
  color: #f0f0f0;
  border: none;
}
.search-container input[type="text"]::placeholder {
  font-size: 0.8rem;
  color: #f0f0f0;
}
.search-container input:focus {
  border-color: var(--font-color);
  outline: none;
}
.search-container button {
  background: transparent;
  font-size: 17px;
  margin-right: 0.3rem;
  border: none;
  margin-top: 0.3rem;
  cursor: pointer;
  color: var(--font-color);
}
.nav-normal-bottom {
  display: flex;
  align-items: center;
  /* padding-bottom: .1rem; */
  justify-content: center;
  margin-top: 1.5rem;
}
.nav-normal-bottom ul li {
  text-transform: uppercase;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1380px) {
  .nav-normal {
    padding: 1rem;
    padding-top: 0rem;
    width: 100%;
  }
  .nav-bottom li {
    margin: 0 2.1rem;
  }
  .nav-bottom li a {
    font-size: 0.9rem;
  }
  .nav-left {
    font-size: 0.85rem;
  }
  .nav-right img {
    width: 25px;
  }
  .search-container input[type="text"] {
    width: 8rem;
    margin-left: 0.3rem;
    padding-bottom: 0.15rem;
  }
  .search-container input[type="text"]::placeholder {
    font-size: 0.7rem;
  }
  .nav-right li:not(:last-child) {
    margin-right: 1.1rem;
  }
  .nav-left li:not(:last-child) {
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 991px) {
  #nav {
    display: none ;
  }
  #nav-mobile {
    display: grid;
  }
}
.sub-sub-category{
  display: none;
}
@media screen and (min-width: 991px) and (orientation: landscape){
    #nav-mobile {
        display: none;
        grid-template-columns: 1fr 6fr 1fr;
        padding: 1.7rem 1.3rem;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        z-index: 99;
        top: 0;
        background: var(--backgorund-color);
        position: sticky;
        border-bottom: 1px solid #2a2a2a;
    }
}
@media only screen and (max-width: 991px)  {
    .sub-sub-category{
        display: block;
        width:100%;
        height:100%;
        position:fixed;
        z-index:9991;
        background: var(--backgorund-color);
        -webkit-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
    }
.sub-sub-head{
  display:flex;
  align-items: center;
  padding: 1.7rem 1.3rem;
  border-bottom: 1px solid #2a2a2a;
}
.sub-sub-head p{
  margin-bottom: 0px;
  text-transform: uppercase;
}
.sub-icon{
  width: 12px !important;
  margin-right: 15px;
}
.sublist-cat{
  padding: .6rem 1.8rem;
  background: #171717;
  width: 100%;
}
.sub-sub-list{
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #171717;
}
.list-category{
  margin-bottom: 0px;
}

.drpbutton{
  width:100%;
  text-align:left;
}
.drpdiv{
  display:flex;
  align-item:center;
  justify-content:center;
}
.drptext{
  color:white;
}
    .dropcontent{
        position:relative;
        overflow:hidden;
        -webkit-transition:all;
        -o-transition:all;
        transition:all;
        max-height:0px;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms
    }

}
