
 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: #FFFFFF;
}

.black-border {
  position: absolute;
  width: 320px;
  height: 50px;
  z-index: 700;
  border: 1px solid #000000;
  box-sizing: border-box;
  pointer-events: none;
}

#ad_id.my-ad.mrec {
  width: 320px;
  height: 50px;
  box-sizing: border-box;
}

.inner-border {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 316px;
  height: 46px;
  z-index: 99;
  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;
  background: #fff;
  border-radius: 3px;
}
/* 
-------------------------------- 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: 320px;
  height: 50px;
}

.product-title-container {
  width: 100px;
  height: 20px;
  top: 8px;
  right: 5px;
  overflow: hidden;
}

.product-title {
  font-size: 10px;
  line-height: 10px;
  font-family: 'WorkSans-Regular', sans-serif;
}

.product_container {
  width: 148px;
  height: 50px;
}

.product_link {
  text-decoration: none;
  color: #000000;
  width: 148px;
  height: 50px;
  margin-left: 2px;
  position: relative !important;
  float: left;
}

.price_container {
  width: 60px;
  height: 12px;
  bottom: 7px;
  right: 50px;
}

.price {
  text-decoration: none;
  font-size: 10px;
}

.price.standard-color {
  color: #050505;
}

.price.on-sale-color {
  color: #e10e49;
}


.plus_size {
  right: 4.5px;
  bottom: 1.5px;
}

.new_arrival {
  left: 4.5px;
  top: 1.5px;
}



.flickity-page-dots .dot {
  width: 3px !important;
  height: 3px !important;
  padding: 0px !important;
  top: 17.5px !important;
  right: 0px !important;
  position: relative !important;
  background: #fff !important;
  border: 1px solid #000000 !important;
  margin: auto !important;
  position: relative !important;
  float: left;
  clear: left;
  margin-top: 3px !important;
  margin-left: 2.5px !important;
}



.flickity-page-dots .dot:hover {
  padding: 0px;
  top: 3px;
  opacity: 1;
  position: relative;
  background: #FFF;
  border: 3px solid #000000;
}

.flickity-page-dots .dot.is-selected {
  position: relative;
  background: #000000 !important;
}

.flickity-page-dots {
  top: -10px;
  right: 6.5px;
  width: 10px !important;
  height: 50px !important;
}

.product_image_container {
  top: 5px;
  left: 2px;
  width: 31px;
  height: 41px;
  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: 31px!important;
  height: 41px!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;
}

.product_bubble {
  width: 8px;
  height: 8px;
  z-index: 600 !important;
}

.onsale_icon {
  left: 2px;
  top: 2px;
}

.button {
  z-index: 160;
  font-size: 4px;
  bottom: 8px;
  letter-spacing: 0.01em;
  height: 11px;
  width: 40px;
  right: 10px;
  background: #262626;
  border-radius: 9999px;
  overflow: hidden;
}

.example_b {
  position: absolute;
  color: #b5ff00;
  height: 11px;
  line-height: 11px;
  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(11px) !important;
  color: #b5ff00;
  height: 11px;
  line-height: 11px;
  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(-11px) !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: 9px;
  left: 12px;
  z-index: 550;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

#logo_full {
  left: 0;
  top: 0;
  z-index: 550;
  width: 320px;
  height: 50px;
  margin: 0 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;
}