@charset "UTF-8";

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

body * {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 14px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input::ms-clear,
input[type="password"]::ms-reveal {
  display: none;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
}
a.button,
button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: var(--font-global);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: normal !important;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: var(--font-global);

  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime"]::-webkit-inner-spin-button,
input[type="datetime"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="url"]::-webkit-inner-spin-button,
input[type="url"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] optgroup,
select[disabled] option,
textarea[disabled] {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.75;
}
textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: var(--font-global);
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  button:invalid,
  input:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.html") center center no-repeat;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
[dir="rtl"] .slick-prev:before {
  background: url(../left-arrow.html) no-repeat left;
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-prev {
  z-index: 98;
  left: 0;
}
.slick-prev:after {
  content: "";
  display: inline-block;
  height: 27px;
  width: 30px;
  background: url(../png/bg_direction_nav.png) no-repeat;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 30px;
  background: url(../png/bg_direction_nav.png) no-repeat -30px 0;
}
body {
  font-family: var(--font-global);
}
div#loader.loading {
  width: 100%;
  height: 100%;
  background-image: url(../gif/two.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: fixed;
  z-index: 999999;
  opacity: 1.2;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
img {
  max-width: 100%;
}
a {
  cursor: pointer;
}
.header-top .left span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.header-top {
  background: #000;
  padding: 7px 0;
}
.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .container .left a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-top .container .left a svg {
  vertical-align: middle;
  margin-right: 10px;
}
.header-top .container .right {
  color: #fff;
}
.header-top .container .right a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.header-desktop-main {
  width: 100%;
  z-index: 51;
  position: fixed;
  top: 0px;
  height: 132px;
  transition: all 0.5s ease-in-out 0s;
}
.container.breadcrumbs-main {
  margin-top: 110px;
}
section.desktop {
  margin-top: 132px;
}
.header {
  background: #fff;
  padding: 10px 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.header .container .left {
  display: flex;
  align-items: center;
}
.header .container .left figure {
  margin-right: 15px;
}
.header .container .right a {
  display: inline-block;
  position: relative;
}
.header .container .right span.position {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #f9eb28;
  color: #000;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 20px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}
.header .container .mystyle {
  display: block !important;
}
.header .container .show-added-msg {
  position: absolute;
  right: 0px;
  background-color: #0bc319 !important;
  color: #fff;
  width: auto;
  z-index: 1111;
  padding: 8px 20px;
  border-radius: 4px;
  margin-right: 3px;
  top: 60px;
  font-size: 15px;
  line-height: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
  display: none;
}
.header .container div#add-to-note-cart {
  position: absolute;
  right: 0px;
  background-color: #0bc319 !important;
  color: #fff;
  width: auto;
  z-index: 1111;
  padding: 8px 20px;
  border-radius: 4px;
  margin-right: 3px;
  top: 60px;
  font-size: 15px;
  line-height: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
  display: none;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu li:hover {
  background: #f9eb28;
}
.menu li .menu-title {
  display: inline-block;
  padding: 12px 13px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu .menu-open {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0 2px 3px #bfbebe;
  top: 50px;
}
.menu .menu-open li {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  font-size: 14px;
}
.menu .menu-open li:hover {
  background: transparent;
}
.menu .menu-open li article {
  margin: 15px 0 0;
  padding: 0px 2% 20px;
  flex: 1;
}
.menu .menu-open li article .menu-title {
  display: block;
  padding: 4px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
}
.menu .menu-open li article .menu-title:hover {
  color: #f9eb28;
  text-decoration: underline;
  font-weight: 700;
}
.menu .menu-open li article .menu-title.sub-menu-heading {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: none;
}
.menu .menu-open li article .menu-title.sub-menu-heading:first-child {
  margin-top: 0;
}
.menu .menu-open figure {
  float: right;
  width: 290px;
  margin: 0 !important;
  padding: 15px 20px 0px 0px;
  text-align: right;
}
.menu .menu-open figure a {
  display: block;
}
.menu .menu-open figure img {
  height: auto;
  margin-bottom: 10px;
}
.search-toggle {
  border-top: 1px solid #f3f1f1;
  display: none;
  position: absolute;
  width: 400px;
  background: #fff;
  top: 52px;
  right: 0px;
  padding: 14px;
  z-index: 999;
}
.search-toggle input {
  border: 1px solid #e1e1e1;
  color: gray;
  padding: 9px 10px;
  width: 70%;
}
.search-toggle button {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  width: 30%;
}
.search-toggle ul {
  max-height: 250px;
  overflow: auto;
  margin-top: 10px;
}
.search-toggle ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.search-toggle ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.search-toggle ul::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.search-toggle li:last-child {
  border: none;
}
.search-toggle li a {
  padding: 10px;
  color: #000;
  display: block !important;
  border-bottom: 1px solid #e1e1e1;
}
.search-toggle li a:hover {
  background: #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.header-cart {
  background: #fff;
  width: 380px;
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 999;
}
.header-cart .subtotal {
  padding: 15px 15px 5px;
  border-top: 1px solid #bfbebe;
  display: flex;
  justify-content: space-between;
}
.header-cart .subtotal label {
  font-weight: 700;
}
.header-cart .subtotal span {
  font-size: 15px;
  color: #434343;
  font-weight: 600;
}
.header-cart .checkout-btn {
  margin: 15px;
}
.header-cart .checkout-btn button {
  background: #000;
  border: 1px solid #000;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.header-cart .checkout-btn button:hover {
  color: #51cccc;
  border-color: #51cccc;
  background: none;
}
.items-total {
  padding: 10px;
  border-bottom: 1px solid #bfbebe;
  color: #282828;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.items-total span {
  font-size: 15px;
}
.items-total span.close {
  display: inline-block;
  color: #434343;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.total-add-produtc {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.total-add-produtc .left {
  width: 40%;
}
.total-add-produtc .right {
  width: 56%;
}
.total-add-produtc .right small {
  font-size: 10px;
  font-weight: 600;
  color: #282828;
}
.total-add-produtc .price {
  font-size: 15px;
  color: #434343;
  font-weight: 600;
  display: block;
  padding: 15px 0;
}
.details-qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-qty label {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
}
.details-qty input {
  padding: 6px 12px;
  border: 1px solid #000;
  width: 45px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.details-qty input::placeholder {
  color: #000;
  opacity: 100%;
}
.details-qty .icon a {
  display: inline-block;
  margin-left: 10px;
}
.details-qty .icon img {
  width: 20px;
}
.breadcrumbs {
  padding: 7px 0px;
  white-space: nowrap;
  overflow: scroll;
  width: 100%;
  margin: 3px 0 8px;
}
.breadcrumbs li {
  display: inline-block;
  padding: 0 22px 0 0;
  position: relative;
}
.breadcrumbs li a {
  color: #515151;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.breadcrumbs li:after {
  content: "";
  transform: rotate(-45deg);
  border: solid #515151;
  border-width: 0 1px 1px 0;
  position: absolute;
  margin: 0 11px 0px 5px;
  padding: 3px;
  right: 0;
  top: 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.combo-top-strip {
  position: relative;
}
.combo-top-strip:before {
  content: "";
  display: block;
  padding-top: 6%;
}
.combo-top-strip img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.offer-top {
  background: #f8eb27;
  padding: 6px 0;
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
  text-align: center;
}
.header-dektop-main-div {
  position: fixed;
  width: 100%;
  z-index: 51;
  top: 0px;
  transition: all 0.5s ease-in-out 0s;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px;
  margin-top: 8px;
  box-shadow: 0 2px 3px #bfbebe;
}
a.btn.logout {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.my-account-dropdown .dropdown-content a {
  color: #000 !important;
  display: flex;
  justify-content: space-between;
}
.header-top .container a.active.btn.dropbtn {
  padding-bottom: 7px;
}
.dropdown-content a {
  color: black;
  padding: 10px 6px;
  text-decoration: none;
  display: block;
}
.my-account-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content a:hover {
  background-color: #f9eb28;
}
.my-account-dropdown:hover .dropdown-content {
  display: block;
}
.profile-name {
  color: #000;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 6px;
  margin: 5px;
}
span.header-user-number {
  font-size: 11px;
  margin-top: 5px;
  display: block;
}
p.header-user-name {
  color: #000;
  font-weight: 600;
}
.dropdown-content img {
  width: 15px;
  height: 15px;
}
.active.btn.login {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}
.topcontactus {
  display: flex;
  align-items: center;
}
.topcontactus span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 10px;
}
.header .right {
  display: flex;
  align-items: center;
}
.usermobile {
  display: inline-block;
  margin: 0px 20px;
}
a.heart-icon {
  margin-right: 20px;
}
.header .container .right span.position {
  position: absolute;
  right: -7px;
  top: -6px;
  background: #f9eb28;
  color: #000;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 20px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}
.trending-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
.trending-category a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-radius: 6px;
  border: 1px solid #fd0;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block !important;
}
.trending-heading svg#up-trend-round {
  margin-right: 12px;
}
.trending-heading p {
  color: #000;
  text-align: center;
  font-family: var(--font-global);

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: capitalize;
}
.shiv2 {
  max-height: 300px;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.shiv2 strong {
  font-weight: 600;
  display: inline-block;
}
.shiv2 p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 25px;
  color: #929090;
  letter-spacing: 0.5px;
}
.shiv2 a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.shiv2 ul {
  margin: 30px 30px 30px 60px;
}
.shiv2 ul li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style: disc;
  font-size: 13px;
  color: #929090;
  letter-spacing: 0.5px;
}
.shiv2 ol {
  margin: 30px 30px 30px 60px;
}
.shiv2 ol li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style: decimal-leading-zero;
  font-size: 13px;
  color: #929090;
  letter-spacing: 0.5px;
}
.shiv2 h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.shiv2 h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.shiv2::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.shiv2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #888888;
}
.shiv2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
#ladka_footer {
  color: #333;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
footer {
  background: #f5f5f5;
  padding: 40px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container .box {
  width: 23%;
}
footer .container .box label {
  display: block;
  text-transform: uppercase;
  color: #434343;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
footer .container .box ul li {
  color: #434343;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
footer .container .box ul li a {
  color: #434343;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}
footer .container .box .social-icon a {
  display: inline-block;
}
footer .container .box .social-icon a img {
  width: 15px;
  margin: 0 4px;
}
.footer-bottom {
  padding: 40px 0 20px;
}
.footer-bottom .heading {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-bottom .footer-menu {
  color: #000;
  padding: 10px 0 20px;
}
.footer-bottom .footer-menu a {
  display: inline-block;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 22px;
}
.footer-bottom .footer-menu span {
  color: #ec0404;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-bottom strong {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.footer-bottom span.footer-teaser {
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
}
.footer-bottom .ship-pro {
  text-align: center;
}
.footer-bottom .em-payment {
  text-align: center;
}
.footer-bottom p {
  text-align: center;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
}
.input-box input.error,
.input-box select.error {
  border: 1px solid red !important;
}
.form-in input.error,
.form-in select.error {
  border: 1px solid red !important;
}
.input-box {
  position: relative;
}
.input-box input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.input-box .floating-label {
  color: rgb(182, 182, 182);
  position: absolute;
  display: none;
  font-size: small;
  font-weight: 400;
  pointer-events: none;
  width: auto;
  transition: 0.2s ease all;
}
.form-in {
  position: relative;
}
.alert {
  padding: 7px;
  background-color: #f58b83;
  color: white;
  margin-bottom: 15px;
  margin-top: 5px;
  display: none;
}
.alert.show {
  display: block;
}
.alert.success {
  padding: 7px;
  background-color: #d5fdd9;
  color: green;
  margin-bottom: 15px;
  margin-top: 5px;
}
.coupon-box .error {
  color: red;
  margin-bottom: 10px;
}
body.loading {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../gif/two.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.form-box input.error,
.form-box select.error {
  border: 1px solid red;
}
.tab-contents {
  display: none;
  background: #fff;
}
.tab-contents.current {
  display: block;
}
.coupon-box .error {
  color: red;
  margin-bottom: 10px;
}
.account-login-error {
  background-color: rgb(250, 229, 229);
  line-height: 1.3;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}
.account-login-success {
  background-color: #e5efe5;
  line-height: 3;
  color: green;
  margin-top: 10px;
}
.form-required small {
  color: red;
}
.form-required label {
  text-align-last: left;
}
.form-required .inner-in {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.form-required .inner-in input {
  border: 0;
  border-right: 1px solid #ccc;
  width: 25%;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}
.form-required .inner-in input:last-child {
  border: 0;
}
.continue-btn {
  width: 100%;
  margin: 20px 0 0;
  padding: 12px 0;
  background: #51cccc;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.eye-icon {
  right: 0;
  top: -32px;
  padding: 5px 15px 5px 13px;
  position: relative;
  border-left: 1px solid #ccc;
  float: right;
}
.eye-icon img {
  width: 25px;
}
.inner-in {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.inner-in input {
  border: 0;
  border-right: 1px solid #ccc;
  width: 25%;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}
.load-more-data {
  color: red;
  cursor: pointer;
}
.footer-menu a {
  text-decoration: none;
  color: #000;
}
.footer-bottom .footer-menu a {
  display: contents;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 13px;
  line-height: 20px;
}
.products img {
  width: 100%;
}
.my-address-form .form-control sub {
  color: red;
}
.my-address-form .gender-tab-box sub {
  color: red;
}
.my-address-form .form-control select {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  background: url(../svg/down.svg) no-repeat 100%;
}
.noscroll {
  height: 100vh;
  overflow: hidden;
}
.input-error {
  display: block;
  color: red !important;
  margin-top: 2px;
  font-weight: 500;
}
.login-customers-box form {
  width: 100%;
}
.otp-box {
  margin: 15px 0 0;
}
.otp-box input {
  letter-spacing: 0px;
}
.otp-icon {
  right: 0;
  top: -39px;
  padding: 5px 15px 5px 13px;
  position: relative;
  border-left: 1px solid #ccc;
  float: right;
}
.form-in sub {
  color: red;
}
.out-of-stock {
  position: absolute;
  width: 100%;
  height: 10%;
  text-align: center;
}
.out-of-stock button {
  background: #ffea29;
  position: relative;
  padding: 5px 5px;
  float: left;
}
.out-of-stock label {
  padding: 5px 5px;
  float: left;
}
.out-of-stock .out-of-form {
  position: relative;
  background: #fff;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 69%;
  margin: 0 auto;
  padding: 8px;
}
.out-of-stock .out-of-form .input {
  padding: 5px;
  border: 1px solid #ababab;
  margin: 4px 0px;
  border-radius: 2px;
  width: 100%;
}
.out-of-stock .out-of-form .submit-button {
  background: yellow;
  padding: 7px;
  -ms-transform: translateY(-50%);
}
.who-we-section .tab {
  margin-bottom: 10px;
}
.banner-top {
  margin-bottom: 5px;
}
.banner-top figure img {
  width: 100%;
}
.banner {
  margin-top: 5px;
}
.banner img {
  max-width: 100%;
  width: 100%;
}
.banner a.home-banner {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.banner a.home-banner:first-child {
  left: 0;
}
.banner a.home-banner:last-child {
  right: 0;
}
.banner .home-banner:before {
  content: "";
  display: block;
  padding-top: 97%;
}
.banner .slick-slide {
  margin-bottom: 5px;
  position: relative;
}
.beyoung-offer {
  padding: 15px 0;
}
.beyoung-offer .heading {
  text-align: center;
  padding-bottom: 10px;
}
.safety-box {
  padding: 15px 0;
}
.safety-box img {
  width: 100%;
}
.everyday-box {
  padding: 15px 0;
}
.everyday-box img {
  width: 100%;
}
.everyday-box .inner-box {
  display: flex;
  justify-content: space-between;
}
.everyday-box .inner-box .left,
.everyday-box .inner-box .right {
  width: 50%;
}
.everyday-box .box-2 .left,
.everyday-box .box-2 .right {
  width: 49.5%;
}
.women-box {
  display: flex;
  justify-content: space-between;
}
.women-box figure {
  width: 25%;
}
.women-box figure img {
  width: 100%;
}
.shop-box .heading {
  text-align: center;
}
.shop-box .images-grid {
  display: flex;
  justify-content: space-between;
}
.shop-box .images-grid a {
  display: block;
  width: 15.5%;
}
.shop-box .images-grid a img {
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.shop-box .images-grid-1 a {
  width: 24%;
}
.hmwhycusk .heading {
  cursor: pointer;
  max-width: 340px;
  margin-bottom: 0;
  text-align: left;
  border-bottom: 3px solid #666;
  color: #000;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
.hmwhycusk .sub-heading {
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.hmwhycusk .content {
  overflow: auto;
  height: 300px;
  padding: 0px 30px 0px 0px;
  margin-bottom: 30px;
}
.hmwhycusk .content p {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
.hmwhycusk .content label {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 22px;
  font-weight: 500;
}
.hmwhycusk .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.hmwhycusk .content::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.hmwhycusk .content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.updates-box {
  margin: 20px 0;
  background: #000;
  padding: 10px 0;
}
.updates-box .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.updates-box .heading {
  font-size: 28px;
  color: #f5f5f5;
  font-weight: 400;
  width: 12%;
}
.updates-box .searchbox {
  width: 50%;
}
.updates-box .searchbox input {
  padding: 18px;
  border: 1px solid #fff;
  letter-spacing: 2px;
  color: #a3a3a3;
  font-size: 14px;
  width: 100%;
}
.updates-box button {
  border: 0;
  width: 45%;
  background: #f8eb27;
  font-weight: 600;
  padding: 19px 10px;
  color: #000;
  font-size: 15px;
  margin-left: 5px;
}
.newslatterhome {
  background: #eaeaea;
  display: inline-flex;
  padding: 26px 30px;
  justify-content: center;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin-top: 50px;
}
.newslatterhome p {
  color: #767676;
  font-family: var(--font-global);

  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%;
}
.newsinput {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsinput input.inputtypehome {
  padding: 10px 10px;
  border-radius: 6px;
  border: 0.5px solid #d8d8d8;
  background: #fff;
  margin-right: 5px;
}
.newsinput button.iamin {
  padding: 8px 30px;
  border-radius: 6px;
  border: 0.5px solid #000;
  background: #f7e957;
  color: #000;
  text-align: center;
  font-family: var(--font-global);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.customade-full {
  display: block;
}
.customade-full h2.heading-light.title {
  color: #848484;
  border-bottom: 1px solid #e7e3d3;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
}
.customade-full .custom-steps {
  border-radius: 5px;
  margin: 20px 0;
  padding-bottom: 100px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.customade-full .custom-img {
  padding: 40px 30px 0;
}
.customade-full .custom-img:after,
.customade-full .custom-img:before {
  content: " ";
  display: table;
}
.customade-full .pull-left {
  float: left !important;
  width: 292px;
  list-style: none;
}
.customade-full .custom-steps ul li {
  font-size: 14px;
  color: #848484;
  line-height: 22px;
  margin: 35px 0 10px;
  position: relative;
}
.customade-full .custom-steps ul li:before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  right: 0;
  top: 78px;
  content: "";
  position: absolute;
  background: #e7e3d3;
  box-sizing: border-box;
}
.customade-full .custom-steps ul li img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
.customade-full .custom-steps ul li span {
  font-size: 21px;
  display: block;
  padding: 8px 0 3px;
  text-transform: inherit;
}
.customade-full .custom-steps ul li .nbr {
  width: 44px;
  height: 44px;
  font-size: 25px;
  font-family: robotomedium;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  position: absolute;
  right: -140px;
  top: 55px;
  border: 5px solid #fff;
  background: #82be42;
  z-index: 1;
  display: block;
  text-transform: inherit;
}
.customade-full .custom-steps ul li:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background: #e7e3d3;
  right: -88px;
  top: 82px;
  box-sizing: border-box;
}
.customade-full .custom-steps ul li .cudelivery {
  background-position: -210px -916px;
}
.customade-full .custom-steps ul li .bg-blue {
  background: #006496;
}
.customade-full .custom-steps article {
  width: 292px;
  height: 292px;
  border: 2px dashed #000;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.625rem;
  color: #848484;
  line-height: 32px;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 95px 7px 0 7px;
  padding-top: 95px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
}
.customade-full .custom-steps .inset .heading-bold {
  font-weight: bolder;
}
.customade-full ul.pull-right.helight {
  padding-left: 0;
  float: right !important;
  width: 292px;
  list-style: none;
}
.customade-full .custom-steps ul.pull-right li:before {
  left: 0;
}
.customade-full .custom-steps ul li .designing {
  background-position: -105px -916px;
}
.customade-full .custom-steps ul.pull-right li .nbr {
  left: -140px;
}
.customade-full .custom-steps ul li .bg-primary {
  background: #01a3b0;
}
.customade-full .custom-steps ul.pull-right li:after {
  left: -88px;
}
.steps-designs {
  display: flow-root;
}
.steps-designs :before {
  content: " ";
  display: table;
}
.steps-designs :after {
  content: " ";
  display: table;
}
.steps-designs .h5title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 10px;
}
.steps-designs .presentation-cell:nth-child(10),
.steps-designs .presentation-cell:nth-child(2),
.steps-designs .presentation-cell:nth-child(3),
.steps-designs .presentation-cell:nth-child(6),
.steps-designs .presentation-cell:nth-child(7) {
  float: right;
}
.steps-designs .presentation-image {
  background-position: unset;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  width: 50%;
}
.steps-designs .presentation-cell {
  width: 50%;
  height: 430px;
}
.steps-designs .big-title {
  font-size: 18px;
  font-weight: bold;
}
.steps-designs .small-test {
  font-size: 17px;
  padding: 10px 48px;
  line-height: 25px;
}
.steps-designs .text-center {
  text-align: center;
}
.steps-designs .presentation-content {
  float: left;
  padding: 20px;
}
.steps-designs .presentation-cell:first-child,
.steps-designs .presentation-cell:nth-child(4),
.steps-designs .presentation-cell:nth-child(5),
.steps-designs .presentation-cell:nth-child(8),
.steps-designs .presentation-cell:nth-child(9) {
  float: left;
}
.custompaged.container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-main-box {
  padding: 40px 0;
}
.search-main-box .container {
  display: flex;
  justify-content: space-between;
}
.search-main-box .container .left-side {
  width: 20%;
}
.search-main-box .container .left-side .heading {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #434343;
  text-transform: uppercase;
}
.search-main-box .container .left-side .filter-item {
  padding: 20px 0;
}
.search-main-box .container .left-side .filter-item .heading-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.search-main-box .container .left-side .filter-item .heading-inner span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #434343;
  text-transform: uppercase;
}
.search-main-box .container .left-side .filter-item .heading-inner img {
  width: 15px;
  transform: rotate(-90deg);
}
.search-main-box .container .left-side .filter-item .heading-inner.active img {
  transform: rotate(90deg);
}
.search-main-box .container .left-side .filter-item .filter-options {
  padding-top: 20px;
}
.search-main-box .container .left-side .filter-item .filter-options a {
  display: block;
  line-height: 25px;
  font-weight: 500;
  color: #434343;
  cursor: pointer;
}
.search-main-box .container .left-side .filter-item .filter-options a.active {
  color: #3d9999;
  font-weight: 600;
}
.search-main-box .container .left-side .filter-item .price-box {
  padding-top: 20px;
}
.search-main-box .container .left-side .filter-item .price-box label {
  font-size: 13px;
  font-weight: 500;
}
.search-main-box .container .left-side .filter-options-color {
  border: 1px dashed #e1e1e1;
  border-right: 0;
  border-left: 0;
}
.search-main-box .container .left-side .filter-options-color .fliter-color {
  display: flex;
  padding-top: 15px;
  flex-wrap: wrap;
}
.search-main-box .container .left-side .filter-options-color .fliter-color a {
  display: inline-block;
  height: 23px;
  width: 23px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dadada;
  border-radius: 30px;
  margin: 0 10px 10px 0;
}
.search-main-box
  .container
  .left-side
  .filter-options-color
  .fliter-color
  a
  img {
  border-radius: 50%;
}
.search-main-box
  .container
  .left-side
  .filter-options-color
  .fliter-color
  a.active {
  border: 2px solid #48b5b5;
}
.search-main-box .container .right-side {
  width: 100%;
}
.search-main-box .container .right-side .heading {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-weight: 600;
  text-align: center;
}
.search-main-box .container .right-side p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
.search-main-box .container .right-side p b {
  color: black;
  font-weight: 600;
}
.search-main-box .container .right-side .select-brands {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-main-box .container .right-side .select-brands .select-box {
  position: relative;
  width: 20%;
}
.search-main-box .container .right-side .select-brands .select-box:before {
  content: "";
  transform: rotate(90deg);
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../svg/arrow.svg) no-repeat 0;
  top: 12px;
  right: 10px;
}
.search-main-box .container .right-side .select-brands .select-box select {
  border: 1px solid #000;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.search-main-box .container .right-side .select-brands a {
  display: inline-block;
  margin: 0 0 0 10px;
}
.search-main-box .container .right-side .products-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.search-main-box .container .right-side .products-grid .products {
  width: 24%;
  position: relative;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.search-main-box .container .right-side .products-grid .products img.hoverimg {
  display: none;
}
.search-main-box .container .right-side .products-grid .products img {
  width: 100%;
}
.search-main-box .container .right-side .products-grid .products .heart-icon {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 6px;
  top: 6px;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .heart-icon:hover {
  background: #f9eb28;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .heart-icon.selected {
  background: #f9eb28;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .heart-icon
  img {
  vertical-align: middle;
  height: 15px;
  width: 15px;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details {
  background: #fff;
  text-align: center;
  padding: 15px 0;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  a {
  font-size: 11px;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 10px;
  height: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  button {
  background: #f9eb28;
  color: #000;
  padding: 14px 20px;
  border-radius: 0;
  border: 0;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  .price
  span {
  vertical-align: top;
  display: inline-block;
  color: #3dca3b;
  font-size: 12px;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  .price
  small {
  display: inline-block;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 11px;
  color: #000;
  padding: 0 5px;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  .price
  strong {
  color: #ff6969;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products
  .products-details
  .price
  strike {
  display: inline-block;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 11px;
  color: #000;
  padding: 0 5px;
}
.search-main-box .container .right-side .products-grid .products:hover {
  cursor: pointer;
}
.search-main-box .container .right-side .products-grid .products:hover figure {
  transition: all 0.5s ease;
  overflow: hidden;
  backface-visibility: hidden;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products:hover
  img.normalimg {
  display: none;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products:hover
  img.hoverimg {
  display: block;
  transition: all 0.5s ease;
}
.search-main-box
  .container
  .right-side
  .products-grid
  .products:hover
  .products-details {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.5s ease;
}
.search-main-box .out-of-stock {
  position: absolute;
  background: rgba(255, 255, 255, 0.7882352941);
  width: 100%;
  height: 100%;
  text-align: center;
}
.search-main-box .out-of-stock button {
  background: yellow;
  padding: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-main-box .out-of-stock .out-of-form {
  position: relative;
  background: #fff;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 69%;
  margin: 0 auto;
  padding: 8px;
}
.search-main-box .out-of-stock .out-of-form .input {
  padding: 5px;
  border: 1px solid #ababab;
  margin: 4px 0px;
  border-radius: 2px;
}
.search-main-box .out-of-stock .out-of-form .submit-button {
  background: yellow;
  padding: 7px;
  -ms-transform: translateY(-50%);
}
.women-plaint-shirt-box {
  padding: 40px 0;
}
.women-plaint-shirt-box .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.women-plaint-shirt-box .heading span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.women-plaint-shirt-box .heading a {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  color: #00dcff;
  font-weight: 600;
}
.women-plaint-shirt-box .products-grid {
  padding-top: 10px;
}
.women-plaint-shirt-box .products-grid .products {
  width: 24%;
  position: relative;
  margin: 20px 0;
}
.women-plaint-shirt-box .products-grid .products img.hoverimg {
  display: none;
}
.women-plaint-shirt-box .products-grid .products img {
  max-width: 100%;
  width: 100%;
}
.women-plaint-shirt-box .products-grid .products .heart-icon {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  line-height: 25px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 6px;
  top: 6px;
}
.women-plaint-shirt-box .products-grid .products .heart-icon:hover {
  background: #f9eb28;
}
.women-plaint-shirt-box .products-grid .products .heart-icon.selected {
  background: #f9eb28;
}
.women-plaint-shirt-box .products-grid .products .heart-icon img {
  vertical-align: middle;
  height: 15px;
  width: 15px;
}
.women-plaint-shirt-box .products-grid .products .products-details {
  background: #fff;
  text-align: center;
  padding: 15px 0;
}
.women-plaint-shirt-box .products-grid .products .products-details a {
  font-size: 11px;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.women-plaint-shirt-box .products-grid .products .products-details .price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.women-plaint-shirt-box .products-grid .products .products-details .price span {
  color: #ff6969;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.women-plaint-shirt-box
  .products-grid
  .products
  .products-details
  .price
  small {
  display: inline-block;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 11px;
  color: #000;
  padding: 0 5px;
}
.women-plaint-shirt-box
  .products-grid
  .products
  .products-details
  .price
  strong {
  vertical-align: top;
  display: inline-block;
  color: #3dca3b;
  font-size: 12px;
}
.women-plaint-shirt-box .products-grid .products:hover {
  cursor: pointer;
}
.women-plaint-shirt-box .products-grid .products:hover .products-details {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.5s ease;
}
.girls-boxers {
  padding: 40px 0;
}
.girls-boxers .heading {
  color: #333;
  padding-bottom: 5px;
  cursor: pointer;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}
.girls-boxers .content-box {
  overflow: auto;
  height: 350px;
  padding-right: 15px;
}
.girls-boxers .content-box label {
  display: block;
  padding: 15px 0;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
}
.girls-boxers .content-box p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
  text-align: justify;
}
.girls-boxers .content-box ul {
  margin-left: 30px;
  list-style: disc;
  padding: 5px 0;
}
.girls-boxers .content-box ul li {
  display: block;
  padding-left: 5px;
  margin: 6px 0;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}
.content-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 15px;
}
.content-box::-webkit-scrollbar {
  width: 10px;
  border-radius: 15px;
  background-color: #f5f5f5;
}
.content-box::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 15px;
  border: 2px solid #555555;
}
.form-group {
  margin-bottom: 10px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.category-description {
  margin-bottom: 20px;
  bottom: 0;
  padding-top: 15px;
  overflow-x: auto;
  width: 100%;
}
.ladka_footer {
  color: #333;
  padding-bottom: 5px;
  width: 30%;
  cursor: pointer;
  font-size: 24px;
}
.shiv3 h2 {
  position: relative;
  width: auto;
  cursor: auto;
  color: #000;
  font: 400 17px/1.35;
  border-bottom: none;
}
.shiv3 table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  border: 1px solid;
}
.shiv3 table tr {
  width: 100%;
  border: 1px solid;
}
.shiv3 table tr td {
  width: 80%;
  padding: 10px;
  border-left: 1px solid;
  color: black;
  font-weight: 600;
}
.shiv3 table tr td a {
  -webkit-text-decoration: revert;
  text-decoration: revert;
  color: black;
}
.shiv3 table tr td strong {
  color: black;
  font-weight: 600;
}
.accordian-tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.accordian-tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.accordian-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
}
.accordian-tab-label:hover {
  background: #1a252f;
}
.accordian-tab-label:after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.accordian-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.accordian-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.accordian-tab-close:hover {
  background: #1a252f;
}
.accordian-tabs input:checked + .accordian-tab-label {
  background: #1a252f;
}
.accordian-tabs input:checked + .accordian-tab-label:after {
  transform: rotate(90deg);
}
.accordian-tabs input:checked ~ .accordian-tab-content {
  max-height: 100vh;
  padding: 1em;
}
.nosearch-main-div {
  text-align: center;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 600px;
  margin: auto;
  width: 100%;
}
.nosearch-main-div section.notfound-top h1 {
  font-size: 150px;
  font-weight: 500;
  margin: 0;
  background: #434343;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}
.nosearch-main-div section.nosearch-text h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.nosearch-main-div section.nosearch-text p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.nosearch-main-div section.nosearch-text a {
  color: #51cccc;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #51cccc;
  border-radius: 2px;
}
.nosearch-main-div .links-under-div {
  display: flex;
  margin-bottom: 20px;
}
.nosearch-main-div .links-under-div p {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}
.nosearch-main-div .Mobile-cover-div,
.nosearch-main-div .men-div,
.nosearch-main-div .women-div {
  margin-bottom: 50px;
}
.nosearch-main-div .links-under-div a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #51cccc;
  border-radius: 2px;
}
.nosearch-main-div .nosearch-links {
  margin-top: 30px;
}
.nosearch-main-div p.sub-name {
  font-size: 14px;
  width: 35% !important;
}
.nosearch-main-div p.sub-name a {
  color: #51cccc;
}
.nosearch-main-div section.nosearch-text {
  border-bottom: 1px solid gray;
}
.nosearch-main-div .nosearch-links {
  margin-top: 30px;
  text-align: left;
  padding-left: 64px;
}
.nosearch-main-div .top-result {
  margin-bottom: 20px;
}
.nosearch-main-div .top-result p {
  font-size: 20px;
  font-weight: 600;
}
.nosearch-main-div .top-result span.search-result {
  color: #51cccc;
}
.nosearch-main-div section.notfound-top img {
  width: 30%;
}
.nosearch-main-div section.nosearch-top img {
  width: 30%;
}
.nosearch-main-div .notfound-links {
  margin-top: 30px;
  text-align: left;
  padding-left: 64px;
}
.order-shipment-box {
  padding: 40px 0;
  text-align: center;
}
.order-shipment-box .heading {
  padding: 10px;
  display: inline-block;
  background: #ff0;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.order-shipment-box .tracking-order-details {
  background: #f1f1f1;
  padding: 30px 160px;
}
.order-shipment-box .tracking-order-details p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
}
.order-shipment-box .tracking-order-details strong {
  display: block;
  padding-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
.order-shipment-box .tracking-order-details .order-checkbox {
  display: flex;
  align-items: center;
  padding: 50px 0 0;
  justify-content: space-between;
}
.order-shipment-box .tracking-order-details .order-checkbox .order-slect {
  width: 30%;
  text-align: left;
}
.order-shipment-box .tracking-order-details .order-checkbox .order-slect label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.order-shipment-box
  .tracking-order-details
  .order-checkbox
  .order-slect
  label
  input {
  vertical-align: middle;
  margin-right: 5px;
}
.order-shipment-box
  .tracking-order-details
  .order-checkbox
  .order-slect
  label:last-child {
  margin-left: 15px;
}
.order-shipment-box .tracking-order-details .order-checkbox .tracking-id {
  width: 68%;
}
.order-shipment-box .tracking-order-details .order-checkbox .tracking-id input {
  color: #c9c9c9;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  width: 75%;
  padding: 10px;
}
.order-shipment-box
  .tracking-order-details
  .order-checkbox
  .tracking-id
  button {
  padding: 10px 25px;
  color: #fff;
  background: #51cccc;
  border: 0;
  font-weight: 600;
  border-radius: 10px;
  margin-left: 10px;
}
.wrapper {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 15px;
}
.wrapper .StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.wrapper .StepProgress:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #ccc;
}
.wrapper .StepProgress-item {
  position: relative;
  counter-increment: list;
}
.wrapper .StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.wrapper .StepProgress-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.wrapper .StepProgress-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.wrapper .StepProgress-item.is-done:before {
  border-left: 2px solid green;
}
.wrapper .StepProgress-item.is-done:after {
  content: "✔";
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}
.wrapper strong {
  display: block;
}
.love-support {
  padding: 20px 15px 40px;
}
.love-support .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  background: #000;
  padding: 30px 0;
  font-weight: 600;
}
.love-support .heading img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px;
}
span.order-status-desk {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  color: #000;
}
span.datatime {
  color: #000;
  font-size: 12px;
}
.contact-us-banner {
  padding: 40px 15px;
}
.contact-us-banner img {
  width: 100%;
}
.contact-form-box {
  padding: 40px 0;
}
.contact-form-box .container {
  display: flex;
  justify-content: space-between;
}
.contact-form-box .container .location-box {
  width: 31%;
  color: #333;
}
.contact-form-box .container .location-box .heading {
  font-size: 20px;
  padding: 0 0 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.contact-form-box .container .location-box figure {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.contact-form-box .container .location-box figure img {
  width: 100%;
  max-width: 100%;
}
.contact-form-box .container .location-box small {
  font-size: 15px;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-form-box .container .location-box .field-name {
  margin-bottom: 20px;
}
.contact-form-box .container .location-box .field-name label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.contact-form-box .container .location-box .field-name label b {
  color: #f00;
}
.contact-form-box .container .location-box .field-name input {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ccc;
}
.contact-form-box .container .location-box .field-name textarea {
  height: 100px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}
.contact-form-box .container .location-box .captcha-image img {
  display: block;
}
.contact-form-box
  .container
  .location-box
  .captcha-image
  button.captcha-reload-btn {
  display: inline-block;
  border: 0;
  background: #f1f1f1;
  padding: 12px 20px;
  font-weight: 600;
  margin: 15px 0;
  text-transform: capitalize;
  border-radius: 3px;
}
.contact-form-box
  .container
  .location-box
  .captcha-image
  button.captcha-reload-btn:hover {
  background: #b51919;
  color: #f1f1f1;
}
.contact-form-box .container .location-box .captcha-image button.submitbtn {
  text-transform: uppercase;
  border: 1px solid #000;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
}
.contact-form-box
  .container
  .location-box
  .captcha-image
  button.submitbtn:hover {
  background: #fff;
  border-color: #ec6a54;
  color: #ec6a54;
}
.contact-form-box .container .location-box strong {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.contact-form-box .container .location-box p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  line-height: 22px;
}
.contact-form-box .container .location-box p i {
  padding-right: 5px;
  vertical-align: middle;
}
.contact-form-box .container .location-box p i img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.contact-form-box .container .location-box p.chenge-color {
  font-size: 14px;
  color: #f00;
}
.contact-form-box .container .location-box .heading-inner {
  margin-top: 50px;
  font-weight: 600;
}
.contact-form-box .container .location-box strong.time-date {
  padding: 5px 0 15px;
}
.contact-form-box .container .location-box .social-icons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #f8eb27;
  border-radius: 50px;
  line-height: 28px;
  margin-right: 10px;
}
.contact-form-box .container .location-box .social-icons a i img {
  width: 15px;
  vertical-align: middle;
}
.captcha-image {
  padding: 0px 0;
}
p#mainCaptcha {
  font-size: 20px;
  width: fit-content;
  padding: 10px 15px;
  background: rgba(69, 200, 241, 0.1411764706);
  display: inline-block;
  margin-right: 20px;
}
.captcha-image button {
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
  background: #3399cc;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
button#Button1 {
  margin-top: 20px;
  color: white;
  background: #3399cc;
  border-radius: 4px;
  padding: 10px 30px;
}
.fqa-page {
  margin-bottom: 0;
}
.need-help {
  padding: 5px 15px;
  background: #f8eb27;
}
.need-help span {
  font-size: 16px;
  color: #333;
  margin-right: 8px;
  display: inline-block;
  font-weight: 500;
}
.need-help a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  background: #666;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
}
.tb-common {
  display: none;
}
.mytabsec {
  font-family: "Whitney";
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.mytabsec .tabs-nav {
  width: 30%;
  border-right: 1px solid #ddd;
}
.mytabsec .tabs-nav li {
  display: block;
  line-height: 22px;
  margin-bottom: 5px;
}
.mytabsec .tabs-nav i {
  padding-right: 5px;
}
.mytabsec .tabs-nav a {
  display: block;
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 300;
  color: #333;
  border: 1px solid #fff;
}
.mytabsec .tabs-content {
  width: 70%;
}
.mytabsec .tabs-content .acc__panel {
  font-size: 15px;
}
.mytabsec .tabs-content .acc__panel p {
  padding: 0 0 10px;
  line-height: 22px;
}
.mytabsec .tabs-content .acc__panel p a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(204, 204, 204, 0.8);
  color: #000;
}
.mytabsec .tabs-content .acc__panel ul li {
  line-height: 22px;
  padding-bottom: 10px;
}
.tabs-nav ul {
  margin: 0;
  padding: 0;
}
.tabs-nav li.active {
  border-right: 5px solid #eac757;
  color: #000;
}
.tabs-nav li.active a {
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  color: #000;
}
.tabs-content IMG {
  margin-right: 10px;
}
.acc:first-child {
  display: block;
}
.acc__card {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.acc__card:last-child {
  border: 0;
}
.acc__title {
  font-size: 20px;
  line-height: 23px;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  text-align: left;
}
.acc__title:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 20px;
  content: " ";
  top: 28px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
  text-align: left;
}
.apple-iphone-cases {
  padding-bottom: 40px;
  padding: 40px 0;
}
.apple-iphone-cases .heading {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-weight: 600;
}
.apple-iphone-cases .sub-text p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}
.apple-iphone-cases .sub-text p b {
  color: black;
  font-weight: 600;
}
.apple-iphone-cases label {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
  text-align: center;
  font-weight: 600;
}
.apple-iphone-cases input {
  padding: 10px;
  border: 1px solid #e1e1e1;
  color: #000;
  width: 40%;
  letter-spacing: 1px;
  display: block;
  margin: 0 auto;
}
.apple-iphone-cases ul.search-result {
  max-height: 250px;
  overflow: auto;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  letter-spacing: 1px;
  left: 30%;
  position: absolute;
  width: 40%;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1019607843);
  margin: 0 auto;
}
.apple-iphone-cases ul.search-result li a {
  padding: 10px;
  color: #000;
  display: block !important;
  border-bottom: 1px solid #e1e1e1;
}
.apple-iphone-cases ul.search-result li a:hover {
  background: #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.apple-iphone-cases ul.search-result::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.apple-iphone-cases ul::-webkit-scrollbar-thumb {
  background-color: #000;
}
.apple-iphone-cases ul.search-result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.apple-iphone-cases ul.landing-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 15px;
}
.apple-iphone-cases ul.landing-items li {
  width: 25%;
  margin-bottom: 10px;
  padding: 5px;
}
.apple-iphone-cases ul.landing-items li a {
  display: block;
  text-align: center;
  font-weight: 600;
  background: #f5f5f5;
  letter-spacing: 1px;
  padding: 12px;
  color: #000;
  text-transform: uppercase;
}
.apple-iphone-cases ul.mobile-inner-landing {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 15px;
}
.apple-iphone-cases ul.mobile-inner-landing li {
  width: 25%;
  margin-bottom: 10px;
  padding: 5px;
}
.apple-iphone-cases ul.mobile-inner-landing li a {
  display: block;
  text-align: center;
  font-weight: 600;
  background: #f5f5f5;
  letter-spacing: 1px;
  padding: 12px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid;
}
.apple-iphone-content .heading {
  border: none;
  font-size: 24px;
  color: #333;
}
.apple-iphone-content .sub-heading {
  font-size: 18px;
  font-weight: 300;
}
.apple-iphone-content .content p {
  font-size: 13px;
}
.apple-iphone-content ul {
  padding: 0 0 10px 30px;
  list-style: disc;
}
.apple-iphone-content ul li {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.banner-top {
  margin-bottom: 5px;
}
.banner-top figure img {
  width: 100%;
}
.heading-account-part {
  text-align: center;
  margin-top: 20px;
  color: #000;
  font-size: 36px;
  font-weight: 500;
}
.container.forgot-password-main {
  margin-top: 30px;
}
.container.forgot-password-main .heading-account-part {
  margin-top: 0px;
}
.container.forgot-password-main .login-customers-box {
  width: 500px;
  margin: auto;
  text-align: center;
}
.container.forgot-password-main .login-forget-password-button button {
  width: 70%;
}
.container.create-new-customer {
  margin-top: 30px;
}
.container.create-new-customer .heading-account-part {
  margin-top: 0px;
}
.container.create-new-customer .block-content {
  margin-top: 20px;
}
.container.create-new-customer .register-account-box {
  width: 500px;
  margin: auto;
  padding: 10px 0px;
}
.container.create-new-customer .login-forget-password-button button {
  width: 100%;
}
.container.create-new-customer .login-forget-password-button {
  text-align: center;
}
.block-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.actions-toolbar-google-login {
  display: flex;
  align-items: center;
  border: solid #f00 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
  padding-right: 20px;
  background: #f00;
  color: #fff;
}
.actions-toolbar-google-login img {
  padding-right: 20px;
  vertical-align: middle;
}
.actions-toolbar-facebook-login {
  display: flex;
  align-items: center;
  border: solid #23345a 1px;
  border-radius: 5px;
  margin-left: 30px;
  padding-right: 20px;
  background: #3b5998;
  color: #fff;
  font-weight: 500;
}
.actions-toolbar-facebook-login img {
  vertical-align: middle;
  padding-right: 15px;
}
.heading-account-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}
.account-box-left {
  width: 45%;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dcdada;
  border-radius: 5px;
}
.account-box-left b {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
}
.account-box-left p {
  color: #333;
  padding-top: 10px;
}
.account-box-left span {
  color: #f00;
}
.input-part {
  padding-top: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.input-part label {
  display: inline-block;
  padding-bottom: 10px;
}
.input-part .email {
  margin: 20px 0px;
}
.input-part .email input {
  width: 100%;
  border: solid #e1e1e1 1px;
  padding: 12px;
  border-radius: 5px;
  background: #fff;
}
.input-part .login {
  padding-bottom: 30px;
}
.input-part .login button {
  background: #000;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.input-part .login a {
  color: #434343;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  display: inline-block;
  padding-top: 10px;
}
.account-customers-right {
  width: 52%;
  color: #434343;
  font-weight: 600;
  font-size: 14px;
}
.account-customers-right b {
  font-size: 16px;
}
.account-customers-right label {
  line-height: 20px;
  display: block;
  padding-top: 10px;
}
.account-customers-right button {
  background: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  margin: 40px 0px;
  padding: 7px 10px;
  color: #fff;
  display: block;
}
.account-customers-right .email-icon {
  padding-top: 20px;
}
.account-customers-right .email-icon a {
  font-weight: 500;
  color: #434343;
}
.account-customers-right .email-icon a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.account-customers-right a.account-new-customer {
  text-decoration: none;
  padding: 6px 10px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.account-customers-right p {
  font-weight: 500;
  color: #f00;
  line-height: 25px;
  padding-top: 20px;
}
.customized-mobile-covers {
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}
.customized-mobile-covers .heading {
  font-size: 20px;
  text-transform: uppercase;
}
.customized-mobile-covers p {
  padding: 15px 0 15px;
  line-height: 22px;
}
.customized-mobile-covers label {
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
}
.customized-mobile-covers input {
  padding: 10px;
  border: 1px solid #e1e1e1;
  color: #d8d8d8;
  width: 40%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.customized-mobile-covers ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 20px;
}
.customized-mobile-covers ul li {
  width: 24%;
  margin-top: 15px;
  background: #f5f5f5;
  padding: 10px;
}
.apple-iphone-content {
  margin: 0 0 50px;
}
.apple-iphone-content .sub-heading {
  font-weight: 500;
}
.custom-t-shirts-box .heading {
  text-align: left;
}
.custom-t-shirts-box p {
  text-align: left;
}
.custom-t-shirts-box ul li {
  width: 32%;
  background: none;
  border: 1px solid #eee;
  padding: 20px 0 0;
  margin: 0 0 22px;
}
.display-tshirts {
  background: #fff;
  padding: 20px;
  text-align: center;
}
.display-tshirts span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 15px;
  color: #000;
  text-transform: uppercase;
}
.display-tshirts button {
  background: #f9eb28;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #f9eb28;
  font-weight: 600;
  color: #000;
  padding: 14px 20px;
  letter-spacing: 1px;
}
.display-tshirts button:hover {
  background-color: #51cccc;
  border-color: #000;
  color: #fff;
}
.custom-t-shirts-steps {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  padding: 0;
}
.custom-t-shirts-steps .heading {
  text-align: center;
  color: #848484;
  font-weight: 600;
  border-bottom: 1px solid #e7e3d3;
  padding: 20px 0;
  font-size: 24px;
}
.custom-t-shirts-steps ul {
  padding: 80px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.custom-t-shirts-steps ul li {
  width: 24%;
  color: #848484;
}
.custom-t-shirts-steps ul li.middel-step {
  width: 55%;
  margin-top: 16px;
}
.custom-step-inner-box strong {
  font-size: 21px;
  display: block;
  font-weight: 600;
  padding: 8px 0;
}
.custom-step-inner-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.custom-step-inner-box:last-child {
  margin-top: 20px;
}
.custome-t-shirts-design-box {
  padding: 40px;
}
.custome-t-shirts-design-box .heading {
  text-align: center;
  font-size: 30px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 10px;
}
.custome-t-shirts-design-box ul {
  padding-top: 20px;
  line-height: 0;
}
.custome-t-shirts-design-box ul li {
  color: #000;
  text-align: center;
  font-weight: 600;
  display: flex;
}
.custome-t-shirts-design-box ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.custome-t-shirts-design-box .left-box,
.custome-t-shirts-design-box .right-box {
  width: 50%;
}
.custome-t-shirts-design-box label {
  font-size: 18px;
  display: block;
  margin-top: 30px;
}
.custome-t-shirts-design-box p {
  font-size: 17px;
  line-height: 25px;
  padding: 20px 62px 0;
}
.login-form-box {
  margin: 40px auto;
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  max-width: 650px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.social-login-title {
  background-color: #39c;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-login-title span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.social-login-title img {
  vertical-align: middle;
  padding-right: 5px;
}
.login-customers-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 50px;
  color: #000;
}
.login-customers-box .left {
  width: 53%;
}
.login-customers-box .right {
  width: 40%;
}
.login-customers-box .heading {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
}
.login-customers-box.register-form-box .left {
  width: 100%;
}
.post-checkbox {
  padding: 20px 0 0;
}
.post-checkbox label {
  display: block;
}
.post-checkbox input {
  margin-right: 10px;
}
.captcha-image {
  padding: 0;
}
.captcha-image img {
  vertical-align: middle;
}
.captcha-image button {
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 15px;
  text-transform: capitalize;
  background: #f1f1f1;
  color: #000;
  border-radius: 5px;
}
.captcha-image button:hover {
  background: #b51919;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
}
.actions-toolbar button {
  background: #39c;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.form-required {
  margin: 15px 0 0;
}
.form-required label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 10px;
}
.form-required sub {
  vertical-align: top;
  color: #f00;
}
.form-required input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.login-forget-password-button {
  padding: 20px 0;
}
.login-forget-password-button button {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 20px;
  background: #39c;
  border-color: #39c;
  border-radius: 3px;
  color: #fff;
}
.login-forget-password-button a {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}
a.create-account {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #a1a1a1;
}
a.create-account:hover {
  color: #000;
}
a.google-login {
  display: block;
  background: #dd4b39;
  color: #fff;
  border-radius: 3px;
  padding: 1px;
  margin: 10px 0 5px;
}
a.google-login img {
  vertical-align: middle;
  border-radius: 3px 0 0 3px;
}
a.google-login span {
  padding: 0 0 0 10px;
}
a.facbook-login-btn {
  background: #3b5998;
}
.contact-us-banner {
  padding: 40px 15px;
}
.contact-us-banner img {
  width: 100%;
}
.header-heading {
  padding-top: 30px;
}
.header-heading .heading {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.header-heading .heading-page {
  padding-bottom: 40px;
  color: #000;
}
.header-heading .heading-page b {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}
.header-heading .heading-page p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 0px;
}
.header-heading .heading-page a {
  color: #2a76b8;
  font-size: 16px;
  font-weight: 500;
}
.header-heading .heading-page label {
  font-weight: 500;
  border-bottom: solid #333 1px;
}
.header-heading ul {
  padding-left: 20px;
}
.header-heading li {
  margin-bottom: 1rem;
  list-style: disc;
}
.about-main-box {
  text-align: center;
  padding: 0 0 40px;
}
.about-main-box .heading {
  font-size: 26px;
  font-weight: 600;
  padding: 15px 0;
}
.about-main-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  padding: 0 0 15px;
}
.about-main-box label {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0 15px;
  text-align: left;
  display: block;
}
section.success-page.desktop .top-sectiong-success {
  background: #f5f5f5;
  box-shadow: 0.922414px 1.84483px 1.84483px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 35.0517px 35.0517px;
  width: 90%;
  margin: 0px auto;
  text-align: center;
  padding: 50px 0px;
}
section.success-page.desktop p.op-text {
  font-style: normal;
  font-weight: 700;
  font-size: 27.18px;
  line-height: 33px;
  color: #1bb641;
}
section.success-page.desktop .top-sectiong-success img {
  width: 60%;
  height: auto;
}
section.success-page.desktop p.ty-text {
  font-style: normal;
  font-weight: 700;
  font-size: 29.5172px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #1bb641;
}
section.success-page.desktop p.ty-text span {
  display: block;
  color: #272727;
  text-transform: initial;
  font-size: 25px;
  font-weight: 500;
}
section.success-page.desktop p.cc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  justify-content: center;
  padding: 30px 0px;
}
section.success-page.desktop .desktop-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 16.6034px;
  width: 40%;
  margin: auto;
  padding: 10px 0px;
}
section.success-page.desktop .desktop-whatsapp p {
  font-style: normal;
  font-weight: 600;
  font-size: 12.9138px;
  line-height: 15px;
  text-align: center;
  color: #272727;
}
section.success-page.desktop .order-details {
  border: 1.06238px solid #707070;
  filter: drop-shadow(1.06238px 2.12475px 2.12475px rgba(0, 0, 0, 0.12));
  border-radius: 18.0604px;
  width: 80%;
  margin: 50px auto;
}
section.success-page.desktop p.orderdetails-text {
  font-style: normal;
  font-weight: 600;
  font-size: 19.1228px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #272727;
  padding: 12px 0px;
}
section.success-page.desktop span.details-border {
  border: 1.06238px solid rgba(112, 112, 112, 0.5490196078);
  display: block;
}
section.success-page.desktop .user-details-success {
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
}
section.success-page.desktop .details-success-sec p.heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
section.success-page.desktop .details-success-sec p.heading span:first-child {
  width: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 22px;
  color: #272727;
}
section.success-page.desktop .details-success-sec p.heading span:last-child {
  width: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
section.success-page.desktop .details-success-sec {
  width: 45%;
}
section.success-page.desktop .Product.Summery {
  border: 1.06238px solid #707070;
  filter: drop-shadow(1.06238px 2.12475px 2.12475px rgba(0, 0, 0, 0.12));
  border-radius: 18.0604px;
  width: 80%;
  margin: 50px auto;
}
section.success-page.desktop .Product.Summery .summery-text {
  font-style: normal;
  font-weight: 600;
  font-size: 19.1228px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #272727;
  padding: 12px 0px;
}
section.success-page.desktop span.details-border {
  border: 1.06238px solid rgba(112, 112, 112, 0.5490196078);
  display: block;
}
section.success-page.desktop p.product-all-details {
  display: flex;
  justify-content: space-between;
}
section.success-page.desktop .product-success-details {
  margin: 20px auto;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding: 10px 0px;
}
section.success-page.desktop p.product-all-details span:first-child {
  text-align: left;
  border-right: 1px solid #b9b9b9;
  font-style: normal;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 22px;
  color: #272727;
}
section.success-page.desktop p.product-all-details span:last-child {
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 20px;
}
section.success-page.desktop p.product-all-details span {
  padding-bottom: 20px;
  width: 50%;
}
section.success-page.desktop .product-success-details-main {
  width: 50%;
  margin: auto;
}
section.success-page.desktop .price-summery {
  margin: 20px auto;
}
section.success-page.desktop .price-summery-main {
  width: 50%;
  margin: auto;
}
p.viewless {
  background: #272727;
  border-radius: 10px;
  color: white;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 12%;
  cursor: pointer;
}
.summery-main-details-desktop {
  height: 150px;
  overflow: hidden;
}
.summery-main-details-desktop.current {
  height: auto;
}
.keep-shooping {
  text-align: center;
  height: 55px;
  background: #feeb00;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}
.keep-shooping a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
}
.user-rating-desktop {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-align: center;
  margin: 50px auto;
  padding: 20px 0px;
}
.user-rating-desktop p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  color: #000000;
}
.user-rating-desktop .rating-2 {
  display: block;
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
  padding: 15px 0px;
}
.user-rating-desktop .rating-2 .star {
  display: none;
}
.user-rating-desktop p.submit-rating {
  background: #272727;
  border-radius: 11.3333px;
  width: 10%;
  margin: auto;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.user-rating-desktop .rating-2 .star:checked ~ label {
  color: #000000;
}
.user-rating-desktop .rating-2 label {
  color: lightgray;
  display: inline-block;
  font-size: 25pt;
  margin: 0 0px;
  transition: transform 0.15s ease;
}
.user-rating-desktop span {
  width: 35%;
  display: block;
  margin: auto;
}
.form-main-box {
  background: #fff;
  padding: 15px;
}
.form-main-box .heading {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #424242;
}
.form-main-box .in-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-main-box .in-box .form-in {
  width: 49%;
  position: relative;
  margin: 0 0 5px;
}
.form-main-box .in-box .form-in label {
  margin-bottom: 5px;
  display: block;
}
.form-main-box .form-in {
  position: relative;
  margin: 0 0 20px;
}
.form-main-box .form-in label {
  margin-bottom: 10px;
  display: block;
}
.form-main-box .slidetop {
  position: absolute;
  left: 20px;
  top: 10px;
  transition: all 0.4s ease;
  display: inline-block;
  color: #aaaaaa;
  background: #fff;
  font-size: 14px;
}
.form-main-box .slidetop.active {
  left: 15px;
  top: -9px;
}
.form-main-box input {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-main-box strong {
  display: block;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 600;
  padding: 6px 0 10px;
}
.form-main-box .inner-in {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.form-main-box .inner-in input {
  border: 0;
  border-right: 1px solid #ccc;
  width: 25%;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}
.form-main-box .inner-in input:last-child {
  border: 0;
}
.password-box {
  position: relative;
}
.password-box input {
  padding-right: 60px;
}
.password-forgot-btn {
  display: block;
  font-size: 16px;
  text-align: right;
  color: #e40000;
}
.poassworld-box input {
  padding-right: 50px;
}
.show-eye {
  background: url(../png/eye1.png) no-repeat;
}
.google-btn {
  display: flex;
  padding: 15px 0 20px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin: 0 auto 25px;
  padding: 30px 20%;
}
.google-btn:after {
  content: "or";
  position: absolute;
  left: -15px;
  font-weight: 700;
  color: #424242;
  right: 0;
  bottom: -8px;
  text-align: center;
  width: 20px;
  margin: 0 auto;
  background: #fff;
  font-size: 18px;
}
.continue-btn {
  width: 100%;
  margin: 20px 0 0;
  padding: 12px 0;
  background: #51cccc;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.user-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-box figure {
  margin-right: 15px;
}
.user-box img {
  width: 35px;
}
.user-box p {
  font-size: 13px;
  font-weight: 600;
  color: #757575;
}
.user-box small {
  font-size: 12px;
  color: #757575;
}
.address-form-box {
  background: #fff;
  margin: 15px 0 0;
  padding: 15px 0px;
}
.address-form-box .heading {
  font-size: 25px;
  font-weight: 600;
  color: #424242;
  padding: 0 0 20px;
}
.address-form-box input,
.address-form-box select {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px 0 5px;
}
.address-form-box input::placeholder,
.address-form-box select::placeholder {
  opacity: 100%;
  color: #aaaaaa;
}
.address-form-box select {
  background: url(../jpg/arrow.jpg) no-repeat 100%;
}
.form-fogot-box {
  background: #fff;
  padding: 20px 15px 100px;
  text-align: center;
}
.form-fogot-box figure img {
  width: 100px;
}
.form-fogot-box .heading {
  font-size: 25px;
  font-weight: 600;
  color: #424242;
  padding: 10px 0;
}
.form-fogot-box p {
  font-size: 15px;
  line-height: 22px;
  color: #757575;
}
.form-fogot-box .form-in {
  position: relative;
  margin: 22px 0 0;
}
.form-fogot-box label {
  position: absolute;
  left: 16px;
  display: inline-block;
  color: #aaaaaa;
  background: #fff;
  top: -9px;
  font-size: 14px;
}
.form-fogot-box input {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-fogot-box .inner-in {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.form-fogot-box .inner-in input {
  border: 0;
  border-right: 1px solid #ccc;
  width: 25%;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}
.form-fogot-box .inner-in input:last-child {
  border: 0;
}
.sand-otp-btn {
  width: 100%;
  padding: 12px 0;
  margin: 20px 0 0;
  background: #51cccc;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.spacingtop {
  margin: 0;
}
.notfound-main-div {
  text-align: center;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 600px;
  margin: auto;
  width: 100%;
}
.notfound-main-div section.notfound-top h1 {
  font-size: 150px;
  font-weight: 500;
  margin: 0;
  background: #434343;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}
.notfound-main-div section.notfound-text h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
.notfound-main-div section.notfound-text p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.notfound-main-div section.notfound-text a {
  color: #51cccc;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #51cccc;
  border-radius: 2px;
}
.notfound-main-div .links-under-div {
  display: flex;
  margin-bottom: 20px;
}
.notfound-main-div .links-under-div p {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}
.notfound-main-div .Mobile-cover-div,
.notfound-main-div .men-div,
.notfound-main-div .women-div {
  margin-bottom: 50px;
}
.notfound-main-div .links-under-div a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #51cccc;
  border-radius: 2px;
}
.notfound-main-div .notfound-links {
  margin-top: 30px;
}
.notfound-main-div p.sub-name {
  font-size: 14px;
  width: 35% !important;
}
.notfound-main-div p.sub-name a {
  color: #51cccc;
}
.notfound-main-div section.notfound-text {
  border-bottom: 1px solid gray;
}
.notfound-main-div .notfound-links {
  margin-top: 30px;
  text-align: left;
  padding-left: 64px;
}
.messaging {
  padding: 20px 0 50px 0;
}
.messaging .inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #f0f0f0;
}
.messaging .inbox_msg {
  border: 1px solid #f0f0f0;
  clear: both;
  overflow: hidden;
}
.messaging .top_spac {
  margin: 20px 0 0;
}
.messaging .recent_heading {
  float: left;
  width: 40%;
}
.messaging .srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.messaging button.chat_list {
  cursor: pointer;
  width: 100%;
}
.messaging .headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.messaging .recent_heading h4 {
  color: #000;
  font-size: 21px;
  margin: auto;
}
.messaging .srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}
.messaging .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.messaging .srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}
.messaging .chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.messaging .chat_ib h5 span {
  font-size: 13px;
  float: right;
}
.messaging .chat_ib p {
  font-size: 14px;
  color: #000;
  margin: auto;
}
.messaging .chat_img {
  float: left;
  width: 11%;
}
.messaging .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
  text-align: left;
}
.messaging .chat_people {
  overflow: hidden;
  clear: both;
  display: flex;
}
.messaging .chat_list {
  border-bottom: 2px solid #f0f0f0;
  margin: 0;
  padding: 10px 16px 8px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.messaging .inbox_chat {
  height: 410px;
  overflow-y: scroll;
}
.messaging .active_chat {
  background: #51cccc;
}
.messaging .incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.messaging .incoming_msg {
  display: flex;
}
.messaging .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.messaging button.chat_list:focus {
  outline: none;
}
.messaging .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.messaging .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.messaging .received_withd_msg {
  width: 57%;
}
.messaging .mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}
.messaging .sent_msg p {
  background: #51cccc none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
.messaging .outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.messaging .sent_msg {
  float: right;
  width: 46%;
}
.messaging .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}
.messaging .type_msg {
  border-top: 1px solid #f0f0f0;
  position: relative;
}
.messaging .msg_send_btn {
  background: #51cccc none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 110px;
}
.messaging input.write_msg:focus {
  outline: none !important;
}
.messaging .msg_history {
  height: 376px;
  overflow-y: auto;
}
.messaging .chat_list.active_chat .chat_ib p {
  color: #fff;
}
.messaging .chat_list.active_chat h5 {
  color: #fff;
}
.messaging .all-chats {
  float: left;
  width: 40%;
  padding: 10px 29px 10px 20px;
  font-size: 22px;
}
.messaging input.search-bar:focus {
  outline: none;
}
.messaging .type_msg p {
  display: block;
  padding: 5px;
  color: grey;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.merchandise-tabs.tabs {
  max-width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
.merchandise-tabs.tabs input {
  display: none;
}
.merchandise-tabs.tabs label {
  display: inline-block;
  width: 20%;
  text-align: center;
  padding: 10px 5px;
  color: #000000;
  font-size: 18px;
  border-top: 3px solid transparent;
}
.merchandise-tabs.tabs label:hover {
  cursor: pointer;
}
.merchandise-tabs.tabs input:checked + label {
  background: #ffffff;
  border-top: 3px solid #f8eb27;
  font-weight: 700;
}
.merchandise-tabs.tabs #tab1:checked ~ .content #content1,
.merchandise-tabs.tabs #tab2:checked ~ .content #content2 {
  display: block;
}
.merchandise-tabs.tabs .content > div {
  display: none;
  padding-top: 20px;
  text-align: left;
  height: 192px;
  overflow: auto;
}
.merc-banner-top {
  margin-bottom: 0px;
}
.combo-main-box .content {
  background: white;
}
.merc-content {
  display: none;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.merc-content li {
  width: 24%;
  text-align: center;
  position: relative;
  margin: 5px 5px 20px 5px;
}
.merc-content li:last-child {
  margin-right: 0px;
}
.merc-content .heading {
  font-size: 16px;
  padding: 30px 0 15px;
}
.merc-content a {
  display: block;
  color: #000;
}
.merc-content img {
  max-width: 100%;
  width: 100%;
}
.merc-content .product-cat-name {
  font-size: 14px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  display: block;
  width: 100%;
}
.merc-content span {
  font-size: 12px;
  color: #51cccc;
}
.merc-content strong {
  font-weight: 600;
}
.merc-content span.cartpname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0px 6px 0px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  display: block !important;
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  margin: 0px;
}
.merc-content .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px 0px 0px;
}
.merc-content .price strong {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
}
.merc-content .price strike {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
  color: rgba(169, 169, 169, 0.8);
  padding: 0 3px 0px 6px;
}
.merc-content .price span {
  vertical-align: top;
  display: inline-block;
  color: #04ce00;
  font-size: 13px;
}
.merc-content.active {
  display: flex;
}
.merc-content span {
  font-size: 12px;
  color: #3dca3b;
}
.merc-content p {
  font-size: 14px;
  padding: 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merc-content strike {
  padding: 0px 3px;
  font-size: 11px;
}
.merc-content strong {
  font-weight: 700;
  padding: 0px 3px;
}
.merc-banner-top {
  position: relative;
  min-height: 190px;
}
.merc-banner-top:before {
  content: "";
  display: block;
  padding-top: 24.7%;
}
.merc-banner-top img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.combo-all-main-section .filter-by-img ul {
  display: flex;
  justify-content: center;
}
.combo-all-main-section .filter-by-img li {
  margin: 6px;
  display: inline-table;
  border: 3px solid black;
  border-radius: 50%;
}
.combo-all-main-section .filter-by-img li.active {
  margin: 6px;
  display: inline-table;
  border: 3px solid #51cccc;
  border-radius: 50%;
}
section.container.combo-all-main-section.custom-images li.active {
  border: none;
}
section.container.combo-all-main-section.custom-images li {
  border: none;
}
.combo-all-main-section .filter-by-img li.filter-li a {
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  border-radius: unset !important;
}
.combo-all-main-section .filter-by-img li.filter-li {
  border: none !important;
  margin: 25px;
  border-radius: unset !important;
}
.combo-all-main-section li.filter-li.active a {
  border-bottom: 2px solid #51cccc !important;
}
.combo-all-main-section .filter-by-img li.filter-li a:hover {
  border-bottom: 2px solid #ababab !important;
}
.combo-all-main-section {
  text-align: center;
  margin-top: 25px;
}
.combo-all-main-section h1#page-title-heading {
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0px;
  letter-spacing: 1px;
  font-weight: 600;
}
.main-stripe-div {
  text-align: center;
  background-color: #ffdba9;
  margin-top: 25px;
  margin-bottom: 10px;
}
.main-stripe-div p {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 8px;
}
.banner-top-empty,
.empty-cart-button,
.empty-cart-text {
  text-align: center;
}
p.empty-upper-text {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
p.empty-lower-text {
  text-align: center;
  font-size: 22px;
  color: #7d7a7a;
  font-weight: 600;
  margin: 0;
}
.countinue-shopping-div {
  margin-top: 15px;
}
.countinue-shopping-div p {
  text-align: center;
  margin-top: 10px;
  padding: 15px 150px;
  border: 1px solid;
  display: inline-block;
  font-size: 22px;
  background: black;
  font-weight: 700;
  margin-bottom: 50px;
  border-radius: 10px;
}
.countinue-shopping-div a {
  color: #ffffff;
}
.ticket-main-div .myOrders {
  background: #f5f5f5;
  padding: 30px 0;
  line-height: normal;
}
.ticket-main-div .container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.ticket-main-div .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticket-main-div .Back-title {
  width: 100%;
  padding-bottom: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.ticket-main-div .Back-title a {
  line-height: 15px;
}
.ticket-main-div .Back-title svg {
  margin-right: 10px;
}
.ticket-main-div .SupportDesk.TicketLeft {
  width: 29%;
  background: #fff;
  padding: 0px 0px 10px;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
}
.ticket-main-div .SupportDesk.TicketLeft .SrcBox {
  margin: 0px;
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 600px;
}
.ticket-main-div .SrcBox input {
  width: 100%;
  height: 42px;
  background: #fff;
  padding: 0 14px;
  line-height: 42px;
}
.ticket-main-div .SrcBox .srBtn {
  position: absolute;
  right: 8px;
  top: 11px;
}
.ticket-main-div .SrcBox .srBtn svg {
  width: 18px;
  height: 18px;
}
.ticket-main-div .SupportDesk.TicketLeft .top {
  padding: 10px;
  display: block;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions {
  border-bottom: 0px;
  max-height: 360px;
  overflow: auto;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions li {
  background: #fff;
  color: #434343;
  border-top: 1px solid #f5f5f5;
  cursor: pointer;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions li .qusTab {
  font-size: 14px;
  padding: 12px;
  display: block;
  position: relative;
  padding-right: 25px;
  width: 100%;
  text-align: left;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions li .qusTab:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  transition: all 0.4s ease;
  border: solid #8b8a8a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 7px;
  height: 7px;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions li .qusTab.active:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  transition: all 0.4s ease;
  border: solid #8b8a8a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.ticket-main-div .SupportDesk.TicketLeft .Qustions .AnsBox {
  display: none;
  padding: 0 10px 10px;
  font-size: 13px;
}
.ticket-main-div .ticketRight {
  background: #fff;
  width: 68%;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
}
.ticket-main-div .ticketRight .tabs-nav {
  border-bottom: 1px solid #e5e5e5;
}
.ticket-main-div .ticketRight .tabs-nav li.active {
  border-bottom: 1px solid #51cccc;
  border-right: none;
}
.ticket-main-div .ticketRight .tabs-nav li {
  display: inline-block;
  padding: 13px 10px;
  margin: 0 5px;
  font-size: 15px;
}
.ticket-main-div .ticketRight .tabs-nav li.active a {
  color: black;
  border: none;
}
.ticket-main-div .CreateTicket {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticket-main-div .CreateTicket .box {
  margin-bottom: 15px;
  width: 49%;
}
.ticket-main-div .CreateTicket .box label {
  display: block;
  font-size: 13px;
  color: #888888;
  margin-bottom: 5px;
}
.ticket-main-div .CreateTicket .box .form-control {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.ticket-main-div .CreateTicket .box.full {
  width: 100%;
}
.ticket-main-div .ticketRight .table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.ticket-main-div .ticketRight .Tabel-pagination {
  text-align: right;
  padding: 15px 20px;
}
.ticket-main-div .ticketRight .table thead {
  background: #f5f5f5;
}
.ticket-main-div .ticketRight .table thead th {
  padding: 10px;
  font-weight: normal;
}
.ticket-main-div .ticketRight .table tr {
  border-bottom: 1px solid #f5f5f5;
}
.ticket-main-div .ticketRight .table tr td {
  padding: 10px 8px;
  color: #707070;
  font-size: 13px;
}
.ticket-main-div .ticketRight .Tabel-pagination {
  text-align: right;
  padding: 15px 20px;
}
.ticket-main-div .ticketorderlist {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  background: #ffffff;
  right: -100%;
  width: 470px;
  height: 100%;
}
.ticket-main-div .CreateTicket .btn {
  display: inline-block;
  font-size: 15px;
  background: #51cccc;
  padding: 10px 50px;
  color: white;
  text-align: center;
  border-radius: 4px;
}
.ticket-main-div .CreateTicket .fileBx input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}
.ticket-main-div .CreateTicket .box .form-control {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.ticket-main-div .CreateTicket .fileBx {
  height: 42px;
  position: relative;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
}
.ticket-main-div .CreateTicket .OderClick:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  transform: rotate(-45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.ticket-main-div .CreateTicket .OderClick {
  display: block;
  line-height: 17px;
  position: relative;
}
.ticket-main-div select.form-control.issueType:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  transform: rotate(-45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.ticket-main-div .ticketorderlist .BackTo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  font-size: 16px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 10px;
}
.ticket-main-div .ticketorderlist .BackTo span {
  display: flex;
  cursor: pointer;
}
.ticket-main-div .ticketorderlist .BackTo .apply-Btn {
  background: #51cccc;
  padding: 4px 20px 8px;
  border-radius: 3px;
}
.ticket-main-div .ticketorderlist .orders {
  margin-bottom: 0px;
}
.ticket-main-div .no-data {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  vertical-align: top;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
}
.ticket-main-div .ticketorderlist .BackTo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  font-size: 16px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 10px;
}
.ticket-main-div .ticketorderlist .BackTo span {
  display: flex;
  cursor: pointer;
}
.ticket-main-div .ticketorderlist .BackTo .apply-Btn {
  background: #51cccc;
  padding: 4px 20px 8px;
  border-radius: 3px;
}
.ticket-main-div input.select-radio {
  margin: auto;
  float: left;
}
.ticket-main-div .box .form-control.error {
  border: 1px solid red !important;
}
.customer-reviews-main section.top-heading-section.customer-review-heading {
  text-align: center;
}
.customer-reviews-main section.top-heading-section.customer-review-heading h1 {
  padding: 10px;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
.customer-reviews-main section.top-heading-section.customer-review-heading p {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.customer-reviews-main .main-review-section.section-one .cliend-details {
  padding: 10px 0px 4px 0;
  font-size: 14px;
  font-weight: 700;
}
.customer-reviews-main .main-review-section.section-one .cliend-details span {
  float: right;
  color: #0b8a0b;
}
.customer-reviews-main .main-review-section .review-first {
  width: 25%;
  display: inline-block;
  padding: 15px;
}
.customer-reviews-main .main-review-section.section-one .review-date {
  padding: 3px 0px 15px;
  font-size: 12px;
  color: #737373;
}
.customer-reviews-main section.customer-container-section {
  margin: 25px 0px;
}
.customer-reviews-main section.customer-container-section p {
  font-size: 14px;
  line-height: 20px;
}
.customer-reviews-main i.star.empty-rating {
  border-bottom: 0.7em solid gray;
}
.customer-reviews-main i.star.empty-rating:after {
  border-bottom: 0.7em solid gray;
}
.customer-reviews-main i.star.empty-rating:before {
  border-bottom: 0.7em solid gray;
}
.customer-reviews-main .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fc0;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}
.customer-reviews-main .star:after {
  transform: rotate(35deg) !important;
}
.customer-reviews-main .client-review p {
  text-overflow: ellipsis;
  overflow: auto;
  width: auto;
  height: 100px;
}
.customer-reviews-main section.customer-container-section p::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.customer-reviews-main .star:after,
.customer-reviews-main .star:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fc0;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.product-box-popup {
  padding: 15px;
  text-align: right;
}
.product-box-popup .inner-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.product-box-popup .price-text {
  text-align: right;
}
.product-box-popup .price-text strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.product-box-popup .price-text p {
  color: red;
  font-size: 13px;
}
.product-box-popup .price-text span {
  color: #222;
  text-decoration: line-through;
}
.product-box-popup .product-img {
  width: 30%;
}
.product-box-popup .product-content {
  width: 48%;
  text-align: left;
}
.product-box-popup .product-content .heading {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  padding: 0 0 10px;
}
.product-box-popup .product-content .p-color {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-box-popup .product-content select {
  padding: 10px;
  width: 100%;
  background: #fff url(../svg/down.svg) no-repeat 91%;
  font-size: 13px;
  color: #222;
  border-radius: 4px;
  padding-right: 25px !important;
  padding-left: 10px !important;
  border: 1px solid #efefef;
}
.product-box-popup .product-content .in {
  width: 47%;
  margin-bottom: 20px;
}
.product-box-popup .product-content .p-size {
  width: 49%;
}
.product-box-popup .product-content .p-textarea {
  width: 100%;
  margin-top: 5px;
}
.product-box-popup .product-content .p-textarea textarea {
  border: 1px solid #efefef;
}
.product-box-popup .cart-button {
  color: #fff;
  background: #51cbcc;
  padding: 6px 15px;
  border-radius: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib {
  width: 450px;
  top: 3% !important;
  border-radius: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .inner-box.wishlist-popup-main {
  flex-direction: column;
  align-items: center;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-img {
  width: 70%;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-box-popup
  .product-content {
  width: 100%;
  margin: 0px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-box-popup
  .product-box-popup
  .product-content
  .heading {
  text-align: center;
  color: #746f6f;
  margin-top: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .inner-box.wishlist-popup-main
  .p-color {
  margin-top: 10px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-box-popup {
  text-align: center;
  padding: 0px 20px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .inner-box.wishlist-popup-main
  .product-box-popup
  .cart-button {
  text-align: center;
  background: #d9d9d9;
  color: #000;
  padding: 6px 40px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-box-popup
  button.cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #d9d9d9;
  color: #000;
  padding: 10px 60px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .inner-box.wishlist-popup-main
  .p-color
  select {
  border: 1px solid rgba(165, 163, 163, 0.5490196078);
  margin-top: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.login-form-box.wishlist-popup-maib
  .product-box-popup
  .product-content
  .heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.siteMapWrapper h4 {
  font: 24px;
  line-height: 30px;
  color: #2d2d2d;
  position: relative;
}
.siteMapWrapper .siteMapInner ul li {
  font: 12px;
  color: #181818;
  position: relative;
  padding: 9px 0 9px 35px;
  margin-left: -19px;
}
.siteMapWrapper .siteMapInner ul li:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 15px;
  left: 17px;
  border-width: 1px;
  border-top-style: none;
  border-left-style: dotted;
}
.siteMapWrapper .siteMapInner ul li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  border-width: 1px;
  border-top-style: dotted;
  width: 35px;
}
.siteMapWrapper .siteMapInner ul:last-child {
  padding-bottom: 0;
}
.siteMapWrapper .siteMapInner ul {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  margin-left: -18px;
}
.siteMapWrapper .siteMapInner ul .firstChild i {
  display: inline-block;
  font-size: 16px;
  padding: 0 5px;
}
.siteMapWrapper .siteMapInner ul li a {
  color: #181818 !important;
}
.siteMapWrapper .siteMapInner ul li a {
  padding-left: 4px;
  margin-bottom: 3px;
  display: block;
}
.siteMapWrapper .siteMapInner ul li {
  font: 13px;
  color: #181818;
  position: relative;
  padding: 9px 0 9px 35px;
  margin-left: -19px;
}
.tshirt-main-box .tabs {
  max-width: 100%;
  text-align: center;
}
.tshirt-main-box .tabs input {
  display: none;
}
.tshirt-main-box .tabs label {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
  text-align: center;
  padding: 25px;
  color: black;
  font-weight: 600;
}
.tshirt-main-box .tabs label:hover {
  cursor: pointer;
}
.tshirt-main-box .tabs input:checked + label {
  border-width: 1px 1px 0 1px;
  background: white;
  color: black;
  border-bottom: 2px solid #51cccc;
}
.tshirt-main-box .tabs #tab1:checked ~ .content #content1,
.tshirt-main-box .tabs #tab2:checked ~ .content #content2 {
  display: block;
}
.tshirt-main-box .tabs .content > div {
  display: none;
  padding-top: 20px;
  text-align: left;
  overflow: hidden;
}
.banner-top {
  margin-bottom: 0px;
}
.tshirt-main-box .content {
  background: white;
}
.tshirt-main-box .content .heading {
  padding: 20px 0px;
  text-align: center;
}
.tshirt-main-box .content .heading p {
  display: inline;
  width: 100%;
  margin: 0 0 19px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #51cccc;
  margin-right: 10px;
}
.page-content-main {
  text-align: center;
  padding: 6px 15px;
}
.category-images-section {
  text-align: center;
}
.category-images-section li {
  list-style: none;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
}
.best-seller-product li:hover {
  box-shadow: 0 0 8px -3px #000;
}
.view-all-link {
  padding: 15px 0px;
  text-align: center;
}
.view-all-link a {
  color: black;
  border-bottom: 1px solid #51cccc;
  font-size: 14px;
  font-weight: 600;
}
.category-images-section li p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06px;
  margin-top: 18px;
  color: #000;
}
.page-content-main.container p {
  line-height: 20px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}
.best-seller-product li {
  list-style: none;
  display: inline-block;
  padding: 8px 8px;
  text-align: center;
  width: 24%;
}
.best-seller-product a.product-item-link {
  font-size: 12px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.best-seller-product .price-box {
  padding: 8px 0px;
}
.best-seller-product .product-price {
  color: #ff6969;
  font-weight: 700;
  font-size: 12px;
}
.best-seller-product span.final-price {
  text-decoration: line-through;
  font-size: 10px;
  color: #ff6969;
  font-weight: 700;
}
.best-seller-product span.discount {
  color: #3dca3b;
  font-size: 11px;
  font-weight: 700;
}
.bottom-section {
  padding: 10px 10px;
  text-align: center;
}
.bottom-img-main {
  width: 49%;
  display: inline-block;
  padding: 5px;
  text-align: left;
}
.shop-on-under.bottom-img-main img {
  display: inline-block;
  width: 32%;
}
.shop-on-under.bottom-img-main figure {
  display: inline;
}
.tshirt-main-box .shiv3 {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
  text-align: left;
}
.tshirt-main-box .shiv3 .top-head {
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.tshirt-main-box .shiv3 p {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
.tshirt-main-box .shiv3 h2 {
  width: auto;
  cursor: auto;
  color: #000;
  border-bottom: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
.tshirt-main-box .shiv3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.tshirt-main-box .shiv3::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.tshirt-main-box .shiv3::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.payment-failure-main {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  width: 40%;
  text-align: center;
}
.payment-failure-main img {
  width: 20%;
}
.payment-failure-main p.failedtext {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}
.payment-failure-main .text-failure a {
  padding: 15px 50px;
  color: black;
  border: 1px solid;
  font-weight: 600;
  display: block;
  margin: auto;
  width: 70%;
  background: #f8eb27;
}
.payment-failure-main .failed {
  border-bottom: 1px solid gray;
  width: 70%;
  margin: auto;
}
.payment-failure-main p.transtion-mesage {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.payment-failure-main .text-failure {
  display: block;
  margin-top: 20px;
}
.bulk-order-main {
  margin-top: 25px;
  margin-bottom: 50px;
}
.bulk-order-main section.bulk-order-top:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  border-top: 2px solid #51cccc;
  content: "";
}
.bulk-order-main .bulk-order-top {
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  line-height: 35px;
}
.bulk-order-main .bulk-order-top h1 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  background: #fff;
  display: inline-block;
}
.bulk-order-main .pagepadcnt {
  margin-top: 30px;
}
.bulk-order-main legend.legend.contpage span {
  font-weight: 500;
  font-size: 18px;
}
.bulk-order-main legend.legend.contpage {
  border-bottom: dashed 1px #ccc !important;
  width: 100%;
  padding: 10px 0px;
}
.bulk-order-main .field.note.no-label {
  padding: 15px 0px 10px 0px;
}
.bulk-order-main input#email,
.bulk-order-main input#name,
.bulk-order-main input#telephone,
.bulk-order-main textarea#comment {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0px;
}
.bulk-order-main .field {
  padding-top: 20px;
}
.bulk-order-main fieldset.fieldset.margbt {
  margin-bottom: 20px;
}
.bulk-order-main .bulk-enquiry-submit {
  padding: 10px 30px;
  letter-spacing: 1px;
  background: #39c;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.feature {
  background: #fff;
  padding: 5px 0 30px 0;
}
.feature .myaccbox {
  padding: 5px 0 10px;
  margin: 0 0 30px 0;
}
.feature .feature-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .feature-heading .heading {
  margin: 0 0 0 15px;
  color: #1d1d1d;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.feature .feature-heading .heading span {
  display: block;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.feature .subheading {
  font-size: 14px;
  line-height: 16px;
  color: #2a2a2a;
  margin: 5px 0 0 0;
  text-align: center;
}
.feature .feature-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.feature .feature-list .feature-inner {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.feature .feature-list .feature-inner img {
  display: block;
  margin: 0 auto 10px;
}
.feature .feature-list .feature-inner label {
  color: #616161;
  font-weight: 700;
  margin: 0 0 2px 0;
  display: block;
  font-size: 13px;
}
.feature .feature-list .feature-inner .content {
  color: #777777;
  line-height: 15px;
  padding: 0 30px;
}
.wallet-details {
  background: #f1f1f1;
}
.wallet-details .container {
  display: flex;
  justify-content: space-between;
}
.transaction {
  width: 65%;
}
.transaction .tabs {
  display: flex;
}
.transaction .tabs .tab-link {
  border-bottom: 1px solid #d8d8d8;
  width: 50%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #51cccc;
  cursor: pointer;
}
.transaction .tabs .tab-link.current {
  background: #51cccc;
  color: #fff;
}
.transaction .tab-content {
  display: none;
  animation: display-none-transition 1s ease;
}
@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  to {
    opacity: 1;
  }
}
.transaction .tab-content.current {
  display: block;
}
.transaction .tab-content .transaction-list thead {
  background: #fbfbfb;
  text-align: left;
}
.transaction .tab-content .transaction-list thead tr th {
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
  font-weight: 700;
  color: #1d1d1d;
}
.transaction .tab-content .transaction-list thead tr th:first-child {
  padding: 10px 10px 10px 25px;
}
.transaction .tab-content .transaction-list tbody tr {
  vertical-align: super;
}
.transaction .tab-content .transaction-list tbody tr td {
  border-bottom: 1px solid #d8d8d8;
}
.transaction .tab-content .transaction-list tbody tr td.month {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #2a2a2a;
  padding: 15px 25px 0;
  border-bottom: 0;
}
.transaction .tab-content .transaction-list tbody tr td.no-data {
  border: 0;
}
.transaction .tab-content .transaction-list tbody tr td.no-data img {
  margin: 30px auto 10px;
  float: none;
  display: block;
}
.transaction .tab-content .transaction-list tbody tr td.no-data p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #616161;
  text-align: center;
}
.transaction .tab-content .transaction-list tbody tr td.product-list {
  width: 55%;
  padding: 15px 50px 15px 25px;
}
.transaction .tab-content .transaction-list tbody tr td img {
  float: left;
  margin: 0 10px 0 0;
}
.transaction .tab-content .transaction-list tbody tr td .product-detail {
  display: table;
}
.transaction .tab-content .transaction-list tbody tr td .product-detail .title {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #4a4a4a;
}
.transaction
  .tab-content
  .transaction-list
  tbody
  tr
  td
  .product-detail
  .date-time {
  display: block;
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #acacac;
}
.transaction
  .tab-content
  .transaction-list
  tbody
  tr
  td
  .product-detail
  .other-detail {
  font-size: 12px;
  line-height: 15px;
  color: #4a4a4a;
  display: block;
}
.transaction
  .tab-content
  .transaction-list
  tbody
  tr
  td
  .product-detail
  .product-from {
  margin: 15px 0 2px 0;
}
.transaction .tab-content .transaction-list tbody tr td.amount {
  font-size: 13px;
  line-height: 15px;
  color: #1d1d1d;
  font-weight: 700;
}
.transaction .tab-content .transaction-list tbody tr td.amount.greentxt {
  color: #11b900;
}
.transaction .tab-content .transaction-list tbody tr td.status-success {
  font-size: 14px;
  line-height: 15px;
  color: #11b900;
  text-transform: uppercase;
}
.transaction .view-more {
  font-size: 13px;
  line-height: 15px;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-weight: 700;
  color: #2263da;
}
.faq,
.transaction {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0;
}
.faq {
  width: 33%;
  padding: 20px 15px;
}
.faq .heading {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 15px 0;
}
.faq .faqbox {
  border: 1px solid #d2f6f6;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  margin: 0 0 18px 0;
}
.faq .faqbox:last-child {
  margin: 0;
}
.faq label {
  font-size: 15px;
  line-height: 16px;
  color: #2a2a2a;
  padding: 8px 15px;
  display: block;
  cursor: pointer;
  position: relative;
}
.faq label:before {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  top: 9px;
  transform: rotate(225deg);
}
.faq input {
  display: none;
}
.faq input:checked ~ article {
  display: block;
  height: auto;
  padding: 15px;
}
.faq input:checked ~ label {
  background: #ebfdfd;
  border-radius: 3px 3px 0 0;
}
.faq input:checked ~ label:before {
  top: 15px;
  transform: rotate(45deg);
}
.faq article {
  display: none;
  height: 0;
  line-height: 18px;
  font-size: 14px;
  color: #616161;
  animation: display-none-transition 1s ease;
}
@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .transaction {
    width: 63%;
  }
  .transaction .tab-content .transaction-list thead tr th:first-child {
    padding: 10px 10px 10px 15px;
  }
  .transaction .tab-content .transaction-list tbody tr td.month {
    padding: 15px 15px 0;
  }
  .transaction .tab-content .transaction-list tbody tr td.product-list {
    width: 65%;
    padding: 15px 15px 15px 15px;
  }
  .faq label {
    font-size: 14px;
    padding: 7px 25px 7px 10px;
  }
  .faq input:checked ~ article {
    padding: 10px;
  }
}
section.container.text-content .footer-product-table {
  margin-bottom: 30px;
  display: inline-grid;
  width: 30%;
}
section.container.text-content .footer-product-table td a {
  color: #ff6969 !important;
}
section.container.text-content .footer-product-table table {
  margin: 0 0 10px;
}
section.container.text-content div#ladka_footer_div .shiv3 {
  height: 435px;
  overflow: hidden;
}
section.container.text-content div#ladka_footer_div p#content_more {
  font-size: 16px;
  line-height: 20px;
  color: #d97676;
  display: block;
  padding: 10px 0px 12px 0px;
  cursor: pointer;
  width: 100%;
}
section.container.text-content .shiv3.active {
  height: auto !important;
}
section.container.text-content div#shiv1 {
  width: 66%;
  padding-right: 22px;
  text-align: justify;
  display: inline-flex;
}
section.container.text-content div.shiv2 {
  padding-right: 22px;
  text-align: justify;
}
section.container.text-content div.shiv1 {
  width: 66%;
  padding-right: 22px;
  text-align: justify;
  display: inline-flex;
}
section.container.text-content div#ladka_footer_div {
  padding-right: 22px;
  text-align: justify;
}
section.container.text-content .footer-product-table td {
  padding: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #c1c1c1;
}
section.container.text-content .shiv2 {
  margin-top: 30px;
  margin-bottom: 30px;
  max-height: initial;
  overflow: unset;
}
.ipl-22-desktop .timer-section {
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ipl-22-desktop .timer-section p {
  color: #2e6396;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
}
.ipl-22-desktop .timer-section span.timer {
  padding: 7px;
  background: #2e6396;
  color: white;
  font-weight: 600;
}
.ipl-22-desktop .data-and-time {
  text-align: center;
  padding: 20px 0px;
  background: #f5f5f5;
}
.ipl-22-desktop .vs-section {
  display: flex;
  margin-bottom: 20px;
}
.ipl-22-desktop .vs-section span.team-pre-1 {
  margin-left: 20px;
  padding: 3px 80px;
  display: block;
  background: red;
  font-weight: 600;
  margin-top: 5px;
}
.ipl-22-desktop span.team-pre-2 {
  margin-right: 20px;
  padding: 3px 80px;
  background: yellow;
  display: block;
  font-weight: 600;
  margin-top: 5px;
}
.ipl-22-desktop .team-img {
  width: 50%;
  cursor: pointer;
}
.ipl-22-desktop .team-img p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.ipl-22-desktop .last-match {
  opacity: 0.4;
}
.ipl-22-desktop .how-to-play p {
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
}
.ipl-22-desktop .support-team p {
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
}
.ipl-22-desktop .trending p {
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
}
.ipl-22-desktop label.select-team-1.select-team,
.ipl-22-desktop label.select-team-3.select-team {
  position: absolute;
  right: 51%;
  margin-top: 10px;
}
.ipl-22-desktop label.select-team-2.select-team,
.ipl-22-desktop label.select-team-4.select-team {
  position: absolute;
  right: 48%;
  margin-top: 10px;
}
.ipl-22-desktop label.select-team {
  display: none;
}
.ipl-22-desktop .from-popup.container {
  display: none;
}
.ipl-22-desktop .from-popup {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.ipl-22-desktop .my-address-form {
  width: 380px;
  border-radius: 5px;
  min-height: 400px;
  top: 0%;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
  outline: none;
  margin: 40px auto;
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  padding: 20px;
}
.ipl-22-desktop .my-address-form p {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0px;
  line-height: 20px;
}
.ipl-22-desktop .social-login-title.guest-close {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  background: transparent;
  padding: 0px 20px;
}
.ipl-22-desktop button.mfp-close {
  color: #ababab !important;
  font-size: 18px;
}
.ipl-22-desktop .save-address-button {
  padding: 10px 0px;
  text-align: left;
}
.ipl-22-desktop .save-address-button button {
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 5px;
  background: #51cccc;
  color: #fff;
  border: 1px solid #51cccc;
  padding: 5px 20px;
}
.ipl-22-desktop .my-address-form .form-control label {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
  color: #181818;
  transition: all 0.1s ease;
  margin-bottom: 3px;
  display: block;
  padding: 0px;
  pointer-events: none;
  position: initial;
  left: 0;
  top: 0;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ipl-22-desktop .from-popup {
  display: none;
}
.ipl-22-desktop p.heading-ipl {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px;
}
.ipl-22-desktop .teamimg.current {
  border: 3px solid #7ac142;
}
.ipl-22-desktop .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.ipl-22-desktop .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ipl-22-desktop .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.ipl-22-desktop section.shop-by-theme .carousel {
  min-width: 900px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__activator {
  display: none;
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  bottom: 0;
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__controls:first-of-type {
  justify-content: flex-end;
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__controls:last-of-type {
  justify-content: flex-start;
}
.ipl-22-desktop section.shop-by-theme .carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #3d414a;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 35px;
  justify-content: center;
  transition: 0.3s all;
  width: 35px;
  z-index: 1;
  font-weight: 700;
}
.ipl-22-desktop section.shop-by-theme .carousel__control:hover {
  transform: scale(1.05);
}
.ipl-22-desktop
  section.shop-by-theme
  .shop_carousel__activator:first-of-type:checked
  ~ .shop_carousel__controls:first-of-type {
  display: flex;
}
.ipl-22-desktop
  section.shop-by-theme
  .shop_carousel__activator:first-of-type:checked
  ~ .shop_carousel__screen
  .shop_carousel__track {
  transform: translateX(0%);
}
.ipl-22-desktop
  section.shop-by-theme
  .shop_carousel__activator:nth-of-type(2):checked
  ~ .shop_carousel__controls:nth-of-type(2) {
  display: flex;
}
.ipl-22-desktop
  section.shop-by-theme
  .shop_carousel__activator:nth-of-type(2):checked
  ~ .shop_carousel__screen
  .shop_carousel__track {
  transform: translateX(-100%);
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__screen {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}
.ipl-22-desktop section.shop-by-theme .shop_carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.ipl-22-desktop section.shop-by-theme .carousel__item {
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
  white-space: normal;
}
.ipl-22-desktop section.shop-by-theme .carousel__item--desktop-in-1 {
  width: 100%;
}
.ipl-22-desktop section.shop-by-theme .carousel__item--desktop-in-2 {
  width: 50%;
}
.ipl-22-desktop section.shop-by-theme .carousel__item--desktop-in-3 {
  width: 25%;
}
.ipl-22-desktop section.shop-by-theme .carousel__item--desktop-in-4 {
  width: 25%;
}
.ipl-22-desktop section.shop-by-theme .carousel__item--desktop-in-5 {
  width: 20%;
}
.ipl-22-desktop section.shop-by-theme .demo-content {
  color: #fff;
  display: flex;
  font-family: Helvetica;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 56px;
  width: 100%;
}
.ipl-22-desktop .container.trending-img {
  display: flex;
}
.ipl-22-desktop .container.trending-img a {
  display: block;
  padding: 10px;
}
.ipl-22-desktop .vs-image {
  position: absolute;
  left: 43%;
  padding-top: 50px;
}
.ipl-22-desktop .trending {
  margin-bottom: 50px;
}
.ipl-22-desktop img.teamimg {
  width: 100%;
  height: auto;
}
.ipl-22-desktop .last-match .team-img img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */
