.onlypopup {
  display: none
}
#scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 26px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none !important; /* Hidden by default */
}
.ui-autocomplete img {
  display: inline-block;
  width: 40px !important;
}
.retshop {
  background: #111;
  padding: 10px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 3px;
  margin: 20px !important;
}
.emboximg {
  display: none;
}
.page.wishlist-page, .page.wishlist-page .page-title h1 {
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
.admin-header-links {
  text-align: center;
  color: #fff;
  background: #ac0808;
}
.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 32px;
  font-size: 14px;
  color: #fff
}
.footer-logo {
  margin: 20px auto 30px;
  overflow: hidden;
  max-width: 250px
}
.footer-holder {
  position: relative;
  z-index: 1;
  padding: 30px 0 30px;
  text-align: center;
  font-size: 14px;
}
.footer-holder a {
  padding: 20px 5px;
  display: inline-block;
}
.titledbox {
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
  font-size: 18px;
}
.title-news {
  font-size: 22px;
  display: block;
  margin: 0 0 2px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600
}
.newsletter-box p {
  color: #4c4c4c;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px
}
.title-news span {
  display: block;
  font-size: 13px
}
.titledbox strong {
  font-weight: 600
}
.footer-block .list {
  padding: 0;
  margin: 0;
  display: none
}
.footer-block li {
  margin: 0 0 10px;
  position: relative;
  padding: 0;
}
.emailinfo h2 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}
.footer-block li a {
  display: block;
  padding: 0;
  font-size: 14px;
  opacity: 0.8;
}
.footer-block li a:hover {
  opacity: 1;
}
.contact-section li {
  padding-left: 30px;
  position: relative
}
.contact-section li .icon-holder {
  position: absolute;
  left: 0;
  top: 1px;
  max-width: 20px
}
.icon-holder img {
  opacity: .3
}
.contact-section h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
  font-weight: 500;
  color: #000
}
.contact-section p {
  color: #000
}
.partner-section {
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 1px
}
.partner-section h2 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none
}
.partner-section p {
  margin-bottom: 20px
}
.button-generic {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background-color: #00ab99;
  color: #fff !important;
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center
}
.partner-section .button-generic {
  margin-left: 55px
}
.social-title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 55px 0 10px;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center
}
.social-networks {
  padding: 20px 0 0
}
.social-networks li {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle
}
.social-networks li a {
  display: block
}
.social-networks li a img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: auto;
}
.footbox-shipped {
  font-size: 0;
  text-align: center;
  padding: 10px;
  z-index: 9;
  position: relative
}
.footbox-shipped:before {
  background-color: #f7f5f4;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1
}
.footbox-shipped li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 2%
}
.footbox-shipped img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle
}
.footbox-shipped strong {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 500
}
.newsletter-section {
  padding: 30px 0 50px;
  position: relative;
  text-align: left;
  z-index: 9
}
.newsletter-section:before {
  background-color: #fff;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1
}
.newsletter-section-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.newsletter-section-holder .newsletter-header {
  font-size: 1.8vw;
  line-height: 50px;
  font-weight: 700;
  color: #1d1d1b
}
.newsletter-section-holder .newsletter-header h2 {
  margin: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase
}
.newsletter-section .newsletter-area {
  flex: 0 0 35%;
  max-width: 35%
}
.newsletter-section .titledbox {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
  color: #1d1d1b;
  margin: 0 0 10px;
  font-weight: 600
}
.footer-shipped {
  position: relative;
  text-align: center;
  z-index: 1
}
.footer-shipped::before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  z-index: 1;
  border-bottom: 1px solid #deccc6;
  content: ""
}
.footer-shipped ul {
  margin: 0;
  padding: 0
}
.footer-shipped ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  color: #131313;
  position: relative;
  margin: 0
}
.ftr-img {
  display: inline-block;
  vertical-align: middle
}
.ftr-name {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #131313
}
.footer {
  position: relative;
  font-size: 0;
  z-index: 99;
  background-color: #F8F8F8;
  margin-top: 40px;
}
.footer-links {
  float: right
}
.footer-links li {
  display: inline-block;
  vertical-align: top
}
.footer-links li a {
  text-transform: capitalize;
  display: block;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500
}
.footer-section {
  margin: 30px 0 0
}
.newsletter {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 15px
}
.top-holder {
  max-width: 320px;
  margin: auto;
  padding: 25px 0;
  position: relative;
  z-index: 1
}
.top-holder:before {
  position: absolute;
  content: '';
  border-top: 1px dashed #a0a0a0;
  width: 210px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}
.top-holder:after {
  position: absolute;
  content: '';
  border-top: 1px dashed #a0a0a0;
  width: 210px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}
