/** Shopify CDN: Minification failed

Line 513:4 Expected identifier but found "*"
Line 720:0 Expected "{" but found "."
Line 814:0 Expected "{" but found "."
Line 862:0 Unexpected "}"
Line 1248:2 Comments in CSS use "/* ... */" instead of "//"

**/

#_x3C_Layer_x3E_ {
  width: 70px;
  margin-top: -12px;
}
.image #Layer_1{
  width: 100%;
  height: auto;
}

.w-option {
  width : 225px;
}

.left-arrow {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self:flex-start;
  width:50%;
  padding: 0 0px 0 0;
  margin-right: 350px;
  margin-top: -30px;
}

.breadcrumb {
  font-size: 1.42857rem;
  min-height: 62px;
  display: block;
  line-height: 25px;
}

.section .personalise{
  margin-bottom: 5px;
  color: #444
}

.description {
  color: rgba(0,0,0,.68);
}

.footer-content {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.support{
  display: block;
  margin-left: 178px;
  line-height: 14px;
  opacity: .7;
}

.product-slider-button{
  margin-top: 500px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: 0;
  outline: 0;
  background: #000;
  position: absolute;
}

/* reset password */
.input-recover{
    margin: 0;
    width: 50%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.2142em;
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    padding: .6861em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571rem;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
    margin-bottom: 10px;
}

.submit-recover{
    background: #2fb6ee;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571em 1.5em;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571rem;
    margin-right: 490px;
    display: -webkit-box;
}

.cancel-btn{
    font-weight: 400;
    border: none;
    vertical-align: baseline;
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .48571em 1.5em;
    font-weight: 700;
    border-radius: .28571rem;
    margin: -73px 0px 0px 130px;
    display: -webkit-box;
}

/* Slideshow container */
.slideshow-container {
    position: absolute;
    margin: auto;
    width: 680px;
    height: 424px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  padding: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: 0 12px 0 12px;

}


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.div-product-slider {
    padding-top: 470px;
}

.mySlides img {
    height: 424px;
}

.ui.item.menu .item.active{
  color: #f3f3f3;
  background: #2fb6ee;
  font-weight: 400;
}

.ui.menu.three.item .item{
  width: 33.333%;
}


.table-stock th{
  border-right: 1px solid rgba(34,36,38,.1);
  border-bottom: 1px solid rgba(34, 36, 38, .1);
}

.single-img img{
  width: 680px;
  height: 424px;
}

.authorised-show{
  display: none;
}


.list-view-item__title {
    color: #3d4246;
    font-size: 1.125em;
    min-width: 100px;
}

.cart__qty-input{
    text-align: center;
    display: block;
    line-height: 1.2142em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571rem;
    box-shadow: 0 0 0 0 transparent inset;
    padding-left: 5px;
    padding-right: 5px;


}

.grid-view-item__image-wrapper img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  height: 160px;
}


.row-border{

  padding: 1px;
  border-radius: 5px;
  height: 283px;
}

hr.collection-hr {
  margin: 0px 0;
}

.collection-title{
  padding: 4px;
  height: 70px;
  color: rgba(0,0,0,.68);
}

.extra-content{
  height: 40px;
  padding: 4px;
  color: rgba(0,0,0,.4);
}

.product-card:hover{
  border: 1px solid #c4c5c5;
  border-radius: 5px;
  box-shadow: 0px 0px 0px;
}

/*Mobile*/
@media (max-width: 620px){
  #_x3C_Layer_x3E_{
    width: 3pc;
    margin-top: 4px;
  }

  .slideshow-container{
    width: 391px !important;
    height: auto !important;
  }
  .mySlides img{
    height: auto !important;
  }

  .div-product-slider{
    padding-top: 280px !important;
  }

  .single-img img{
    width: 100% !important;
    height: auto !important;
  }

  .col__border {
    width: 168px !important;
    height: 233px !important;
    margin: auto !important;
  }
  
  .image img {
  margin-left: 0px !important;
  }

}


