body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
  color: #001017;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
}

button {
  cursor: pointer !important;
}
.logo.header-log img {
  width: 100%;
  height: 100%;

  transform: scale(1.4); 
  transform-origin: center;
}

p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #001017;
  margin: 0px;
}

img {
  max-width: 100%;
}

a {
  color: #038DCE;
}

a:hover {
  color: #038DCE;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Default Css */
.container {
  max-width: 1056px;
  position: relative;
  padding: 0px 15px;
  margin: 0px auto;
  width: 100%;
}

.main-content {
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

h2 {
  font-size: 26px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {}

h5 {}

h6 {}
.mega-menu .col-3 a{
  font-size: 12px !important; 
  cursor: pointer;
}

/* Forgot Password */
#wrapper.frg-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 196px);
  width: 100%;
  flex-direction: column;
}

.forgot-password-block form .form-group {
  width: 100%;
}

.forgot-password-block {
  max-width: 852px;
  margin: 0px auto;
  background: #FAFAFA;
  margin-top: 40px;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.forgot-password-block .react-tel-input input.form-control {
  border: 1px solid #001017;
  width: 100%;
  display: inline-block;
  line-height: 45px;
  font-size: 15px;
  outline: none;
  border-radius: 0px;
  height: 45px;
}

.forgot-password-block h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #001017;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.forgot-password-block h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #001017;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.forgot-password-block p {
  max-width: 677px;
  text-align: center;
  margin-bottom: 10px;
}

.forgot-password-block form {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 558px;
  width: 100%;
}

.forgot-password-block form input[type="email"],
.forgot-password-block form input[type="password"],
.forgot-password-block form input[type="text"] {
  border: 1px solid #001017;
  width: 100%;
  display: inline-block;
  line-height: 45px;
  padding: 0px 15px;
  font-size: 15px;
}


.forgot-password-block form button[type="submit"] {
  background: #001017;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 55px;
  border: 0px;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease-in-all 0.4s;
}

.forgot-password-block form input[type="submit"]:hover {
  background: #cccccc;
}

.forgot-password-block form>p {
  margin-top: 30px;
}

.forgot-password-block form>p a {
  font-weight: 600;
  color: #038DCE;
}

header {
  position: relative;
  z-index: 99;
  background: #fff;
}

/* Header */
.hdr-top {
  background: #001017;
}

.social-media ul {
  display: flex;
  margin: 0px;
  padding: 10px 0px;
  gap: 20px;
  list-style: none;
}

.social-media ul li {}

.social-media ul li a:hover {
  opacity: 0.5
}

.social-media ul li a img {
  float: left;
}

.hdr-mid .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  gap: 20px;
}

.left-menu ul li {
  list-style: none
}

.left-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  color: #001017;
  padding: 0px 12px;
}

.left-menu ul li:hover a,
.left-menu ul li.active a {
  font-weight: 700;
  background: #001017;
  color: #fff;
  float: left;
}

header .logo img {
  float: left;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  max-width: 435px;
  border: 1px solid rgba(0, 16, 23, 0.3);
  border-radius: 50px;
      flex-direction: row-reverse;
}

.searchTerm {
  width: 100%;
  border: 0px;
  border-radius: 40px 0px 0px 40px;
  padding: 0px 15px 0px 0px;
  height: 38px;
  outline: none;
      border-radius: 40px;
}


.searchButton {
  width: 40px;
  height: 38px;
  border: none;
  background: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding-top: 5px;
}

.right-function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.right-function>ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
  padding: 0px;
  margin: 0px;
}
.right-function>ul li.profile {
  position: relative;
}
.right-function>ul li.profile ul {
display: block;
    position: absolute;
    right: 0px;
    top: 20px;
    height: 0;
    width: 160px;
    overflow: hidden;
    background: #fff;
    transition: .2s;
    margin: 0px;
       padding:  0px;
    list-style: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.right-function>ul li.profile:hover ul{
  height: 108px;
 padding: 10px 0px;
}
.right-function>ul li.profile ul li {
    display: inline-block;
    width: 100%;
}
.right-function>ul li.profile ul li:first-child img {
    max-width: 15px;
    height: auto;
    margin-top: 4px;
}
.right-function>ul li.profile ul li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    padding: 4px 10px;
    display: inline-block;
    width: 100%;
}
.right-function>ul li.profile ul li button{
width: 100%;
    display: inline-block;
    color: #000;
    text-decoration: none;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border: 0px;
    outline: none;
    position: relative;
    z-index: 9;
    font-family: "Poppins", sans-serif !important;
    background: none;
    text-align: left;
    padding: 4px 10px;
}
.right-function>ul li.profile ul li a:hover,
.right-function>ul li.profile ul li button:hover{
  color: #038DCE;
}
.right-function>ul li:first-child {
  position: relative;
}

.right-function>ul li:first-child .cart-icon {
  position: absolute;
  top: -9px;
  right: -8px;
  border: 1px solid #038DCE;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 12px;
  color: #fff;
  background: #038DCE;
}

.right-function>ul li img {
  float: left;
}

.right-function ul.account-icons li a svg {
  fill: #001017;
  width: 18px;
  height: 18px;
  float: left;
}

.right-function ul.account-icons li a:hover svg {
  fill: #038DCE;
}

.language ul ul {
  /* display: none; */
  background: #fff;
  z-index: 2;
}

.language ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 32px;
}

.language ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #001017;
  text-decoration: none;
}

.language ul li.has-sub-menu {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
}

.language ul li.has-sub-menu:before {
  content: '';
  background: url(../images/dropdown.png) no-repeat 0px 0px;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 0px;
  top: 8px;
}

.hdr-mid {
  padding: 18px 0px;
  border-bottom: 2px solid #00101733;
}

.language ul li.has-sub-menu:hover ul {
  display: block;
  position: absolute;
  background: #fff;
  min-width: 120px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.language ul li.has-sub-menu:hover ul {
  display: block;
}

.language ul li.has-sub-menu:hover ul>li {
  border-bottom: 1px solid #00000021;
}

.language ul li.has-sub-menu:hover ul>li a {
  background: #fff;
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
}

.language ul li.has-sub-menu:hover ul>li:hover a {
  color: #fff;
  background: #000;
}

/* Header Menu */
ul.nav-menu {
  display: flex;
  margin: 0px 0px 0px;
  list-style: none;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #00101720;
  position: relative;
  padding: 0px;
}

ul.nav-menu>li>a,ul.nav-menu>li>button {
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
  color: #001017;
  margin: 20px 0px 20px;
  display: inline-block;
  position: relative;
}

/* ul.nav-menu>li:hover>a, */
ul.nav-menu>li.active>a ,ul.nav-menu>li.active>button{
  /* font-weight: 700; */
  /* transition: 0.3s ease-in-out; */
  position: relative;
  cursor: pointer;
}
.nav-menu li.active>button {
  color: #038DCE;
  background: transparent;
  border: none;
}
.mega-menu .col-3.active button {
  color: #038dce;
}
.nav-menu li button {
  background: transparent;
  border: none;
}
.mega-menu .col-3 button {
  display: block;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
ul.nav-menu li a::before,
ul.nav-menu li.active a::before, 
ul.nav-menu li button::before,
ul.nav-menu li.active button::before 

{
  content: '';
  position: absolute;
  height: 2px !important;
  /* background: #038fd1; */
  width: 0;
  bottom: 0px !important;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}

/* ul.nav-menu>li:hover>a:before, */
ul.nav-menu>li.active>a:before {
  width: 100%;
}

/* ul.nav-menu>li>a:hover {
  color: #038fd1;
} */

.mega-menu {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 42px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  padding: 8px 0px 20px 0px;
  box-shadow: 0px 0px 4px #00000030;
}

.mega-menu .container {
  display: flex;
  justify-content: center;
}

.mega-menu h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: capitalize;
}

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

.mega-menu ul li {
  margin-top: 5px;
}

.mega-menu .col-2.image-block li {
  position: relative;
  display: inline-block;
}

.mega-menu .col-2.image-block li img {
  float: left;
}

.mega-menu .col-2.image-block li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 46px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  background: rgb(0, 16, 23);
  background: linear-gradient(0deg, rgba(0, 16, 23, 1) 0%, rgba(0, 87, 125, 0) 100%);
}

.mega-menu ul li a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #001017;
}
.mega-menu .col-3 a:hover,
.mega-menu ul li a:hover,
.mega-menu ul li:hover a,
.mega-menu .col-3 button:hover,
.mega-menu ul li button:hover,
.mega-menu ul li:hover button

{
  font-weight: 400;
  color: #038dce;
}

.mega-menu .col-3 a.active,
.mega-menu ul li a.active,
.mega-menu ul li.active a {
  font-weight: 400;
  color: #038dce;
}

.mega-menu .col-8 {
  max-width: 672px;
  width: 100%;
  padding-top: 10px;
}

.mega-menu .col-8 ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.mega-menu .col-2 {
  width: 100%;
  max-width: 25%;
  width: 100%;
}

.mega-menu .col-8 ul li a span {
  font-size: 18px;
  color: #001017;
  font-weight: 400;
}

/* Checkout */
.container.checkout {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 50px;
  margin-bottom: 60px;
  align-items: flex-start;
}

.container.checkout .checkout-left {
  width: 100%;
  max-width: 592px;
}

.container.checkout .checkout-left h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 30px;
}

.checkout-alert {
  background: #F6F6F6;
  /* background: #FFEBCC; */
  display: flex;
  gap: 14px;
  padding: 12px 20px;
  margin-bottom: 30px;
  align-items: center;
}

.checkout-alert h4 {
  font-size: 14px;
  font-weight: 600;
}

.checkout-alert span {
  font-size: 12px;
  font-weight: 400;
  /* color: #00101770; */
  color: #000;

}

.checkout-alert .info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.checkout-alert img {
  width: 27px;
  height: 19px;
  display: inline-block;
  float: left;
  margin: 0px;
}

.container.checkout .checkout-left .fomr-block h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
}

.container.checkout .checkout-left .fomr-block .checkout .field-row {
  margin-top: 16px;
}

.container.checkout .checkout-left .fomr-block .checkout>div {
  text-align: center;
}

.container.checkout .checkout-left .fomr-block .checkout>div button {
  display: inline-block;
}

.container.checkout .checkout-left .fomr-block .checkout .field-row.two {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.container.checkout .checkout-left .fomr-block .checkout .field-row .selected-flag {
  border-radius: 3px 0 0 3px;
  height: 100%;
  outline: none;
  padding: 0 0 0 10px;
  position: relative;
  width: 38px;
  height: 34px !important;
}

.container.checkout .checkout-left .fomr-block .checkout .field-row input {
  margin: 0px;
  line-height: 40px;
  border: 1px solid #0010178f;
  width: 100%;
  padding: 0px 16px;
  box-sizing: border-box;
  font-size: 14px;
  /* color: rgba(0, 16, 23, 0.5); */
  color: #000000;
  outline: none;
  /* text-transform: capitalize; */
  border-radius: 5px;
}

.container.checkout .checkout-left .fomr-block .checkout .field-row .field {
  width: 100%;
}

.container.checkout .checkout-left .fomr-block .checkout .btn input[type="submit"] {
  width: 100%;
  border: 0px;
  margin: 30px 0px 0px;
  padding: 0px;
  background: rgba(0, 16, 23, 1);
  color: #fff;
  width: 100%;
  max-width: 271px;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.container.checkout .checkout-left .fomr-block .checkout .btn input[type="submit"]:hover {
  background: #038DCE
}

.container.checkout .checkout-right {
  width: 100%;
  max-width: 418px;
  background: #FAFAFA;
  padding: 20px 30px;
}

.checkout-right .item-total {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 16 23 / 11%);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.checkout-right .delivery-option {
  border-bottom: 1px solid rgb(0 16 23 / 11%);
  padding: 0px 0px 30px;
  margin-bottom: 30px;
}

.checkout-right .item-total .item {
  line-height: 35px;
  font-weight: 500;
  font-size: 22px;
}

.checkout-right .item-total .edit {}

.checkout-right .item-total .edit a {
  text-decoration: none;
  line-height: 27px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 16, 23, 1);
}

.checkout-right .product-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 16 23 / 11%);
}

.container.checkout .checkout-right .items-cart h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.container.checkout .checkout-right .items-cart .apply {
  border: 1px solid rgba(0, 16, 23, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
}

.container.checkout .checkout-right .items-cart .apply input[type="text"] {
  border: 0px;
  padding: 11px 10px;
  display: inline-block;
  outline: none;
  background: transparent;
}

.container.checkout .checkout-right .items-cart .apply a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 10px;
  text-decoration: none;
}

.container.checkout .checkout-right .items-cart .apply a:hover {
  /* color: #fff;
  background: #00000069; */
    pointer-events: none;
}
.container.checkout .checkout-right .items-cart .apply button:disabled {
  pointer-events: none;
  padding: 8px 10px;
}

.container.checkout .checkout-right .items-cart p.credit {
  font-size: 14px;
  margin-bottom: 15px;
}

.container.checkout .checkout-right .items-cart p.credit a {
  text-decoration: none;
}

.container.checkout .checkout-right .items-cart p.check-detail {
  font-size: 14px;
  margin-bottom: 15px;
}

.container.checkout .checkout-right .delivery-option h4 {
  font-weight: 600;
  font-size: 16px;
}

.container.checkout .checkout-right .delivery-option ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.container.checkout .checkout-right .delivery-option ul li {
  border: 1px solid rgba(0, 16, 23, 0.4);
  margin-top: 16px;
}

.container.checkout .checkout-right .delivery-option ul li {
  height: 75px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #001017;
}
.container.checkout .checkout-right .delivery-option ul li.active{
  border: 1px solid #038DCE;
}

.container.checkout .checkout-right .delivery-option ul li label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.container.checkout .checkout-right .delivery-option ul li input.checkbox {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid #001017;
  position: inherit;
  left: 0;
}
.container.checkout .checkout-right .delivery-option ul li .text- {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-right: 75px;
}
span.btm-level {
  font-weight: 400;
  font-size: 14px;
}

.items-cart .product-details .brand {
  padding-left: 0px;
}

.container.checkout .checkout-right .delivery-option ul li.text- span {
  display: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.checkout-right .item-total {
  margin-top: 40px;
  padding-top: 40px;
}

.container.checkout .checkout-right td.Place-Order a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001017;
  width: 100%;
  height: 50px;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
}

.container.checkout .checkout-right td.Place-Order a:hover {
  background: #038DCE;
}


.product-details .brand {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 16, 23, 1);
}

.product-details .pro-name {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 16, 23, 1);
      display: flex;
    gap: 10px;
    width: 100%;
}

.product-details .pro-name h4 {
  font-weight: 500;
  font-size: 13px;
  width: 100%;
}

.product-details .pro-name h4 a {
  color: rgba(0, 16, 23, 1);
  text-decoration: none;
}

.product-details .color span,
.product-details .color {
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #667074;
}

.product-details .size span,
.product-details .size {
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #667074;
}

.product-details .options {
  margin-top: 10px;
}

.product-details span {
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 16, 23, 1);
}
.product-details .regular-price {
  font-size: 18px;
  text-decoration: line-through;
}
.product-details .regular-price:first-child {
  margin-right: 0;
}


.product-details .options ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 6px;
}

.items-cart .product-details .options ul {
  display: none;
}

.product-details .options ul li {
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 16, 23, 1);
}

.product-details .options ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667074;
  line-height: 16px;
}

.product-details .options ul li span a img {
  float: left;
  margin-right: 3px;
}

.container.checkout .checkout-right table.total {
  width: 100%;
}

.container.checkout .checkout-right table.total tr td {
  line-height: 34px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 16, 23, 1);
}

.container.checkout .checkout-right table.total tr td:last-child {
  text-align: right;
}

.product-details .options ul li span a {
  color: #001017;
  text-decoration: none;
}

.product-details .options ul li span a.remove:hover svg,
.product-details .options ul li span a.remove:hover {
  color: #ff0000;
  fill: #ff0000;
}

.product-details .options ul li span a:hover,
.product-details .options ul li span a:hover svg {
  color: #038DCE;
  fill: #038DCE;
}

.product-details .options ul li span a svg {
  fill: #001017;
  float: left;
  margin-right: 5px;
}



/* alert page */
body,
html {
  height: 100%;
  width: 100%;
}

.alert-pg ul.nav-menu {
  margin-bottom: 0px;
}

#wrapper.alert-pg {
  position: relative;
  height: 100%;
  width: 100%;
}

#wrapper.alert-pg:before {
  content: '';
  background: url(../images/alert-img.jpg) no-repeat 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.alert-img img {
  width: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.alert-img {
  margin-top: -20px;
  height: calc(100vh - 167px);
}

.alert-sidebar {
  position: fixed;
  right: 0;
  top: 51px;
  background: #fff;
  max-width: 434px;
  width: 100%;
}

.alert-sidebar {
  position: absolute;
  right: 0;
  top: -1px;
  background: #fff;
  max-width: 434px;
  width: 100%;
  padding: 10px 30px 0px 30px;
  height: calc(100vh - 183px);
  overflow: auto;
}

header .alert-popup-overlay {
  top: 196px;
}

.alert-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.alert-sidebar ul li {
  border-bottom: 1px solid rgba(0, 16, 23, 0.1);
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alert-details {
  max-width: 180px;
}

.alert-sidebar ul li a {
  text-decoration: none;
  color: #001017;
}

.alert-sidebar ul li h4 {
  font-size: 16px;
  font-weight: 400;
  color: #001017;
}

.alert-sidebar ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #001017;
  opacity: 0.9;
}

.alert-sidebar ul li span {
  font-size: 12px;
  font-weight: 400;
  color: #001017;
  opacity: 0.8;
}

.alert-button {
  display: flex;
  gap: 10px;
}

.alert-sidebar ul li a.btn {
  font-size: 12px;
  font-weight: 400;
  color: #001017;
  border: 1px solid #001017;
  padding: 4px 10px;
  display: inline-block;
}

.alert-sidebar ul li a.btn:hover {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.alert-count {
  opacity: 0.6;
  display: flex;
  align-items: center;
}

.alert-count img {
  float: left;
  margin-left: 10px;
}

/* My Account */
.my-account-pg>h2 {
  margin-top: 60px;
}

.my-account {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.my-account .account-info-sidebar {
  width: 100%;
  max-width: 331px;
}

.my-account .account-info-sidebar .profile {
  background: #FAFAFA;
  padding: 0px 20px;
  display: flex;
  gap: 20px;
  height: 184px;
  align-items: center;
}

.my-account .account-info-sidebar .profile img {
  border-radius: 50px;
}

.my-account .account-info-sidebar .profile span {
  font-size: 18px;
  font-weight: 400;
}

.my-account .account-info-sidebar .profile span strong {
  font-weight: 500;
}

.account-info-sidebar ul {
  margin: 16px 0px 0px;
  padding: 10px 0px 0px 30px;
  background: #FAFAFB;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.account-info-sidebar ul li {
  border-bottom: 1px solid #00101724;
  padding: 15px 0px;
  width: 100%;
}

.account-info-sidebar ul li span {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.account-info-sidebar ul li span svg {
  fill: #001017;
}

.account-info-sidebar ul li:hover span svg {
  fill: #038DCE;
}

.account-info-sidebar ul li:hover a {
  color: #038DCE;
}

.account-info-sidebar ul li:last-child {
  border: 0px;
}

.account-info-sidebar ul li a {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #001017;
}

.account-info-sidebar ul li a img {
  float: left;
}

.my-account .account-content {
  width: 100%;
}

.account-content .welcome {
  background: #FAFAFA;
  padding: 0px 20px;
  display: flex;
  gap: 20px;
  height: 184px;
  align-items: center;
}

.account-content .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

/* Order */
.order-pg>h2 {
  margin-top: 50px;
}

div#order ul.order-menu {
  display: flex;
  margin: 40px 0px 0px;
  padding: 0px;
  list-style: none;
  gap: 24px;
}

div#order ul.order-menu li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #001017;
  display: inline-block;
  text-decoration: none;
  padding: 6px 24px;
  border: 1px solid rgba(0, 16, 23, 0.7);
}

#order ul.order-menu li.active a,
#order ul.order-menu li a:hover {
  background: #038DCE;
  color: #fff;
  border-color: #fff;
}

#order table {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
  border-spacing: 0;
  border-collapse: collapse;
}