.footer-upper {
  margin: auto;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.sociallinks {
  text-align: center;
  padding: 30px 0 20px
}
.footer-block .title {
  margin: 0 0 1px;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer
}
.footer-block .title strong {
  font-weight: 400
}
.footer-block .list {
  display: block
}
.footer-block .list a {
  display: block;
  padding: 3px 15px
}
.follow-us {
  margin: 30px auto 0;
  text-align: center
}
.follow-us .title {
  margin: 0 0 10px;
  background: 0 0;
  color: #444;
  cursor: auto
}
.follow-us .social ul {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  font-size: 0
}
.follow-us .social li {
  display: inline-block;
  margin: 0 5px
}
.follow-us .social a {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/social-sprite.png) no-repeat;
  font-size: 0
}
.follow-us .social .facebook a {
  background-position: 0 0
}
.follow-us .social .twitter a {
  background-position: -38px 0
}
.follow-us .social .rss a {
  background-position: -76px 0
}
.follow-us .social .youtube a {
  background-position: -114px 0
}
.follow-us .social .google-plus a {
  background-position: -152px 0
}
.top-footer {
  position: relative;
  background: #f8f1e1;
  padding: 50px 25px;
  margin: 0 0 50px;
  font-size: 0
}
.top-footer:after {
  display: block;
  clear: both;
  content: ""
}
.top-footer .box {
  overflow: hidden;
  clear: both;
  padding-top: 12px;
  letter-spacing: 2px;
  font-weight: 500
}
.top-footer a {
  display: inline-block;
  border-bottom: 1px solid #333
}
.newsletter-holder {
  position: relative
}
.newsletter-holder .title {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  text-align: left
}
.newsletter-holder .title .txt {
  display: block;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700
}
.newsletter-holder .newsletter .title {
  display: none
}
.newsletter-holder .newsletter {
  width: 55%;
  vertical-align: middle;
  display: inline-block
}
.newsletter-holder .title strong {
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-top: 9px;
  color: #211915
}
.newsletter-email {
  position: relative
}
.newsletter-box {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 0 15px
}
.newsletter-email input[type=email] {
  margin: 0;
  width: 100%;
  color: #000;
  padding: 5px 0 5px;
  border: 0;
  border-bottom: 1px solid #111;
  background: none;
  font-size: 14px;
}
.newsletter-subscribe-button {
  background: url("../images/emailsubmit.png") no-repeat right center;
  border: 0 none;
  font-size: 0;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #151515;
  height: 36px;
  width: 33px;
  background-size: 33px;
}
.newsletter-email .options {
  clear: both;
  padding: 10px 0 0
}
.newsletter-result, .newsletter-validation {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px
}
.footer-lower {
  padding: 15px 0;
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #fff;
  letter-spacing: 1px;
  opacity: 0.8;
}
.poweredby {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 11px
}
.footer-lower ul {
  float: right
}
.footer-lower ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px
}
.footer-lower ul li .svg {
  fill: #000;
  width: 18px;
  height: 18px
}
.brand-logo {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  line-height: 28px
}
.brand-logo img {
  display: inline-block;
  vertical-align: top
}
.footer-tax-shipping a {
  font-weight: 700;
  color: #4ab2f1
}
.footer-tax-shipping a:hover {
  text-decoration: underline
}
.footer-powered-by {
  margin: 10px 0 0
}
.footer-powered-by a {
  font-weight: 700;
  color: #4ab2f1
}
.footer-powered-by a:hover {
  text-decoration: underline
}
.theme-selector {
  margin: 10px 0 0
}
.theme-selector select {
  width: 170px
}
.social-links li a {
  display: block;
  opacity: .5
}
.news {
  color: red;
  font-size: 20px
}
.hdnumber {
  position: absolute;
  left: 0;
  top: 75px
}
.header {
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #eee
}
.header-logo img {
  display: block
}
.header .container {
  z-index: 999;
}
.header .container:after {
  display: block;
  clear: both;
  content: ""
}
.customer-services {
  font-size: 11px;
  letter-spacing: 1px
}
.customer-services a {
  color: #fff;
  transition: all .3s ease
}
.header-links {
  letter-spacing: 1px
}
.header-links li {
  float: right;
  margin: 0 0 0 1vw;
  position: relative;
  text-align: center
}
.header-links li.tbmargin {
  margin-top: 2px
}
.header-links a, .header-links span {
  font-size: 11px;
  color: #111;
  cursor: pointer
}
.header-links span.cart-label, .header-links span.txt {
  display: none
}
.header-links .dxk-txt {
  display: none;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 500
}
.header-links li .img-ico {
  display: block;
  margin: 0;
  height: 21px;
  max-width: none;
}
.show-tabs .header-links li path, .show-tabs .header-links li svg {
  fill: #000 !important
}
.cart-labels {
  position: absolute;
  top: -8px;
  right: -3px;
  background: #000;
  color: #fff;
  font-size: 10px !important;
  border-radius: 50%;
  height: 18px !important;
  line-height: 12px !important;
  padding: 2px;
  text-align: center
}
.header-bottom {
  position: relative;
}
.header-middle:after, .header-upper:after {
  display: block;
  clear: both;
  content: ""
}
.header-middle:before {
  border-bottom: 1px solid #dedede;
  content: "";
  position: absolute;
  z-index: -1;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  height: 1px
}
.header-middle:before {
  background: #8e8e8e
}
.header-middle {
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px
}
.header-lower {
  display: block
}
.hellobar-txt {
  font-size: 10px;
  color: #000;
  text-transform: uppercase
}
.appointments {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 6px
}
.header-menu {
  position: relative;
  border: none
}
.header-logo2 {
  position: absolute;
  left: 15px;
  top: 0;
  width: 140px;
  overflow: hidden
}
.header-menu2 .header-logo2 {
  top: 18px
}
.header-logo2 a img {
  margin-left: -200px;
  transition: all .4s linear;
  display: block;
  width: 100%
}
.header-menu > ul > li {
  padding: 0;
  transition: all .5s ease;
  border: none
}
.header-menu > ul > li > a {
  display: block;
  transition: all .5s ease;
  padding: 0;
}
.html-home-page .owl-carousel .owl-stage {
  padding-top: 0
}
.customer-number {
  color: #000;
  font-size: 13px;
  left: 0;
  top: 50px;
  position: absolute;
  padding: 0 0 0 25px;
  background: url(../images/phn.svg) no-repeat left center
}
.show-tabs .currency-selector {
  z-index: 0
}
.currency-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  color: #000;
  cursor: pointer;
  min-width: 55px;
  border-radius: 5px;
  background: url(../images/selectbox.jpg) no-repeat 37px center;
  background-size: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #000;
  height: 30px
}
.sociallinks li {
  display: inline-block;
  margin: 0 0 0 15px
}
.sociallinks .svg {
  fill: #000;
  width: 16px;
  height: 16px
}
.header-links #tabs-3 li {
  float: none;
  display: block;
  margin: 0
}
.header-links #tabs-3 a, .header-links #tabs-3 span {
  font-size: 11px;
  text-transform: capitalize;
  height: auto
}
.header-links #tabs-3 ul {
  font-size: 12px
}
.header-links #tabs-3 .ui-autocomplete a {
  padding: 10px !important;
  display: block
}
.header-links .ui-autocomplete {
  width: 100% !important
}
.ui-autocomplete img {
  display: inline-block
}
.header-links #tabs-3 span {
  display: inline-block;
  vertical-align: middle;
  max-width: 202px;
  line-height: 1.3
}
.searchbox {
  max-width: 700px;
  margin: auto;
  padding: 10px 0 0
}
.searchbox #small-search-box-form {
  position: relative
}
.searchbox #small-searchterms {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  padding-left: 50px;
  height: 42px
}
.searchbox .button-1.search-box-button {
  background: url(../images/searchicon.jpg) no-repeat center;
  font-size: 0;
  width: 50px;
  height: 42px;
  border: 0;
  top: 0;
  position: absolute;
  left: 0
}
.ui-autocomplete {
  z-index: 99
}
.sale-exchange {
  position: relative;
  text-align: center;
  color: #000;
  line-height: 32px;
  font-size: 13px;
  background-color: #f5f5f5;
}
.sale-exchange:after {
  display: block;
  content: '';
  clear: both
}
.tp {
  padding: 0 12px;
  max-width: 121px
}
.subtitle {
  font-size: 26px;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 0 10px;
  text-transform: uppercase
}
.social_caller img {
  display: block;
  margin: auto
}
.svg4 {
  max-width: 30px;
}
.svg5 {
  max-width: 40px;
}
.svg6 {
  max-width: 50px;
}
.social_caller {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999
}
.icon_list img {
  max-width: 20px
}
.show-tabs .social_caller {
  z-index: 0
}
.icon_main {
  padding: 10px;
  display: block;
}
.svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: auto
}
.social-links .svg {
  fill: #000
}
.icon-phone {
  background: #ed6347;
  padding: 10px;
  display: block;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2);
  position: relative;
  transition: all .3s linear
}
.icon-whatsapp {
  background: #50b83c;
  padding: 10px;
  display: block;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2);
  position: relative;
  transition: all .3s linear
}
.icon_list {
  display: block;
  margin: 0 0 55px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
  position: absolute;
  bottom: 0
}
.icon_list li {
  display: block;
  margin-top: 5px
}
.icon_list li {
  min-width: 50px
}
.icon_list li a {
  transition: all .3s linear;
  transform: scale(0)
}
.social_caller:hover .icon_list li a {
  transform: scale(1)
}
.tax-value {
  display: none !important
}
.right-side-list {
  transition: all .3s linear;
  position: relative;
  z-index: 999999;
  display: flex;
  align-items: center;
  direction: rtl;
}
.currency-selector {
  direction: ltr;
}
.show-tabs .right-side-list:before {
  background: #fff;
  top: -27px;
  bottom: -26px;
  left: -10px;
  right: -5px;
  content: "";
  position: absolute;
  z-index: -1
}
.tab-content {
  position: fixed;
  background: #fff;
  width: 320px;
  right: -320px;
  top: 0;
  z-index: 9999;
  height: 100vh;
  bottom: 0;
  transition: all .3s;
  overflow-y: auto
}
.show-tabs .tab-content {
  right: 0
}
#content {
  padding: 90px 20px 80px;
  text-align: left;
  color: #111
}
#content .inputs.reversed {
  text-align: left
}
.tabs-sections {
  font-size: 13px
}
.tabs-sections .form-fields {
  padding: 10px 0 20px;
  border: 0
}
.tab-content .buttons {
  margin: 0 0 30px;
  display: block
}
.tabs-sections .ptxt {
  padding: 0 0 15px
}
.tabs-sections .inputs {
  margin-bottom: 15px
}
.tabs-sections .inputs label {
  display: block;
  width: auto;
  font-size: 13px;
  text-align: left;
  font-weight: 500
}
.tabs-sections .inputs input[type=password], .tabs-sections .inputs input[type=text] {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0
}
.tabs-sections .inputs.reversed {
  padding: 10px 0 0
}
.tabs-sections .inputs.reversed input {
  display: inline-block
}
.tabs-sections .inputs.reversed label {
  display: inline-block;
  font-weight: 400;
  margin: 0 10px
}
.tabs-sections .buttons input {
  display: block;
  width: 100%;
  color: #fff;
  background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #575757 22%, #474747 35%, #2c2c2c 50%, #000 60%, #111 72%, #1c1c1c 91%, #000 100%);
  border-radius: 3px;
  padding: 13px 10px;
  text-align: center;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .3s ease
}
.tabs-sections .buttons input:hover {
  background: 0 0;
  color: #444
}
#tabs-2 li.new-customer {
  font-size: 13px;
  padding: 10px 0
}
#tabs-2 li {
  display: block;
  float: none;
  margin: 0
}
#tabs-2 li b {
  display: block;
  padding: 0 0 10px;
  font-weight: 500
}
#tabs-2 li a {
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #444;
  display: block;
  height: auto;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s ease;
  letter-spacing: 2px;
  color: #000
}
#tabs-2 li .accout-btn {
  background: #444;
  color: #fff;
  border: 2px solid #444
}
#tabs-2 li .accout-btn:hover {
  background: 0 0;
  color: #444
}
.show-tabs .empaty-div {
  opacity: 1;
  visibility: visible
}
.h-text {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0
}
.tab-content .search-box.store-search-box {
  background: 0 0;
  border: 0;
  right: auto;
  padding: 0;
  position: relative;
  width: 100%;
  top: auto;
  display: block
}
.tab-content .search-box form {
  display: block;
  width: 100%
}
.tab-content .search-box input.search-box-text {
  width: 100%;
  height: 36px;
  padding: 5px 0;
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 13px;
  background: 0 0;
  text-transform: none
}
.tab-content .search-box .search-box-button {
  background: url(../images/arrow.svg) no-repeat;
  height: 10px;
  width: 20px;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 12px;
  float: none;
  min-width: inherit
}
.mini-shopping-cart .name a:hover {
  color: #000
}
.flyout-cart {
  display: none
}
.tab-content .flyout-cart {
  display: block;
  position: static;
  top: auto;
  right: auto;
  width: auto;
  box-shadow: none;
  background-color: transparent
}
.empaty-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 320px;
  z-index: 9998;
  background: rgba(255, 255, 255, .9);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  box-shadow: inset -10px 0 20px 0 rgba(0, 0, 0, .1)
}
.active-flycart .empaty-div {
  opacity: 1;
  visibility: visible
}
.hide-x {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 80px;
  right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background: 0 0;
  cursor: pointer
}
.hide-x:after, .hide-x:before {
  height: 1px;
  width: 16px;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 0;
  content: "";
  z-index: 99;
  display: block;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s cubic-bezier(.075, .82, .165, 1);
  transition: all .3s cubic-bezier(.075, .82, .165, 1)
}
.hide-x:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.hide-x:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.hide-x:hover:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.hide-x:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.mini-shopping-cart {
  box-shadow: none;
  background: 0 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  position: relative
}
.mini-shopping-cart .count {
  padding: 10px 0 15px;
  text-align: left;
  font-size: 13px
}
.mini-shopping-cart .count .no-item {
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.mini-shopping-cart .count a {
  margin: 0 2px;
  font-weight: 700;
  color: #373737
}
.mini-shopping-cart .items {
  margin: 0 0 20px;
  border-top: 1px solid #afafaf
}
.mini-shopping-cart .item {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #afafaf
}
.mini-shopping-cart .picture {
  float: left;
  width: 65px;
  border: 1px solid #dadad7;
  background: #fff;
  padding: 0;
  text-align: center
}
.mini-shopping-cart .picture img {
  width: 100%;
  display: block
}
.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto
}
.mini-shopping-cart .picture + .product {
  margin: 0 0 0 80px
}
.mini-shopping-cart .name {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  overflow: hidden
}
.mini-shopping-cart .name a {
  color: #373737;
  font-size: 12px;
  height: auto
}
.mini-shopping-cart .quantity span {
  font-size: 12px
}
.mini-shopping-cart .attributes {
  margin: 5px 0;
  padding-top: 0;
  color: #373737
}
.mini-shopping-cart .price {
  font-size: 0;
  padding: 0 0 5px 0
}
.mini-shopping-cart .price span {
  display: block;
  font-size: 12px
}
.mini-shopping-cart .totals {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left
}
.mini-shopping-cart .totals strong {
  font-size: 1.15rem;
  font-weight: 400;
  float: right;
  margin: -5px 0 0 0
}
.mini-shopping-cart .buttons {
  margin: 0 0 5px;
  display: block
}
.mini-shopping-cart input[type=button] {
  background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #575757 22%, #474747 35%, #2c2c2c 50%, #000 60%, #111 72%, #1c1c1c 91%, #000 100%);
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px 10px;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
  border: 2px solid #444;
  transition: all .1s linear;
  border-radius: 3px
}
.mini-shopping-cart .button-1.cart-button:hover {
  background: 0 0;
  color: #444
}
.mini-shopping-cart .cart-collaterals {
  padding: 10px 0 0
}
#applydiscountcouponcode {
  width: 45%;
  border: 1px solid #444;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 11px;
  background: #444;
  color: #fff
}
#applydiscountcouponcode:hover {
  color: #444;
  background: 0 0
}
#discountcouponcode {
  display: inline-block;
  width: 55%;
  border: 1px solid #444;
  height: 50px;
  line-height: 50px
}
#showresult {
  margin-bottom: 15px;
  color: red
}
.shipping-added {
  display: block;
  color: #111;
  font-size: 12px;
  overflow: hidden;
  padding: 3px 0 20px
}
.mini-shopping-cart .applied-discount-code {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 0
}
.mini-shopping-cart input[type=button].remove-discount-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: #fff url(../images/close.png) center no-repeat;
  cursor: pointer
}
.mini-shopping-cart .cart-collaterals .current-code {
  margin: 15px 0 0
}
.mini-shopping-cart input[type=button].remove-discount-button:hover {
  background: #fff url(../images/close.png) center no-repeat
}
.mini-shopping-cart .picture:before {
  display: none
}
.show-tabs {
  overflow: hidden
}
.tab-content .title strong {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px
}
#content #Email {
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #000
}
.mini-shopping-cart .continue-btn {
  margin: 7px auto 0;
  background: #fff;
  letter-spacing: 1px;
  border: 2px solid #444;
  transition: all .1s linear;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  height: auto
}
.show-tabs .phone-hide {
  display: none !important
}
.header-links span.txt-2 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding-right: 8px;
  top: 1px;
  position: relative
}
.header-links li.phone-hide {
  position: relative;
  padding-right: 10px
}
.header-links li.phone-hide:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  top: -2px;
  right: -6px;
  background: #fff
}
.quantity-detail.custom-qty {
  overflow: hidden;
  border: 1px solid #d8d7da;
  width: 86px;
  padding: 0;
  height: 25px;
  position: relative;
  margin: 10px 0;
  display: block;
  border-radius: 15px
}
.quantity-detail.custom-qty .minus-detail, .quantity-detail.custom-qty .plus-detail {
  position: absolute;
  height: 23px;
  width: 25px;
  top: 0;
  bottom: 0;
  background: 0 0;
  font-size: 20px;
  padding: 0;
  line-height: 23px
}
.quantity-detail.custom-qty .qty-detail {
  width: 100%;
  border: 0;
  text-align: center;
  height: 23px;
  padding: 0;
  text-indent: 0;
  background: 0 0;
  color: #706f76
}
.quantity-detail.custom-qty .minus-detail {
  border: 0;
  left: 0;
  border-right: 1px solid #d8d7da
}
.quantity-detail.custom-qty .plus-detail {
  border: 0;
  right: 0;
  border-left: 1px solid #d8d7da
}
.quantity-detail.custom-qty input[type=button] {
  background: 0 0;
  color: #706f76
}
.cart-qty {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff !important;
  padding: 0;
  line-height: 18px !important;
  border-radius: 50%;
  font-size: 8px !important;
  width: 18px;
  height: 18px !important;
  text-align: center
}
.page.registration-page {
  margin: 30px auto;
  padding: 0;
  max-width: 400px;
}
.html-registration-page #register-button {
	width: 100%;
    background: #000;
    border: 0;
    padding: 12px;
    border-radius: 0;
}
.html-registration-page .page-title h1, .page.password-recovery-page .page-title h1{
	text-transform: capitalize;
	font-size: 28px;
}
.html-registration-page .center-1 .title {
  padding: 0;
  text-align: left
}
.html-registration-page .center-1 .page-title {
  padding: 0 0 10px;
  text-align: left;
  margin: 0;
  min-height: auto
}
.page.password-recovery-page {
  max-width: 400px;
  margin: auto;
	padding: 20px 0;
}
.page.password-recovery-page .inputs label {
    display: block;
    width: auto;
    margin: 0 0 10px;
    text-align: left;
  }
