body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
html {
    overflow-x: hidden;
}

.header-wrapper {
    background-color: #62120C;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 1% 5%;
    position: fixed;
    width: 100vw;
    z-index: 999 !important;
    max-height: calc(5vh + 4vw);
    display: flex;
    top: 0;
}
.buyers-policy-menu {
    display: flex !important;
}
.slider div {
    width: 100vw !important;
}
.slider div > img {
    width: 100vw;
}
.bx-viewport {
    height: auto !important;
}

.bx-wrapper {
    box-shadow: unset !important;
    border: unset !important;
}

.menu-header {
    display: contents;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.main-menu {
    display: none;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    margin-bottom: 10px;
}

.main-menu ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
a {
    margin-top: calc(0.5vw + 0.5vh);
    }
.icons {
    display: flex;
    width: 60% !important;
    flex-wrap: wrap;
    justify-content: end;
}

.icon {
    margin-left: 20px;
    cursor: pointer;
    display: flex;
}

.icon i {
    font-size: 20px;
    margin-top: 6px;
    color: white;
}

.search-container {
    position: relative;
}

.search-form {
    display: flex;
    align-items: center;
    background-color: transparent;
    height: 100%;
}

.search-input {
    padding: 8px 10px;
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    color: white;
    opacity: 1 !important;
    border-bottom: 1px solid white;
    font-weight: 300;
}

.search-icon {
    padding: 5px;
    color: #777;
    cursor: pointer;
}

.toggle-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.bar {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}
/*/////////*/
.footer {
    /*position: fixed;  or position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #62120C;
    color: #ffffff;
    padding: 20px 0;
    font-size: calc(0.6vw + 0.7vh) !important;
}

.footer-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; /* Center menu items on small screens */
}

.footer-menu ul li {
    display: inline;
    margin-right: 20px;
}

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

.footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.footer-social {
    text-align: center; /* Center social icons on small screens */
}

.footer-social a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px; /* Reduce margin between social icons on small screens */
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        padding: 0 10px; /* Reduce padding on small screens */
    }

    .footer-menu ul {
        display: block; /* Display menu items vertically on small screens */
    }

    .footer-menu ul li {
        display: block; /* Display menu items vertically on small screens */
        margin: 10px 0; /* Add margin between menu items on small screens */
    }
}


.brand-section{
    position:relative;
    width: 100%;
    background: linear-gradient(90deg, transparent 60%, cyan);
    margin-bottom:40px;
    height: calc(40vh + 10vw);
    display: flex;
    align-items: center;
}
.brand-section_bc{
    position:relative;
    width: 100vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom:40px;
    height: 95vh;
    background-position: top !important;
    background-position-y: 15% !important;
    display: flex;
}
.logo-tengah img {
    width: calc(15vw + 15.5vh);
}
.brand-section img{
	  width:160px;
}
.title-lookbook {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgb(0, 0, 0) 80%);
    justify-content: center;
    position: absolute;
}
.overlay-text-right{
    padding:0px;
    text-align:center;
    position:absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 0px;
    padding-inline: 5%;
}
.overlay-text-right p{
   color:#FFFFFF;
   font-size:25px;
   font-weight: 300;
   margin-top:20px;
   margin-bottom:28px;
}
.brand-banner a:hover .brand-section {
scale: 1.03;
transition: 0.5s;
}
.brand-banner a .brand-section {
transition: 0.5s;
}

.overlay-text-left{
    padding:0px;
    text-align:center;
    position:absolute;
    right:0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 5%;
}
.overlay-text-left p{
    color:#FFFFFF;
    font-size:25px;
    font-weight: 300;
    margin-top:20px;
   margin-bottom:28px;
}

.overlay-text-left_banner{
    padding:0px;
    text-align:left;
    position:absolute;
    bottom:20%;
    left: 5%;
    display: flex;
    flex-direction: column;
}
.overlay-text-left_banner > a {
    width: fit-content;
}
.overlay-text-left_banner p{
    color:#FFFFFF;
    font-size:25px;
    font-weight: 300;
    margin-top:20px;
   margin-bottom:28px;
}