#order table thead th {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px;
  text-align: center;
}

#order table tbody tr {
  border-top: 1px solid rgba(0, 16, 23, 0.2);
}

#order table tbody td {
  font-size: 14px;
  padding: 20px 0px;
  font-weight: 400;
  text-align: center;
}

#order table .order-det {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: left;
}

.order-det .order-attribute h5 {
  font-weight: 500;
  font-size: 14px;
}

.order-det .order-attribute span {
  font-weight: 400;
  font-size: 14px;
  color: #667074;
}

.order-det .order-attribute {
  display: flex;
  flex-direction: column;
}

/* Pop up */
.offer {
  background: rgba(3, 141, 206, 0.3);
  text-align: center;
  padding: 20px 0px;
  margin-top: 60px;
}

.offer h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #001017;
  font-style: italic;
  text-transform: uppercase;
}

.offer p {
  font-size: 16px;
  font-weight: 400;
}

.pop-up-content {
  display: inline-block;
  width: 100%;
  margin-top: 22px;
}

.pop-up-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 42px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.pop-up-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pop-up-content ul li img {
  width: 100%;
}

.pop-up-content ul li h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}

.pop-up-content ul li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pop-up-content ul li a {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  color: #001017;
  border: 1px solid #001017;
  padding: 17px 49px;
  display: inline-block;
  text-decoration: none;
}

.pop-up-content ul li a:hover {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
}

/* POP up details */
.top-offer {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 16, 23, 0.1);
  padding-bottom: 40px;
}

.top-row {
  display: flex;
  margin-top: 60px;
}

.top-row .left-tab {
  max-width: 50%;
}

.top-row .left-tab .off-text {
  display: flex;
  align-items: end;
}

.top-row .left-tab .off-text .left {
  max-width: 69%;
}

.top-row .left-tab .off-text .left {
  max-width: 69%;
}

.top-row .left-tab .off-text .left span {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
  color: #5E5E5E;
  font-size: 18px;
  font-weight: 400;
}

.top-row .left-tab .off-text .left a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.top-row .left-tab .off-text .right svg path {
  fill: #001017;
}

.top-row .left-tab .off-text .right a:hover svg path {
  fill: light-green;
}

.top-row .left-tab ul {
  list-style: none;
  margin: 57px 0px 0px;
  padding: 0px;
  display: flex;
  gap: 18px;
  max-width: 418px;
}

.top-row .left-tab ul li {
  width: 100%;
}

.top-row .left-tab ul li a {
  display: flex;
  background: #038DCE;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 51px;
  color: #fff;
  text-decoration: none;
  gap: 16px;
}

.top-row .left-tab ul li a:hover {
  background: #000;
}

.top-row .left-tab ul li a img {
  float: left;
}

.also-like {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
}

.also-like>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  margin-top: 20px;
}
.also-like.uniquelist>ul{
  grid-template-columns: 1fr 1fr 1fr;
}


.also-like>ul>li>a {
  height: 430px;
  overflow: hidden;
}

.also-like>ul>li>a>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.also-like>ul>li a {
  display: inline-block;
  width: 100%;
}

.also-like>ul>li img {
  float: left;
  margin-bottom: 10px;
}

.also-like>ul>li h4 a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #001017
}

.also-like>ul>li h4 a:hover {
  color: #038DCE;
}

.also-like>ul>li .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.also-like>ul>li .description span {
  font-size: 14px;
  font-weight: 400;
}

.also-like>ul>li .description span.price {
  font-size: 17px;
  font-weight: 500;
}

.main-content.product-details .also-like>ul>li>a>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
  float: left;
}

.store-filter {
  margin-top: 20px;
}
.parent-shop-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.parent-shop-container .left-sidebar {
    max-width: 319px;
    width:100%;
} 
.store-filter.discover .also-like.latest>ul>li>a {
  height: auto;
  overflow: inherit;
}
.sub-category-list h4{
  background: #F6F6F6;
  padding: 16px;
  /* margin-bottom: 15px; */
  justify-content: space-between;
  min-height: 62px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.parent-shop-container .left-sidebar .sub-category-list ul li a{
  font-size: 13px;
}
.parent-shop-container .left-sidebar .sub-category-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-align: justify;
  padding: 0 16px 16px 16px;
}
.store-filter.discover .also-like.latest>ul>li>a img {
  float: left;
  width: 100%;
}
.parent-shop-container .left-sidebar .sub-category-list ul li label {
    font-size: 13px;
    line-height: 18px;
        cursor: pointer;
}
.parent-shop-container .left-sidebar .sub-category-list ul li label:hover{
 color: #038dce;
}
.store-filter.discover .also-like.latest>ul>li>.description {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.store-filter_right {
  max-width: 816px;
  
}
.store-filter.discover .also-like.latest>ul>li {
  display: flex;
  flex-direction: column;
}

.also-like>ul ul.color {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 8px;
  width: 100%;
}

.also-like>ul ul.color li a {
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 20px;
}

.also-like>ul ul.color li.black a {
  background: #000
}

.also-like>ul ul.color li.color3 a {
  background: #748C70
}

.also-like>ul ul.color li.pink a {
  background: #D0A5EA
}

.also-like>ul ul.color li.color2 a {
  background: #909225
}

.also-like>ul ul.color li.green a {
  background: #748C70
}

.also-like>ul ul.color li.light-brown a {
  background: #98785F
}

.also-like>ul ul.color li.light-green a {
  background: #748C70
}

.also-like>ul ul.color li.red a {
  background: #CA2929
}

.also-like>ul ul.color li.brown a {
  background: #462629
}

.also-like>ul ul.color li.white a {
  background: rgba(240, 240, 248, 1);
  border: 1px solid rgba(0, 16, 23, 0.2);
  height: 13px;
  width: 13px;
}

.also-like>ul ul.color li.light-blue a {
  background: #7DC3EB
}

.main-content.product-details .also-like.pr-dt {
  margin-top: 0px;
}

/* Footer */
footer {
  background: #404040;
  display: inline-block;
  width: 100%
}

footer .col-3 {
  max-width: 25%;
  width: 100%;
}

footer .col-3.one {
  max-width: 320px;

}

footer .col-3.two {
  max-width: 218px;
}

footer .col-3.three {}

footer .col-3.four {
  max-width: 183px;
  float: right;
}

footer .container {
  padding: 40px 15px 35px;
  display: flex;
  justify-content: space-between;
  gap: 39px;
}

footer a,
footer p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

footer h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 24px;
}

footer ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

footer ul li a {
  text-decoration: none;
  text-align: left;
}

footer ul li {
  margin-bottom: 10px;
  text-align: left;
}

footer .col-3>img {
  margin-bottom: 20px;
}

footer .col-3>p {
  margin-bottom: 16px;
}

footer .col-3>p a {
  text-decoration: none;
}

footer .col-3 .social-media ul {
  flex-direction: row;
}

footer .col-3 .social-media ul li a {
  width: 24px;
}

footer .col-3 .social-media ul li a img {
  width: 24px;
  display: inline-block;
}

#nav-icon2 {
  display: none;
}

.mobile-menu {
  display: none;
}

.hdr-top .language {
  display: none;
}

ul#mens.nav-menu {
  display: none;
}

#back {
  display: none;
}

/* Sign In */
.signin-block {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  /*
  display: inline-block;*/
}

.signin-block .tabs {
  max-width: 650px;
  margin: 0px auto;
  background: #FAFAFA;
  width: 100%;
}

.signin-block ul {
  position: relative;
}

.signin-block ul#tabs-nav:before {
  content: '';
  width: 2px;
  height: 25px;
  background: #001017;
  opacity: .2;
  left: 50%;
  position: absolute;
  margin-left: -1px;
  top: 26px;
}

.signin-block ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding: 20px 0px 0px;
  list-style: none;

}

.signin-block ul#tabs-nav li {
  width: 100%;
  max-width: 50%;
  text-align: center;
  border-bottom: 2px solid #0010172b;

}

.signin-block ul#tabs-nav li button {
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  padding-bottom: 15px;
  color: #001017;
  text-transform: uppercase;
  border: 0px;
  outline: none;
  background: none;
}

.signin-block ul#tabs-nav li:hover button,
.signin-block ul#tabs-nav li.active button {
  font-weight: 600;
  cursor: pointer;
}

.signin-block ul#tabs-nav li:hover,
.signin-block ul#tabs-nav li.active {
  border-bottom: 2px solid #038DCE;
}

#tabs-content {
  padding: 60px 147px;
}

#tabs-content form input {
  border: 1px solid #001017;
  width: 100%;
  display: inline-block;
  line-height: 40px;
  padding: 0px 15px;
  font-size: 15px;
  outline: none;
}

#tabs-content form>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0px;
  font-size: 15px;
}

#tabs-content form>span:before {
  content: '';
  height: 1px;
  width: 47%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 33px;
  opacity: 0.3;
}

#tabs-content form>span:after {
  content: '';
  height: 1px;
  width: 47%;
  background: #000000;
  position: absolute;
  right: 0;
  top: 33px;
  opacity: 0.3;
}

.btn-row ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0px 60px;
  padding: 0px;
  list-style: none;
  gap: 16px;
}

.btn-row ul li {
  width: 100%;
  max-width: 50%;
  text-align: center;
}

.btn-row ul li button {
  display: inline-block;
  width: 100%;
  background: #001017;
  line-height: 46px;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border: 0px;
  outline: none;
  cursor: pointer;
}

.btn-row ul li button:hover {
  background: #038DCE;
}

#tabs-content form input[type="password"] {
  margin-top: 25px;
}

.forgot-pass {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: #001017;
  float: right;
  margin: 10px 0px 10px;
  opacity: 0.5;
}

/* .input-row.otp {
  margin-bottom: 20px;
  display: none;
}

.input-row.otp.active {
  display: block;
} */

#tabs-content form .input-submit input[type="submit"] {
  background: #001017;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  border: 0px;
  outline: none;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: ease-in-all 0.4s;
  margin-top: 20px;
}

#tabs-content form .input-submit input[type="submit"]:hover {
  background: #038DCE;
}

.logo.account-sign {
  text-align: center;
  margin-top: 60px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: inherit;
}

#tabs-content {
  padding: 30px 40px;
}

.input-row.confirm-pass {
  margin-bottom: 30px;
}

.agree-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
}

#tabs-content form .agree-text input[type="checkbox"] {
  height: 20px;
  width: 20px !important;
  border: 2px solid #038DCE !important;
  border-radius: 3px;
  margin-right: 20px;
}

.agree-text label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.agree-text label a {
  font-weight: 500;
  text-decoration: none;
}

.agree-text label a:hover {
  color: #001017;
}

div#tab2 form .signin-block {
  margin-bottom: 30px;
}

.sort-row {
  background: #F6F6F6;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.sort-row .sort-by span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 16, 23, 0.6);
}

.sort-row .sort-by select {
  width: 197px;
  border: 1px solid #0010171f;
  padding: 6px 20px 6px 11px;
  background: transparent url(../images/select-arrow.svg) no-repeat 90% 13px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
  outline: none;
      color: #b9b9b9;
}

.sort-row .clear a {
  border: 1px solid #0010171f;
  padding: 4px 20px;
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  color: #001017;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.sort-row .clear a:hover {
  background-color: #038DCE;
  color: #fff;
}

.also-like.latest {
  margin-top: 10px;
}

.main-content section.banner {
  display: inline-block;
  width: 100%;
}

.banner .owl-carousel .owl-item img, .wedding .owl-carousel .owl-item img{
  width: 100%;
  max-height: 100%;
}

.banner-carousel .container {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

.banner-carousel .container h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.banner-carousel .container p {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0px 30px;
}

.banner-carousel .container a {
  width: 213px;
  height: 56px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 40px;
}

.banner-carousel .container a:hover {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
}

.owl-dots button.owl-dot span {
  background: rgba(0, 16, 23, .1) !important;
}

.owl-dots button.owl-dot.active span {
  background: rgba(0, 16, 23, 1) !important;
}

/* section.live {
  padding-bottom: 20px;
  overflow: hidden;
} */

.social-carousel {
  margin: 0;
  display: flex;
  overflow-x: auto;
  width: 100%;
  padding: 0px;
  list-style: none;
  scrollbar-width: none;
}

.latest .container:before,
.live .container:before {
  content: '';
  position: absolute;
  left: -99%;
  right: 0;
  width: 100%;
  /* background: #fff; */
  height: 100%;
  z-index: 9;
  top: 37px;
}

.live .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.live .content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #001017;
  margin-top: 10px;
}

.live .content span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #001017;
}

.wedding>.container>h2 {
  font-size: 30px;
  color: #001017;
  font-weight: 700;
  margin: 0px;
}

.wedding .item .container {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

.wedding .wedding-carousel {
  margin-top: 35px;
}

.wedding>.container>h2 {
  font-size: 30px;
  color: #001017;
  font-weight: 700;
  =
}

.wedding-carousel .content {
  width: 100%;
  text-align: center;
}

.wedding .container .content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  display: inline-block;
}

.wedding .container .content p {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0px 30px;
}

.wedding .container .content a {
  width: 213px;
  height: 56px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 40px;
}

.wedding .container .content a:hover {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
}

.store .owl-nav button.owl-prev.disabled,
.wedding .owl-nav button.owl-prev.disabled {
  display: none;
}

.store .owl-nav button.owl-next.disabled,
.wedding .owl-nav button.owl-next.disabled {
  display: none;
}

.store .owl-nav button.owl-prev,
.wedding .owl-nav button.owl-prev {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-left.png) no-repeat 0px 0px !important;
}

.store .owl-nav button.owl-next,
.wedding .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-right.png) no-repeat 0px 0px !important;
}

.store .owl-nav button span,
.wedding .owl-nav button span {
  display: none
}

.store .owl-nav button.owl-prev:hover,
.wedding .owl-nav button.owl-prev:hover {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-left.png) no-repeat left bottom !important;
}

.store .owl-nav button.owl-next:hover,
.wedding .owl-nav button.owl-next:hover {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-right.png) no-repeat left bottom !important;
}

.store .owl-nav button,
.wedding .owl-nav button {
  border: 0px;
  outline: none;
}

.store .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store .owl-dots {
  margin-top: 16px;
}

.owl-nav button {
  cursor: pointer;
}

section.live h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.owl-theme .owl-nav button.owl-prev.disabled {
  display: none;
}

.owl-theme .owl-nav button.owl-next.disabled {
  display: none;
}

.owl-theme .owl-nav button.owl-prev {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-left.png) no-repeat 0px 0px !important;
}

.owl-theme .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-right.png) no-repeat 0px 0px !important;
}

.owl-theme .owl-nav button span {
  display: none
}

.owl-theme .owl-nav button.owl-prev:hover {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-left.png) no-repeat left bottom !important;
}

.owl-theme .owl-nav button.owl-next:hover {
  height: 30px;
  width: 30px;
  background: url(../images/arrow-right.png) no-repeat left bottom !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: -80px;
}

section.latest {
  overflow: hidden;
  margin-bottom: 20px;
}
section.store .visit-store-digitally h2 {
  display: none;
}
.wedding .owl-dots {
  margin-top: 10px;
}

.wedding .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.latest .owl-carousel .owl-stage-outer {
  overflow: visible;
}

section.latest .content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #001017;
  margin-top: 10px;
}

section.latest .content h4 a {
  text-decoration: none;
  color: #001017;
  font-weight: 600;
  font-size: 15px;

}

section.latest .content span a {
  text-decoration: none;
  color: #001017;
}

.live .item .img-box,
.latests-carousel .item .img-box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-height: 430px;
}

.social-carousel {
  gap: 15px;
  padding-bottom: 15px;
}

.social-carousel .item {
  position: relative;
  float: left;
  min-width: 16.66666%;
  max-width: 100%;
}

.social-carousel .item .img-box {
  position: relative;
  /* max-height: 350px; */
  float: left;
}

.social-carousel .item .img-box img {
  width: 100%;
  height: 100%;
}

.social-carousel .content h3 {
  margin: 0px;
  padding: 0px;
  line-height: 11px;
}

.social-carousel .content h3 a {}

.social-carousel .item .img-box:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/play.png) no-repeat 0px 0px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.social-carousel .item .img-box:hover:before {
  background: url(../images/play.png) no-repeat left bottom;
}

.social-carousel .item .img-box:hover {
  cursor: pointer;
}

section.latest .content span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #001017;
}

section.latest>.container>h2 {
  font-size: 30px;
  color: #001017;
  font-weight: 700;
  margin: 0px 0px 10px;
}

section.latest .content .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.latest .content .price span.price {
  font-weight: 600;
}

section.latest .content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  gap: 6px;
}

section.latest .content ul li a span {
  height: 12px;
  width: 12px;
  color: #33201A;
  border-radius: 20px;
  background: #000;
  border: 1px solid transparent;
  display: inline-block;
}

section.latest .content ul li:last-child a span {
  height: 12px;
  width: 12px;
  color: #fff;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
}

section.store {
  margin: 10px 0px 70px 0px;
}

section.store .store-carousel {
  margin-top: 10px;
}

section.store .owl-stage-outer .container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -195px;
  margin-top: -113px;
  max-width: inherit;
  width: inherit;
  padding: 0px;
}

section.store .owl-stage-outer .container>.content {
  max-width: 398px;
  text-align: center;
}

section.store .owl-stage-outer .container>.content h6 {
  font-size: 20px;
  color: #fff;
  line-height: 45px;
  font-weight: 400;
  margin: 0px 0px 0px;
}

section.store .owl-stage-outer .container>.content h1 {
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
}

section.store .owl-stage-outer .container>.content h1 span {
  background: linear-gradient(to right, #00BA9F 0%, #07A9EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  display: inline-block;
}

section.store .owl-stage-outer .container>.content a {
  width: 213px;
  height: 56px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 40px;
  text-align: center;
}

section.store .owl-stage-outer .container>.content a:hover {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
}

.store-carousel .owl-nav.disabled {
  display: block;
}

.store-carousel .owl-nav.disabled {
  display: block;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.left-menu {
  display: none;
}


/* Store */
.store-list .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.store-search {
  max-width: 260px;
  width: 100%;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}

.store-search button.searchButton {
  height: 44px;
  position: relative;
  left: 0px;
}

.store-search input[type="search"] {
  width: 100%;
  line-height: 40px;
  border: 0px;
  outline: none;
  font-size: 14px;
  color: #001017;
  margin-right: 10px;
}

.store-search img.close {
  margin-right: 10px;
  display: none;
}

.store-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 16px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
  margin-top: 30px;
}

.store-list ul li img {
  float: left;

}

.store-list ul li {
  float: left;
}

.store-list ul>li>a {
  height: 200px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.store-list ul>li>a>img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 100%;
  padding: 10px 16px 0px;
}

.store-list .brand {
  width: 100%;
  padding: 4px 16px 0px 0px;
}

.brand h4 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.store-list .brand a {
  display: none;
}

.brand a {
  display: inline-block;
  text-decoration: none;
  width: 98px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #001017;
  border: 1px solid #001017;
}

.brand a:hover {
  background: #038DCE;
  border-color: #038DCE;
  color: #fff;
}

.store-list {
  margin-top: 30px;
}

.store-banner {
  margin-bottom: 30px;
}

.store-banner img {
  width: 100%;
}

.store-videos h1 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
}