.customer-email-box input{
  line-height: 1.2142em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571rem;
  box-shadow: 0 0 0 0 transparent inset;
  width: 370px;
  height: 40px;
  padding-left: 10px;
}

.customer-password-box input{
  line-height: 1.2142em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571rem;
  box-shadow: 0 0 0 0 transparent inset;
  width: 370px;
  height: 40px;
  padding-left: 10px;
}


.form-control{
  border-radius: 10px;
}

form#customer_login{
  padding-left: 20px;
}

.sign-up-btn input{
  background: #2fb6ee;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  box-shadow: none;
  border: 1px solid;
}

.sign-up-btn input:hover{
  opacity: 0.5;
}

.customer-password-box{
  margin-bottom: 20px;
}

.customer-email-box {
  margin-bottom: 20px;
}

.label.lbl.none{ display: none; }
.label.lbl.new{ display: block; }
.label.lbl.clearance{ display: block; }
.label.lbl.special{ display: block; }
.label.lbl.popular{ display: block; }

.lslide.active { background-color: transparent; }

.lSSlideOuter .lSPager.lSpg>li a { background-color: #b7b7b7; }

.lSSlideOuter .lSPager.lSpg>li.active a, 
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #3d3d3d;
}

.create-account-form label{
  display: inherit;
  padding: 10px 0px 10px 0;
}

.create-account-form input{
  line-height: 1.2142em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571rem;
  box-shadow: 0 0 0 0 transparent inset;
  width: 290px;
  height: 40px;
}

.create-login-form label{
  display: inherit;
  padding: 10px 0px 10px 0;
  position: absolute;
  margin-left:50px;
}

.create-login-form input{
  line-height: 1.2142em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571rem;
  box-shadow: 0 0 0 0 transparent inset;
  width: 290px;
  height: 40px;
  margin-left: 160px;
  margin-bottom: 10px;
  padding: 10px;
}

.ui.selection.dropdown {
  margin-bottom: 10px;
  padding-bottom:5px;
}

.ui.radio.checkbox {
 margin-left: 160px;
}
.ui.radio.checkbox label{
 padding-top: 0px;
}

.ui.checkbox {
 margin-left: 2px;
}

.ui.checkbox label{
 padding-top: 0px;
 margin-left: 0px;
 padding-right: 50px; 
}
.ui.button.cta{
  height: 36px;
  margin-left: 5px; 
}
.payment-button{
 background-color: #136f99;
}


.cart-button{
  cursor:pointer;
  display:inline-block;
  min-height:1em;
  outline:0;
  border:none;
  vertical-align:baseline;
  background:#e0e1e2 none;
  color:rgba(0,0,0,.6);
  font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
  margin:0 .25em 0 0;
  padding:.78571em 1.5em;
  text-transform:none;
  text-shadow:none;
  font-weight:700;
  line-height:1em;
  font-style:normal;
  text-align:center;
  text-decoration:none;
  border-radius:.28571rem;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  will-change:"";
  -webkit-tap-highlight-color:transparent;
  background: #2fb6ee;
  color: #fff;
  font-weight: 400;
  width:679px;
  margin-top: -20px;
}
.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
}


.submit-btn input{
  width: 150px;
  background: #2fb6ee;
  color: #fff;
}