.overlay-text-center_banner{
    padding:0px;
    text-align:center;
    width: 60%;
    margin-inline: auto;
    margin-bottom: 5%;
}
.overlay-text-center_banner h1{
    color:#FFFFFF;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top:20px;
   margin-bottom:28px;
}
.overlay-text-center_banner p{
    color:#FFFFFF;
    font-size:25px;
    font-weight: 300;
    margin-top:20px;
    margin-bottom:28px;
    padding: unset !important;
}

.text-center_banner{
     position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
}
.text-center_banner h1{
    color:#FFFFFF;
    font-size:36px;
    font-weight: 600;
}
.text-center_banner p{
    color:#FFFFFF;
    font-size:24px;
}
.cat-section_bc{
    position:relative;
    height: 30vw;
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom:40px;
    justify-content: center;
    background-position: top !important;
}

.overlay-text-center{
    padding: 0px;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(0,0,0,0.6);
}
.overlay-text-center:hover {
    background: rgba(0,0,0,0.2);
}
.overlay-text-center a:hover {
    background: white !important;
    color: black !important;
    border: unset !important;
}
.overlay-text-center a {
    display: block;
    width: fit-content;
}
.overlay-text-center h4{
    color:#FFFFFF;
    font-size:25px;
    font-weight: 300;
    margin-top:20px;
   margin-bottom:28px;
}
.policy{
    padding:32px 0px;
}
.policy h2{
    font-size: 1.4rem;
    margin-bottom: unset !important;
}
.policy ul{
    list-style-type: none;
    padding-left:0px;
    text-decoration: none;
    margin-bottom: unset;
}
.policy a{
    text-decoration: none;
    color:#2D2D2D;
    opacity: 100%;
}
nav {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media only screen and (orientation: landscape) {
nav {
    background-color: #fff !important;
}
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav a {
    text-decoration: none;
    color: #000; 
    /*padding: 10px;*/
    display: block;
    transition: border-bottom 0.3s ease; 

}

nav a:hover {
	color:blue;
}


.background {
    background-size: cover !important;
    position: relative;
    background-position: top !important;
  }
  
  .play-button {
    width: 500px;
    height: 500px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 40%;
    border: unset;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .play-button:hover {
    border: 3px solid rgba(255, 255, 255, 0.5);
    transition: 0.5s;
    border-radius: 50%;
    }
  
  .play-icon {
    width: 60px;
    height: 60px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/YouTube_play_button_icon_%282013%E2%80%932017%29.svg/1280px-YouTube_play_button_icon_%282013%E2%80%932017%29.svg.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
  }
  
  .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  
  .close-button {
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: -4%;
    right: -2%;
    color: black;
    background: white;
    border-radius: 50%;
    line-height: 0;
    width: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 2vw;
  }
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


.submenu {
    position: relative;
}

.submenu-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.submenu:hover .submenu-content {
    display: block;
}

.submenu-content img {
    width: 200px; /* Adjust image width as needed */
}

.brand-images img {
    margin-right: 10px; /* Adjust margin between images */
    padding:20px;
    width: auto !important;
    max-height: calc(7vw + 7vh) !important;
}
.lookbook-list img {
	object-fit: cover;
    max-height: 80vh;
    height: 100%;
}
.events-top h1 {
	font-size:36px;
    font-weight: 600;
	text-align: center;
}
.events-top p{
	margin-top:60px;
	margin-bottom:100px;
	text-align: center;
}
.event-list .col-md-4{
	margin-bottom: calc(1.5vw + 2vh) !important;
}
.shop-list .col-md-4{
	margin-bottom: 40px;
}
.row.event-list > .col-md-4 > a:nth-child(1) {
    height: 80vh !important;
    display: flex;
}
.row.event-list > .col-md-4 > a:nth-child(1) img {
    object-fit: cover;
}

.input-stepper {
    background: white;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 5px;
}

.input-stepper button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.input-stepper button[disabled] {
    cursor: not-allowed;
    opacity: .4;
}

.input-stepper button i {
    color: #000;
    font-size: 12px;
}

.input-stepper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
    text-align: center;
    padding:8px;
}
#hamburger-menu {
    display: none;
}
.close-menu {
    display: none;
}
.bag-chip{
    margin-left: -10px;
    margin-top: 10px;
    background: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 22px;
    text-align: center;
}
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color:#b3b3b3;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    font-weight:bold;
    color:black;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    font-weight:bold;
    color:black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px 40px 12px;
    border: 1px solid #ccc;
    border-top: none;
    text-align:center;
  }
  .tablinks {
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    border: none;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 16px;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }

  .modal_button{
    width: 100%;display: inline-block;text-align: center;padding: 4px;border-radius: 4px;text-decoration: none;cursor: pointer;
  }

  /*order area*/
