@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:200,300');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

iframe.goog-te-banner-frame{ display: none !important;}

.goog-logo-link {display:none !important;} 
.goog-te-gadget{color: transparent !important;}
 
* {margin: 0; padding: 0;}
 
.clear {clear: both;}
 
.nomobile	{display: none;}
 
.left {float: left;}
 
.width90 {width: 90px;}
.width140 {width: 140px;}
.width210 {width: 210px;}
 
h1
{
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
 
body
{
  font-family: 'Kanit', sans-serif;
  font-size: 13px;
}

.cookies
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 560px;
	background: rgba(0,0,0,.7);
	border: 1px solid #666;
	box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	z-index: 1000;
	padding-bottom: 20px;
}
	.cookies-text
	{
		float: left;
		max-width: 240px;
		line-height: 16px;
		color: #fff;
		margin: 22px 0 0 20px;
		font-size: 14px;
	}
		.cookies-text a
		{
			position: relative;
			top: 5px;
			color: #fff;
			text-decoration: underline;
		}
	.cookies-accept
	{
		float: right;
		height: 30px;
		line-height: 30px;
		margin: 25px 20px 0 0;
		background: #dae405;
		padding: 0 10px;
		border-radius: 3px;
		color: #000;
		cursor: pointer;
	}
	.cookies-deny
	{
		float: right;
		height: 30px;
		line-height: 30px;
		margin: 25px 20px 0 0;
		background: #bbecf2;
		padding: 0 10px;
		border-radius: 3px;
		color: #000;
		cursor: pointer;
	}

a.whatsapp
{
	position: fixed;
	bottom: 90px;
	right: 90px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	z-index: 400;
	border-radius: 100%;
	box-shadow: 2px 2px 3px #999;
	background: url(../img/whatsapp.png) center no-repeat #25d366;
	background-size: 40px;
}

.promotion-overlay
{
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	align-items: center;
	justify-content: center;
	z-index: 500;
}
	.promotion-popup
	{
		font-family: Arial, Helvetica, sans-serif;
		background: #fff;
		width: 764px;
		background: url(../img/signupdiscountbg.jpg) center no-repeat;
		background-size: cover;
		position: relative;
		display: flex;
		flex-direction: column;
	}
		.promotion-close
		{
			background: url(../img/signupdiscountclose.svg) center no-repeat;
			background-size: contain;
			height: 30px;
			width: 30px;
			position: absolute;
			top: 5px;
			right: 5px;
			cursor: pointer;
		}
		.promotion-box
		{
			background-color: #fff;
			box-shadow: -18px 16px 31px rgba(91, 141, 160, .98);
			margin: 45px auto 45px 45px;
			padding: 40px 30px;
			display: flex;
			flex-direction: column;
			position: relative;
			width: 300px;
		}
			.promotion-top
			{
				font-size: 19px;
				font-weight: 400;
				line-height: 1.3;
				text-align: center;
				text-align-last: center;
			}
			.promotion-middle
			{
				font-size: 67px;
				font-weight: 400;
				line-height: 1.3;
				text-align: center;
				text-align-last: center;
			}
			.promotion-bottom
			{
				font-size: 22px;
				font-weight: 700;
				line-height: 1.3;
				text-align: center;
				text-align-last: center;
				display: flex;
				gap: 10px;
				align-items: center;
			}
				.promotion-bottom-spacer
				{
					height: 2px;
					background: #000;
					flex: 1;
				}
			.promotion-form
			{
				margin-top: 40px;
				display: flex;
				flex-direction: column;
				gap: 15px;
			}
				.promotion-row
				{
					flex: 1;
					display: flex;
					gap: 5px;
					align-items: center;
				}
					.promotion-row [type="text"]
					{
						border: 0;
						padding: 15px;
						outline: 0;
						border-bottom: 1px solid #000;
						flex: 1;
					}
					.promotion-row [type="checkbox"]
					{
						min-width: 18px;
						height: 18px;
					}
					.promotion-row label
					{
						color: rgba(77, 77, 77, .66);
						font-size: 12px;
					}
					
			.promotion-button
			{
				background: #000;
				text-align: center;
				color: #fff;
				font-weight: bold;
				text-transform: uppercase;
				padding: 15px 0;
				cursor: pointer;
				font-size: 15px;
			}
			
			.promotion-privacy
			{
				cursor: pointer;
				text-decoration: underline;
			}

.notification-overlay,
.confirmation-overlay
{
  background: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 601;
}
  .notification,
  .confirmation
  {
    width: calc(90% - 40px);
    max-width: 600px;
    display: inline-table;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #def7ff;
    padding: 20px;
    box-shadow: 4px 4px 2px -1px rgba(0,0,0,.6);
    text-align: center;
  }
    .notification-icon,
    .confirmation-icon
    {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      height: 64px;
      background: url(../img/info.png) center no-repeat;
      background-size: contain;
      margin: 0 0 10px 0;
    }
    .notification-message,
    .confirmation-message
    {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 90px);
      margin: 0 0 10px 20px;
      font-size: 13px;
      font-weight: bold;
      color: #6b7084;
      text-align: left;
      color: #000;
    }
    .notification-ok,
    .confirmation-confirm
    {
      background: #2bd753;
      border: 1px solid #2cae4a;
      color: #fff;
      padding: 6px 20px;
      border-radius: 1px;
      font-size: 13px;
      text-align: center;
      cursor: pointer;
    }
    .notification-ok
    {
      display: inline;
      text-align: center;
      cursor: pointer;
    }
    .confirmation-confirm
    {
      float: left;
      margin: 0 0 0 calc(50% - 99px);
    }
    .notification-ok:hover,
    .confirmation-confirm:hover
    {
      background: #45ea6c;
    }
    .confirmation-cancel
    {
      background: #f9a2a2;
      border: 1px solid #be6868;
      color: #333;
      float: left;
      margin: 0 0 0 30px;
      padding: 6px 20px;
      border-radius: 1px;
      font-size: 13px;
      text-align: center;
      cursor: pointer;
    }
    .confirmation-cancel:hover
    {
      background: #ffc5c5;
    }
 