p.submit-btn {
  padding-top: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*contact us*/
.ui.cards>.card>.contact{
  -webkit-box-flex:1;
  -webkit-flex-grow:1;
  -ms-flex-positive:1;
  flex-grow:1;
  border:none;
  border-top:1px solid rgba(34,36,38,.1);
  background:none;
  margin:0;
  padding:1em;
  box-shadow:none;
  font-size:1em;
  border-radius:0;
  width:330px;
}

/*menu image*/
.card-box{
  margin: auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
}

a.card-box:hover{
  border: 1px solid #ccc;
  border-radius: 5px;
}


.image img {
  border-radius: 5px 5px 0px 0px;
  margin-left: 0px;
  width: 102%;
}

.content-box{
  padding: 7px;
  height: 4em;
  background: #fff;
  border-radius: 0 0 5px 5px;
  width: 100%;
}

.content-box p{
  font-size: 14px;
  line-height: 16px;
  color: rgba(0,0,0,.68);
}

.col-border:hover {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #bcbdbd, 0 0 0 1px #d4d4d5;
}

.col-border {
  box-shadow: none;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.bottom-content{
  float: left;
}

.col-title p{
  font-size: 16px;
  height: 50px;
  margin-bottom: 10px;
  color: rgba(0,0,0,.68);
  padding-right: 7px;
  padding-left: 7px;
}


ul.pagination {
    float: left;
    width: 100%;
    margin-top: 5%;
    list-style: none;
    padding: 0;
}


.icon-arrow svg {
    width: 10px;
    height: 15px;
}
.icon-arrow span {
    padding: 0 10px;
    position: relative;
    top: -3px;
}


li.pagination-li {
    width: 33.33333%;
    float: left;
    text-align: center;
}

.announcement-bar p {
  text-align:center;
  font-size:12px;
}

.announcement-bar {
  background-color : black;
  color : white;
}

.homepage-banner{
  margin-bottom:0.25em;
}

.homepage-banner img{
  border-radius:5px;
}

.card{
  background: #fcfcfc;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.card h3{
  margin-bottom:0.5em;
}

.section-header{
  margin-bottom:1em;
}

.button-download{
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  background-color:#2fb6ee;
  color:#fff;
}

.hide{
display: none !important;
}

/*================ Transaction image product ================*/

#fade-img img {
  left:0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#fade-img img.top:hover {
  opacity:0;
}

/*================ Cart Header ================*/
.text-link--accent {
    color: #557b97;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.cart-header {
    margin-bottom: 0.7rem;
    text-align: center;
}

@media only screen and (min-width: 750px)
.cart-header {
    margin-bottom: 1.7rem;
}

.cart-header__title {
  margin-bottom: 0.5rem;

  @include media-query($medium-up) {
    margin-bottom: 1rem;
  }
}

/*================ Cart page ================*/
.cart {
  th,
  td {
    border: 0;
  }

  td {
    padding: $gutter-site-mobile 0;
  }

  th {
    font-weight: $font-weight-body;
    padding: ($gutter-site / 2) 0;
  }
  
  tr:hover {background-color:#f5f5f5;}

  .cart__meta {
    padding-right: 15px;
  }
}

.cart--empty-message{
  color: #69727b;
  margin: 0 0 19.44444px;
}

.cart__continue-btn:not([disabled]):hover{
    color: #fff;
    background-color: #436076;
}


.btn--has-icon-after .icon {
    margin-left: 10px;
}

.icon-arrow-right{
    height: 9px;
}

.cart__continue-btn{
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    color: #fff;
    background-color: #557b97;
    border-color: #557b97;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 550;
    text-transform: uppercase;
    border-radius: .28571rem;
}

.text-center {
    text-align: center !important;
}

th, td {
    text-align: left;
    border: 0px solid #e8e9eb;
    padding: 20px 0px;
}


th {
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 700;
}
.medium-up--hide {
    display: none !important;
}

@media only screen and (min-width: 750px)
.medium-up--hide {
    display: none !important;
}


table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}



.cart__meta-text {
  padding: 5px 0 0;
  font-size: em($font-size-base - 2);
  font-style: italic;
}

.cart td {
    padding: 22px 0;
}

.text-right {
    text-align: right !important;
}

input[type="number"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cart__qty-label {
  @include visually-hidden();
}

.cart__qty-input {
  width: 225px;
  padding-left: 5px;
  padding-right: 5px;
  height : 38px;
  margin-top: -10px;
}

  @include media-query($small) {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.cart__edit {
  margin-top: 10px;
}

.cart__edit-text--cancel {
  .cart__edit--active & {
    display: none;
  }
}

.cart__edit-text--edit {
  display: none;

  .cart__edit--active & {
    display: block;
  }
}

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none;
}

.cart__row {
  p {
    margin-bottom: 0;

    + p {
      margin-top: 10px;
    }
  }

  &.cart__update--show {
    border-bottom: 0;
  }
}

.cart__subtotal-title {
  font-size: em($font-size-base + 2px);
  font-family: ,sans-serif;
  margin-right: 30px;
  font-size: 15px;
}

.cart__subtotal {
  padding-left: $gutter-site / 2;
  font-family: ,sans-serif;
  font-weight: 1000;
  font-size: 15px;

  @include media-query($medium-up) {
    padding-left: $gutter-site;
    min-width: 150px;
    display: inline-block;
  }
}


.cart__savings {
  padding-top: 18px;
}

.cart__savings-amount {
  padding-left: $gutter-site / 2;

  @include media-query($medium-up) {
    padding-left: $gutter-site;
    min-width: 150px;
    display: inline-block;
  }
}

.cart__footer {
  padding-top: $section-spacing-small / 2;
  width: 740px;
  margin-top: 20px;
}

.cart__submit-controls {
  @include display-flexbox();
  @include flex-wrap(wrap);
  @include align-items(flex-start);
  @include justify-content(flex-end);

  & > .cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  @include media-query ($small) {
    @include justify-content(center);

    & .cart__submit {
      margin-left: 0;
      margin-bottom: 0;
    }
  }
}

.cart__submit {
  @include media-query($small) {
    line-height: 1.4;
    min-height: 44px;
    margin-left: 0;
    margin-bottom: 0;
  }

  @include media-query ($narrowscreen) {
    width: 100%;
  }
}

.cart__shipping {
  font-size: em($font-size-base - 2);
  padding: 10px 0 20px;
  margin-bottom: 25px;
  font-size: 15px;
  
}

.cart-note__label,
.cart-note__input {
  display: block;

  @include media-query($small) {
    margin: 0 auto;
  }
}

.cart-note__label {
  margin-bottom: 15px;
}

.cart-note__input {
  min-height: 50px;
  width: 100%;

  @include media-query($small) {
    margin-bottom: 40px;
  }
}

.cart__product-title {
  border-bottom: none;

  &:hover,
  &:focus {
    border-bottom: 1px solid currentColor;
  }
}

.cart__image {
  max-height: 95px;
}

.cart__image-wrapper div {
  display: block;
  padding-right: $section-spacing-small / 2;

  @include media-query($medium-up) {
    padding-right: $section-spacing-small;
  }
}

@include media-query($medium-up) {
  .cart__image-wrapper {
    width: 130px;
  }

  .cart__meta {
    max-width: 300px;
  }

  .cart__remove {
    margin-top: 4px;
  }

  .cart__qty {
    text-align: center;
  }
}

.cart__qty{
    margin-left: 18px;
}

@include media-query($small) {

  .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: $gutter-site-mobile;
    border-bottom: 1px solid $color-border;
  }

  .cart__update--show {
    td {
      padding-bottom: 10px;
    }

    & + tr {
      display: table-row;
    }
  }

  .cart__row-price {
    text-align: right;
  }

  .cart__update-controls {
    @include display-flexbox();
    @include flex-wrap(wrap);
    @include align-items(center);
    @include justify-content(space-between);
  }

  .cart__update-control {
    margin-bottom: 10px;
  }

  .cart__update-control--remove {
    line-height: 1.2;
  }

  .cart-flex {
    @include display-flexbox();
    @include flex-wrap(wrap);
    @include align-items(center);
  }

  .cart-flex-item {
    display: block;
    min-width: 0;
    @include flex(1 1 100%);
  }

  .cart__image-wrapper {
    max-width: 85px;
  }

  .cart__price-wrapper {
    width: 24%;
    text-align: right;
  }

  .cart-message {
    padding-top: 20px;
  }

  .cart__qty {
    padding: 0 10px;
  }
  
  

  .cart__qty-label {
    @include visually-shown();
    display: inline-block;
    vertical-align: middle;
    font-size: em(13);
    margin-right: 5px;
  }
}

.cart__continue-btn {
  .cart--no-cookies & {
    display: none;
  }
}

.cart--empty-message {
  .cart--no-cookies & {
    display: none;
  }
}

.cookie-message {
  display: none;
  padding-bottom: 25px;

  .cart--no-cookies & {
    display: block;
  }
}

<!--btn update cart-->

.btn:hover:not([disabled]) {
    background-color: #136f99;
}

.btn--secondary {
    background-color: transparent;
    color: #557b97;
    border-color: #557b97;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    color: #fff;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 550;
    text-transform: uppercase;
    border-radius:.28571rem;
    width: 330px;
    margin-left: 350px;
    margin-bottom: -30px;
    margin-top: -53px;
}

.shopify-payment-button__button--unbranded {
    background-color:#1990C9;
    padding: 1em 2em;
}

.btn{
    width: 100%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
  	padding: 1em;
    color: #557b97;
    background-color: #fff;
    border-color:#ddd;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 550;
    text-transform: uppercase;
    border-radius:.28571rem;
}

.btn:hover {background-color:#fafafa}


.btn-update{
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #fff;
    border-color: #557b97;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 550;
    text-transform: uppercase;
    border-radius:.28571rem;
}
.btn-checkout{
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    color: #fff;
    background-color: #557b97;
    border-color: #557b97;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 550;
    text-transform: uppercase;
    border-radius:.28571rem;
}

.additional-checkout-buttons {
  margin-top: $gutter-site-mobile;

  // reset for paypal button
  input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent;
  }

  @include media-query ($narrowscreen) {
    margin-top: 10px;
  }
}

<!--register-->

.dropdown{
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 14em;
    min-height: 2.7142em;
    background: #fff;
    display: inline-block;
    padding: .78571em 2.6em .78571em 1em;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571rem;
    transition: box-shadow .1s ease,width .1s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    transition: box-shadow .1s ease,width .1s ease;
    -webkit-tap-highlight-color: transparent;
}

.myaccount {
  display: flex;
  flex-wrap: wrap;
}

.myaccount__order-history {
  @include media-query($medium-up) {
    @include flex(1 0 percentage(2/3));
  }
}

.myaccount__account-details {
  @include media-query($medium-up) {
    @include flex(1 0 percentage(1/3));
  }
}


@media only screen and (max-width: 780px) {
  .icon-arrow span{
    font-size: 10px;
  }
  
  .brand section.search {
    margin-top: 28px;
  }
}

.accordion {
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

<!--dropdown account button-->
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {display: block;}


body p {
font-size:13px;
font-family: Lato,sans-serif;
}

input[type="text"].error,
input[type="search"].error, 
input[type="password"].error, 
input[type="email"].error, 
input[type="file"].error, 
input[type="number"].error, 
input[type="tel"].error, 
textarea.error {
    border-color:#e0b4b4;
    background-color: #fff6f6;
    color: #dc0000;
}


.quotty .cart--empty-message, .cart--cookie-message{
   margin-bottom:10px;
}

.quotty .quotty-required-message{
  color: #9F6000;
  background-color: #FEEFB3;
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  width:490px;
}

.quotty #quotty-error-messages p {
  background-color: #FFBABA;
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  width:490px;
}

.quotty input, textarea{
    line-height: 1.2142em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571rem;
    box-shadow: 0 0 0 0 transparent inset;
    width: 390px;
    height: 40px;
    padding-left: 10px;
}

.quotty textarea {
    height: 100px;
    padding: 10px;
}

.quotty .quotty-input-label {
    width: 100px;
}

.quotty .btn-primary {
    margin-right: 190px;
    float: right;
    width: 200px;
    background: #2fb6ee;
    color: #fff;
    font-weight: 400;
}

.quotty .cart__continue-btn {
    width: 200px;
    font-weight: 400;
}

.quote-btn{
 fill: #A9A9A9;
}

.quote-btn:hover{
 fill: #000000;
  
}

.quote:hover {
   width : 45px;
   background: #f3f3f3;
}

.quote {
    float: right;
    margin-left: 5px;
}

.dot {
    margin: 0 20px 0 0;
}

<!--table product--> 



.tablesorter-header-inner {
   font-weight:500;
}
.ui.table {
   border-collapse: collapse;
}

.user-button {
    float: left;
    margin-left: 63px;
}

.img-slide {
    width:100%;
  }

.currency-options {
  padding: 3px;
}

select#currency_changer {
 	font-size: 14px; 
  	margin-left: 0;
}

