@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css");


@font-face {
  font-family: "GoogleSans-Regular";
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GoogleSans-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --orange: #E10174;
  --white: #fff;
  --black: #000;
  --lightgrey: #f7f7f7;
  --productcolor: #ededff;
  --hovercolor: #75009B;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*font-family: "Poppins-Regular";
  font-family: 'GoogleSans-Regular';
 */
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: var(--black);
  position: relative;
}

html,
body {
  height: 100%;
}

.overflowY {
  overflow-y: hidden;
}

.cart-drawer-pushtoleft {
  overflow: hidden;
}



#overlay {
    position: absolute;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.6);*/
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #E10174 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.cst_modal_cont {
    max-width: 420px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cst_modal_cont .modal-title {

    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: auto;
}


.buttonsk {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.buttonsk .button {
    border: 2px solid #4070f4;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-radius: 4px;
    background: #4070f4;
    cursor: pointer;
    width: calc(100% / 2 - 5px);
    transition: all 0.2s ease;
}

.buttonsk .cst_cont_over {
    border: 2px solid #E10174;
    background-color: #fff;
    color: #E10174;
}

@media (max-width: 767px) {
    #overlay {

        height: 60%;

    }

    .buttonsk .button {
        width: calc(100% / 2 - 3px);
        font-size: 12px;
        font-weight: 500;

    }

    .cst_modal_cont .modal-title {
        font-size: 14px;
    }

}






.css3d_collect_opt.minH-mg
{
  width: 100%;
  max-height: 675px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom:20px;
  padding-right: 10px;
  position: relative; 
   
}


a:hover {
  color: #000;
  text-decoration: none;
}

.loaderWindow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--white);
}