.store-videos ul.desktop_cls {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.store-videos ul li img {
  float: left;
}

.store-videos ul li h4 {
  /*  width: 90%;
    position: relative;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.store-videos ul li h4 {
  margin-top: 0px;
  display: inline-block;
}

.store-videos ul li p {
  font-size: 14px;
  line-height: 20px;
}

.live h2,
.wedding h2,
.latest h2,
.store h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.live h2 a,
.wedding h2 a,
.latest h2 a,
.store h2 a {
  height: 30px;
  width: 30px;
  background: url(../images/carousel-arrow.svg) no-repeat 0px 0px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;

}

.store-videos ul li .img-box {
  position: relative;
  display: inline-block;
}

.store-videos ul li .img-box a.trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/play.png) no-repeat 0px 0px;
}

.store-videos ul li .img-box a.trigger:hover {
  background: url(../images/play.png) no-repeat left bottom;
}

.store-talks {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 16, 23, 0.1);
  border-bottom: 1px solid rgba(0, 16, 23, 0.1);
  margin-bottom: 30px;
}

.store-talks h3 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}

.agent {
  display: flex;
  justify-content: space-between;
}

.agent .agent-profile {
  display: flex;
  gap: 20px;
  align-items: center;
}

.agent .agent-profile img {
  border-radius: 50%;
  max-width: 30vh;
  max-height: 30vh;
  margin: 15px;
  padding: 10px;
  width: 30vh;
  height: 30vh;
}

.agent .agent-profile .span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.agent .agent-profile .span strong {
  font-size: 16px;
  font-weight: 600;
}

.agent>ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 20px;
}

.agent>ul li a {
  text-decoration: none;
  width: 118px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #038DCE;
  background: #038DCE;
}

.store-filter ul#tabs-nav {
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: flex-start;
  gap: 50px;
  list-style: none;
  margin: 0px;
}

.store-filter ul#tabs-nav li {}

.store-filter ul#tabs-nav li a {
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  padding-bottom: 30px;
  color: #001017;
  text-transform: uppercase;
}

.store-filter ul#tabs-nav li a {}

.store-filter ul#tabs-nav li a {
  padding: 0px;
}

.store-filter ul#tabs-nav li:hover,
ul#tabs-nav li.active a {
  font-weight: 600;
}

.store-filter ul#tabs-nav li {
  width: auto;
  max-width: auto;
  border: 0px;
}

.store-filter ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  border: 0px;
}

.store-filter #tabs-content {
  padding: 0px;
}

.store-filter #tabs-content ul {
  margin: 10px 0px 15px;
  display: flex;
  overflow-x: auto;
  width: 100%;
  padding: 0px;
  list-style: none;
}

.order-details-pg .order-details .product-row .product-details .description.content {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.store-filter #tabs-content ul li a span {
  text-align: center;
  min-width: 80px;
}

.store-filter #tabs-content ul li:last-child {
  margin-right: auto;
}

.store-filter #tabs-content ul li {
  float: left;
  margin: 0px 11px;
}

.store-filter #tabs-content ul li:last-child {
  margin-right: 0px;
}

.store-filter #tabs-content ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #001017;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  gap: 5px;
}

.store-filter #tabs-content ul li a:hover {
  color: #038DCE;
}


.store-filter #tabs-content ul::-webkit-scrollbar {
  width: 12px;
  height: 6px;
  background-color: #F5F5F5;
}

.store-filter #tabs-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #038DCE;
}

.store-filter #tabs-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.tab-filter {
  display: flex;
  width: 100%;
  background: #F6F6F6;
  padding: 16px;
  margin-bottom: 15px;
  justify-content: space-between;
  gap: 15px;
}

/* .tab-filter .filter-option {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
} */
.tab-filter .filter-option {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.tab-filter .filter-option>select {
  background: #FFFFFF url(../images/dropdown.png) no-repeat 94% 15px !important;
  /* border: 0px; */
  width: 145px;
  height: 33px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 14px;
  border-color: #cccccc;
  line-height: 24px;
}

.tab-filter .filter-option>select#price-select {
  width: 150px;
}

.tab-filter .filter-option .sort-by {
  display: flex;
  font-size: 14px;
  color: #00101794;
  align-items: center;
  gap: 15px;
}
.tab-filter .filter-option .sort-by select {
  background: #ffffff !important;
  border: 1px solid #cccccc;
  width: 151px;
  height: 30px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  width: 157px;
  /* color: #b9b9b9; */

}

.store-filter .tab-filter .clear button {
  font-size: 12px;
  line-height: 21px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #001017;
  width: 63px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.store-filter .tab-filter .clear button:hover {
  color: #fff;
  background: #038DCE;
}

#filter-products {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.main-content.deals #filter-products>ul {
  margin: 30px 0px 10px;
}

#filter-products>ul {
  display: flex;
  margin: 30px 0px;
  padding: 0px;
  list-style: none;
  gap: 16px;
}

#filter-products>ul li a {
  font-size: 13px;
  color: #80878b;
  text-decoration: none;
  border: 1px solid #80878b;
  padding: 3px 10px;
  display: inline-block;
}

#filter-products>ul li:hover a,
#filter-products>ul li.active a {
  color: #038DCE;
  border: 1px solid #038DCE;
}

#filter-products .also-like.latest ul,
#filter-products .also-like.latest {
  margin-top: 0px;
}

.live-social h2 {
  margin-top: 15px;
}

.store-videos.live-social #filter-products ul {
  display: inline-block;
  width: 100%;
  margin: 30px 0px 0;
}

.store-videos.live-social #filter-products ul li {
  float: left;
  margin-right: 16px;
  margin-bottom: 15px;
}

.store-videos.live-social>.container>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
  row-gap: 25px;
}

.store-videos.live-social>.container>ul .heading-text h4 {
  font-size: 15px;
  margin-top: 0;
  font-weight: 600;
}

/* Product Carousel */
.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 16px 0px;
  padding: 0px;
  list-style: none;
  gap: 10px;
}

.breadcrumb ul li {
  font-size: 11px;
  line-height: 24px;
  /* opacity: 0.4; */
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #001017;
}

.breadcrumb ul li.active {
  opacity: 1;
}

.product-gallery {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  max-height: 745px;
  width: 100%;
  max-width: 70px;
  overflow: hidden !important;
}

.thumbnails::-webkit-scrollbar {
  width: 2px;
  height: 6px;
  background-color: #038DCE;
}

.thumbnails::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #038DCE;
}

.thumbnails::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.thumbnail {
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 90px;
}

.thumbnail img {
  max-width: 100%;
  max-height: 100%;
  border: 3px solid transparent;
  float: left;
}

.thumbnail.active img {
  border-color: #007cba;
}

.large-image {
  height: 745px;
  position: relative;
  margin-top: 0 !important;
  /* width: 460px; */
}

.large-image .react-transform-wrapper .react-transform-component,
.large-image .react-transform-wrapper {
  height: 100%;
}

.large-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  font-size: 24px;
  width: auto;
}

.product-gallery .large-image button img{
      width: auto;
    height: auto;
    object-fit: inherit;
}
.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.prev-arrow:hover,
.next-arrow:hover {
  background-color: transparent;
}

.price-cont {
  width: 53%;
}
.product-details .order-content .price-details span.discount-value{
  text-wrap: nowrap;
}
.product-icons {
  /* margin-top: 15px; */
  width: 100%;
  max-width: 364px;
  float: right;
}

.product-icons .icons-row {

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
        gap: 10px;
}
.product-icons .icons-row  .enter_store a{
display: flex;
    gap: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    background: #038DCE;
    text-decoration: none;
    padding: 0px 10px;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 34px;
}
.product-icons .icons-row  .enter_store a span{
      line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 16, 23, 1);
}
.product-icons .icons-row  .enter_store a span img{
  float: left;
  padding-right: 5px;
}
.product-icons .icons-row  .enter_store a:hover {
    background: #000;
}
.product-icons .icons-row>ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.price-details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.product-icons .icons-row>ul li {
  width: auto;
}

.product-icons .icons-row>ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;

}

.profile-option .share-links ul li:first-child {
  display: none;
}

.product-icons .icons-row>ul li.gift a {
  background: url(../images/shop-gift.svg) no-repeat 0px 0px;
  background-position: 0px 0px;
  background-size: contain !important;
}

.product-icons .icons-row>ul li.share a ,
.follow-share-sec ul li.share a{
  background: url(../images/shop-share.svg) no-repeat 0px 0px;
  background-position: 0px 0px;
  background-size: contain !important;
}

.product-icons .icons-row>ul li.tag a {
  background: url(../images/shop-tag.svg) no-repeat 0px 0px;
  background-position: 0px 0px;
  background-size: contain !important;
}

.product-icons .icons-row>ul li.watch a {
  background: url(../images/shop-video.svg) no-repeat 0px 0px;
  background-position: 0px 0px;
  background-size: contain !important;
}

.product-icons .icons-row>ul li.gift.active a,
.product-icons .icons-row>ul li.gift a:hover {
  background: url(../images/shop-gift-hover.svg) no-repeat 0px 0px;
}

.product-icons .icons-row>ul li.share.active a,
.product-icons .icons-row>ul li.share a:hover,
.follow-share-sec ul li.share a:hover
{
  background: url(../images/shop-share-hover.svg) no-repeat 0px 0px;
}

.product-icons .icons-row>ul li.tag.active a,
.product-icons .icons-row>ul li.tag a:hover {
  background: url(../images/shop-tag-hover.svg) no-repeat 0px 0px;
}

.product-icons .icons-row>ul li.watch.active a,
.product-icons .icons-row>ul li.watch a:hover {
  background: url(../images/shop-video-hover.svg) no-repeat 0px 0px;
}

.store-btn ul {
  display: flex;
  flex-direction: column;
}

.product-icons .icons-row .store-btn ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  display: flex;
  gap: 17px;
}

.product-icons .icons-row .store-btn ul li:first-child {
  display: none;
}

/* .product-icons .icons-row .store-btn ul {
  display: none;
} */

.product-icons .icons-row .store-btn ul li a img {
  float: left;
}

.product-icons .icons-row .store-btn ul li a {
  display: flex;
  gap: 0px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: #038DCE;
  text-decoration: none;
  padding: 0px 0px;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 37px;
}

.product-icons .icons-row .store-btn ul li:first-child a {
  background: #000;
}

.product-icons .icons-row .store-btn ul li:first-child a:hover {
  background: #038DCE;
}

.order-details .product-option .content p {
  font-size: 14px;
}

.product-icons .icons-row .store-btn ul li a:hover {
  background: #000;
}

.product-option .collapsible-container {
  width: 100%;
  margin: 10px 0px 0px;
  display: inline-block;
}

.product-option .toggle-button {
  width: 100%;
  padding: 10px 16px 6px 16px;
  color: #001017;
  border: 1px solid #0010171a;
  cursor: pointer;
  background: #fff;
  outline: none;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
}

.product-option .toggle-button:hover,
.product-option .toggle-button:focus {
  outline: none;
}

.product-option .toggle-button span {
  height: 24px;
  width: 24px;
  display: inline-block;
  font-size: 20px;
}

.product-option .toggle-button.active span {
  background: url(../images/minimize.png) no-repeat center center;
}

.order-details .product-option .content {
  display: none;
  padding: 10px 16px;
  border: 0px;
  border-top: none;
}

.order-details .product-option .content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.order-details .product-option .content ul li {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}

.order-details .product-container {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
}

.order-details .product-container .image-block {
  width: 100%;
  max-width: 600px;
}

.order-content {
  width: 100%;
  max-width: 505px;
}

.order-content h3.product-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.order-content p.short-description {
  margin-bottom: 10px;
  font-size: 14px;
}


.order-content .price-details span.sale-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  color: #001017;
  margin: 0px 5px;
}

.order-content .price-details span.discount-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #CA2929;
}

.color-variation {
  margin-top: 20px;
  margin-bottom: 20px;
}

.color-variation h4 {
  font-size: 16px;
  font-weight: 300;
}

.color-variation ul {
  display: flex;
  gap: 8px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.color-variation ul li a {
  /* width: 24px;
  height: 24px;*/
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.color-variation ul li a.red {
  background: #CA2929;
}

.color-variation ul li a.white {
  background: #fff;
  border: 1px solid #001017;
  width: 23px;
  height: 23px;
}

.size-variation h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  color: #001017;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .size-variation h4 a,.size-variation h4 button {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #001017;
  letter-spacing: 0.6px;
} */
.size-variation h4 a, .size-variation h4 button {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #001017;
  letter-spacing: 0.6px;
  background: transparent;
  border: none;
}
.size-variation select {
  border: 1px solid #00101733;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  outline: none;
  background: transparent url(../images/select-arrow.svg) no-repeat 97% 15px;
  appearance: none;
  padding: 0px 11px;
  color: #000;
}

.color-variation select.color-dropdown {
  border: 1px solid #00101733;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  outline: none;
  background: transparent url(../images/select-arrow.svg) no-repeat 97% 15px;
  appearance: none;
  padding: 0px 11px;
  color: #000;
}

.add-cart button {
  width: 100%;
  display: inline-block;
  background: #019CDE;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 13px 0px;
  margin-top: 24px;
  margin-bottom: 4px;
  border: 0px;
  outline: none;
  cursor: pointer;
}


.add-cart button:hover {
  background: #001017;
}

.order-details {
  padding: 20px;
  border-bottom: 1px solid #00101720;
  margin-bottom: 20px;
  /* margin-top: 20px; */
}

.main-content.product-details .order-details .container {
  max-width: 1150px;
}

.main-content.product-details>.container .also-like.pr-dt ul {
  margin-top: 0;
}

.main-content.product-details>.container .also-like>ul ul.color {
  margin: 10px 0px 0px;
}

.share-links {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: flex-end;
}

.share-links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 24px 0px 0px;
  padding: 0px;
  gap: 16px;
}

.share-links ul li a {
  border: 1px solid rgba(0, 16, 23, 0.2);
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  color: #001017;
}

.share-links ul li {
  display: inline-block;
}

.profile-details {
  display: inline-block;
  margin: 15px 0px 0px;
}

.share-links ul li a span {
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: url('../images/share-icons.png') no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.share-links ul li:nth-child(2) a span {
  background-position: -47px 0px;
}

.share-links ul li:hover a {
  background: #000;
  color: #fff;
  border-color: #000;
}

.share-links ul li:hover a span {
  background-position: 0 -31px;
}

.share-links ul li:hover:nth-child(2) a span {
  background-position: -47px -31px;
}

.profile-details {
  display: flex;
  margin: 15px 0px 0px;
  justify-content: center;
  gap: 90px;
  padding: 0px;
  list-style: none;
  align-items: center;
}

.profile-details li h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.profile-details li span {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.profile-details li {
  text-align: center;
}

ul.acc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 0px;
  padding: 0px;
  list-style: none;
  gap: 30px;
}

ul.acc-btn li {
  display: inline-block;
}

ul.acc-btn li a {
  width: 135px;
  height: 44px;
  background: #038DCE;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}

ul.acc-btn li a span img {
  float: left;
}

ul.acc-btn li a:hover {
  background: #000;
}

.profile-details .avtar-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 158px;
}

.profile-details .avtar-img h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
}

.profile-details .avtar-img span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}






.shopper .tabs,
.discover .tabs {
  background: no-repeat;
  padding: 0;
}

.tab-filter.discover .filter-option {
  gap: 20px;
}

.tab-filter.discover .filter-option .sort-by select {
  background: transparent;
  border: 1px solid #0010171a;
  width: 145px;
  height: 33px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.tab-filter.discover {
  margin-bottom: 40px;
}

.store-filter.discover {
  margin-top: 15px;
}

.deals .tab-filter {
  margin-top: 20px;
}

.deals .tab-filter .filter-option {
  justify-content: space-between;
  width: 100%;
}

.deals .tab-filter .filter-option .filter span {
  display: flex;
  align-items: center;
  gap: 35px;
}

.deals .tab-filter .filter-option .filter span span {
  flex-direction: column;
  gap: 0;
  align-items: baseline;
  font-size: 12px;
}

.deals .tab-filter .filter-option .clear a {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #0010171a;
  text-decoration: none;
  color: #001017;
  width: 63px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deals .tab-filter .filter-option .clear a:hover {
  color: #fff;
  background: #038DCE;
}

/* Follower */
.store-filter.follower .tabs {
  background: transparent;
  padding: 0px;
}

.store-filter.follower .tabs ul#tabs-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.store-filter.follower .tabs ul#tabs-nav li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #001017;
  display: inline-block;
}

.store-filter.follower .tabs ul#tabs-nav li a {
  text-transform: none;
  border: 1px solid rgba(0, 16, 23, 0.7);
}

.follower .tab-content ul {
  margin: 0px;
  padding: 0px;
  display: grid;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px !important;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.follower .tab-content ul li {
  display: flex;
  border: 1px solid #00101738;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}

.follower .tab-content ul li .space-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.follower .tab-content ul li .space-block .img-box {
  max-width: 80px;
}

.follower .tab-content ul li .space-block .img-box img {
  float: left;
}

.follower .tab-content ul li .space-block h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.follower .tab-content ul li .space-block-link ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.follower .tab-content ul li .space-block-link ul li {
  padding: 0px;
}

.follower .tab-content ul li .space-block-link ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #001017;
  border: 1px solid rgba(0, 16, 23, 0.1);
  text-decoration: none;
  display: inline-block;
  padding: 3px 11px;
}

.follower .tab-content ul li .space-block-link ul li.block a {
  color: rgba(255, 0, 0, 1);
}

.store-filter.follower ul#tabs-nav li.active a,
.store-filter.follower ul#tabs-nav li:hover a {
  background: #038DCE;
  color: #fff !important;
  border-color: #038DCE;
}

.store-filter.follower ul#tabs-nav li a {
  display: inline-block;
  padding: 6px 24px;
}

.store-filter.follower .tabs ul#tabs-nav {
  gap: 24px;
}

.follower .tab-content ul li .space-block-link ul li.accept a {
  color: #038DCE;
}

.coupons ul {
  margin: 60px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.coupons ul li {
  background: #FAFAFA;
  padding: 20px 0px;
}

.coupons ul li .status {
justify-content: space-between;
    margin-bottom: 25px;
    text-align: right;
    width: 100%;
}

.coupons ul li .status a {
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #001017;
  opacity: 0.7;
  text-decoration: none;
}
.coupons ul li .apply {
    text-align: center;
}
.coupons ul li .apply button {
  width: auto;
  padding: 3px 30px;
  background-color: #019CDE;
  color: #fff;
}
.coupons ul li .status .cp-sts {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 20px 0px 0px 20px;
}

.coupons ul li .status .cp-sts.locked {
  background: #F47F1A;
}

.coupons ul li .status .cp-sts.active {
  background: #499E5D;
  color: #fff;
}

.coupons ul li .title {
  text-align: center;
  padding: 0px 25px;
}

.coupons ul li .title h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #001017;
  margin-bottom: 10px;
}

 .coupons ul li .title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #038DCE;
  opacity: 0.7;
  min-height: 48px;
}
/* .container.coupons p:last-of-type{
  color: #222222 !important;
  opacity: 0.7;
  min-height: 48px;
  border-top: 2px solid #cccccc;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
} */
.container.coupons ul{
  display: flex;
  flex-wrap: wrap;
}
.coupons ul li .apply button:hover {
  color: #fff;
}
.coupons ul li .expired {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #00101720;
  margin-top: 10px;
  padding-top: 20px;
}

.coupons ul li .expired p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0px 10px;
  text-align: center;
  opacity: 0.7;
}

.shop-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-top .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.shop-top .left .brand-name h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.shop-top .left .brand-name span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.shop-top {
  margin: 60px 0px 40px;
}

.shop-top .right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.shop-top .right ul li a {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: #038DCE;
  text-decoration: none;
  padding: 10px 20px;
  align-items: center
}

.shop-top .right ul li:first-child span {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.tabs.shop-tab {
  position: relative;
}

.tabs.shop-tab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 61px;
  height: 2px;
  background: #0010172b;
  width: 100%;
}

.tabs.shop-tab ul#tabs-nav {
  gap: 0;
  display: flex;
  margin: 50px 0px 0px;
  padding: 0px;
  list-style: none;
}

.tabs.shop-tab ul#tabs-nav li {
  width: 50%;
  max-width: 50%;
  text-align: center;

}

.tabs.shop-tab ul#tabs-nav li a {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #001017;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.tabs.shop-tab ul#tabs-nav li a:before {
  content: '';
}

.tabs.shop-tab ul#tabs-nav li.active a {
  font-weight: 500;
  color: #038DCE;
}

.tabs.shop-tab ul#tabs-nav li:first-child a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/shop-icon.png) no-repeat 0px -40px;
}

.tabs.shop-tab ul#tabs-nav li:last-child a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/shop-icon.png) no-repeat 0px -80px;
}

.tabs.shop-tab ul#tabs-nav li:first-child.active a span {
  background-position: 0px 0px;
}

.tabs.shop-tab ul#tabs-nav li:last-child.active a span {
  background-position: 0px -120px;
}

.store-filter.shopper {
  position: relative;
}

.store-filter.shopper .tabs.shop-tab:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 204px;
}

.tabs.shop-tab ul#tabs-nav li.active a:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #038DCE;
  bottom: -1px;
}




/* Chat */


.chat-tab>.tabs {
  padding-left: 88px;
  height: calc(100vh - 183px);
}

.chat-tab>.tabs>.tab-nav {
  text-align: left;
  margin: 0 0 0px 0;
  position: fixed;
  left: 0;
  height: calc(100% - 183px);
  width: 88px;
  background: #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.setting {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}

.chat-tab .tabs .tab-nav ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.chat-tab .tabs .tab-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding: 16px 0px;
}

.chat-tab .tabs .tab-nav li span {
  text-transform: uppercase;
  color: #212121;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.chat-tab .tabs .tab-nav li span svg {
  float: left;
}

.chat-tab .tabs .tab-nav li:hover span svg path,
.chat-tab .tabs .tab-nav li.active span svg path {
  fill: #038DCE;
  text-decoration: underline;
  fill-opacity: 1 !important;
}

.chat-tab .tabs>.tab {
  display: none;
  flex-direction: column;
  background: #fff;
  width: calc(100% - 349px);
}

.chat-tab .tabs .tab.active {
  display: flex;
}

.chat-tab .tabs .tabs {
  padding: 0px;
  display: none;
  height: 100%;
}

.chat-tab .tabs .tabs.active {
  display: flex;
}

.chat-tab .tabs .tabs nav.tab-nav {
  position: inherit;
  left: inherit;
  display: flex;
  height: 100%;
  margin: 0px;
  background: #fff;
  width: 349px;
  overflow: auto;
  border-right: 1px solid rgba(0, 16, 23, 0.1);
}

.acc-img {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab {
  flex-direction: column;
  width: 100%;
}

.tab-nav .top-block .message-div {
  padding: 15px 27px 17px 24px;
  border-bottom: 1px solid rgba(0, 16, 23, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-nav .top-block .message-div .add a {
  height: 33px;
  width: 33px;
  background: #038DCE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul {
  justify-content: space-between;
  align-items: inherit;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li {
  position: relative;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #001017;
  font-weight: 600;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li:before {
  content: '';
  background: url(../images/back-arrow.png) no-repeat 0px 0px;
  position: absolute;
  height: 16px;
  width: 16px;
  background-size: contain;
  left: 110px;
  top: 22px;
  transform: rotate(-90deg);
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li a span.badge {
  margin-left: 25px;
  background: #EDF2F7;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 8px;
  border-radius: 20px;
}

.top-block form {
  padding: 12px 24px;
  width: 100%;
}

.top-block form input.textbox {
  background: #F3F3F3;
  padding: 10px 20px;
  width: 100%;
  border-radius: 12px;
  outline: none;
  border: 0px;
  height: 48px;
  color: #00101740;
  font-size: 14px;
  font-weight: 400;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul {
  padding: 0px 16px;
  gap: 16px;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li {
  width: 100%;
  padding: 0px;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  justify-content: space-between;
  border-radius: 12px;
  padding: 12px;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li a span.min {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  opacity: 0.3;
  text-transform: none;
}

.chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul#msg-list li.active a {
  background: rgba(3, 141, 206, 0.06);
}

.first-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 18px 24px;
  border-bottom: 1px solid rgba(0, 16, 23, 0.1);
}

.first-option .author-details {
  display: flex;
  gap: 16px;
  align-items: center;
}

.first-option .author-details .author-details {
  flex-direction: column;
  gap: 0;
  align-items: baseline;
}

.first-option .author-details .author-details h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0px;
  color: #001017;
}
.ord-details .order-coupon .apply .coupon-code-applied span {
    border: 0px;
    padding: 11px 10px;
    display: inline-block;
    font-size: 12px;
}
.first-option .author-details .author-details span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin: 0px;
  color: #001017;
  opacity: 0.6;
  position: relative;
  display: flex;
  align-items: center;
}
.coupon-code-applied button{
 color: #038DCE !important;
 background-color: transparent !important;
 text-align: right !important;
}

.first-option .author-details .author-details span:before {
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 10px;
}

.first-option .author-details .author-details span.green:before {
  background: #68D391;
}

.first-option .call-option ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}

.first-option .call-option ul li a {
  background: rgba(3, 141, 206, 0.1);
  width: 56px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}



.chat-tab .author {
  display: flex;
  gap: 16px;
}

.chat-tab .author span img {
  float: left;
  border-radius: 50%;
}

.chat-tab .author .author-details h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0px;
  color: #001017;
}

.chat-tab .author .author-details span.letest-msg {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin: 0px;
  color: #001017;
  opacity: 0.4;
  float: left;
}

.msger-chat {
  overflow-y: auto;
  padding: 20px 24px 96px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}

.msger-chat>ul::-webkit-scrollbar {
  width: 6px;
}

.msger-chat>ul::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat>ul::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msger-chat>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  align-self: end;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

.msger-chat>ul li.msg {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.msger-chat>ul li.msg:last-child {
  margin-bottom: 0px;
}

.msger-chat>ul li.msg.right {
  flex-direction: row-reverse;
}

.msger-chat>ul li.msg .chat-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.msger-chat>ul li.msg .chat-text ul li {
  background: #F1F1F1;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.msger-chat>ul li.msg.right .chat-text ul {
  align-items: flex-end;
}

.msger-chat>ul li.msg.right .chat-text ul li {
  color: #fff;
  background: #038DCE;
}

.msger-chat>ul li.msg .imgbox img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.msger-chat>.msg-box {
  padding: 24px 24px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
}

.attach {
  display: inline-block;
  padding: 0px 10px 0px 30px;
}

.msger-chat>.msg-box img {
  float: left;
}

.msger-chat>.msg-box .textarea {
  width: 100%;
  border: 2px solid #E2E8F0;
  border-radius: 12px;
  padding: 10px 20px;
}

.msger-chat>.msg-box .textarea form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.msger-chat>.msg-box .textarea form textarea {
  width: 100%;
  border: 0px;
  outline: none;
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  height: 21px;
  min-height: 21px;
  overflow: hidden;
}

.msger-chat>.msg-box .textarea form button.submit {
  border: 0px;
  background: none;
  outline: none;
  cursor: pointer;
}

.msger-chat>.msg-box .textarea form button.submit img {
  float: left;
}


nav.tab-nav.secondcall ul#call-log-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 16px;
}

.secondcall #call-log-list li {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.secondcall #call-log-list li>div li {
  width: 100%;
}

.secondcall #call-log-list li .call-notification {
  max-width: 16px;
}

.secondcall #call-log-list li .call-from {
  height: 48px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  max-width: 48px;

}

.secondcall #call-log-list li .call-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.secondcall #call-log-list li .call-details .top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.secondcall #call-log-list li .call-details .top h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.secondcall #call-log-list li .call-details .top span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.3;
}


.secondcall #call-log-list li .call-details .call-summary {
  display: flex;
  justify-content: space-between;
}

.secondcall #call-log-list li .call-details .call-summary span.minutes {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(0, 16, 23, 0.4);
}

.secondcall #call-log-list li .call-details .call-summary ul {
  display: flex;
  gap: 10px;
  width: 50px;
  flex-direction: row;
}

.secondcall #call-log-list li .call-details .call-summary ul li {
  padding: 0px;
  margin: 0px;
}

.secondcall #call-log-list li .call-details .call-summary ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background: rgba(0, 16, 23, 0.5);
  border-radius: 20px;
}

.secondcall #call-log-list li .call-details .call-summary ul li a:hover {
  background: #038DCE;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li.particip:before {
  display: none;
}

.chat-tab .tabs .tab-nav .top-block .message-div ul li.particip span.icon {
  margin-right: 10px;
}

ul#call-user-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0px 24px 16px;
}

ul#call-user-list li {
  padding: 0px;
  position: relative;
}

ul#call-user-list li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  color: #001017;
  text-align: center;
}

ul#call-user-list li a img {
  border-radius: 40px;
  display: inline-block;
}

ul#call-user-list li a .remove {
  position: absolute;
  right: 6px;
  background: #fff;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 8px;
  top: -2px;
}

.user-list h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.4;
  text-align: left;
  background: rgba(246, 246, 246, 0.6);
  padding: 5px 28px;
}

.chat-tab .tabs .tab-nav ul.select-list {
  padding: 0px 16px;
}

.chat-tab .tabs .tab-nav ul.select-list li {
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 12px 12px !important;
  width: 100%;
}

.chat-tab .tabs .tab-nav ul.select-list li img {
  border-radius: 40px;
}

.chat-tab .tabs .tab-nav ul.select-list li span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

/* Profile */
.profile-share #tabs-content {
  border-top: 2px solid #0010172b;
  display: inline-block;
  width: 100%;
  margin-top: -2px;
  padding: 0;
}

.profile-share ul#tabs-nav {
  padding-top: 0;
}





.gift-top .gift-title {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.gift-title .text h4 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
}

.gift-title .text p {
  font-size: 15px;
  line-height: 22px;
}

.gift-pg ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  justify-content: center;
  column-gap: 130px;
  row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.gift-pg ul .gift-option h4 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.gift-pg ul .gift-option .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gift-pg ul .gift-option .price span:first-child {
  font-size: 13px;
  font-weight: 500;
  margin-right: 6px;
}

.gift-img .btn-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.gift-img .btn-shop a {
  max-width: 359px;
  background: #001017;
  margin: 0px auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.gift-img .btn-shop a:hover {
  background: #038DCE;
}

.container.checkout .checkout-left form.checkout {
  outline: none;
  border: 0px;
  box-shadow: none;
}

.latest .container,
section.live .container {
  max-width: 1400px;
}

.size-guide {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.size-guide .size-head {
  display: flex;
  justify-content: space-between;
}

.size-guide .size-head .left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 104px;
  gap: 10px;
}

.size-guide .size-head .right>label,
.size-guide .size-head .left>label {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  font-family: "Poppins", sans-serif;
}

.size-guide .size-head .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.size-guide .size-head .switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 42px;
  height: 24px;
  background: #009311;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-top: -25px;
}

.size-guide .size-head .switch label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.size-guide .size-head .switch input:checked+label {
  background: #009311;
}

.size-guide .size-head .switch input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.size-guide .size-head .switch label:active:after {
  width: 130px;
}

.size-guide .size-head .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 171px;
  gap: 10px;
  width: 100%;
}

.size-guide .size-head .right select {
  border: 1px solid #00101733;
  width: 100%;
  height: 33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  outline: none;
  max-width: 75px;
  font-family: "Poppins", sans-serif;
  background: transparent url(../images/dropdown.png) no-repeat 57px 14px;
  appearance: none;
  padding: 0px 10px;
  color: #000;
}

.size-chart {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.chart-boxes {
  display: flex;
  gap: 16px;
  overflow: auto;
  padding-bottom: 16px;
}

.chart-box {
  border: 1px solid rgba(0, 16, 23, 0.2);
  padding: 10px;
  min-width: 158px;
}

.chart-box ul {
  margin: 0px;
  padding: 3px 0px 0px;
  list-style: none;
  border-top: 1px solid #ccc;
}

.chart-box ul li {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.chart-boxes::-webkit-scrollbar {
  height: 6px;
}

.chart-boxes::-webkit-scrollbar-track {
  background-color: #F6F6F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.chart-boxes::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #038DCE;
}

/* Second tab */
.chat-tab nav.tab-nav.secondcall {
  position: inherit;
  left: inherit;
  display: flex;
  height: 100%;
  margin: 0px;
  background: #fff;
  width: 349px;
  overflow: auto;
  border-right: 1px solid rgba(0, 16, 23, 0.1);
}

.chat-tab nav.tab-nav.secondcall .tab {
  flex-direction: column;
  width: 100%;
}

#profile-content .coupon input.captioninput {
  height: 120px;
  max-width: 500px;
}

/* Profile */
.profile-tabs {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  margin: 24px 0px 60px;
}

#profile-nav {
  margin: 0;
  padding: 10px 0px 0px 30px;
  background: #FAFAFB;
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  max-width: 331px;
}

#profile-nav li {
  border-bottom: 1px solid #00101724;
  padding: 13px 0px;
  width: 100%;
}

#profile-nav li .logout-btn,
#profile-nav li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #001017;
  border: 0px;
  background: no-repeat;
  outline: none;
}

#profile-nav li .logout-btn:hover,
#profile-nav li.active a,
#profile-nav li:hover a {
  color: #038DCE;
  cursor: pointer;
}

#profile-content {
  width: 100%;
  height: 100%;
  position: relative;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #001017;
  border-radius: 100%;
  background: #fff;
}

.container.checkout .checkout-right .delivery-option ul li.active [type="radio"]:checked+label:after,
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #001017;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#profile-content form.passwords .field-row.inline {
  display: flex;
  gap: 20px;
}

#profile-content form .field-row.space-btw h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

#profile-content form .field-row.space-btw h4 a.request-btn {
  border: 1px solid #001017;
  color: #001017;
  width: 98px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

#profile-content form .field-row.space-btw h4 a.request-btn:hover {
  background: #038DCE;
  color: #fff;
  border-color: #038DCE;
}

#profile-content .coupon {
  padding-bottom: 137px;
  min-height: 430px;
}

#profile-content form .field-row.pass {
  display: flex;
  flex-direction: column;
  max-width: 558px;
  gap: 25px;
}

#profile-content .coupon input,
#profile-content form .field-row.pass input {
  border: 1px solid rgba(0, 16, 23, 0.7);
  height: 40px;
  padding: 0px 11px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 400px;
}

#profile-content form .field-row.inline {
  display: flex;
  gap: 20px;
}

#profile-content form.passwords,
#profile-content form.change {
  padding-bottom: 137px;
  min-height: 430px;
}

#profile-content .coupon .pro-btn,
#profile-content form .field-row.submit {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.delete-acc {
  padding-bottom: 137px;
  min-height: 430px;
}

.delete-text {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.delete-text h6 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
}

.delete-text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.delete-action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.delete-action ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.delete-action ul li {
  width: 100%;
  max-width: 559px;
  text-align: center;
}

.delete-action ul li a {
  font-size: 18px;
  text-decoration: none;
  line-height: 28px;
  font-weight: 400;
  color: #001017;
}

.delete-action ul li a:hover {
  color: #038DCE;
}

#profile-content .pro-btn {
  max-width: 450px;
  background: #001017;
  margin: 0px auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 0px;
  text-transform: uppercase;
  outline: none;
  border: 0px;
  cursor: pointer;
  letter-spacing: 1px;
}

#profile-content .pro-btn:hover {
  background: #038DCE;
  color: #fff;
}

table.account-activity {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.account-activity tr {
  border-bottom: 1px solid rgba(0, 16, 23, 0.2);
}

table.account-activity tr:last-child {
  border-bottom: 0px;
}



table.account-activity th,
table.account-activity td {
  padding: 5px 5px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #001017;
}

table.account-activity td p,
table.account-activity td {
  font-size: 14px;
}

table.account-activity th:first-child,
table.account-activity td:first-child {
  padding: 5px 0px;
}

table.account-activity th {
  font-weight: 500;
}

table.account-activity td ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex-direction: column;
}

table.account-activity td ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

table.account-activity td a.detail-btn {
  border: 1px solid #001017;
  color: #001017;
  width: 61px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  float: right;
}

table.account-activity th:last-child {
  text-align: right;
  padding-right: 11px;
}

.store-sec-videos {
     display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
}
.search-popup .popup-search-input:focus{
  outline: none;
}
.search-popup .popup-input-container.focused{
  border: 2px solid #000;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /* background-color: rgba(0, 0, 0, .4); */
    border-radius: 10px;
    /* border: 2px solid #ffffff; */
}
.search-popup .item-list {
    padding-left: 0;
}
.search-popup .popup-search-input{
  border-radius: 60px;
}

.search-popup button.ltr-lquw6d {
    display: none;
}
.search-popup .popup-input-container{
  border-radius: 60px !important;
  padding: 7px 7px 7px 17px !important;
}
.search-popup .popup-input-container.focused .search{
  display: none !important;
} 
.search-popup .popup-input-container.focused{
  border-radius: 60px;
}


.search-popup .item-list li {
    font-size: 14px;
}

.popup-heading.ltr-gnxrcx.e1q69ps20 img{
  max-width: 180px;
  margin-bottom: 10px;
}
.search-popup{
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  table.account-activity {
    border: 0;
  }
  .container.checkout .checkout-right .delivery-option ul li .text- {

    padding-right: unset;
}
  table.account-activity caption {
    font-size: 1.3em;
  }

  table.account-activity thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }


  table.account-activity tr {
    border-bottom: 1px solid rgba(0, 16, 23, 0.2);
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
  }


  table.account-activity td:last-child {
    height: 50px;
  }

  table.account-activity td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.account-activity td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    text-align: left;
  }
}

#profile-content .pro-add {
  display: flex;
  position: relative;
  margin-bottom: 24px;
  max-width: 84px;
}

#profile-content .pro-add img {
  float: left;
}

#profile-content .pro-add a {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#profile-content .profile-fields form .field-row {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

#profile-content .profile-fields form .field-row label {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 15px;
}

#profile-content .profile-fields form .field-row {
  margin-top: 16px;
}

#profile-content .profile-fields form .field-row input {
  border: 1px solid rgba(0, 16, 23, 0.7);
  padding: 10px 15px;
  font-size: 15px;
  max-width: 410px;
}

#profile-content .profile-fields form .input-group {
  display: flex;
  gap: 20px;
}

#profile-content .profile-fields form .input-group select {
  border: 1px solid rgba(0, 16, 23, 0.7);
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
}

.profile-fields form {
  padding-bottom: 137px;
  position: relative;
}

#profile-content .profile-fields form .field-row.gender .inline {
  display: flex;
  gap: 67px;
  width: 100%;
  flex-direction: row;
}

#profile-content .profile-fields form .field-row.gender .inline label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 25px;
  line-height: 18px;
  font-size: 16px;
}


#nav-icon3 {
  display: none;
}

.order-details-pg h2 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.order-details-pg .order-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  /* max-width: 592px; */
  border: 0px;
  padding: 0px;
}

.new-orderrow {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}

.store-order .top-details {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.store-order .top-details .order-store ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.store-order .top-details .order-store ul li {
  font-size: 14px;
}

.order-details-pg .order-details .product-row:last-child {
  margin-bottom: 0px;
}

.order-details-pg .order-details .product-row {
  display: flex;
  gap: 19px;
  width: 100%;
  margin-bottom: 10px;
}

.order-details-pg .order-details .product-row .product-details {
  width: 100%;
}

.final-amount {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}



.final-amount .price-value {
  display: flex;
  gap: 10px;
}

.order-details-pg .order-details .product-row .img-block {
  max-width: 74px;

}

.order-details-pg .order-details .final-amount span:first-child {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: line-through;
  margin: 0px;
}

.order-details-pg .order-details .final-amount span.strike_price {
  color: #001017 !important;
  text-decoration: line-through !important;
  opacity: 0.7 !important;
}

.order-details-pg .order-details .final-amount span.final_price {
  color: #001017 !important;
}

.order-details-pg .order-details .final-amount span.discount {
  color: #CA2929 !important;
}

.order-details-pg .order-details .final-amount span {
  font-size: 14px;
}

.new-orderrow .items-details {
  padding: 20px 30px;
  width: 100%;
  max-width: 417px;
  background: #FAFAFA;
  border: 0px;
  position: sticky;
  top: 20px;
}

.order-details-pg .new-orderrow .items-details table {
  width: 100%;
}

.order-details-pg .new-orderrow .items-details table thead {
  margin-bottom: 0px;
}

.order-details-pg .new-orderrow .items-details table thead th {
  font-weight: normal;
  font-size: 14px;
}
.order-details-pg .new-orderrow .items-details table thead th:last-child{
  text-align: right;
}
.order-details-pg .new-orderrow .items-details table td {
  padding: 5px 0px;
  font-size: 14px;
}
.order-details-pg .new-orderrow .items-details table td:last-child {
    text-align: right;
}
.order-details-pg .new-orderrow .items-details table tfoot {
  position: relative;
}

.order-details-pg .new-orderrow .items-details table tfoot:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #00101730;
}