.address {
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    margin: 5px;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: hsla(0,0%,100%,0);
    line-height: 1.2142em;
    padding: .67861em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571rem;
    box-shadow: 0 0 0 0 transparent inset;
    transition: color .1s ease,border-color .1s ease;
    display: -webkit-box;
    
}
.w-add {
    width : 505px;
}

.content-grid {
   margin-left: 50px;
}

.form-name {
    width :250px;
}

.last {
    float: right;
    margin-top: -66px;
    margin-right: 85px;
}

.w-country {
    width: 250px;
}

.country-form {
    float: right;
    margin-top: -65px;
    margin-right: 85px;
}

.check {
   margin: 10px;
}

.btn-small {
  width : 150px;
}

.btn-cancel {
    float: right;
    margin-right: 295px;
    margin-top: -48px;
}

.f-left {
    float: left;
}

.edit-add {
    display: -webkit-inline-box;
}

.edit-cancel {
    margin-left: 160px;
    margin-top: -70px;
}

span.dot.div-dot.active {
  background: #444;
}

@media (device-height: 640px) and (device-width: 360px) {
  
  .img-slide,.lbl{
    width: 340px;
  }
  
  .div-dot {
     margin: 0 12px 0 12px;
  }
  
  .product-slide {
     margin-top:-10px
  }

  .cart-button {
   width :340px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
   float:right;
   width: 170px;
   margin-top: -30px;
  }
  
  .search {
    margin-top: -25px;
    width: 375px;
    margin-left: -3px;
  }
  
  .user-button  {
    display: none;
  }
  
  .quotty input, textarea ,.quotty .quotty-required-message{
    width:340px;
  }
  
  .quotty #submit-quote {
    float: left;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }

  .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 340px;
  }
  
  
}