#circleG {
  width: 92px;
  margin: auto;
  position: fixed;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner-G>div {
  width: 18px;
  height: 18px;
  background-color: #e10174;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-G .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-G .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* loder */
.loader-v2,
.xmodel {
  display: flex;
  height: 100vh;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background:#F3BCDA;
  z-index: 999;
  overflow: hidden;
  inset: 0;
}


#loading-text,
.loader-text span,
.xmodel h2 {
  color: #fff;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.7em;
}

.loader-container {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  width: 60%;
  height: 100%;
  background-color: #E10174;
  display: block;
  animation: animate ease-out 2s infinite;
}

.loading {
  margin: 15px auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  /* font-weight: 700;
  */
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 2px;
}

@keyframes animate {
  0% {
    transform: translatex(-50%);
  }

  50% {
    transform: translatex(100%);
  }

  100% {
    transform: translatex(-50%)
  }
}


.text {

  color: #E10174;
  font-size: 18px;
  font-weight:500;
  line-height:21px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-style: italic;
  text-transform: capitalize;
}




.words-wrapper {
  display: block;
  position: relative;
  text-align: center;
}

.words-wrapper b {
  font-weight:500 !important;
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  
}


.wrap_loder
{
      max-width: 1024px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}

    @-webkit-keyframes initial-loading {
  0%, 100% {
    transform: translate(-34px, 0);
  }
  50% {
    transform: translate(1024px, 0);
  }
}

@keyframes initial-loading {
  0%, 100% {
    transform: translate(-34px, 0);
  }
  50% {
    transform: translate(1024px, 0);
  }
}

.initial-load-animation {
  width: 100%;
  margin: 0 auto;
/*  transform: scale(1);
  transition: transform 2s ease;*/
}


.initial-load-animation .linkedin-image {
  margin-bottom: 25px;
  text-align:center;

 /*
  width: 48px;   height: 48px;
  background-image: url(https://360.competitionsuitshop.com/img/logox.png);
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-position: center;*/
}
.initial-load-animation .linkedin-image img 
{
       max-width: 100%;
}



.initial-load-animation .loading-bar {
  width: 100%;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotateY(0);
  transition: transform 0.5s ease-in;
}
.initial-load-animation .loading-bar .blue-bar {
  height: 100%;
  width: 220px;
  position: absolute;
  transform: translate(-34px, 0);
  background-color: #E10174;
  border-radius: 3px;
  -webkit-animation: initial-loading 2s infinite ease;
          animation: initial-loading 2s infinite ease;
}
/*
.initial-load-animation.fade-load .linkedin-image {
  transform: translate(0, 10px);
  opacity: 0;
}
*/
.initial-load-animation.fade-load .loading-bar {
  transform: rotateY(90deg);
}




.words-wrapper .is-visible {
  position: relative;
  opacity: 1;
  animation: push-in 0.5s;
}

.words-wrapper .is-hidden {
  animation: push-out 0.5s;
}

@-webkit-keyframes push-in {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
  }

  70% {
      opacity: 1;
      -webkit-transform: translateY(10%);
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes push-in {
  0% {
      opacity: 0;
      -moz-transform: translateY(-100%);
  }

  60% {
      opacity: 1;
      -moz-transform: translateY(10%);
  }

  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@keyframes push-in {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateXY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
  }

  60% {
      opacity: 1;
      -webkit-transform: translateY(10%);
      -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
      -o-transform: translateY(10%);
      transform: translateY(10%);
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
}

@-webkit-keyframes push-out {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }

  60% {
      opacity: 0;
      -webkit-transform: translateY(110%);
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes push-out {
  0% {
      opacity: 1;
      -moz-transform: translateY(0);
  }

  60% {
      opacity: 0;
      -moz-transform: translateY(110%);
  }

  100% {
      opacity: 0;
      -moz-transform: translateY(100%);
  }
}

@keyframes push-out {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }

  60% {
      opacity: 0;
      -webkit-transform: translateX(110%);
      -moz-transform: translateY(110%);
      -ms-transform: translateY(110%);
      -o-transform: translateY(110%);
      transform: translateY(110%);
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
}


/* register css */

.pass_btn.psadd .showps,
.pass_btn .hideps {
  display: none;
}

.pass_btn.psadd .hideps {
  display: block;
}
.pass_btn svg {
  width: 23px;
  height: 23px;
}

.mt-4 .G-btn-login
{
text-align:center;
}
.stars
{
  color:#e10174;
}



.tp-login-area {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.tp-login-area .tp-accountWrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: auto;
  box-shadow: 0px 14px 60px rgb(0 0 0 / 6%);
  border-radius: 10px;
  overflow: hidden;
}

.tp-login-area .tp-accountInfo {
  width: 50%;
  background: url('https://www.competitionsuitshop.com/upload/collections/competition-suit-shop-collection-47490216.png') no-repeat right center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  text-align: center;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.tp-login-area .tp-accountForm {
  width: 50%;
  padding: 55px 85px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tp-login-area .tp-accountInfo:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(24%, #bf692d), to(#e10174));
  background: linear-gradient(0deg, #bf692d 24%, #e10174);
  content: "";
  opacity: .85;
  z-index: -1;
}

.tp-login-area .tp-accountInfoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tp-login-area .back-home {
  max-width: 150px;
}

.tp-login-area .tp-accountInfoHeader a {
  font-size: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 49px;
}

.tp-login-area .tp-accountInfo .tp-accountBtn {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #062265;
  border: 2px solid #fff;
  transition: all .4s ease-in-out 0s;
  border-radius: 5px;
}

.tp-login-area .fromTitle h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.tp-login-area .fromTitle p {
  font-size: 15px;
  margin-bottom: 40px;
}

.tp-login-area .form-style input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 48px;
  border: 1px solid #000 !important;
  border-radius: 6px !important;
  border: none;
  margin-top: 6px;
}

.tp-login-area input[type=checkbox] {
  display: none;
}

.tp-login-area input[type=checkbox]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  /* font-family: 'Poppins-Medium';
 */
}

.tp-login-area .input-box label {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-left: 25px !important;
}

.tp-login-area input[type=checkbox]+label:before {
  content: "\2714";
  border: 1px solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.2em;
  position: absolute;
  left: 0px;
}

.tp-login-area input[type=checkbox]:checked+label:before {
  background-color: #e10174;
  border-color: #e10174;
  color: #fff;
}

.tp-login-area .forget-btn a {
  display: inline-block;
  font-size: 14px;
  color: #e10174;
  /* font-family: 'Poppins-Medium';
 */
}

.tp-login-area .tp-accountForm .tp-accountBtn {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #e10174;
  width: 100%;
  background: #e10174;
  color: #fff;
  transition: all .4s ease-in-out 0s;
  margin-top: 30px;
}

.tp-login-area .or {
  border-top: 1px dashed #e5e5e5;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}

.tp-login-area .or span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #e10174;
}

.tp-login-area .subText {
  text-align: center;
}

.tp-login-area .form-group {
  position: relative;
}

.tp-login-area .input-group-btn {
  position: absolute;
  right: 10px;
  top: 42px;
}

.tp-login-area .input-group-btn button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  box-shadow: none !important;
}

.tp-login-area .check-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.tp-login-area .subText a {
  display: inline-block;
  font-size: 14px;
  color: #e10174;
}

.tp-login-area .iti.iti--allow-dropdown {
  width: 100%;
}

.tp-login-area .iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
  padding-left: 52px;
}

/* end register end */
.cs-cart:hover {
  /* background: #000;
  */
}

.max-container {
  max-width: 1360px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.garment_form {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  */
}

.Products-Popular .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}

.Products-Popular .owl-carousel .owl-nav button img {
  width: 31px;
  height: 31px;
}

.Products-Popular .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.Products-Popular .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.Products-Popular .owl-carousel .owl-stage-outer {
  padding: 2px;
}


.zoom-maxPopup,
.tbmb-block,
.garment_form,
.dhide-mshow,
.cs-child-1 .us-rate.show-mb {
  display: none;
}


.zoom-maxPopup{
  position: absolute;
right: 0;
bottom: 20px;
height: auto;
}
.zoom-maxPopup ul{
  display: flex;
flex-direction: column;
gap: 15px;
}
.zoom-maxPopup ul li{
  cursor:pointer;
}



/* header */
.infoNav {
  align-items: center;
}

.infoNavWrapper {
  background-color: #e10174;
  display: none;
  padding: 5px 0;
}

.infoCnt,
.infoscl {
  width: fit-content;
}

.infoscl ul,
.infoCnt ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

.infoNav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
}

.infoNav ul li a svg {
  font-size: 14px;
  width: 14px;
  margin-right: 5px;
}

.infoCnt ul li:first-child {
  padding-right: 15px;
}

.product-search {
  max-width: 420px;
  width: 100%;
  position: relative;
}

.search-input {
  background: #fff;
  color: #e10174;
  border: 1px solid transparent;
  border-radius: 24px;
  font-size: 13px;
  height: 30px;
  width: 100%;
  padding-left: 20px;
}

.srch-btn {
  position: absolute;
  outline: 0;
  border: 0;
  background: transparent;
  right: 10px;
  top: 0px;
  cursor: pointer;
  margin: 0;
  width: 20px;
  padding: 4px 15px;
}

.infoscl li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.infoscl select {
  border: 0;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
}

.infoscl select option {
  padding: 30px;
  color: #000;
}

.eco-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}

.eco-flex .cs-cart:last-child {
  margin-right: unset;
}

.cs-cart {
  /* width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #E10174;
  border-radius: 50%;
  */
  transition: all .5s ease-in-out;
}

.cs-cart svg {
  width: 20px;
  height: 20px;
  margin: 0;
  left: 10px;
  top: 7px;
  object-fit: cover;
  fill: #fff;
  position: relative;
}

.Dsk-menu {
  max-width: 100%;
  width: 100%;
  color: #000;

}

.Dsk-menu .navbar-nav {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.list-unstyled-dw li a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 500;
}

.Dsk-menu .navbar-nav .nav-link {
  /* line-height: 51px;
  padding: 7px 7px 7px 7px;
  */
}

.Dsk-menu .navbar-nav .nav-item:hover .list-unstyled-dw {
  display: block;
}


.list-unstyled-dw {
  display: none;
  width: fit-content;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
  background: #fff;
  position: absolute;
  top: 100%;
  padding: 10px 20px;
  z-index: 999;
  top: 36px;
}

.list-unstyled-dw a:hover {
  color: #e10174;
  background: 0;
}

.moveAw svg {
  transition: all 0.4s ease;
}


.Dsk-menu .navbar-nav .nav-item:hover .moveAw svg,
.nav-item.haveopen .moveAw svg {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}


.MiddleHeader .navbar-brand {
  padding: unset;
  margin: 0;
  position: relative;
  top: -3px;
}

.MiddleHeader .navbar-brand img {
  max-width: 220px;
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.crossbtn svg,
.nav__trigger svg {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.Mbuses-menu {
  padding: 0 15px;
}

.compmb-Logo {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  align-items: center;
}

.compmb-Logo img {
  max-width: 220px;
}

.inverse {
  color: white;
}

.nav__menu--right.open {
  height: 100vh;
  transform: translateX(100vw);
}

.nav__menu--right {
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: 400ms ease;
  top: 0;
  z-index: 99;
}

.nav__menu--right ul {
  list-style: none;
  padding: 30px 0;
  overflow: hidden;
}

.nav__menu--right ul li {
  margin: 0;
  padding-bottom: 10px;
}

.nav__menu--right ul li a {
  color: #000;
  /*font-family: 'Poppins-Medium';
 */
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}

.has-collapsible svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  transition: 0.70s;
}

.userCanvas,
.has-collapsible {
  position: relative;
}

.canvasmid-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*.canvasimplement{
  width: 532px;
  visibility: visible;
  margin-left: -160px !important;
  touch-action: none;
  height: 1900px;
  transform: translateY(1%);
}
*/
.canvasimplement {
  width: 900px !important;
  visibility: visible;
  margin-left: -160px !important;
  margin-top: 19px !important;
  touch-action: none;
  height: 2600px !important;
  transform: translateY(1%);
  zoom:0.9;
}

.has-collapsible.open svg {
  transform: rotate(90deg);
  transition: 0.70s;
}

.has-collapsible.open .list-mb-dw {
  padding: 20px 15px;
}

.has-collapsible.open .list-mb-dw li {
  padding-bottom: 7px;
}

.nav__trigger,
.list-mb-dw {
  display: none;
  transition: 0.70s;
}

.list-mb-dw.open-submenu {
  display: block;
  transition: 0.70s;
}

.Mnu-social .contactLinks .s-users-icons svg {
  color: #E10174;
}

.Mnu-social .contactLinks .s-users-icons .address-span {
  color: #000;
  opacity: 1;
}

.Mnu-social .contactLinks {
  padding: 0 0px;
}

.Mbuses-menu .socialBar a {
  padding: 8px;
  width: 34px;
  height: 34px;
}

/* header end */
/** footer Part Start**/
.CstFotter {
  /*padding: 50px 0 15px 0;*/
  background-color: var(--black);
}

.h2same-font {
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 15px;
}

.cstmCol-1 p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  opacity: .7;
  padding: 20px 0;
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.contactLinks li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
  list-style: none;
  text-align: left;
  padding: 5px 0;
}

.infoNav,
.row-div {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-div-jc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.cstmCol-1 {
  max-width: 35%;
  width: 100%;
}

.cstmCol-2,
.cstmCol-3,
.cstmCol-4 {
  max-width: 19%;
  width: 100%;
}

.s-users-icons svg {
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
}

.s-users-icons a,
.s-users-icons .address-span {
  /* font-family: Poppins-Medium;
 */
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  position: relative;
  opacity: .7;
  margin: 0 0 0 30px;
  transition: all .3s ease;
}

.socialBar a {
  background-color: #E10174;
  padding: 15px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: .8;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}

.socialBar a:hover {
  background-color: #75009B;
  opacity: 1;
}

.hrLine {
  margin: 15px 0 15px;
  opacity: .5;
  border-top: 1px solid #fff;
}

.font-16m {
  color: #fff;
  /*font-family: Poppins-Medium;
 */
  font-size: 16px;
  line-height: 24px;
}

.copyrightWrap p {
  margin: 0;
  letter-spacing: 0.6px;
  color: #FAFBFC;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
}

.h2same-font {
  /* font-family: Poppins-Medium;
 */
  color: #E10174;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 5px 0 20px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-unstyled li {
  padding: 5px 0;
  line-height: 21px;
}

.list-unstyled li a {
  color: #fff;
  opacity: .7;
}

.font-14r {
  font-size: 14px;
  line-height: 24px;
}

.padding-50 {
  padding: 50px 0;
}

.padding-zero {
  padding: unset;
}

.padding-T-zero {
  padding-top: unset;
}

.padding-B-zero {
  padding-top: unset;
}

.cs-userinput {
  display: flex;
  justify-content: space-around;
}

.cs-child-1 {
  max-width: 538px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* margin: auto;
 */
}

.cs-child-1 img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.cs-child-2 {
  max-width: 402px;
  width: 100%;
  display: flex;
  align-items: center;
}

.buttonprice-wrap {
  display: flex;
}

.glist {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.us-rate {
  margin: 0 0 28px 0;
}

.user-ul li {
  margin: 0 0 28px 0;
}

.us-rate p {
  margin: 0;
  font-weight: 500;
}

.us-rate svg {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 5px;
}

.us-rate .text-rate {
  font-weight: 600;
}

.rotate-Btn .p-title {
  /* font-family: 'Poppins-Medium';
  */
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin: 0 0 10px 0;
}

.buttonprice-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .Ny-xt button,  */
.Ny-xt a,
.bp-child-1 a {
  width: fit-content;
  display: flex;
  background: #75009B;
  box-shadow: 0px 4px 40px rgba(95, 0, 125, 0.25);
  border-radius: 24px;
  /* font-family: 'Poppins-Medium';
  */
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
  text-decoration: none;
  padding: 5px 25px;
  border: 0;
  margin: 0 1px;
  align-items: center;
  gap: 2px;
}

.badesign-progressbar .progressbar-text {
  color: #000 !important;
}

.csmMB .badesign-progressbar .progressbar-text {
  color: #fff !important;
}

.Show-childName span {
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  background: #E10174;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.MiddleHeader {
  box-shadow: 2px 4px 6px rgb(0 0 0 / 15%);
  background: #FAFBFC;
  position: relative;
}

.bp-child-2 {
  font-size: 18px;
  line-height: 27px;
}

.grids-3 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-items: center;
}

.each-heading {
  text-align: center;
}

.box-heading {
  /* font-family: 'Poppins-Medium';
  */
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 30px 0;
}

.grids-1 {
  max-width: 245px;
  width: 100%;
  text-align: center;
}

.grids-1 img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.h3-title {
  margin: 15px 0 15px 0;
  /* font-family: 'Poppins-Medium';
  */
  font-size: 14px;
  line-height: 21px;
}

.sm-descp,
.sm-descp p {
  font-size: 14px;
  line-height: 21px;
}

.slider-Products {
  background: #fff;
  clear: both;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
  transition: all .3s ease 0s;
  position: relative;
}

.slider-Products img {
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.img-hover {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 500ms ease 0s;
}

.slider-Products:hover .img-hover {
  opacity: 1;
  transition: all 500ms ease 0s;
}

.slider-Products:hover .image-normal {
  opacity: 0;
  transition: all 500ms ease 0s;
}

.p-slidre-title {
  /* font-family: 'Poppins-Medium';
  */
  font-size: 16px;
  line-height: 21px;
  color: #000;
}

.wrap-produts {
  padding: 20px 10px 20px 10px;
}

.wrap-produts .price-new {
  position: relative;
  color: #e10174;
  font-weight: 600;
}

.wrap-produts .price-old {
  color: #666;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: top;
}

.ad-svg {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  align-items: flex-end;
}

.ad-svg a {
  max-width: fit-content;
  width: 100%;
  background: #CF2E73;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border: 0;
  padding: 0 17px;
}

.ad-svg a svg {
  margin-right: 5px;
}

/* Footer Part END */
/* custom page css */
.doc3 {
  display: flex;
  justify-content: space-between;
}

.userstyle {
  max-width: 567px;
  width: 100%;
  overflow: hidden;
  height: 742px;
}

.userCanvas {
  /* max-width: 368px;*/
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  height: 742px;
}


.userCanvasinfo {
  max-width: 200px;
  width: 100%;
}

.ul-zoom li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.divcol-1 .p-price,
.divcol-1 h2 {
  /* font-family: "Poppins-Medium";
  
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: right;
  */
}

.divcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.flex-imgsl {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  justify-content: space-between;
}

.flex-imgsl span img,
.ul-zoom li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.ul-zoom li span {
  padding-left: 12px;
}

.some-txt {
  margin: 18px 0 30px 0;
  text-align: right;
  font-size: 13px;
  line-height: 19px;
}

.Ny-xt {
  display: flex;
  /* justify-content: end;
  */
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: end;
}

.userstyle .csmt-tabs {
  /* display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CBCBCB;
  gap: 4em;
 */
}

.A.wizard .csmt-tabs {
  display: flex;
  justify-content: space-between;
}

.mbspacer {
  min-height: 75px;
}

.userstyle .nav-tabs .nav-item {
  /* max-width: 165px;
  border-bottom: 1px solid #CBCBCB;
  width: 100%;
  text-align: unset !important;
  */

  transform: rotate(-90deg);
  text-align: center;
  width: fit-content;
}


.userstyle .nav-tabs .nav-item.show .nav-link {
  border-bottom: 1px solid #E10174 !important;
  color: #000;
}

.csmt-tabs li.active a {
  color: #1C1C1C;
}


.csmt-tabs li.active,
.csmt-tabs .nav-link.active {
  color: #1C1C1C;
  background-color: transparent;
  border-color: #E10174;
  border-bottom: 0.5px solid #E10174
}

.userstyle .nav-link {
  display: block;

  /* 
 padding: 0.5em 0;
   color: #000;
 font-family: 'Poppins-Medium';
  */

  border: unset;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  color: #A4A4A4;
  text-transform: uppercase;
}

.userstyle .nav-tabs .nav-link:focus,
.userstyle .nav-tabs .nav-link:hover {
  border-color: unset;
  color: #1c1c1c;
  border: unset;
}

.term_us {
  color: #E10174;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.A.wizard .nav-item .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 0.5em;
}

/*
.csmt-tabs li {
 border-bottom:1px solid #CBCBCB;
}
.userstyle .nav-tabs .nav-item:nth-child(2) {
  text-align: center;
}
.userstyle .nav-tabs .nav-item:nth-child(3) {
 text-align: right;
}
.userstyle .tab-pane {
  padding: 20px 0;
}
*/
.font-13 {
  font-size: 13px;
  line-height: 19px;
}

.cst-select-el {
  padding: 2px 0 15px 0;
    margin-bottom: 15px;
  border-bottom: 0.5px solid #A4A4A4;
}

.cst-select-el h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1C1C1C;
  padding-bottom: 10px;
  border-bottom: 1px solid #E10174;
  width: max-content;
}

.cst-grids {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.cst-grids li {
  max-width: 100px;
  width: 100%;
}

.cst-grids li img {
  /*height: 99px;
 */
  padding: 4px;
  width: 90px;
  object-fit: contain;
}

.cst-grids li p {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  font-weight: 400;
}

.font-13m {
  /* font-size: 13px;
  */
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 0 0;
}

.each-style-div {
  position: relative;
  text-align: center;
}

.each-style-div label {
  display: block;
  cursor: pointer;
  margin-bottom: unset;
}

.each-style-div input[type=checkbox]+label>img,
.each-style-div input[type="radio"]+label>img {
  border: 1.5px solid #BABABA;
  padding: 0.5px;
  cursor: pointer;
}

.each-style-div .input-hidden {
  position: absolute;
  left: -9999px;
}

.each-style-div input[type=checkbox]:checked+label>img,
.each-style-div input[type="radio"]:checked+label>img {
  border: 2px solid #e10174;
}

.userstyle .tab-pane {
  /* max-height: 538px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  */
}
.minH-mg::-webkit-scrollbar,
.Form-trans form::-webkit-scrollbar {
  width: 10px;
}


.minH-mg::-webkit-scrollbar-track,
.Form-trans form::-webkit-scrollbar-track {
  background-color: transparent;
}
.minH-mg::-webkit-scrollbar-thumb,
.Form-trans form::-webkit-scrollbar-thumb {
  background-color: #E10174;
  border-radius: 7px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.minH-mg::-webkit-scrollbar-thumb:hover,
.Form-trans form::-webkit-scrollbar-thumb:hover {
  background-color: #D5D5D5;
}

.Hlf-Inupt {
  display: flex;
  gap: 10px;
}

.Hlf-Inupt-1 {
  
  max-width: 170px;
  width: 100%;
}

.Hlf-Inupt-2 {
  /* max-width: 320px;*/

  max-width: 62px;
  width: 100%;
}

.Hlf-Inupt-2 .order-input {

  text-align: center;

}



.order-input {
  border: 0.5px solid #A4A4A4;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 5px 15px 5px 15px;
  font-size: 13px;
  line-height: 24px;
  /*text-align: center;
 */
  letter-spacing: 0.5px;
  color: #1C1C1C;
  width: 100%;
}

.form-Txt::placeholder,
.form-Txt:-ms-input-placeholder,
.form-Txt::-webkit-input-placeholder {
  color: #939393;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
}

.cst-mb30 {
  margin-bottom: 30px;
}

.Full-Inupt {
  max-width: 490px;
  width: 100%;
}

.Full-Inupt-3rd {
  max-width: 367px;
  width: 100%;
}

.opt_null
{
color: #A4A4A4;
font-size: 15px;
font-weight: 500;
margin-left:8px;

}

.measureYesNo
{
    padding:0 0 25px 0;
    border-bottom: 0.5px solid #A4A4A4;
}

.need_opt_show
{
    padding-top:25px;
}
.need_opt_show.abcQW
{
   display:block; 
}





.cs3d_pos_notes
{
    padding:25px 0;
}

.measureYesNo label,
.max-bold
{
color: #1C1C1C;
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
}

.small-light{
color:  #A4A4A4;
font-size: 12px;
font-weight: 500;
line-height: 19px;
}

.cs3d_pos_notes
{
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.need_opt_show
{
    display:none;
}


.measureYesNo .check_opt_data {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


.measureYesNo label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.measureYesNo label:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #C7C7C7;
  display: inline-block;
  margin-right: 8px;
}
.measureYesNo input[type="checkbox"]:checked ~ label:before {
  background: #E10174 no-repeat center;
  background-size: 12px 12px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.form-Txt select.order-input {
  -webkit-appearance: none;
  -moz-appearance: window;
  background-image: url("../img/dpvt.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.form-Txt small {
  display: block;
  line-height: 18px;
}

.form-Txt .cst-select-el {
  padding: 0px 0 15px 0;
    margin-bottom: 15px;
  border-bottom: 0.5px solid #A4A4A4;
}

.userstyle .checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
}

.userstyle .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.userstyle .checkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #e10174;
}

.userstyle .checkcontainer input:checked~.checkmark:after {
  display: block;
}

.userstyle .checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.userstyle .checkcontainer .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid #e10174;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* coustom page css end */
/* new mobile css */
.dhide-mshow {
  padding: 15px 0;
}

.divTsvg {
  display: flex;
  justify-content: end;
}

.divTsvg .flex-imgsl {
  margin: 0px 0 0 0;
  max-width: 125px;
  width: 100%;
}

.d3mbcontainer {
  overflow: hidden;
  margin: auto;
  padding: 5px 0;
  height: 370px;
  text-align: center;
}

.d3mbcontainer img {
  margin: auto;
  max-width: 100%;
  height: 370px;
  object-fit: contain;
}

.ulli-step {
  margin: auto;
  cursor: pointer;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  max-width: 330px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.ulli-step li {
  flex: 0 0 33.33%;
}

.ulli-step p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  /* font-family: 'Poppins-Medium';
  */
  margin: 4px 0px;
}

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

.mb-fixed {
  margin: 15px 0;
  width: 100%;
  /* bottom: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 15000;
  transition: bottom .6s;
  */
}

.mb-fixed .flex-Dxv {
  max-width: 360px;
  width: 100%;
  margin: auto;
}

.flex-Dxv-ch1 h2,
.flex-Dxv-ch1 p {
  /* font-family: 'Poppins-Medium';
  */
  margin: 0;
}

.flex-Dxv-ch1 h2 {
  font-size: 21px;
}

.flex-Dxv-ch1 p {
  font-size: 18px;
}

.garment_container {
  width: 88%;
  background: #fff;
  z-index: 99;
  left: -93%;
  box-shadow: 2px 0 20px -9px rgb(0 0 0 / 35%);
  border-right: 1px solid #DADADA;
  transition: left .3s;
  overflow-y: scroll;
  padding: 0 10px 50px 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
}

.garment_container.visible {
  left: 0;
}

.top-Show {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  */
  margin: 5px 0;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 99;
}

.Show-childName p {
  font-size: 18px;
  /* font-family: 'Poppins-Medium';
  */
  margin: 0;
  text-transform: uppercase;
}

.Show-childName svg {
  width: 21px;
  height: 21px;
  cursor: pointer;
  fill: #000;
}

.wrapDocument .cst-grids {
  display: grid;
  width: 100%;
}

.wrapDocument .cst-select-el {
  padding: 5px 0 5px 0;
}

.wrapDocument .cst-select-el h2 {
  font-size: 13px;
  line-height: 19px;
  margin: 0px 0 5px 0;
}

.wrapDocument .cst-grids li img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}

.wrapDocument .font-13m {
  font-size: 10px;
  line-height: 16px;
  margin: 2px 0 0 0;
}

.wrapDocument .fabmob .cst-grids li img {
  height: unset;
}

.wrapDocument .font-13 {
  font-size: 12.5px;
  line-height: 16px;
}

.csmMB {
  position: fixed;
  z-index: 999;
  left: 1%;
  bottom: calc(0% + 35px);
  width: 150px;
  margin: 0;
  background: rgba(28, 15, 6, .85);
}

.userCanvas.csmMB {
  height: 150px;
}

.userCanvas.csmMB .canvasmid-img img {
  width: 100%;
}

.userCanvas.csmMB .canvasmid-img,
.preview-model {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.Awizard {
  margin-bottom: 10px;
}

.Awizard .nav-tabs .nav-link {
  color: #000;
  font-size: 13px;
  /* font-family: 'Poppins-Medium';
  */
  margin: 0;
  text-transform: uppercase;
}

.wrapDocument .Ny-xt {
  margin-top: 10px;
}

/* check out page css */
.userChekout {
  background-color: #fafafa;
}

.abc {
  background-color: #f2f2f2;
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  border: none;
  border-radius: 5px;
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.totalcount,
.Userninfo {
  background: #fff;
 /* margin: 0.625rem 0;
  padding: 1.25rem 20px;*/
}

.css_3d_cart_heading
{
font-weight: 600;
font-size: 18px;
line-height: 22px;
margin:0 0 25px 0;
}

.css_3d_products
{
font-weight: 600;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #1C1C1C;
}

.css_3d_more{
display:flex;
gap:14px;
cursor:pointer;
align-items: center;
letter-spacing: 0.5px;
text-transform: capitalize;
color: #E10174;
}


.css_3d_coll
{
    display:none;
    margin-top:15px;
}

.css_3d-flex
{
    display:flex;
    gap:12px;
}

.css_3d_fb
{
    display:flex;
    gap:12px;
}
.css_3d_com_wt,
.css_3d_wt,
.css_3d_g6
{
    display:flex;
    gap:5px;
}


.css_3d_fselect img 
{
    width:39px;
    height:39px;
    object_fit:contain;
    border-radius: 2px;
}
.css_3d_14
{
margin:0;
font-size: 14px;
font-weight:500;
line-height: 17px;
letter-spacing: 0.5px;
text-transform: capitalize;
color: #1C1C1C;
}

.blod-600
{
font-weight: 600;
}

.css_3d_14.blod-600
{
 margin-bottom:5px;   
}
.css_3d_g6 
{
    margin-top:15px;
}

.css_3d_g6  .css_3d_14.blod-600 {
  margin-bottom: unset;
}

.css_3d_g6  .css_3d_14.text_doc 
{
   text-decoration-line: underline; 
 

}

.css_3d_g6  .css_3d_collection 
{
   
  display: flex;
  justify-content: space-between;
  flex: 0 0 88%;

}

.css_3d_g6.css_3d_weight
{
    gap:50px;
}
.cart-table table tbody tr td.pro-remove
{
  font-weight: 500;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.5px;
text-transform: capitalize;
color: #FF0000;
  
}

.css_3d_cuppon 
{
    position:relative;
    margin-bottom:15px;
}
.css_3d_AllData .css_3d_head1
{
    font-weight:600 !important;
}

.w100
{
    width:100% !important;
}

.css_3d_cuppon .css_3d_form_control
{
    max-width:195px;
    font-size:14px;
    padding: 5px 15px;
    line-height: 24px;
    width:100%;
    letter-spacing: 0.5px;
text-transform: capitalize;
color: #A4A4A4;
border-width: 0.5px 0px 0.5px 0.5px;
border-style: solid;
border-color: #A4A4A4;
  outline: none;
border-radius: 2px 0px 0px 2px;
}

.css_3d_btnV
{
padding: 5px 15px;
min-width: 95px;
background: #E10174;
border-radius: 0px 2px 2px 0px;
font-weight: 600;
font-size: 13px;
line-height: 26px;
letter-spacing: 0.5px;
text-transform: uppercase;
  outline: none;
color: #fff;
border: 1px solid #E10174;
}

.css_3d_btnV:focus{
    outline:none;
}
.css_3d_cont
{
    
    display:inline-block;
    padding: 7px 10px;
height: 36px;
color:#fff;
line-height:26px;
background: #1C1C1C;
border-radius: 2px;
font-weight: 600;
font-size: 18px;
line-height: 22px;
}


.css_3d-check_process .css_3d_cont
{
    
     display: flex;
  align-items: center;
  gap: 16px;
} 


.css_3d_cont:hover
{
   color:#fff;
}

.css_3d-check_process
{
     position: relative;
  margin-top: 70px;

}

.css_3d-check_process .float-left
{
    
  position: absolute;
  bottom: 25px;

}


.css_3d_AllData,
.css_3d_sbtotal
{
    display:flex;
    justify-content: space-between;
  margin-bottom: 15px;
}
.css_3d_AllData
{
    margin-bottom:25px;
}
.css_3d_AllData p,
.css_3d_sbtotal p
{
  margin:0;
}
.css_3d_hr
{
      margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #A4A4A4;
}

.css_3d_head1{
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #1C1C1C;
text-transform: capitalize;
}
.css_3d_min
{
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #A4A4A4;
margin-left:5px;
}
.w90
{
    max-width:90px;
    width:100%;
}

.css_3d_extra input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  position: relative;
  margin:0;
  /* top: 4px; */
  display: flex;
  gap: 10px;
  line-height: 13px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1C1C1C;
 
}

.css_3d_extra input[type=checkbox] {
  display: none;
}

.css_3d_extra input[type=checkbox] + label:before {
  content: "\2714";
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  box-sizing: border-box;
width: 15px;
height: 15px;
border: 1px solid #C7C7C7;
border-radius: 2px;
}

.css_3d_extra input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.css_3d_extra input[type=checkbox]:checked + label:before {
  background-color: #E10174;
  border-color: #E10174;
  color: #fff;
}

.css_3d_extra input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.css_3d_extra input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}



.Userninfo label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.Userninfo .form-control {
  background: #fff;
  box-shadow: 0px 2px 12px #00000005;
  border: 1px solid #000;
  outline-color: #e10174;
  height: 42px;
  font-size: 14px;

  border-radius: 0;
}

.checkbox-title {
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.ms-list ul {
  margin: 0;
  padding: 0;
}

.ms-list ul li {
  display: flex;
  border-bottom: 1px solid #e6e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.usesPimg {
  max-width: 100px;
  width: 100%;
}

.sideT {
  width: 100%;
  padding: 10px;
}

.sideT h2 {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  font-weight: 600;
}

.sideT .qwerty,
.sideT .qty {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 18px;
  color: #e10174;
}

.ms-list ul.au-total li .sideT {
  text-align: right;
  color: #e10174;
}

.ms-list ul.au-total li .sideT h2 {
  color: #e10174;
}

.ms-list ul.au-total li .usesPimg {
  max-width: unset;
}

.ms-list h2 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}

.G-btn-login {
  background-color: #FFF;
  color: #000;
  border: 0.0625rem solid #000;
  border-radius: 0;
  width: max-content;
  flex-grow: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 30px;
  display: block;
  font-size: 14px
}

.users-am-bottom .Userninfo {
  padding: 0;
}

.Userninfo .iti.iti--allow-dropdown {
  width: 100%;
}

.payment_method_paypal {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 15px;
  border: 1px solid #2d3c4d;
  margin-bottom: 10px;
  border-radius: 5px;
}

.payment_method_paypal .input-radio {
  position: relative;
  top: -4px;
}

.payment_method_paypal label {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 4px;
  width: 100%;
}

.Userninfo label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.cstm_stripe_icons img {
  max-width: 220px;
}

.Userninfo .checkbox-title.collapsed {
  background: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png) no-repeat calc(100% - 10px) center;
  background-size: 22px;
}

.Userninfo .checkbox-title {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
}

.userChekout h2.box-heading {
  color: #e10174;
  font-size: 34px;
}

.userChekout h2.box-heading span svg {
  width: 22px;
  fill: #e10174;
}

/* end checkout */
/* side menu */
.cart-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: flex-end;
}

.wrapw {
  position: relative;
  max-width: 350px;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px rgb(5 0 0 / 10%);
}

.cart-drawer-right {
  right: -100%;
}

.cart-drawer-right.cart-drawer-open {
  right: 0;
}

/*.cart-drawer-pushtoleft {
  right: 350px;
}
*/
.cart-drawer,
.cart-drawer-push {
  transition: all 0.2s ease-in-out;
}

/* .cart-drawer-close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
*/
.minicart-header {
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.minicart-header h4 {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0;
  font-size: 1rem !important;
}

.cart-drawer-close-btn {
  cursor: pointer;
  color: #000;
  font-size: 17px;
  float: right;
  margin-top: -3px;
  opacity: 0.8;
  text-decoration: none;
}

.minicart-content {
  padding: 0 20px;
  margin: 0;
  z-index: 1001;
  position: absolute;
  left: 0;
  overflow: hidden auto;
  width: 100%;
  height: calc(100% - 290px);
}

.minicart-bottom {
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 20px 20px;
}

.minicart-bottom .subtotal {
  padding: 5px 0 10px;
}

.minicart-bottom .subtotal>span {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.minicart-bottom .subtotal .product-price {
  float: right;
}

.btn-outline-primary {
  color: #222;
  border: 1px solid #222;
  background-color: transparent;
  border-radius: 6px !important;
}

.cart-drawer-close-btn svg {
  width: 20px;
  fill: #75009B;
}

.proceed-to-checkout {
  border: 1px solid #e10174;
  background: #e10174;
  color: #fff;
  /* font-family: 'Poppins-Medium';
  */
}

.cart-btn {
  border: 1px solid #75009B;
  background: #75009B;
  color: #fff;
  /* font-family: 'Poppins-Medium';
  */
}

.cart_qty_cls {
  position: absolute;
  background: #75009B;
  width: 13px;
  height: 13px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 8px;
  line-height: 6px;
  font-weight: 600;
  top: -7%;
  right: -3px;
  padding: 3px 3px;
  z-index: 9;
}

.user-account-top {
  color: #000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgb(5 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  min-width: max-content;
  width: 100%;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  right: 0px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  top: 40px;
}

.account-Dw:hover .user-account-top {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 7.5px;
  /* font-family: 'Poppins-Medium';
  */
  font-size: 13px;
}

.cart-dropdown-wrap ul li a {
  color: #000;
  display: block;
  width: 100%;
}

.cs-cart .cart-dropdown-wrap ul li a svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  fill: #000;
  position: unset;
}

/* end side menu */
/* cart css */
.pro-thumbnail h2 {
  color: #e10174;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}

.pro-thumbnail p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin:  15px 0;
}

.cart-table table {
  border-width: 0;
}

.cart-table table {
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.cart-table td.pro-thumbnail,
.cart-table th.pro-thumbnail {
  max-width: 70px;
  min-width: 70px;
}

.cart-table table thead tr th {
  background: #e10174;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #FAFBFC;
  border-bottom: 1px solid #e10174;
  border-right: 1px solid #e10174;
  border-top: medium none;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}


.cart-table table tbody tr td
{
    vertical-align: top;
    padding:15px 0;
     font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1C1C1C;
}

.cart-table table tbody tr td.pro-thumbnail {
  width: 70px;
  text-align: center;
}

.cart-table table tbody tr td.pro-thumbnail img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 0.5px solid #A4A4A4;
  border-radius: 2px;
}

.cart-table td.pro-title {
  font-size: 14px;
}

.cart-table table tbody tr td.pro-title {
  width: 270px;
  text-align:left;
}

.cart-table td.pro-title,
.cart-table th.pro-title {
  min-width: 200px;
}

.cart-table table tbody tr td.pro-quantity {
  width: 105px;
  font-size: 14px;
}

.cart-table table tbody tr td.pro-price,
.cart-table table tbody tr td.pro-subtotal {
  width: 90px;
  font-size: 14px;
}

.Sr-No,
.cart-table table tbody tr td.pro-remove {
  width: 70px;
  font-size: 14px;
}

.cart-table table tbody tr td.pro-quantity .product-quantity {
  width: auto;
  border: 0;
}

.cart-table table tbody tr td.pro-quantity .product-quantity {
 /* border: 1px solid #ddd;*/
  position: relative;
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.cart-table table tbody tr td.pro-quantity .product-quantity input {
  background-color: unset;
  background:unset;
  height: 19px;
  width: 26px;
  letter-spacing: 0.5px;
   text-transform: uppercase;
  font-weight: 600;
   font-size: 13px;
  padding: 0;
  border: medium none;
  text-align: center;
}

.cart-table table tbody tr td.pro-quantity .product-quantity span {
  color: #fff;
  height: 19px;
  width: 19px;
 background: #E10174;
border-radius: 2px;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table table tbody tr {
  border-bottom: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
}

.cart-table table tbody tr td.pro-quantity .product-quantity span.inc {
  right: 0;
}

.cart-table table tbody tr td.pro-quantity .product-quantity span.dec {
  left: 0;
}

.cart-table td.pro-price span,
.cart-table td.pro-subtotal span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.pro-remove svg {
  width: 16px;
  fill: #e10174;
}

.usercart .usesPimg {
  max-width: 70px;
  width: 100%;
}

.usercart .users-am-bottom .G-btn-login {
  background-color: #000;
  color: #fff;
}

.chekout-Btn {
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid #e10174;
  border-radius: 0;
  background: #e10174;
  color: #fff;
}

.btnsvg svg {
  width: 15px;
  fill: #fff;
  margin-left: 4px;
}

/* cart css end */
/* login new css */
.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.G-btn-login:hover {
  color: #CF2E73;
  border: 0.0625rem solid #CF2E73;
}

a:hover {
  text-decoration: none;
}

.usersQw .check-box-wrap {
  display: flex;
  justify-content: space-between;
}

.form-style .form-control {
  color: #000;
  border: 0.0625rem solid #000;
  border-radius: 0;
  width: 100%;
  font-weight: 700;
  padding: 2px 15px;
  display: block;
  font-size: 14px;
  height: calc(1.9em + 0.9rem + 1px);
}

.registerdiv .tp-login-area {
  min-height: auto;
}

.profile-usermenu ul li a,
.registerdiv .list-group-item,
.input-box,
.tp-login-area .subText,
.forget-btn a {
  color: #000;
  font-weight: 600;
}

.profile-usermenu ul.nav-tabs li.nav-item a.nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
}

.registerdiv .list-group-item {
  border: 0;
}

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-usertitle-name img {
  float: none;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.profile-usertitle {
  text-align: center;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  display: block;
  width: 100%;
  margin-bottom: 0;
  min-height: 41.5px;
  height: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #fff;
}

.profile-usermenu ul.nav-tabs li.nav-item a.active {
  color: #000;
  background-color: #f6f9fb;
  font-weight: 600;
  border-left: 2px solid #e10174;
  margin-left: -2px;
  border-color: #e10174;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}

.profile-usermenu ul.nav-tabs li.nav-item a.active i {
  color: #e10174;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.myaccount.registerdiv .list-group-item {
  border: 1px solid rgba(0, 0, 0, .125);
}

.myaccount.registerdiv .tab-content .list-group-item span i {
  margin-right: 15px;
  color: #e10174;
  font-size: 24px;
}

.tab-content .form-horizontal .order-input {
  text-align: left;
}

.shopping-cart-Dash a {
  color: #000;
}

.shopping-cart-Dash .bg-success,
.shopping-cart-Dash .bg-warning,
.shopping-cart-Dash .bg-danger {
  color: #fff;
}

.accounttb-img .account-cart tr td img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}

/* new design css */
.logomb {
  display: none;
}

.headerBlack {
    display:none;
  background: #1C1C1C;
  letter-spacing: 0.4px;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.cstSide-dm .dmul-list {
  display: flex;
  align-items: center;
  color: #1C1C1C;
  gap: 31px;
}

.cstSide-dm .dmul-list a {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

.mid-logo img {
  max-width: 420px;
  height: 50px;
  object-fit: cover;
}

.nav-item-call .call-action {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #1C1C1C;
}

.topmid-pd {
  padding: 15px 0;
  /* width: 100%; */
  /* display: flex; */
  /* justify-content: flex-end; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  z-index: 1;
}

.Last-Header .navbar {
  padding: 0;
}

.Last-Header .Dsk-menu .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 10px 0;
}

header {
  background: #FAFBFC;
}

.Dsk-menu .navbar-nav li.nav-item:last-child .list-unstyled-dw {
  right: 0;
}

.Dsk-menu .navbar-nav .nav-item:hover .nav-link {
  color: #e10174;
}

.Dsk-menu .navbar-nav .nav-item:hover .moveAw svg path {
  fill: #e10174;
}

/* mobile css */

/* New Design css start */

.mh2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #E10174;
  padding-bottom: 10px;
  margin: 0;

  border-bottom: 1px solid #1C1C1C;
}

.zoomBtns {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}

.dmQwerty {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  align-items: center;
}

.dmQwerty span {
    flex:0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  border: 1px solid #1C1C1C;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.dmQwerty span img {
  width: 21px;
  height: 21px;
  object-fit: contain;

}

.dmQwerty p {
  text-transform: uppercase;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  line-height: 17px;
}

.divcol-1 {
  max-width: 130px;
  width: 100%;
  margin-left: auto;
}

.smh2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  color: #1C1C1C;
  margin: 0;

}

.divider-20 {
  height: 1px;
  background: #1C1C1C;
  margin: 10px 0;
}

.divider-10 {
  height: 1px;
  background: #A4A4A4;
  margin: 10px 0;
}

.fm-11 {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;

}

.divcol-2 {
  text-align: right;
}

.payment-img img {
  max-width: 100%;
  height: auto;

}


.f16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;

}

.tm-total {
  text-transform: uppercase;
  color: #A4A4A4;
}

.tm-Price {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #E10174;
  margin-left: 10px;
}

.cl-popup {
  width: 100%;
  display: none;
  transition: all 0.6s ease-in-out;
  height: 150px;
  position: sticky;
  z-index: 9;
  /*bottom: 50px;*/
  bottom: 37px;
  filter: drop-shadow(0px -15px 14px rgba(0, 0, 0, 0.25));
}

.bc-cotton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  background: rgba(28, 28, 28, 0.75);
  position: absolute;
  width: 100%;
  z-index: 999;
  bottom: 0;
  color: #FFFFFF;
}



.close-cth {
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}


.full-qlist {
  max-width: 100%;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.cl-popup.active-mm {
  display: block;
  transition: all 0.6s ease-in-out;
}


.User-PaymentTotal {
  max-width: 370px;
  width: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 25px;
}

.css_font_16
{
font-weight: 600;
font-size: 16px;
line-height: 20px;
text-transform: capitalize;
color: #1C1C1C;
}



.h2-cart {
  margin: 0 0 15px 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 20px;
}

.coupon-input-V .Userninfo {
  margin: 0;
  padding: 0;
}

.coupon-input-V .Userninfo .form-control {
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border: 0.5px solid #A4A4A4;
  text-transform: capitalize;
  color: #A4A4A4;
  border-radius: 2px 0px 0px 2px;
  max-width: 226px;
  width: 100%;
}


.coupon-input-V .Userninfo .G-btn-login {
  border: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FAFBFC;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  background: #E10174;
  border-radius: 0px 2px 2px 0px;
  max-width: 104px;
  width: 100%;

}

.Sub-cart {
  display: flex;
  align-items: center;
  margin-bottom: 15px;

}

.f-18400 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}

.eq-226 {
  max-width: 226px;
  width: 100%;
}

.eq-104 {
  max-width: 104px;
  width: 100%;
}

.eq-textlb {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1C1C1C;
}

.py-divider {
  height: 0.5px;
  background: #A4A4A4;
  margin-bottom: 20px;
}

.float-btn .chekout-Btn {

  width: 100%;
  margin-top: 30px;
  background: #E10174;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FAFBFC;
}

.UserKjk-PaymentTotal {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

}

.dmblack {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FAFBFC;
  padding: 7px 10px;
  background: #1C1C1C;
  border-radius: 2px
}

.change_fabric.active-version label {
  border: 1px solid #E10174;
}

.change_fabric.active-version p {
  color: #E10174;
}

.ha-3d {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  text-transform: capitalize;

}

.vheight {
  width: 100%;
  min-height: calc(100vh - 180px);
}

.Form-trans {
  display: flex;
  gap: 50px;
}

.wizard-inner {
  width: 42px;
}

.userstyle .Form-trans .wizard-inner .csmt-tabs {
  display: flex;
  flex-wrap: wrap;
  min-height: 443px;
  position: relative;
  gap: 0px;
  border-bottom: 0px solid #dee2e6;
  border-right: 0.5px solid #A4A4A4;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin-bottom: 70px;

}



.Form-trans .tab-content #step1 {
  /* max-width: 352px;*/
  width: 100%;
}

/*
.Form-trans .tab-content #step1 .cst-grids {
  grid-template-columns: repeat(4, 1fr);
}
*/
.Form-trans form {
  width: 100%;
  max-height: 742px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
}



.bordercls p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E10174;
}

.text-some p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #A4A4A4;
  margin-bottom: 5px;
}


.Ny-xt.fullabs,
.Absl-bottom {
  position: sticky;
  background: #fff;
  width: 100%;
  bottom: 0;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}


.Ny-xt.fullabs .text-some,
.Absl-bottom .text-some {
  flex: 0 0 100%;
  background: #fff;
}

.userstyle #step4,
.userstyle #step3
{
    overflow: hidden; 
}

.userstyle #step3 {
    height: 695px;
    position: relative;
   
}