.order-details-pg .new-orderrow .items-details table tfoot td {
  font-weight: 500;
  padding: 10px 0px;
}

.store-order {
  width: 100%;
}

.delete-acc {
  padding: 20px 0px;
}

.delete-acc h2 {
  margin-bottom: 20px;
}

.delete-acc p {
  margin-bottom: 25px;
}

.delete-acc h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}

.delete-acc ol li {
  margin-bottom: 15px;
}

.delete-acc h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 21px;
}

ul.alpha li {
  list-style: lower-alpha;
  margin-bottom: 10px;
}


.latest .item .product-info {
  display: flex;
  justify-content: space-between;
}

.latest .item .product-info .product-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #001017;
}

.store-carousel .item {
  overflow: hidden;
}

.main-content.deals .pop-up-content ul li a {
  padding: 0px;
  background: none !important;
  border: 0px !important;
}

.main-content.deals .pop-up-content ul {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.main-content.deals .pop-up-content ul li {
  max-height: 546px;
  overflow: hidden;
}

.main-content.deals div#filter-products {
  display: none;
}

.store-banner {
  height: 500px;
  overflow: hidden;
}

.store-talks .agent .agent-profile img {
  width: 60px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
}

.agent {
  margin-bottom: 20px;
  float: left;
}

.follow-share-sec {
  float: right;
  margin-top: -32px;
}

.follow-share-sec ul {

  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 20px;

}
.follow-share-sec ul li:first-child {
    display: none;
}
/*.follow-share-sec ul li:first-child{

}
.follow-share-sec ul li:last-child{
  display: none;
}*/

/* .follow-share-sec li a {
  text-decoration: none;
  width: 128px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #038DCE;
  background: #038DCE;
  position: relative;
} */

/* .follow-share-sec li a:hover {
  border: 1px solid #001017;
  background: #001017;
} */

/*.follow-share-sec li:last-child a {
  border: 1px solid #001017;
  background: #001017;
  
}

.follow-share-sec li:last-child a:hover {
  border: 1px solid #038DCE;
  background: #038DCE;
}
*/

.store-filter #tabs-content ul li a img {
  width: 65px !important;
  height: 65px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: auto !important;
  object-fit: cover;
  object-position: top;
}

.store-filter>.container #filter-products>.container {
  padding: 0px;
}

.store-filter>.container #filter-products>.container>ul {
  list-style: none;
  margin: 20px 0px 20px;
  padding: 0px;
}
.store-filter>.container #filter-products>.container>ul.skeleton-list{
  display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    margin-top: 20px;
}
.store-filter>.container #filter-products>.container>ul li:first-child{
  display: none;
}
.store-filter>.container #filter-products>.container>ul>li>a {
  font-size: 15px;
  color: #80878b;
  text-decoration: none;
  border: 1px solid #80878b;
  padding: 3px 13px;
  display: inline-block;
}

.store-filter>.container #filter-products>.container>ul>li.active a {
  color: #038DCE;
  border: 1px solid #038DCE;
}

.wear-offer.store-videos.live-social ul li .img-box img {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.error-message {
  color: #ff0000;
  text-align: center;
}

.react-tel-input .flag-dropdown {
  top: 1px !important;
  left: 1px !important;
}

.react-tel-input .selected-flag {
  height: 43px !important;
}


.banner-carousel .owl-item .item {
  max-height: 100%;
  overflow: hidden;
}


.also-like>ul>li .description.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  align-items: baseline;
}

.also-like>ul>li .description.content h4 {
  max-width: 100%;
  float: left;
}

.also-like>ul>li .description.content h4 a {
  text-align: left;
  transition: 0.3s ease-in-out;
}

.also-like>ul>li .description.content .price-value {
  display: flex;
  gap: 5px;
}

.also-like>ul>li .description.content .price-value span.strike_price {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #828282;
  text-decoration: line-through;
  opacity: 0.7;
  margin: 0px;
}

.also-like>ul>li .description.content .price-value span.final_price {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #1B1B1B;
}

.also-like>ul>li .description.content .price-value span.discount {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #F31909;
  text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
progress::-webkit-progress-value {
  background-color: #038DCE;
  /* Change to your desired blue color */
}

progress::-webkit-progress-bar {
  background-color: #f3f3f3;
  /* Change background color of the progress bar */
}

/* Firefox */
progress::-moz-progress-bar {
  background-color: #038DCE;
  /* Change to your desired blue color */
}

/**/
table.sitemap {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

table.sitemap tr th,
table.sitemap tr td {
  border: 1px solid #ccc;
  padding: 5px;
}

table.sitemap tr td a {
  background: #001017;
  color: #fff;
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border: 0px;
  outline: none;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: ease-in-all 0.4s;
  text-decoration: none;
  padding: 6px 30px;
  min-width: 230px;
}

table.sitemap tr td a:hover {
  background: #038DCE;
}

.pop-up-content-wrap {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
}


@keyframes slide-down {
  from {
    transform: translateY(-200px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.video-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-carousel video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-carousel .owl-stage-outer .owl-stage,
.video-carousel .owl-stage-outer .owl-stage .owl-item,
.video-carousel .owl-stage-outer .owl-stage .owl-item .item,
.video-carousel .owl-stage-outer {
  height: 100%;
}

.video-carousel .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
}

.video-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  height: auto;
  width: 100%;
  max-width: inherit;
  object-fit: cover;
  height: 100%;
}

/* .test-model {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
} */
.test-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  width: 30%;
  padding: 25px;
  /* background-color: rgb(0 0 0 / 30%); */
}
/* .test-model:after {
  content: '';
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  transition: opacity 0.2s;
  opacity: 0.5;
  background-color: #101213;
} */

.video-carousel .owl-stage-outer .owl-stage .owl-item .item .container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0px 15px;
}

.content.model-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
  display: flex;
  width: 96%;
  padding: 8px;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  max-width: 500px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4) url(../images/banner-popup.jpg) no-repeat 0px 0px;
  background-size: contain;

}

/* .banner-content {
  text-align: left;
  border: 0px;
  padding: 15px 27px 15px 190px;
  width: 100%;
} */

.banner-content img {
  width: auto !important;
}

.banner-content h2 {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0px;
  max-width: 440px;
  letter-spacing: 1px;
}

.banner-content p {
  line-height: 17px;
  font-size: 18px;
  color: #fff;
}

.banner-content .model-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  float: right;
  padding-left: 0px;
}

.banner-content p {
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}

.banner-content ul.links {
  display: flex;
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
  gap: 18px;
}

.banner-content ul.links li a img {
  width: 100% !important;
}

.banner-content ul.links li:first-child {
  max-width: 131px;
}

.banner-content ul.links li:last-child {
  max-width: 204px;
  max-height: 44px;
}

.banner-content ul.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-top: 40px;
}

.banner-img {
  max-width: 600px;
}

.banner-content .model-text>a img {
  max-width: 180px;
}

header#main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header#main-header .logo {
  max-width: 180px;
}

header.scrolled {
  background: transparent;
}

header.scrolled .hdr-top,
header.scrolled {
  background: transparent !important;
}

header.scrolled ul.nav-menu>li>a,
header.scrolled .searchButton svg path,

header.scrolled .language ul li a,
header.scrolled .right-function ul.account-icons li a svg {
  fill: #fff;
  color: #fff;
}

header.scrolled .hdr-mid {
  border-top: 1px solid #ffffff20;
}

header.scrolled .hdr-mid,
header.scrolled ul.nav-menu {
  border-bottom: 1px solid #ffffff20;
}

header.scrolled .searchTerm {
  width: 100%;
  border: 0;
  border-radius: 40px 0px 0px 40px;
  padding: 0px 15px;
  height: 38px;
  outline: none;
  background: transparent;
  color: #fff;
}

header.scrolled .search {
  border: 1px solid #fff;
}

header.scrolled .language ul ul li a {
  color: #000;
}

#blur-div {
  position: relative;
}

#blur-div:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  z-index: 9;
}

#blur-div section.banner {
  z-index: 99;
  position: relative;
}

footer#new .container {
  display: inline-block;
}

footer#new .container {
  display: inline-block;
  padding: 72px 35px;
  width: 100%;
  max-width: 100%;
}

footer#new .logo {}

footer#new .logo {
  width: 25%;
  float: left;

}

.ftr-menu {
  float: left;
  width: 25%;
  padding-left: 72px;
}

.ftr-contact {
  width: 50%;
  float: left;
  padding-left: 72px;
}

.ftr-contact .field.group {
  display: flex;
  gap: 18px;
}

.ftr-contact .field {
  display: flex;
  margin-top: 18px;
  width: 100%;
}

.ftr-contact .field .field-row {
  width: 100%;
}

.ftr-contact .field.group .field-row {
  width: 100%;
}

.ftr-contact .field textarea,
.ftr-contact .field input {
  width: 100%;
  border: 0px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-size: 15px;
  resize: none;
}

.ftr-contact .field button {
  padding: 8px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  background-color: #dc097f !important;
  border-color: #dc097f !important;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  border-radius: 2px;
  line-height: 33px;
  cursor: pointer;
}

.ftr-contact .field button:hover {
  background-color: #dc097f !important;
  border-color: #dc097f !important;
}

.ftr-contact .field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.ftr-contact .field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.ftr-contact .field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.ftr-contact .field input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.copy-right {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
}

.copy-right p {
  font-size: 13px;
}

footer#new .logo img {
  max-width: 200px;
}

footer#new {
  background-color: #101213;
}


section.latest .content .price .price-value {
  display: flex;
  gap: 10px;
}

.latest .content .price .price-value .strike_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #001017;
  text-decoration: line-through;
  opacity: 0.7;
}

.latest .content .price .price-value .final_price {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #001017;
}

.latest .content .price .price-value .discount {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #CA2929;
  text-transform: uppercase;
}

/* 18-08-2024 */
.store-carousel .item {

  overflow: hidden;
  cursor: pointer;
}

.store-carousel .item img {
  height: auto;
  
  /* object-fit: cover; */
}

section.store {
  margin-bottom: 20px;
}

.modal-content video {
  /* height: 100% !important; */
  width: auto !important;
  display: flex;
  /* overflow: hidden; */
}

.modal-content,
.modal-content,
.modal-overlay {
  /* align-items: inherit !important; */
}

.store-videos ul li .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.store-videos ul li .img-box img {
  object-fit: cover;
}

.store-videos ul li .img-box img {
  width: 100%;
}

nav ul.pagination li.page-item .page-link {
  background-color: #fff;
  border: 1px solid #001017;
  color: #000;
  display: flex;
  align-items: center;
  height: 37px;
  justify-content: center;
}

nav ul.pagination li.page-item.active .page-link {
  border-color: #038DCE;
  background: #038DCE;
  color: #fff;
}

nav ul.pagination li.page-item .page-link:disabled {
  display: none;
}

.store-videos ul.pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0px !important;
}

.wear-offer .pagination {
  margin-bottom: 50px;
}

.modal-content button.close-button {
  color: #000;
  float: right;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  z-index: 2;
}

.modal-content button.close-button:hover {
  background: #038DCE;
  border-color: #038DCE;
  color: #fff;
}

.also-like>ul li h4 {
  max-width: 79%;
  float: left;
  font-size: 15px;
  font-weight: 600;
}


.also-like>ul>li .description span.price,
.also-like>ul li a {
  font-size: 15px !important;
}

.also-like>ul>li .description {
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  float: right;
  width: 19%;
  text-align: right;
}

.also-like>ul>li .description.content h4 {
  font-size: 13px;
  font-weight: 400;
}

.language  select {
  position: relative;
  padding: 0px 15px;
  background: transparent url(../images/arrow_drop.svg) no-repeat 48px 7px;
  appearance: none;
  width: auto;
  border: 0px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0px;
  outline: none;
}

.right-function>ul.account-icons li a button {
  background: none;
  border: 0px;
}




/*avi*/

/*ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding: 60px 0px 0px;
  list-style: none;

}

ul#tabs-nav li {
  width: 100%;
  max-width: 50%;
  text-align: center;
  border-bottom: 2px solid #0010172b;

}

ul#tabs-nav li a {
  width: 100%;
  text-decoration: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  padding-bottom: 30px;
  color: #001017;
  text-transform: uppercase;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  font-weight: 600;
  cursor: pointer;
}

.signin-block ul#tabs-nav li:hover,
.signin-block ul#tabs-nav li.active {
  border-bottom: 2px solid #038DCE;
}

#tabs-content {
  padding: 60px 147px;
}

#tabs-content form input {
  border: 1px solid #001017;
  width: 100%;
  display: inline-block;
  line-height: 50px;
  padding: 0px 19px;
  font-size: 19px;
}

#tabs-content form span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0px;
}

#tabs-content form span:before {
  content: '';
  height: 1px;
  width: 45%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 33px;
  opacity: 0.3;
}

#tabs-content form span:after {
  content: '';
  height: 1px;
  width: 45%;
  background: #000000;
  position: absolute;
  right: 0;
  top: 33px;
  opacity: 0.3;
}
*/
.btn-row ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px 0px;
  padding: 0px;
  list-style: none;
  gap: 16px;
}

.btn-row ul li {
  width: 100%;
  max-width: 50%;
  text-align: center;
}

.btn-row ul li a {
  display: inline-block;
  width: 100%;
  background: #001017;
  line-height: 55px;
  padding: 0px 30px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.btn-row ul li a:hover {
  background: #038DCE;
}

.store-filter #tabs-content ul li a img {
  width: 20vh;
  height: 20vh;
  border-radius: 50%;
  padding: 10px;
  margin: auto;
}


.new-orderrow .items-details {
  padding: 30px 30px;
  width: 100%;
  max-width: 417px;
  background: #FAFAFA;
}

.ord-details .order-coupon .h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.ord-details .order-coupon .h4 button {
  border: 0px;
  background: no-repeat;
  outline: none;
  font-size: 14px;
  color: #038DCE;
  text-decoration: underline;
  font-weight: 700;
}
.ord-details .order-coupon .h4>span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.ord-details .order-coupon .h4 a {
  font-size: 13px;
}

.ord-details .order-coupon .apply > div{
   border: 1px solid rgba(0, 16, 23, 0.2); 
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
}

.ord-details .order-coupon .apply input[type="text"] {
  padding: 5px 10px;
  display: flex;
  width: 100%;
  outline: none;
      border: 0px;
}

.ord-details .order-coupon .apply button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 0px;
  text-decoration: none;
  background: none;
  outline: none;
  margin: 0px;
  border: 0px;
  width: 100%;
  color: #038DCE;
      max-width: 140px;
}

.ord-details .order-coupon .apply button:hover {
  color: #fff;
  background: #00000069;
}

/*.new-orderrow .items-details .gift label input[type="checkbox"]{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.new-orderrow .items-details .gift label{
  position: relative;
  cursor: pointer;
}
.new-orderrow .items-details .gift label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.new-orderrow .items-details .gift label input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/

.gift label {
  font-size: 13px;
  margin-left: 5px;
}

.gift label input[type="checkbox"] {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}

.gift {
  display: inline-block;
  width: 100%;
  /* padding: 10px 0px;
  margin: 20px 0px; */
/* border-top: 1px solid rgba(0, 16, 23, 0.1); */
    /* border-bottom: 1px solid rgba(0, 16, 23, 0.1); */
    /* margin: 0 0 24px 0; */
}
.container.order-details-pg .items-details.ord-details{
  border: 0px;
}
.order-details .total-paid {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.ord-details .total-paid .paid-text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}

.ord-details .total-paid .paid-text h4 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.ord-details .total-paid .paid-text h4 span {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.container.order-details-pg .items-details.ord-details .order-coupon .checkout .primary-btn,
.ord-details .total-paid .pr-checkout .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001017;
  width: 100%;
  height: 50px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: 0px;
}
.container.order-details-pg .items-details.ord-details .order-coupon .checkout .primary-btn:hover,
.ord-details .total-paid .pr-checkout .add-to-cart-button:hover {
  background: #038DCE;
}

/*end*/
.react-tel-input .flag-dropdown {
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
}

#tabs-content form input[type="tel"] {
  padding-left: 50px;
  border-radius: 0px;
  height: 45px;
}

.product-icons .icons-row>ul li {
  margin: 0px;
  padding: 0px;
  border: 0px;
  float: left;
  display: flex;
  align-items: center;
}

.product-icons .icons-row>ul li.gift {
  display: none;
}

.product-icons .icons-row>ul li.gift.inactive {
  opacity: 0.5;
}

.also-like>ul>li .description.content h4 a {
  text-align: left;
  font-weight: 400;
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 16px;
}


.order-details-pg .order-details .product-row .product-details .price-value .discount,
section .content .price .discount {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #CA2929;
  text-transform: uppercase;

}

.order-details-pg .order-details .product-row .product-details .price-value .final_price,
.latest .content .price .final_price {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #001017;
}

.order-details-pg .order-details .product-row .product-details .price-value {
  gap: 10px;
  display: flex;
}

.order-details-pg .order-details .product-row .product-details .price-value .strike_price {
  margin-right: 0px !important;
}

.order-details-pg .order-details .product-row .product-details .price-value .strike_price,
.latest .content .price .strike_price {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #001017;
  text-decoration: line-through;
  opacity: 0.7;
}

section.latest .content .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.latest .content .price {
  flex-direction: column;
  gap: 0px;
  align-items: baseline;
}

section.latest .content .price .price-content-sec {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 4px;
}

.social-carousel .item .content h3 a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #001017;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

section.latest .content span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #001017;
}


.price span h4 a {
  text-align: -webkit-left;
  max-width: 40%;
}



.alert-popup-close {
  font-size: 13px !important;
  position: absolute;
  right: 30px !important;
  top: 14px !important;
  z-index: 9999 !important;
  border: 1px solid #000 !important;
  border-radius: 100% !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 5px;
  transition: 0.3s ease-in-out;
}

.alert-popup-close:hover {
  background-color: #038dce;
  color: #ffffff;
  border-color: #038dce !important;
}


body .filter-option select {
  background: transparent url(../images/select-arrow.svg) no-repeat 94% 15px !important;
  /* appearance: none; */
}

.social-carousel .item .content h4 {
  font-size: 13px;
  margin: 0px;
  font-weight: 400;
}

/* avi  */
.store-filter #tabs-content li .category-item.active_category {

  color: #038DCE !important;

}

.chart-boxes h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.collapsible-container .content.active-content {
  display: block;
}

#color-variation-ul {
  display: flex;
  margin-top: 0;
}

#color-variation-ul .color-list {
  margin-left: 10px;
}

/* Customize the cross button in webkit-based browsers (Chrome, Safari, Edge) */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url('../images/ic_close_circle.svg') no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.loading-spinner img {
  width: 40px;
  height: 40px;
}

.load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001017;
  width: 180px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  margin: 0px auto 40px;
  border: 0px;
  line-height: 34px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.load-more-button:hover {
  background: #038DCE;
}

.filter-option .rmsc.multi-select .dropdown-heading span {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.dropdown-heading svg.dropdown-heading-dropdown-arrow.gray {
  fill: #7b8387;
  stroke: 0px;
  border: 0px;
  outline: none;
  color: transparent;
  opacity: 0;
}

.filter-option .rmsc.multi-select .dropdown-heading {
  background: transparent url(../images/select-arrow.svg) no-repeat 91% 12px !important;
  height: 30px;
  padding-right: 0;
  min-width: 150px;
}

.filter-option .rmsc.multi-select .dropdown-container {
  width: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  background: #fff;
}

.filter-option .rmsc.multi-select .dropdown-container .dropdown-content {
  min-width: 200px;
}

.filter-option .rmsc.multi-select .dropdown-container .dropdown-content input {
  border-radius: 0px;
  background: none;
  margin: 10px 0px;
}

.social-carousel::-webkit-scrollbar {
  width: 12px;
  height: 6px;
  /* background-color: #F5F5F5; */
}

.social-carousel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #038DCE;

}

 .container .checkout button ,.Place-Order .stripe_payment{
     display: flex;
    align-items: center;
    justify-content: center;
    background: #001017;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    font-family: "Poppins", sans-serif !important;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
}

section.latest .item .img-box:before {
  display: none;
}

.progressBar_anIzC {
  color: #0770cf !important;
}

.order-details-pg .order-details .store-name {
    background: #66666614;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #000;
}