@media (device-height: 731px) and (device-width: 411px) {
  
  .img-slide , .lbl{
     width: 390px;
  }
 
  .div-dot {
     margin: 30px 12px 0 12px;
  }
  
  .cart-button {
     width :390px;

  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
     float:right;
     width: 200px;
     margin-top: -30px;
  }
  
  .quotty .quotty-required-message {
     width:390px;
  }
  
  .search {
     margin-top: -25px;
     width: 420px;
     margin-left: -3px;
  }
  
  .user-button  {
    display: none;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
   .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 390px;
  }
}

@media (device-height: 823px) and (device-width: 411px) {
  
   .img-slide,.lbl{
      width: 390px;
  }
 
  .div-dot {
      margin: 30px 12px 0px 12px;
  }
  
  .cart-button {
    width : 390px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    float:right;
    width: 200px;
    margin-top: -30px;
  }
  
  .quotty .quotty-required-message{
    width:390px;
  }
  
   .search {
     margin-top: -25px;
     width: 420px;
     margin-left: -3px;
  }
  
  .user-button  {
    display: none;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
  .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 390px;
  }
}
/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) {
  
   .img-slide,.lbl{
    width: 300px;
  }
  
    .div-dot {
     margin: 0px 12px 0px 12px;
  }
  
  .product-slide {
     margin-top:-40px
  }
  
  .cart-button {
   width :300px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
   float:right;
   width: 145px;
   margin-top: -28px;

  }
  
   .user-button  {
     display: none;
   }
  
   .search {
     margin-top: -25px;
     width: 328px;
     margin-left: -3px;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
    
   .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 300px;
  }
}