.lastNo {

  color: #FAFBFC;
  text-transform: capitalize;
  background: #DADADA;

}

.equlBtn {
  padding: 7px 10px;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  border: 0;
  outline: 0;
}


.prev-step,
.next-done,
.next-step,
.first_previous,
.Absl-bottom .lastNo,
.Absl-bottom .Ny-xt {
  flex: 0 0 49%;
}



.userstyle .tab-pane {
  height: 695px;
  position: relative;
}

.userstyle .tab-pane .min-height-767 {
  min-height: 695px;
}

.Hlf-Inupt.cst-mb30 {
  margin-bottom: 15px;
}


.max-widthX {
  font-weight: 600;
  width: max-content;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #1C1C1C;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #E10174;
  margin-bottom: 10px;
}

.next-done,
.second_previous,
.next-step {
  background: #E10174;
  color: #fff;
}


.flex-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

#step2 .cst-select-el .cst-grids label {
  position: relative;
  overflow: hidden;
}

#step2 .cst-select-el .cst-grids label img {
  /*transform: scale(2.5);*/
}

.sm-Dv {
  /* max-width: 117px; */
  width: 100%;
  flex: 0 0 25%;
}

.Full-Inupt-3rd .order-input,
.sm-Dv .form-control {
  border: 0.5px solid #A4A4A4;
  border-radius: 4px;
  padding: 5px 15px 5px 15px;
  background: #F7F7F7;
  color: #888888;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  height: 36px;
}