.order-details-pg .order-details .store-name h4 {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}


.apply button, .checkout button {
  /* width: 58%; */
  display: inline-block;
  background: transparent;
  color: #038DCE;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
  border: 0px;
  outline: none;
  transition: 0.3s ease-in-out;
}

/* .apply button,
.checkout button {
  width: 58%;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
  border: 0px;
  outline: none;
  transition: 0.3s ease-in-out;
} */

.apply button:hover,
.checkout button:hover {
  background-color: #019CDE;
}
 .apply div button:hover {
  color: #fff;
  background: #00000069;
}
.apply div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.store-section {
  margin-bottom: 20px;
}

.store-section:last-child {
  margin-bottom: 0;
}

.dropdown-content {
  background-color: #f5f5f5;
  box-shadow: 0 5px 13px -2px rgba(var(--18bniqv), 80%);
  box-sizing: border-box;
}

/* 
ul.profile-container {
  position: absolute;
  bottom: -36px;
  left: -50px;
  width: 100%;
  min-width: 165px;
  background: #F5F5F5;
  padding: 10px 15px;
  border: 1px solid #000000;
  box-shadow: -2px 2px 4px 0 rgba(45, 45, 45, 0.14); 
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}

li.profile {
  position: relative;
}
li.profile:hover .profile-container{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  bottom: -192px; 
}
.profile-container li.item {
  list-style: none;
  padding: 0;
  padding: 10px;
}
.profile-container li.item a{
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
  color: #001017;;
} */
.rmsc .select-item {
  background-color: #ffffff;
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 5px 10px !important;
  transition: 0.3s ease-in-out;
}

.rmsc .select-item span {
  font-size: 14px;
  line-height: 24px;
}

.rmsc .select-item:hover,
.rmsc .select-item.selected {
  background-color: #038DCE !important;
}

.rmsc .select-item:hover span,
.rmsc .select-item.selected span {
  color: #ffffff !important;
}

.rmsc .options {
  background-color: #f5f5f5;
  padding: 15px 10px !important;
}

.container.order-details-pg .items-details.ord-details .order-coupon .gift {
    margin: 20px 0px 0px;
    border-top: 1px solid rgba(0, 16, 23, 0.1);
    border-bottom: 1px solid rgba(0, 16, 23, 0.1);
}
.container.order-details-pg .new-orderrow .order-coupon .gift {
  border: none !important;
}
.container > div .container_j8XTO {
    margin-bottom: 20px !important;
}
.stripe-form {
    display: flex;
    width: 100%;
    margin: 20px 0px 50px;
}
.stripe-form {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: baseline;
}
.stripe-form button{
  display: flex;
    align-items: center;
    justify-content: center;
    background: #001017;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 40px;
    font-family: "Poppins", sans-serif !important;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 150px;
}

.StripeModal-overlay .checkout .modal-content {
    background: #2e2e2e;
    border: 0px;
    max-width: 500px;
    padding: 0px 30px 20px;
}
.StripeModal-overlay button.modal-close {
    background: none;
    color: #b1b1b1;
    font-size: 28px;
    position: absolute;
    right: 20px;
    width: auto;
    top: 0;
    margin: 0px;
    padding: 0px;
}
.checkout .modal-content .store_logo {
    display: none;
}
.StripeModal-overlay .modal-content form.payment-form h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}

.StripeModal-overlay .modal-content form.payment-form > .form-field,
.StripeModal-overlay .modal-content form.payment-form .card-info {
    border: 1px solid #b1b1b1;
    border-radius: 15px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.StripeModal-overlay .modal-content form.payment-form > .form-field label,
.StripeModal-overlay .modal-content form.payment-form .card-info > label {
    display: inline-block;
    width: 100%;
    color: #b1b1b1;
    margin-top:-33px;
    float: left;
    margin-bottom: 0px;
}
.StripeModal-overlay .modal-content form.payment-form .card-info div#card-number {
    border: 0px;
    padding: 20px 20px;
    border-bottom: 1px solid #b1b1b1;
        width: 100%;
}

.StripeModal-overlay .modal-content form.payment-form .card-info div#card-number input {
    color: #b1b1b1 !important;
}
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field > div{
      border: 0px;
    padding: 23px 20px;;
        border-radius: 0px;
}
.checkout .modal-content form.payment-form .card-info .form-field.cvv-exp {
    display: flex;
    flex-direction: row;
    gap: 0;
        width: 100%;
}
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field.cvv-exp #expiry-date{
  border-right: 1px solid #b1b1b1;
      width: 100%;
    max-width: 50%;
}

.checkout .modal-content form.payment-form .card-info div#card-number input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
}

.checkout .modal-content form.payment-form .card-info div#card-number input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
}

.checkout .modal-content form.payment-form .card-info div#card-number input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
}

.checkout .modal-content form.payment-form .card-info div#card-number input:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
}
.StripeModal-overlay .modal-content form.payment-form > .form-field label {
    display: inline-block;
    width: 100%;
    color: #b1b1b1;
    float: left;
    font-size: 16px;
    font-weight: normal;
        margin-bottom: 10px;
}
.checkout .modal-content form.payment-form > .form-field {
    margin-top: 45px;
} 
.StripeModal-overlay .modal-content form.payment-form > .form-field input#country {
    border-bottom: 1px solid #b1b1b1;
    margin: 0px 0px 0px 0px;
}
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field.cvv-exp #expiry-date > div > input,
.StripeModal-overlay .modal-content form.payment-form > .form-field input {
    border: 0px;
    background: none;
    padding: 20px 20px;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    outline: none;
    color: #fff;
}
.StripeModal-overlay .modal-content form.payment-form > button {
    background: #0074d4;
    margin: 10px 0px 0px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    border-radius: 10px;
}
.StripeModal-overlay .modal-content form.payment-form > button:hover{
  cursor: pointer;
  color: #0074d4;
  background: #fff;
}
.StripeModal-overlay button{
  display: flex;
    align-items: center;
    justify-content: center;
    background: #001017;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    margin-top: 40px;
    font-family: "Poppins", sans-serif !important;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
}
.checkout .modal-content form.payment-form .card-info .form-field {
    display: flex;
    flex-direction: row;
}
.StripeModal-overlay  .modal-content form.payment-form .card-info .form-field .card-icon {
    padding: 0px 10px 0px 0px;
    margin: 0px;
    display: flex;
    border-bottom: 1px solid #b1b1b1;
}
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field .card-icon .card-icons-list {
    display: flex;
    gap: 5px;
} 
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field .card-icon .card-icons-list img {
    max-width: 26px;
}
.StripeModal-overlay .modal-content form.payment-form .card-info input#name-on-card {
    margin: 0px;
    padding: 20px 20px;
    background: none;
    border: 0px;
    outline: none;
    border-bottom: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
    color: #fff;
}
.ElementsApp, .ElementsApp .InputElement,
.ElementsApp, .ElementsApp .InputElement {
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.StripeModal-overlay .ElementsApp, .StripeModal-overlay .ElementsApp .InputElement,
.StripeModal-overlay .ElementsApp, .StripeModal-overlay .ElementsApp .InputElement {
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.StripeModal-overlay .modal-content form.payment-form .card-info .form-field div#cvc {
    background:transparent url(../images/credit-card.png) no-repeat 95% 21px !important;
        width: 100%;
    max-width: 50%;
}
.StripeModal-overlay .modal-content{
  align-items: center;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  max-height: 90%;
  max-width: 90%;
  position: relative;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 45%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  animation: slide-down 0.4s ease-out;
  /* background-color: #000000; */
  background-color: rgb(81 78 78 / 91%);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.StripeModal-overlay .modal-content form.payment-form .form-field select {
  width: 100%;
  max-width: 100%;
  background: transparent url(../images/select-arrow.svg) no-repeat 95% 20px !important;
  appearance: none;
  background-size: 13px 13px !important; /* Adjust size of the image (width x height) */
}

.video-frame .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video-frame .modal-content {
  border-radius: 8px;
  position: relative;
  /* max-width: 90%; */
  /* max-height: 90%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 24% !important;
  min-width: 300px;
  min-height: 530px;
  /* border: 1px solid #000000 !important; */
  overflow: hidden;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.video-frame .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

video {
  max-width: 100%;
  max-height: 100%;
}
.video-frame video {
  max-width: 100%;
  max-height: 100%;
  min-height: 550px
}
.react-tel-input input{
  padding-left: 41px !important;
} 
.coupon-code-not-applied input[type="text"] {
  padding-left: 10px;
}
.price-inputs {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
  margin: 20px 0 10px;
}

.price-inputs input {
  padding: 8px;
  border: .0625rem solid #e4e4e4;
  font-size: 12px;
  color: #000000;
}
/* Checkout Without login */
.checkout-left.inactive{
  margin: 0 auto;
}
.container.checkout .checkout-left.inactive h2,.container.checkout .checkout-left.inactive .fomr-block h4  {
  text-align: center;
}
.container.checkout .checkout-left.inactive .checkout-alert{
  justify-content: center;
}
/* Start Responsive */
@media only screen and (max-width:1600px) {
  .container {
    max-width: 1180px;
  }
}

@media only screen and (max-width:1400px) {
  footer#new .logo {
    width: 23%;
    float: left;
  }

  .ftr-menu {
    float: left;
    width: 27%;
    padding-left: 72px;
  }

}

@media only screen and (max-width: 1100px) {
  .top-row {
    display: flex;
    position: relative;
  }

  .top-row .left-tab ul li a {
    width: 100%;
  }

  .top-row .left-tab ul {
    padding: 0px 15px 0px 0px;
    max-width: 418px;
  }

  .right-tab img {
    float: left;
  }

  .search {
    max-width: 255px;
  }

  .chat-tab .tabs .tabs nav.tab-nav {
    width: 290px;
  }

  .chat-tab .tabs>.tab {
    width: calc(100% - 290px);
  }
}

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

  /*checkout*/
  .container.checkout .checkout-right {
    max-width: 350px;
    padding: 30px 10px;
  }

  footer .container {
    gap: 20px;
  }

  footer .col-3.four {
    max-width: 123px;
  }

  footer .col-3 {
    max-width: 23%;
  }

  #order table thead th {
    font-size: 14px;
  }

  .order-det .order-attribute span,
  .order-det .order-attribute h5,
  #order table tbody td {
    font-size: 14px;
  }

  #order table .order-det img {
    max-width: 50px;
  }

  .top-row .left-tab .off-text .left {
    max-width: 79%;
  }

  .top-row .left-tab .off-text .left h2 {
    font-size: 20px;
  }

  .top-row .left-tab .off-text .left span {
    margin: 3px 0px;
  }

  .also-like>ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .my-account .account-info-sidebar {
    max-width: 270px;
  }

  #tabs-content form input {
    font-size: 18px;
    padding: 0px 20px;
    border: 1px solid #001017;
    line-height: 50px;
  }

  ul#tabs-nav {
    padding: 30px 0px 0px;
  }

  ul#tabs-nav li button,
  #tabs-content form .input-submit input[type="submit"],
  .btn-row ul li button {
    font-size: 20px;
  }

  .signin-block ul#tabs-nav:before {
    height: 31px;
    top: 32px;
  }

  .wedding .container .content h2,
  .banner-carousel .container h2 {
    font-size: 24px;
  }

  .wedding .container .content p,
  .banner-carousel .container p {
    font-size: 20px;
    padding: 0px 60px;
    line-height: 30px;
  }

  .live .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  section.store .owl-stage-outer .container>.content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.store .owl-stage-outer .container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .store-list ul {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .brand h4 {
    font-size: 16px;
  }

  .store-filter #tabs-content ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-filter .filter-option {
    gap: 15px;
  }

  .tab-filter .filter-option>select {
    width: 120px;
    height: 33px;
    font-size: 14px;
  }

  .tab-filter .filter-option .sort-by select {
    font-size: 14px;
    width: 157px;
  }

  .tab-filter.discover .filter-option .sort-by {
    min-width: 220px;
  }

  .tab-filter.discover .filter-option {
    list-style: none;
    display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-top: 0;
  }

  .chat-tab>.tabs>.tab-nav {
    width: 68px;
  }

  .chat-tab>.tabs {
    padding-left: 68px;
  }

  .tab-nav .top-block .message-div {
    padding: 5px 15px 5px 15px;
  }

  .top-block form {
    padding: 12px 15px;
  }

  .chat-tab .author {
    display: flex;
    gap: 10px;
  }

  .chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li a span.min {
    font-size: 12px;
  }

  .chat-tab .author .author-details h6 {
    font-size: 13px;
  }

  .first-option {
    padding: 10px 10px;
  }

  .chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul {
    padding: 0px 8px;
    gap: 16px;
  }

  .chat-tab .tabs .tabs nav.tab-nav {
    width: 260px;
  }

  .chat-tab .tabs>.tab {
    width: calc(100% - 260px);
  }

  .first-option .call-option ul li a {
    width: 46px;
    height: 34px;
  }

  .first-option .call-option ul li a img {
    max-width: 17px;
  }

  .first-option .call-option ul {
    gap: 10px;
  }

  .first-option .author-details {
    gap: 10px;
  }

  .first-option .author-details .author-details h6 {
    font-size: 16px;
  }

  .msger-chat {
    overflow-y: auto;
    padding: 20px 15px 96px;
  }

  #profile-nav {
    margin: 0;
    padding: 10px 0px 0px 20px;
    width: 100%;
    max-width: 251px;
  }

  #profile-nav li {
    padding: 15px 0px;
  }

  table.account-activity th,
  table.account-activity td {
    font-size: 13px;
  }

  table.account-activity td p,
  table.account-activity td {
    font-size: 13px;
  }

  #profile-content .pro-btn {
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 20px;
  }

  .follower .tab-content ul li {
    padding: 10px;
  }

  .follower .tab-content ul li .space-block .img-box {
    max-width: 60px;
  }

  .follower .tab-content ul li .space-block h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }

  .follower .tab-content ul li .space-block-link ul {
    gap: 9px;
  }

  .follower .tab-content ul li .space-block-link ul li a {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 7px;
  }

  .follower .tab-content ul li .space-block {
    gap: 10px;
  }

  .profile-details {
    gap: 40px;
  }

  .profile-details .avtar-img span {
    line-height: 26px;
    text-align: center;
  }

  .share-links {
    align-items: center;
    justify-content: center;
  }

  .profile-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .social-carousel .item {
    min-width: 29.33%;
  }
.order-content .price-details span.discount-value,
.order-content .price-details span.sale-price,
.order-content .price-details span.regular-price{
  font-size: 14px;
  line-height: 24px;
}
.product-details .order-content .price-details span.discount-value,
.product-details .order-content .price-details span.sale-price,
.product-details .order-content .price-details span.regular-price{
  font-size: 14px;
  line-height: 24px;
}
.product-icons .icons-row>ul{
      gap: 0px;
}
}

@media only screen and (max-width:991px) {
  .video-carousel .content {
    flex-direction: column;
  }

  .video-carousel .content {
    background-size: 40% 100%;
  }

  footer#new .logo img {
    max-width: 160px;
  }

  .ftr-menu {
    float: left;
    width: 27%;
    padding-left: 30px;
  }

  .ftr-contact {
    width: 50%;
    float: left;
    padding-left: 42px;
  }
.store-filter>.container #filter-products>.container>ul.skeleton-list{
  display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    margin-top: 20px;
}
}

@media only screen and (min-width:901px) {
  ul.nav-menu>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 48px;
  }
}

/* Mobile Menu */
@media only screen and (max-width:900px) {
  .mobile-menu {
    display: block;
  }

  .left-menu {
    display: block;
  }

  .search {
    display: none;
  }

  /* .language {
    display: none;
  } */

  /* .hdr-top .language {
    display: block;
  } */

  .hdr-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .language>ul>li>a {
    color: #fff;
  }

  .language ul li.has-sub-menu:before {
    background: url(../images/dropdown-white.png) no-repeat 0px 0px;
  }

  .language ul li.has-sub-menu:hover ul {
    right: 0px;
  }

  #nav-icon2 {
    display: block;
  }

  .megamenu {
    position: fixed;
    left: 0;
    height: calc(100% - 121px);
    width: 250px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 0px;
    z-index: 2;
    transform: translate(-100%, 0);
    /* transition: all .3s cubic-bezier(.29, .39, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53); */
    overflow: auto;
  }

  .megamenu.active {
    transform: translate(0, 0);
    /* transition: all .3s cubic-bezier(.29, .39, .68, .53); */
    /* -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53); */
  }

  #nav-icon2 {
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: 0px;
    outline: none;
  }

  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #001017;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 0px;
  }

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 10px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 20px;
  }

  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }

  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 17px;
  }

  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 17px;
  }

  ul.nav-menu {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #ddd;
  }

  .mobile-menu ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .mobile-menu ul li {
    width: 100%;
    max-width: 50%;
  }

  .mobile-menu ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    color: #001017;
    padding: 0px 12px;
  }

  .mobile-menu ul li.active a {
    font-weight: 700;
    background: #001017;
    color: #fff;
  }

  .left-menu ul {
    display: none;
  }

 
  ul.nav-menu>li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0px 16px;
    padding-left: 16px;
}
  /* ul.nav-menu>li>a {
    padding: 13px 10px;
  } */

  .mega-menu .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  ul.nav-menu>li:hover .mega-menu {
    top: 0;
  }

  .mega-menu .col-8 ul {
    gap: 10px;
    flex-direction: column;
  }

  #back {
    display: block;
  }

  .mega-menu.visible {
    visibility: visible;
    top: 0;
  }

  #back a.back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    margin: 14px 0px 0px;
  }

  /* ul.nav-menu>li:hover>a:before, */
  ul.nav-menu>li.active>a:before {
    display: none;
  }

  .main-content section.banner {
    margin-top: 0;
  }

  .mega-menu .col-2 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .store-list {
    margin-top: 40px;
  }



  /*Product*/

  .large-image {
    width: 334px;
    height: 424px;
    position: relative;
  }

  /*.order-content .price-details span.regular-price {
    font-size: 17px;
  }

  .order-content .price-details span.sale-price {
    font-size: 29px;
  }

  .order-content .price-details span.discount-value {
    font-size: 21px;
  }*/

  .chat-tab>.tabs {
    height: calc(100vh - 114px);
  }

  /* Header */
  .mega-menu{
    position: static;
    visibility: visible;
  }
  .mega-menu .col-3{
    width: 100% !important;
  }
  /* .menuopen ul.nav-menu>li>a{
    margin: 8px 0px 8px;
  } */
  .logo {
    max-width: 148px !important;
  }
  .hdr-top .language option {
    color: #000000;
}
.hdr-top .language option:hover{
background-color: #038DCE !important;
}

.parent-shop-container .left-sidebar{
  max-width: 200px;
}
.also-like.uniquelist>ul {
  grid-template-columns: 1fr 1fr;
}
}

