html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 101%;
}

body {
	font-size: 62.5%;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-size: 14px;	
letter-spacing: 0px;
color: #A4A4A4 !important;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 14px;
letter-spacing: 0px;
color: #A4A4A4 !important;
opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
font-size: 14px;
letter-spacing: 0px;
color: #A4A4A4 !important;
opacity: 1;
}

clearfix:before,
.container:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

'ol, ul { list-style: none; }
 blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

p {
	font-size: 1.6em;
	line-height: 1.5em;
}

a:hover {
	text-decoration: none;
}
a:-webkit-any-link:focus-visible {
    outline-offset: unset;
    border: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
img.product__details__image{
    -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 @-webkit-keyframes swing {
  20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  }
  }
  @keyframes swing {
  20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  }
  }
.transparent {
	filter: alpha(Opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	netscape */ opacity: 0.5;
}

::-webkit-scrollbar {
   width: 8px;
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
   border-radius: 10px;
}

::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.product__details__box {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 50px;
}
img.logo {
    width: 180px;
    margin-top: 60px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.home__product__image-1{
        transform: scale(1);
    margin-right: 7px;
}
.home__product__image-2{
        transform: scale(1.1);
    margin-right: 44px;
}
.home__product__image-3{
        transform: scale(1.4);
    margin-right: 44px;
}
.home__product__image-4{
        transform: scale(1.1);
    margin-right: 7px;
}
.home__product__image-5{
        transform: scale(1);
}
.colors {
    display: flex;
    bottom: 2em;
    right: 2em;
    z-index: 3;
    justify-content: center;
}
.main__login__page{
	position: relative;
}
.left__dot__image {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 30%;
}
.right__dot__image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 16%;
}
.color {
    height: 20px;
    width: 20px;
    margin-left: 0.5em;
    border-radius: 18px;
    /*box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);*/
    border: 2px solid #aaa;
    cursor: pointer;
}
.product__box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border: 1px solid #C0C0C0;
    opacity: 1;
    padding: 10px;
    position: relative;
    max-width: 200px;
    transition: transform 1s ease-in-out;
    animation-name: zoomIn;
    animation-duration: 1s;
}
.product__dashboard__section .product__box {
        box-shadow: 0px 10px 20px #ffffff00;
}
.home__product__image:hover {
    transform: scale(1.3);
}
[type=checkbox]:focus + label:before {
    border-color: #fff !important;
    box-shadow: 0 0 0 2px #fff !important;
}
.product__image {
    width: 170px;
}
.product__offer__box {
    position: absolute;
    top: 0;
    right: 0;
}
.product__offer__box {
    position: absolute;
    top: 8px;
    background: #FB2626 0% 0% no-repeat padding-box;
    opacity: 1;
    right: 0;
    padding: 6px;
}
.product__offer__text {
    color: #FFFFFF;
}
.product__image__box {
    margin-top: 38px;
}
.product__name {
    text-align: left;
    letter-spacing: 0px;
    color: #474747;
    opacity: 1;
    font-size: 14px;
}
.product__number {
    color: #989898;
    font-size: 14px;
}
.select__color__box {
    margin-top: 15px;
}

.heart-stroke {
  fill: none;
  stroke: #bbb;
  stroke-width: 2px;
  opacity: 1;
  transform-origin: center center;
}
.wishlist-btn.active .heart-stroke {
  opacity: 0;
}
.heart-full {
  opacity: 0;
  transform-origin: 50% 50%;
}
.wishlist-btn.active .heart-full {
  opacity: 1;
}
.heart-lines {
  stroke-width: 2px;
  display: none;
}

.wishlist-btn:not(.active):hover .heart-stroke {
  -webkit-animation: pulse 1s ease-out infinite;
          animation: pulse 1s ease-out infinite;
}

.wishlist-btn.animate .heart-full {
  -webkit-animation: heart 0.35s;
          animation: heart 0.35s;
}
.wishlist-btn.animate .heart-lines {
  -webkit-animation: lines 0.2s ease-out forwards;
          animation: lines 0.2s ease-out forwards;
  display: block;
}

/*animation css */
 @-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  }
  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  }
  90% {
  -webkit-transform: translate3d(0,-4px,0);
  transform: translate3d(0,-4px,0);
  }
  }
  
  @keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  }
  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  }
  90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
  }
  } 
 @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 
@-webkit-keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}

@keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}
@-webkit-keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 @-webkit-keyframes swing {
  20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  }
  }
  @keyframes swing {
  20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  }
  }
×
.btn__add__card:hover {
    background-color: #a07d7d;
}
.btn__saveforlatter:hover{
  background-color: #a07d7d;  
  color: #fff;
}
.btn__view__size:before {
    content: '';
    background: linear-gradient(45deg, #917b72, #ffffff, #ffc775, #76c3ff, #64ffe5, #002bff, #9774bd, #eb963e, #f8ccb8);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(2px);
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50px;
}

.btn__view__size:active {
    color: #000
}

.btn__view__size:active:after {
    background: transparent;
}

.btn__view__size:hover:before {
    opacity: 1;
}

.btn__view__size:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FED41D;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
header.header {
    margin-bottom: 15px;
}
form.login__form {
    padding: 60px 0;
}
.login__text__box{
    background: #F3F3F3 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 35px;
    padding-left: 55px;
        color: #967878;
}
img.user__icon__textbox {
	position: absolute;
    top: 10px;
    width: 19px;
    left: 40px;
}
.fliter__box__list {
    margin-left: 25px;
}
.filter__category {
    margin-top: 15px;
    margin-bottom: 30px;
}
[type=checkbox] {
  height: 26px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
[type=checkbox] + label {
  cursor: pointer;
  padding: 0;
  position: relative;
}
[type=checkbox] + label:before {
    background-color: #41403b;
    border: 1px solid #41403b;
    border-radius: 26px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 12px;
    pointer-events: none;
    vertical-align: middle;
    width: 18px;
}
[type=checkbox]:hover + label:before {
  border-color: #5c5d70;
}
[type=checkbox]:focus + label:before {
  border-color: #334aff;
  box-shadow: 0 0 0 2px #334aff;
}
[type=checkbox]:checked + label:after {
    color: #fff;
    content: "✓";
    display: block;
    font-size: 14px;
    height: 18px;
    left: 4px;
    pointer-events: none;
    position: absolute;
    top: 3px;
    width: 18px;
    z-index: 10;
}

.rememberme__label {
    color: #656565;
    font-size: 14px;
}
.forgot__pass__text {
    color: #656565;
    font-size: 14px;
    text-align: right;
}
.user__icon__textbox.pass__icon__login{
	width: 17px;
}
.btn.btn__login {
    color: #FFFFFF;
    background-color: #EB192B;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 25px;
    margin-right: 7px;
    border-radius: 42px;
    width: 120px;
}
.btn.btn__login:hover{
    color: #a07d7d;
    background-color: #f3ecec;
        box-shadow: 0px 10px 20px #00000029;
}

/*Header css */
.logo.active__logo {
    width: 80px;
    margin-top: 0;
      -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.nav-link {
    text-align: left;
    letter-spacing: 0px;
    color: #655E5E;
    opacity: 1;
    font-size: 16px;
    line-height: 12px;
    margin-right: 15px;
}
.search__icon__header {
    position: absolute;
    top: 10px;
    width: 21px;
    left: 10px;
}
.search__text__box{
	padding-left: 40px;
}
.virtical__center__nav{
	display: flex;
	align-items: flex-start;
}
.bg-light {
    background-color: #ffffff!important;
}
.header__icons {
    width: 20px;
}
/* Improved checkbox styling that works
 * for single line and multiple lines 
 * of text that wraps */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.415em;
  cursor: pointer;
}
.checkbox__label {
  line-height: 1.414;
}
.checkbox input {
  display: none;
}
.checkbox__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: white;
  border: 2px solid #c6c6c6;
  border-radius: 1px;
  transition: 125ms ease-out;
}
.checkbox__indicator:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 9px;
  width: 7px;
  height: 13px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 3px solid white;
  border-top: 3px solid white;
  display: none;
}
.checkbox input:checked ~ .checkbox__indicator {
  background: white;
}
.rememberme-check-box{
    top: 40px;
}
.checkbox input:checked ~ .checkbox__indicator:after {
    animation: check 125ms;
    border-top: 3px solid #A07D7D;
    border-right: 3px solid #A07D7D;
    display: block;
}
.fliter__box__head {
    display: flex;
    justify-content: space-between;
}
.fliter__box__head__txt {
    color: #474747;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    text-transform: uppercase;
}
.fliter__cancel__btn {
    color: #474747;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
}
.border__radius{
	border-radius: 50px;
}
.checkbox__label {
    color: #474747;
    font-size: 14px;
}
.product__dashboard__section {
    padding-top: 30px;
}
.product__dashboard__image img {
    height: 140px;
}
.product__number__rrp__wsp {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
}
.product__rrp__wsp {
    color: #474747;
    font-size: 12px;
}
.product__wishlist__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn.btn__view__size {
	color: #474747;
    background-color: #EFF8FF;
    font-size: 11px;
    border-radius: 50px !important;
        line-height: 14px;
            cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.product__dashboard__box{
	 width: 100%;
    max-width: 100%;
      -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.product__box__margin__bottom{
	margin-bottom: 15px;
    padding-top: 15px;
}
.product__screen__name__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__screen_name {
    color: #474747;
    font-size: 22px;
}
.product__name__number {
    color: #989898;
    font-size: 18px;
}
.product__screen__offer {
background-color: #FB2626;
    padding: 8px 12px;
    font-size: 14px;
    color: #FFFFFF;
}
.product__screen__section .product__number__rrp__wsp {
    font-size: 16px;
    margin-bottom: 0px;
}
.product__screen__section .product__rrp__wsp {
	    font-size: 13px;
}
.rating__start__icon{
	margin-right: 15px;
}
.product__number__rating-txt {
    color: #494847;
    font-size: 20px;
    margin-bottom: 15px;
}
.btn.btn__add__card {
    background-color: #fb2626;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 40px;
    border-radius: 0;
        transition: all 0.3s;
    position: relative;
}
.shoe__size__wrap__head {
    display: flex;
    justify-content: space-around;
    background-color: #000;
    color: #fff;
    align-items: center;
    padding: 5px;
}
.delete__icon {
    width: 15px;
}
.shoe__size__wrap__head__txt__delele{
       background-color: #fff;
    padding: 4px 6px;
    border-radius: 50px;
    width: 28px;
    box-shadow: 0px 3px 6px #00000029; 
}
td.shoe__size__wrap__available p {
    text-align: left;
    color: #000000;
    font-size: 15px;
    line-height: 1;
    margin: 2px;
    border: 1px solid #D7D7D7;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
      -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
th.shoe__size__wrap__available-head p {
    text-align: left;
    color: #000000;
    font-size: 15px;
    line-height: 1;
    margin: 2px;
    height: 30px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.table td, .table th {
    padding: 0;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.table thead th {
    height: 30px;
    width: 23px;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: inherit;
    border-bottom: 0px solid #dee2e6;
    color: #000000;
    font-size: 13px;
}
.shoe__size__wrap__available.no-border p{
	    border: none;
}
.shoe__size__wrap {
    padding-top: 30px;
}
.size__icon {
    width: 22px;
}
.total__shoe__q-ammount__box {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
}
.total__shoe__quantity__txt {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
}
.total__shoe__quantity__digit {
    color: #6E6E6E;
    font-size: 30px;
    font-weight: 400;
}
.spacer__total__ammount_boder {
    border-left: 1px solid #707070;
}
.product__btn__saveforlatter__box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.btn__saveforlatter {
background-color: #fb2626;
    margin: 0px 15px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 40px;
}
.tab__link__product {
    padding: 15px 30px;
    text-align: left;
    letter-spacing: 0px;
    color: #989898;
    opacity: 1;
    font-size: 17px;
}
/*.tab__bg__product{
    background-color: #F8F8F8;
}*/
p.product__details__tab__desc {
    color: #989898;
    font-size: 16px;
    line-height: 1.8;
}
.border__right__tab{
	 border-right: 1px solid #7070707d;
}
.tab__link__product.active{
    background-color: #FED41D;
    color: #3D3838;
}
.tab__link__product:hover{
    background-color: #FED41D;
    color: #3D3838;
}
.product__details__tab__box {
    padding: 30px 0;
}
.similar__product__head {
    color: #989898;
    text-transform: uppercase;
    font-size: 22px;
}
.similar__product__box {
    padding: 30px 0;
}
p.choose__color__product__available:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border: #ef6700 3px solid;
 border-radius: 50px;}
.choose__color__product__zoom__image {
    padding-top: 30px;
        padding-bottom: 30px;
}
.choose__color__product__head {
    color: #989898;
    font-size: 22px;
}
.choose__color__product {
    padding: 30px 0;
}
.choose__color__product__available {
background-color: black;
    color: #fff;
    font-size: 14px;
    width: 55px;
    border-spacing: 10px;
    border-style: ridge;
    height: 55px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    /* border: 3
px
 solid #EF6700; */
    padding: 14px;
}
p.choose__color__product__available.choose__color__product__notavailable:after {
    display: none;
}
p.choose__color__product__available.choose__color__product__notavailable {
    font-size: 9px;
    width: 40px;
    height: 40px;
        border: none;
}

/*zoom product image*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.product__box.product__dashboard__box .product__seprator{
        margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(https://fancyapps.com/fancybox/source/fancybox_sprite.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(https://fancyapps.com/fancybox/source/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.gallery-viewer {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
      float: none !important;
    max-width: 100% !important;
    margin: 10px !important;
        width: 100%;
}
#ui-carousel-prev {
    display: none !important; 
}
#ui-carousel-next{
	display: none !important;
}

/*modal css */
.modal-header {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-title {
    text-align: left;
    letter-spacing: 0px;
    color: #A4A4A4;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 42px;
    font-weight: 300;
}
.profile__text__box{
	background: #F1F1F1 0% 0% no-repeat padding-box;
    border: none;
    width: 74%;
    border-radius: 50px;
    position: relative;
        padding-left: 40px;
}
.position-relatives{
	position: relative;
}
.profile__popup__icon {
    position: absolute;
    width: 17px;
    top: 9px;
    left: 13px;
}
.btn.btn-reset {
	background-color: #E82030;
    color: #fff;
    border-radius: 50px;
    width: 24%;
    font-size: 14px;
    text-transform: uppercase;
}
.profile__table__popup thead th{
    text-align: left;
    margin-bottom: 15px;
    vertical-align: inherit;
    border-bottom: 0px solid #dee2e6;
    color: #ffffff;
    font-size: 13px;
    background-color: #B8B8B8;
    font-weight: 400;
        padding-left: 5px;
}
tr.profile__table__popup__td td {
    font-size: 14px;
    color: #353535;
    padding-bottom: 26px;
    padding-left: 5px;
    vertical-align: middle;
}
.profile__form__pop{
	padding-bottom: 30px;
}
button.btn.btn__addstore {
    background-color: #E82030;
    font-size: 12px;
    padding: 5px 12px;
    color: #fff;
    border-radius: 0px;
    display: block;
}
.setting__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
a.popup__icon__btn {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 55px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
        margin: 4px;
}
a.popup__icon__btn img {
    padding: 5px;
}
@media (min-width: 576px){
.modal-dialog.modal__width__control {
    max-width: 630px;
    margin: 1.75rem auto;
}
}
.mobile__rememberme{
    display: none;
}
.mobile__menu__cart {
    display: none;
}
.col__product__mobile{
    display: none;
}
.mobile__filter__sort{
    display: none;
}
.mobile__offer__image__show{
        display: none;
    }
    .home__slider__mobile{
        display: none;
    }
    .product__view__slider{
        display: none;
    }
    .product__details__box__section .form-group {
    margin-bottom: 0rem;
    }

/*responsive css */
@media (max-width: 767px){
    .product__details__box {
        padding-bottom: 0px;
        flex-direction: column;
        align-items: center;
    }
    .home__product__image-1 {
        margin-right: 0px;
        transform: none;
    }
    .home__product__image-2 {
        margin-right: 0px;
        transform: none;
    }
    .home__product__image-3 {
        margin-right: 0px;
        transform: none;
    }
    .home__product__image-4 {
        margin-right: 0px;
        transform: none;
    }
    .home__product__image-5 {
        margin-right: 0px;
        transform: none;
    }
    .mobile__rememberme{
        display: block;
    }
    .carousel-item .product__box{
        max-width: 100%;
    }
    .desktop__rememberme{
        display: none;
    }
    .rememberme-check-box {
        top: 70px;
    }
    .form-row.mt-2.ml-2.mobile__rememberme {
        margin-bottom: 15px;
    }
    .rememberme__label {
        color: #656565;
        font-size: 14px;
        margin-top: 6px;
    }
    .logo.active__logo {
        width: 60px;
    }
    .mobile__menu__cart {
        display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    li.nav-item {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin-right: -15px;
    }
    .nav-link {
        text-align: left;
        letter-spacing: 0px;
        color: #655E5E;
        opacity: 1;
        font-size: 16px;
        line-height: 12px;
        margin-right: 4px;
        padding: 14px;
    }   
    .mobile-responsive_toggler{
        margin-right: -50px;
    }
    .nav__link__desk{
        display: none;
    }
    .product__dashboard__image img {
        margin-bottom: 15px;
            height: auto;
    }
    .product__box{
        margin-bottom: 8px;
    }
    .form-group.position-relatives.d-flex.justify-content-between {
        display: block !important;
    }
    .btn.btn-reset{
        margin-top: 15px;
    }
    .profile__text__box {
        width: 100%;
    }
    .profile__popup__table {
        padding-bottom: 30px;
    }
    .profile__table__popup thead th {
        height: 45px;
        font-size: 12px;
    }
    .col__product__mobile{
        display: block;
    }
    tr.profile__table__popup__td td {
        font-size: 11px;
    }
    .mobile__filter__sort{
        display: block;
            padding: 8px 15px;
    }
    img.sort__icon__image {
        width: 23px;
        height: 24px;
        margin: 4px;
    }
    .filter__box__icon a, .sort__box a {
        font-size: 14px;
        color: #707070;
        font-weight: 400;
    }
    .desktop__device__filter{
        display: none;
    }
    .mobile__offer__image__hide{
        display: none;
    }
    .mobile__offer__image__show{
        display: block;
    }
    .product__box__margin__bottom {
    padding-top: 0px;
    margin-bottom: 0;
    }
    .padding__left{
        padding-left: 7.5px;
    }
    .padding__right{
        padding-right: 0px;
    }
    .product__image {
        width: 120px;
    }
    .product__name{
        font-size: 11px;
    }
    .product__number__rrp__wsp{
        font-size: 10px;
    }
    .product__rrp__wsp{
        font-size: 8px;
    }
    .select__color__box{
        margin-top: 5px;
    }
    .product__box.product__dashboard__box hr{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .product__wishlist__box {
        margin-top: 3px !important;
    }
    .carousel-indicators li{
        background-color: #41403b;
            background-color: #41403b;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        }
    .home__slider__mobile{
        display: block;
    }
    .home__slider__desktop{
        display: none;
    }
    form.login__form {
        padding: 0px 0;
    }
    .product__view__slider{
        display: block;
    }
    .product__image__zoom__box{
        display: none;
    }
    .choose__color__product__available {
    font-size: 11px;
    width: 35px;
    height: 35px;   
    padding: 14px;
    }
    p.choose__color__product__available.choose__color__product__notavailable {
    font-size: 7px;
    width: 25px;
    height: 25px;
    }
    .choose__color__product .col{
        padding: 10px;
        flex-wrap: wrap;
        flex-grow: inherit;
    }
    .product__screen__name__box{
        display: none;
    }
    .product__screen__section hr{
        display: none;
    }
    .mobile__column__reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .choose__color__product {
    padding: 0px 0;
    }
    .btn__saveforlatter {
    padding: 10px 12px;
        width: 48%;
    }
    .login__btn__box {
    margin-bottom: 30px;
    }
    .product__screen__section .product__rrp__wsp {
        font-size: 8px;
    }
    .product__screen__section .product__number__rrp__wsp {
    font-size: 11px;
    }
    .border__right__tab {
    border-right: 0px solid #7070707d;
    }
    p.forgot__pass__text {
    margin-top: 3px;
    }
    .product__offer__text {
        font-size: 10px;
    }
    .product__offer__box {
        top: 8px;
    }
    .product__image__box {
    margin-top: 30px;
    }
    .choose__color__product__head {
        font-size: 16px;
    }
    .carousel-indicators{
        bottom: -30px;
    }
    .btn__saveforlatter {
        margin: 0px 5px;
    }
    .similar__product__box .product__box{
        box-shadow: 0px 10px 20px #fff;
    }
    .mobile__choose__color__margin{
        margin-left: -2px;
        justify-content: flex-start !important;
    }
    p.shoe__size__wrap__head__txt {
        font-size: 14px;
    }
    .similar__product__head {
    font-size: 18px;
    padding-bottom: 25px !important;
    }
    #carousel-example-1z .product__box{
            box-shadow: 0px 10px 20px #fff;
    }
    .product__details__box__section .carousel-indicators {
    bottom: -48px;
    }
    img.logo {
    width: 120px;
}
button.btn.btn__addstore {
        margin: auto;
}
.product__details__tab__box li.nav-item {
    margin-right: 3px 0px;
}
} 