
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* 
--------------------- BROWSER ANIMATION FIXES AND RENDERING OPTIMAZATION -------------------------
--------------------------------------------------------------------------------------------------
*/

@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Medium';
  src: url('../fonts/WorkSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.work_sans_regular {
  font-family: 'WorkSans-Regular', sans-serif;
}

.work_sans_medium {
  font-family: 'WorkSans-Medium', sans-serif;
}

.smooth-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* Add to body*/
.no-pixel-shift {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}

.crisp-image {
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.will-change {
  will-change: transform;
}

/* 
-------------------------------- GENERAL BANNER CLASSES ------------------------------------
--------------------------------------------------------------------------------------------
*/

#ad_id.my-ad {
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  background: #FFF;
}

.black-border {
  position: absolute;
  width: 970px;
  height: 250px;
  z-index: 700;
  border: 1px solid #000000;
  box-sizing: border-box;
  pointer-events: none;
}

#ad_id.my-ad.mrec {
  width: 970px;
  height: 250px;
  box-sizing: border-box;
}

.inner-border {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 960px;
  height: 240px;
  z-index: 600;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.24);
  pointer-events: none;
  border-radius: 6px;
}

/* 
-------------------------------- SWIPER STYLES ------------------------------------
--------------------------------------------------------------------------------------------
*/
.carousel-cell {
  opacity: 1 !important;
  transition: opacity 1s ease !important;
  display: block !important;
  visibility: visible !important;

}



.carousel-cell .is-selected {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;

}

.flickity-slider {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;

}


.main-swiper-container {
  width: 753px;
  height: 250px;
}

.product_container {
  width: 130px;
  height: 250px;
}

.product_link {
  text-decoration: none;
  color: #000000;
  width: 130px;
  height: 250px;
}

.product-title-container {
  width: 120px;
  height: 40px;
  bottom: 51px;
}

.product-title {
  font-size: 12px;
  line-height: 20px;
  font-family: 'WorkSans-Regular', sans-serif;
}

.price_container {
  width: 130px;
  height: 20px;
  bottom: 57px;
  right: 0px;
}

.price-container-left {
  width: 70px;
  height: 20px;
}

.price-container-right {
  width: 70px;
  height: 20px;
}

.price {
  text-decoration: none;
  font-size: 17px;
  display: block;
  line-height: 20px;
}

.price.standard-color {
  color: #050505;
}

.price.on-sale-color {
  color: #e10e49;
}

/* .bullet {text-decoration: none; font-size: 10px; color: #a6a6a6; border-radius: 2px; line-height: 18px;} */
.product_bubble {
  width: 20px;
  height: 20px;
  z-index: 600 !important;
}

.onsale_icon {
  left: 3px;
  top: 3px;
}


.flickity-page-dots .dot {
  padding: 0px;
  top: 0px;
  right: 3px;
  position: relative;
  background: #fff;
  border: 2px solid #000000;
  width: 6px !important;
  height: 6px !important;

}

.flickity-page-dots {

  padding: 0px;
  position: relative;
  width: 20px !important;
  right: 38px;
  height: 35px;
  top: 107px !important;

}


.flickity-page-dots .dot:hover {
  padding: 0px;
  top: 0px;
  right: 3px;
  opacity: 1;
  position: relative;
  background: #FFF;
  border: 2px solid #000000;

}

.flickity-page-dots .dot.is-selected {
  padding: 0px;
  top: 0px;
  right: 3px;
  position: relative;
  background: #000000 !important;
  border: 2px solid #000000;

}

.flickity-page-dots {
  bottom: auto !important;
  top: -3px;
}

.product_image_container {
  top: 22px;
  width: 104px;
  height: 139px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.product_image_container.no-ms {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.product_image {
  transform: scale(1);
  transition: all 0.4s ease-out 0s;
  will-change: transform;
  object-fit: cover;
  width: 104px!important;
  height: 139px!important;
}

.product_link.no-ms:hover .product_image_container img.product_image {
  transform: scale(1.18) !important;
}








/* 
-------------------------------- BRAND STYLES ----------------------------------------------
--------------------------------------------------------------------------------------------
*/

.product_image {
  z-index: 100 !important;
}

.plus_size {
  right: 5px;
  bottom: 5px;
}

.new_arrival {
  left: 5px;
  top: 5px;
}

.button {
  z-index: 160;
  font-size: 11px;
  bottom: 20px;
  right: 1px;
  letter-spacing: 0.01em;
  line-height: 26px;
  height: 26px;
  width: 95px;
  background: #262626;
  overflow: hidden;
  border-radius: 9999px;
}

.example_b {
  position: absolute;
  color: #b5ff00;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  transform-origin: center;
  text-align: center;
  backface-visibility: hidden;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.example_c {
  position: absolute;
  transform: translateY(26px) !important;
  color: #b5ff00;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  transform-origin: center;
  text-align: center;
  backface-visibility: hidden;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.product_link.no-ms:hover .example_b {
  letter-spacing: 0.01em;
  transform: translateY(-26px) !important;
  will-change: transform;
}

.product_link.no-ms:hover .example_c {
  letter-spacing: 0.01em;
  transform: translateY(0px) !important;
  will-change: transform;
}

.product_link.no-ms:hover .button {
  transform: scale(1) !important;
  will-change: transform;
}

#logo {
  top: 14px;
  left: 12px;
  z-index: 2o;
  width: 196px;
  height: auto;
}


/*
-------------------------------- HELPER STYLES ----------------------------------------------
---------------------------------------------------------------------------------------------
*/

/* OPACITY HELPERS */

.invisible {
  opacity: 0;
}

/*. TYPOGRAPHY HELPERS */

.text-align-center {
  text-align: center;
}

/*. CENTERING HELPERS */

.absolute-center {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.center-block-element {
  margin: 0 auto;
}

.display-table-one {
  /*Add this to parent vertical center element*/
  display: table;
}

.display-table {
  /*Add this to parent vertical center element*/
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.vertical-center {
  /*Add this to next child element of the .display-table element*/
  display: table-cell;
  vertical-align: middle;
}

/*. POSITIONING HELPERS */

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.zero-scale {
  transform: scale(0);
}

/*. POSITIONING HELPERS STACKING ORDER */

/*. .z-i-1 = Z Index 1 */

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.z-i-6 {
  z-index: 6;
}

.z-i-7 {
  z-index: 7;
}

.z-i-8 {
  z-index: 8;
}

.z-i-9 {
  z-index: 9;
}

.z-i-10 {
  z-index: 10;
}

.z-i-11 {
  z-index: 11;
}

.z-i-12 {
  z-index: 12;
}

/*. RESPONSIVE HELPERS */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-vertical {
  display: block;
  max-height: 100%;
  width: auto;
}

/* 
-------------------------------- BANNER SPECIFIC STYLES ----------------------------------------------
------------------------------------------------------------------------------------------------------
*/

.mask {
  overflow: hidden;
  width: 100%;
}

.display-none {
  display: none;
}