.page.password-recovery-page .form-fields {
  padding: 0;
}
.button-1.password-recovery-button {
	width: 100%;
    background: #000;
    border: 0;
    padding: 12px;
    border-radius: 0;
}
.page.password-recovery-page .fieldset {
  position: relative;
  margin: 0;
}
.password-recovery-page .tooltip {
  border: 0;
}

.fieldset .title, .section .title {
  margin: 0 0 10px;
  font-size: 12px
}
.html-registration-page .fieldset, .html-registration-page .section {
  margin: 0 0 20px
}
.html-registration-page .fieldset .title, .html-registration-page .section .title {
  font-size: 12px
}
.fieldset .title strong, .section .title strong {
  font-weight: 400
}
.html-registration-page .form-fields {
  padding: 0;
  border: 0
}
.page.registration-page .inputs label {
  display: block;
  margin: 0 0 5px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: initial;
  width: 100%;
  font-size: 12px
}
.html-registration-page .inputs input[type=password], .html-registration-page .inputs input[type=text], .html-registration-page .inputs select, .html-registration-page .inputs textarea {
  width: 100%
}
.html-registration-page .center-1 .buttons {
  text-align: left
}
.html-registration-page .date-of-birth select {
  max-width: 100%;
  width: 20%;
  border-color: #afafaf;
  margin: 0px;
}
.company, .html-registration-page .required {
  display: none
}
.inputs {
  position: relative;
  text-align: left
}
#Newsletter {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
#newslabel {
  margin-left: 20px
}
.sliderhellobar li {
  display: none
}
.sliderhellobar li.active3 {
  display: block
}
#loginForm .inputs {
  display: block;
  vertical-align: top;
  width: auto;
  margin: 0 0 10px
}
@-webkit-keyframes blinker {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.blink {
  text-decoration: blink;
  color: #fc4747 !important;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate
}
.e-catalog {
  position: absolute;
  top: -32px;
  background: #111;
  text-transform: uppercase;
  color: #fff;
  right: 15px;
  padding: 0 15px;
  z-index: 1;
  line-height: 32px;
  font-size: 12px
}
.header-menu > ul > li > a.e-catalog-mobile {
  background: #111;
  color: #fff
}
.customr-tabs strong {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
  display: block
}
.customr-tabs li {
  display: block;
  font-size: 13px;
  margin: 0;
  float: none;
  padding: 10px 0 0
}
.header-menu > ul > li > a .new {
  color: red;
  border-top: 1px solid red;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  font-size: 11px;
  line-height: 14px
}
.header-menu > ul > li > a .new i {
  font-style: normal;
  background: #fff;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin: -8px 0 0
}
.propertyeis a {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  padding-left: 5px;
}
.magnifying-body .searchwrapper {
  display: block;
}
.searchwrapper {
  position: relative;
  max-width: 700px;
  margin: auto;
  padding: 10px 0;
  display: none;
}
.searchwrapper #small-search-box-form {
  position: relative;
}
#scroll-down {
  position: absolute;
  bottom: 350px;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: 99;
}
.searchwrapper #small-searchterms {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  padding-left: 50px;
  height: 42px;
}
.searchwrapper .button-1.search-box-button {
  background: url(../images/searchicon.jpg) no-repeat center;
  font-size: 0;
  width: 50px;
  height: 42px;
  border: 0;
  top: 0;
  position: absolute;
  left: 0;
}
.dalimeterbox {
  display: inline-block;
  padding: 0 10px;
}
.crsbtn {
  position: absolute;
  right: 0;
  padding: 0px 12px;
  background: #000;
  z-index: 1;
  color: #fff;
}
.immediatedelivery {
  font-size: 8px !important;
  padding: 4px !important;
  letter-spacing: 0.4px !important;
}
.html-product-details-page .immediatedelivery {
  font-size: 9px !important;
  padding: 8px !important;
  letter-spacing: .8px !important;
}
.contact-rightcolbox ul li.whatapp {
  background: url(/images/uploaded/home/icowts2.png) no-repeat left 8px;
}
.shopping-cart-page .no-data, .page.wishlist-page .no-data, .mini-shopping-cart .count .no-item {
  background: url("../images/bag_yac6r51cpt91.svg") no-repeat top center;
  background-size: 50px;
  padding-top: 60px;
}
.onclickhidebtn {
  display: none;
}
#myHeader .header-links #small-searchterms_listbox li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
}
#myHeader #small-search-box-form .k-widget.k-autocomplete.search-box-text.narrow.k-autocomplete-clearable.k-state-default {
  display: block !important;
  max-width: none !important;
  float: none;
}
#instant-search-categories {
  width: 100%;
  float: none;
  margin: 10px 0 0;
  background: #fff;
  height: 43px;
  border-radius: 10px;
}
#small-searchterms {
  width: 100% !important;
}
#small-search-box-form span.search-box-text {
  float: none !important;
}
.master-wrapper-page .instantSearch.resize {
  width: auto !important;
}
@media all and (min-width:768px) {
  .upper-nav {
    float: right;
    margin-right: 50px
  }
  .immediatedelivery {
    font-size: 9px !important;
    padding: 8px !important;
    letter-spacing: .8px !important;
  }
  .upper-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
  }
  .upper-nav li a {
    text-transform: uppercase
  }
  .mbx {
    display: none !important
  }
  .footer-block .list li {
    display: block
  }
  .footer-top {
    position: relative;
    z-index: 1;
    padding: 15px 0
  }
  .footer-top:after {
    display: block;
    content: "";
    clear: both
  }
  .footer-top:before {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    content: "";
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
  }
  .leftfooter {
    text-align: center;
    border-bottom: 1px solid #333
  }
  .footer-block.pd-left {
    padding-left: 0;
    border-left: 0;
    display: block;
    width: auto
  }
  .footer-block.social-links {
    float: right
  }
  .leftfooter .footer-block .title {
    display: none
  }
  .footer-block.subsribed .title {
    padding: 0 0 10px;
    letter-spacing: 1px
  }
  .footer-block .social-links .title {
    padding: 0 0 5px
  }
  .footer-top .footer-block .title {
    display: block
  }
  .footer-upper:after {
    content: "";
    display: block;
    clear: both
  }
  .footer-block .list {
    margin: 0;
    padding: 0;
    text-align: left
  }
  .newsletter-subscribe {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 0
  }
  .follow-us {
    float: right;
    width: 300px !important;
    margin: 0;
    text-align: left
  }
  .follow-us .social li {
    margin: 0 10px 0 0
  }
  .newsletter-validation .field-validation-valid {
    text-align: left
  }
  .footer-lower:after {
    content: "";
    display: block;
    clear: both
  }
  .footer-info {
    float: right;
    line-height: 32px
  }
  .footer-powered-by {
    float: left;
    margin: 0;
    line-height: 32px
  }
  .social_caller:hover .icon_list {
    opacity: 1;
    visibility: visible
  }
}
@media all and (min-width:1024px) {
  .flinks-mbl {
    display: none;
  }
  .fta-footer {
    max-width: 1620px;
    padding: 0 50px;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }
  .sticky .header-logo {
    max-width: 70px;
  }
  .footer-holder {
    display: flex;
    gap: 20px;
  }
  .newbreadcrum {
    color: red;
    border-top: 1px solid red;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    font-size: 11px;
    line-height: 14px
  }
  .newbreadcrum i {
    font-style: normal;
    background: #fff;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin: -8px 0 0
  }
  .titledbox {
    pointer-events: none
  }
  .footer-logo {
    display: none
  }
  .footer-block {
    width: 25%;
    text-align: left;
  }
  .footer-block.exm {
    width: 30%;
  }
  /*.header-upper {
    right: 0;
    top: 11px;
    z-index: 5;
    position: absolute;
    padding: 14px 0;
  }*/
  .header-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header-logo {
    max-width: 88px;
  }
  .searchbox {
    display: none
  }
  .magnifying-body .searchbox {
    display: block;
  }
  .header-menu > ul > li > a {
    font-size: 14px;
    padding: 5px 12px;
    text-transform: capitalize;
  }
  .header-menu > ul > li.active > a {
    text-decoration: underline;
  }
  .mobile-logo {
    display: none
  }
  .sticky + .stick-content {
    padding-top: 78px
  }
  .after-login .sticky + .stick-content {
    padding-top: 100px
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header, .header-logo, .header-menu2 {
    transition: all .3s
  }
  .sticky .header-menu2 {
    padding: 20px 0 0
  }
  .sticky .mega-menu > li {
    padding-bottom: 20px
  }
  .customer-services {
    display: none
  }
  .header-menu > ul > li > .sublist-toggle {
    position: absolute;
    margin: auto;
    z-index: -1;
    background: red;
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0
  }
  .show-tabs .header-links-wrapper {
    position: fixed;
    transition: all .3s ease;
    top: 20px;
    right: 40px
  }
  .header-upper:after {
    content: "";
    display: block;
    clear: both
  }
  .header-links a, .header-links span {
    line-height: normal;
    text-transform: none
  }
  .header-links .dxk-txt {
    display: block
  }
  .header-lower {
    display: table;
    width: 100%
  }
  .search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle
  }
  .header-menu {
    padding: 0 30px;
    text-align: center;
  }
  .search-box .search-box-button, .search-box input.search-box-text {
    height: 40px
  }
  .menu-toggle, .sublist-toggle {
    display: none
  }
  .header-menu > ul {
    display: block !important;
    font-size: 0
  }
  .header-menu > ul.mobile {
    display: none !important
  }
  .header-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu .sublist {
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .header-menu > ul > li:hover .sublist {
    display: block
  }
  .header-menu .sublist .sublist {}
  .header-menu > .sublist {
    width: 100%
  }
  .header-menu .sublist > li {
    display: block
  }
  .header-menu .sublist .sublist li a {
    text-transform: none;
    font-size: 16px
  }
  .header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 10px;
    border-top: 1px solid #f5f2f2;
    font-size: 14px;
    margin: 0;
    text-align: left;
    transition: all .3s linear;
  }
  .header-menu .sublist li a:hover {
    background: #f1f1f1
  }
  .header-menu .sublist .sublist {
    position: static;
    width: 100%
  }
  .header-menu .sublist .sublist li {
    display: block;
    width: auto
  }
  .footer-block.contact {
    width: 32%
  }
  .footer-block.newsletter {
    float: right;
    padding-right: 0
  }
  .footer-block.socials.mob {
    display: none
  }
  .footer-block.block2 {
    width: 22%
  }
  .footer-block .title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    pointer-events: none;
    cursor: default
  }
  .footer-block .list a {
    display: inline-block;
    padding: 0;
    font-size: 12px;
  }
  .footer-block .list li {
    text-transform: uppercase;
    line-height: 24px
  }
}
@media all and (max-width:1023px) {
  .footer {
    background-color: #fff;
  }
  .flinks-dkx, .emailinfo.notonlypopup h2 {
    display: none;
  }
  .footer-block .social-networks li a {
    padding: 0;
  }
  .top-header-menu {
    display: none !important;
  }
  .ulistboxfooter {
    display: none;
  }
  .emailinfo {
    opacity: 0.75;
  }
  .footer-block li a {
    font-size: 14px;
    padding: 0 0 10px;
    opacity: .75;
  }
  .emailinfo h2 {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 400;
  }
  .news-block {
    padding: 10px 10px 30px;
    max-width: 360px;
    margin: auto;
  }
  #myHeader span.search-box-text {
    float: none !important;
  }
  #myHeader .search-box-select {
    height: 42px;
    float: none;
    width: 100%;
    background: #fff;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
  }
  .searchwrapper #small-searchterms {
    width: 100% !important;
    border-radius: 10px !important;
  }
  .header .container {
    padding-right: 10px;
    padding-left: 10px
  }
  .e-catalog {
    display: none
  }
  .newsletter-section {
    padding: 30px 0 40px
  }
  .social-networks {
    padding-left: 0;
    padding-bottom: 15px
  }
  .titledbox {
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    border-top: 0;
    cursor: pointer;
    background: url("../images/svg/plus.svg") no-repeat center right;
    display: inline-block;
    background-size: 11px;
    opacity: 0.7;
  }
  .titledbox.active-header {
    background: url("../images/svg/minus.svg") no-repeat center right;
    background-size: 11px;
  }
  .footer-holder {
    padding: 20px 10px 0;
  }
  .contact-section h3 {
    font-size: 18px
  }
  .titledbox strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    min-width: 200px
  }
  .footer-block .list li {
    margin-bottom: 0;
    border: 0
  }
  .titledbox strong:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/footer-arrow.png) no-repeat;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
  }
  .footer-block .contact-section {
    max-width: 260px;
    margin: 10px auto 0;
    text-align: left
  }
  .footer-block .contact-section li a {
    display: inline-block;
    padding: 0
  }
  .partner-section {
    font-size: 18px;
    margin-top: 20px
  }
  .partner-section .button-generic {
    margin-left: 0
  }
  .newsletter-section-holder {
    padding: 0 8%
  }
  .footer-block li {
    margin: 0 10px;
  }
  .newsletter-section .titledbox {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 15px
  }
  .newsletter-subscribe {
    text-align: center;
    max-width: 600px;
    margin: auto;
    display: block
  }
  .newsletter-section-holder .newsletter-header {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0
  }
  .newsletter-section .newsletter-area {
    flex: 0 0 100%;
    max-width: 100%
  }
  .newsletter-section .titledbox br {
    display: none
  }
  .footer-upper {
    max-width: 600px;
    margin: auto
  }
  .hdnumber {
    display: none
  }
  .footer-links li {
    padding: 0 5px
  }
  .footer-links {
    font-size: 14px
  }
  .searchbox {
    max-width: 1200px;
    margin: auto;
    padding: 99px 10px 0
  }
  .footer-block.socials.desk {
    display: none
  }
  .footer-block.socials.mob {
    display: block
  }
  .footer-block .title {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    position: relative
  }
  .footer-block .list {
    display: none;
    font-size: 14px;
    padding-bottom: 10px
  }
  .footer-block {
    margin-bottom: 0;
    text-align: center
  }
  .footer-block .list a {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
  }
  .footer-lower p {
    float: none;
    margin-bottom: 5px
  }
  .poweredby {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0)
  }
  .footer-block.subsribed {
    padding: 10px 10px 0
  }
  .footer-block.subsribed .title {
    pointer-events: none;
    cursor: default;
    text-align: center;
    color: #000;
    border: 0
  }
  .footer-block.subsribed .title:before {
    display: none
  }
  .footer-block.socials {
    padding-top: 10px;
    padding-bottom: 15px
  }
  .footer-block.socials .title {
    display: none
  }
  .footer-block.socials .list {
    display: block !important;
    text-align: center;
    margin-bottom: 10px
  }
  .trusted-seal-footer img {
    margin: 0 auto;
    display: block
  }
  .footer-block.socials .list a {
    padding: 0;
    border-top: 0
  }
  .footer-block.subsribed p {
    color: #8f8f8f;
    padding: 0 0 10px;
    font-size: 15px;
    max-width: 300px;
    margin: auto;
    text-align: center
  }
  .find-store {
    display: none
  }
  .desktop-logo {
    display: none
  }
  .sale-exchange {
    display: block;
    text-align: center;
    float: none;
    padding: 0;
    letter-spacing: 0;
    font-size: 10px
  }
  .hellobar-txt {
    font-size: 10px
  }
  .header-bottom {
    padding: 10px 0;
    min-height: 50px
  }
  .currency-selector {
    top: 10px;
    left: 45px;
  }
  .nav-active .currency-selector {
    z-index: 0
  }
  .menu-toggle {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 18px;
    background: url(../images/iconmenu.png) no-repeat left center;
    background-size: 23px;
    font-size: 0
  }
  .menu-toggle span {
    top: 7px
  }
  .menu-toggle.close {
    position: fixed;
    right: -20%;
    top: 0;
    color: #000;
    font-size: 16px;
    width: 20%;
    height: auto;
    left: auto;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    padding-top: 19px
  }
  .nav-active .menu-toggle.close {
    right: 0
  }
  .menu-toggle.close:after, .menu-toggle.close:before {
    display: none
  }
  .header-menu {
    padding: 0;
    z-index: 9999;
    margin: 0
  }
  .top-menu.mobile {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 80%;
    z-index: 9999;
    transition: all .5s ease;
    overflow-y: auto;
    overflow-x: hidden
  }
  .nav-active .top-menu.mobile {
    left: 0;
    box-shadow: -4px 0 22px 0 rgba(0, 0, 0, .25)
  }
  .header-menu > ul > li.logo-menu {
    display: block;
    margin: auto;
    max-width: 150px;
    padding: 0
  }
  .logo-menu a {
    border: 0 !important
  }
  .logo-menu img {
    display: block;
    width: 100%;
    margin: 0;
    height: auto
  }
  .header-menu > ul > li {
    display: block;
    margin: 0;
    background: 0 0
  }
  .header-logo2 {
    display: none
  }
  .header-logo2 a img {
    margin-left: 0
  }
  .logo-menu a {
    padding: 15px 0 !important
  }
  .header-menu > ul > li > a {
    background: 0;
    padding: 20px 10px 20px 65px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    font-weight: 500
  }
  .sticked .header-menu > ul > li {
    margin: 0
  }
  .Leelah.mob a {
    background: url(/images/uploaded/mbl/leelah.png) no-repeat 10px center;
    background-size: 45px
  }
  .Intimate.Weddings.mob a {
    background: url(/images/uploaded/mbl/intimateweddings.png) no-repeat 10px center;
    background-size: 45px
  }
  .New.Arrivals.mob a {
    background: url(/images/uploaded/mbl/newarrivals.png) no-repeat 10px center;
    background-size: 45px
  }
  .Lea.mob a {
    background: url(/images/uploaded/mbl/lea.png) no-repeat 10px center;
    background-size: 45px
  }
  .Luxury.Lawn\'22.mob a {