@media only screen and (max-width: 767px) {
.container.coupons ul li{
  width: 100% !important; 
}
  .profile-details {
    flex-direction: column;
  }

  .profile-right ul.profile-details {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .profile-details li h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }

  .profile-details li span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  ul.acc-btn li a {
    width: 107px;
    height: 32px;
    gap: 5px;
    font-size: 12px;
  }

  ul.acc-btn {
    gap: 10px;
  }

  #wrapper.frg-pass {
    height: auto;
    width: 100%;
    overflow: auto;
    padding-top: 40px;
  }


  .alert-sidebar {
    padding: 10px 15px 0px 15px;
  }

  .logo {
    max-width: 150px;
    min-width: 150px;
  }
    
  .right-function>ul {
    gap: 5px;
  }

  .right-function {
    gap: 20px;
  }

  .left-menu ul {
    gap: 10px;
  }

  .left-menu ul li a {
    font-size: 13px;
    padding: 0px 10px;
  }

  /*checkout*/
  .container.checkout {
    flex-direction: column;
  }

  .container.checkout .checkout-right {
    max-width: 100%;
    padding: 30px 15px;
  }
  .StripeModal-overlay .modal-content{
    width: 100%;
    max-height: 100%;
  }
  footer .container {
    display: grid;
    justify-content: center;
    column-gap: 20px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  footer .col-3 {
    max-width: 100% !important;
  }

  .forgot-password-block {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }

  .forgot-password-block form input[type="email"] {
    line-height: 55px;
    padding: 0px 15px;
    font-size: 18px;
  }

  .forgot-password-block form button[type="submit"] {
    margin-top: 30px;
    font-size: 18px;
    line-height: 55px;
  }

  .forgot-password-block form>p {
    margin-bottom: 0px;
  }

  table.cart thead {
    display: none;
  }

  table.cart tbody tr {
    display: inline-block;
    width: 100%;
  }

  #order table tbody td {
    position: relative;
    padding-left: 50%;
    display: inline-block;
    width: 100%;
  }

  #order table tbody td:before {
    content: '';
    position: absolute;
    left: 0px;
    font-weight: 500;
    font-size: 14px;
  }

  #order table .order-det img {
    display: none;
  }

  #order table tbody td:nth-child(1):before {
    content: 'Order:';
  }

  #order table tbody td:nth-child(2):before {
    content: 'Quality:';
  }

  #order table tbody td:nth-child(3):before {
    content: 'Price:';
  }

  #order table tbody td:nth-child(4):before {
    content: 'Order number:';
  }

  #order table tbody td:nth-child(5):before {
    content: 'Order date:';
  }

  #order table tbody td:nth-child(6):before {
    content: 'Delivery Data:';
  }

  .also-like>ul {
    grid-template-columns: 1fr 1fr;
  }

  .also-like>ul>li img {
    width: 100%;
  }

  .top-row .left-tab {
    max-width: 100%;
  }

  .top-row .left-tab .off-text {
    position: relative;
    margin-bottom: 20px;
  }

  .right-tab img {
    width: 100%;
  }

  .top-row .left-tab .off-text .left {
    max-width: 100%;
  }

  .top-row .left-tab .off-text .right {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .top-row {
    flex-direction: column;
    gap: 20px;
  }

  .top-row .left-tab ul {
    position: inherit;
    bottom: 0;
    width: auto;
  }

  .pop-up-content ul li p {
    text-align: center;
    font-size: 15px;
  }

  .pop-up-content ul {
    column-gap: 20px;
  }

  .pop-up-content ul li a {
    font-size: 20px;
    padding: 10px 49px;

  }

  .my-account {
    flex-direction: column;
  }

  .my-account .account-info-sidebar {
    max-width: 100%;
  }

  .logo.account-sign {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .logo.account-sign img {
    max-width: 150px;
    float: none;
  }

  .store-filter ul#tabs-nav li a {
    font-size: 18px;
  }

  .store-filter ul#tabs-nav {
    gap: 30px;
  }

  ul#tabs-nav li a {
    padding-bottom: 15px;
  }

  ul#tabs-nav {
    padding: 15px 0px 0px;
  }

  #tabs-content {
    padding: 30px 15px;
  }

  .btn-row ul {
    flex-direction: column;
    margin: 20px 0px 20px;
  }

  .btn-row ul li {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .signin-block {
    margin-top: 20px;
  }

  #tabs-content form span {
    padding: 20px 0px;
  }

  #tabs-content form span:after,
  #tabs-content form span:before {
    top: 33px;
  }

  #tabs-content form input {
    padding: 0px 15px;
    line-height: 40px;
    border-radius: 0px;
  }

  .signin-block ul#tabs-nav:before {
    height: 23px;
    top: 27px;
  }

  ul#tabs-nav li button,
  #tabs-content form .input-submit input[type="submit"],
  .btn-row ul li button {
    font-size: 17px;
    padding: 0px 0px;
    line-height: 44px;
  }

  .forgot-pass {
    font-size: 16px;
    margin: 10px 0px 20px;
  }

  .agree-text {
    margin-bottom: 20px;
  }

  section.store .owl-stage-outer .container>.content h1 {
    font-size: 31px;
    line-height: 31px;
  }

  section.store .owl-stage-outer .container>.content a {
    width: 183px;
    height: 46px;
    font-size: 16px;
    line-height: 42px;
  }

  section.store .store-carousel {
    margin-top: 15px;
  }

  section.latest>.container>h2,
  .wedding>.container>h2,
  section.live h2,
  .store h2 {
    font-size: 20px;
  }

  .wedding .container .content p,
  .banner-carousel .container p {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 24px;
  }

  .wedding .container .content h2,
  .banner-carousel .container h2 {
    font-size: 21px;
  }

  .banner-carousel .container a,
  .wedding .container .content a {
    width: 190px;
    height: 46px;
    font-size: 15px;
    line-height: 41px;
  }

  .wedding-carousel img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 270px;
  }

  .banner-carousel .container {
    bottom: 30px;
  }

  .store-list ul {
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    padding: 16px 8px 0px;
  }

  .store-search {
    max-width: 220px;
  }

  .store-videos ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .store-videos ul li {
    text-align: center;
  }
  .tab-filter{
    flex-direction: column;
  }
  .tab-filter .filter-option {
    gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .tab-filter .filter-option>select {
    width: 160px;
  }

  .store-filter #tabs-content ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 15px;
  }

  .store-videos.live-social>.container>ul li {
    text-align: left;
  }

  .store-videos.live-social>.container>ul .heading-text h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .store-videos.live-social>.container>ul {
    grid-template-columns: 1fr 1fr;
  }

  .tab-filter.discover .filter-option {
    list-style: none;
    display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-top: 0;
  }

  .tab-filter .filter-option>select {
    width: 90%;
  }

  .coupons ul {
    grid-template-columns: 1fr 1fr
  }

  .coupons ul li .title h4 {
    font-size: 18px;
  }

  .shop-top .container {
    flex-direction: column;
  }

  .shop-top {
    margin: 30px 0px 30px;
  }

  .shop-top .left {
    gap: 0px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .shop-top .left .brand-name {
    text-align: center;
  }

  .shop-top .right ul li a {
    padding: 10px 20px;
  }

  .store-filter.shopper .tabs.shop-tab:before {
    top: 321px;
  }

  .gift-pg ul {
    grid-template-columns: 1fr 1fr;
  }

  .gift-pg ul li .img {
    text-align: center;
  }

  .order-details .product-container {
    flex-direction: column;
  }


  .product-option .toggle-button {
    padding: 9px 10px;
    font-size: 17px;
    align-items: center;
  }

  .product-icons .icons-row>ul {
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }

  .product-icons .icons-row .store-btn ul li a {
    width: 100%;
    height: 51px;
    padding: 0px 20px;
  }

  .order-content {
    margin-top: 30px;
  }

  .product-icons .icons-row .store-btn ul li {
    width: 100%;
  }

  .product-icons .icons-row {
    max-width: 264px;
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .product-icons {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li a span.min {
    display: none;
  }

  .chat-tab .tabs .tab-nav li .author-details {
    display: none;
  }

  #profile-nav {
    position: fixed;
    left: 0;
    height: calc(100% - 121px);
    width: 250px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 0px;
    z-index: 2;
    transform: translate(-100%, 0);
    transition: all .3s cubic-bezier(.29, .39, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53);
    overflow: auto;
    padding-top: 70px;
    top: 101px;
  }

  #nav-icon3 {
    display: block;
  }

  #profile-nav.active {
    transform: translate(0, 0);
    transition: all .3s cubic-bezier(.29, .39, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.29, .39, .68, .53);
  }

  #nav-icon3 {
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: 0px;
    outline: none;
    z-index: 99;
  }

  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #001017;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon3 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon3 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon3 span:nth-child(1),
  #nav-icon3 span:nth-child(2) {
    top: 0px;
  }

  #nav-icon3 span:nth-child(3),
  #nav-icon3 span:nth-child(4) {
    top: 10px;
  }

  #nav-icon3 span:nth-child(5),
  #nav-icon3 span:nth-child(6) {
    top: 20px;
  }

  #nav-icon3.open span:nth-child(1),
  #nav-icon3.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon3.open span:nth-child(2),
  #nav-icon3.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon3.open span:nth-child(1) {
    left: 5px;
    top: 8px;
  }

  #nav-icon3.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  #nav-icon3.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon3.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon3.open span:nth-child(5) {
    left: 5px;
    top: 17px;
  }

  #nav-icon3.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 17px;
  }

  #nav-icon3 {
    display: block !important;
  }

  #profile-nav li {
    padding: 15px 15px;
  }

  #profile-content form .field-row.inline,
  #profile-content form.passwords .field-row.inline {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }


  .top-row .left-tab ul {
    padding-right: 0px;
  }

  .top-row .left-tab ul li a {
    gap: 8px;
    font-size: 15px;
  }

  .top-row .left-tab ul {
    list-style: none;
    gap: 8px;
  }

  .follower .tab-content ul {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .store-filter.follower .tabs ul#tabs-nav li a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
  }

  .store-filter.follower .tabs ul#tabs-nav {
    gap: 10px;
  }

  .follower .tab-content ul li .space-block h6 {
    font-size: 12px;
  }

  .gift-top .gift-title {
    flex-direction: column;
    gap: 15px;
  }

  .gift-title .text h4 {
    text-align: center;
  }

  #tabs-content form input[type="tel"] {
    padding-left: 50px;
    height: 42px;
  }

  .main-content.deals .pop-up-content ul {
    grid-template-columns: 1fr 1fr;
  }

  .order-details .product-container .image-block {
    margin: 0px auto;
  }

  .new-orderrow {
    flex-direction: column;
  }

  .order-details-pg .order-details {
    max-width: 100%;
  }

  .new-orderrow .items-details {
    width: 100%;
    padding: 15px !important;
    max-width: 100% !important;
  }

  .profile-tabs {
    gap: 19px;
  }

  .store-carousel .item {
    height: auto !important;
  }

  .social-carousel .item {
    min-width: 80%;
  }

  .store-banner {
    height: auto;
  }
  .store-videos-mob .store-sec-videos .follow-share-sec {
margin-top: -4%;
  }
  .store-videos-mob ul li .img-box {
    
      height: unset;
      overflow: hidden;
  }
  

 .store-videos-mob .store-sec-videos {
    flex-direction: unset;
    gap: 15px;
  }

  .store-videos .follow-share-sec ul li img {
    width: auto;
  }

  /* Start Cart Page css */
  .new-orderrow {
    flex-direction: column;
  }

  .order-details-pg .order-details {
    width: 100%;
  }

  .new-orderrow .items-details {
    width: 100%;
    margin-top: 30px;
  }
  
  .product-details .order-content {max-width: 100%;}

.product-details .product-icons {margin-top: 0;justify-content: flex-end;}

.product-details .product-icons ul {
    justify-content: flex-end;
}
.large-image .react-transform-wrapper{
pointer-events: none;
}
.large-image{
  cursor: none;
}
.product-gallery{
  justify-content: center;
}
}

@media only screen and (max-width:767px) {
  .video-carousel .content {
    background-size: cover;
    padding: 20px;
  }
  .language  select.sub-cunt{
        color: #fff !important;
        background: url(../images/dropdown-white.png) no-repeat 0px 6px !important; 
  }

  .video-carousel .content {
    padding: 20px;

  }

  footer#new .logo,
  .ftr-menu,
  .ftr-contact {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .banner .owl-carousel .banner-content ul.links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner .owl-carousel .banner-content ul.links li a img {
    width: 100% !important;
  }

  .content.model-popup {
    background: rgba(0, 0, 0, 0.4);
    width: 93%;
  }

  .banner-content {
    padding: 15px;
  }

  .banner-content .model-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    float: none;
    padding-left: 0;
  }

  .banner-content ul.links li {
    max-width: 131px !important;
  }

  .store-list ul>li>a>img,
  .store-list ul>li>a {
    height: auto;
  }
  .language  select{
    position: relative;
        padding: 0px 10px;
        background: transparent url(../images/arrow_drop.svg) no-repeat 40px 7px;
        appearance: none;
        width: auto;
        border: 0px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 0px;
        outline: none;
        color: #1b1b1b;
    /* display: none;
        color: #FFF; */
        /* background: url(../images/dropdown-white.png) no-repeat 0px 6px ; */
  }
  .language  select.sub-cunt{
    color: #fff;
  }
  .store-filter>.container #filter-products>.container>ul.skeleton-list{
  display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* .video-frame .modal-content{
  min-height: 516px;
}
.video-frame video{
  min-height: 516px;
} */
.video-frame video {
  max-width: 100%;
  max-height: 100%;
  min-height: 540px;
}
}

@media only screen and (max-width: 480px) {
  footer .container {
    column-gap: 0px;
    grid-template-columns: 1fr;
  }
  .also-like>ul>li img {
    float: left;
    margin-bottom: 0px;
}
  .store-list ul {
    grid-template-columns: 1fr;
  }

  .social-media ul {
    gap: 7px;
  }

  footer .col-3 {
    border-bottom: 1px solid #ccc;
  }

  footer .col-3:last-child {
    border: 0px;
  }

  .also-like>ul {
    grid-template-columns: 1fr;
  }

  .pop-up-content ul {
    grid-template-columns: 1fr;
  }

  .logo {
    max-width: 110px;
    min-width: 100px;
  }

  #nav-icon2 {
    width: 30px;
    height: 20px;
  }

  #nav-icon2 span {
    height: 3px;
  }

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 7px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 14px;
  }

  #nav-icon2.open span:nth-child(5) {
    top: 12px;
  }

  #nav-icon2.open span:nth-child(6) {
    top: 12px;
  }

  .wedding .item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 340px;
  }

  .wedding .container .content p,
  .banner-carousel .container p {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 24px;
  }

  .wedding .container .content h2,
  .banner-carousel .container h2 {
    font-size: 21px;
  }

  .banner-carousel .container a,
  .wedding .container .content a {
    width: 190px;
    height: 46px;
    font-size: 15px;
    line-height: 41px;
  }

  .store-carousel img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 270px;
  }

  .banner .owl-carousel .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
  }

  .banner-carousel .container {
    bottom: 30px;
  }

  .store-list .heading {
    flex-direction: column;
    gap: 15px;
  }

  .store-search {
    max-width: 100%;
  }

  .store-list ul li img {
    width: 100%;
  }

  .store-videos ul {
    grid-template-columns: 1fr;
  }

  .store-videos ul li {
    text-align: center;
    width: 100%;
  }

  .store-videos ul li img {
    width: 100%;
  }

  .agent {
    flex-direction: column;
    gap: 30px;
  }

  .store-videos ul li .img-box {
    width: 100%;
  }

  .store-filter #tabs-content ul {
    grid-template-columns: 1fr 1fr;
  }

  .store-videos.live-social>.container>ul {
    grid-template-columns: 1fr;
  }

  .tab-filter.discover .filter-option {
    grid-template-columns: 1fr;
  }

  .tab-filter.discover .filter-option .sort-by {
    min-width: 160px;
    flex-direction: column;
    align-items: flex-start;
  }

  .coupons ul {
    grid-template-columns: 1fr
  }

  .gift-pg ul {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    display: flex;
    flex-direction: column;
  }

  .thumbnails {
    margin: 30px 0px 15px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding: 0px;
    list-style: none;
    max-width: 100%;
    flex-direction: row;
    max-height: inherit;
    scrollbar-width: none;

  }

  .product-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .large-image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .main-content.deals .pop-up-content ul {
    grid-template-columns: 1fr;
  }

  .main-content.deals .pop-up-content ul li {
    max-height: inherit;
  }

  .wear-offer.store-videos.live-social ul li .img-box,
  .wear-offer.store-videos.live-social ul li .img-box img {
    height: auto;
    width: 100%;
  }

  .also-like>ul>li>a {
    height: auto;
  }

  .logo {
    max-width: 140px;
  }
  .also-like.uniquelist>ul {
    grid-template-columns: 1fr 1fr;
}
}

.my-order-det table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}

.my-order-det table td.order {
  width: 330px;
}

.my-order-det table .order-det {
  display: flex;
  align-items: left;
  gap: 16px;
  text-decoration: none;
}

.order-det img {
  width: 74px;
}

.order-det .order-attribute {
  display: flex;
  text-align: justify;
  flex-direction: column;
}

.order-det .order-attribute h5 {
  font-weight: 500;
  font-size: 13px;
  color: #001017;
}

.my-order-det table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}

.my-order-det table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}

.my-order-det table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}

.my-order-det table td.order {
  width: 330px;
}