.popup-overlay
{
  background: rgba(0,0,0,.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
}
.popup
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  box-shadow: 4px 4px 3px rgba(0,0,0,.3);
  z-index: 300;
  max-height: 95vh;
  max-width: 95vw;
}
  .popup > iframe
  {
    width: 100%;
    height: 100%;
    border: 0;
  }
  .popup-iframe
  {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .popup-body
  {
    overflow: hidden;
  }
  .popup-title
  {
    background: #000;
    color: #fff;
  }
    .popup-title-text
    {
      float: left;
      margin: 0 0 0 10px;
      line-height: 40px;
      font-size: 18px;
    }
    .popup-title-close
    {
      width: 28px;
      height: 28px;
      float: right;
      margin: 6px 10px 0 0;
      cursor: pointer;
      background: url(../img/popup-close.png) center no-repeat;
      background-size: cover;
    }
    .popup-content
    {
      font-size: 13px;
      margin: 30px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 19px;
    }
    .popup-button-close
    {
      width: 150px;
      margin: 0 auto;
      text-align: center;
      padding: 8px 0;
      background: #ecac13;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
    }
 
.promo-tag
{
  position: fixed;
  right: 0;
  top: -14vh;
  bottom: 0;
  margin: auto;
  height: 130px;
  width: 80px;
  background: #1d69db;
  z-index: 501;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  transition: all .3s ease-in-out;
  box-shadow: 3px 4px 2px rgba(0,0,0,.4);
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}
.promo-tag:hover
{
  padding-right: 10px;
}
.promo-tag.clicked
{
  opacity: 0;
  right: -80px;
}
  .promo-tag-text
  {
    margin: 5px;
    height: calc(100% - 24px);
    border: 2px solid rgba(255,255,255,.8);
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 20px;
  }
    .promo-tag-text span
    {
      font-size: 26px;
    }
 
.promo-box
{
  position: fixed;
  right: -300px;
  top: -20vh;
  bottom: 0;
  margin: auto;
  height: 340px;
  width: 300px;
  background: #1d69db;
  z-index: 501;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  transition: all .3s ease-in-out;
  box-shadow: 3px 4px 2px rgba(0,0,0,.4);
  opacity: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}
.promo-box.active
{
  right: 0;
  opacity: 1;
}
  .promo-box-close
  {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 20px;
    font-weight: bold;
    background: #1d69db;
    padding: 5px;
  }
  .promo-box-inner
  {
    height: calc(100% - 44px);
    padding: 15px;
    margin: 5px;
    border: 2px solid rgba(255,255,255,.8);
  }
  .promo-box-title
  {
    text-align: center;
    font-size: 32px;
    margin: 10px 0 0 0;
  }
  .promo-box-text
  {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 21px;
  }
  .promo-box-register
  {
    margin: 40px 0 0 0;
    background: #ecac13;
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    box-shadow: 2px 3px 1px rgba(0,0,0,.3);
    letter-spacing: .5px;
  }
  .promo-box-conditions
  {
    font-style: italic;
    position: absolute;
    bottom: 10px;
  }
 
.register-content
{
  font-size: 13px;
  margin: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
}
  .register-text
  {
    background: #1d69db;
    color: #fff;
    padding: 10px;
    font-weight: bold;
  }
  .register-form
  {
    background: #efefef;
    padding: 0 0 15px 0;
    margin: 10px 0 0 0;
  }
    .register-form-conditions
    {
      font-size: 11px;
      margin: 10px 20px 0 0;
      text-align: right;
      color: #666;
    }
      .register-form-conditions-link
      {
        color: #195bcc;
        text-decoration: underline;
        cursor: pointer;
      }
      .register-form-conditions-link:hover
      {
        text-decoration: none;
      }
    .register-form-row {}
      .register-form-label
      {
        width: 200px;
        font-size: 13px;
        text-align: right;
        margin: 20px 0 0 0;
        float: left;
      }
      .register-form-label.required:after
      {
        content: '*';
        font-size: 20px;
        color: #c00;
        line-height: 10px;
        overflow: hidden;
        position: relative;
        top: 5px;
      }
      .register-form-select
      {
        float: left;
        margin: 20px 0 0 10px;
      }
      .register-form-input
      {
        float: left;
        margin: 20px 0 0 10px;
      }
      .checkemail-checking
      {
        display: none;
        width: 24px;
        height: 24px;
        float: left;
        background: url(../img/checkingemail.gif) center no-repeat;
        background-size: contain;
        margin: 16px 0 -20px 10px;
      }
      .checkemail-valid
      {
        display: none;
        float: left;
        margin: 15px 0 -20px 10px;
        color: #4ab93e;
        line-height: 28px;
        font-size: 28px;
      }
      .checkemail-invalid
      {
        display: none;
        float: left;
      }
        .checkemail-invalid-icon
        {
          float: left;
          font-size: 28px;
          margin: 14px 0 -20px 10px;
          color: #c00;
          line-height: 28px;
        }
        .checkemail-invalid-text
        {
          float: left;
          color: #000;
          font-size: 12px;
          margin: 20px 0 0 5px;
        }
  .register-continue
  {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 7px 0;
    width: 175px;
    text-align: center;
    margin: 15px auto 0 auto;
    cursor: pointer;
  }
  .register-continue.disabled
  {
    background: #ddd;
    color: #999;
    cursor: default;
  }
 
.header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  background: #fff;
  transition: all .2s ease-in-out;
  text-align: center;
}
  .header *
  {
    transition: all .2s ease-in-out;
  }
  .header-topbar
  {
    height: 26px;
    background: #000;
		display: none;
  }
    .header-topbar-alparadise
    {
      display: none;
      float: left;
      color: #fff;
      margin: 5px 0 0 10px;
      font-weight: bold;
    }
    .header-topbar-chooselanguage
    {
      float: right;
      margin: 5px 20px 0 0;
      color: #ccc;
      font-size: 11px;
    }
      .header-topbar-chooselanguage-text
      {
        float: left;
      }
      .header-topbar-chooselanguage-language
      {
        float: left;
        margin: 0 0 0 10px;
        cursor: pointer;
      }
      .header-topbar-chooselanguage-language:hover
      {
        color: #eee;
      }
      .header-topbar-chooselanguage-language.selected
      {
        color: #fff;
        font-weight: bold;
        cursor: default;
      }
  .header-logo
  {
    width: 329px;
    height: 60px;
    float: left;
    margin: 10px 0 0 calc(50vw - 165px);
    position: relative;
    z-index: 100;
		background: url(../img/logo.png) center no-repeat;
		background-size: contain;
  }
  .header-nav-mobile-toggle
  {
    display: none;
    float: left;
    width: 50px;
    height: 50px;
    margin: 6px 10px 0 5px;
    cursor: pointer;
  }
    .header-nav-mobile-toggle-bar
    {
      margin: 8px 3px 0 3px;
      height: 6px;
      background: #000;
    }
  .header-nav
  {
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
  }
    .header-nav a
    {
      color: inherit;
      text-decoration: none;
    }
    .header-nav-link
    {
      float: left;
    }
      .header-nav-link-text
      {
        padding: 5px 20px;
        margin: 0 10px;
        cursor: default;
      }
			.header-nav-link-text.promotions
			{
				color: #d83a2a;
			}
      a .header-nav-link-text
      {
        cursor: pointer;
      }
      .header-nav-link:hover .header-nav-link-text
      {
        text-decoration: underline;
      }
      .header-subnav
      {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 20px 0 50px 0;
        border-bottom: 3px solid #000;
        background: #fff;
        display: none;
        text-align: center;
      }
      .header-nav-link:hover .header-subnav
      {
        display: block;
      }
        .header-subnav-content
        {
          display: inline-block;
          margin: 0 auto;
        }
          .header-subnav-link-column
          {
            float: left;
            margin: 0 0 0 40px;
            text-align: left;
          }
            .header-subnav-link
            {
              padding: 5px 20px;
              margin: 5px 10px;
              cursor: pointer;
              font-size: 13px;
            }
            .header-subnav-link:hover
            {
              text-decoration: underline;
            }
          .header-subnav-banner
          {
            float: right;
            width: 570px;
            height: 175px;
            position: relative;
          }
          .header-subnav-banner.header-subnav-banner-clothing
          {
            background: url(../img/subnav-clothing.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-dresses
          {
            background: url(../img/subnav-dresses.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-trousers
          {
            background: url(../img/subnav-trousers.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-tops
          {
            background: url(../img/subnav-tops.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-blouses
          {
            background: url(../img/subnav-blouses.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-accessories
          {
            background: url(../img/subnav-accessories.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-jackets
          {
            background: url(../img/subnav-jackets.jpg) center no-repeat;
            background-size: contain;
          }
          .header-subnav-banner.header-subnav-banner-newin
          {
            background: url(../img/subnav-newin.jpg) center no-repeat;
            background-size: contain;
          }
					.header-subnav-banner.header-subnav-banner-promotions
          {
            background: url(../img/subnav-promotions.jpg) center no-repeat;
            background-size: contain;
          }
            .header-subnav-banner-text
            {
              position: absolute;
              bottom: 0;
              right: 20px;
              padding: 10px 20px;
              background: #fff;
              font-size: 30px;
            }
            a .header-subnav-banner:hover .header-subnav-banner-text
            {
              text-decoration: underline;
            }
  .header-login
	{
		float: right;
		padding: 6px 12px;
		border-radius: 3px;
		border: 1px solid #000;
		background: #ddd;
		cursor: pointer;
		margin: 14px 30px 0 0;
	}
	.header-basket
  {
    float: right;
    margin: 14px 30px 0 0;
    cursor: pointer;
  }
  .header-basket a
  {
    color: #000;
    text-decoration: none;
  }
    .header-basket-bubble
    {
      float: left;
      height: 30px;
      border-radius: 3px;
      background: #1d69db;
      text-align: center;
      line-height: 28px;
      font-size: 24px;
      color: #fff;
      position: relative;
			padding: 0 5px;
    }
    .header-basket-bubble:after
    {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -5px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #1d69db;
    }
    .header-basket-icon
    {
      float: left;
      width: 26px;
      height: 30px;
      margin: 0 0 0 10px;
      background: url(../img/basket.png) center no-repeat;
      background-size: contain;
    }
    .header-basket-text
    {
      float: left;
      margin: 4px 0 0 10px;
      font-size: 14px;
      text-transform: uppercase;
    }
    .header-basket-text:hover
    {
      text-decoration: underline;
    }
  .header-filter-toggle
  {
    display: none;
    float: right;
    height: 50px;
    margin: 0 0 0 20px;
    border-left: 1px solid #ccc;
    cursor: pointer;
  }
    .header-filter-toggle-text
    {
      float: left;
      font-size: 18px;
      color: #666;
      margin: 10px 0 0 20px;
    }
    .header-filter-toggle-arrow
    {
      float: left;
      margin: 10px 20px 0 15px;
      font-size: 18px;
      transform: scale(1.8,1);
      color: #aaa;
    }
 
.header.condensed
{
  height: 50px;
}
  .header.condensed > .clear 
  {
  	display: none;
  }
  .header.condensed .header-basket
  {
    margin-right: 10px;
 		margin-top: 12px;
  }
    .header.condensed .header-basket-bubble
    {
      font-size: 14px;
      width: 24px;
      height: 24px;
      line-height: 22px;
    }
    .header.condensed .header-basket-icon
    {
    width: 21px;
    height: 24px;
    }
  .header.condensed .header-logo
  {
    height: 50px;
    margin-left: 0;
  }
  .header.condensed .header-nav 
  {
    margin-left: 0;
    margin-top: 10px;
    font-size: 13px;
  }
		.header.condensed .header-nav-link-text
		{
			padding-left: 6px;
			padding-right: 6px;
		}
  .header.condensed .header-subnav 
  {
		padding-top: 0;
		padding-bottom: 10px;
		top: 42px;
		margin-top: -3px;
  }

.login-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	z-index: 600;
}
	.login-container
	{
		padding: 20px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 3px 5px 8px rgba(0,0,0,.5);
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
		.login-titlebar
		{
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.login-title
			{
				font-size: 24px;
			}
			.login-close
			{
				font-size: 28px;
				color: #999;
				cursor: pointer;
				position: relative;
				top: -15px;
				right: -5px;
			}
		.login-section
		{
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
			.login-text
			{
				background: #faffbd;
				padding: 10px;
				border: 1px solid #fcdfa9;
			}
			.login-label
			{
				font-size: 18px;
				color: #666;
			}
			.login-input-full
			{
			}
				.login-input-full input
				{
					width: calc(100% - 20px);
					padding: 10px 9px;
					border: 1px solid #999;
					font-size: 20px;
					text-align: center;
				}
			.login-button
			{
				text-align: center;
				padding: 5px 20px;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				font-size: 18px;
				color: #fff;
				background: #096;
				border-radius: 5px;
			}
			.login-resend
			{
				text-align: center;
				color: #999;
				cursor: pointer;
				margin: 0 auto;
			}
			.login-resend:hover
			{
				text-decoration: underline;
			}

.slideshow
{
  margin: 116px 0 0 0;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  min-height: 300px !important;
}
  .slideshow-slide-container
  {
    position: relative;
  height: 100%;
  }
    .slideshow-slide
    {
      height: 100%;
    width: 100vw;
    float: left;
    position: relative;
      display: table;
    }
    .slideshow-slide.slide1
    {
      background: url(../img/slide1.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide2
    {
      background: url(../img/slide2.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide3
    {
      background: url(../img/slide3.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide4
    {
      background: url(../img/slide4.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide5
    {
      background: url(../img/slide5.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide6
    {
      background: url(../img/slide6.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide7
    {
      background: url(../img/slide7.jpg) center no-repeat;
      background-size: cover;
    }
    .slideshow-slide.slide8
    {
      background: url(../img/slide8.jpg) center no-repeat;
      background-size: cover;
    }
      .slideshow-slide-caption
      {
        /*position: absolute;
        top: 0;
        bottom: 0;
        left: 15%;
        margin: auto;
        width: 25%;
        height: 400px;*/
        display: table-cell;
        vertical-align: middle;
        font-size: 80px;
        line-height: 90px;
        font-weight: 300;
        color: #fff;
      }
        .slideshow-slide-caption-text
        {
          margin: 0 40% 0 20%;
        }
         
  .slideshow-controls
  {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
    .slideshow-controls-button
    {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin: 0 10px;
      background: #fff;
      cursor: pointer;
      opacity: .8;
    }
    .slideshow-controls-button:hover
    {
      opacity: .9;
    }
    .slideshow-controls-button.selected
    {
      position: relative;
      opacity: 1;
    }
    .slideshow-controls-button.selected:after
    {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      border: 2px solid #333;
    }
  .slideshow-left-arrow,
  .slideshow-right-arrow
  {
    width: 45px;
    height: 40px;
    background: rgba(255,255,255,.6);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    -webkit-transform: scale(1,2);
  -moz-transform: scale(1,2);
  -ms-transform: scale(1,2);
  -o-transform: scale(1,2);
  transform: scale(1,2);
    cursor: pointer;
    transition: all .1s ease-in-out;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
  }
  .slideshow-left-arrow
  {
    left: 0;
  }
  .slideshow-right-arrow
  {
    right: 0;
  }
  .slideshow-left-arrow:hover,
  .slideshow-right-arrow:hover
  {
    width: 70px;
    background: rgba(255,255,255,.8);
  }
 
.category
{
  text-align: center;
  margin: 110px 80px 0 80px;
}
.category.homepage
{
	margin-top: 30px;
}
.category.stylepage
{
	margin: 30px 50px 0 50px;
}
  .category-inner
  {
    margin: 0 auto;
    position: relative;
  }
    .category-title
    {
      text-align: center;
      margin: 0 20px 0 0;
      font-size: 42px;
      line-height: 30px;
      font-weight: bold;
    }
    .category-filter
    {
      float: left;
      width: 200px;
      text-align: left;
      padding-bottom: 20px;
    }
      .category-filter-sortorder
      {
        margin: 10px 0 0 0;
      }
        .category-filter-sortorder select
        {
          padding: 3px;
          font-size: 14px;
          text-transform: uppercase;
          border: 1px solid #666;
          border-radius: 0;
        }
      .category-filter-group
      {
        margin: 30px 0 0 0;
      }
        .category-filter-label
        {
          border-bottom: 1px solid #ccc;
          cursor: pointer;
        }
          .category-filter-title
          {
            text-transform: uppercase;
            font-size: 15px;
            font-weight: bold;
            float: left;
          }
          .category-filter-reset
          {
            display: none;
            float: left;
            margin: 3px 0 0 10px;
            font-size: 12px;
            color: #999;
          }
          .category-filter-reset:hover
          {
            text-decoration: underline;
          }
          .category-filter-toggle
          {
            float: right;
            margin: 0 10px 0 0;
            transform: scale(1.8, 1);
          }
      .category-filter-options
      {
        height: 0;
        overflow: hidden;
      }
        .category-filter-options a
        {
          color: #444;
          text-decoration: none;
        }
        .category-filter-options a:hover
        {
          text-decoration: underline;
        }
        .category-filter-option
        {
          margin: 6px 0 0 0;
        }
          .category-filter-option [type="checkbox"]
          {
            float: left;
            margin: 2px 0 0 0;
						width: 16px;
						height: 16px;
          }
          .category-filter-option label
          {
            max-width: 180px;
            float: left;
            margin: 2px 0 0 6px;
            font-size: 15px;
            cursor: pointer;
            color: #666;
            line-height: 15px;
          }
          .category-filter-option label:hover
          {
            text-decoration: underline;
          }
        .category-filter-size
				{
			    float: left;
					margin: 18px 0 0 18px;
					padding: 0;
					width: calc((100% / 3) - 26px);
					height: 40px;
					line-height: 40px;
					font-size: 14px;
					letter-spacing: -1px;
					cursor: pointer;
					border: 1px solid #ccc;
					text-align: center;
					position: relative;
					color: #666;
				}
				.category-filter-size:hover
				{
					background: #eee;
				}
				.category-filter-size.selected
				{
					background: #999;
					border-color: #000;
					color: #fff;
					
				}
				.price-range
        {
          margin: 10px 0 0 0;
        }
          .price-range-display
          {
            border: 0;
            color: #333;
            font-weight: bold;
          }
          .price-slider
          {
            width: calc(100% - 20px);
            margin-left: 4px;
          }
    .category-styles
    {
      float: left;
      width: calc(100% - 200px);
      padding: 0 0 80px 0;
      position: relative;
    }
		.category-styles.homepage
		{
			float: none;
			width: auto;
			padding-bottom: 30px;
		}
		.category-styles.stylepage
		{
			float: none;
			width: auto;
		}
      .category-styles-loading
      {
        position: absolute;
        bottom: 30px;
        margin: 0;
        height: 40px;
        width: calc(100% - 200px);
        opacity: 0;
        background: url(../img/category-loader.gif) center no-repeat;
        background-size: contain;
      }
			.noresults
			{
				text-align: center;
				color: #999;
				line-height: 80px;
				font-style: italic;
				margin-right: 200px;
			}
      .category-style
      {
        float: left;
        margin: 10px 10px 0 10px;
        width: calc(100% / 4 - 42px);
        overflow: hidden;
				border: 1px solid #fff;
				padding: 10px;
				transition: all .2s ease-in-out;
      }
			.category-style:hover
			{
				border-color: #ddd;
			}
			.category-style.promotion
			{
				position: relative;
			}
			.category-style.promotion:before
			{
				content: 'PROMOTION';
				position: absolute;
				top: 80px;
				left: 0px;
				background-color: #e74c3c;
				color: #fff;
				padding: 5px 40px;
				font-weight: bold;
				font-size: 0.9rem;
				letter-spacing: 1px;
				text-transform: uppercase;
				transform: rotate(-45deg);
				transform-origin: 0% 100%;
				z-index: 10;
				box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
			}
        .category-style-image
        {
          text-align: center;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 500px;
          overflow: hidden;
          object-fit: contain;
        }
        .category-style-details
        {
          height: 127px;
					position: relative;
        }
					.category-style-sizesavailable
					{
						height: 0;
						overflow: hidden;
						background: #000;
						color: #fff;
						position: absolute;
						top: -40px;
						width: 100%;
						left: 0;
						display: flex;
						align-items: center;
						justify-content: center;
					}
					.category-style:hover .category-style-sizesavailable
					{
						height: 30px;
						margin: auto;
					}
						.category-style-sizesavailable > div
						{
							display: flex;
							gap: 10px;
							align-items: center;
							justify-content: center;
						}
							.category-style-size
							{
								border-radius: 100%;
								width: 18px;
								height: 18px;
								display: flex;
								align-items: center;
								justify-content: center;
								border: 1px solid #fff;
								font-size: 9px;
							}
					.category-style-colors
					{
						margin: 10px 0 0 0;
						height: 32px;
						overflow: hidden;
					}
						.category-style-color
						{
							width: 30px;
							height: 30px;
							border-radius: 100%;
							float: left;
							margin: 0 0 0 5px;
							border: 1px solid #ccc;
						}
						.category-style-color:first-child
						{
							margin-left: 0;
						}
					.category-style-samples
					{
						margin: 10px 0 0 0;
						height: 32px;
						overflow: hidden;
					}
						.category-style-sample
						{
							width: 30px;
							height: 30px;
							border-radius: 100%;
							float: left;
							margin: 0 0 0 5px;
							border: 1px solid #ccc;
							cursor: default !important;
						}
						.category-style-sample:first-child
						{
							margin-left: 0;
						}
          .category-style-description
          {
            text-align: left;
            font-size: 14px;
            margin: 47px 0 0 0;
            text-transform: uppercase;
          }
					.category-style-colors + .category-style-description,
					.category-style-samples + .category-style-description
					{
						margin-top: 5px;
					}
          .category-style-price
          {
            font-weight: bold;
            text-align: left;
            font-size: 20px;
            margin: 2px 0 0 0;
          }
					.promotion .category-style-price
					{
						color: #d83a2a;
						font-size: 22px;
					}
          .category-style:hover .category-style-description
          {
            text-decoration: underline;
          }
          a .category-style-description,
          a .category-style-price
          {
            color: #000;
          }

.style-container
{
	margin: 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style
{
  margin: 110px auto 0 auto;
  padding: 0 0 20px 0;
}
  .style-breadcrumbs
  {
    font-size: 11px;
    margin: 15px 0 0 0;
    color: #666;
  }
    .style-breadcrumbs a {color: #000;}
  .style-mobile-title
  {
    display: none;
    text-align: center;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
    margin: 20px 0 0 0;
  }
  .style-gallery
  {
    float: left; 
    width: 500px;
    margin: 15px 0 0 0; 
  }
    .style-gallery-img img
    {
      width: 100%;
			height: auto;
    }
    .style-gallery-thumbnails
    {
      text-align: center;
    }
      .style-gallery-thumbnails img
      {
        border: 1px solid #fff;
        width: calc((100% / 4) - 12px);
        margin: 0 5px;
        cursor: pointer;
      }
      .style-gallery-thumbnails img:hover
      {
        border-color: #ccc;
      }
      .style-gallery-thumbnails img.selected
      {
        border-color: #666;
        cursor: default;
      }
  .style-details
  {
    max-width: 500px;
    float: left;
    margin: 20px 0 0 30px;
  }
    .style-title
    {
      font-size: 24px;
      color: #333;
    }
    .style-pvp
    {
      margin: 10px 0 0 0;
      font-size: 22px;
      font-weight: bold;
      height: 22px;
      line-height: 22px;
    }
    .style-description
    {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #ddd;
      font-size: 13px;
    }
    .style-compwash
		{
			float: right;
			margin: 0 0 0 20px;
			width: 200px;
		}
		
		.style-composition
    {
    }
      .style-composition-title
      {
        margin: 20px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #666;
      }
		.style-washcare
		{
		}
			.style-washcare-title
      {
        margin: 20px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #666;
      }
			.style-washcare-icon
			{
				float: left;
				margin: 5px;
				width: 24px;
				height: 24px;
				background-size: contain;
			}
			.style-washcare-30
			{
				background-image: url(../img/wash-30.png);
			}
			.style-washcare-40
			{
				background-image: url(../img/wash-40.png);
			}
			.style-washcare-60
			{
				background-image: url(../img/wash-60.png);
			}
			.style-washcare-bleach
			{
				background-image: url(../img/wash-bleach.png);
			}
			.style-washcare-bleach-no
			{
				background-image: url(../img/wash-bleach-no.png);
			}
			.style-washcare-dry-1
			{
				background-image: url(../img/wash-dry-1.png);
			}
			.style-washcare-dry-2
			{
				background-image: url(../img/wash-dry-2.png);
			}
			.style-washcare-dry-no
			{
				background-image: url(../img/wash-dry-no.png);
			}
			.style-washcare-handwash
			{
				background-image: url(../img/wash-hand.png);
			}
			.style-washcare-iron-1
			{
				background-image: url(../img/wash-iron-1.png);
			}
			.style-washcare-iron-2
			{
				background-image: url(../img/wash-iron-2.png);
			}
			.style-washcare-iron-3
			{
				background-image: url(../img/wash-iron-3.png);
			}
			.style-washcare-iron-no
			{
				background-image: url(../img/wash-iron-no.png);
			}
		
		.style-share
		{
			display: flex;
			gap: 10px;
			margin: 20px 0;
			align-items: flex-end;
		}
			.style-share-text
			{
				font-size: 14px;
				line-height: 14px;
			}
			.style-share-icon
			{
				width: 20px;
				height: 20px;
				background-color: #000;
				border-radius: 5px;
				background-size: auto 14px;
				background-position: center;
				background-repeat: no-repeat;
				cursor: pointer;
			}
			.style-share-icon.icon-facebook
			{
				background-image: url(../img/share-facebook.png);
			}
			.style-share-icon.icon-x
			{
				background-image: url(../img/share-x.png);
			}
			.style-share-icon.icon-whatsapp
			{
				background-image: url(../img/share-whatsapp.png);
			}
		
		.style-colorscontainer
		{
			float: left;
			max-width: calc(100% - 240px);
		}
		
    .style-colors-title
    {
      margin: 20px 0 0 0;
      font-size: 16px;
      font-weight: bold;
      color: #666;
			white-space: nowrap;
    }
    .style-colors
		{
			margin: 5px 0 0 0;
			position: relative;
			left: -5px;
		}
      .style-color
      {
        width: 50px; 
        height: 50px; 
        float: left;
				margin: 5px 0 0 5px;
        border: 2px solid #fff;
        cursor: pointer;
				border-radius: 100%;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				background-clip: content-box;
				padding: 3px;
				opacity: .8;
      }
			.style-color:hover
			{
				opacity: .9;
			}
      .style-color.selected 
			{
				border-color: #aaa;
				opacity: 1;
			}
    .style-size-title
    {
      margin: 10px 0 0 0;
      font-size: 16px;
      font-weight: bold;
      color: #666;
    }
    .style-size
    {
      margin: 5px 0 0 0;
			display: flex;
			gap: 5px;
    }
			.style-size-size
			{
				padding: 0 4px;
				min-width: 32px;
				height: 26px;
				line-height: 26px;
				font-size: 15px;
				cursor: pointer;
				border: 1px solid #999;
				border-radius: 4px;
				text-align: center;
				position: relative;
			}
			.style-size-size:hover
			{
				background: #aaa;
				color: #fff;
			}
			.style-size-size:first-child
			{
				margin-left: 0;
			}
			.style-size-size.disabled
			{
				opacity: .5;
				cursor: default;
				background: #ccc;
				color: #000;
			}
			.style-size-size.selected
			{
				background: #666;
				color: #fff;
			}
      .style-size select
      {
        border: 1px solid #000;
        border-radius: 0;
        height: 26px;
        line-height: 26px;
        padding: 0 5px;
        width: 200px;
      }
    .style-reference
    {
      font-size: 12px;
      color: #666;
      margin: 10px 0 0 0;
    }
		.style-basketquantity
		{
			display: flex;
			gap: 10px;
			align-items: center;
			margin: 20px 0 0 0;
		}
			.style-quantity
			{
				display: flex;
				align-items: center;
				gap: 10px;
			}
				.style-quantity-minus,
				.style-quantity-plus
				{
					background: #fff;
					width: 31px;
					height: 31px;
					font-size: 32px;
					font-weight: bold;
					cursor: pointer;
					display: flex;
					align-items: center;
					justify-content: center;
					color: #000;
					position: relative;
					border: 1px solid #000;
				}
					.style-quantity-minus::before
					{
						content: '-';
						position: absolute;
						top: 50%;
						left: 50%;				
						transform: translate(-50%, calc(-50% - 2px));
					}
					.style-quantity-plus::before
					{
						content: '+';
						position: absolute;
						top: 50%;
						left: 50%;				
						transform: translate(-50%, calc(-50% - 2px));
					}
				.style-quantity-input
				{
				}
					.style-quantity-input input
					{
						border: 1px solid #000;
						border-radius: 0;
						height: 31px;
						padding: 0 10px;
						width: 40px;
						text-align: center;
						font-size: 22px;
					}
			.style-addtobasket
			{
				text-transform: uppercase;
				background: #000;
				color: #fff;
				padding: 7px 15px;
				float: left;
				cursor: pointer;
				transition: all .3s ease-in-out;
			}
			.style-addtobasket.loading,
			.style-addtobasket.disabled
			{
				background: #ccc;
				color: #666;
				cursor: default;
			}
			.style-addtobasket.itemadded
			{
				background: #390;
				cursor: default;
			}
		.style-tryandreturn
		{
			margin-top: 20px;
			display: flex;
			padding: 10px 15px;
			background: #e6e6e6;
			gap: 10px;
			align-items: center;
		}
			.style-tryandreturn-icon
			{
				width: 16px;
				height: 16px;
				background: url(../img/box.png) center no-repeat;
				background-size: contain;
			}
			.style-tryandreturn-text
			{
				font-weight: 300;
				font-size: 14px;
				color: #333;
			}

.allnewinblock
{
	display: flex;
	flex-direction: column;
	margin: 0 20px 50px 20px;
	align-items: center;
	justify-content: center;
}
	.allnewinblock a
	{
		text-decoration: none;
	}
	.allnewinblock-button
	{
		padding: 16px 30px;
		background: #090;
		border: 1px solid #090;
		color: #fff;
		font-size: 24px;
		cursor: pointer;
		font-weight: 300;
		margin-top: 10px;
	}
	.allnewinblock-button:hover
	{
		background: #fff;
		color: #090;
	}

.newsletterblock
{
	display: flex;
	flex-direction: column;
	margin: 0 20px 50px 20px;
	align-items: center;
	justify-content: center;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
	color: #1a1a1a;
	gap: 10px;
}
	.newsletterblock-subscribe
	{
		font-size: 22px;
		text-transform: uppercase;
		font-weight:
	}
	.newsletterblock-newsletter
	{
		font-size: 70px;
		font-weight: 900;
		text-transform: uppercase;
	}
	.newsletterblock-subtitle
	{
		font-size: 16px;
		text-align: center;
	}
	.newsletterblock-button
	{
		padding: 16px 30px;
		background: #000;
		color: #fff;
		font-size: 20px;
		cursor: pointer;
		font-weight: 300;
		margin-top: 10px;
	}
	.newsletterblock-discount
	{
		font-size: 19px;
		font-weight: 700;
	}
.findyourneareststore
{
	background: #1a1a1a;
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 40px 20px;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
	color: #fff;
	align-items: center;
	justify-content: center;
}
	.findyourneareststore-title
	{
		font-size: 22px;
    font-weight: 500;
		text-transform: uppercase;
	}
	.findyourneareststore-islands
	{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 50px;
		margin: 0 20px;
		flex-wrap: wrap;
	}
		.findyourneareststore-island
		{
			display: flex;
			flex-direction: column;
			gap: 15px;
			flex: 1;
			align-items: center;
			cursor: pointer;
		}
			.findyourneareststore-island-name
			{
				font-size: 16px;
				white-space: nowrap;
			}

.shops-map
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 11px;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
	.shops-map-column
	{
		display: flex;
		flex-direction: column;
	}
	.shops-map-column:not(.fullwidth)
	{
		width: 150px;
	}
	.shops-map-column.fullwidth
	{
		flex: 1;
	}
		.shops-map-map
		{
			background: #fff;
			position: relative;
		}
			.shops-map-dot
			{
				position: absolute;
				width: 15px;
				height: 15px;
				border-radius: 100%;
				background: #666;
				border: 2px solid #fff;
				z-index: 10;
				cursor: pointer;
			}
			.shops-map-dot.hover,
			.shops-map-dot:hover
			{
				background: #faffbd;
				border-color: #c90;
				z-index: 100;
			}
			.shops-map-map img
			{
				width: 100%;
			}
		.shops-province
		{
			font-weight: bold;
		}
		.shops-shop
		{
			color: #1a1a1a;
			padding: 5px;
			border-top: 1px solid #ccc;
			line-height: 12px;
			cursor: default;
		}
		.shops-shop.hover,
		.shops-shop.hasdot:hover
		{
			background: #faffbd;
		}

.womensfashion
{
	color: #1a1a1a;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
	display: flex;
	gap: 50px;
	margin: 50px;
	align-items: center;
}
	.womensfashion-banner
	{
		flex: 1;
	}
		.womensfashion-banner img
		{
			width: 100%;
		}
	.womensfashion-textarea
	{
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
		.womensfashion-title
		{
			font-size: 43px;
	    font-weight: 700;
			text-transform: uppercase;
		}
		.womensfashion-subtitle
		{
			font-size: 22px;
	    font-weight: 500;
			text-transform: uppercase;
		}
		.womensfashion-text
		{
			font-size: 16px;
			margin-top: 40px;
		}

.content
{
  width: 938px;
  margin: 156px auto 20px auto;
}

.checkout-title
{
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
.checkout-paynow
{
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 7px 0;
  width: 175px;
  text-align: center;
  float: right;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.checkout
{
  margin: 20px 0 0 0;
}
  .checkout-legend
  {
    border: 1px solid #ccc;
    background: #dfdfdf;
    color: #222;
    font-size: 12px;
    font-weight: bold;
  }
    .checkout-legend-item
    {
      padding: 8px 12px;
    }
  .checkout-row
  {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #444;
  }
    .checkout-row-item
    {
      padding: 8px 12px;
      display: table-cell;
      vertical-align: middle;
      height: 80px;
      display: table;
    }
      .checkout-row-item > div
      {
        display: table-cell;
        vertical-align: middle;
      }
   
  .checkout .img
  {
    width: 42px;
    float: left;
    position: relative;
  }
    .checkout .img img
    {
      max-width: 42px;
      max-height: 75px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
  .checkout .product
  {
    width: 300px;
    float: left;
  }
      .checkout-row .product
      {
        font-size: 14px;
        text-transform: capitalize;
      }
  .checkout .price
  {
    width: 100px;
    float: left;
  }
  .checkout .quantity
  {
    width: 200px;
    float: left;
  }
    .checkout .quantity .input
    {
      float: left;
    }
      .checkout .quantity input
      {
        width: 25px;
				text-align: center;
      }
    .checkout .quantity .update
    {
      float: left;
      margin: 0 0 0 5px;
      text-decoration: underline;
      cursor: pointer;
      display: none;
    }
    .checkout .quantity .remove
    {
      float: right;
      text-decoration: underline;
      cursor: pointer;
    }
  .checkout .subtotal
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
  }
  .checkout-total-text,
  .checkout-subtotal-text,
  .checkout-discount-text
  {
    float: right;
    text-align: right;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0 0;
  }
    .checkout-total-text span
    {
      font-size: 11px;
    }
  .checkout-total-amount,
  .checkout-subtotal-amount,
  .checkout-discount-amount
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
  }
  .checkout-discount-text,
  .checkout-discount-amount
  {
    color: #1d69db;
  }
.checkout-emptybasket
{
  background: #faffbd;
  color: #666;
  font-size: 24px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  display: none;
  margin: 20px 0 0 0;
}
 
.billing-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  float: left;
}
.billing-back
{
  float: right;
  margin: 25px 0 0 0;
  font-size: 13px;
  color: #999;
  border: 1px solid #999;
  padding: 3px 5px;
  cursor: pointer;
}
.billing-subtitle
{
  margin: 20px 0 0 20px;
  font-size: 16px;
  border-bottom: 1px solid #666;
}
 
.billing-form
{
  background: #efefef;
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
}
	.billing-form-notice
	{
		margin: 15px 10px 0 10px;
		padding: 10px;
		font-size: 12px;
		line-height: 12px;
		background: #faffbd;
	}
  .billing-form-row {}
    .billing-form-label
    {
      width: 200px;
      font-size: 13px;
      text-align: right;
      margin: 20px 0 0 0;
      float: left;
    }
    .billing-form-label.required:after
    {
      content: '*';
      font-size: 20px;
      color: #c00;
      line-height: 10px;
      overflow: hidden;
      position: relative;
      top: 5px;
    }
    .billing-form-select
    {
      float: left;
      margin: 20px 0 0 10px;
    }
    .billing-form-input
    {
      float: left;
      margin: 20px 0 0 10px;
    }

.billing-terms
{
	margin: 10px 0 0 0;
	border: 1px solid #999;
	padding: 10px 30px 20px 0;
	position: relative;
}
.billing-terms.accepted
{
	color: #fff;
	background: #52bf5d;
	border-color: #329f3d;
}
	.billing-terms-row
	{
		margin: 10px 0 0 30px;
	}
		.billing-terms-checkbox
		{
			float: left;
		}
			.billing-terms-checkbox input
			{
				width: 20px;
				height: 20px;
			}
		.billing-terms-label
		{
			float: left;
			margin: 0 0 0 10px;
			width: calc(100% - 100px);
		}
			.billing-terms-label label
			{
				font-size: 15px;
			}
				.billing-terms-label label .email
				{
					font-size: 11px;
					font-style: italic;
				}
				.billing-form-dataprotection-link,
				.billing-form-terms-link
				{
					color: #195bcc;
					text-decoration: underline;
					cursor: pointer;
				}
				.billing-form-dataprotection-link:hover,
				.billing-form-terms-link:hover
				{
					text-decoration: none;
				}
				.accepted .billing-form-dataprotection-link,
				.accepted .billing-form-terms-link
				{
					color: #163a77;
				}

.billing-continue
{
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 7px 0;
  width: 175px;
  text-align: center;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.billing-continue.disabled
{
	cursor: default;
	background: #ccc;
	color: #999;
}
 
.payment-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.payment-error
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #c00;
	line-height: 15px;
	margin: 20px 0;
}
.payment-addresses
{
  background: #efefef;
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
}
  .payment-address
  {
    float: left;
    margin: 20px 0 0 20px;
  }
    .payment-address-title
    {
      font-size: 16px;
    }
    .payment-address-text
    {
      font-size: 13px;
      margin: 15px 0 0 0;
    }
 
.payment-orderdetails
{
  background: #efefef;
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
}
  .payment-orderdetails-title
  {
    font-size: 16px;
    margin: 20px 0 0 20px;
    float: left;
  }
 
.payment-orderdetails-order
{
  margin: 20px 20px 0 20px;
}
  .payment-orderdetails-legend
  {
    border: 1px solid #ccc;
    background: #dfdfdf;
    color: #222;
    font-size: 12px;
    font-weight: bold;
  }
    .payment-orderdetails-legend-item
    {
      padding: 8px 12px;
    }
  .payment-orderdetails-row
  {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #444;
    background: #fff;
  }
    .payment-orderdetails-row-item
    {
      padding: 8px 12px;
      display: table-cell;
      vertical-align: middle;
      height: 80px;
      display: table;
    }
      .payment-orderdetails-row-item > div
      {
        display: table-cell;
        vertical-align: middle;
      }
   
  .payment-orderdetails-order .img
  {
    width: 42px;
    float: left;
    position: relative;
  }
    .payment-orderdetails-order .img img
    {
      max-width: 42px;
      max-height: 75px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
  .payment-orderdetails-order .product
  {
    width: 300px;
    float: left;
  }
      .payment-orderdetails-row .product
      {
        font-size: 14px;
      }
  .payment-orderdetails-order .price
  {
    width: 100px;
    float: left;
  }
  .payment-orderdetails-order .quantity
  {
    width: 160px;
    float: left;
  }
  .payment-orderdetails-order .subtotal
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
  }
  .payment-orderdetails-subtotal-text
  {
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  .payment-orderdetails-subtotal-amount
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    line-height: 40px;
    font-size: 13px;
    background: #fff;
  }
  .payment-orderdetails-shipping-text
  {
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  .payment-orderdetails-shipping-amount
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    line-height: 40px;
    font-size: 13px;
    background: #fff;
  }
  .payment-orderdetails-discount-text
  {
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #1d69db;
  }
  .payment-orderdetails-discount-amount
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    line-height: 40px;
    font-size: 13px;
    background: #fff;
    color: #1d69db;
  }
  .payment-orderdetails-total-text
  {
    float: right;
    text-align: right;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
  }
  .payment-orderdetails-total-amount
  {
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
  }
 
.payment-choosemethod
{
  background: #efefef;
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
  text-align: center;
}
  .payment-choosemethod-title
  {
    font-size: 16px;
    margin: 20px 0 0 20px;
    float: left;
  }
  .payment-choosemethod-box
  {
    display: inline-block; 
    background: #fff; 
    border: 1px solid #ccc; 
    margin: 20px 0 0 20px; 
    text-align: center;
		cursor: pointer;
  }
  .payment-choosemethod-box.selected
  {
    box-shadow: 0 0 3px 1px rgba(0,156,222,.3);
  }
    .payment-choosemethod-subtitle
    {
      background: #dfdfdf; 
      border-bottom: 1px solid #ccc;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
    }
    .payment-choosemethod-box.selected .payment-choosemethod-subtitle
    {
      background: #faffbd;
    }
      .payment-choosemethod-subtitle-inner
      {
        display: inline-block; 
        margin: 0 auto;
      }
        .payment-choosemethod-radio
        {
          float: left;
          margin: 6px 0 0 0;
        }
        .payment-choosemethod-label
        {
          float: left; 
          margin: 5px 0 0 5px; 
          color: #222; 
          font-size: 12px; 
          font-weight: bold;
        }
    .payment-choosemethod-img
    {
      margin: 10px 20px;
    }
.payment-continue
{
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 7px 0;
  width: 175px;
  text-align: center;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
 
.thankyou-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.thankyou-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  float: left;
}
  .thankyou-text p
  {
    margin: 20px 0 0 0;
  }
  .thankyou-text a
  {
    color: #06f;
  }
.thankyou-img
{
  margin: 0 100px 0 0;
  float: right;
  width: 200px;
  height: 277px;
  background: url(../img/thankyou.jpg) center no-repeat;
	background-size: contain;
}
.thankyou-returnhome
{
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 7px 0;
  width: 175px;
  text-align: center;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
 
.terms-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.terms-subtitle
{
  font-size: 18px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.terms-text
{
  margin: 20px 0 60px 0;
  font-size: 14px;
  line-height: 18px;
}
  .terms-text p
  {
    margin: 20px 0 0 0;
  }
  .terms-text li
  {
    margin: 10px 0 0 40px;
  }
 
.terms-form
{
  margin: 20px;
  padding: 0 20px 20px 20px; 
  border: 1px solid #000; 
  background: #efefef; 
}

.terms-close
{
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 7px 0;
  width: 175px;
  text-align: center;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
 
.sizeguide-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.sizeguide-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
  .sizeguide-text p
  {
    margin: 20px 0 0 0;
  }
.sizeguide-tables
{
  color: #666;
  font-size: 12px;
}
  .sizeguide-tables table
  {
    width: 100%;
  }
  .sizeguide-tables td
  {
    height: 16px;
    padding: 6px;
  }
  .sizeguide-tables tr:nth-child(odd) td
  {
    border-bottom: 1px #666 solid;
  }
 
.contact-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.contact-phone
{
  margin: 20px 0 0 0;
  font-size: 18px;
}
.contact-email
{
  margin: 20px 0 60px 0;
  font-size: 18px;
}
  .contact-email a
  {
    color: #09f;
  }
.contact-calltimes
{
  background: #eee;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ddd;
  font-size: 15px;
  margin: 20px 0 0 ;
  line-height: 20px;
  color: #444;
}
 
.stores-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.stores-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
  .stores-text p
  {
    margin: 20px 0 0 0;
  }
 
.careers-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.careers-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
  .careers-text p
  {
    margin: 20px 0 0 0;
  }
 
.about-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.about-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
  .about-text p
  {
    margin: 20px 0 0 0;
  }
 
.deliveries-title
{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.deliveries-subtitle
{
  font-size: 18px;
  color: #333;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.deliveries-text
{
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
  .deliveries-text p
  {
    margin: 20px 0 0 0;
  }
  .deliveries-text ul,
  .deliveries-text ol
  {
    margin: 10px 0 0 40px;
  }
   
.footer
{
  background: #000;
  text-align: center;
}
  .footer-inner
  {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 20px 0;
		max-width: 95vw;
		width: 1000px;
  }
    .footer-links-container
    {
      float: left;
    }
      .footer-link-column
      {
        float: left;
        margin: 0 0 0 20px;
        text-align: left;
      }
        .footer-main-link
        {
          margin: 20px 0 0 0;
          color: #fff;
          font-size: 16px;
          font-weight: 300;
          cursor: pointer;
        }
        .footer-main-link:hover
        {
          text-decoration: underline;
        }
        .footer-links
        {
          margin: 10px 0 0 0;
        }
        .footer-link
        {
          color: #fff;
          font-size: 14px;
          font-weight: 200;
          cursor: pointer;
        }
        .footer-link:hover
        {
          text-decoration: underline;
        }
    .footer-otherlinks-column
    {
      float: left;
      margin: 0 20px 0 0;
      text-align: left;
    }
      .footer-logo
      {
        margin: 20px 0 0 0;
        width: 329px;
        height: 60px;
				background: url(../img/logo-footer.png) center left no-repeat;
				background-size: contain;
      }
        .footer-otherlinks
        {
          margin: 10px 0 0 0;
        }
          .footer-otherlinks a,
          .footer-links-container a
          {
            text-decoration: none;
          }
				.footer-facebook
				{
					float: left;
					margin: 10px 0 0 0;
					width: 32px;
					height: 32px;
					background: url(../img/facebook-white.png) center no-repeat;
					background-size: contain;
				}
				.footer-instagram
				{
					float: left;
					margin: 10px 0 0 10px;
					width: 32px;
					height: 32px;
					background: url(../img/instagram-white.png) center no-repeat;
					background-size: contain;
				}
 
@media screen and (max-width: 1880px)
{
  .header-subnav-content
  {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
 
@media screen and (max-width: 1500px)
{
  .header-subnav-link-column
  {
    margin-left: 20px;
  }
  .header-subnav-link
  {
    padding-left: 5px;
    padding-right: 5px;
  }
}
 
@media screen and (max-width: 1360px)
{
  .header.condensed .header-basket-text
  {
    display: none;
  }
		.category-style
		{
			width: calc(100% / 3 - 42px);
		}
			.category-style-image
			{
				height: 420px;
			}
}
 
@media screen and (max-width: 1300px)
{
  .header-basket-text
  {
    display: none;
  }
  .header-subnav
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .header-subnav-banner
    {
      width: 400px;
      height: 123px;
    }
   
  .category
  {
    margin-left: 40px;
    margin-right: 40px;
  }
	
	.womensfashion
	{
		flex-direction: column;
	}
}
 
@media screen and (max-width: 1250px)
{
  .header.condensed .header-topbar-alparadise
  {
    display: block;
  }
  .header.condensed .header-logo
  {
    width: 65px;
    height: 40px;
    background: url(../img/logo-treeonly.png) center no-repeat;
    background-size: contain;
  }
}
 
@media screen and (max-width: 1100px)
{
  .header-subnav-content
  {
    margin-left: 80px;
    margin-right: 80px;
  }
    .header-subnav-banner
    {
      display: none;
    }
   
  .category
  {
    margin-left: 20px;
    margin-right: 20px;
  }
    .category-style
    {
      width: calc(100% / 3 - 42px);
    }
   
  .footer-inner
  {
    width: 100%;
  }
}
 
@media screen and (max-width: 1000px)
{
  .header
  {
    height: 90px !important;
  }
    .header-topbar
		{
			display: block;
		}
		.header-topbar-alparadise
    {
      display: block;
    }
    .header-logo
    {
      width: 65px;
      height: 40px;
      margin-left: 0;
      background: url(../img/logo-treeonly.png) center no-repeat;
      background-size: contain;
    }
    .header > .clear
    {
      display: none;
    }
    .header-nav
    {
      margin-left: 0;
      margin-top: 10px;
      font-size: 12px;
    }
      .header-nav-link-text
      {
        margin-left: 0;
        margin-right: 0;
        padding-left: 8px;
        padding-right: 8px;
      }
      .header-subnav
      {
        padding-top: 0;
        top: 68px !important;
      }
        .header-subnav-content
        {
          display: block;
        }
    .header-basket
    {
      margin-right: 10px;
      margin-top: 12px;
    }
      .header-basket-bubble
      {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 22px;
      }
      .header-basket-icon
      {
        width: 21px;
        height: 24px;
      }
   
  .slideshow
  {
    margin-top: 80px;
  }
   
  .category
  {
    margin-top: 100px;
  }
    .category-style
    {
      width: calc(100% / 2 - 42px);
    }
 
  .style
  {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
   
  .content
  {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
   
    .checkout .img
    {
      display: none;
    }
    .checkout  .product
    {
      width: 200px;
    }
    .checkout  .price
    {
      width: 50px;
    }
    .checkout  .quantity
    {
      width: 140px;
    }
    .checkout  .subtotal
    {
      width: 80px;
    }
    .checkout-total-amount,
    .checkout-subtotal-amount,
    .checkout-discount-amount
    {
      width: 80px;
    }
     
    .payment-orderdetails-order .img
    {
      display: none;
    }
    .payment-orderdetails-order  .product
    {
      width: 200px;
    }
    .payment-orderdetails-order  .price
    {
      width: 50px;
    }
    .payment-orderdetails-order  .quantity
    {
      width: 140px;
    }
    .payment-orderdetails-order  .subtotal
    {
      width: 80px;
    }
    .payment-orderdetails-subtotal-amount
    {
      width: 80px;
    }
    .payment-orderdetails-shipping-amount
    {
      width: 80px;
    }
    .payment-orderdetails-discount-amount
    {
      width: 80px;
    }
    .payment-orderdetails-total-amount
    {
      width: 80px;
    }
   
  .thankyou-text
  {
    float: none;
  }
   
  .thankyou-img
  {
    display: none;
  }
   
  .footer-links-container
  {
    width: 50%;
  }
   
}
 
@media screen and (max-width: 950px)
{
	.style-mobile-title
  {
    display: block;
  }
  .style-gallery
  {
    float: none;
    width: auto;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
  }
		.style-gallery-img img
		{
			height: auto;
		}
  .style-details
  {
    margin-left: 0;
  }
    .style-title
    {
      display: none;
    }
    .style-pvp
    {
      margin-top: 0;
    }
   
  .style-compwash
  {
    float: none;
    margin: 0;
		width: 100%;
  }
	
	.style-colorscontainer
	{
		max-width: none;
	}
}

@media screen and (max-width: 900px)
{
	.cookies
	{
		width: 100%;
		height: auto;
		left: 0;
		padding-bottom: 20px;
	}
		.cookies-text
		{
			float: none;
		}
		.cookies-accept,
		.cookies-deny
		{
			float: none;
			display: inline-block;
			margin: 20px 0 0 20px;
		}
	
	#google_translate_element
	{
		position: absolute;
    top: -10px;
    right: 0;
	}
  .footer-links-container
  {
    float: none;
    width: 100%;
  }
  .footer-otherlinks-column
  {
    float: none;
    clear: both;
    padding-top: 20px;
    margin-left: 20px;
  }

  .header-nav-mobile-toggle
  {
    display: block;
  }
  .header-filter-toggle
  {
    display: block;
  }
  .header-nav
  {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 90px);
    top: 90px;
    background: #fff;
    margin: 0 !important;
    overflow-y: scroll;
  }
    .header-nav-link
    {
      float: none;
      border-top: 1px solid #000;
    }
      .header-nav-link:hover .header-subnav
      {
        display: none;
      }
      .header-subnav
      {
        position: static;
        border-bottom: 1px solid #000;
      }
        .header-subnav-content
        {
          margin: 0;
        }
          .header-subnav-link-column
          {
            float: none;
          }
   
  .slideshow
  {
  }
    .slideshow-slide-caption
    {
      font-size: 40px;
      line-height: 50px;
    }
   
  .category-filter
  {
    display: none;
    position: fixed;
    height: calc(100vh - 120px);
    width: 240px;
    right: 5px;
    top: 80px;
    z-index: 500;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 5px solid #ccc;
  }
  .category-filter:before
  {
    content: '▲';
    position: absolute;
    top: -26px;
    right: 40px;
    transform: scale(2,1);
    color: #ccc;
    font-size: 20px;
  }
    .category-filter-inner
    {
      overflow-y: scroll;
      overflow-x: hidden;
      height: 100%;
      padding: 0 0 20px 0;
    }
      .category-filter-sortorder
      {
        margin: 10px 0 10px 10px;
      }
        .category-filter-sortorder select
        {
          width: calc(100% - 10px);
        }
      .category-filter-group
      {
        margin: 0;
        border-top: 1px solid #ccc;
      }
        .category-filter-label
        {
          padding: 5px 0;
          border-bottom: 0;
        }
          .category-filter-title
          {
            margin-left: 10px;
          }
      .category-filter-options > div
      {
        padding: 10px;
        border-top: 1px solid #ccc;
      }
      .price-range
      {
        margin-left: 12px;
        margin-right: 12px;
      }
     
  .category
  {
    margin-left: 10px;
    margin-right: 10px;
  }
    .category-styles
    {
      width: auto;
      float: none;
    }
      .category-styles-loading
      {
        margin: 0;
        width: 100%;
      }
   
  .footer-link-column
  {
    width: calc(50% - 20px);
  }
   
  .checkout-row-item,
  .checkout-legend-item,
  .checkout-total-amount,
  .checkout-subtotal-amount,
  .checkout-discount-amount
  {
    padding-left: 5px;
    padding-right: 5px;
  }
   
  .checkout .product
  {
    width: calc(40% - 10px);
  }
  .checkout .price
  {
    width: calc(20% - 10px);
  }
  .checkout .quantity
  {
    width: calc(20% - 10px);
  }
  .checkout .subtotal
  {
    width: calc(20% - 11px);
  }
  .checkout-total-amount,
  .checkout-subtotal-amount,
  .checkout-discount-amount
  {
    width: calc(20% - 12px);
  }   
  .checkout .quantity .input
  {
    float: none;
  }
  .checkout .quantity .update
  {
    float: none;
    margin-left: 0;
  }
  .checkout .quantity .remove
  {
    float: none;
    margin-top: 10px;
  }
   
  .payment-orderdetails-row-item,
  .payment-orderdetails-legend-item,
  .payment-orderdetails-subtotal-amount,
  .payment-orderdetails-shipping-amount,
  .payment-orderdetails-total-amount,
  .payment-orderdetails-discount-amount
  {
    padding-left: 5px;
    padding-right: 5px;
  }
   
  .payment-orderdetails-order .product
  {
    width: calc(40% - 10px);
  }
  .payment-orderdetails-order .price
  {
    width: calc(20% - 10px);
  }
  .payment-orderdetails-order .quantity
  {
    width: calc(20% - 10px);
  }
  .payment-orderdetails-order .subtotal
  {
    width: calc(20% - 11px);
  }
  .payment-orderdetails-subtotal-amount
  {
    width: calc(20% - 12px);
  }
  .payment-orderdetails-shipping-amount
  {
    width: calc(20% - 12px);
  }
  .payment-orderdetails-discount-amount
  {
    width: calc(20% - 12px);
  }
  .payment-orderdetails-total-amount
  {
    width: calc(20% - 12px);
  }
   
  .billing-title
  {
    float: none;
  }
  .billing-back
  {
    float: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px)
{
	.allnewinblock-button:hover
	{
		background: #090;
		color: #fff;
	}
	
	.promotion-popup
	{
		width: auto;
	}
		.promotion-box
		{
			width: auto;
			margin: 20px;
		}
		.promotion-close
		{
			top: 0;
			right: 0;
			z-index: 100;
		}
	a.whatsapp
	{
		bottom: 20px;
		right: 20px;
	}
	.womensfashion
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.payment-choosemethod-box
	{
		margin: 20px;
	}
		.payment-choosemethod-subtitle
		{
			padding: 15px;
		}
		.payment-choosemethod-img
		{
			display: none;
		}
	
	.shops-map-column:not(.fullwidth)
	{
		width: auto;
		align-items: center;
		flex-wrap: wrap;
	}
		.shops-province
		{
			padding-right: 5px;
		}
		.shops-shop
		{
			border: 0;
			border-left: 1px solid #ccc;
		}
	
	.shops-map
	{
		flex-direction: column;
	}
		.shops-map-column
		{
			flex-direction: row;
			gap: 5px;
		}
		.shops-province
		{
			width: 100% !important;
		}
}

@media screen and (max-width: 700px)
{
  .checkemail-checking,
  .checkemail-valid,
  .checkemail-invalid-icon
  {
    margin-bottom: 0 !important;
  }
}
 
@media screen and (max-width: 600px)
{
  .billing-form-label
  {
    width: calc(100% - 10px);
    text-align: left;
    margin: 20px 0 0 10px;
  }
  .billing-form-input,
  .billing-form-select
  {
    width: calc(100% - 10px);
    margin: 2px 0 0 10px;
  }
    .billing-form-select select
    {
      max-width: 100%;
    }
  .billing-form-dataprotection
  {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .register-form-label
  {
    width: calc(100% - 10px);
    text-align: left;
    margin: 8px 0 0 10px;
  }
  .register-form-input,
  .register-form-select
  {
    width: calc(100% - 20px);
    margin: 2px 0 0 10px;
  }
    .register-form-select select
    {
      max-width: 100%;
    }
  .register-form-conditions
  {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
  }
	
	.newsletterblock-newsletter
	{
		font-size: 40px;
	}
}
 
@media screen and (max-width: 500px)
{
  .category-style
  {
    width: 280px;
    margin-left: calc((100% - 280px) / 2);
    clear: both;
    float: none;
  }
		.category-style-details
		{
			height: auto;
		}
			.category-style-description
			{
				margin-top: 5px;
			}
   
  .category-styles a
  {
    text-decoration: none !important;
  }
}
 
.defaultcursor
{
  cursor: default;
}