@media (device-height: 667px) and (device-width: 375px) {

    .img-slide,.lbl{
    width: 355px;
  }
  
   .div-dot {
     margin: 0 12px 0 12px;
  }
  
  .cart-button {
   width : 355px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
   float:right;
   width: 170px;
   margin-top: -30px;

  }
  
   .quotty input, textarea ,.quotty .quotty-required-message{
    width:350px;
  }
  
  .quotty #submit-quote {
    float : right;
    margin-right: 155px;
   }
  
  .user-button  {
    display: none;
   }
  
  .search {
     margin-top: -25px;
     width: 385px;
     margin-left: -3px;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
  .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 355px;
  }
}

@media (device-height: 736px) and (device-width: 414px) {
  
   .img-slide,.lbl{
    width: 370px;
    margin-left: 15px;
  }
  
   .div-dot {
     margin: 0 12px 0 12px;
  }
  
  .cart-button {
   width :392px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
   float:right;
   width: 195px;
   margin-top: -30px;
  }
  
  .user-button  {
   display: none;
  }
  
  .search {
     margin-top: -25px;
     width: 422px;
     margin-left: -3px;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
  .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 390px;
  }
}

@media (device-height: 812px) and (device-width: 375px) {
  
  .img-slide,.lbl{
    width: 355px;
  }
  
   .div-dot {
     margin: 0 12px 0 12px;
  }
  
  .cart-button {
   width :355px;

  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    float: right;
    width: 175px;
    margin-top: -30px;
  }
  
  .quotty input, textarea , .quotty .quotty-required-message{
    width:350px;
  }
  
  .quotty #submit-quote {
    float : right;
    margin-right: 155px;
   }
  
   .search {
     margin-top: -25px;
     width: 382px;
     margin-left: -3px;
  }
  
   .user-button  {
     display: none;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
  .cart__price-wrapper {
    float: left;
    border-bottom: 0px solid #ddd;
    padding: 5px 0;
  }
  
  .row {
     display : none;
  }
  
  .qty-input {
     margin-bottom: 25px;
  }
  
  .w-option {
     width: 355px;
  }
  
}

@media (min-width: 300px) and (max-width: 411px) {
  
  .pad {
     margin-top: -20px;
  }
  
}

@media (device-height: 1024px) and (device-width: 768px) {
  
  .img-slide,.lbl{
    width: 510px;
  }
  
   .div-dot {
     margin: 0 12px 0 12px;
  }
  
  .cart-button {
   width : 510px;
  }
  
  .shopify-payment-button .shopify-payment-button__button--unbranded {
   float:right;
   width: 255px;
   margin-top: -30px;
  }
  
  .quotty input, textarea ,.quotty .quotty-required-message{
    width:510px;
  }
  
   .quotty #submit-quote {
    float : right;
    margin-right: 309px;
   }
  
    
   .search {
     margin-top: -25px;
     margin-right: 40px;
  }
  
  .user-button {
    margin-left: 25px;
  }
  
  .currency-options {
    padding: 8px 15px 8px 7px!important;
  }
  
  select#currency_changer {
  	margin-left: 5px;
  }
  
  .qty-input {
    width: 115px;
  }
  
  .pad {
    width: 0px;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  
  .user-button  {
     display: none;
  } 
}