.my-order-det table tbody td {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.right-function>ul li.profile ul li span {
  padding-left: 5px;
}

.language  select.sub-cunt {
    position: relative;
    padding: 0px 15px 0 15px;
    background: transparent url(../images/arrow_drop.svg) no-repeat 83px 7px;
    appearance: none;
    width: auto;
    border: 0px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    outline: none;
    width: 100%;
    opacity: 1;
        color: #000;
}
.input-row.otp {
    margin-top: 20px;
}

.filters__item-title{
  background-color: #ffffff !important;
  height: 30px;
  padding: 0px 10px !important;
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  width: 152px;
  gap: 5px;
  justify-content:unset !important;
}
.dropdown.dropdown--full .icon{
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.dropdown__menu {
  box-shadow: 0 1px 5.5px .5px rgba(0, 0, 0, .1) !important;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
  white-space: nowrap;
  cursor: auto;
  z-index: 10;
  padding: 1.5rem;
  width: 100%;
  left: 0;
  /* visibility: visible !important;
  opacity: 1 !important;
  display: unset !important; */
}
/* ul.nav-menu > li > a:hover {
	color: #038fd1;
} */
label.push-button {
  border: .0625rem solid #e4e4e4;
  background-color: #fff;
  color: #000000 !important;
  padding: .5rem;
  font-size: 12px;
  line-height: 23px;
  border-radius: .3125rem;
  display: inline-block;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  letter-spacing: 0;
  text-decoration: none;
  white-space: normal;
  min-height: 0.75rem;
  min-width: 3.75rem;
  padding: 8px !important;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;  
}
.ui-list li.active .push-button{
  background-color: #038dce !important;
  color: #ffffff !important;
}

.filters__item--top{
  position: static !important;
}
.tab-filter{
  position: relative;
}
.ui-list {  
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.filters__listings h5{
  font-weight: 700;
}
.filters__dropdown-menu .btn--sm,.filters__dropdown-menu .js-clear-filter{
  font-size: 14px;
  line-height: 21px;
  /* border: 1px solid #cccccc; */
  text-decoration: none;
  color: #001017;
  width: 63px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.filters__dropdown-menu .btn--sm.js-dropdown-close{
  background-color: #000000;
  color: #ffffff;
}
.filters__dropdown-menu .btn--sm:hover,.filters__dropdown-menu .js-clear-filter:hover{
  background-color: #038DCE;
  color: #ffffff;
}
.ui-list li label::before,.ui-list li label::after{
content: none !important;
}

.filters__listings--cap-height{
  max-height: 11.625rem;
  margin-bottom: .75rem;
  overflow-y: scroll;
}
.filters__listings {
  white-space: normal;
  margin-left: 0;
}
.filters__actions{
  display: flex;
  gap: 8px;
}
.sub-category-list ul li.active{
  color: #038dce;
}
 .filters__item-title.btn_open .icon{
  transform: rotate(180deg);
}
.sort-by select{
  position: relative;
  display: inline-block;
}
.h5.filters__count{
  text-wrap: nowrap;
  /* width: 72px; */
  overflow: hidden;
}
/* .sort-by select::after{
  content: '';
  position: absolute;
  background-image: url(../images/select-arrow-curve.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  right: 0;
} */


input.InputElement.Input {
  color: #fff;
}

.follow-share-sec li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.filter-option
span {
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: rgba(0, 16, 23, 0.6);
}
button.js-clear-filter {
    color: #000 !important;
    border: 1px solid #000 !important;
}
button.js-clear-filter span{
   color: #000 !important;
}
button.js-clear-filter:hover {
    color: #fff !important;
    border: 0px !important;
}
button.js-clear-filter:hover span{
   color: #fff !important;
    border: 0px !important;
}
.filters__listings .ui-list li input[type="checkbox"] {
  display: none;
}

.order-store ul {
    list-style: none;
    padding-inline-start: 0px;
}
.social-carousel::-webkit-scrollbar{
  display: none;

}


form.payment-form select {
  margin: 0px;
  padding: 20px 20px;
  background: none;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  width: 100%;
  color: #d3d3d3;
}
form.payment-form input::placeholder {
  color: #d3d3d3;
}

.custom-select {
  color: #000000; /* Default text color (black) */
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Style the first option (e.g., "Select Country") */
.custom-select option.first-option {
  color: #D3D3D3; /* Light grey for the first option */
}

/* Style all other options */
.custom-select option.other-options {
  color: #000000; /* Black for other options */
}
button.control-btn {
  background: url('/../images/bg.svg') no-repeat;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  margin-left: 10px;
}
button.control-btn img {
  height: 20px;
  width: 20px;
  background: transparent;
}

/* 20-10-2024 start*/

footer#new .container {
  display: inline-block;
  padding: 40px 10px;
  width: 100%;
  max-width: 1600px;
}
.row-footer {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
footer#new .logo {
  width: 100%;
  float: left;
}
footer#new .logo {
  width: 100%;
  float: left;
  padding-left: 70px;
  /* display: none; */
}
footer#new .logo img {
  max-width: 200px;
}
footer a, footer p {
  font-size: 13px;
  line-height: 25px;
  color: #fff;
}
.ftr-menu {
  float: left;
  width: 22%;
  /* padding-left: 72px; */
}
.ftr-menu {
  float: left;
  width: 100%;
  /* padding-left: 72px; */
}
footer ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  list-style: none;
  padding: 0px;
}
footer ul li {
  margin-bottom: 10px;
  text-align: left;
}
footer ul li a {
  text-decoration: none;
  text-align: left;
}
.ftr-contact {
  width: 40%;
  float: left;
  padding-left: 0px;
}
.ftr-contact .field {
  display: flex;
  margin-top: 18px;
  width: 100%;
}
.ftr-contact .field.group .field-row {
  width: 100%;
}
.ftr-contact .field .field-row {
  width: 100%;
}
.ftr-contact .field textarea, .ftr-contact .field input {
  width: 100%;
  border: 0px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-size: 15px;
  resize: none;
}
.ftr-contact .field button {
  padding: 8px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  background-color: #dc097f !important;
  border-color: #dc097f !important;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  border-radius: 2px;
  line-height: 33px;
  cursor: pointer;
}
.test-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  /* width: 25%; */
  padding: 25px;
}
.banner-content .model-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 320px; */
  /* float: right; */
  padding-left: 0px;
}
.banner-content .model-text>a img {
  max-width: 180px;
}
.banner-content img {
  width: auto !important;
}
.banner-content p {
  line-height: 20px;
  font-size: 13px;
  color: #fff;
} 
.banner-content p:last-of-type {
  margin-top: 20px;
  font-size: 18px;
}
.row-footer .banner-content ul.links {
  flex-direction: row;
}
.banner-content ul.links {
  display: flex;
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
  gap: 18px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
} 
.banner-content ul.links li {
  /* width: 100%; */
  max-width: 138px;
  display: flex;
}
.banner-content ul.links li a {
  display: flex;
  width: 100%;
  height: 44px;
}
footer ul li a {
  text-decoration: none;
  text-align: left;
}
.banner-content ul.links li a img {
  width: 100% !important;
  height: 100%;
}
.row-footer h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin: 0px 10px;
}
.data_social.social-ic {
  margin-top: 10px;
  display: flex;
}
.copy-right {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
}
.copy-right p {
  font-size: 13px;
}


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

  /*checkout*/
  .container.checkout .checkout-right {
    max-width: 350px;
    padding: 30px 10px;
  }

  footer .container {
    gap: 20px;
  }

  footer .col-3.four {
    max-width: 123px;
  }

  footer .col-3 {
    max-width: 23%;
  }

  #order table thead th {
    font-size: 14px;
  }

  .order-det .order-attribute span,
  .order-det .order-attribute h5,
  #order table tbody td {
    font-size: 14px;
  }

  #order table .order-det img {
    max-width: 50px;
  }

  .top-row .left-tab .off-text .left {
    max-width: 79%;
  }

  .top-row .left-tab .off-text .left h2 {
    font-size: 20px;
  }

  .top-row .left-tab .off-text .left span {
    margin: 3px 0px;
  }

  .also-like>ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .my-account .account-info-sidebar {
    max-width: 270px;
  }

  #tabs-content form input {
    font-size: 18px;
    padding: 0px 20px;
    border: 1px solid #001017;
    line-height: 50px;
  }

  ul#tabs-nav {
    padding: 30px 0px 0px;
  }

  ul#tabs-nav li button,
  #tabs-content form .input-submit input[type="submit"],
  .btn-row ul li button {
    font-size: 20px;
  }

  .signin-block ul#tabs-nav:before {
    height: 31px;
    top: 32px;
  }

  .wedding .container .content h2,
  .banner-carousel .container h2 {
    font-size: 24px;
  }

  .wedding .container .content p,
  .banner-carousel .container p {
    font-size: 20px;
    padding: 0px 60px;
    line-height: 30px;
  }

  .live .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  section.store .owl-stage-outer .container>.content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.store .owl-stage-outer .container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .store-list ul {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .brand h4 {
    font-size: 16px;
  }

  .store-filter #tabs-content ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-filter .filter-option {
    gap: 15px;
  }

  .tab-filter .filter-option>select {
    width: 120px;
    height: 33px;
    font-size: 14px;
  }

  .tab-filter .filter-option .sort-by select {
    font-size: 14px;
    width: 157px;
  }

  .tab-filter.discover .filter-option .sort-by {
    min-width: 220px;
  }

  .tab-filter.discover .filter-option {
    list-style: none;
    display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-top: 0;
  }

  .chat-tab>.tabs>.tab-nav {
    width: 68px;
  }

  .chat-tab>.tabs {
    padding-left: 68px;
  }

  .tab-nav .top-block .message-div {
    padding: 5px 15px 5px 15px;
  }

  .top-block form {
    padding: 12px 15px;
  }

  .chat-tab .author {
    display: flex;
    gap: 10px;
  }

  .chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul li a span.min {
    font-size: 12px;
  }

  .chat-tab .author .author-details h6 {
    font-size: 13px;
  }

  .first-option {
    padding: 10px 10px;
  }

  .chat-tab>.tabs>.tabs>nav.tab-nav>.tab>ul {
    padding: 0px 8px;
    gap: 16px;
  }

  .chat-tab .tabs .tabs nav.tab-nav {
    width: 260px;
  }

  .chat-tab .tabs>.tab {
    width: calc(100% - 260px);
  }

  .first-option .call-option ul li a {
    width: 46px;
    height: 34px;
  }

  .first-option .call-option ul li a img {
    max-width: 17px;
  }

  .first-option .call-option ul {
    gap: 10px;
  }

  .first-option .author-details {
    gap: 10px;
  }

  .first-option .author-details .author-details h6 {
    font-size: 16px;
  }

  .msger-chat {
    overflow-y: auto;
    padding: 20px 15px 96px;
  }

  #profile-nav {
    margin: 0;
    padding: 10px 0px 0px 20px;
    width: 100%;
    max-width: 251px;
  }

  #profile-nav li {
    padding: 15px 0px;
  }

  table.account-activity th,
  table.account-activity td {
    font-size: 13px;
  }

  table.account-activity td p,
  table.account-activity td {
    font-size: 13px;
  }

  #profile-content .pro-btn {
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 20px;
  }

  .follower .tab-content ul li {
    padding: 10px;
  }

  .follower .tab-content ul li .space-block .img-box {
    max-width: 60px;
  }

  .follower .tab-content ul li .space-block h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }

  .follower .tab-content ul li .space-block-link ul {
    gap: 9px;
  }

  .follower .tab-content ul li .space-block-link ul li a {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 7px;
  }

  .follower .tab-content ul li .space-block {
    gap: 10px;
  }

  .profile-details {
    gap: 40px;
  }

  .profile-details .avtar-img span {
    line-height: 26px;
    text-align: center;
  }

  .share-links {
    align-items: center;
    justify-content: center;
  }

  .profile-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  
.order-content .price-details span.discount-value,
.order-content .price-details span.sale-price,
.order-content .price-details span.regular-price{
  font-size: 14px;
  line-height: 24px;
}
.product-details .order-content .price-details span.discount-value,
.product-details .order-content .price-details span.sale-price,
.product-details .order-content .price-details span.regular-price{
  font-size: 14px;
  line-height: 24px;
}
.product-icons .icons-row>ul{
      gap: 0px;
}
.row-footer {
  flex-wrap: wrap;
}
.ftr-menu {
  width: 100%;
}
footer ul{
  display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.ftr-contact,.test-model{
  width: 47%;
}
}
@media only screen and (max-width: 767px) {
.row-footer {
    flex-direction: column;
    align-items: center;
}

 footer#new .logo,
  .ftr-menu,
  .ftr-contact {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    float: inherit;
  }
.banner .owl-carousel .banner-content ul.links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner .owl-carousel .banner-content ul.links li a img {
    width: 100% !important;
  }

  .content.model-popup { 
    /* left: 0;
    bottom: 0; */
    right: 0;
    top: 0;
    margin: auto;
    /* height: 54%; */
  }

  .banner-content {
    padding: 15px;
  }

  .banner-content .model-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    float: none;
    padding-left: 0;
  }

  /* .banner-content ul.links li {
    max-width: 131px !important;
  } */

  .store-list ul>li>a>img,
  .store-list ul>li>a {
    height: auto;
  }
  /* .language ul select{
        color: #FFF;
        background: url(../images/dropdown-white.png) no-repeat 0px 6px ;
  } */
  /* .language ul select.sub-cunt{
    color: #fff;
  } */
  .store-filter>.container #filter-products>.container>ul.skeleton-list{
  display: grid;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row-footer {
  flex-direction: column;
  align-items: center;
}

footer ul {
  flex-direction: column;
}

footer .banner-content ul.links li {
  text-align: center;
}

footer ul li {
  text-align: center;
}

.ftr-contact {
  width: 100%;
}
.ftr-contact, .test-model {
  width: 330px;
}

}

@media only screen and (max-width: 480px) {
  footer .container {
    column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .store-list ul {
    grid-template-columns: 1fr;
  }

  .social-media ul {
    gap: 7px;
  }

  footer .col-3 {
    border-bottom: 1px solid #ccc;
  }

  footer .col-3:last-child {
    border: 0px;
  }

  .also-like>ul {
    grid-template-columns: 1fr 1fr;
  }

  .pop-up-content ul {
    grid-template-columns: 1fr;
  }

  .logo {
    max-width: 110px;
    min-width: 100px;
  }

  #nav-icon2 {
    width: 30px;
    max-width: 30px;
  }
  #nav-icon2 span {
    height: 3px;
  }
/* 
  

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 7px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 14px;
  }

  #nav-icon2.open span:nth-child(5) {
    top: 12px;
  }

  #nav-icon2.open span:nth-child(6) {
    top: 12px;
  } */

  .wedding .item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 340px;
  }

  .wedding .container .content p,
  .banner-carousel .container p {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 24px;
  }

  .wedding .container .content h2,
  .banner-carousel .container h2 {
    font-size: 21px;
  }

  .banner-carousel .container a,
  .wedding .container .content a {
    width: 190px;
    height: 46px;
    font-size: 15px;
    line-height: 41px;
  }

  .store-carousel img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 270px;
  }

  .banner .owl-carousel .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
  }

  .banner-carousel .container {
    bottom: 30px;
  }

  .store-list .heading {
    flex-direction: column;
    gap: 15px;
  }

  .store-search {
    max-width: 100%;
  }

  .store-list ul li img {
    width: 100%;
  }

  .store-videos ul {
    grid-template-columns: 1fr;
  }

  .store-videos ul li {
    text-align: center;
    width: 100%;
  }

  .store-videos ul li img {
    width: 100%;
  }

  .agent {
    flex-direction: column;
    gap: 30px;
  }

  .store-videos ul li .img-box {
    width: 100%;
  }

  .store-filter #tabs-content ul {
    grid-template-columns: 1fr 1fr;
  }

  .store-videos.live-social>.container>ul {
    grid-template-columns: 1fr;
  }

  .tab-filter.discover .filter-option {
    grid-template-columns: 1fr;
  }

  .tab-filter.discover .filter-option .sort-by {
    min-width: 160px;
    flex-direction: column;
    align-items: flex-start;
  }

  .coupons ul {
    grid-template-columns: 1fr
  }

  .gift-pg ul {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    display: flex;
    flex-direction: column;
  }

  .thumbnails {
    margin: 30px 0px 15px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding: 0px;
    list-style: none;
    max-width: 100%;
    flex-direction: row;
    max-height: inherit;
    scrollbar-width: none;

  }

  .product-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .large-image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .main-content.deals .pop-up-content ul {
    grid-template-columns: 1fr;
  }

  .main-content.deals .pop-up-content ul li {
    max-height: inherit;
  }

  .wear-offer.store-videos.live-social ul li .img-box,
  .wear-offer.store-videos.live-social ul li .img-box img {
    height: auto;
    width: 100%;
  }

  .also-like>ul>li>a {
    height: auto;
  }

  .logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-footer{
    gap:20px;
  }
  .test-model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    width: 45%;
    padding: 25px;
}
.ftr-menu {
  float: left;
  width: 100%;
  padding-left: 15px;
}
footer#new .logo {
  width: 100%;
  /* float: left; */
  padding-left: 10px;
  /* display: none; */
}
  
}


@media only screen and (max-width: 480px) {
  footer#new .logo,
  .ftr-menu,
  .ftr-contact {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .test-model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    padding: 25px;
}
section.live {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.social-carousel .item {
  min-width: 42%;
}
.order-details {
  padding: 0px;
  border-bottom: 1px solid #00101720;
  margin-bottom: 20px;
  margin-top: 20px;
}
}
.price-input {
  padding: 8px;
  border: .0625rem solid #e4e4e4;
  font-size: 12px;
  color: #000000;
}
.price-input input[type=number] ,.price-input input[type=number]:focus-visible {
  border: none;
  outline: none;
}

.ord-details .apply {
  border: 1px solid rgba(0, 16, 23, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  background: #fff;
}

.ord-details .apply input[type="text"] {
  border: 0px;
  /* padding: 11px 10px; */
  display: inline-block;
  outline: none;
}
.ord-details .apply button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 10px;
  text-decoration: none;
}
.ord-details .apply .coupon-code-applied span {
  padding: 8px 10px;
}
.proceed_signup button {
  display: inline-block;
  width: 100%;
  background: #001017;
  line-height: 46px;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border: 0px;
  outline: none;
  cursor: pointer;
}
/*20-10-2024 end*/
@media (max-width: 767px) { /* Adjust the max-width as needed */
  .also-like.data-related {
      overflow-x: auto; /* Enable horizontal scrolling */
      white-space: nowrap; /* Prevent wrapping of items */
      -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS devices */
  }
  .field input {
    font-size: 16px !important;
  }
  .also-like.data-related ul {
      display: inline-block; /* Make sure the ul is treated as an inline-block to avoid wrapping */
      padding: 0; /* Remove default padding */
      margin: 0; /* Remove default margin */
  }
  
  .also-like.data-related li {
      display: inline-block; /* Align items horizontally */
      width: 200px; /* Set a fixed width for each item */
      margin-right: 10px; /* Space between items */
  }
  
  .also-like.data-related::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}
.parent-shop-container {
  display: inline;
  justify-content: space-between;
  gap: 15px;
}
.ltr-1chvxl9 {
  width: calc(100% - 2rem);
}
.search {
  max-width: 30px;
  display: inline-flex;
}
.ltr-5oi22u {
  width: 100%;
}
.hdr-mid .container .header-log {
  max-width: 140px;
  padding-left: 20px;
}
.right-function>ul li{
  height:18px;
  width:18px
  }
  .wear-offer.latest-arrival button.js-dropdown__trigger.filters__item-title {
    padding: 0px;
}
ul.nav-menu>li.active> a.has-children,ul.nav-menu>li.active> button.has-children  {
  margin-bottom: 0;
}
  }
  .filter-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 10px; */
  }
  
  .filter-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .sort-container {
    flex: 1;
    width: 0%;
  }
  
  .filter-button-btn, .clear {
    display: inline-block;
  }
  

/* Select dropdown styling */
.field select {
  font-size: 16px; 
  appearance: none; 
  touch-action: manipulation; 
  background: transparent;
}

/* iOS-Specific Styles */
@supports (-webkit-touch-callout: none) {
  .field select {
    font-size: 16px; /* Ensures no zoom on iOS Safari */
    padding: 12px; /* Larger padding for easier touch targeting */
  }
 
}

/* Hover and Focus Effect */
.field select:hover,
.field select:focus {
  border-color: #666;
}

.field select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
}

.store_tab_data .filters__item-title {
  
  width: 235px;
}


/* For larger screens */
@media (min-width: 767px) {

 

   .store_tab_data .sort-container {
    flex: 1 1;
 
    display: flex;
    flex-direction: row;
    margin: 0px;
    justify-content: space-between;
}
  .field-row {
    justify-content: flex-start;
  }

  .store_tab_data .store-filter .filters__item-title {
  
    width: 235px;
}


}

@media (max-width: 480px) {
  .store_tab_data  .filter-actions-row {
    width: 100%;
    background: #f4f4f4;
    padding: 10px;
}
.store_tab_data .filter-button-btn {
 
  background: #f4f4f4;

}
  .store_tab_data .sort-container {
    
    justify-content: space-around;
  }
 .store_tab_data .store-filter  .sort-container {
    flex: 1 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0px;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 10px;
  }
  ul.nav-menu>li.active>button:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #038fd1;
    width: 100%;
    bottom: 28px;
    display: none;
  }
  .store_tab_data .store-filter  .filter-button-btn {

    background: #f4f4f4;
   
}
.store_tab_data .store-filter  .filter-actions-row {
  width: 100%;
  /* padding-right: 20px; */
}
.store-filter  .tab-filter .filter-option {
 
  margin-top: 10px;
}
  .field select {
    font-size: 14px;
  }
  .hdr-mid .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}
.banner .owl-carousel .owl-item img {
  -o-object-fit: cover;
  object-fit: inherit;
  height: auto;
  /* max-width: 400px; */
}
.wedding .item img {
  -o-object-fit: cover;
  object-fit: contain;
  height: auto;
}
.sort-row {
  background: #F6F6F6;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.sort-row .clear a {
  padding: 15px 20px;
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  color: #001017;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.3s ease-in-out;
  border: none;
}
.sub-category-list h4 {

  min-height: auto;

}
}
.react-tel-input .form-control {
  height: auto !important;
  border-radius:5px !important;
}
.store-search input[type="search"] {
  font-size: 16px;
  background: transparent !important;
}
.product-cta.add-cart.sold {
  padding: 20px 0px;
  text-align: left;
}
.product-cta.add-cart.sold span.sold-out {
  color: #ca2929;
  font-weight: 500;
  font-size: 16px;
}
.also-like>ul>li .description span.sold-out {
  font-size: 13px;
  font-weight: 500;
  color: red;
  float: inline-start;
}
.add-cart button.sold {
 
  background: #222;

}
.coupon-code-not-applied  button:disabled {
  /* color: #fff; */
  pointer-events: none;
  /* background: #00000069; */
}


.coupon-code-not-applied input[readonly]::placeholder {
  color: red; 
}
.load-preview-button button.load-more-button {
  margin: 15px;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar-thumb {
    background-color: #757575a6; /* Color of the scrollbar handle */
    border-radius: 0px; 
    width: 8px; 
    /* border: 1px solid #ffffff; */
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
  }
  html {
    scrollbar-width: 15px; /* Hides the scrollbar in Firefox */
  }
  /* html, body, #root {
    overflow: auto;
  } */
  
}
@media (max-width: 767px) {

  /* Hide scrollbar for mobile devices */
  ::-webkit-scrollbar-thumb {
    background-color: transparent; /* Color of the scrollbar handle */
  }
  ::-webkit-scrollbar {
    display: none; /* Hides the scrollbar on Webkit browsers */
  }

  /* For Firefox */
  html {
    scrollbar-width: none; /* Hides the scrollbar in Firefox */
  }
  /* html, body, #root {
    overflow: auto;
  } */
  
}
.notes {
  margin-top: 10px;
}
.notes-content {
  font-size: 14px;
}
.notes-content >span {

  font-weight: 500;
  margin: 20px 0;
}
header 

 {
  position: sticky;
  top: 0;
width:100%;
  z-index: 1000; 
  background-color: #ffffff; 
}