.your-order-area {
    padding: 40px 50px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, 0.1);
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
      padding: 40px 25px 50px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .your-order-area {
      padding: 40px 12px 50px;
      margin-top: 30px;
    }
  }
  
  .your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase;
  }
  
  .your-order-area h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #ff6e21;
    width: 50px;
    height: 2px;
  }
  
  .your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
  }
  
  .your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #ff6e21;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-shipping {
    padding: 15px 0 13px;
    display: block;
    overflow: hidden;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
    float: right;
    font-size: 14px;
    text-align: right;
    color: #333;
    text-transform: capitalize;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px;
  }
  
  .your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 16px;
  }
  
  .your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
  }
  
  .your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
  }
  
  .your-order-area .your-order-wrap .your-order-middle ul li:last-child {
    margin-bottom: 0;
  }
  
  .your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
  }
  
  .your-order-area .your-order-wrap .payment-method {
    margin: 17px 0 0;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0 0 21px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  @media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap .payment-method .sin-payment label {
      display: block;
    }
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment label a {
    text-decoration: underline;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none;
  }
  
  .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
    font-size: 14px;
    margin: 0;
  }
  
  .your-order-area .Place-order a {
    background-color: #ff6e21;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  
  .your-order-area .Place-order a:hover {
    background-color: #333;
  }
  
  @media only screen and (max-width: 767px) {
    .checkout-main-area.pb-70 {
      padding-bottom: 50px;
    }
  }
  .your-order-info ul{
    list-style: outside none none;
    padding-left:0px;
  }
  .your-order-middle ul{
    list-style: outside none none;
    padding-left:0px;
  }

  .button-login{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    border:none;
  }
  .myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .myaccount-tab-menu a{
    border: 1px solid #ccc;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-top:-1px;
    text-decoration:none;
    color:black;
  }
  .myaccount-content{
    border: 1px solid #eeeeee;
    padding: 30px;
  }
  .myaccount-content h3{
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .pro-pagination-style ul li {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style ul li {
    margin: 0 4px;
  }
}

.pro-pagination-style ul li a {
  border: 1px solid #CdCdCd;
  color: #1B1B1B;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
}

.pro-pagination-style ul li a.active, .pro-pagination-style ul li a:hover {
  background-color: #232830;
  color: #fff;
  border: 1px solid #232830;
}

.pro-pagination-style ul li a i {
  line-height: 38px;
}

.pro-pagination-style ul li:last-child {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-30 {
    margin-top: 0;
  }
}
.sidebar-widget-list-2 a{
  text-decoration:auto;
  color: #1d1d1d;
}
.sidebar-widget-list-2 ul{
  list-style:outside none none;
  margin:0;
  padding:0;
}
.sidebar-widget-list-2 ul li{
  color: #1d1d1d;
  padding-bottom: 14px;
}
.policies-title{
  margin-bottom:40px;
}
.policies-dec{
  line-height:1.7;
}