background: url(/images/uploaded/mbl/lwn22.png) no-repeat 10px center;
  background-size: 45px
}
.Ready.Ship.mob a {
  background: url(/images/uploaded/mbl/readyship.png) no-repeat 10px center;
  background-size: 45px
}
.Luxe.mob a.luxelawn {
  background: url(/images/uploaded/mbl/luxelawn.png) no-repeat 10px center;
  background-size: 45px
}
.Menswear.mob a {
  background: url(/images/uploaded/mbl/men.png) no-repeat 10px center;
  background-size: 45px
}
.Children\'s.Wear.mob a {
background: url(/images/uploaded/mbl/child.png) no-repeat 10px center;
background-size: 45px
}
.Kid\'s.Wear.mob a {
background: url(/images/uploaded/mbl/kidicon.png) no-repeat 10px center;
background-size: 45px
}
.Kid\'s.Wear.mob a {
background: url(/images/uploaded/mbl/kidicon.png) no-repeat 10px center;
background-size: 45px
}
.Celina.Celestial\'22 a {
background: url(/images/uploaded/mbl/celina.png) no-repeat 10px center;
background-size: 45px
}
.Mayna.Festives.mob a {
  background: url(/images/uploaded/mbl/Mayna.png) no-repeat 10px center;
  background-size: 45px;
}
.LEA.II.mob a {
  background: url(/images/uploaded/mbl/LEA.png) no-repeat 10px center;
  background-size: 45px;
}
.Miray.Festives.mob a {
  background: url(/images/uploaded/mbl/mirayfestives.png) no-repeat 10px center;
  background-size: 45px;
}
.Eid.mob a {
  background: url(/images/uploaded/mbl/eid.png) no-repeat 10px center;
  background-size: 45px
}
.Lili.Eid.mob a {
  background: url(/images/uploaded/mbl/eidlili.png) no-repeat 10px center;
  background-size: 45px
}
.FTA.world.mob a, .ftaworld.mob a {
  background: url(/images/uploaded/mbl/ftaworld.png) no-repeat 10px center;
  background-size: 45px
}
.Bridals.mob a {
  background: url(/images/uploaded/mbl/bridals.png) no-repeat 10px center;
  background-size: 45px
}
.Wedding.Wear.mob a {
  background: url(/images/uploaded/mbl/weddingwear.png) no-repeat 10px center;
  background-size: 45px
}
.Luxe.Silk.Pret.mob a {
  background: url(/images/uploaded/mbl/luxesilkpret.png) no-repeat 10px center;
  background-size: 45px
}
.Luxe.Pret.mob a {
  background: url(/images/uploaded/mbl/luxepret.png) no-repeat 10px center;
  background-size: 45px
}
.Clutches.mob a {
  background: url(/images/uploaded/mbl/clutches.png) no-repeat 10px center;
  background-size: 45px
}
.Separates.mob a {
  background: url(/images/uploaded/mbl/separates.png) no-repeat 10px center;
  background-size: 45px
}
.Runway.mob a {
  background: url(/images/uploaded/mbl/runway.png) no-repeat 10px center;
  background-size: 45px
}
.Velvets.mob a {
  background: url(/images/uploaded/mbl/velvet.png) no-repeat 10px center;
  background-size: 45px
}
.Sale.mob a {
  background: url(/images/uploaded/mbl/sale.png) no-repeat 10px center;
  background-size: 45px;
}
.Festive.Luxe.Pret.mob a {
  background: url(/images/uploaded/mbl/festive.png) no-repeat 10px center;
  background-size: 45px
}
.Eid.Edit.mob a {
  background: url(/images/uploaded/mbl/eidediticon.png) no-repeat 10px center;
  background-size: 45px
}
.Eid.Drop.Two.mob a {
  background: url(/images/uploaded/mbl/eiddrop2.png) no-repeat 10px center;
  background-size: 45px
}
.Eid.Drop.One.mob a {
  background: url(/images/uploaded/mbl/eiddrop1.png) no-repeat 10px center;
  background-size: 45px
}
.Millie.Summer.Luxe\'22.mob a {
background: url(/images/uploaded/mbl/milli.png) no-repeat 10px center;
background-size: 45px
}
.Cool.Summer.mob a {
  background: url(/images/uploaded/mbl/cool.png) no-repeat 10px center;
  background-size: 45px
}
.Velvet.Stardust.mob a {
  background: url(/images/uploaded/mbl/velvet-stardust.png) no-repeat 10px center;
  background-size: 45px
}
.Tim.mob a {
  background: url(/images/uploaded/mbl/timtim.png) no-repeat 10px center;
  background-size: 45px
}
.sublist-toggle {
  padding: 0;
  background: url(../images/001-plus.svg) no-repeat center;
  background-size: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}