.Full-Inupt-3rd select::-ms-expand,
.wizard-inner select::-ms-expand {
  display: none;
}

.Full-Inupt-3rd select,
.wizard-inner select {
 
  appearance: none;
  border: none;
}

.Full-Inupt-3rd .order-input,
.sm-Dv .form-control {

  appearance: none;
  /*background: url(../img/Vector-arrow.png) 86% / 9% 6px no-repeat;*/
  
      background: url(../img/Vector-arrow.png) 92% / 6% 6px no-repeat;
}

.Full-Inupt-3rd .order-input,
.sm-Dv .form-control {

  
  appearance: none;

}


.sm-Dv option {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
}

.sl-Dv {
  display: flex;
  flex: 0 0 72%;
  position: relative;
}

#no-results {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #E10174;
}


.sl-Dv .header-search {
  padding: 5px 15px;
  width: 100%;
  height: 36px;
  background: #F7F7F7;
  border: 0.5px solid #A4A4A4;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #888888;
}

.sh-btn {
  border: 0;
  outline: 0;
  background: unset;
  position: absolute;
  right: 17px;
  top: 6px;
}

.Ny-xt.fullabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 
}

.first_previous {
  background: #E10174;
  color: #fff;
}

.form__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #1C1C1C;
}

.Full-Inupt.Hlf-Inupt.cst-mb30 {
  max-width: 250px;
  width:100%;
}