.sublist-toggle.is-active {
  background: url(../images/002-remove.svg) no-repeat center;
  background-size: 10px
}
.top-menu .sublist li a {
  padding: 20px 10px 20px 65px;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #c1c1c1;
  text-transform: uppercase;
  font-weight: 500
}
.top-menu .sublist {
  padding-top: 0
}
.master-wrapper-content {
  padding-left: 10px;
  padding-right: 10px
}
.nav-active .header-logo, .nav-active .header-middle, .nav-active .header-upper {
  z-index: 0
}
.header-logo {
  max-width: 70px;
  padding: 0 0px;
  margin: auto;
  position: relative;
}
.customer-number {
  display: none
}
.header {
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.header.sticky {
  border-bottom: 1px solid #ddd
}
.sticky + .stick-content {
  padding-top: 78px
}
.after-login .sticky + .stick-content {
  padding-top: 100px
}
.sticky {
  position: fixed;
  width: 100%
}
.header-links li {
  margin: 0 0 0 20px
}
.header-upper {
  position: absolute;
  right: 0;
  top: 22px;
}
.show-tabs .header-upper {
  top: -60px !important;
}
.header-middle {
  letter-spacing: 0
}
.header-links li path, .header-links li svg {
  fill: #000 !important
}
.close2 {
  display: none
}
.footer-links, .footer-lower ul {
  float: none
}
.footer-links li a {
  font-size: 15px;
  padding: 0
}
.footer-lower {
  font-size: 12px;
  padding-top: 0;
}
.footer-lower ul li {
  margin: 0 15px 5px
}
.phone-hide {
  display: none !important
}
.mini-shopping-cart .count {
  font-size: 12px
}
#content {
  padding: 80px 20px
}
.show-tabs.after-login .hide-x {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 52px
}
.show-tabs .right-side-list {
  top: 48px
}
.after-login.show-tabs .right-side-list {
  top: 18px
}
.show-tabs .right-side-list:before {
  left: -74px
}
.newClass .social_caller {
  z-index: 1
}
.footer-block .contact-section li {
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px
}
.social-title {
  margin: 15px 0
}
.icon-holder {
  display: none
}
.newbreadcrum {
  color: red;
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 10px;
  line-height: 14px
}
.newbreadcrum i {
  font-style: normal;
  background: 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0
}
.sliderhellobar {
  margin-left: 15px
}
.upper-nav {
  margin-right: 15px
}
.header-links li .img-ico {
  height: 20px;
  width: auto
}
.header-menu > ul > li > a .new {
  border: 0;
  left: 5px;
  right: auto;
  top: 12px
}
}
@media (max-width:767px) {
  .searchwrapper {
    display: block;
    padding: 0 10px;
    max-width: 1023px;
  }
  .tbmargin, .upper-nav {
    display: none !important
  }
  .sliderhellobar {
    float: none;
    margin: 0;
    text-transform: uppercase
  }
  .newsletter-section-holder .newsletter-header h2 {
    font-size: 30px
  }
  .newsletter-section .titledbox {
    font-size: 22px
  }
  .footbox-shipped li {
    font-size: 10px;
    margin: 0;
    width: 50%;
    padding: 4%;
    border: 1px solid #ddd;
    min-height: 90px
  }
  .footbox-shipped {
    padding: 0;
    margin: 0 -16px
  }
  .footbox-shipped img {
    max-width: 50px;
    display: block;
    margin: auto
  }
  .footbox-shipped strong {
    display: block;
    padding: 8px 0 0;
    font-size: 14px
  }
  .admin-header-links {
    right: 0
  }
  .admin-header-links * {
    line-height: 32px;
    font-size: 10px;
    text-transform: uppercase
  }
  .footer-links li a {
    padding: 0;
    letter-spacing: 0
  }
  .footer-links li {
    padding: 0;
    display: block
  }
  .footer-links {
    font-size: 12px;
    float: none
  }
  .footer-lower ul {
    float: none
  }
  .footer-block .list li {
    display: block
  }
  .footer-block.socials .list li {
    display: inline-block;
    margin: 10px 10px 0
  }
  .footer-block {
    text-align: center
  }
  .sociallinks {
    text-align: center;
    padding: 5px 0 15px
  }
  .sociallinks li {
    margin: 0 15px
  }
  .footer {
    z-index: 0;
    letter-spacing: 0;
    margin: 20px auto 0;
    padding-top: 10px;
    background: #fff;
  }
  .dxk {
    display: none !important
  }
  .ftr-name {
    font-size: 10px
  }
  .footer-shipped ul li {
    padding: 7px 7px
  }
  .footer-shipped {
    padding: 10px 0
  }
  .newsletter {
    display: block;
    width: auto;
    position: relative;
    padding: 0
  }
  .h3title {
    font-size: 24px
  }
  .icon_list {
    display: none;
    margin: 0 0 50px 0
  }
  .btnshoew .icon_list {
    display: block;
    opacity: 1;
    visibility: visible
  }
  .btnshoew .icon_main:after, .icon-phone:after, .icon-whatsapp:after {
    visibility: visible
  }
  .icon_main {
    padding: 7px
  }
  .icon_list li {
    min-width: 44px
  }
  .social_caller {
    z-index: 9999
  }
  .flyout-cart {
    width: 100%;
    color: #000;
    padding: 0;
    display: none
  }
  .tab-content .flyout-cart {
    display: block
  }
  .mini-shopping-cart .picture {
    width: 85px
  }
  .mini-shopping-cart .picture + .product {
    margin: 0 0 0 100px
  }
  .mini-shopping-cart input[type=button] {
    font-size: 13px;
    padding: 12px 10px
  }
  #applydiscountcouponcode {
    height: 45px;
    line-height: 45px
  }
  #discountcouponcode {
    height: 45px;
    line-height: 45px
  }
  .right-side-list {
    right: 0
  }
  .page.registration-page {
    width: auto;
    float: none
  }
  .newsletter-section .titledbox {
    margin-bottom: 10px
  }
  .header-links li {
    margin: 0 0 0 15px
  }
  .overbox {
    position: relative;
    z-index: 1;
  }
}
@media all and (max-width:479px) {
  .newsletter-section {
    padding: 20px 0 30px
  }
  .newsletter-section-holder {
    padding: 0
  }
  .newsletter-section-holder .newsletter-header h2 {
    font-size: 26px
  }
  .newsletter-section .titledbox {
    font-size: 20px;
    margin-bottom: 5px
  }
  #applydiscountcouponcode {
    font-size: 10px
  }
  .mini-shopping-cart .totals strong {
    font-size: 15px
  }
  .mini-shopping-cart .totals {
    font-size: 13px
  }
  .shipping-added {
    padding: 3px 0 10px
  }
  .mini-shopping-cart .cart-collaterals .hint {
    text-align: left
  }
  .show-tabs .menu-toggle {
    display: none
  }
  .tab-content {
    width: 285px
  }
  .empaty-div {
    right: 285px
  }
  #content {
    padding-left: 15px;
    padding-right: 15px
  }
  .empaty-div:before {
    content: "X";
    position: absolute;
    right: 12px;
    top: 10px
  }
}
.marquee {
  height: 32px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  max-width: 600px;
  margin: auto
}
.marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 32px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
  font-size: 14px;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%)
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%)
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
/***********************/
@media all and (min-width: 1024px) {
  .mbimg, .hide.single-menu {
    display: none
  }
  .-single-menu {
    position: relative
  }
  .-single-menu .header-submenu {
    width: 250px;
    right: auto;
    left: 2vw
  }
  .-single-menu .header-submenu > li {
    display: block;
    min-height: 0;
    padding: 0
  }
  .-single-menu .header-submenu:before, .-single-menu .header-submenu > li:before {
    display: none
  }
  .-single-menu .list-menu a {
    font-size: 13px;
    padding: 10px;
    transition: all .2s linear
  }
  .-single-menu .list-menu a:hover {
    background: #f1f1f1
  }
  .Join.the.Meraki.family {
    text-align: center
  }
  .footer {
    margin-top: 40px
  }
  .header__icons svg {
    fill: #fff
  }
  .-Simple.Menu .header-submenu {
    width: 200px;
    background: none
  }
  .-Simple.Menu .header-submenu:before {
    display: none;
    background: none
  }
  .hide.Simple.Menu {
    display: none
  }
  .Simple.Menu li {
    background: #fff
  }
  .-Simple.Menu .header-submenu ul li a {
    padding: 10px 15px;
    border-top: 1px solid #ddd
  }
  .-Simple.Menu .header-submenu > li {
    width: 100%;
    padding: 0
  }
  .-Simple.Menu {
    position: relative
  }
  .join.Meraki a {
    background: #000;
    color: #fff
  }
  .top-header-menu {
    text-align: center
  }
  .megamenu > li {
    display: inline-block
  }
  .megamenu > li > a {
    color: #000;
    font-size: 14px;
    padding: 5px 20px;
    transition: all .3s linear;
    display: inline-block;
  }
  .h-img {
    font-size: 16px;
    display: block;
    padding: 20px 0 0;
    text-align: center;
  }
  .header-submenu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    text-align: left;
    padding: 80px 0 30px;
    display: flex;
    z-index: 9;
  }
  .header-submenu:before {
    background: #fff;
    left: -9999px;
    right: -9999px;
    top: 40px;
    bottom: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    border-top: 1px solid #ddd;
  }
  .sticky .header-submenu:before {
    top: 30px;
  }
  .megamenu > li:hover .header-submenu {
    opacity: 1;
    visibility: visible
  }
  .header-submenu > li > a.main-img {
    border: 0
  }
  .main-img {
    display: block;
    width: 100%
  }
  .header-submenu > li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: left;
    position: relative;
    min-height: 325px;
    min-width: 180px;
  }
  .header-submenu > li.list-image {
    padding-left: 35px
  }
  .header-submenu > li.list-image ul {
    font-size: 0;
    display: flex;
  }
  .header-submenu > li.list-image li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }
  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
  }
  .list-menu img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    max-width: 60px
  }
  .list-menu a {
    display: block;
    padding-bottom: 15px;
    font-size: 14px
  }
  .header-submenu > li > a {
    text-align: left;
    font-size: 2rem;
    color: #000
  }
  .list-menu li {
    display: block;
    margin: 0
  }
  .main-img img {
    width: 100%;
    display: block
  }
  .menu-text {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .singlemenu {
    position: relative;
  }
  .singlemenu:hover .sublist.first-level {
    display: block
  }
  .singlemenu .sublist {
    padding: 40px 10px 0;
  }
  .onlyred {
    color: red !important;
  }
  .rednew {
    color: red !important;
    position: relative;
  }
  .rednew::before {
    content: "New";
    position: absolute;
    top: -10px;
    text-align: center;
    left: 0;
    right: 0;
  }
}