.lastmt {
  margin-top: 200px;
}

/* new design css end */




/**** RESPONSIVE CSS START ****/
@media (max-width: 992px) {

  .zoom-maxPopup
  {
    display:block;
  }


  .doc3 {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .userCanvas {
    max-width: 420px;
    height: 420px;
  }

  .Form-trans {
    flex-direction: column;
    gap: 0px;
  }

  .wizard-inner {
    width: 100%;
    margin-bottom: 15px;
  }

  .userstyle .tab-pane {
    height: 352px;

  }


  .Form-trans form {

    padding-right: 5px;

  }


  .userstyle .Form-trans .wizard-inner .csmt-tabs {

    min-height: unset;
    height: unset;
    margin-bottom: 0px;
    border-right: 0px solid #A4A4A4;
    border-bottom: 0.5px solid #A4A4A4;
    justify-content: space-between;
  }

  .userstyle .nav-tabs .nav-item {
    transform: unset;
  }



  .ha-3d {
    display: none;
  }

  .userstyle {
    height: auto;
    margin: auto;
   /* margin-bottom: 30px;*/
     margin-bottom: 4px;
  }



  .garment_form,
  .dhide-mshow,
  .nav__trigger {
    display: block;
  }

  .d3mbcontaine,
  .userCanvasinfo,
  .product-search,
  .infoCnt {
    display: none;
  }

  .Users-Sldata.padding-50,
  .MiddleHeader {
   /* padding: 7px 0;*/
     padding: 7px 0;
  }

  .cstmCol-1,
  .cstmCol-4,
  .cstmCol-3,
  .cstmCol-2 {
    max-width: 49%;
    margin-bottom: 1em;
  }

  .cs-child-2,
  .cs-child-1 {
    max-width: 433px;
    margin: auto;
  }

  .glist {
    margin-top: 2em;
  }

  .cs-userinput {
    flex-direction: column;
    justify-content: unset;
  }

  .userCanvas {
    margin: auto;
  }

  .userCanvas.csmMB {
    height: 150px;
    width: 150px;
    overflow: hidden;
  }

  .userCanvas.csmMB .canvasimplement {
    margin-left: -6px;
    margin-top: 1px;
    transform: translateY(42%);
    width: 350px;
    height: 850px;
  }

  .vheight {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .wrapDocument .cst-grids {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 15px;
  }

  .canvasimplement {
    margin-left: -87px;
    transform: translateY(2%);
  }

  .Pvdiv .pd-30 {
    padding: 0px;
  }

  .totalcount
  {
    padding: 1rem 1rem;
  }

  .accounttb-img .account-cart tr td img {
    width: 75px;
    height: 75px;
  }

  /* new design css */
  .mid-logo img {
    max-width: 175px;
    height: auto;
  }

  .topmid-pd .order-1.order-md-0 ul,
  .xshide {
    display: none;
  }

  .Last-Header .navbar {
    height: 0;
    /* position: absolute;
      top: -43px;
      width: unset !important;
      */
  }

  .Dsk-menu .navbar-nav {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    padding: 20px;
    background: #E10174;
    height: 100vh;
    margin-left: -20px;

  }

  .MiddleHeader {
    padding: 0px 0;
    height: 0;
    z-index: 11;
  }

  .middleHeader {
    box-shadow: 2px 4px 6px rgb(0 0 0 / 15%);
  }

  .Dsk-menu .navbar-nav .nav-item:hover .nav-link,
  .Last-Header .Dsk-menu .navbar-nav .nav-link {
    color: #fff;
  }

  .Dsk-menu .navbar-nav .nav-item:hover .moveAw svg path,
  .moveAw svg path {
    fill: #fff;
  }

  .Dsk-menu .navbar-nav .nav-item {
    position: relative;
  }


  .Dsk-menu {

    width: 275px;
    height: 100%;
    /*	display:block;*/
    position: absolute;
    left: -276px;
    top: 0px;
    transition: left 0.3s linear;
  }

  .Dsk-menu.open {
    left: 0px;
    transition: left 0.3s linear;
  }

  .nav__trigger {


    position: absolute;
    top: -42px;
    left: 0;
  }


  .list-unstyled-dw {
    position: unset;
  }

  .crossX,
  .remove-cross .dotts {
    display: none;
  }

  .remove-cross .crossX {
    display: block;
    margin-left: -2px;
  }

.css_3d_products {
  font-size: 16px;
}


.css_3d_14 {
 
  font-size: 13px;
  
    
}

.css_3d_g6 {
  margin-top: 10px;
}

.css_3d_g6.css_3d_weight {
  gap: 15px;
}

.cart-table table tbody tr td.pro-thumbnail img {
  width: 50px;
  height: 50px;
 
}


}

@media (max-width: 767px) {


  .text {

    word-wrap: break-word;
    font-size: 14px;
   
  }





  .max-widthX {

    width: fit-content;

  }

  .sm-Dv {
    flex: 0 0 34.5%;
  }

  .sl-Dv {
    flex: 0 0 62%;
  }


  .sl-Dv .header-search {

    padding: 5px 40px 5px 9px;

  }

  .sm-Dv .form-control {

    padding: 5px 35px 5px 9px;

  }

  .sh-btn {

    right: 19px;
    top: 7px;
  }




  .Absl-bottom .lastNo,
  .Absl-bottom .Ny-xt {
    flex: 0 0 49%;
    margin: 0 auto 0;
  }

  .Ny-xt.fullabs,
  .Absl-bottom {
    gap: 1px;
   /* background: #fff;*/
  }

  .equlBtn {

    border-radius: 0px;

  }


  .MiddleHeader .navbar {
    flex: 0 0 33.33%;
    padding: 0;
  }

  .MiddleHeader .navbar .navbar-brand {
    flex: 0 0 45%;
    text-align: center;
  }

  .nav__trigger {

    top: 4px;

  }

  .Dsk-menu {

    top: 36px;

  }

  .Dsk-menu .navbar-nav .nav-item:hover .list-unstyled-dw {
    display: none;
  }


  .MiddleHeader .navbar .eco-flex {
    flex: 0 0 20%;
  }

  .xmodel h2 {
    font-size: 1.2em;
  }

  .cst-mb30 {
    margin-bottom: 15px;
    margin-top: 5px;
  }
.userstyle #step4,
.userstyle #step3 {
     overflow: auto; 
}
 
  .Hlf-Inupt-2 {
    max-width: 70px;
  }

  .order-input {
    padding: 7px 7px 7px 9px;
    font-size: 11px;
  }

  .cst-select-el h2 {
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 8px;
  }

  .cst-grids {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 10px;
  }

  /*
  .cst-grids li img {
    height: 90px;
    width: 90px;
  }
*/
  .garment_container {
    width: 330px;
  }

  .us-rate {
    display: none;
  }

  .userCanvas {
    max-height: 375px;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .canvasimplement {
    /*margin-left: -87px;
      transform: translateY(2%);
      */
    margin-left: -1125px !important;
    margin-top: 15px !important;
    transform: translateY(2%);
    width: 2600px !important;
    height: 1300px !important;
  }

  .userCanvas.csmMB .canvasimplement {
    margin-left: 0px !important;
    margin-top: 15px !important;
    transform: translateY(42%) !important;
    width: 1900px !important;
    height: 900px !important;
  }

  .MiddleHeader .navbar-brand img {
    max-width: 200px;
  }

  .wrapDocument .cst-grids {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
  }

  .cs-child-1 .us-rate.show-mb {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    margin: unset;
  }

  .tp-login-area .tp-accountForm,
  .tp-login-area .tp-accountInfo {
    width: 100%;
    min-height: 555px;
  }

  .tp-login-area .tp-accountInfo {
    background: url(https://www.competitionsuitshop.com/upload/collections/competition-suit-shop-collection-47490216.png) no-repeat center;
  }

  .tp-login-area .tp-accountForm {
    padding: 45px 30px;
  }

  .cstm_stripe_icons img,
  .cstmCol-1 {
    max-width: 100%;
  }

  .tp-accountWrapper,
  .infoNav,
  .grids-3 {
    flex-direction: column;
  }

  .grids-1 {
    max-width: 365px;
    display: flex;
    text-align: unset;
    margin-bottom: 27px;
  }

  .grids-1:last-child {
    margin-bottom: unset;
  }

  .each-heading {
    text-align: unset;
  }

  .box-heading {
    line-height: 34px;
    margin: 0px 0 28px 0;
  }

  .bp-child-1 a {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 15px;
  }

  .img-sm-wrap {
    width: 60px;
    margin-right: 12px;
  }

  .mb-dchange .h3-title {
    margin: 0px 0 2px 0;
    /* font-family: 'Poppins-Bold';
     */
    font-weight: 600;
  }

  .mb-dchange .sm-descp,
  .mb-dchange .sm-descp p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 1px;
  }

  .img-sm-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .cs-child-2,
  .cs-child-1 {
    max-width: 332px;
  }

  .userChekout h2.box-heading {
    font-size: 24px;
  }

  .accounttb-img .account-cart tr td img {
    width: 50px;
    height: 50px;
  }

  .table.account-cart thead th {
    font-size: 14px;
  }

  /* design mobile css */
  .logomb {
    display: block;
  }

  .logoDsk {
    display: none;
  }

  .mid-logo .navbar-brand {
    padding: 0;
  }

  .topmid-pd {
    position: relative;
    padding: 5px 0;
    flex-wrap: nowrap;
  }

  .cstSide-dm .dmul-list {
    justify-content: end;
    gap: 17px;
  }

  .w-100.cstSide-dm {
    width: 63px !important;
    flex-basis: unset;
    flex-flow: unset;
    display: flex;
  }

  .mid-logo {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .Last-Header .navbar {
    top: -35px;
  }

  .Dsk-menu .navbar-nav {
    /* margin-top: 15px;*/
  }

  .vheight {
   /* min-height: calc(100vh - 88px);*/
      min-height: unset;
      height:calc(100vh - 66px);;
  }

  .prev-step,
  .next-done,
  .next-step,
  .first_previous,
  .Absl-bottom .lastNo,
  .Absl-bottom .Ny-xt {
    flex: 0 0 49%;
    margin: auto;
  }

  .Form-trans form {
    padding-right: 0px;
  }


  .Form-trans form::-webkit-scrollbar {
    width: 5px;
  }

  .Form-trans form::-webkit-scrollbar-thumb {
    border-radius: 3px;
    border: 2px solid transparent;

  }

  .flex-2 {

    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 1;
    padding-bottom: 15px;
    margin: 0;
  }


.css_3d-check_process {
  margin-top: 50px;
  flex-direction: column;
  display: flex;
  flex-direction: column-reverse;
}
.User-PaymentTotal {
  max-width: 100%;
  padding: 15px;
}
.css_3d_btnV {
 
  min-width: unset;
 
}
.css_3d_cuppon .css_3d_form_control {
  flex: 0 0 74%;
}

.css_3d-check_process .float-left {
  position: unset;
  /* margin-left: 15px; */
  /* margin-right: 15px; */
  margin-top: 30px;

}
.css_3d-check_process .css_3d_cont {
 
  justify-content: center;
}
  /* mobile css  end */


}

@media (max-width: 520px) {}

/**** RESPONSIVE CSS END ****/

design-progressbar .progressbar-wrapper {
  /*  position: absolute;
z-index: 20;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 0;
margin: auto;
text-align: center;
transform: none;
transition: opacity 0.5s 0.5s, transform 1s;
*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  transition: opacity 0.5s 0.5s, transform 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #E10174;
  border-radius: 50%;
  color: #E10174;
  width: 60px;
  height: 60px;
}

.design-progressbar.success {
  opacity: 0;
}
/*
.bordercls {
  border: 2px solid #e10174;
  border: 1px dashed #E10174;
}
*/
.cst-grids li.bordercls img{
  border: 1px dashed #E10174;
}


.canvasimplements {
  width: 675px !important;
  visibility: visible;
  margin-left: -100px !important;
  margin-top: 0px !important;
  touch-action: none;
  height: 1050px !important;
  transform: translateY(1%);
  zoom: 0.9;
}

@media(max-width: 992px) {
  .canvasimplements {
    margin-left: -55px !important;
    width: 550px !important;
    height: 920px !important;
  }







  .userCanvas.csmMB .canvasimplements {
    margin-left: 0px !important;
    width: 150px !important;
    height: 240px !important;
    transform: translateY(20%);
  }
}

@media(max-width: 767px) {
    
    
    .userstyle #step3 .min-height-767
   .userstyle #step3 {
  height: auto;
  min-height:unset;
 
}  
    
   .userstyle #step3 .min-height-767 {
  min-height: unset;
  margin-bottom: 30px;
}  
    
    
    
  .canvasimplements {
    width: 1300px !important;
    visibility: visible;
    margin-left: -240px !important;
    margin-top: 0px !important;
    touch-action: none;
    height: 550px !important;
  }

  .userCanvas.csmMB .canvasimplements {
    width: 650px !important;
    margin-left: 0px !important;
    height: 300px !important;
    transform: translateY(25%);
  }

  .userCanvas {
    max-height: 270px;
    max-width: 100%;
    height: 100%;
  }

  .userstyle .nav-link {
    font-size: 12px;
    line-height: 26px;
  }

  .max-widthX {
    font-size: 11.2px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #E10174;
    margin-bottom: 8px;
  }

  .css_3d_cuppon .input-group-append {
  
    flex: 0 0 26%;
  }






}

@media(max-width: 540px) {
  .canvasimplements {
   /* margin-left: -410px !important;*/
    margin-left: -375px !important;
  }

  .css_3d_g6.css_3d_weight {
    gap: 5px;
    flex-direction: column;
  }
  .css_3d_pdname{
  display: flex;
  gap: 10px;
  align-items: center;
}

.css_3d_collection
{
  max-width: 151px;
  flex-wrap: wrap;
  flex: unset;
}

.pro-thumbnail p,
.pro-thumbnail h2 {
 
  font-size: 13px;
  min-height: 42px;
  line-height: 17px;
}




}

@media(max-width: 490px) {
  .canvasimplements {
    margin-left: -440px !important;
  }
}

@media(max-width: 420px) {
/*  .canvasimplements {
    margin-left: -460px !important;
  }
  */
}

@media(max-width: 375px) {
 /* .canvasimplements {
    margin-left: -460px !important;
  }

 */

}

@media(max-width: 360px) {
  .canvasimplements {
    margin-left: -470px !important;
  }

  .userCanvas.csmMB .canvasimplements {
    width: 600px !important;
    margin-left: -5px !important;
    height: 670px !important;
  }
}