.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

}

@media (min-width:992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

}

.columns {
  flex-wrap: wrap;
  flex-shrink: 1;
  max-width: 100%;
}

.columns .column.main {
  flex-wrap: wrap;
  flex-shrink: 1;
  max-width: 100%;
}

.clearfix::after {
  content: ' ';
  position: relative;
  clear: both;
  display: block;
}
body {
    -webkit-font-smoothing: antialiased;
}

/* Common Pages */

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media(max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
    }
}
/***** mistry cms page *********/

.white-popup-block {
    background: #fff;
    margin: 0 auto;
    max-width: 708px;
    position: relative;
    text-align: center;
    border-radius:12px;
    -webkit-border-radius:12px;
    padding:30px;
    margin-top: 15px;
}
.white-popup-block > div{margin:0 auto;}
.white-popup-block > h4{
    font-size:22px;
    color:#333333;
    font-weight:normal;
    border-bottom:1px solid #e5e5e5;
    text-align:left;
    padding-bottom:15px;
    margin-bottom:15px;
}
.white-popup-block > p{
    text-align:left;
    font-size:15px;
    color:#666;
}
.cms-nhs-health-tools .nhs-box .row{
    margin:0 -13px;
}
.cms-nhs-health-tools .nhs-box .span4{padding:0 13px;margin-bottom:26px;}
.cms-nhs-health-tools .nhs-box .span4 > a{
    border:1px solid #e4e4e4;
    transition:0.4s all 0s;
    -webkit-transition:0.4s all 0s;
    display:block;
    text-decoration:none !important;
}
.cms-nhs-health-tools .nhs-box .span4 > a img{
    width:100%;
}
.cms-nhs-health-tools .nhs-box .span4 h3
{
    font-size:18px;
    color:#333333;
    background:#f1f1f1;
    text-align:center;
    text-decoration:none;
    margin:0;
    font-weight:normal;
    height:60px;
    line-height:60px;
    position:relative;
    transition:0.4s all 0s;
    -webkit-transition:0.4s all 0s;
}
.cms-nhs-health-tools .nhs-box .span4 h3 span{
    line-height:normal;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    width:100%;
    text-align:center;
    padding: 0 15px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.cms-nhs-health-tools .nhs-box .span4 > a:hover{
    border:1px solid #5e9a50;
}
.cms-nhs-health-tools .nhs-box .span4 > a:hover h3{
    background:#5e9a50;
    color:#fff;
}
.cms-nhs-health-tools .page-banner{
    margin-bottom: 30px;
}
.cms-nhs-health-tools .page-banner img{
    margin: 0 auto;
    display: block;
}
.bannerslider.whats-new-slider{
    margin: 0 !important;
}
.cms-nhs-health-tools .page-content{
    margin-bottom: 30px;
}
.nhs-mob-view > div {
    margin: 0 auto;
}
.table-responsive > table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}
/****************
free-delivery-new
****************/

.free-delivery-new {padding:20px 0;}
.free-delivery-new img{display:block;}
.cms-whats-new .col6 .image-gallery-outer .owl-theme .owl-controls{margin:0;}


/****************
Latets Blog css
****************/
.latest-info-box h3
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:22px;
    color:#777777;
    padding:0;
    margin:0 0 18px 0;
    line-height:normal;
}
.latest-blog-new a,
.cms-page-view .std .latest-blog-new a:link{text-decoration:none !important;}
.latest-blog-new ul li
{
    margin:14px 0 0 0;
    padding:0 0 14px 0;
    border-bottom:1px solid #deddd8;
}
.latest-blog-new ul li a
{
    color:#333333;
    font-size:13px;
    font-weight:bold;
}
.latest-blog-new ul li a:hover{color:#008000;}
.latest-blog-new .post-content
{
    color:#666666;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    margin:2px 0 4px 0;
    line-height:1.5;
}
.latest-blog-new .read-more
{
    display:block;
}
.latest-blog-new .read-more a
{
    color:#008000;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.latest-blog-new .read-more a:hover{color:#333333;}


/****************
Latets Blog css
****************/
.twit-feed
{
    border:1px solid #ededed;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.twit-feed iframe,
.face-feed iframe
{
    height:255px !important;
    width:100% !important;
}


.what-new-section {padding-bottom:10px;}
.what-new-section a{display:inline-block;}
.what-new-section a img {display:block;width:100%;}
.cms-whats-new .slick-dots{margin-top: 10px;}

/****************
Dont Miss Sale
****************/

.dont-miss-sale-outer h3
{
    font-size:28px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0;
    margin:0 0 15px 0;
    text-align:center;
    color:#333333;
}
/*.dont-miss-sale .block-static-block
{
    display:block;
    float:left;
    clear: none;
    width: 25%;
}*/

.dont-miss-sale .block-static-block:nth-child(2){float: right;}
.dont-miss-sale .block-static-block:nth-child(3){padding:0 10px;overflow:hidden;width: 50%;}
/*.dont-miss-sale .bottom .block-static-block:nth-last-child(-n+2){width: 50%;}*/
.upto-img.upto5{padding:0;}
.dont-miss-sale .top{overflow:hidden;}
.dont-miss-sale .bottom{overflow:hidden;}
.dont-miss-sale img
{
    display:block;
}
/* CMS PAGE WHATS NEW */
._2p3a {
    width: 100% !important;
}
.cms-whats-new .free-delivery-new {
    padding: 30px 0;
}
.dont-miss-sale-outer .col-sm-3.col-xs-6,
.cms-whats-new .col-outer .col-sm-3.col-xs-6 {
    padding: 0 14px;
}
.cms-whats-new .bottom-blog {margin-top: 30px;}
.cms-whats-new .bottom.row {margin-top: 30px;}
.dont-miss-sale-outer .header-typ1 {margin-bottom: 40px;}
.cms-whats-new .page-title-wrapper {text-align: center;margin-top: 25px;margin-bottom: 40px;}
.cms-whats-new .page-title-wrapper h1.page-title {margin: 0;}
.cms-whats-new .col-outer {margin-bottom: 25px;}
.cms-whats-new .bannerslider-li{display: block !important;}
.cms-whats-new .main .block-static-block.widget{margin-bottom: 0}
.cms-whats-new .top-box .col-sm-6 > div{padding:0;}
.cms-whats-new .mytabs{text-align:center;margin-bottom:30px;}
.cms-whats-new .mytabs li{display:inline-block;padding:0 20px;line-height:normal;}
.cms-whats-new .mytabs li + li{border-left:2px solid #e8e8e8;}
.cms-whats-new #tabs .mytabs li a {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 1.71;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: montserratbold;
    letter-spacing: 1.1px;
}
.cms-whats-new #tabs .mytabs li.active a {
    color: #40a842;
}
.cms-whats-new .section-title{margin-bottom:20px;}
.cms-whats-new .product-slider{margin:0 -5px;}
.cms-page-view .column.main .featured-events .block-static-block h2 {
    font-size: 26px;
    font-family: montserratmedium;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 1;
}
.cms-page-view .column.main .featured-events p {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    line-height: 1.38;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 25px;
}
/* CMS PAGE WHATS NEW END */
.sliderpro li.item
{
    padding:0;
    margin:0 5px;
    width:auto;
    height:305px;
}
.slider-tab .sliderpro.products-grid
{
    width:100%;
}

.slider-tab .products-grid li.item p.prod-brand
{
    margin:0 0 5px 0;
}
.slider-tab .products-grid li.item .product-name{margin-bottom:2px;}
.slider-tab .owl-theme .owl-controls{margin:19px 0 0 0;}

.cms-page-view.cms-whats-new .std a:link,
.cms-page-view.cms-whats-new .std a:visited
{
    text-decoration:none !important;
}
/****************
Feature Events
****************/

.cms-whats-new .top-box .col-sm-6 > div.featured-events {
    padding: 12px 30px 9px;
    text-align: center;
}
.featured-events{
    border: 2px solid #e1e1e1;
}
.cms-whats-new .product-item-info > a {
    margin-bottom: 10px;
}
.cms-whats-new .dont-miss-sale-outer .header-typ1 {
    margin-bottom: 30px;
}
.featured-events h2
{
    color:#666666;
    font-weight:bold;
    font-size:26px;
    padding:0;
    margin:0 0 5px 0;
    line-height:normal;
    text-transform:uppercase;
}
.body-check h3
{
    color:#333333;
    font-weight:bold;
    font-size:20px;
    padding:0;
    margin:12px 0 0px 0;
    line-height:normal;
}
.body-check  span
{
    height:146px;
    width:146px;
    display:inline-block;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow:hidden;
}

.featured-events h3 {
    color: #40a842;
    font-size: 15px;
    font-family: 'montserratbold';
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 18px;
}
.event-info
{
    padding:8px 0 17px;
    color: #666666;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
}
.events-share{padding:11px 0 0 0;}

.event-info .date {
    padding: 0 0 0 35px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-family: 'montserratmedium';
    line-height: 30px;
}
.event-info .date:before {
    background: url(../../frontend/Mistrys/theme/en_US/images/event-info-icon.png) -8px -2px no-repeat;
    width: 26px;
    height: 26px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.event-info .location {
    margin: 0 0 0 20px;
    padding: 0 0 0 48px;
    position: relative;
    display: inline-block;
    border-left: 1px solid #c3c3c3;
    font-size: 13px;
    font-family: 'montserratmedium';
    line-height: 30px;
}
.event-info .location:before {
    background: url(../../frontend/Mistrys/theme/en_US/images/event-info-icon.png) -43px top no-repeat;
    width: 26px;
    height: 30px;
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
}
/* cms resolution */
.bannerslider-content .resolution .slick-dots{
    position: static;
    background-color: #f2f2f2;
}
.bannerslider-content .resolution .slick-dots::after{
    content: "";
    display: table;
    clear: both;
}
/* .bannerslider.resolution ul{
    max-width: 960px;
    margin: 0 auto;
} */
.bannerslider.resolution ul .bannerslider-li{
    display: block !important;
}
.cms-resolutions .columns .column.main > .row a:hover {
    opacity: 0.8;
}
.bannerslider-content .resolution .slick-dots li:last-child .d-table .t-cell{
    border-right: 0;
}
.bannerslider-content .resolution .slick-dots li.slick-active {
    border-bottom-color: #40a842;
    color: #fff;
    background: #40a842;
    border-right: none;
}
.bannerslider-content .resolution .slick-dots li .d-table{
    height: 100%;
}
.bannerslider-content .resolution .slick-dots li.slick-active .d-table:before,
.bannerslider-content .resolution .slick-dots li.slick-active + li .d-table:before{
    display: none !important;
}
.bannerslider-content .resolution .slick-dots li:not(:first-child) .d-table:before {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    background: #d8d8d8;
    margin-top: 20px;
}
/* .bannerslider-content .resolution .slick-dots li .d-table .t-cell {
    display: block;
    line-height: 40px;
    vertical-align: middle;
    margin: 20px 0;
    border-right: solid 1px rgba(0,0,0,0.1);
} */
/* Prescription */
/* steps section */
.create-hamper-section{
    margin-bottom: 40px;
}
.create-hamper-section .header-typ1{
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.create-hamper-section .action.primary{
    background-color: #40a842;
    color: #fff;
}
.step-section .col-sm-3::after{
    content: "";
    display: table;
    clear: both;
}
.step-section .step-icon{
    width: 112px;
    height: 112px;
    float: left;
    border: solid 1px #ffffff;
    border-radius: 112px;
}
.hamper-pg-section .step-section .step-icon{
    border-color: #40a842;
}
.cms-resolutions .section-title {
    padding: 45px 0 25px;
    text-align: center;
}
.cms-resolutions .features-section {
    margin-bottom: 40px;
}
.cms-resolutions .breadcrumbs {
    display: none;
}
.cms-resolutions.cms-page-view .column.main h2 {
    text-transform: capitalize;
    font-size: 26px;
    font-family: montserratmedium;
    line-height: 1.2;
}
.cms-resolutions .margin-btm {
    margin-bottom: 22px;
}
.cms-resolutions .columns .column.main > .row a {
    display: block;
}
.cms-resolutions .free-delivery-new {
    padding: 22px 0 40px;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.step-no{
    text-align: center;
    font-size: 61px;
    line-height: 110px;
    font-family: 'montserratbold';
    color:#000;
    position: relative;
}
.step-no-outer{
    width:calc(100% - 112px);
    float: left;
    position: relative;
}
.step-no-outer.up-liner{
    padding-top: 30px;
}
.step-no-outer.up-liner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: -3px;
    height: 37px;
    background-image: url(../../frontend/Mistrys/theme/en_US/images/path_golden.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.step-no-outer.bottom-liner{
    padding-bottom: 35px;
    margin-top:35px;
}
.step-no-outer.no-liner{
    margin-top:35px;
}
.step-no-outer.bottom-liner::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2px;
    right: -1px;
    height: 35px;
    background-image: url(../../frontend/Mistrys/theme/en_US/images/path_golden.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
}
.step-desc{
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    font-family: 'monserratbold';
    font-family: 'montserratsemibold';
    line-height: 20px;
}
.category-prescriptions .category-description{
   text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 600px;
    max-height: inherit;
}
.newprescription-view-index .top-header-info,
.category-prescriptions .cat-content-toggle{
    display: none;
}
#chooseprescriptiontype{
    margin: 0 -15px;
}
#chooseprescriptiontype::after{
    content: "";
    display: table;
    clear: both;
}
#chooseprescriptiontype li{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.presc-bx{
    border: solid 1px #d8d8d8;
    /* padding: 30px; */
    /* min-height: 255px; */
}
.presc-bx::after{
    content: "";
    display: table;
    clear: both;
}
.presc-bx .img-wrapper{
    width: 30%;
    float: left;
    padding-right: 15px;
}
.presc-bx .presc-detail,.presc-bx .drop-eps,.presc-bx .nhs-questions{
    width: 70%;
    float: right;
}
.presc-bx h2{
    margin-top: 0;
}
.presc-bx select{
    margin-bottom: 15px;
}
/* EPS  */
/*.eps-works,*/
.way-connect
{
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}
.eps-service-page h2{
    color:#000;
    font-size:26px;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 40px;
    padding:0;
}
.way-connect .way-connect-inner > span
{
    background:url('../../frontend/Mistrys/theme/en_US/images/eps-icons.png') no-repeat;
    background-position: left top;
    width:115px;
    height:115px;
    margin:0 auto 25px;
    display:inline-block;
}
.way-connect .way-connect-inner > span.eps-icon2{background-position:-115px 0;}
.way-connect .way-connect-inner > span.eps-icon3{background-position:-230px 0;}
/*.eps-service-page .row{margin:0 -15px;}*/
/*.eps-service-page .span4{padding:0 15px;}*/
.eps-service-page .way-connect-inner {
    background: url(../../frontend/Mistrys/theme/en_US/images/eps-bg-box.jpg) repeat left top;
    padding: 35px 10px 0;
    text-align: center;
    min-height: 380px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.eps-service-page .way-connect-inner h3
{
    color:#000;
    font-size:20px;
    text-transform: capitalize;
    font-family: montserratmedium;
    font-weight: normal;
}
.eps-service-page .way-connect-inner p{
    font-size:16px;
    color:#000;
}
.eps-service-page .way-connect-inner p span{display:block;}
.eps-service-page .way-connect-inner p span strong{color:#000;font-size:18px;}
.eps-works .span4{
    text-align:center;
}
.eps-works .eps-works-inner img
{
    margin-bottom:25px;
}
.eps-works .eps-works-inner h3 {
    font-size: 18px;
    color: #000;
    padding: 0 20px;
    line-height: 1.3;
    font-family: montserratmedium;
    letter-spacing: 1px;
}
.eps-info{font-size:16px;color:#000;}
.eps-works {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    /*padding-bottom: 80px;*/
}
/*++++++++++++++++++++++++++*/
.epsform-index-index.catalog-category-view .column.main {
    min-height: 0;
    padding: 0;
}
.category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.eps-top-info p:last-child {
    margin-bottom: 10px;
}
.eps-info p,
.eps-top-info p {
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}
.eps-top-info1 p{
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}
.eps-top-info1 .actions {
    text-align: left;
    margin: 15px 0 0;
}
/************* end cms mistry page *********/
.fieldset > .field:not(.choice) > .label{min-height:17px;}

.cms-home .page.messages{margin:0 auto;}

label{
   font-family: 'montserratregular';
    font-weight: normal;
    color:rgba(0,0,0,0.8);
    font-size:14px;
    display: inline-block;
    line-height: 1;
    padding: 0 0 7px 0;
    vertical-align: middle;
}
.checkout-index-index .additional-options .field .label,
.fieldset.cmn .field > .label,
.fieldset .row .field > .label,
.fieldset > .field:not(.choice) > .label,
.cmn .field > .label
{
    width: 100%;
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-family: 'montserratmedium';
    font-weight: normal;
    padding: 0 0 4px 0;
    display: block;
    line-height: 23px;
}

.fieldset .row .field.required  > .label > span,
.fieldset.cmn .field.required  > .label > span,
.cmn .field.required > .label {display:inline-block;}

.fieldset .row .field.required  > .label > span:after,
.cmn .field.required  > .label > span:after
{
    /*content:"*";
    color:#ff0000;
    display:inline-block;
    margin:0 0 0 5px;*/
}

.fieldset .row > .field,
.fieldset.cmn .field,
.cmn .field
{
    margin-bottom:23px;
}

.form-address-edit .fieldset .field.required .label::after,
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after
{
    font-size: 12px;
    color: #e02b27;
    margin-left:2px;
}
.form-address-edit .fieldset .field.required .label::after,
.fieldset.cmn .field.required  > .label > span:after
{
    content:'*';
    color:#e02b27;
    font-size:12px;
    margin-left:5px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"]{
    height: 44px;
    border: solid 1px #e2e2e2;
    line-height: 44px;
    border-radius: 0;
}
textarea
{
    border:1px solid #d3d3d3;
}
textarea.mage-error
{
     border: solid 1px #e2e2e2;
}

.safari input[type="text"],
.safari input[type="password"],
.safari input[type="url"],
.safari input[type="tel"],
.safari input[type="search"],
.safari input[type="number"],
.safari input[type="datetime"],
.safari input[type="email"]
{
    line-height: normal !important;
    -webkit-appearance: none;
}
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="url"],
.ie10 input[type="tel"],
.ie10 input[type="search"],
.ie10 input[type="number"],
.ie10 input[type="datetime"],
.ie10 input[type="email"]
{
    line-height: normal;
}
.ie11 input[type="text"],
.ie11 input[type="password"],
.ie11 input[type="url"],
.ie11 input[type="tel"],
.ie11 input[type="search"],
.ie11 input[type="number"],
.ie11 input[type="datetime"],
.ie11 input[type="email"]
{
    line-height: normal;
}
input::-ms-clear,
input::-ms-reveal,
select::-ms-expand
{
    display: none;
}
select
{
    height: 44px;
    line-height: 44px;
    padding: 0 30px 0 10px;
    border: solid 1px #d3d3d3;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url('../../frontend/Mistrys/theme/en_US/images/select-arrow.png') no-repeat center right;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.5px;
}
select.mage-error{border-color:#d3d3d3;}
.checkout-cart-index .actions-toolbar > .primary
{
    display: block;
    width: 100%;
}
.checkout-cart-index .actions-toolbar > .primary .action
{
    width: 100%;
}
.fieldset > .field
{
    margin: 0 0 20px 0;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift
{
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active
{
  box-shadow: none;
  -webkit-box-shadow: none;
}
.action.primary,
.amscroll-load-button,
.form-address-edit .actions-toolbar .action.primary
{
    border: none;
    font-family: 'montserratregular';
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 0 22px;
    border: solid 1px #d3d3d3;
}
.action.primary:focus,
.action.primary:active,
.amscroll-load-button:focus,
.amscroll-load-button:active
{
  background: #222222;
  border: none;
}
.action.primary:hover,
.amscroll-load-button:hover
{
  background: #40a842;
  border: none;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar
{
    margin-left: 0;
}
.actions-toolbar .secondary a.action
{
    margin-top: 15px;
}

.box-pad-15{padding:15px;}
.box-pad-30{padding:30px;}

.box-mart-15{margin-top:15px;}
.box-marb-15{margin-bottom:15px;}

.a-left{text-align:left;}
.a-right{text-align:right;}
.a-center{text-align:center;}

/* Sign In page */

.cmn-border
{
    border:solid 1px #d8d8d8;
}
.login-container .box-pad-30
{
    min-height:393px;
}
.login-container .fieldset::after{margin:0;}

.new-customer-bg
{
    background:url(../../frontend/Mistrys/theme/en_US/images/login-bg.png) left top no-repeat;
    background-size:cover;
    color:#fff;
}
.new-customer-bg h2.block-title
{
    color:#fff;
}
.new-customer-bg .action.primary
{
    border-color:#fff !important;
    color:#fff !important;
}
.block-customer-login1 .actions-toolbar{overflow:hidden;}
.block-customer-login1 .actions-toolbar .primary{float:left;margin:0;}
.block-customer-login1 .actions-toolbar .secondary{float:right;}
.block-customer-login1 .actions-toolbar .secondary a.action{margin-top:10px;display:inline-block;}

@media(max-width: 991px)
{
.login-container .box-pad-30
{
    min-height:400px;
}
.cms-nhs-health-tools .nhs-box .span4 h3 {
    font-size: 16px;
}
}

@media(max-width: 767px)
{
.login-container .box-pad-30
{
    min-height:300px;
}
.cmn-border{margin-bottom:30px;}
}

/* Forgot Password */
.form.password.reset, .form.send.confirmation, .form.password.forget{
    min-width: inherit;
    max-width: 500px;
}
#captcha-container-user_forgotpassword img{
    max-height: 50px;
    min-width: 200px;
    display: inline-block;
}
.fieldset > .field:not(.choice) > .control{
    width: 100%;
    float: none;
}
.reload.captcha-reload span{
    font-size: 0;
}
.reload.captcha-reload span::after{
    content: "\f021";
    font-family: fontawesome;
    font-size: 12px;
    line-height: 23px;
}
@media(max-width: 767px){
.control.captcha-image .captcha-img {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}
}
@media(max-width: 991px){
    .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action{
        max-width: 200px;
    }
    .checkout-cart-index .actions-toolbar > .primary .action{
        max-width: inherit;
    }
}
/* registration */
.form.create.account{
    min-width: inherit;
    width: 100%;
}
.fieldset.create.account,.fieldset.create.info{
    width: 50%;
    float: left;
}
.fieldset.create.account{
    border-left: solid 1px #dadada;
    padding-left: 50px;
}
.fieldset.create.info{
    padding-right: 50px;
}
.fieldset > .field.choice::before, .fieldset > .field.no-label::before {
    width: 0;
    content: ' ';
    float: none;
    height: 0;
}
.customer-account-create .actions-toolbar > .secondary{
    display: none;
}
input[type="checkbox"], input[type="radio"]{
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

.account.form-create-account .fieldset > .field.choice
{
    clear:both;
    padding:0 0 0 15px;
    margin:0;
}
.account .fieldset > .field.choice.required > .label::after
{
    display:none;
}
.cmn .field.choice.required > .label{padding:0;}

.account.form-create-account .fieldset > .field.choice
{
    padding-top:10px;
}

.account.form-create-account .fieldset > .field.choice input[type="checkbox"]
{
    vertical-align:top;
    margin-top:0;
    float:left;
}

.account.form-create-account .fieldset > .field.choice > .label
{
    overflow:hidden;
    display:block;
    width: auto;
}


.account.form-create-account .fieldset{margin-bottom:0;}


@media(max-width: 767px){
    .fieldset.create.account, .fieldset.create.info{
        float: none;
        width: 100%;
    }
    .fieldset.create.info{
        padding-right: 0;
    }
    .fieldset.create.account{
        padding-left: 0;
        border-left: none;
    }
    .create .actions-toolbar > .primary .action{
        width: 100%;
    }
}
/* My Account */
.page-title-wrapper .return-status,
.page-title-wrapper .order-status
{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    background: #40a842;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 0.6px;
    float: right;
}
.account .order-title a.action,.account .block-title a{
    float: right;
    margin-top: 25px;
}
.account .order-details-items .order-title a.action{margin:0;}

.account .block-title a{
    margin-top: 0;
}
.paypal-express-review .column.main,
.privateprescriptions-repeat-index .block-container.repeat-prescription,
.account .column.main
{
    border: solid 1px #d8d8d8;
    padding: 30px;
    margin-bottom: 30px;
}
.title.account-nav-title {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 15px 15px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
}
.title.account-nav-title strong {
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #000;
}
.cms-sidebar .cms-links-ul li a, .account-nav .item a, .account-nav .item > strong {
    padding: 10px 15px;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    /* font-weight: 700; */
    font-family: 'montserratmedium';
    border-left: none;
}
.account-nav .item.current a > strong {
    background: no-repeat;
    border-bottom: none;
}
.account-nav .item.current a:hover {
    color: #ffffff;
    background: #7cb073;
}
.cms-sidebar .cms-links-ul li:not(:last-child) a, .account-nav .item:not(:last-child) a{
    border-bottom: 1px solid #d8d8d8;
}
.account-nav .nav.items {
    border: 1px solid #d8d8d8;
}
.cms-sidebar .cms-links-ul li a.active,
.account-nav .item.current a, .account-nav .item.current strong {
    border-left: none;
    color: #ffffff;
    background: #7cb073;
    border-bottom: 1px solid #d8d8d8;
    font-weight: normal;
}
.cms-sidebar .cms-links-ul li a:hover, .account-nav .item a:hover {
    background-color: transparent;
    color: #40a842;
    text-decoration: none;
}

.account .column.main .block:not(.widget) .block-content .box
{
    margin-bottom: 0px;
}
.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address{
    margin-bottom: 0;
}
.account a.action{
    margin-right: 5px;
}
.account .column.main .block:not(.widget) .block-title{
    margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .box-title > span{
    font-size: 14px;
    font-weight: 500;
    margin:0;
}
.block-addresses-list{
    margin-bottom: 30px;
}
.block-dashboard-orders .table-order-items{
    margin-bottom: 0;
}
.block .box1 h3.box-title,
.account .column.main .block:not(.widget) h3.box-title
{
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    color:#000000;
    letter-spacing:0.5px;
    font-family: 'montserratbold';
    display:block;
    margin:0;
    position:relative;
    padding:15px 30px;
    background:#f8f8f8;
}
.account .page-main .block-title a{
    vertical-align: middle;
    padding-top: 0;
}
.account address{
    line-height: 20px;
}
.products-grid .row{
    margin: 0 -15px;
}
.account .fieldset > .legend{
    margin-bottom: 10px;
}
.account .maincontent .action.primary{
    min-width: 140px;
}


.form-orders-search .fieldset select
{
    padding-left:22px;
}

/* My Account Comman table */
.table.table-order-items > tbody > tr > td
{
    vertical-align:middle;
}
.table.table-order-items > tbody > tr > td,
.table.table-order-items > tbody > tr > td span{
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
}

.table.table-order-items > tbody > tr > td span{
    display:inline-block !important;
    padding:0 !important;
}
.account .table-order-items body, .account .table-order-items tfoot {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}
/* Mistrys My Account Css */

.account .page-title-wrapper{overflow:hidden;margin:0 0 15px 0;}
.account .page-main > .page-title-wrapper .page-title{margin:0;}

.account-nav .content
{
    padding:0;
    background:none;
}
.account-nav .item{margin:0;}
.account-nav .item .delimiter{display: none;}

.account.customer-account-index.page-layout-2columns-left .column.main{padding:0;}

.account .column.main .block
{
    margin-bottom:0px;
    border-bottom:none;
    padding:0px;
}
.account .column.main .block.hello{padding:30px;}
.account .column.main .block:not(.widget) .block-title,
h2.block-title,
.account .column.main .block:not(.widget) h2.block-title
{
    font-size: 18px;
    color:#000000;
    letter-spacing:1px;
    font-family: 'montserratbold';
    padding-bottom:15px;
    display:block;
    line-height: 22px;
    margin:0 0 15px 0;
    border-bottom: 1px solid #d7d7d7;
    text-transform:uppercase;

}
.account .column.main .block.hello h2 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    font-family: montserratmedium;
    padding-bottom: 15px;
    display: block;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
}
.block.hello p
{
    color:#4a4a4a;
    font-family: 'montserratregular';
    line-height:1.71;
    font-size:14px;
    margin:0;
}

.account .column.main .block:not(.widget) .box-title
{
    display:block;
    margin:0;
    padding:0 0 10px 0;
}

.block .block-content .box-actions {padding-top:15px;}

.box1 a.action
{
    font-family: 'montserratsemibold';
    text-transform:uppercase;
    letter-spacing:1.1px;
    font-weight:500 !important;
    border-bottom:1px solid #40a842;
    display:inline-block;
    margin:0 10px 0 0;
    color:#40a842;
    font-size:12px;
}
.box1 .pages a.action{
    border-color: #d8d8d8;
}
.box1 .pages a.action:hover{
    border-color: #40a842;
}
.box1 a.action:hover
{
    border-bottom:1px solid #000;
    color:#000;
}

.block-dashboard-info .box1
{
    padding:0;
}

.box1 .box-title a
{
    float:right;
    margin:0 !important;
}
.box1.box-information .box-content p span
{
    font-size: 12px;
    color: #000000;
    letter-spacing:1.1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'montserratregular';
    display:inline-block;
    min-width:60px;
}

.account .addresses.row > li
{
    margin-bottom:30px;
}

.account .addresses.row > li:nth-child(2n+1)
{
    clear:both;
}
.account .action.back{
    display: none !important;
}
.paypal-review .block .block-content .box.box-order-shipping-address,
.paypal-review .block .block-content .box.box-order-billing-address,
.account .add-custom,
.block-addresses-list .items.addresses > .item
{
    border:solid 1px #d8d8d8;
    border-top:3px solid #40a842;
    padding:20px;
    min-height:295px;
}
.account .payment-method .table:not(.cart):not(.totals) > tbody > tr > th,
.account .payment-method .table:not(.cart):not(.totals) > tbody > tr > td {
    padding: 0;
}
.account .add-custom address,
.block-addresses-list .items.addresses > .item address
{
    line-height:1.8em;
}

.account .fieldset > .field.choice::before,
.account .fieldset > .field.no-label::before
{
    float:none;
    padding:0;
}
.account .fieldset{margin: 0 0 20px 0;}
.account .fieldset > .field, .account .fieldset > .col-xs-12 .row > .field{margin:0 0 15px 0;}

.account .form-edit-account .fieldset > .field:nth-child(2n + 1){
    clear: both;
}
.fieldset > .field .additional{margin:0;}
.account .fieldset:last-child {
    margin: 0;
}
.account .row .fieldset:after
{
    content:"";
    display:table;
    width:100%;
}

/* My Account Reviews Css */
.table-wrapper.reviews .col.actions a {
    border-bottom: 1px solid #40a842;
    white-space: nowrap;
}
.table-wrapper.reviews .col.date {
    white-space: nowrap;
}
.cart-totals .grand .amount strong {
    font-weight: 400;
}
.customer-review .review-details .review-title{
    margin-bottom: 15px;
}
.customer-review .product-reviews-summary .reviews-actions {
    display: none !important;
}
.account.review-customer-view .review-date .date {
    font-family: 'montserratbold';
    margin-left: 10px;
}
body.account.review-customer-view .action.back{
    display: block !important;
}
.customer-review .review-details .review-title{
    display: block !important;
}
.block-reviews-dashboard ol li, .block-reviews-dashboard ol li a {
    list-style-type: decimal;
    padding-bottom: 10px;
    font-family: 'montserratbold';
    color: #000;
}
.block-reviews-dashboard ol
{
    margin:0;
    padding:0 0 0 15px;
}
.block-reviews-dashboard ol li
{
    list-style-type:decimal;
    padding-bottom:10px;
}


/* Tracking Popup */
.shipping-tracking-popup .page-title-wrapper
{
    padding:25px 0 0 0;
}
.shipping-tracking-popup .order.subtitle
{
    padding:0 0 25px 0;
}


/* Order tab Css */
/*.order-details-items
{
    padding-bottom: 25px;
    margin:0;
    border:none;
}*/
.account .column.main .order-details-items {
    margin: 0;
    border: none;
    margin-bottom: 25px;
}
.account .onestepcheckout-index-index .price-including-tax .price,
.account .price-excluding-tax .price
{
    font-weight: 400;
    font-size: 14px;
}
.page-title-wrapper .order-date
{
    margin-top:0;
}

.page-title-wrapper .order-actions-toolbar
{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    letter-spacing: 0.6px;
    float: right;
}
.page-title-wrapper .order-actions-toolbar a.print > span:before,
.order-details-items a.print > span:before
{
    content: "\f02f";
    font-family: "fontawesome";
    display:inline-block;
    margin:0 5px;
}

.order-date
{
    font-size: 12px;
    color: #000000;
    letter-spacing:1.1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'montserratregular';
    margin:0;
    padding:0 0 15px 0;
}
.account .order-links
{
    margin:15px 0 30px 0;
    padding:0;
    border:none;
    overflow:hidden;
    border-bottom:1px solid #d8d8d8;
}
.account .order-links li
{
    float:left;
    display:block;
    margin:0 20px 0 0;
    padding:0 0 10px 0;
}
.account .order-links li a,
.account .order-links li strong
{
    position: relative;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'montserratbold';
}
.account .order-links li a:hover,
.account .order-links li.current strong
{
    color:#40a842;
}
.order-details-items .order-title > strong
{
    display:block;
    font-size: 15px;
    color: #000000;
    letter-spacing:1.1px;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    margin:0 0 15px 0;
}
.table>thead>tr>th {
    font-family: montserratbold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
}
.table-order-items .product-item-name
{
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 4px;
    margin-top: 0;
}
.checkout-onepage-success  .table-order-items .product-item-name{
    margin-bottom: 0;
}
.order-details-items .actions-toolbar{text-align:right;}

.account .order-items.table-wrapper .col.price,
.account .order-items.table-wrapper .col.qty,
.account .order-items.table-wrapper .col.subtotal
{
    text-align:right;
}

.account .toolbar .limiter{display:none;}
.actions-toolbar .secondary{float:left;}


.account .table-order-items tfoot td .price
{
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
}
.order-details-items .order-title{overflow:hidden;padding:10px 0 0 0;}
.order-details-items .order-title > strong
{
    float:left;
}
.order-products-toolbar .toolbar-amount{
    display: none;
}

/* Print Css */
.page-print .logo
{
    display:inline-block;
    margin:25px 0;
}
.page-print.account .nav-sections,
.page-print.account .page-main > .row.no-gutter,
.page-print .scroll-top
{
    display:none;
}
.page-print.account .page-main
{
    max-width:900px;
}
.block-order-details-view .box1[class*='col-']:nth-child(2n+1){
    clear: both;
}
.order-details-items .item-options dd:last-child,
.account dl.item-options:last-child {
    margin-bottom: 0;
}
@media(max-width: 1021px){
    .account .page-main, .cms-privacy-policy .page-main{padding-top:0;}
    .account .page.messages{margin-bottom:0;}

}
@media(max-width: 991px){
    .account.page-layout-2columns-left .sidebar-main{
        width: 100%;
    }
    body .account.page-layout-2columns-left .column.main {
        width: 100%;
    }
    .table:not(.cart):not(.totals) > tfoot > tr > td{
        text-align: right;
    }
    .account .column.main .block:not(.widget) .block-content .box.box-order-billing-address{
        margin-bottom: 30px;
    }
    .account .column.main .block:not(.widget) .block-content .box.box-order-billing-method{
        margin-bottom: 0;
    }

}
@media(max-width: 767px){
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 0px;
    }
    .account .page.messages {
        margin-bottom: 15px;
    }
    /* .table-order-items.table:not(.cart):not(.totals) > tbody > tr > td{
        border-left: none;
    } */
    .table-order-items{
        margin-bottom: 0;
    }
    .account.page-layout-2columns-left .column.main {
        width: 100% !important;
    }
    .order-items .table:not(.cart):not(.totals) > tfoot > tr > td{
        text-align: right;
    }
    .account .column.main .block:not(.widget) .block-content .box.box-order-billing-method{
        margin-bottom: 0 ;
    }
    .account .box-order-shipping-method, .account .box-order-billing-method {
        text-align: left;
    }
    .account.page-layout-2columns-left .sidebar-main {
        width: 100%;
    }
    .cms-whats-new .page-main .bottom-blog .mob-grid {
        width: 100%;
    }
    .cms-whats-new .page-main .bottom-blog .mob-grid .widget {
        margin-bottom: 15px;
    }
}
@media(max-width: 639px){
    .products-grid.wishlist .product-item {
        margin-bottom: 20px;
    }
    .products-grid.wishlist .product-item:first-child {
        border-top: none;
    }
    .products-grid.wishlist .product-item {
        border-bottom: none;
    }
    .products-grid.wishlist {
        margin-right: 0;
        margin-bottom: 0;
    }
    .account.wishlist-index-index .actions-toolbar .primary{
        text-align: center;
    }
    .account.wishlist-index-index .actions-toolbar .primary,
    .wishlist-index-index .actions-toolbar > .primary .action:last-child {
        margin-bottom: 0;
    }
    .table-order-items.table:not(.cart):not(.totals) > tbody > tr > td{
        border-left: none;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr{
        border-bottom: solid 1px #ddd
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:last-child{
        border-bottom: none;
    }
    .table.table-order-items.table:not(.cart):not(.totals) > tbody > tr > td:last-child{
        border-right: none;
    }
    .order-details-items .col.name,.order-details-items .col.sku{
        width: 100%;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before
    {
        position: absolute;
        left: 0;
        text-transform: uppercase;
        font-family: 'montserratbold';
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th{
        position: relative;
        padding-left: 90px;
    }
    .account .order-links
    {
        margin:15px 0 15px 0;
    }

    .table-wrapper .table.table-reviews:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th
    {
        padding-top:10px;
        padding-bottom:10px;
    }
    .table-wrapper .table.table-reviews:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before
    {
        font-size:12px;
    }


    .account .table-wrapper .table-order-items td .price
    {
        font-size:16px;
        font-weight:500;
        color:#000;
    }

    .account .order-items.table-wrapper .col.price,
    .account .order-items.table-wrapper .col.qty,
    .account .order-items.table-wrapper .col.subtotal{text-align:left;}

    .account .order-items.table-wrapper ul.items-qty li
    {
        display:inline-block;
        margin:0 5px 0 0;
    }
    .table-wrapper .table.table-order-items:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
    .table-wrapper .table.table-order-items:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before
    {
        margin-top:3px;
    }
    .table-wrapper .table.table-order-items .item-options{margin-bottom:0;}
    .table-wrapper .order-details-items .item-options dd,
    .order-items .order-details-items .item-options dd{margin-bottom:0;}
}

@media(max-width: 540px)
{
.account .order-links li{width:50%;margin:0;}
}

@media(max-width: 480px){
    .mob-grid {
        width: 100%;
    }
     .account .page-main a.action{
        display: inline-block;
        vertical-align: middle;
     }
    .order-title .action.print{
        border-bottom: none !important;
    }
    .account .order-links li a,.account .order-links li strong{
        padding: 5px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .account .order-links li.current strong{
        padding: 5px;
        font-size: 12px;
        bottom: 0;
    }
    .account .column.main{
        padding: 15px;
    }

    .account .order-title a.action, .account .block-title a{
        float: none;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .account[class*='sales-order-'] .page-main > .page-title-wrapper .page-title,.account .page-main > .page-title-wrapper .page-title{
        margin-bottom: 15px;
    }
    /* Drinks & Treats My Account Css */

    .box-pad-30{padding:15px;}
    .account .column.main .block.hello{padding:15px;}

    .block .box1 h3.box-title,
    .account .column.main .block:not(.widget) h3.box-title
    {
        padding:15px;
        font-size:14px;
    }

    .account .add-custom,
    .block-addresses-list .items.addresses > .item
    {
        padding:15px;
    }
    .box-billing-address{margin-bottom:15px;}

    .field.street .row .nested
    {
        margin-bottom:15px;
    }

}
@media(max-width: 359px){
    .block.hello > h2, h2.block-title, .account .column.main .block:not(.widget) h2.block-title{
        font-size: 16px;
    }
}
/* Global Message */

.message.message.error,
.message.message.success,
.message.info,
.message.info.empty,
.message.notice,
.message.warning
{
    padding-top: 15px;
    padding-bottom: 15px;
    margin:0 0 20px 0;
}

.message.error
{
    border: 2px solid #ebccd1;
    background-color: #f2dede;
}

.message.success
{
    border: 2px solid #d6e9c6;
    background-color: #dff0d8;
}
.message.warning,
.message.notice,
.message.info
 {
    border: 2px solid #faebcc;
    background-color: #FCF8E3;
}

.message.error > *:first-child::before,
.message.notice > *:first-child::before,
.message.success > *:first-child::before,
.message.empty > *:first-child::before,
.message.warning > *:first-child::before,
.message.info > *:first-child::before
{
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    margin:0;
}

.empty-catalog {
    background-image:url(../../frontend/Mistrys/theme/en_US/images/cart-icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    border: 2px solid #3d4351;
    padding:25px 15px 24px 100px;
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
    border-radius:10px;
    -webkit-border-radius:10px;
}
.empty-catalog  a {
    color: #f25917;
    font-size: 15px;
    font-weight: normal;
}
.empty-catalog  a:hover {
    color: #000;
}
a.phone-call {
    pointer-events: none;
}


/* CMS Page Side Bar*/
.cms-sidebar {
    background: no-repeat;
    padding: 0;
    margin: 0 0 30px 0;
}
.cms-sidebar .cms-links-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #d8d8d8;
    border-top: none;
}
.cms-sidebar .cms-links-block.last
{
    border:none;
    margin:0;
    padding-bottom:0;
}
.cms-sidebar .block-title {
    margin-bottom: 0;
    padding: 20px 15px 15px;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #d8d8d8;
}
.cms-sidebar .cms-links-ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
.cms-sidebar .cms-links-ul li
{
    margin:0;
}
.cms-sidebar .cms-links-ul li a {
    display: block;
}
/*.cms-sidebar .cms-links-ul li a:hover,
.cms-sidebar .cms-links-ul li a.active
{
    color: #40a842;
}*/

/* START : 404 Page */
.cms-noroute-index .page-title-wrapper
{
    display: none;
}
.section-404-typ-01{margin:50px 0;}
.section-404-typ-01 .inner-404
{
    border:solid 1px #d2d2d2;
    -webkit-box-shadow: 0px 0px 11px 3px rgba(210,210,210,1);
    -moz-box-shadow: 0px 0px 11px 3px rgba(210,210,210,1);
    box-shadow: 0px 0px 11px 3px rgba(210,210,210,1);
}
.section-404-typ-01 .title
{
    margin-top:0;
    margin-bottom:20px;
}
.section-404-typ-01 .inner-404
{
    padding:60px 30px 30px 30px;
    text-align:center;
}
.section-404-typ-01 .n-f-404
{
    width:300px;
    height:200px;
    margin:0 auto;
    background:#40a842;
    border:none;
    border-radius:30px;
    -webkit-border-radius:30px;
    padding: 25px;
    position:relative;
}
.section-404-typ-01 .n-f-404 .arrow
{
    height:30px;
    width:40px;
    background:#40a842;
    transform: skew(-41deg) rotate(-19deg);
    -webkit-transform: skew(-41deg) rotate(-19deg);
    position: absolute;
    bottom: -1px;
    left: -3px;
}
.section-404-typ-01 .s-404
{
    font-size:80px;
    color:#fff;
    margin-bottom:0px;
    padding:0;
    height:auto;
    line-height:115px;
    width:auto;
    font-weight:700;
}
.section-404-typ-01 .title .not-found
{
    margin:0;
    font-size:20px;
    color:#fff;
    line-height:20px;
    text-transform:uppercase;
    letter-spacing:0.1em;
    font-weight:700;
}
.section-404-typ-01 .psdesc
{
    text-align:center;
    font-size:20px;
    color:#333333;
    line-height:30px;
    margin-bottom:20px;
    font-family: 'montserratsemibold';
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.section-404-typ-01 .home-link
{
    margin-top:0;
    margin-bottom:50px;
}
.section-404-typ-01 .home-link a
{
    border-radius:0;
    -webkit-border-radius:0;
}
@media(max-width: 480px)
{
.section-404-typ-01 .n-f-404{width:auto;}
}

/* END : 404 Page */



/* START : Cookies */
.cookie-policy
{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    color:#fff;
    z-index:999;
    border-top:2px solid #40a842;
    font-size:13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: none;
    background: rgba(0, 0, 0, 1);
    padding: 12px 5px;
}

.cookie-policy .v-message,
.cookie-policy .v-actions
{
    line-height: 1.5em;
    display: block;

}
.cookie-policy .v-message{padding-right: 40px;}
.cookie-policy .v-message p{margin: 0;}
.cookie-policy .v-message a
{
    color: #40a842;
}
.cookie-policy .v-actions
{
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.cookie-policy .v-actions .action
{
    min-width: 30px;
    max-width: 30px;
    height:30px;
    line-height:30px;
    padding: 0;
    display: block;
    text-align: center;
    background:#40a842;
    color:#fff;
    text-align:center;
    border:none;
    border-radius:30px;
    -webkit-border-radius:30px;
}

.cookie-policy .v-actions .action .fa
{
    min-width: 30px;
    max-width: 30px;
    height:30px;
    line-height:30px;
    padding: 0;
    display: block;
    text-align: center;
}
.cookie-policy .v-actions .action .fa::before
{
    display: block;
    font-size: 14px;
    height:30px;
    line-height:30px;
    width: 30px;
}

.cookie-policy .v-actions .action:hover
{
    color:#000;
}
/* END : Cookies */


/* START : CMS */

.cms-page-view .column.main h2
{
    font-size: 19px;
    font-family: 'montserratsemibold';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cms-page-view .column.main p
{
    color:#4a4a4a;
    line-height:1.71;
    font-family: 'montserratregular';

}

/* END : CMS */

/* START : Multishipping Checkout */

[class^="multishipping-"] .nav-sections{display:block;}

.multishipping-checkout-register .account .fieldset > .field.street
{
    clear:both;
    margin:0;
}
.multishipping-checkout-register .account .fieldset > .field.street > .fieldset
{
    margin:0;
}
.multishipping-checkout-register .account .fieldset{margin:0;}

/* END : CMS */


/* General Responsive css*/
@media(max-width: 1024px)
{
.actions-toolbar > .primary,
.actions-toolbar > .secondary
{
    text-align:left;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action{width:auto;}
}

/* Mistrys Custom Changes Css */

.column:not(.sidebar-main) form .actions-toolbar,  .column:not(.sidebar-additional) form .actions-toolbar {
    margin: 0;
}
.block-rewards-account-summary .unsubscribe a:hover{
    text-decoration: underline;
}
.block-rewards-account-summary .unsubscribe a{
    color: #40a842;
}
.block-rewards-account-summary .unsubscribe {
    float: right;
    font-size: 14px !important;
    padding-top: 0;
    font-family: montserratregular;
    text-transform: capitalize;
}
@media(max-width: 767px)
{
    .block-rewards-account-summary .unsubscribe {
        margin-top: 8px;
        float: none;
        display: block;
    }
    .block-rewards-account-summary .unsubscribe a {
        float: none;
        text-align: left;
        margin: 0;
        display: inline-block;
        margin-top: -2px;
    }
    /*** mistry cms page */

    .cms-nhs-health-tools .nhs-box .span4{
        width: 50%;
    }
    .cms-whats-new .page-main {
        max-width: 600px;
        margin: 0 auto;
    }
    .cms-whats-new .section-title {
        margin-bottom: 15px;
    }
    .cms-whats-new #tabs .mytabs li a {
        font-size: 16px;
    }
    .cms-whats-new .mytabs li{
        padding: 0 8px;
    }
}
@media(max-width: 480px){
     /*** mistry cms page */
    .cms-nhs-health-tools .nhs-box .span4{
        width: 100%;
    }
    .cms-whats-new .main .dont-miss-sale .block-static-block{
        margin-bottom: 10px;
    }
    .dont-miss-sale .block-static-block:nth-child(3){
        width: 100%;
    }
    .dont-miss-sale .bottom .block-static-block:nth-last-child(-n+2){
        width: 100%;
    }
    .dont-miss-sale .block-static-block:nth-child(3){
        padding:0 5px;
    }
    .upto-img.upto5{
        padding: 0;
    }
    .cms-whats-new .top-box .col-sm-6 > div.featured-events {
        padding: 12px 15px 9px;
        text-align: center;
    }

}

/*  GDPR CSS MISTRYS */
.account .block-gdpr-pro-info {
    margin: 15px 0 15px;
}
.account .block.block-gdpr-info .content .control input[type="checkbox"] {
    line-height: 14px;
    vertical-align: text-top;
}
.customer-privacy-settings table.table-primary .control {
    position: relative;
    line-height: 14px;
    margin-top: 5px;
}
.customer-privacy-settings table.table-primary .control input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
@media(max-width: 1022px){
    .account .block-gdpr-pro-info {
        margin: 30px 0 15px;
    }
}




/* CMS Page CSS Mistrys */

@media(min-width: 1022px){
    .page-layout-2columns-left .column.main,
    .cms-page-view.page-layout-2columns-left .column.main {
        width: 77.7%;
    }
    .page-layout-2columns-left .sidebar-additional,
    .page-layout-2columns-left .sidebar-main {
        width: 22.3%;
        padding: 0;
    }
    .catalog-category-view .columns {
        padding: 40px 0 80px;
    }
    .page-layout-2columns-left .column.main {
        padding: 0 0 0 40px;
    }
    .cms-page-view.page-layout-2columns-left .column.main{
        padding-bottom: 40px;
    }
    .account.page-layout-2columns-left .column.main{
        padding: 30px;
    }
}
/* DIV SPACING */
@media (max-width: 1239px){
    .ms-space-upper-outer{
        margin-top: 40px;
    }
    .ms-space-upper-inner{
        padding-top: 40px;
    }
    .ms-space-lower-inner{
        padding-bottom:40px;
    }
    .ms-space-lower-outer{
        margin-bottom: 40px;
    }
    .eps-works {
        background: url(../../frontend/Mistrys/theme/en_US/images/eps-main-bg.png) no-repeat 60% 40%;
    }
    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 25%;
    }
    .account.page-layout-2columns-left .column.main {
        width: 75%;
    }
    .account.page-layout-2columns-left .sidebar-main{
        padding-right: 15px;
    }
    .account .products-grid.wishlist .product-item-name a {
        min-height: 60px;
    }
    .products-grid.wishlist .product-item-actions {
        margin: 0;
    }
    .account .products-grid.wishlist .product-item-inner .box-tocart {
        padding: 15px 0 0;
    }
}
@media (max-width: 767px){
    .ms-row-box-spacing-xs{
        margin-bottom: 40px;
    }
    .eps-works{
        background: none;
    }
    .eps-works .eps-works-inner img {
        margin-bottom: 0;
    }
    .eps-works-inner.box1,
    .eps-works-inner.box2,
    .eps-works-inner.box3,
    .eps-service-page .way-connect-inner {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .eps-service-page h2 {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (min-width: 1240px){
    .account.page-layout-2columns-left .sidebar-main{
        padding-right: 25px;
    }
    .eps-works {
        background: url(../../frontend/Mistrys/theme/en_US/images/eps-main-bg.png) no-repeat 60% 42%;
    }
    .ms-space-upper-outer{
        margin-top: 80px;
    }
    .ms-space-upper-inner{
        padding-top: 80px;
    }
    .ms-space-lower-inner{
        padding-bottom:80px;
    }
    .ms-space-lower-outer{
        margin-bottom: 80px;
    }
    .step-section.home-section.pd-section {
        margin-top: -8px;
    }
    .message.global.cookie .content {
        text-align: center;
    }
}

/* Vsourz Private Prescription Mistrys  */
.privateprescriptions-index-index .block-dom-item{
    margin-bottom: 60px;
}
.privateprescriptions-index-index .page-title {
    margin-bottom: 20px;
}
.privateprescriptions-index-index .rewards__product-points {
    display: none;
}
div.private-prescripitons .alphabet-search {
    border: 1px solid #d8d8d8;
    padding: 20px;
}
.private-prescripitons .search-title {
    font-size: 14px;
    font-family: "montserratregular";
    margin-bottom: 15px;
}
.private-search-field {
    position: relative;
    width: 50%;
    overflow: hidden;
    min-width: 400px;
}
.private-search-field input {
    padding-right: 50px;
}
.privateprescriptions-index-index .page-main input[type="number"]{
    text-align: center;
    line-height: 40px;
    width: 60px;
    padding: 0;
    margin: 0 auto;
    height: 40px;
}
.privateprescriptions-index-index .page-main select{
    height: 44px;
}
.privateprescriptions-index-index a.action.sorter-action.sort-asc {
    border: 1px solid #c3c3c3;
    height: 30px;
    line-height: 30px;
    margin-top: -4px;
}
.privateprescriptions-index-index a.action.sorter-action:before {
    font-size: 28px;
    line-height: 30px;
    line-height: 30px;
    margin-top: -4px;
}
.privateprescriptions-index-index .product-item-name a {
    line-height: 1.3;
    min-height: 25px;
}
.privateprescriptions-index-index .page-main input[type="text"]{
    height: 44px;
    background: transparent;
    padding-right: 45px;
}
.private-search-field .search-action .action:hover {
    background-position: -12px -86px;
}
.private-search-field .search-action .action {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../frontend/Mistrys/theme/en_US/images/icons.png) -10px -48px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-left: 1px solid #d8d8d8;
}
.private-search-field .search-action .action span {
    display: none;
}
.private-search-field .search-action .action {
    color: transparent;
}
div.private-prescripitons .sorter{
    float: right;
}
div.private-prescripitons .toolbar-products {
    border-top: none;
    padding: 0;
    border-bottom: none;
}
.toolbar-products {
    color: #000;
    font-size: 13px;
}
.toolbar {
    margin-bottom: 20px;
}
.privateprescriptions-index-index .toolbar-amount{
    line-height: 30px;
    margin-left: 0;
}
div.private-prescripitons .searchbox-container {
    background: none;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}
.products {
    margin: 30px 0;
}
.private-prescripitons .product-items-table td, .private-prescripitons .product-items-table th {
    padding: 20px;
}
.private-prescripitons .product-items-table th {
    color: #4a4a4a;
    font-weight: normal;
    font-family: "montserratsemibold";
    font-size: 14px;
    line-height: 1;
}
.private-prescripitons .product-items-table td,
.private-prescripitons .product-items-table th {
    border: 1px solid #dedede;
}
.private-prescripitons .product-items-table .col.item .image-container {
    max-width: 18%;
}
.private-prescripitons .product-items-table .col.item .image-container, .private-prescripitons .product-items-table .col.item .product-info {
    float: left;
}
.products-list .product-item-photo {
    display: block;
    padding: 0;
    width: auto;
    max-width: 200px;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}
.private-prescripitons .product-items-table .col.item .image-container img {
    border: 1px solid #dedede;
    padding: 1px;
    max-width: 55px;
    width: 100%;
}
.private-prescripitons ul {
    padding: 0;
    display: table-cell;
}
.private-prescripitons tbody:nth-child(2n+1) td {
    background: #f6f4f9;
}

div.private-prescripitons .characters .char:hover,
div.private-prescripitons .characters .char .char-box.active {
    background: #40a842 !important;
    color: #fff !important;
}
.characters .char {
    display: inline-block;
    margin: 0;
}
div.private-prescripitons .characters .char .char-box {
    background: none;
    width: 28px;
    height: 28px;
    padding: 0;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
}
div.private-prescripitons .characters .char {
    background-color: transparent;
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 2;
    font-family: montserratbold;
}
.private-prescripitons .price-final_price .special-price .price, .private-prescripitons .price-container{
    font-family: montserratbold;
}
.private-prescripitons .product-items-table .col.item .product-info {
    max-width: 82%;
    padding-left: 20px;
}
.private-prescripitons .product-items-table .col.item .image-container, .private-prescripitons .product-items-table .col.item .product-info {
    float: left;
}
.private-prescripitons .product-items-table .col:not(.item) {
    width: 12%;
    vertical-align: middle;
}
.private-prescripitons .product-items-table .col:not(.item).text-right{
    text-align: right;
}
.private-prescripitons .product-items-table .col:not(.item).no-befor-respo::before{
    display: none !important;
}
.private-prescripitons .product-item-actions .actions-primary + .actions-secondary {
    display: none;
}
@media (max-width: 500px){
    .private-prescripitons .product-items-table td,
    .private-prescripitons .product-items-table th {
        border: none;
    }
    .private-prescripitons .product-items-table .col:not(.item).text-xs-left{
        text-align: left;
    }
    .privateprescriptions-index-index .private-prescripitons .products-list .product-items-table > tbody{
        width: 100%;
        display: block;
        max-width: 320px;
        margin: 0 auto 20px;
        border: 1px solid #dedede;
    }
    .privateprescriptions-index-index .private-prescripitons .product-items-table tbody tr {
        width: 100%;
        display: block;
    }
    .private-prescripitons .product-items-table thead {
        display: none;
    }
    .private-prescripitons .product-items-table .col {
        border: none;
    }
    .opc-wrapper .fieldset.address:after, .opc-wrapper .fieldset > .field.street > .control:after, .opc-block-summary .items-in-cart .minicart-items .product-item-details .item-options:after, .checkout-payment-method .actions-toolbar:after, div.private-prescripitons .alphabet-search:after, .private-prescripitons .product-items-table td:after, .shipping-address-items .shipping-address-item-inner:after {
        content: '';
        display: block;
        clear: both;
        float: none;
    }
    .private-prescripitons .product-items-table .col {
        border: none;
    }
    .private-prescripitons .product-items-table .col.item .image-container {
        float: left;
    }
    .private-prescripitons .product-items-table .col.item .product-info, .private-prescripitons .product-items-table .col.item .image-container {
        width: 100%;
        display: block;
        float: none;
    }
    .private-prescripitons .product-items-table .col.item .image-container img {
        max-width: 100%;
    }
    .private-prescripitons .product-items-table .col.item .product-info {
        padding: 10px 0 0;
        overflow: hidden;
        float: none;
    }
    .private-prescripitons .product-items-table td {
        display: block;
    }
    .private-prescripitons .product-items-table .col:not(.item):not(.action):before {
        content: attr(data-th) ' :';
        display: inline-block;
        font-weight: bold;
    }
    .private-prescripitons .qty-wrapper {
        display: inline-block;
    }
    .private-prescripitons .product-items-table td.col + td.col {
        padding-top: 0;
    }
    .private-prescripitons .product-items-table .col:not(.item) {
        width: 100%;
        text-align: left;
        padding: 0 20px 20px;
    }
    .private-prescripitons .product-items-table input[type="number"] {
        max-width: 60px;
        text-align: center;
        height: 30px;
        border: none;
        border-bottom: 1px solid #d8d8d8;
    }
    .private-prescripitons tbody:nth-child(2n+1) td {
        background: none;
    }
    .privateprescriptions-index-index .columns .column.main{
        padding-bottom: 0;
    }
    .private-prescripitons .product-items-table td{
        padding: 20px 20px 10px;
    }

}

@media (max-width: 479px){
    .private-search-field {
        min-width: 100%;
    }
    .privateprescriptions-index-index .toolbar-amount{
        float: right;
        margin: 15px 0 0;
    }

    .message.global.cookie .v-message {
        padding: 0;
    }
    body .message.global.cookie .actions {
        position: static;
        top: 0;
        transform: none;
        margin-top: 10px;
        text-align: center;
    }
    body .message.global.cookie .content {
        text-align: center;
    }
    body .message.global.cookie {
        padding: 10px 0;
    }
}

/* Vsourz Private Prescription Mistrys  */

/* Cookie Policy Mistrys  */
.message.global p {
    display: inline-block;
    margin: 0 30px 0 0;
}
.message.global.noscript, .message.global.cookie {
    background: #efedf1;
    border-top: 3px solid #40a842;
    padding: 0 0 5px;
}
.message.global.noscript a:hover, .message.global.cookie a:hover{
    text-decoration: underline;
    color: #40a842;
}
.message.global.noscript a, .message.global.cookie a {
    color: #40a842;
}
.message.global.cookie .actions {
    margin-top: 0;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.message.global.cookie .actions .action.primary {
    padding: 12px 15px;
}
.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999999999;
    padding: 20px 0;
}
.message.global.cookie .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.v-message {
    padding-right: 150px;
    display: block;
    line-height: 1.5em;
}
.message.global p {
    display: block;
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: montserratregular;
    line-height: 1.5;
    vertical-align: middle;
}
/* Cookie Policy Mistrys  */
/* Search Page  */
.suggested {
    padding: 15px 0 0;
}
.catalogsearch-result-index .results {
    padding-top: 15px;
}
/* Search Page  */
/* Listing Page  */
.catalog-category-view .product-item-details .brand-name-empty {
    display: block;
    min-height: 26px;
}
.catalog-category-view .product-item-details .brand-name p {
    color: #40a842;
    font-family: 'montserratmedium';
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.block-aerosol {
    position: relative;
}
.aerosol-detail {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.aerosol-detail:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url(../../frontend/Mistrys/theme/en_US/images/icons.png);
    background-position: -138px -1px;
    position: absolute;
    left: 0;
}
.new-arriaval-section .product-item-actions .actions-primary .stock {
    margin-bottom: 21px;
}
.product-item .product-reviews-summary .rating-summary{
    margin: 0;
}
.product-reviews-summary .rating-summary{
    left: 0;
}
.product-item-actions .actions-primary .stock.unavailable {
    background: #f47e27;
    color: #fff;
    font-weight: normal;
    padding: 15px;
    font-size: 11px;
    text-align: center;
    border-radius: 0;
    border: 0;
    line-height: 1.1;
    position: relative;
    font-family: 'montserratbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 125px;
    /* webkit-transform: perspective(1px) translateZ(0); */
    transform: perspective(1px) translateZ(0);
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.block.filter .filter-title {
    margin-bottom: 14px;
}
.sorter label.sorter-label {
    font-family: 'montserratsemibold';
    padding-bottom: 3px;
    color: #000;
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
}
.toolbar-amount span.toolbar-number {
    margin: 0 3px;
}
/*1983*/
.page-products .products-grid .product-item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e0e0e0;
}
/*1989*/
.products.wrapper ~ .toolbar .pages {
    float: none;
    text-align: center;
}
.products.wrapper ~ .toolbar-products {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.pages .action:hover{
    border-color: #40a842;
}
.pages .action.previous:hover:before,
.pages .action.next:hover:before{
    color: #40a842;
}
.pages .item.current strong.page {
    color: #fff;
}
.pages .action {
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 2px solid #bababa;
    color: #bababa;
}
.pages a:visited:hover, .pages a:hover.page, .pages .item.current strong.page {
    background: transparent;
    color: #40a842;
    border-color: #40a842;
}
.post-list-wrapper .pages .item {
    margin: 0;
}
.pages a:visited, .pages a.page, .pages .item strong.page {
    font-family: 'montserratmedium';
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    text-decoration: none;
    color: #000;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    border: 2px solid #fff;
}
.safari .pages a:visited,
.safari .pages a.page,
.safari .pages .item strong.page{
    line-height: 25px;
}
.post-list-wrapper .pages {
    margin-bottom: 40px;
}
.pages .action.previous {
    margin-right: 13px;
}
.pages .action.next{
    margin-left: 13px;
}
.pages .action.previous:before{
    content: '\f0d9';
}
.pages .action.next:before{
    content: '\f0da';
}
.pages .action.previous:before,
.pages .action.next:before{
    font-size: 18px;
    color: #bababa;
    font-family: 'FontAwesome';
    text-align: center;
    width: 100%;
    margin: 0;
}
.toolbar-products {
    text-align: left;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 15px;
}
.catalog-category-view .products {
    margin: 30px 0 25px;
}
.filter-options-content .am-labels-folding .item input[type="radio"] {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}
.amshopby-slider-container .ui-slider-range {
    position: absolute;
    height: 10px;
    background: #e9e9e9;
}
.amshopby-slider-container .am-slider .ui-slider-handle{
    background: #40a842;
}
.page-products .products.products-grid .product-item {
    margin: 15px 0;
}
/*2037*/
.amasty-catalog-topnav {
    display: none;
}
span.icon-cross:hover {
    background-position: -23px -155px;
}
span.icon-cross {
    background: url(../../frontend/Mistrys/theme/en_US/images/icons.png) -23px -132px;
    height: 14px;
    width: 14px;
    display: block;
}
.filter-current .filter-label{
    color: #000000;
}
.am-shopby-item .filter-value{
    color: #666666;
}
a.action.remove {
    position: absolute;
    right: 0;
    top: 33px;
}
.am-shopby-item {
    position: relative;
}
/*.filter-current .filter-label, .am-shopby-item .filter-value {
    font-family: 'montserratmedium';
    font-size: 14px;
    line-height: 1;
}*/
.filter-current .filter-label, .am-shopby-item .filter-value {
    font-family: 'montserratmedium';
    font-size: 14px;
    line-height: 1;
    width: 45%;
    display: block;
    word-wrap: break-word;
    vertical-align: middle;
    padding: 10px 0 0;
}
.filter-options .filter-options-title,
.block-subtitle.filter-current-subtitle {
    word-break: break-word;
    font-family: 'montserratbold';
    font-size: 14px;
    line-height: 1.71;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin:20px 0 15px;
}
.filter-current {
    border-bottom: 1px solid #d8d8d8;
}
.filter-current .item {
    margin: 7px 0 15px;
    padding-right: 15px;
}
.filter-header {
    position: absolute;
    top: 0;
    right: 0;
}
.block-content.filter-content {
    position: relative;
}
.block-actions.filter-actions a {
    font-family: 'montserratmedium';
    text-transform: uppercase;
    color: #1956ff;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
}
.block-actions.filter-actions a:hover {
    color: #40a842;
    text-decoration: underline;
}
.range.am-fromto-widget input {
    height: 32px;
    display: table-cell;
    text-align: center;
}
.filter-options {
    margin: 20px 0;
}
.filter-options .filter-options-content {
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-bottom: solid 1px #d8d8d8;
}
.filter-options .filter-options-content:last-child {
    border-bottom: none;
}
.filter-options-content .range {
    margin: 20px 0 15px;
}
.filter-options-content .range:after {
    content: '';
    display: block;
    clear: both;
}
.filter-options-content .range .am-filter-price {
    width: 45%;
    float: left;
}
.filter-options-content .range .delimiter {
    margin: 0 10px;
    float: left;
}
.am-filter-go, .am-filter-go:focus {
    margin: 30px 0 0;
    width: 45%;
    background-color: #40a842;
    color: #fff;
    padding: 10px 15px;
    border: none;
}
.am-filter-go:hover {
    background: #f47e27;
}
.page-main .amshopby-search-box input[type="text"] {
    height: 32px;
    border: 1px solid #d9d9d9;
    padding: 0 12px;
    line-height: 1.2;
    font-size: 12px;
    font-family: 'montserratmedium';
}
.amshopby-search-box *::-moz-placeholder{
    color: #000 !important;
    opacity: 1;
}
.amshopby-search-box *::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
.page-main .am-filter-items-attr_price input[type="number"] {
    height: 32px;
    text-align: left;
}
.filter-options-content .items a:hover,
.filter-options-content .items a:hover label,
.filter-options-content .items a:hover .count,
.filter-options-content .items a:hover .count:before,
.filter-options-content .items a:hover .count:after{
    color:#40a842;
}
.filter-options-content .items a:visited,
.filter-options-content .items a,
.filter-options-content .items a label,
.filter-options-content .items a .count,
.filter-options-content .items a .count:before,
.filter-options-content .items a .count:after {
    font-size: 14px;
    margin-left: 0;
    line-height: 2;
    font-family: montserratmedium;
    color: #333333;
    opacity: 1;
}
.filter-options-content .delimiter {
    margin: 0 10px;
}
.filter-current .block-subtitle.filter-current-subtitle {
    margin-top: 0;
}
/* Sidebar Deal Of The Month */
.sidebar .block-dom-item .product-items .product-item-info .product-item-photo {
    position: static;
    width: 100%;
    float: none;
    display: block;
    margin: 0;
}
.block-dom-item .deal-section .block.widget .products-grid .product-item {
    padding: 10px 15px 25px;
}
.block-dom-item .deal-section .slick-dots {
    margin: 0;
    padding: 18px 0 22px;
}
.block-dom-item .deal-section h3 {
    border: 1px solid #d8d8d8;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
    font-family: 'montserratmedium';
    line-height: 2;
    text-align: center;
    padding: 10px 0;
    border-bottom: none;
    color: #000;
}
body.page-products .block-dom-item .deal-section .products-grid .product-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.block-dom-item .deal-section .products-grid .product-item-actions {
    margin: 0;
}
.block-dom-item .deal-section .products-grid .product-item-actions .actions-primary {
    display: none;
}

.block-dom-item .deal-section .product-item-name a{
    margin: 10px auto;
    width: 100%;
    max-width: 200px;
    font-size: 13px;
    line-height: 1.46;
}

.sidebar .block-dom-item .deal-section .product-items .product-item-name {
    min-height: auto;
}
.sidebar .block-dom-item .deal-section .product-item-details {
    padding-bottom: 0;
}
.sidebar-additional .block.filter {
    margin-bottom: 0;
}
.block-dom-item .deal-section .products-grid .product-reviews-summary {
    margin-top: 0;
}
.block-dom-item .block.widget.block-products-list.grid {
    margin-bottom: 30px;
}
/* Sidebar Deal Of The Month End*/

/* Mini Cart CSS */
.minicart-items-wrapper .minicart-items {
    height: 100%;
    overflow: auto;
    max-height: 300px;
}
.minicart-wrapper .block-minicart {
    padding: 0;
}
.minicart-wrapper.active .block-minicart {
    border: none;
}
.minicart-items-wrapper {
    margin: 0;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    height: auto !important;
}
.minicart-items .product > .product-item-photo {
    border: 1px solid #d8d8d8;
    margin: 0;
    padding: 0 10px;
}
body .minicart-items .product-item-details {
    padding-left: 95px;
    position: relative;
}
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary {
    display: block;
}
.minicart-wrapper .product .actions {
    float: none;
    position: absolute;
    top: 0;
    right: -25px;
    padding: 0 6px;
    margin: 0;
}
.block-minicart .items-total .count, .block-minicart .items-total span {
    color: #fff;
    font-family: montserratsemibold;
    font-weight: normal;
}
.minicart-wrapper .minicart-items .product-item {
    padding: 10px 30px 10px 0;
    border: none !important;
}
.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #40a842 transparent;
    z-index: 99;
}
.block-minicart .items-total {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    background: #40a842;
    color: #fff;
    padding: 7px 15px;
}
.block-minicart .subtotal .amount.price-container {
    display: inline-block;
}
.minicart-items .product-item-name:hover, .minicart-items .product-item-name a:hover {
    color: #000;
}
.minicart-items .product-item-name, .minicart-items .product-item-name a {
    color: #40a842;
    font-family: montserratmedium;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    min-height: auto;
}
.minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
    display: inline-block;
    height: 30px;
    width: 100%;
    max-width: 50px;
    padding: 0 5px;
}
.minicart-items .product-item-details .details-qty {
    margin: 5px 0 0 0;
}
.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: auto;
    font-family: montserratmedium;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}
.block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after, .minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: ' : ';
}

.minicart-wrapper .action.close:hover:before,
.minicart-items .action.delete:before:hover,
.minicart-items .action.edit:before:hover{
    color: #000;
}
.minicart-items .action.delete:before,
.minicart-items .action.edit:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    color: #d8d8d8;
    margin-bottom: 10px;
}
.minicart-items .action.edit:before{
    content: '\f040';
}
.minicart-items .action.delete:before {
    content: '\f1f8';
}
.minicart-wrapper .action.close:before {
    color: #fff;
}

.block-minicart .subtotal {
    padding: 10px 20px;
    text-align: right;
    /* text-align: center; */
}
.block-minicart .block-content > .actions {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 20px 20px;
}
/* .block-minicart .block-content > .actions {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 20px 10px;
    max-width: 300px;
} */
.block-minicart .block-content > .actions .primary button{
    margin: 0;
}
.block-minicart .block-content > .actions > .primary,
.block-minicart .block-content > .actions > .secondary .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary {
    width: 100%;
    margin: 0;
}
.block-minicart .amount .price-wrapper .price {
    font-size: 16px;
    font-weight: normal;
    font-family: montserratsemibold;
}
/* Mini Cart CSS */
/* Checkout Page CSS */
.page-layout-checkout .opc-wrapper .form-login .fieldset > .field {
    margin-bottom: 15px;
}
.page-layout-checkout .opc-wrapper .form-login .fieldset .field:last-child {
    margin-bottom: 0;
}
.page-layout-checkout .opc-wrapper .fieldset.address > .field[name="shippingAddress.care_of"],
.page-layout-checkout .opc-wrapper .fieldset.address > .field[name="shippingAddress.company"] {
    display: none;
}
/* Radio Button */
.account .block-gdpr-pro-info .concent-main input[type="radio"] + label:before,
.payment-method .payment-method-title input[type="radio"] + .label:before {
    position: absolute;
    left: 0;
}
.table-checkout-shipping-method .col-method input[type="radio"] + label:before{
    margin-right: 4px;}
.payment-method .payment-method-title input[type="radio"] + .label:before {
    margin-right: 9px;}
.account .block-gdpr-pro-info .concent-main input[type="radio"] + label:before,
.cart-summary .block .item-options input[type="radio"] + label:before,
.table-checkout-shipping-method .col-method input[type="radio"] + label:before,
.payment-method .payment-method-title input[type="radio"] + .label:before {
    height: 14px;
    width: 14px;
    border: 1px solid #c5c5c5;
    content: '';
    display: inline-block;
    line-height: 60px;
    vertical-align: text-bottom;
    border-radius: 50%;
}
.account .block-gdpr-pro-info .concent-main input[type="radio"]:checked + label:before,
.cart-summary .block .item-options input[type="radio"]:checked + label:before,
.table-checkout-shipping-method .col-method input[type="radio"]:checked + label:before,
.payment-method._active .payment-method-title input[type="radio"] + .label:before {
    border: 5px solid #3baf29;
}
/* Radio Button */
/* SagePay Image, CheckBox and Radio Button Hide */
.account .block-gdpr-pro-info .concent-main input[type="radio"],
.account .block.block-gdpr-info .block-content .control input[type="checkbox"],
.cart-summary .block .item-options input[type="radio"],
.checkout-cart-index .table-wrapper .items .item-info .col.item input[type="checkbox"],
.epsform-index-index .eps-policy-detail input[type="checkbox"],
.gdpr-control input[type="checkbox"],
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter input[type="checkbox"],
.checkout-index-index .additional-options .admin__field.admin__field-option input[type="checkbox"],
.checkout-index-index .checkout-consents .checkout-consent input[type="checkbox"],
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"],
.checkout-payment-method .payment-method-title .payment-icon,
.table-checkout-shipping-method .col-method input[type="radio"],
.payment-method .payment-method-title input[type] {
    height: 0;
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 0;
}
/* SagePay Image */

.checkout-payment-method .payment-method-title label[for="paypal_express"] span:before {
    width: 82px;
    height: 20px;
    display: inline-block;
    content: '';
    line-height: 30px;
    background: url(../../frontend/Mistrys/theme/en_US/images/paypal.png) no-repeat 6px 0;
    vertical-align: middle;
    margin-right: 15px;
}
.checkout-payment-method .payment-method-title label[for="sagepaysuiteserver"] span:before,
.checkout-payment-method .payment-method-title label[for="sagepaysuitepi"] span:before {
    width: 82px;
    height: 20px;
    display: inline-block;
    content: '';
    line-height: 30px;
    background: url(../../frontend/Mistrys/theme/en_US/images/sp.png) no-repeat -2px 0;
    vertical-align: middle;
    margin-right: 15px;
}
/* CheckBox */
.account .block.block-gdpr-info .block-content .control input[type="checkbox"] + label:before,
.checkout-cart-index .table-wrapper .items .item-info .col.item input[type="checkbox"] + label:before,
.epsform-index-index .eps-policy-detail input[type="checkbox"] + label:before,
.gdpr-control input[type="checkbox"] + label:before,
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter input[type="checkbox"] + label:before,
.checkout-index-index .additional-options .admin__field.admin__field-option input[type="checkbox"] + label:before,
.checkout-index-index .checkout-consents .checkout-consent input[type="checkbox"] + label:before,
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"] + label:before {
    height: 18px;
    width: 18px;
    content: '';
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    margin-right: 7px;
    vertical-align: top;
    line-height: 23px;
    position: absolute;
    left: 0;
    margin-top: 1px;
}
.account .block.block-gdpr-info .block-content .control input[type="checkbox"]:checked + label:before,
.checkout-cart-index .table-wrapper .items .item-info .col.item input[type="checkbox"]:checked + label:before,
.epsform-index-index .eps-policy-detail input[type="checkbox"]:checked + label:before,
.gdpr-control input[type="checkbox"]:checked + label:before,
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter input[type="checkbox"]:checked + label:before,
.checkout-index-index .additional-options .admin__field.admin__field-option input[type="checkbox"]:checked + label:before,
.checkout-index-index .checkout-consents .checkout-consent input[type="checkbox"]:checked + label:before,
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"]:checked + label:before {
    background: url(../../frontend/Mistrys/theme/en_US/images/check-box.png) no-repeat;
    border: none;
}

.gdpr-control .label {
    padding-left: 15px !important;
    line-height: 22px !important;
    display: block;
}
.checkout-cart-index .table-wrapper .items .item-info .col.item,
.eps-policy-detail {
    position: relative;
}
.checkout-cart-index .table-wrapper .items .item-info .col.item input[type="checkbox"] + label,
.epsform-index-index .eps-policy-detail input[type="checkbox"] + label,
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter input[type="checkbox"] + label,
.checkout-index-index .additional-options .admin__field.admin__field-option input[type="checkbox"] + label,
.checkout-index-index .checkout-consents .checkout-consent input[type="checkbox"] + label,
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"] + label {
    padding: 0 0 0 28px;
    line-height: 22px;
    display: block;
    cursor: pointer;
}

.checkout-cart-index .table-wrapper .items .item-info .col.item .mage-error,
.epsform-index-index .eps-policy-detail .mage-error,
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter .mage-error,
.checkout-index-index .additional-options .admin__field.admin__field-option .mage-error,
.checkout-index-index .checkout-consents .checkout-consent .mage-error,
.checkout-payment-method .billing-address-same-as-shipping-block .mage-error{
    padding-left: 30px;
}

.opc-payment .payment-method-title,
.checkout-index-index .additional-options .admin__field.admin__field-option,
.checkout-payment-method .billing-address-same-as-shipping-block {
    position: relative;
}
.opc-payment .payment-method-title .label {
    padding-left: 20px;
    cursor: pointer;
}
/* CheckBox */
.checkout-index-index .grand.totals {
    border-bottom: 1px solid #e6e6e6;
}
.checkout-payment-method .checkout-billing-address {
    margin: 0;
}
.checkout-payment-method .checkout-billing-address:before {
    display: block;
    width: 100%;
    content: 'Billing Address';
    font-size: 14px;
    font-family: montserratbold;
    line-height: 2;
    margin-bottom: 10px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details br {
    display: block !important;
}
.checkout-index-index .minicart-items .product-item-name {
    font-family: montserratbold;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    opacity: 0.8;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
    color: #000;
    opacity: 1;
    font-family: montserratmedium;
}
.checkout-index-index .opc-block-summary .product-item .price {
    font-family: montserratmedium;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
}
.checkout-index-index .opc-block-summary .table-totals .mark strong {
    font-size: 16px;
    font-family: montserratbold;
    font-weight: normal;
    line-height: 1.5;
}
.checkout-index-index .opc-block-summary .table-totals .amount {
    font-size: 14px;
    color: #000000;
    font-family: montserratmedium;
    line-height: 1.5;
}
/* Default Address */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 100%;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #40a842;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
    background: #40a842;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 12px 17px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    width: 100%;
    font-size: 11px;
    line-height: 2;
    font-weight: normal;
    font-family: montserratbold;
    letter-spacing: 1px;
}
/* Default Address */
.checkout-index-index .opc-block-summary{
    padding: 0;
    margin: 0;
}
.checkout-index-index .additional-options {
    margin: 15px 0;
}
.checkout-index-index .opc-wrapper .form-discount {
    position: relative;
}
.paypal-review .block .actions-toolbar,
.checkout-index-index .opc-wrapper .form-discount .actions-toolbar {
    display: inline-block;
    float: right;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9;
}
.checkout-index-index .opc-block-summary .mark .value {
    color: #000;
    display: block;
}
.checkout-index-index .opc-wrapper .form-discount .actions-toolbar .primary .action.action-cancel{
    padding: 8px 15px;
    min-width: auto;
}
.checkout-payment-method .payment-option-inner .control input {
    padding-right: 110px;
}
.checkout-index-index .opc-wrapper .form-discount .actions-toolbar .primary .action.action-apply {
    padding: 8px 25px;
    min-width: auto;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 24px;
    color: #000;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title span {
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 0 0 7px 0;
    line-height: 2;
    text-transform: uppercase;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title span {
    padding-bottom: 10px;
}
/* Checkout Discount */
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    padding: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code {
    margin: 15px 0;
}
/* Checkout Discount End */
/* Email Hidden Content Checkout  */
.checkout-index-index .opc-wrapper .form-login .actions-toolbar .secondary {
    float: right;
    padding-right: 20px;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar .secondary .action {
    font-size: 12px;
    line-height: 40px;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
    clear: both;
}
/* Email Hidden Content Checkout End */
.checkout-index-index .additional-options .field .control textarea {
    min-height: 80px;
    border-color: #e2e2e2;
}
.checkout-index-index input[type="checkbox"] + label > span,
.checkout-index-index .additional-options .admin__field.admin__field-option label {
    width: 100%;
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-family: 'montserratmedium';
    font-weight: normal;
    padding: 0;
    display: inline;
}
.checkout-index-index .additional-options .admin__field.admin__field-option {
    margin: 15px 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 23px;
    padding: 0 0 0 30px;
    font-size: 12px;
    font-family: montserratmedium;
}
.checkout-index-index .ch-footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.checkout-index-index .company-info {
    display: none;
}
.checkout-footer-content {
    background: #f6f4f9;
}
/* Checkout Page CSS End */
/* Checkout Success Page CSS */
.checkout-onepage-success .checkout-success {
    padding: 0 0 40px;
}
.mrg20-B{
    margin-bottom: 20px;
}
.mrg15-B{
    margin-bottom: 15px;
}
.checkout-onepage-success .checkout-success .success-messages p {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    padding: 15px 0 0;
    margin: 0;
}
.checkout-onepage-success .page-main .block.block-order-details .order-date,
.checkout-onepage-success .column.main .block:not(.widget) .block-title {
    border: none;
    margin: 0;
    padding-bottom: 10px;
}
.checkout-onepage-success .order-details-items .order-title {
    padding: 15px 0 0 0;
}
.checkout-onepage-success .column.main {
    text-align: left;
}
.checkout-onepage-success .block.block-order-details {
    display: none;
}
/* Checkout Success Page CSS End */

@media(max-width: 1022px){
    .account.page-layout-2columns-left .sidebar-main {
        padding-right: 0;
    }
    .checkout-onepage-success .checkout-success {
        padding: 20px 0 0;
    }
    .am-checkout .opc-estimated-wrapper {
        display: none;
    }
    .checkout-payment-method .payment-methods {
        margin: 0;
    }
    /*.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
        padding-left: 60px;
    }*/
    .checkout-consents-wrapper,
    .checkout-index-index .avail-coupons,
    .checkout-index-index .opc-payment-additional.rewards-block,
    .checkout-payment-method.submit .payment-methods,
    .checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code,
    .checkout-index-index .additional-options,
    .checkout-index-index .block.items-in-cart,
    .checkout-index-index li#payment.checkout-payment-method .payment-method,
    .checkout-index-index .checkout-shipping-method .step-content,
    .checkout-index-index .checkout-shipping-address .step-title + .step-content {
        padding-left: 60px;
    }
    .checkout-index-index .opc-block-summary .table tr {
        margin-left: 60px;
        display: block;
        border-bottom: none;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper{
        margin: 0 !important;
    }
    .checkout-index-index .opc-block-summary .table tr th.mark {
        width: 74%;
        text-align: right;
        display: inline-block;
    }
    .checkout-index-index .opc-block-summary .table tr td.amount {
        width: 25%;
        display: inline-block;
    }

    .checkout-index-index .footer-content {
        padding: 15px 0;
    }
    .checkout-payment-method.submit .payment-methods {
        margin: 0 auto;
        width: 100%;
        text-align: right;
    }
    .checkout-index-index .opc-wrapper .fieldset.address,
    .checkout-index-index .opc-wrapper #shipping .field .control input {
        max-width: 100%;
    }
    .checkout-index-index .opc-wrapper .form-discount {
        max-width: 350px;
    }
    .checkout-payment-method.submit .payment-methods .actions-toolbar {
        width: auto;
        display: inline-block;
    }
    /* Checkout End */
    /* Whats New CMS Page */
    .cms-whats-new .page-title-wrapper {
        margin-top: 40px;
    }
    .cms-whats-new .slider-tab {
        margin: 40px 0;
    }
    .cms-whats-new .bottom-blog {margin-bottom: 0px;}
    .featured-events {border: 1px solid #e1e1e1;}
    /* Whats New CMS Page End */
     .post-list-wrapper .pages {
        margin-bottom: 0;
    }
    body .minicart-items .product-item-details {
        padding-left: 85px;
    }
    .minicart-items .item-qty{
            margin-right: 5px;
    }
}
@media(min-width: 1024px){

    /* Whats New CMS Page */
    .cms-whats-new .slider-tab {
        margin: 80px 0;
    }
    .cms-whats-new .bottom-blog {margin-bottom: 55px;}
    /* Whats New CMS Page End */
    .checkout-index-index  .authentication-wrapper .block-authentication .block-content .fieldset {
        margin-bottom: 20px;
    }
    .checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar > .secondary {
        float: right;
        margin-right: 0;
        font-size: 12px;
    }
    .checkout-index-index  .authentication-wrapper .block-authentication .actions-toolbar > .primary {
        float: left;
    }


}
@media(min-width: 768px){
    /* Landing Page */
    .subcat-item-detail .category-item {
        width: 33.3%;
        float: left;
        margin-bottom: -2px;
        margin-right: -2px;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(3n) {
        border-right: none;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(3n+1) {
        clear: both;
        border-left: none;
    }
     .checkout-index-index .content-right {
        float: right;
        display: flex;
        flex-direction: row;
    }
    .checkout-index-index .content-right .payment-methods {
        display: inline-block;
    }
    .row.footer-content {
        display: flex;
        flex-direction: row-reverse;
        height: 100%;
        min-height: 108px;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }
    .checkout-index-index .container,
    .checkout-index-index .col-md-6.content-left,
    .checkout-index-index .col-md-6.content-right{
        padding: 0;
    }

    /* Landing Page End */
}
@media(max-width: 767px){
    /* Landing Page End */
    .subcat-item-detail .category-item {
        width: 50%;
        float: left;
        margin-bottom: -2px;
        margin-right: -2px;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(2n) {
        border-right: none;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(2n+1) {
        clear: both;
        border-left: none;
    }
    .checkout-index-index .content-right {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .checkout-index-index .content-left {
        text-align: center;
    }
    /* Landing Page */
    /* CMS Whats's New Page */
    .cms-whats-new .bottom-blog,
    .cms-whats-new .bottom.row .col-md-6.col-sm-6:last-child,
    .dont-miss-sale .col-sm-6.col-xs-12.col-sm-pull-3,
    .top-box.row .col-sm-6.col-xs-12 {
        margin-top: 15px;
    }
    .bottom-blog .col-outer.row .mob-grid {
        padding-bottom: 15px;
    }
    .cms-whats-new .page-title-wrapper {
        margin: 30px 0;
    }
    .dont-miss-sale-outer .header-typ1 {
        margin-bottom: 30px;
    }
    .bottom-blog .col-outer.row .mob-grid:last-child {
        padding-bottom: 0;
    }
    .cms-whats-new .bottom-blog .col-outer {
        margin-bottom: 0;
    }
    /* CMS Whats's New Page End */
    .chk-secure{
        display: none;
    }
    .checkout-footer-content .cert-text{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /* CMS EPS */
    .block-dom-item .deal-section h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .catalog-category-view .sidebar-collect-banner,
    .catalog-category-view .block-dom-item .deal-section {
        padding: 15px 0 8px ;
    }
    .minicart-items .item-qty{
        margin-right: 5px;
    }
    body .minicart-items .product-item-details {
    padding-left: 85px;
    }
}
@media(max-width: 479px){
    .checkout-onepage-success .account .table-order-items tfoot {
        font-size: 16px;
        border-top: 1px solid #d8d8d8;
    }
    .checkout-onepage-success .table-order-items .product-item-name{
        text-align: left;
    }
    .checkout-consents-wrapper,
    .checkout-index-index .avail-coupons,
    .checkout-index-index .opc-payment-additional.rewards-block,
    .checkout-payment-method.submit .payment-methods,
    .checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code,
    .checkout-index-index .additional-options,
    .checkout-index-index .block.items-in-cart,
    .checkout-index-index li#payment.checkout-payment-method .payment-method,
    .checkout-index-index .checkout-shipping-method .step-content,
    .checkout-index-index .checkout-shipping-address .step-title + .step-content {
        padding-left: 0px;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
        padding: 0;
    }
    .checkout-index-index  .authentication-wrapper {
        display: block;
        margin-top: -10px;
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 20px;
    }
    .chk-header-right,
    .checkout-index-index .logo {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
    }
    /* Landing Page */
    .columns .sidebar-additional {
        margin: 40px -15px 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .subcat-item-detail .category-item {
        width: 100%;
        max-width: 281px;
        margin: 0 auto;
        float: none;
        margin: 15px auto;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(2n) {
        border-right: 2px solid #e0e0e0;
    }
    .catalog-category-view .subcat-item-detail .category-item:nth-child(2n+1) {
        border-left: 2px solid #e0e0e0;
    }
    .catalog-category-view .subcat-item-detail {
        border: none;
    }
    .minicart-items .product > .product-item-photo{
        padding: 5px;
    }
    body .minicart-items .product-item-details {
        padding-left:75px;
    }
    .modal-popup.confirm_show .modal-footer .action-secondary{
        min-width: 90px;
    }
    /* Landing Page */
    .cms-whats-new .free-delivery-new {
        padding: 5px 0;
    }
    .pages .action.next {
        margin-left:0px;
    }
    .pages .action.previous {
        margin-right: 0;
    }
    .post-list-wrapper .pages .item {
        margin-bottom: 0;
    }
}
@media(max-width: 350px){

}
/* Listing Page End*/
/* Detail Page */
.avail-manufac {
    margin: 7px 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.avail-manufac .contet{
    color: #5f5f5f;
    font-weight: 700;
}
a.action.action-help {
    display: none !important;
}
.totals.shipping.incl .mark span.value:after {
    content: ' )';
}
.totals.shipping.incl .mark span.value:before {
    content: '( ';
}
.totals.shipping.incl .mark span.value {
    font-size: 11px;
    color: #666666;
}
.fieldset.review-fieldset .review-field-ratings .control > .mage-error {
    margin-top: 15px;
}
.home-page-banner-slider li .bannerslider-li-inner img {
    margin: 0 auto;
}
/* IE */
.ie11 .rating-summary .rating-result > span::before {
    background-image: none;
    color: #ffa400;
}
/* DOM */
.sidebar .product-items .price-box {
    display: block;
    margin: 0;
}
.cat-content-toggle:focus, .cat-content-toggle:visited {
    color: rgba(64, 168, 66, 1);
}
.cat-content-toggle:focus:hover, .cat-content-toggle:visited:hover {
    color: #4c4c4c;
}
.catalog-category-view .page-title {
    font-size: 30px;
    margin-bottom: 35px;
}

/* Main Menu My Account Section */
@media(max-width: 1022px){
    .nav-sections .header.links li:nth-child(1):nth-last-child(5) > a.lg-myaccount {
        display: none;
    }
    .nav-sections .header.links li.greet.welcome {
        display: none;
    }
    .nav-sections .header.links{
        border-bottom: none;
    }
}

/* Order Detail My Account */
.order-tracking {
    border-bottom: none;
}
.table.table-order-items > tbody > tr > td a.action span {
    font-size: 15px;
    text-transform: capitalize;
}
.epsform-index-index .block-text {
    padding: 15px 0 30px;
}
.eps-policy-detail .mage-error {
    padding-left: 30px;
}
@media (min-width: 1023px){
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
        width: 33.3%;
    }
}
@media (max-width: 1022px){
    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
        width: 100%;
    }
    .checkout-index-index .opc-wrapper.am-opc-wrapper{
        display: block;
    }
}
.page-layout-1column .new-arriaval-section .block.widget .products-grid .product-item .product-item-name{
    min-height: 38px;
}
.product-info-main .price-box .rewards__product-points .price{
    white-space: normal;
}
@media (max-width: 767px){
    .page-layout-1column .new-arriaval-section .block.widget .products-grid .product-item .product-item-name{
        min-height: inherit;
    }
}
@media (min-width: 1024px){
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -300px;
        width: 600px;
    }
}
/* Additional design New Resolution Page */
@media(min-width: 768px){
    .bannerslider-content .resolution .slick-dots li{
        background: #fff;
        display: block;
        width: 16.6666666%;
        float: left;
        height: 80px;
        margin-right: 0;
        font-family: 'montserratmedium';
        font-size: 14px;
        line-height: 16px;
        color: #000;
        /* padding: 0 22px; */
        letter-spacing: 1px;
        border-bottom: solid 2px #d8d8d8;
        cursor: pointer;
        /* border-left: solid 1px rgba(0,0,0,0.1); */
    }
}
@media(max-width: 1022px){
    .cms-resolutions .bannerslider-content .resolution .banner-arrow {
        top: calc(50% - 20px);
    }
    .bannerslider-content .resolution .banner-arrow.slick-prev {
        left: 10px;
    }
    .bannerslider-content .resolution .banner-arrow.slick-next {
        right: 10px;
    }
    .bannerslider-content .resolution .slick-dots li{
        padding: 0 10px;
    }
    body.cms-resolutions .free-delivery-new {
        padding: 22px 0 30px;
    }
    .cms-resolutions .box1.margin-btm {
        margin-bottom: 10px;
    }
    body.cms-resolutions .section-title {
        padding: 30px 0 30px;
    }
    body.cms-resolutions.cms-page-view .column.main h2{
        margin: 0;
    }
    body.cms-resolutions.cms-page-view .column.main{
        padding-bottom: 0;
    }
}
@media(max-width: 767px){
    body.cms-resolutions .features-section {
        margin-bottom: 15px;
    }
    .bannerslider-content .resolution .slick-dots li.slick-active{
        display: block !important;
    }
    .bannerslider-content .resolution .slick-dots li {
        height: 40px;
        width: 100%;
        vertical-align: middle;
        background: #000;
        display: none;
    }
    .bannerslider-content .resolution .slick-dots {
        background-color: #fff;
        padding: 0;
    }
    .bannerslider-content .resolution .slick-dots .t-cell{
        font-size: 16px;
        line-height: 16px;
    }
    .form-create-account .field.captcha.required{
        padding: 15px;
    }
    .field.captcha.required {
        padding: 15px;
    }
}
@media(max-width: 530px){
    body .control.captcha-image {
        margin-top: 15px;
    }
    .cms-resolutions .row.margin-btm {
        width: 100%;
        margin: 0 auto;
    }
    .cms-resolutions .columns .column.main > .row a img {
        width: 100%;
    }
    .cms-resolutions .row.margin-btm .span4 {
        display: block;
        width: 100%;
        padding: 0;
    }
    .cms-resolutions .row.margin-btm .span4:not(:last-child) {
        margin-bottom: 7px;
    }
    .full-banner a {
        display: block;
    }
    .cms-resolutions .full-banner {
        padding-top: 15px;
    }
    .cms-resolutions .free-delivery-new {
        padding: 7px 0 30px !important;
    }
    body.cms-resolutions .section-title {
        padding: 15px 0 15px !important;
    }
    body.cms-resolutions .bannerslider-content .resolution .banner-arrow {
        width: 10px;
        top: calc(50% - 10px);
    }
    body.cms-resolutions .bannerslider-content .resolution .banner-arrow.slick-next {
        background-position: -122px -3px;
    }
    body.cms-resolutions .bannerslider-content .resolution .banner-arrow.slick-next:hover{
        background-position: -122px -46px;
    }
}

/* Recapcha CSS */
/* body .control.captcha-image .captcha-reload,
body .control.captcha-image .captcha-img {
-webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.2);
} */
body .control.captcha-image {
    margin-top: 0;
}
body .control.captcha-image .captcha-img {
    margin: 0 -4px 0 0;
    border: 1px solid #d8d8d8;
    max-height: 40px;
}
body .control.captcha-image .captcha-reload {
    background: #40a842;
    color: #fff;
    min-height: 40px;
    min-width: 38px;
    border: 1px solid #40a842;
}
body .control.captcha-image .captcha-reload:hover {
    background: #fff;
    color: #40a842;
    border-color: #d8d8d8;
}
.field-captcha-required .label span:after {
    content: '*';
    display: inline-block;
    color: red;
    padding-left: 5px;
}

/* .form-create-account .field.captcha.required {
    width: 100%;
    background: #f6f4f9;
    padding: 30px 15px 0;
    margin: 15px 0 0;
} */

@media(min-width: 768px){
    body .control.captcha input {
        width: 50%;
        display: inline-block;
    }
    body .control.captcha .nested {
        width: 50%;
        display: inline-block;
        float: right;
        text-align: center;
    }
}
@media(max-width: 767px){
    body .control.captcha input,
    body .control.captcha .nested{
        width: 100%;
        display: block;
        float: none;
        text-align: left;
    }
    body .control.captcha-image {
        margin-top: 15px !important;
    }
}
/* New CSS Listing page Toolbar */
.page-products .toolbar .list-box-toolbar .limiter {
    display: inline-block;
}
.page-products .toolbar .list-box-toolbar {
    display: inline-block;
    float: right;
    max-height: 30px;
}
.page-products .toolbar .list-box-toolbar .limiter .label {
    padding: 0;
    color: #000;
    font-size: 14px;
}
.toolbar-products .limiter .control select#limiter {
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    border-color: #c3c3c3;
}
.toolbar-products .limiter .control {
    display: inline-block;
}
.page-products .toolbar .list-box-toolbar .limiter label {
    padding: 0;
    font-family: 'montserratsemibold';
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.page-products .toolbar .list-box-toolbar:after {
    display: block;
    content: '';
    clear: both;
}
.products.wrapper ~ .toolbar .list-box-toolbar,
.privateprescriptions-index-index .limiter {
    display: none !important;
}
@media(min-width: 768px){
    .page-products .toolbar .list-box-toolbar .limiter:first-child {
        display: none;
    }
    .page-products .toolbar .list-box-toolbar .limiter {
        border-left: 1px solid #c3c3c3;
        margin-left: 10px;
        padding-left: 10px;
    }
}
@media(max-width: 767px){
    .page-products .toolbar .list-box-toolbar .limiter:last-child {
        display: none;
    }
    .page-products .toolbar .list-box-toolbar .limiter .label {
        min-width: 53px;
    }
    .page-products .toolbar .list-box-toolbar {
        display: block;
        float: none;
        max-height: 100%;
        padding: 15px 0 0;
    }
    .page-products .toolbar .list-box-toolbar .limiter {
        border-right: 1px solid #c3c3c3;
        padding-right: 10px;
    }
    .page-products .toolbar .list-box-toolbar .toolbar-amount {
        margin-left: 8px;
    }
}
@media(max-width: 530px){
    .page-products .toolbar .list-box-toolbar .limiter {
        border-right: none !important;
    }
}@font-face {
    font-family: 'montserratblack';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;



}
@font-face {
    font-family: 'montserratbold';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratextrabold';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratitalic';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-italic-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratthin';
    src: url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../../frontend/Mistrys/theme/en_US/css/custom/fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* START :: Common */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height: auto;
}
body {
	font-weight: normal;
	font-family: 'montserratregular';
	line-height: 1.7;
	overflow-x: hidden;
	counter-reset: section;
}
.cms-page-view a:hover{
	text-decoration: underline;
}

body .cms-page-view a{

}
/* Span grid*/
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tbl-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.span-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.span1 {
    width: 8.33333%;
}
.span2 {
    width: 16.6667%;
}
.span3 {
    width: 25%;
}
.span4 {
    width: 33.3333%;
}
.span5 {
    width: 41.6667%;
}
.span6 {
    width: 50%;
}
.span7 {
    width: 58.3333%;
}
.span8 {
    width: 66.6667%;
}
.span9 {
    width: 75%;
}
.span10 {
    width: 83.3333%;
}
.span11 {
    width: 91.6667%;
}
.span12 {
    width: 100%;
}
/* span grid*/

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	box-shadow: none;
}
body input[type],
body textarea {
	font-family: 'montserratregular';
	font-size: 14px;
	border-radius: 0;
	line-height: 1;
}
body.safari input[type]{
	line-height: normal;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
body input[type="radio"],
input[type="radio"]
{
	border-radius:50%;
	-webkit-border-radius:50%;
}

select {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 99.9%;
	padding-right: 30px;
}

ul,
ol,
li,
ul > li,
ol > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
b, strong,dt {
  font-family: 'montserratbold';
  font-weight: normal;
}
table th
{
	font-weight: normal;
}
p:last-child {margin-bottom:0;}


a,
button,
.button,
.btn,
.owl-prev,
.owl-next,
.owl-theme .owl-dots .owl-dot span,
.product-item-info,
.product-item-actions,
.action,
.primary,
.opc-progress-bar-item._complete > span,
.order-comment-btn,
a span:after,
.owl-prev:before,
.owl-next:before {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}


button,
.button {
	border-radius: 0;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	font-size: 12px;
}
body a {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
	text-decoration: none;
}
a,
a:focus,
a:visited,
.alink:visited,
.message.success a,
.message.error a
{
	color: #000000;
	text-decoration: none;
}
.cms-page-view:not(.cms-home) .main a{
	color:#40a842;
}
.cms-page-view:not(.cms-home) .main a:hover{
	color: #000;
}
a:hover, .alink:hover
{
	color: #40a842;
}
.field .control._with-tooltip input
{
	width: 100%;
	margin-right: 0;
}
.modal-popup {
	z-index: 99999999 !important;
}
.modal-popup .modal-footer button {
    margin-right: 15px;
}
.paypal-review .block .actions-toolbar .action.primary,
.opc-wrapper .action-select-shipping-item,
.modal-footer .action.secondary.action-hide-popup,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary,
.action.primary,
.action.primary:focus,
.actions-toolbar .action.primary,
.action-gift,
.actions-toolbar > .primary .action,
.methods-shipping .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.block-addresses-list .action.edit,
.block-addresses-list .action.delete,
.block-addresses-default .action.edit,
.opc-wrapper .edit-address-link:not(:focus),
.opc-wrapper .edit-address-link,
.checkout-container .authentication-wrapper > .action.action-auth-toggle,
.step-content .amcheckout-wrapper .amcheckout-button.-new-address
 {
	background: #40a842;
	color: #fff;
	font-weight: normal;
	padding:15px;
	font-size: 11px;
	text-align: center;
	border-radius: 0;
	border: 0;
	line-height: 1.1;
	position: relative;
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 125px;
	webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
.modal-popup .modal-footer .action-primary, .modal-popup .modal-footer .action-secondary {
    min-width: 100px;
}
button:active,
.action-gift:active,
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus,
.action-gift:active
{
	color: #fff;
	background: #ffa400;
	border: none;
}
.opc-wrapper .action-select-shipping-item::before,
.modal-footer .action.secondary.action-hide-popup::before,
.modal-popup .modal-footer .action-primary::before,
.modal-popup .modal-footer .action-secondary::before,
.action.primary::before,
.action.primary:focus::before,
.actions-toolbar .action.primary::before,
.action-gift::before,
.actions-toolbar > .primary .action::before,
.methods-shipping .actions-toolbar .action.primary::before,
.bundle-actions .action.primary::before,
.bundle-options-container .block-bundle-summary .box-tocart::before,
.product-info-main .box-tocart .action.tocart::before,
.product-options-bottom .box-tocart .action.tocart::before,
.cart-container .checkout-methods-items .action.primary::before,
.block-minicart .block-content > .actions > .primary .action.primary::before,
.methods-shipping .actions-toolbar .action.primary::before,
.block-authentication .action.action-register::before,
.block-authentication .action.action-login::before,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary::before,
.form-address-edit .actions-toolbar .action.primary::before,
.multicheckout .action.primary::before,
.block-addresses-list .action.edit::before,
.block-addresses-list .action.delete::before,
.block-addresses-default .action.edit::before,
.opc-wrapper .edit-address-link:not(:focus)::before,
.opc-wrapper .edit-address-link::before,
.checkout-container .authentication-wrapper .action.action-auth-toggle::before,
.step-content .amcheckout-wrapper .amcheckout-button.-new-address::before
{
	content: "";
	position: absolute;
	display: block !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #4c4c4c;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: -webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s,-webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
}
.main-menu{
	z-index: 9;
}
.mega-menu-product a.action.primary.button {
    border-radius: 0;
    width: 100%;
    max-width: 183px;
    margin: 0 auto;
}
.btn-2,
.btn-2.primary,
a.btn-2
{
	background: transparent;
	border: 1px solid #000;
	color:#000;
	font-weight: normal;
	padding: 7px 25px;
	font-size: 12px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-2:hover,
.btn-2.primary:hover {
	background: #000;
	color: #fff;
}
.actions-toolbar .secondary {
	float: none;
}
.actions-toolbar .secondary a.action {
	text-transform: capitalize;
	margin: 0;
	display:inline-block;
}
.checkout-shipping-method .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
	height: 44px;
	min-width: 241px;

}
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-secondary:hover,
.action.primary:hover,
.actions-toolbar .primary .action:hover ,
.form-create-account .action.back:hover,
button:hover,
.action-gift:hover,
.cart-container .checkout-methods-items .action.primary:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
 .block-addresses-list .action.edit:hover,
 .block-addresses-list .action.delete:hover,
 .block-addresses-default .action.edit:hover,
{
	color: #ffffff;
	border: 0;
	box-shadow: none;
}
.modal-popup .modal-footer .action-primary:hover::before,
.modal-popup .modal-footer .action-secondary:hover::before,
.action.primary:hover::before,
.actions-toolbar .primary .action:hover::before,
.form-create-account .action.back:hover::before,
button:hover::before,
.action-gift:hover::before,
.cart-container .checkout-methods-items .action.primary:hover::before,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover::before,
 .block-addresses-list .action.edit:hover::before,
 .block-addresses-list .action.delete:hover::before,
 .block-addresses-default .action.edit:hover::before,
 .checkout-container .authentication-wrapper .action.action-auth-toggle:hover::before,
 .step-content .amcheckout-wrapper .amcheckout-button.-new-address:hover::before
{
	-webkit-transform: scaleX(1) !important;
	-ms-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
}
.bannerslider.resolution{
	margin: 0 !important;
}
.footer.content:after,
.footer.content .footer-links-container:after,
.page-layout-home .homepage-section .page-main:after,
.home-page-footer-blocks .box-container:after {
	display: block;
	content: '';
	clear: both;
}

.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before,
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
 .cart-container .form-cart .action.continue:before
{
	content: "";
}

.message.error,
.message.warning ,
.message.notice ,
.message.success{
	margin-bottom: 10px;
	margin-top: 10px;

}
.message.error a:hover,
.message.warning a:hover,
.message.notice a:hover,
.message.success a:hover
{
	color: #555;
}

.message a:hover
{
	color: #555;
}
.fieldset > .field.choice .label, .fieldset > .fields > .field.choice .label
{
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 1;
}
.clearfix::after,
.clearfix::before {
	display: block;
	content: '';
	clear: both;
}

.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover
{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}
a.btn {
  font-family: 'montserratbold';
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 15px;
  background: #000;
  font-weight: normal;
}
a.btn:active ,
a.btn:focus {
	color: #ffffff;
	background: #000;
}
a.btn:hover {
	background: #9e9366;
	color: #ffffff;
}
textarea
{
	resize: none;
}

.fieldset > .field:not(.choice) > .control .field > .label{display:none;}

/******/
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: rgba(155, 155, 155, 0.8);
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: rgba(155, 155, 155, 0.8);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder
{
  color: rgba(155, 155, 155, 0.8);
}


select
{
	background: url('../../frontend/Mistrys/theme/en_US/images/arrow-fill.png') no-repeat;
	background-position: center right;
	padding: 0 30px 0 0;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
}
select::-ms-expand {
    display: none;
}

input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
select,
input[type="password"],
input[type="email"],
input[type="text"]
{
	border: 0;
	border: solid 1px #c9c9c9;
	display: block;
	font-size: 14px;
	font-family: 'montserratregular';
	line-height: 1.29;
	color: #000000;
	padding: 0 20px;
	height: 44px;

}
.block.newsletter .field .control{
	opacity: 0.8;
}
.page-main input[type="url"],
.page-main input[type="tel"],
.page-main input[type="search"],
.page-main input[type="number"],
.page-main input[type="datetime"],
.page-main select,
.page-main input[type="password"],
.page-main input[type="email"],
.page-main input[type="text"]{
	height: 40px;
	border-color: #e2e2e2;
}
/* font-weight */
.account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span,
.ms-megamenu .col-category .level1
{
	font-weight: normal;
}
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.navigation,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.cms-home .page-wrapper > .page-main > .page.messages,
.product-info-main-slider > div,
.page.messages,
.main-container,
.page-layout-full-width .page-title-wrapper,
.page-layout-full-width .page-main .category-list .category-items-and-search-container,
.page-layout-full-width .page-main .category-list + .category-product-listing,
main.page-main > p,
.page-layout-full-width .page-title-wrapper,
.page-layout-full-width .columns .column.main,
.page-layout-full-width .mission-statement > p,
.page-layout-full-width .mission-statement > h3,
.page-layout-full-width main.page-main > p,
.page-layout-full-width.cms-page-view .columns .column.main,
.page-layout-full-width .page-main .page.messages,.container{
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container{width: 100%;}
.cms-home .page-main,.cms-home .page-bottom{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.cms-home .page-bottom{
	background-color: #f6f4f9;
}
.nav-sections{
	margin: 0;
}
.features-section{
	margin-bottom: 25px;
}
.cms-home .features-section{
	margin-bottom: 0;
}
.page-layout-full-width .page-main,
.page-layout-full-width .columns .column.main,
main.page-main > p{
	max-width:100%;
	padding-left:0;
	padding-right:0;
}

.page-main .page.messages {
	max-width: 100%;
	padding: 0;
}
.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
.page-layout-home .page.messages
{
	width: 100%;
}
.empty-catalog {
    background-image: url('../../frontend/Mistrys/theme/en_US/images/cart-icon.png');
    background-repeat: no-repeat;
    background-position: 30px center;
    border: 2px solid #000;
    padding: 25px 15px 24px 100px;
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
    font-family: 'montserratregular';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 45px;
    color: #000;
}

.page.messages .error,
.page.messages .success,
.page.messages .notice,
.message.message.error,
.message.message.success,
.message.info.empty,
.message.notice,
.message.warning
{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	text-transform: none;
	/*margin: 25px 0 25px 0;*/
	margin: 0 0 25px 0;
	line-height: 1.5em;
}

.cms-home .page.messages .error,
.cms-home .page.messages .success,
.cms-home .page.messages .notice,
.cms-home .message.message.error,
.cms-home .message.message.success,
.cms-home .message.info.empty,
.cms-home .message.notice,
.cms-home .message.warning{
	margin: 25px 0 25px 0;
}

.page.messages .error,
.message.error
{
	border: 2px solid #ebccd1;
	background-color: #f2dede;
}
.page.messages .success,
.message.success
{
	border: 2px solid #d6e9c6; background-color: #dff0d8;
}
.page.messages .notice,
.message.notice,
.page.messages .warning
{
 border: 2px solid #faebcc;
 background-color: #FCF8E3;
}
.message.error > *:first-child::before,
.message.notice > *:first-child::before,
.message.success > *:first-child::before,
.message.empty > *:first-child::before,
.message.warning > *:first-child::before
{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); margin: 0;
}
.page.messages .error,
.page.messages .success,
.page.messages .notice,
.message.message.error,
.message.message.success,
.message.info.empty,
.message.notice,
.message.warning
{
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 1.5;
}


/* END :: Common */

/* START :: Header */
.header.panel>.header.links>li.welcome{display:none;}
.top-header-info{
	background-color: #7cb073;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing: 1px;
	line-height:30px;
	font-family: 'montserratsemibold';
}
.top-header-info a{
	color:#fff;
	text-decoration:underline;
	white-space: nowrap;
}
.page-header{
	position: relative;
}
.page-header .panel.wrapper{
	border-bottom: none;
}
.extra-bold{
	font-family: 'montserratextrabold';
}
.top-header-info .extra-bold{
	border-bottom:1px dashed #fff;
}
.panel.header > ul,.right-header-top{
	display: inline-block;
	width: calc(50% - 4px);
	vertical-align: top;
}
.minicart-wrapper .block-minicart{
	z-index: 11;
}
.right-header-top{
	text-align: right;
}
.panel.header .header.links{
	text-align: left;
}
.panel.header .header.links{
	display: none;
}
.panel.header .header.links.desk{
	display: inline-block;
}
.panel.header .header.links li,.panel.header > ul li{
	display: inline-block;
	padding: 0 10px;
	position: relative;
	vertical-align: middle;
}
.panel.header > ul li:first-child{
	padding-left: 0;
}
.panel.header .header.links li::after,.panel.header > ul li::after{
	content:"";
	position: absolute;
	top: 50%;
	height: 12px;
	right: 0;
	margin-top: -6px;
	width: 1px;
	background-color: #d2d2d2;
}
.panel.header > ul li:last-child::after{
	display: none;
}
.panel.header .header.links li a,.page-header .switcher.switcher-currency strong,.panel.header > ul li a,.panel.header > ul li > span{
	font-family: 'montserratmedium';
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #000
}
.panel.header > ul li a{
	letter-spacing: 0.5px;
	text-transform: lowercase;
}
.panel.header > ul li a:hover,.panel.header .header.links li a:hover{
	color: #40a842;
}
.panel.header > ul li i{
	margin-right: 6px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 26px;
}
.panel.header > ul li span{
	display: inline-block;
	vertical-align: middle;
}
.page-header .switcher.switcher-currency{
	padding-left: 10px;
	margin-right: 0;
	vertical-align: middle;
}
.page-header .switcher .options .action.toggle::after{
	content: "\f107";
	font-family: 'fontawesome';
	font-size: 12px;
	color: #000;
	margin-left: 4px !important;
}
.page-header .switcher .options .action.toggle.active::after{
	content: "\f106";
	font-family: 'fontawesome';
	font-size: 12px;
	color: #000;
	margin-left: 4px !important;
}
.page-header .switcher .options ul.dropdown{
	right: 0px;
}
.page-header .switcher .options ul.dropdown::before{
	right: 36px;
	left: auto;
}
.page-header .switcher .options ul.dropdown::after{
	right: 35px;
	left: auto;
}
.page-header .switcher .options ul.dropdown a{
	text-align: left;
}
.page-header .switcher.switcher-currency img{
	margin-right: 5px;
	display: inline-block;
}
.page-header .switcher.switcher-currency strong{
	font-weight: normal;
}
.page-header .switcher .options .action.toggle::after,.page-header .switcher .options .action.toggle.active::after{
	margin-left: -4px;
	margin-top: 2px;
}
.header.content{
	padding-top: 10px;
	padding-bottom: 25px;
}
.logo{
	margin: 0;
	width: 100%;
	max-width: inherit;
	font-size: 0;
	line-height: normal;
}
.logo::after{
	content: "";
	display: block;
	clear: both;
}
.logo span{
	display: inline-block;
	vertical-align: middle;
}
.logo span.logo-outer{
	margin-right: 10px;
}
.search-wrap{
	text-align: center;
}
.block-search{
	display: inline-block;
	padding: 0;
	width: 100%;
	z-index: 10;
}
.block-search .control{
	padding-bottom: 0
}
.block-search .action.search{
	right: 20px;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);*/
	top: 6px;
}
.block-search .action.search::before{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/icons.png');
}
.block-search input{
	padding-right: 45px;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #000;
}
.block-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0.5px;
}
.block-search input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0.5px;
}
.block-search input:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0.5px;
}
.block-search input:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0.5px;
}
.minicart-wrapper .action.showcart .text{
	position: static;
	height: auto;
	margin: 0;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	font-family: 'montserratmedium';
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.minicart-wrapper .action.showcart::before,.minicart-wrapper .action.showcart.active::before{
	content: "";
	width: 24px;
	height: 30px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/baskat.svg');
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
.minicart-wrapper{
	margin-left: 0;
}
.minicart-wrapper .action.showcart .counter.qty{
	width: 17px;
	height: 17px;
	border-radius: 17px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -2px;
	left: 15px;
	background-color: #d3d3d3;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0;
	color: #666666;
}
/*  footer */

.footer-social-wrapper{
	border-bottom: solid 1px #d8d8d8;
}
.ft-social{
	padding: 40px 10px;
	text-align: center;
}
.soc-title{
	display: inline-block;
	vertical-align: middle;
	font-family: 'montserratmedium';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #000;
	margin-right: 10px;
}
.footer-social-link{
	display: inline-block;
	vertical-align: middle;
}
.footer-social-link li{
	display: inline-block;
	margin-left: 3px;
}
.footer-social-link li a{
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #999999;
	font-size: 21px;
	display: inline-block;
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
.footer-social-link li a:hover{
	background: #40a842;
	color: #fff;
}
.footer.content{
	margin-top: 0;
	padding: 50px 15px 30px 15px;
	border-top: 0;
}
.footer-links{
	width: 66.6666666667%;
	float: left;
}
.block.newsletter{
	width: 33.33333333334%;
	float: right;
}
.block.newsletter .title{
	display: block;
}
.block.newsletter .title strong{
	margin: 0;
	font-weight: normal;
}
.footer-links .h4,.block.newsletter .title strong{
	display: block;
	font-family: 'montserratmedium';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #000;
	margin-bottom: 12px;
}
.footer.content ul.footerdepartments{
	margin: 0 -10px;
}
.footerdepartments::after{
	content: "";
	display: table;
	clear: both;
}
.footerdepartments li{
	width: 50%;
	padding: 0 10px;
	float: left;
	margin-bottom: 5px;
}
.footerdepartments li a{
	font-family: 'montserratregular';
	color: #717171;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.footerdepartments li a:hover,.footerdepartments li a.active{
	color: #40a842;
}
.base-text{
	font-family: 'montserratregular';
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0;
	color: #717171;
	margin-bottom: 17px;
}
.arrow-btn{
	border: none;
	background:transparent url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -53px 0;
	width: 21px;
	height: 15px;
	padding: 0;
}
.arrow-btn:hover,.arrow-btn:focus,.arrow-btn:active{
	background:transparent url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -53px -19px;
	border: none;
}
.block.newsletter .form.subscribe{
	position: relative;
}
.block.newsletter .arrow-btn{
	position: absolute;
	right: 16px;
	top: 15px;
	margin-top: 0;
	z-index: 9;
}
.newsletter-inner{
	max-width: 270px;
	margin: 0 auto;
}
.block.newsletter .field .control::before{
	display: none;
}
.block.newsletter .field{
	margin: 0;
}
.block.newsletter input{
	padding-left: 20px;
	padding-right: 40px;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0;
}
.block.newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #717171;
}
.block.newsletter input::-moz-placeholder { /* Firefox 19+ */
	color: #717171;
}
.block.newsletter input:-ms-input-placeholder { /* IE 10+ */
	color: #717171;
}
.block.newsletter input:-moz-placeholder { /* Firefox 18- */
	color: #717171;
}
.certblock-wrapper{
	padding: 25px 0 20px;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	margin-bottom: 22px;
}
.cert-logo{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px
}
.cert-logo:last-child{
	margin-right: 0;
}
.cert-text,.certblock-wrapper .payment-methods{
	display: inline-block;
	vertical-align: middle;
}
.certblock-wrapper .span8{
	padding-top: 13px;
}
.cert-text{
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0;
	color: #717171;
	margin-right: 22px;
	max-width: 312px;
}
.copyright,.company-info .companyinfofooter,.company-info .companyinfofooter strong,.company-info .companyinfofooter a{
	color: #878787;
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	font-family: 'montserratregular';
}
.company-info{
	margin-bottom: 30px;
}
/* Home page */

	/* Banner */
.banner-arrow{
	position: absolute;
	width: 20px;
	height: 38px;
	top: 50%;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	z-index: 5;
	cursor: pointer;
	background-position: -83px -3px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.banner-arrow.slick-prev{
	left: 60px;
}
.banner-arrow.slick-prev:hover{
	background-position: -84px -47px;
}
.banner-arrow.slick-next{
	background-position: -112px -3px;
	right: 60px;
}
.banner-arrow.slick-next:hover{
	background-position: -112px -47px;
}
.slick-dots{
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.slick-dots li:last-child{
	margin-right: 0;
}
.slick-dots li button{
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border: solid 1px #888888;
	border-radius: 10px;
	background-color: transparent;
}
.slick-dots li.slick-active button{
	background-color: #ffa400;
	border-color: #ffa400;
}
.bannerslider-content .slick-dots{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
	/* Step section */
.home-section.pd-section{
	padding: 80px 0;
}
.step-bx .text-box{
	width: 250px;
	height: 185px;
	box-shadow: inset 0 0 0 6px #40a842;
	padding: 21px 21px 60px;
	position: relative;
	z-index: -1;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.step-bx .text-box::before,.step-bx .text-box::after{
	border: 6px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	content: "";
	transition: none;
    -webkit-transition: none;
}
.step-bx .text-box::before{
	top: 0px;
	left: 0px;
}
.step-bx .text-box::after{
	bottom: 0px;
	right: 0px;
}
.step-bx a:hover .text-box::before{
	border-top-color: #4C4C4C;
	border-right-color: #4C4C4C;
	-moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	width: 100%;
	height: 100%;
}
.step-bx a:hover .text-box::after{
	border-bottom-color: #4C4C4C;
	border-left-color: #4C4C4C;
	-moz-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-ms-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	width: 100%;
	height: 100%;
}
.step-bx .text-box::after{
	/* content: '';
	position: absolute;
	display: block ;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #40a842;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: -webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s;
	transition: transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s,-webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.075s; */
}
/* .step-bx a:hover .text-box::after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
} */
.step-bx a,.step-bx span{
	display: block;
}
.step-bx .text-box .text{
	font-family: 'montserratbold';
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 1.3px;
	color: #333;
	text-transform: uppercase;
}
/* .step-bx a:hover .text-box .text{
	color: #fff;
} */
.step-bx .text-box .desc-coup{
	display: inline-block;
	font-family: 'montserratextrabold';
	padding: 3px 15px;
	border: dashed 2px #333;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.8px;
	color: #333;
	margin-top: 10px;
}
/* .step-bx a:hover .text-box .desc-coup{
	color: #fff;
	border-color: #fff;
} */
.step-bx .img-bx{
	margin-top: -55px;
}
.step-bx .img-bx img {
    display: block;
}
.step-bx a:hover .img-bx img{
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.step-bx.low-image .text-box{
	padding-bottom: 15px;
}
.step-bx.low-image .img-bx{
	margin-top: -10px;
}
.cms-home .block-static-block.widget{
	margin: 0;
}
/* Brand section */
.brand-section.home-section{
	border-top: solid 1px #d8d8d8;
}
.brand-section .header-typ1{
	margin-bottom: 40px;
}
.brand-section .category,.brand-section .category a{
	display: block;
}
.brand-section .category{
	height: 85px;
}
.brand-section .category a{
	border: solid 1px #d8d8d8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.brand-section .slick-list{
	margin: 0 -15px;
}
.brand-section .slick-list img{
	display: block;
	margin: 0 auto;
	max-height: 73px;
	width: auto;
}
.brand-section .slick-slide{
	padding: 0 15px;
}
.brand-section .category a:hover{
	border-color:  #40a842;
}
.brand-section .category a:hover img{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.brand-section .slick-slide{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
/* Feature Section */
.features-section{
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	padding: 15px 0;
}
.features-section .slick-active > div{
	border-right:solid 1px #d9d9d9;
}
.features-section .slick-active .span3{
	float: none;
}
.features-section .slick-active:last-child > div{
	border-right: none;
}
.media {
	margin-top: 0
}
.media:first-child {
	margin-top: 0
}
.media, .media-body {
	zoom: 1;
	overflow: hidden
}
.media-body {
	width: 10000px
}
.media-object {
	display: block
}
.media-object.img-thumbnail {
	max-width: none
}
.media-right, .media>.pull-right {
	padding-left: 10px
}
.media-left, .media>.pull-left {
	padding-right: 20px
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: middle;
}
.media-left img{
	display: block;
	max-width: 94px;
	height: auto;
}
.feature-bx{
	text-align: center;
}
.feature-bx a{
	display: block;
}
.feature-bx .media{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0;
}
.feature-bx .media .media-body{
	width: auto;
	text-align: left;
}
.feature-bx .title,.feature-bx .desc{
	font-family: 'montserratbold';
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0;
	margin: 0;
}
.feature-bx a:hover .title{
	color: #40a842;
}
.feature-bx .desc{
	font-family: 'montserratmedium';
	font-size: 13px;
}
/* Banner gif */
.text-center{
	text-align: center;
}
/* Best seller */
.header-typ1,.block .title strong.header-typ1,.column.main .block .title strong.header-typ1{
	font-family: 'montserratmedium';
	font-size: 26px;
	letter-spacing: 0.7px;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: normal;
}
.best-seller .header-typ1{
	text-align: center;
}
.best-seller .slick-list,.creare-tabs .product-items .slick-list,.block.crosssell .slick-list{
	padding-left: 2px;
	padding-right: 2px;
}

.block.crosssell .content{
	max-width: 100%;
	padding:0;
}
.best-seller .slick-slide,.creare-tabs .product-items .slick-slide,.block.crosssell .slick-slide{
	border:solid 1px #d8d8d8;
	margin-left: -1px;
}
.product-item,.block.widget .products-grid .product-item{
	border:none;
	padding:22px;
	margin-right: -1px;
	margin-bottom: -1px;
}

.product-item-info > a{
	display: block;
	text-align: center;
	/*margin-bottom: 20px;*/
	margin-bottom: 15px;
}
.best-seller.home-section .product-item-info > a {
    margin-bottom: 10px;
}
.product-item-name{
	margin: 0;
	font-weight: normal;
	font-family: 'montserratregular';
}
.product-item-name a{
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1px;
	color: #000;
	display: block;
	margin-bottom: 8px;
	min-height: 38px;
	text-align: left;
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
	    -ms-transition: color .3s ease;
	     -o-transition: color .3s ease;
	        transition: color .3s ease;
}
.product-item-name a:hover{
	color: #40a842;
}
.catalog-category-view .product-item-details{
	padding: 0 10px 10px;
}
.product-item-details{
	text-align: left;
}
.product-item .price-box{
	margin: 0 0 2px 0;
	line-height: normal;
	min-height: 19px;
}
.product-item .price-box .price-label{
	display: none;
}
.product-item .special-price,.product-item .old-price{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.product-item .special-price .price-wrapper, .product-item .minimal-price .price-wrapper,.product-item .price-box .price{
	font-family: 'montserratbold';
	font-size: 16px;
	letter-spacing: 0.7px;
	color: #000;
}
.product-item .old-price{
	color: #909090;
}
.product-item .old-price .price{
	font-size: 12px;
	font-family: 'montserratregular';
	letter-spacing: 0.5px;
	color: #909090;
}
.products-grid .product-reviews-summary{
	margin:0;
	min-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.products-grid .rating-summary .rating-result{
	margin-left: 0;
}
.product-item-actions .actions-primary{
	display: block;
}
.product-item-details .action.primary.gray{
	background-color: #c1c1c1;
}

.product-item-details .action.primary.gray:hover:before {
    display: none !important;
}
.d-table{
	display: table;
	width: 100%;
}
.t-cell{
	display: table-cell;
	vertical-align: middle;
}
.product-item-actions .t-cell{
	width: auto;
}
.product-item-actions .t-cell.full{
	width: 100%
}
.product-item-actions .t-cell .qty-select{
	width: 58px;
	padding: 0 10px;
	height: 43px;
	margin-right: 10px;
	text-align: center;
	background: #ececec;
	color: #323232;
	border: none;
}
.aerosol-icon{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -138px -1px;
}
.products-grid .product-item-actions{
	margin: 0;
	margin-top: 15px;
}
.products-grid .product-reviews-summary .rating-summary{
	line-height: 14px;
	display: block;
}
.product-item .minimal-price-link,.product-reviews-summary .reviews-actions{
	display: none;
}
.product-item-details .action.primary,.wishlist .product-item-actions .action.primary{
	width: 100%;
	border-radius: 0;
}

.rating-summary .rating-result::before{
	font-size: 23px;
	height: 14px;
	letter-spacing: -4px;
	line-height: 14px;
}
.rating-summary .rating-result > span::before{
	font-size: 23px;
	height: 14px;
	letter-spacing: -4px;
	line-height: 14px;
	/* IE10+ */
background-image: -ms-linear-gradient(top, #FAD961 0%, #F76B1C 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FAD961 0%, #F76B1C 100%);

/* Opera */
background-image: -o-linear-gradient(top, #FAD961 0%, #F76B1C 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAD961), color-stop(100, #F76B1C));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FAD961 0%, #F76B1C 100%);

/* W3C Markup */
background-image: linear-gradient(to bottom, #FAD961 0%, #F76B1C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home-section-arrows{
	position: absolute;
	top: 50%;
	width: 20px;
	height: 40px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -83px -3px;
	z-index: 99;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.home-section-arrows.slick-prev {
	left: -40px;
}
.home-section-arrows.slick-prev:hover{
	background-position: -84px -47px;
}
.home-section-arrows.slick-next {
	background-position: -112px -3px;
	right: -40px;
}
.home-section-arrows.slick-next:hover{
	background-position: -112px -47px;
}
	/* Deal and new arrival section */
.deal-new-product-section .header-typ1{
	margin-top: 0;
	margin-bottom: 15px;
}
.deal-new-warp{
	margin: 0 -10px;
}
.deal-new-warp::after{
	content: "";
	display: table;
	clear: both;
}
.deal-section,.new-arriaval-section{
	float: left;
	padding: 0 10px;
}
.deal-section{
	width: 32.5%;
}
.new-arriaval-section{
	width: 67.5%;
}
.deal-section .products-grid{
	border:solid 1px #d8d8d8;
}
.deal-section .block.widget .products-grid .product-item{
	padding: 33px 35px;
}
.deal-section .product-item-details{
	text-align: center;
}
.deal-section .product-item-name a{
	min-height: inherit;
	text-align: center;
}
.deal-section .product-item-actions{
	display: none;
}
.home-section .slick-dots{
	padding-top: 35px;
}
.deal-section .slick-dots{
	margin: 0 35px;
	border-top: solid 1px #d8d8d8;
	padding: 21px 0 30px;
}
.deal-section .product-image-container{
	width: auto !important;
}
.deal-section .product-image-wrapper{
	position: static;
	padding-bottom: 0 !important;
	height: auto;
}
.deal-section .product-image-wrapper img{
	position: static;
	max-height: 250px;
}
.deal-section .products-grid .product-reviews-summary{
	min-height: inherit;
}
.new-arriaval-section .product-items::after{
	content: "";
	display: block;
	clear: both;
}
.page-layout-1column .new-arriaval-section .block.widget .products-grid .product-item{
	width: 50%;
	border: solid 1px #d8d8d8;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: 0;
	margin-top: 0;
}
.new-arriaval-section .media-left img{
	max-width: 100%;
}
.new-tg{
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'montserratbold';
	padding: 3px 9px;
	background-color: #ea1d63;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
	color: #fff;
}
.new-arriaval-section .product-item-details .action.primary{
	margin-bottom: 21px;
}

	/* shop by category */
.shopbycat.home-section.pd-section{
	background-color: #7cb073;
	padding-top: 40px;
}
.shopbycat .header-typ1{
	color: #fff;
	margin-bottom: 45px;
	text-align: center;
}
.shopbycat .slick-list{
	margin: 0 -15px;
}
.shopbycat .slick-list .slick-slide{
	padding: 0 15px;
}
.shopbycat .slick-list .slick-slide img{
	width: 100%;
}
.shopbycat .product-item-info > a:hover img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);}

.home-section .block{
	margin-bottom: 0;
}
.shopbycat .product-item-name{
	text-align: center;
	padding: 15px;
	background-color: #fff;
	font-family: 'montserratmedium';
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	color: #000;
	margin-bottom: 0;
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
.shopbycat .product-item-info > a{
	margin-bottom: 0;
}

.shopbycat .home-section-arrows{
	background-position: -85px -93px;
}
.shopbycat .home-section-arrows.slick-next{
	background-position:-113px -95px;
}
.shopbycat .home-section-arrows.slick-next:hover{
	background-position:-113px -145px;
}
.shopbycat .home-section-arrows.slick-prev:hover{
	background-position:-85px -144px;
}
.shopbycat .product-item-info > a:hover .product-item-name{
	background-color: #4C4C4C;
	color: #fff;
}
.shopbycat .slick-dots li button{
	border-color: #fff;
}
.shopbycat .slick-dots li.slick-active button{
	border-color: #ffa400;
}
.about-section .container::after{
	content: "";
	display: block;
	clear: both;
}
.about-section .image-section,.about-section .content-secion{
	width: 50%;
	float: left;
}
.about-section .content-secion{
	padding-left: 30px;
}
.about-section .image-section{
	position: relative;
}
.about-section a.action.primary{
	height: auto;
	border-radius: 0;
	position: absolute;
	left: 0;
	bottom: 9px;
}
a.action.primary.big{
	padding: 52px 78px;
}
a.action.primary.big::after{
	content: "\f178";
	font-family: fontawesome;
	margin-left: 5px;
}
.about-section  h1,.about-section  h2{
	font-family: 'montserratmedium';
	font-size:20px;
	letter-spacing: 0.6px;
	margin-bottom: 12px;
}
.about-section  h1{
	margin-top: 35px;
}
.about-section p{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: #666666;
	margin-bottom: 25px;
}
.about-section p a{
	font-family: 'montserratsemibold';
	color: #666666;
}
.about-section p a:hover{
	color:#40a842;
}
.about-section h2{
	margin-top: 25px;
}
.review-wrap{
	background-color: #f6f4f9;
	padding: 30px 0;
}
.review-widget{
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.cms-home .columns .column.main{
	padding-bottom: 0;
}
/* REMOVE BORDER */
button, .cart.table-wrapper .actions-toolbar > .action, .action-gift{
	border: none;
}
.category-description a {
    color: #40a842;
    text-decoration: underline !important;
}
.category-description a:hover {
    text-decoration: none !important;
}
.category-description {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    opacity: 0.7;
}
/* Landing page */
.subcat-item-detail::after {
    content: '';
    display: block;
    clear: both;
}
.subcat-item-detail .category-item {
    display: block;
    border: 2px solid #e0e0e0;
    padding: 30px 30px 0;
}
.subcat-item-detail {
    border: 2px solid #e0e0e0;
    border-left: none;
    border-right: none;
    border-top: none;
}
.subcat-item-detail .subcat-name {
    text-align: center;
    font-family: montserratbold;
    line-height: 1.27;
    font-size: 15px;
    letter-spacing: 0.1px;
    height: 90px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
.subcat-item-detail .subcat-image {
    width: 100%;
    max-width: 163px;
    margin: 0 auto;
}
.subcat-item-detail .subcat-image .image {
    height: 218px;
    width: 100%;
}
/* Landing page End */
/* Listing page */
.spcial-price {
    height: 50px;
    width: 50px;
    position: absolute;
    background: url('../../frontend/Mistrys/theme/en_US/images/offer-t-ag.png');
    display: block;
    top: 0;
    right: 0;
    z-index: 99;
}
.catalog-category-view .product-item-details{
	padding: 0 10px 10px;
}
.product-item-info{
	width: 100%;
	position: relative;
}
.product-social-links, .amazon-minicart-container {
    text-align: left;
}
.page-products .products-grid .product-item {
    margin-left: 0;
    padding: 10px;
    width:33.3333333%;
    border: solid 1px rgba(243, 243, 239, 0);
    margin-bottom: 0
}
.page-products .products-grid .product-item:hover{
	border: solid 1px rgba(243, 243, 239, 1);
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
	clear: both;
}
.sorter {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.sorter-options{
	display: inline-block;
}
.sorter-action{
	vertical-align: middle;
	margin-top: -5px;
}
.toolbar-amount {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    margin-left: 25px;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    font-family: 'montserratregular';
}
.page-products .products-grid .product-item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e0e0e0;
}
/* Listing Page CSS */

.category-image, .category-description {
    margin-top: 10px;
}
.block.filter .filter-title strong {
    font-size: 21px;
    font-family: 'montserratmedium';
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #000000;
}
.page-main select.sorter-options {
    display: inline-block;
    height: 30px;
    border-color: #c3c3c3;
    padding: 0 30px 0 10px;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'montserratregular';
    color: #000;
    min-width: 173px;
}
.amasty-catalog-topnav {
    border: none;
}
.category-description{
	max-height: 42px;
	overflow: hidden;
	-webkit-transition: max-height .5s ease;
	   -moz-transition: max-height .5s ease;
	    -ms-transition: max-height .5s ease;
	     -o-transition: max-height .5s ease;
	        transition: max-height .5s ease;
}
.category-description.show{
	max-height: 10000px;
}
/* Listing Page CSS End */
/* Product Detail Page */
.catalog-product-view .fieldset > .field:not(.choice) > .control .field > .label {
    display: block;
}
.catalog-product-view .product-options-wrapper .options-list .field {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.catalog-product-view .product-options-wrapper .options-list .field input + label {
    padding-left: 20px;
    margin-right: 50px;
}
.catalog-product-view .product-options-wrapper .options-list .field input {
    position: absolute;
}
.catalog-product-view .product-options-wrapper > .fieldset > .field label.label {
    font-size: 12px;
    font-family: montserratsemibold;
    color: #000;
}
.breadcrumbs {
    margin: 0 auto 15px;
}
.breadcrumbs .items {
    font-family: 'montserratregular';
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumbs .item:after{
	vertical-align: middle;
}
.breadcrumbs strong{
	font-family: 'montserratsemibold';
}
.breadcrumbs .item:not(:last-child)::after{
	line-height: 16px;
}
.breadcrumbs .item:not(:last-child),
.breadcrumbs .items>li {
	display: inline;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #40a842;
}
.authentication-dropdown .modal-content .block-customer-login .block-title strong,
.page-title,.checkout-index-index .checkout-header .title{
	font-family: 'montserratmedium';
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #000;
}
.catalog-category-view .page-title{
	font-size: 30px;
}
.page-products .product-item-info {
	width: auto;
}
.page-products .columns.filter-column-open{
	z-index: 9999;
}
.product-info-main .page-title-wrapper .page-title{
	margin-top: 0;
	margin-bottom: 12px;
}
.product-info-main .product-reviews-summary .reviews-actions{
	display:table-cell;
}
.product-info-main .product-reviews-summary .reviews-actions .action.add{
	display: none;
}
.product-info-main  .rating-summary .rating-result{
	width: auto;
}
.product-options-wrapper{
	max-width: 440px;
	margin-bottom: 30px;
}
.catalog-product-view .repeatable{
	display: none;
}
.product-info-main .rating-summary .rating-result::before,.product-info-main .rating-summary .rating-result > span::before{
	font-size: 32px;
	letter-spacing: -6px;
	height: auto;
	line-height: 19px;
}
.product-info-main .product-reviews-summary .rating-summary{
	left: 0;
	padding-right: 18px;
	line-height: 15px
}
.product-info-main .product-reviews-summary .reviews-actions{
	font-size: 14px;
	line-height: 14px;
	color: #c3c3c3;
}
.product-info-main .product-reviews-summary .reviews-actions a{
	font-size: 14px;
	line-height: 14px;
	color: #c3c3c3;
	position: relative;
}
.product-info-main .product-reviews-summary .reviews-actions:not(:only-child) a{
	margin-left: 18px;
}
.product-info-main .product-reviews-summary .reviews-actions:not(:only-child) a::after{
	content: "";
	display: inline-block;
	width: 1px;
	background-color:#c3c3c3;
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
	cursor: default;
}

.product-info-main .product-reviews-summary .reviews-actions a:hover{
	color: #40a842;
}
.page-layout-1column .product-info-main,.page-layout-1column .product.media{
	width: 50%;
}
.product-info-main{
	padding-left: 8.33333%
}
.product-info-main .product-reviews-summary{
	margin: 0;
}
.fotorama__caption{
	display: none;
}
.fotorama__nav-wrap{
	margin-top: 25px;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 0!important;
	margin-right: 14px;
	border: solid 1px #d8d8d8;

}
.fotorama__nav__frame.fotorama__active div{
  	border: solid 1px #40a842;
}
.avail-status{
	margin: 15px 0 18px;
	font-size: 14px;
	line-height: 20px;
	color: #727272;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable{
	text-transform: capitalize;color: #5f5f5f;
}
.product-info-main .product-info-price .product-info-stock-sku .stock{
	margin: 0;
	font-family: 'montserratbold';
	font-weight: normal;
}
.product-info-main .price-box{
	margin-top: 0;
	margin-bottom: 23px;
}
.product-info-main .price-box .price-wrapper .price{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0;
	color: #333333;
	font-weight: normal;
	font-family: 'montserratbold';
}
.aerosol-detail{
	margin-bottom: 20px;
}
.aerosol-detail a {
    color: #40a842;
    text-decoration: underline;
}
.aerosol-detail a:hover {
    color: #333;
    text-decoration: none;
}
.product-info-main .price-box .weee{
	line-height: normal;
	font-size: 30px;
}
.price-label{
	display: none !important;
}
.product-info-main .price-box.price-final_price > span{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-info-main .price-box.price-final_price > span.old-price .price{
	font-size: 23px;
	opacity: 0.4;
}
.product-add-form .fieldset > .field.qty > .label{
	font-family: 'montserratsemibold';
	font-size: 14px;
}
.product-info-price .rewards__product-points,.catalogsearch-result-index .rewards__product-points{
	display: none !important;
}
.product-info-main .box-tocart .special-price .price-label + .price-wrapper,
.box-tocart .price-wrapper {
	display: none;
}
.detail-links{
	margin-bottom: 25px;
}
.detail-links > a{
	display: inline-block;
	padding-right: 18px;
	font-family: 'montserratsemibold';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #40a842;
	text-decoration: underline;
	vertical-align: middle;
	margin-left: 20px;
	opacity: 0.8;
	position: relative;
}
.detail-links > a:hover{
	color: #4C4C4C;
}
.detail-links > a::before{
	content: "";
	width: 1px;
	height: 13px;
	background-color:#c3c3c3;
	position: absolute;
	left: -20px;
	top: 5px;
}
.detail-links > a::after{
	content: "\f105";
	font-family: "fontawesome";
	font-size: 15px;
	line-height: 21px;
	margin-left: 10px;
	text-decoration: none;
	display: inline-block;
}
.detail-links > a:first-child{
	margin-left: 0;
}

.detail-links > a:first-child::before{
	display: none;
}
.product-info-main .box-tocart .field.qty{
	display: block;
}
.field.qty .input-text.qty{
	height: 41px;
	display: inline-block;
	vertical-align: top;
	padding:0 5px;
	width: 41px;
	border: solid 1px #e4e4e4;
	border-top: 0;
	border-bottom: 0;
	pointer-events: none;
	font-weight: bold;
}
.field.qty:not(.choice) > .control{
	border: solid 1px #e4e4e4;
	border-radius: 2px;
	display: inline-block;
}
.field.qty:not(.choice) > .control>span{
	display: inline-block;
	vertical-align: top;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 14px;
	color: #b7b7b7;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
.field.qty:not(.choice) > .control>span:hover{
	background-color: #40a842;
	color: #fff;
}
.field.qty:not(.choice) > .control>span.decrement{
	margin-right: -4px;
}
.field.qty:not(.choice) > .control>span.increment{
	margin-left: -4px;
}
.product-info-main .box-tocart .actions{
	padding-top: 15px;
}
 .product-info-main .box-tocart .action.tocart{
 	font-size: 14px;
 	font-family: 'montserratbold';
 	min-width: 252px;
 	padding-right: 40px;
 	letter-spacing: 1.4px;
 	position: relative;
 }
 .product-info-main .box-tocart .action.tocart::after{
 	content: "";
 	display: block;
	height: 0;
	width: 0;
	position: absolute;
	right: 24px;
 	border: solid;
	border-color: transparent transparent transparent #ffffff;
		border-width: 5px 7px 5px 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
 }
 .at-resp-share-element .at-share-btn{
 	margin-bottom: 0 !important;
 }
.product-info-main .box-tocart .fieldset{
 	margin-bottom: 15px;
}
.productview-contact-details{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: #333
}
.box-tocart .rewards__product-points{
	display: block;
	width: 100%;
	padding: 12px;
	border: solid 1px #e3e3e3;
	font-family: 'montserratsemibold';
	font-size: 13px;
	line-height: 24px;
	padding: 16px;
	color: #333;
	position: relative;
	padding-left: 42px;
}
.box-tocart .rewards__product-points::after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 25px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -164px -49px;
	position: absolute;
	top: 12px;
	left: 12px;
}
.widget-product-grid .product-item-details .rewards__product-points,.catalog-product-view .block .rewards__product-points,.rewards__product-points{display: none;}
.social-cust-share-icon{
	margin-top: 20px;
	max-width: 440px;
	padding: 11px 0;
	border-top: solid 2px #e3e3e3;
	border-bottom: solid 2px #e3e3e3;
}
.checkout-index-index .grand.totals.incl{
	border-bottom: none;
}
.productview-contact-details a{
	font-family: 'montserratsemibold';
}
.productview-contact-details a:hover{
	color: #40a842;
}
.product-info-main .action.towishlist,.product-info-main .action.towishlist:focus{
	display: inline-block;
	line-height: 44px;
	font-family: 'montserratsemibold';
	font-size: 13px;
	color: #40a842;
	letter-spacing: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.product-info-main .action.towishlist::before{
	content:"\f004";
	font-family: "fontawesome";
	font-size: 17px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	border: solid 1px #e3e3e3;
	border-radius: 44px;
	margin-right: 10px;
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
.product-info-main .action.towishlist:hover{
	color: #4c4c4c;
	background: transparent;
	border: none;
}
.product-info-main .action.towishlist:hover::before{
	background-color: #4c4c4c;
	border-color: #4c4c4c;
	color: #fff;
}
.product-info-main .product-addto-links,.product-info-main .box-tocart{
	margin: 0;
}
.product-info-main .product-warning,
.product-info-main .box-tocart{
	display: block;
	width: 100%;
	max-width: 440px;
}
.product-info-main .box-tocart .price-box.price-final_price > span{
	display: block;
}
.prices-tier.items .price-container .rewards__product-points {
    display: none;
}
.catalog-product-view .product-info-main .prices-tier.items .benefit,
.catalog-product-view .product-info-main .prices-tier.items span.price {
    font-family: 'montserratsemibold';
    font-size: 12px;
    color: #333;
    text-decoration: underline !important;
}
.catalog-product-view .product-info-main .prices-tier.items {
    width: 100%;
    background: #fff;
    border: solid 1px #e3e3e3;
    padding: 0;
    max-width: 440px;
}
.catalog-product-view .product-info-main .prices-tier .item {
    font-family: 'montserratsemibold';
    font-size: 12px;
    line-height: 24px;
    color: #333;
    position: relative;
    padding: 10px 15px;
    padding-left: 42px;
    border-bottom: 1px solid #e3e3e3;
}
.catalog-product-view .product-info-main .prices-tier .item:before {
    content: '\f06b';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 22px;
    line-height: 1;
}
.catalog-product-view .product-info-main .prices-tier .item:last-child {
    border: none;
}
.fotorama__thumb-border{
	display: none;
}
.block.related{
	clear: both;
}
.block.related .slick-slide,.popular-products .slick-slide{
	border: solid 1px #d8d8d8;
	margin-left: -1px;
}
.block.related .slick-list,.popular-products .slick-list{
	padding-left: 2px;
	padding-right: 2px;
}
.product-item-info{
	width: auto;
}
.column.main .product-items{
	margin-left: 0
}
.block.related{
	margin-top: 100px;
	margin-bottom: 0;
}
.media-details-wrap::after{
	content: "";
	display: table;
	clear: both;
}
.catalog-product-view .detail-wrapper{
	clear: both;
	margin-top: 50px;
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 40px;
	padding-bottom: 35px;
	position: relative;
}
.catalog-product-view .detail-wrapper::before{
	content:"";
	position: absolute;
	left: 30px;
	right:30px;
	height: 3px;
	background-color: #e8e8e8;
	top: 0;
}
.catalog-product-view .detail-wrapper::after{
	content: "";
	display: table;
	clear: both;
}
.products-grid .slick-list .product-item{
	margin-bottom: 0;
}
.product.description,.del-returns{
	width: 50%;
	float: left;
	padding:0 30px 0;
}
.catalog-product-view .detail-wrapper .header-typ1{
	font-size: 22px;
	letter-spacing: 0.6px;
	line-height: 27px;
	margin-bottom: 27px;
}
.catalog-product-view .detail-wrapper .value{
	font-size: 13px;
	color: #333333;
	letter-spacing: 0;
}
.catalog-product-view .detail-wrapper .del-returns{
	font-size: 13px;
	letter-spacing: 0;
	color: #333;
}
.catalog-product-view .detail-wrapper .del-returns h2{
	margin-top: 0;
	margin-bottom: 20px;
	line-height: normal;
	font-size: 14px;
}

.catalog-product-view .detail-wrapper .del-returns .highlighted{
	color: #40a842;
	font-family: 'montserratbold';
	font-size: 14px;
	letter-spacing: 0.4px;
}
.catalog-product-view .detail-wrapper .del-returns strong{
	font-size: 14px;
}
.catalog-product-view .detail-wrapper .del-returns a:visited, .cat-content-toggle:visited,
.catalog-product-view .detail-wrapper .del-returns a:focus, .cat-content-toggle:focus{
	color: #40a842;
	text-decoration: underline;
}
.catalog-product-view .detail-wrapper .del-returns a,.cat-content-toggle{
	font-family: 'montserratsemibold';
	font-size: 13px;
	color: #40a842;
	text-decoration: underline;
}
.catalog-product-view .detail-wrapper .del-returns a::after,.cat-content-toggle::after{
	content: "\f105";
	font-family: "fontawesome";
	font-size: 15px;
	line-height: 21px;
	margin-left: 10px;
	text-decoration: none;
	display: inline-block;
}
.catalog-product-view .detail-wrapper .del-returns a:hover,.cat-content-toggle:hover{
	color: #4c4c4c;
	text-decoration: underline;
}
.cat-content-toggle{
	font-size: 14px;
	line-height: 1;
}
.cat-content-toggle::after{
	line-height: 15px;
	display: inline-block;
	vertical-align: text-top;
}
.review-form{
	max-width: 100%;
	padding-right: 17px;
}
.data.switch .counter{
	display: none;
}
.product.data.items > .item.title{
	float: none;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
	padding: 0;
	border: none;
	height: auto;
	font-size: 22px;
	font-family: 'montserratmedium';
	letter-spacing: 0.6px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom:0;
	color: #000;
}
.product.data.items > .item.content{
	padding: 0;
	border-top: 0;
}
.product.info.detailed{
	padding-top: 60px;
	border-top: solid 3px #e8e8e8;
}
.product-info-main .rating-summary .rating-result{
	display: block;
	margin-bottom: 5px;
}
#product-review-container,.block.review-add{
	width: 50%;
	float: left;
	margin-bottom:0;
}
#product-review-container{
	float: right;
	padding-left: 17px;
}
#review-form  .fieldset .review-legend.legend{
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
#review-form .fieldset .review-legend.legend span,.review-list .block-title strong{
	font-family: 'montserratbold';
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #000;
	text-transform: none;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 0;
}

#review-form .fieldset .review-legend.legend span::after{
	content: ": ";

}
#review-form .fieldset .review-legend.legend strong{
	font-family: 'montserratregular';
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.4px;
	color: #000;
	vertical-align: top;
}
.review-list .block-title{
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 22px;
}

.review-title {
	display: none;
}
.review-ratings{
	max-width: 100%;
	float: none;
	margin-bottom: 10px;
}
.review-ratings ~ .review-content, .review-ratings ~ .review-details{
	margin-left: 0
}
.fieldset.review-fieldset .field .label{
	font-family: 'montserratsemibold';
	display: inline-block;
	width: auto;
	float: left;
	min-width: 130px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
	color: #4a4a4a;
	font-weight: normal;
}
.review-add .fieldset.review-fieldset .field:not(.review-field-ratings) .label{
	line-height: 48px;
}
.review-add .fieldset > .field.required > .label::after{
	margin-left: 5px;
}
.review-field-ratings .review-field-rating .label{
	display: none !important;
}
.fieldset.review-fieldset >.field:not(.choice)>.control{
	display: inline-block;
	width: auto;
	min-width: 438px;
	float: left;
}
.review-control-vote::after{
	content: "";
	display: table;
	clear: both;
}
.review-add .fieldset > .field::after{
	content: "";
	display: table;
	clear: both;
}
.review-add  input[type="text"]{
	height: 48px;
	line-height: 48px;
	border: solid 1px #d8d8d8;
}
.review-add textarea{
	resize: none;
	height: 96px;
	border: solid 1px #d8d8d8;
}
.review-add .fieldset{
	margin-bottom: 10px;
}
.review-control-vote label::before{
	background-image: -ms-linear-gradient(top, #FAD961 0%, #F76B1C 100%);
	background-image: -moz-linear-gradient(top, #FAD961 0%, #F76B1C 100%);
	background-image: -o-linear-gradient(top, #FAD961 0%, #F76B1C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAD961), color-stop(100, #F76B1C));
	background-image: -webkit-linear-gradient(top, #FAD961 0%, #F76B1C 100%);
	background-image: linear-gradient(to bottom, #FAD961 0%, #F76B1C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.review-form-actions{
	margin-left: 130px;
}
.items.review-items{
	max-height: 480px;
	overflow-y: auto;
}
.review-toolbar{
	margin: 0;
	border: none;
}
.label.rating-label{
	display: none;
}
.review-ratings ~ .review-content{
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.1px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}
.review-details .review-details-label{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
	color: #333;
	width: 64px;
	margin-right: 13px;
}
.review-details .review-details-value{
	font-weight: normal;
	font-family: 'montserratsemibold';
	color: #333333;
	letter-spacing: 0;
}
#review-form .review-control-vote::before{
	letter-spacing: -3px;
}
#review-form .review-control-vote label::before{
	letter-spacing: -3px;
}
.review-list{
	margin-bottom: 0;
}
.review-item{
	padding: 18px 0;
	border-bottom: 0;
}
.review-form .action.submit.primary{
	margin-left: 130px;
	border: none;
	color: #fff;
	min-width: 145px;
	background-color: #40a842;
}
.review-form .action.submit.primary:hover,.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{
	border: none;
	background-color: #40a842;
	color: #fff;
}
.review-form .fieldset > .field{
	margin-bottom: 25px;
}
.related .products{
	margin-top: 0;
}
.stock.unavailable{
	min-height: 43px;
}
.related .slick-dots,.popular-products .slick-dots{
	margin-top: 15px;
}
.popular-products{
	padding: 40px 0;
}
.form.contact .field.choice.gdpr-control .label{
	width: auto;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.scroll-top{
	bottom: 20px;
	position: fixed;
	right: 20px;
	text-align: center;
	z-index: 99999;
}
.scroll-top a{
	background: #40a842;
	border-radius: 45px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 43px;
	outline: medium none;
	text-align: center;
	width: 45px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	 box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	 cursor: pointer;
}
.scroll-top a i{
	background:url('../../frontend/Mistrys/theme/en_US/images/icons.png');
	background-position: -167px -1px;
	display: inline-block;
	width: 10px;
	height: 17px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.scroll-top a:hover{
	background-color: #4c4c4c;
}
/* Cart page */
.cart.table-wrapper .product-item-details .actions-toolbar > .action.action-towishlist {
    display: none;
}
.checkout-cart-index .page-title{
	margin-top: 15px;
	padding-bottom: 20px;
	display: block;
	border-bottom: solid 2px #e0e0e0;
	width: 100%;
}
.cart.table-wrapper .col.qty .input-text{
	margin-top: 0;
}
.cart.table-wrapper .product-item-details .actions-toolbar > .action{
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	font-family: 'montserratmedium';
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #40a842;
	font-weight: normal;
	margin: 0;
}
.cart.table-wrapper .product-item-details .actions-toolbar > .action.action-edit{
	padding-right: 10px;
	border-right: solid 1px #40a842;
	margin-right: 10px;
}
.cart.table-wrapper .product-item-details .actions-toolbar > .action:hover{
	background-color: transparent;
	color: #4c4c4c;
	border: none;
}
.cart.table-wrapper .product-item-details .actions-toolbar > .action.action-edit:hover{
	border-right: solid 1px #40a842;
}
.cart.table-wrapper .item .col.item{
	padding: 30px 0 25px;
}
.cart.table-wrapper .item:first-child .col.item{
	padding-top:0;
}
.cart .product-item-name a{
	min-height: inherit;
	color: #666666;
	margin-bottom: 5px;
}
.cart .product-item-name a:hover{
	color: #40a842;
}
.cart.table-wrapper .col.qty{
	display: inline-block;
	padding-top: 15px;
}
.cart.table-wrapper .price-excluding-tax,.cart.table-wrapper .price-including-tax{
	display: inline-block;
	float: right;
	margin-top: 45px;
}
.cart .brand-name{
	font-family: 'montserratbold';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.1px;
	color: #000;
	text-transform: uppercase;
}
.cart.table-wrapper .items > .item{
	border-bottom:solid 1px #e0e0e0;
}
.cart-container .form-cart .action.clear, .cart-container .form-cart .action.update,.cart-container .form-cart .action.continue,.cart-summary .actions-toolbar > .primary button{
 	padding:9px 23px;
 	border: solid 1px #40a842;
 	background: transparent;
 	font-family: 'montserratbold';
 	font-size: 11px;
 	letter-spacing: 1px;
 	color: #40a842;
 	font-weight: normal;
 	border-radius: 0;
 	text-transform: uppercase;
 	line-height: 14px;
 	min-width: 195px;
 	text-align: center;
}
.cart-summary .actions-toolbar > .primary button::before{
	display: none;
	visibility: hidden;
}
.cart-container .form-cart .action.clear:hover, .cart-container .form-cart .action.update:hover,.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.clear:focus, .cart-container .form-cart .action.update:focus,.cart-container .form-cart .action.continue:focus,.cart-container .form-cart .action.clear:active, .cart-container .form-cart .action.update:active,.cart-container .form-cart .action.continue:active,.cart-summary .actions-toolbar > .primary button:hover,.cart-summary .actions-toolbar > .primary button:focus,.cart-summary .actions-toolbar > .primary button:active{
	background-color: #40a842;
	color:#fff;
	border-color: #40a842;
}
.cart-summary .actions-toolbar > .primary button:hover::before{
	display: none;
	visibility: hidden;
}
.cart-container .form-cart{
	width: 66%;
}
.cart-summary{
	width: 30%;
	background:transparent;
	padding: 22px 21px;
	border:solid 1px #c3c3c3;
}
.cart-summary > .title{
	font-family: 'montserratbold';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}
.cart-summary .block > .title{
	padding: 9px 30px 9px 0;
}
.cart-summary #block-rewards-form.block > .title{
	border-top: 0;
}
.rewards__checkout-cart-usepoints .discount-form p{
	margin-bottom: 10px;
	font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form .action.primary{
	padding: 10px;
	margin: 0;
	width: calc(50% - 7px);
}
.action.action-gift{
		display: none;
	}
.coupon	input[type="text"]:disabled{
	opacity: 1;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container{
	margin-top: 10px;
	text-align: center;
}
.rewards__checkout-cart-usepoints .discount-form .action.primary:first-child{
	margin-right: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .action.primary:last-child{
	margin-left: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group{
	position: relative;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group label{
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 0;
}
.column.main .cart-summary .block > .title strong{
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #000;
	text-transform: uppercase;
}
.abs-discount-block.active > .title::after, .cart-summary .block.active > .title::after, .paypal-review-discount .block.active > .title::after{
		content: '\e621';
}
.cart-summary .block .fieldset{
	margin: 5px 0 0 0px;
}
.cart-summary .block.discount .fieldset{
	margin-top: 15px;
}
.cart-totals .mark, .opc-block-summary .table-totals .mark{
	font-size: 14px;
	color: #000000;
	font-family: montserratmedium;
	line-height: 1.5;
}
.cart-totals .mark .value{
	font-size: 11px;
	color: #666666;
}
.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount{
	padding-top: 5px;
	padding-bottom: 20px;
}
.cart-summary .block.discount > .title{
	border-bottom: 1px solid #d1d1d1;
}
.block.crosssell .products{
	margin-top: 15px;
}
.block.crosssell .slick-dots{
	margin-top: 30px;
}
.cart-warning{
	border: solid 1px #ebebeb;
	padding: 20px;
	padding-right: 150px;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.1px;
	color: #333333;
	margin-bottom: 20px;
}
/* body .prescriprion-items {
    padding: 13px 10px;
    border: solid 1px #ebebeb;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle;
} */
body .prescriprion-items strong{
	padding-left: 25px;
	font-family: "montserratbold";
	position: relative;
}

body .prescriprion-items strong::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 4px;
	top: -2px;
	background-image: url('../../frontend/Mistrys/theme/en_US/images/presc.png');
}
body.safari .prescriprion-items strong::before,
body.mob-safari .prescriprion-items strong::before{
	top: 4px;
}
#shopping-cart-table .control.repeatable{
	margin-top: 10px;
}
#shopping-cart-table .item-info input[type="checkbox"]{
	vertical-align: top;
}
#shopping-cart-table .item-info .label{
	font-size: 13px;
	line-height: 19px;
}
.cart-warning.free-del strong{
	font-family: 'montserratsemibold';
}
.cart-warning.free-del a{
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #333333;
}
.cart.main.actions{
	margin-bottom: 60px;
}
.cart-warning.free-del a:hover{
	color: #40a842;
}
.cart-warning p{
	margin-bottom: 0;
}
.text-right{
	text-align: right;
}
.mt-15{
	margin-top: 15px;
}
/* checkout */
.opc-wrapper .action-select-shipping-item {
    margin :  26px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(3n + 1):before{
	display: none;
}
.opc-wrapper .shipping-address-item:before{
	display: none !important;
}
.opc-wrapper .step-content .methods-shipping .row > .col .price > span.price {
    font-family: 'montserratbold';
    line-height: 14px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
    padding-right: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 75px;
}
.table-checkout-shipping-method .col-method input[type="radio"] + label {
    padding-bottom: 0;
}
.checkout-index-index .logo{
	width: 33.33333%;
	float: left;
}
.checkout-index-index .header.content{
	padding-top: 33px;
	padding-bottom: 33px;
}
.checkout-index-index .opc-block-summary .table-totals .grand .mark {
    padding-bottom: 15px;
}
.checkout-index-index .page-header{
	 border: solid 1px #e0e0e0;
	 margin-bottom: 45px;
}
.chk-header-right{
	width: 66.666666%;
	float: right;
}
.chk-contact-info a{
	display: block;
}
.checkout-index-index .header.content::after{
	content: "";
	display: table;
	clear: both;
}
.chk-cart, .chk-contact-info, .chk-secure{
	float: right;
}
.chk-header-right .media-body{
	width: auto;
}
.chk-header-right .title{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1.4px;
	color: #000;
}
.chk-header-right .title span{
	display: block;
	font-family: 'montserratsemibold';
}
.chk-header-right .title .media-left{
	padding-right: 10px;
}
.chk-secure,
.chk-contact-info{
	margin-right: 40px;
}
.checkout-index-index #checkout.am-checkout {
	margin:0;
	padding:0;
	background: #fff;
	position: relative;
}
.checkout-index-index .checkout-header {
	margin: 0;
	padding: 0;
}
.checkout-index-index .checkout-header{
	padding-bottom: 20px;
 	border-bottom: solid 2px #e0e0e0;
 	margin-bottom: 50px;
 	width: 100%;
}
.checkout-index-index .checkout-header .description{
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.1px;
	color: #333;
}
/* .checkout-index-index .authentication-wrapper {
    margin-right: 0;
} */
/* .authentication-wrapper{
	margin-top: -118px;
} */
.checkout-container .authentication-wrapper .action.action-auth-toggle{
	padding: 10px;
	min-width: 108px;
	margin-left: 22px;
}
.authentication-wrapper > span{
	font-family: 'montserratmedium';
	font-size: 14px;
	letter-spacing: 0;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.checkout-index-index .checkout-block{
	margin: 0;
	box-shadow: none;
	padding:0 15px;
}
.checkout-index-index .checkout-block:hover{
	box-shadow: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper{
	margin: 0 -15px;
}

/*.checkout-index-index .checkout-container .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column.opc{
	padding: 0 15px!important;
}*/
.opc-wrapper .step-title, .opc-block-shipping-informetrialion .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{
	padding-left: 60px;
	position: relative;
	font-family: 'montserratbold';
	font-size: 18px;
	line-height: 44px;
	min-height: 44px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 20px;
	border: none;
	padding-bottom: 0;
}
.opc-wrapper .step-title::before, .opc-block-shipping-information .shipping-information-title::before, .opc-block-summary > .title::before, .checkout-agreements-items .checkout-agreements-item-title::before{
	content: counter(section);
	counter-increment: section;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	font-family: 'montserratbold';
	font-size: 18px;
	line-height: 42px;
	border: solid 2px #40a842;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
	margin-left: 4px;
	top: 0;
}
.opc-wrapper .form-login, .opc-wrapper .form-shipping-address{
	margin-top: 0;
	margin-bottom: 25px;
}
.opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label{
	float: none;
}
.opc-wrapper #shipping .field .control input{
	max-width: 337px;
}
.field-tooltip{
	top: 9px;
	right: -2px;
}
.field-tooltip .field-tooltip-action{
	line-height: normal;
	display: block
}
.field-tooltip .field-tooltip-action::before{
	font-size: 22px;
	color: #40a842;
	display: block;
}
.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note{
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0;
	color: rgba(151, 151, 151, 0.8);
	margin-top: 2px;
}
.opc-wrapper .fieldset > .field .note::before, .fieldset > .fields > .field .note::before{
	display: none;
}
.opc-wrapper .fieldset > .field{
	margin: 0 0 15px 0;
}
.opc-wrapper .form-login .fieldset > .field{
	margin-bottom: 15px;
}
.opc-wrapper .fieldset.address{
	margin: 0 -8px;
	max-width: 353px;
}
.opc-wrapper .fieldset.address > .field{
	padding: 0 8px;
}
.opc-wrapper .fieldset.address > .field:last-child {
    margin-bottom: 0;
}
.opc-wrapper #shipping-new-address-form > .field:nth-child(-n+2){
	width: 50%;
	float: left;
}
.opc-wrapper .fieldset.address > .field.street .additional{
	margin-top: 10px;
}
.fieldset.address [name$=".telephone"] .field-tooltip{
	display: none;
}
.opc-wrapper .step-content .row > .col{
	margin: 0 15px;
	padding-left: 20px;
}
.opc-wrapper .step-content .table-checkout-shipping-method .row > .col {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px;
    border-top: none;
}
.table-checkout-shipping-method .col-method {
    position: relative;
}
.table-checkout-shipping-method .col-method input[type="radio"] + label:before {
    position: absolute;
    left: 0;
}
.table-checkout-shipping-method .col-method input[type="radio"] + label {
    display: block;
}
.opc-wrapper .step-content .row > .col span{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0;
	color: #000
}
#opc-shipping_method{
	margin-bottom: 55px;
}
#co-payment-form br{
	display: none;
}
.payment-methods label{
	padding-bottom: 0;
	font-size: 14px;
	color: #000;
}
.checkout-payment-method .payment-method-title{
	padding: 10px 0 18px;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title{
	border-top: 0
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
    padding: 0;
    margin: 10px 0;
}
.checkout-billing-address .actions-toolbar .action-cancel{
	margin-top: 0
}
.payment-method-title span{
	display: inline-block;
	vertical-align: middle;
}
.checkout-index-index .checkout-consents {
    border-top: 0;
    margin: 0;
    padding: 10px 0 25px;
}
.checkout-consents-wrapper .fieldset.checkout-consents .checkout-consent.field._required {
    margin-bottom: 0;
}
.checkout-index-index .checkout-consent > label{
	display: inline-block !important;
	max-width: 90%;
	vertical-align: top;
	font-size: 12px;
	font-family: 'montserratregular';
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
}
.checkout-index-index .checkout-consent > label a{
	font-family: 'montserratmedium';
	color: #40a842;
	text-decoration: underline;
	white-space: nowrap;
}
.checkout-index-index .checkout-consent > label::after{
	position: static !important;
}
.checkout-consents .checkout-consent input{
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.opc-block-summary .items-in-cart > .title{

	padding: 0 40px 10px 0;
	border-color: #e6e6e6;
}
.opc-block-summary .items-in-cart > .title strong{
	font-size: 12px !important;
	font-family: 'montserratregular';
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
}
.opc-block-summary .items-in-cart > .title::after{
	top: 5px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container{
	margin-left: 0;
}
.checkout-index-index .block.items-in-cart {
	margin-bottom:11px;
}

.minicart-items .product-image-container{
	display: block
}
.minicart-items .product-item{
	padding: 20px 0 13px 0;
}
.minicart-items .product-item:not(:first-child){
	border-color: #e5e5e5;
}
.minicart-items .product-item:last-child{
	border-bottom: solid 1px #e5e5e5;
}
.minicart-items .product-item-name{
	color: #333
}
.opc-block-summary .table-totals .mark{
	padding-left: 0;
}
.opc-block-summary .table-totals .amount{
	padding-right: 0
}

/* Display None Attributes */
.cms-whats-new .breadcrumbs,
.catalog-category-view span.rewards__product-points,
.cms-home span.rewards__product-points {
    display: none !important;
}

/* Wp BLOG */
.page-layout-2columns-right .sidebar-main{
	float: right;
}
.page-layout-2columns-right .sidebar-main{
	width: 23%;
	padding-left: 0px;
}
.page-layout-2columns-right .column.main {
	width: 77%;
	padding-right: 40px;
}
.post-list-description{
	display: none;
}
.post-list-wrapper .item{
	margin-bottom: 50px;
}
.post-list-wrapper .media-right{
	display: none;
}
.post-list-wrapper .media-left img{
	max-width: 100%;
}
.ie11 .post-list-wrapper .media-left img,.ie11 .post-list-wrapper .media-left img,.ie11 .post-list-wrapper .media-right img,.ie11 .post-list-wrapper .media-right img{
	max-width: inherit;
	width: 100%;
}
.post-list-wrapper .media-left,.post-list-wrapper .media-body,.post-list-wrapper .media-right{
	width: 51%;
}
.post-list-wrapper .top-slider .media-left{
	width: 57%;
}

.post-list-wrapper .media-body{
	width: 49%;
}
.post-list-wrapper .top-slider .media-body{
	width: 43%;
}
.post-list-wrapper .post-entry{
	margin-bottom: 0;
}
.post-list-wrapper .right .media-left{
	display: none;
}
.post-list-wrapper .right .media-right{
	display: table-cell;
}
.post-list-wrapper .post-image{
	margin-right: 0;
}
.post-list-wrapper .media-left{
	padding-right: 0;
}
.post-list-wrapper .media-right{
	padding-left: 0
}
.post-list-wrapper .media-body{
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.post-list-wrapper .top-slider{

	margin-top: 15px;
	margin-bottom: 60px;
}
.post-list-wrapper .top-slider .item{
	margin-bottom: 0;
}
.post-list-wrapper .top-slider .media{
	background-color: #7cb073;
}
.post-list-wrapper .top-slider .media-body{
	padding-left: 50px;

	padding-right: 50px;
}
.post-list-wrapper .right .media-body{
	padding-right:40px;
	padding-left: 0;
}
.post-list-item h2{
	margin-top: 0;
	margin-bottom: 15px;
}
.post-list-item h2 a{
	font-family: 'montserratmedium';
	font-size: 27px;
	letter-spacing: 0.7px;
	color: #333;
}
.post-list-wrapper .top-slider .post-list-item h2 a{
	color: #fff;
}
.post-list-item h2 a:hover{
	color: #40a842;
}
.post-list-wrapper .top-slider .post-list-item h2 a:hover{
	color: #000;
}
.post-list-item .read-more{
	display: none;
}
.post-list-item .post-excerpt{
	font-family: 'montserratmedium';
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.4px;
	color: #666;
	margin-bottom: 22px;
}
.post-list-wrapper .top-slider .post-excerpt{
	color: #fff;
	font-family: 'montserratregular';
}
.post-list-item .more-info{
	font-family: 'montserratsemibold';
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0;
	color: #40a842;
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}
.post-list-wrapper .top-slider .more-info{
	color: #fff;
}
.post-list-item .more-info::after{
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 15px;
	line-height: 20px;
}
.post-list-item .more-info:hover{
	color: #333;
}
.post-list-item .post-date{
	margin-bottom: 0;
}
.post-meta{
	margin-top: 25px;
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #333;
	margin-bottom: 15px;
	line-height: 14px;
}
.wordpress-post-view .post-meta{
	margin-top: 5px;
}
.top-slider .post-list-item .post-meta{
	margin-top: 100px;
}
.wordpress-post-view .post-image{
	float: none;
	width: 100%;
	margin-bottom:  60px;
	margin-top: 15px;
}
.wordpress-post-view .addthis_inline_share_toolbox{
	float: right;
}
.wordpress-post-view .header-typ1{
	font-family: 'montserratbold';
	font-size: 27px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #333333;
}
.wordpress-post-view .post-content{
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: solid 3px #e8e8e8;
	margin-bottom: 5px;
}
.wordpress-post-view .post-content p{
	margin-bottom: 25px;
}
.wordpress-post-view .post-date{
	margin-bottom: 0;
}
.post-list-wrapper .top-slider .post-meta{
	color: #fff;
}
.post-list-wrapper .top-slider .post-meta a{
	color: #fff;
}
.post-list-wrapper .top-slider .post-meta a:hover{
	color:#000;
}
.post-meta strong{
	font-weight: normal;
	font-family: 'montserratsemibold';
	font-size: 12px;
	letter-spacing: 0.3px;
}
.post-meta .post-meta-item{
	padding-left: 10px;
	border-left: solid 1px #333;
}
.top-slider .post-list-item .post-meta .post-meta-item{
	border-color: #fff;
}
.post-meta .post-meta-item:first-child{
	padding-left: 0;
	border-left: none;
}
.wp-sidebar{
	border: solid 1px #d8d8d8;
	padding: 22px 0 20px;
}
.wp-sidebar .block-blog .block-title > strong{
	font-size: 21px;
	letter-spacing: 0.6px;
	font-family: 'montserratmedium';
	color: #000;
}
.wp-sidebar .block-title{
	border-bottom:solid 1px #d8d8d8;
	padding: 0 28px 18px;
	margin-bottom: 15px;
	line-height: normal;
}
.is-blog .sidebar .product-items .product-item-details{
	margin-left: 0;
}
.mfp-bg{
	z-index: 99999999;
}
.mfp-wrap{
	z-index: 999999999;
}
.wp-sidebar .block-content{
	padding: 0 28px;
}
.wp-sidebar ul li{
	margin-bottom: 5px;
}
.wp-sidebar ul li a{
	font-size: 13px;
	font-family: 'montserratmedium';
	color: #333333;
}
.wp-sidebar ul li.active a,
.wp-sidebar ul li a:hover{
	color: #40a842;
}
.wordpress-post-view .sidebar .product-items .product-item-details{
	margin-left: 0;
}
.wp-sidebar .block{
	margin-bottom: 0;
}
.itemhide-show{display: none;}
.wp-sidebar ul li a.post-sb-toggle-link{
	display: inline-block;
	margin-top: 10px;
	font-family: 'montserratsemibold';
	color: #40a842;
	text-decoration: underline;
}
.wp-sidebar{
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-sidebar ul li a.post-sb-toggle-link::after{
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 15px;
	line-height: 20px;
}
.wp-sidebar .hide-show{
	display: none;
}
.post-list-wrapper .toolbar-amount{
	display: none;
}
.post-list-wrapper .pages{
	text-align: center;
}
.pages a.page:visited {
	color: #000;
}
.wordpress-post-view  .fieldset .legend{
	margin-left: 0;
	margin-top: 55px;
	font-family: 'montserratbold';
	font-size: 27px;
	letter-spacing: 0.7px;
	color: #333333;
	margin-bottom: 20px;
}
.wordpress-post-view .comments-wrapper input{
	max-width: 500px;
}
.wordpress-post-view .comments-wrapper .fieldset > .field.required > .label::after{
	font-size: 14px;
	margin-left: 5px;
	color: #ff0000;
}
.wordpress-post-view .comments-wrapper .fieldset > .field:not(.gdpr) > .label{
	font-family: 'montserratsemibold';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #4a4a4a;
	padding-bottom: 7px;
}
.wordpress-post-view .block-dom-item .deal-section{
	margin-top: 15px;
}
.wordpress-post-view .fieldset{
	margin-bottom: 30px;
}
.wordpress-post-view .post-entry{
	margin: 0px 0 13px;
}
.wordpress-post-view .actions-toolbar > .primary .action{
	min-width: 140px;
}
.wordpress-post-view .post-meta .col-sm-6:not(.text-right){
	margin-top: 7px;
}
.comment-list:not(.children) > li{
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 15px;
}
.comment-list.children{
	padding-left: 15px;
}
.reply{
	display: none;
}
.comment-list:not(.children) > li .reply{
	display: block;
}
.comment-list.children > li .reply{
	display: block;
}
.comment-list.children > li .comment-list.children > li .reply{
	display: none;
}
.comment-list.children li:last-child{
	padding-bottom: 0;
}
.wordpress-post-view .comments-wrapper .fieldset > .field.gdpr > .label{
	position: relative;
	padding-left: 30px;
	color: #000;
}
.wordpress-post-view .comments-wrapper .fieldset > .field.gdpr > .label a{
	color: #40a842;
	text-decoration: underline;
}
.wordpress-post-view .comments-wrapper .fieldset > .field.gdpr > .label a:hover{
	color: #000;
}
body.wordpress-post-view textarea{
	max-width: 840px;
	height: 180px;
	border-color: #e2e2e2;
}
.wordpress-post-view .comments-wrapper input[type="checkbox"] {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 0;
    display: none;
}
.wordpress-post-view .comments-wrapper input[type="checkbox"] + label::before {
    height: 18px;
    width: 18px;
    content: '';
    display: block;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    margin-right: 7px;
    vertical-align: top;
    line-height: 23px;
    position: absolute;
    left: 0;
}
.wordpress-post-view .comments-wrapper input[type="checkbox"]:checked + label::before {
    background: url(../../frontend/Mistrys/theme/en_US/images/check-box.png) no-repeat;
    border: none;
}
.paging{
	margin-top: 80px;
}
.paging .row{
	margin-left: -21px;
	margin-right: -21px;
}
.paging .row [class*='col-']{
	padding-left: 21px;
	padding-right: 21px;
}
.paging a{
	display: block;
	padding: 32px 30px;
	width: 100%;
	font-size: 21px;
	font-family: 'montserratmedium';
	letter-spacing: 0.5px;
	color: #333333;
}
.paging a:hover{
	color: #fff;
	background-color: #40a842;
}
.paging a span{
	font-family: 'montserratsemibold';
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: solid 1px #333;
	font-size: 12px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
.paging a:hover span{
	border-color: #fff;
}
.paging a.prev-link span::before{
	content: "\f100";
	font-family: "fontawesome";
	margin-right:7px;
}
.paging a.nxt-link{
	text-align: right
}
.paging a.nxt-link span::after{
	content: "\f101";
	font-family: "fontawesome";
	margin-left:7px;
}
/* Lancome Mail chimp */
#mc_embed_signup h2{
	font-weight: normal	!important;
	font-family: 'montserratmedium';
	font-size: 20px !important;
	letter-spacing: 0.6px;
	color: #000;
	margin-bottom: 30px !important;
}
#mc_embed_signup .indicates-required{
	display: none;
}
#mc_embed_signup div.mce_inline_error{
	font-weight: normal !important;
}
#mc_embed_signup .button{
	background: #40a842 !important;
	color: #fff;
	font-weight: normal !important;
	padding:15px !important;
	font-size: 11px !important;
	text-align: center;
	border-radius: 0 !important;
	height: auto !important;
	border: 0 !important;
	line-height: 1.1 !important;
	position: relative;
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 125px;
	margin: 0 !important;
	webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}
#mc_embed_signup .button:hover{
	background-color: #4c4c4c !important;
}
#mc_embed_signup form{
	padding: 0 !important;
	max-width: 430px;
	margin-top: 35px;
}
#mc_embed_signup .mc-field-group .asterisk{
	display: none;
}
#mc_embed_signup input{
	border-color: #e2e2e2 !important;
}
#mc_embed_signup .mc-field-group{
	width: 100% !important;
}
/* wish list account */
.form-wishlist-items .field.qty:not(.choice) > .control{
	display: inline-block;
	width: auto;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
	width: 100%;
	float: none;
}
.products-grid.wishlist .product-item .box-tocart input.qty{
	height: 41px;
}
.wishlist-index-index .products-grid .product-item{
	width: 33.3333%;
	margin-left: 0;
}
.account .products-grid.wishlist .product-item-actions .action.edit {
    display: none;
}
.wishlist .product-item-actions	a{
	text-decoration: underline;
	color: #40a842;
}
.wishlist .product-item-actions	a:hover{
	color: #000;
}
.wishlist-index-index .products-grid .product-items{
	margin: 0 -15px;
}
.wishlist-index-index .products-grid .product-item{
	padding: 0 15px;
}
.wishlist .product-item .product-item-info{
	border: solid 1px transparent;
	padding: 15px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
}
.wishlist .product-item .product-item-info:hover{

	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #e0e0e0;
}
.products-grid.wishlist .product-item .box-tocart .stock {
	margin: 0;
}
.wishlist-index-index .product-item-info{
	width: 100%;
}
.account.page-layout-2columns-left.wishlist-index-index .column.main{
		padding: 30px 15px;
}
/* GDPR PRIVACY POLICY */
a.color-green:hover{
	text-decoration: underline;
}
a.color-green{
	color: #40a842;
}

.customer-address-form .fieldset .row > .field, .customer-address-form .fieldset.cmn .field, .cmn .field{
	    margin-bottom: 0;
}
.companyinfofooter a:hover {
    color: #40a842;
}
.minicart-items .update-cart-item:hover{
	background: #4c4c4c;

}
.minicart-items .update-cart-item {
    background: #40a842;
    color: #fff;
    border: none;
}
/* Checkout Page Add new address */
.checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 15px;
}
.checkout-payment-method .payment-methods .fieldset .actions-toolbar .primary {
    padding: 0;
    text-align: left;
}
.checkout-payment-method .payment-methods .fieldset .actions-toolbar .primary button.action.action-update,
.checkout-payment-method .payment-methods .fieldset .actions-toolbar .primary button.action.action-cancel{
	min-width: 100px;
    width: 100%;
    max-width: 100px;
}
.checkout-payment-method .payment-methods .fieldset .actions-toolbar .primary button.action.action-update {
    float: none;
    margin-bottom: 0;
}
.checkout-payment-method .payment-methods .fieldset .actions-toolbar .primary button.action.action-cancel {
    margin: 0 0 0 15px;
    float: none;
}
/*Checkout Reward Points*/

.checkout-index-index .opc-payment-additional.rewards-block .payment-option-title {
    border-top: none;
    padding: 0;
}
.checkout-index-index .opc-payment-additional.rewards-block .payment-option-title .action.action-toggle {
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 0 0 7px 0;
    line-height: 2;
    text-transform: uppercase;
}
.checkout-index-index .opc-payment-additional.rewards-block .actions-toolbar {
    position: static;
    float: none;
}
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter label {
    padding: 0;
}
.checkout-index-index .opc-payment-additional.rewards-block .onestepcheckout-newsletter {
    padding: 0 0 10px;
}
.checkout-index-index .opc-payment-additional.rewards-block .payment-option-content {
    padding: 15px 0;
}
.checkout-index-index .opc-payment-additional.rewards-block .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
}
.checkout-index-index .avail-coupons {
    width: 100%;
    font-size: 12px;
    font-family: MontserratMedium;
    margin: 0 0 15px 0;
    line-height: 20px;
}
.checkout-index-index .avail-coupons a {
    color: #40a842;
    text-decoration: underline;
}
.checkout-index-index .checkout-consent > label a:hover,
.checkout-index-index .avail-coupons a:hover {
    text-decoration: underline;
    color: #000;
}
/*Forget Password Page */
.customer-account-forgotpassword .fieldset {
    margin-bottom: 30px;
}
.customer-account-create .gdpr-control{
	position: relative;
	margin-left: 15px !important;
}
.contact-index-index .gdpr-control{
	position: relative;
}
.contact-index-index .gdpr-control .label {
	padding-left: 25px !important;
}
.private-prescripitons .product-item-actions .actions-primary .stock.unavailable{
	letter-spacing: 0;
}
.private-prescripitons .pages{
	margin-bottom: 40px;
}
/* Checkout Page Pop up */
.modal-popup .street .control .field._required {
    margin-bottom: 20px;
}

/* Search */
.searchautocomplete__index-popular .index-title,
.searchautocomplete__autocomplete .index-title {
    text-align: left;
    background: #7cb073;
    color: #fff;
    font-family: 'montserratsemibold';
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 20px;
}
.searchautocomplete__autocomplete ul li {
    text-align: left;
    text-transform: capitalize;
    padding: 5px 20px;
}
.searchautocomplete__index-popular .index-title {
    display: none;
}
.searchautocomplete__autocomplete ul li {
    border-bottom: 1px solid #ddd;
}
.searchautocomplete__item-magento_catalog_product .price {
    display: block;
    float: left;
    font-weight: 600;
}
.checkout-index-index .prescriprion-items-note {
    margin: 30px 0 15px;
    line-height: 20px;
    font-size: 12px;
}
.checkout-index-index .prescriprion-items-note,
.private-prescreption-warning .cart-warning,
.catalog-product-view .cart-warning {
    font-family: montserratsemibold;
    background: #f6f4f9;
    color: #b30000;
    padding: 16px;
    border: 1px solid #e3e3e3;
}
.private-prescreption-warning {
    margin: 25px 0 0;
}
.catalog-product-view p.cart-warning:last-child{
	margin-bottom: 20px;
}
.searchautocomplete__item-magento_catalog_product img {
    position: absolute;
    top: 8px;
    left: 10px;
}
.searchautocomplete__item-magento_catalog_product {
    position: relative;
}
.searchautocomplete__item-magento_catalog_product .price,
.searchautocomplete__item-magento_catalog_product .description,
.searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product .title {
    padding-left: 80px;
}
.searchautocomplete__autocomplete .show-all-results a {
    padding: 8px 10px;
    color: #fff;
    font-size: 12px;
    display: block;
    background: #7cb073;
    font-family: montserratsemibold;
    letter-spacing: 0.5px;
}
/*.searchautocomplete__autocomplete, .searchautocomplete__autocomplete._active {
    display: none !important;
}*/
/* Wish List */
.products-grid.wishlist .product-item-actions .action.delete span,
.account.wishlist-index-index .form-wishlist-items .secondary,
.account.wishlist-index-index .form-wishlist-items .action.update,
.account.wishlist-index-index .form-wishlist-items .action.share {
    display: none;
}
.account.wishlist-index-index .actions-toolbar .primary {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}
.account.wishlist-index-index .actions-toolbar .primary .action.tocart {
    min-width: 200px;
}
.account.wishlist-index-index .actions-toolbar {
    border-top: 1px solid #d8d8d8;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
    content: '\f014 ';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 14px;
    text-decoration: none !important;
}
/* EPS FORM */
.epsform-index-index .page-title-wrapper .page-title {
    margin-bottom: 35px;
}
.sorter-action:before {
    font-size: 28px;
    line-height: 30px;
}
/* New Private Prescription */
.newprescription-index-index .newprescription-form-title {
    line-height: 1.7;
    vertical-align: middle;
}
.newprescription-index-index .newprescription-form .form-remove {
    padding: 2px 6px 0;
    margin-top: 0;
}
.newprescription-index-index .newprescription-form .form-remove:hover {
    background: #fff;
    color: #40a842;
}
.newprescription-form-additional.concent label {
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}
.newprescription-form-additional.concent label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}
.newprescription .item-diabetes .label label:after,
.newprescription .item-gender .label label:after,
.newprescription-form-additional.concent .required-item:after,
.newprescription .required-item label:after {
    content: '*';
    margin-left: 5px;
}
.newprescription-list-item.item-dob .element {
    position: relative;
}
.newprescription-list-item.item-dob .element:after {
    content: '\f073';
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}
.newprescription-list-item.item-diabetes .element > label,
.newprescription-list-item.item-gender .element > label {
    padding-bottom: 0;
}
/* New Cart Page CSS */

.cart-summary .block .item-options > div:not(.field) {
    display: none;
}
.cart-summary .block .item-options {
    position: relative;
}
/* Cart Page Radion button */
.cart-summary .block #co-shipping-method-form .items.methods:before {
    content: 'Shipping Methods';
    display: block;
    font-family: 'montserratregular';
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.cart-summary .block .item-options input[type="radio"] + label:before {
    position: absolute;
    left: 0;
}
.cart-summary .block #co-shipping-method-form .fieldset {
    margin: 0;
}
.cart-summary .block #co-shipping-method-form .item-options {
    margin-bottom: 0;
}
.cart-summary .block #co-shipping-method-form .item-title {
    display: none;
}
.cart-summary .block #co-shipping-method-form .items.methods {
    margin: 10px 0;
}
.cart-summary .block form[id='co-shipping-method-form'] div.field.choice.item {
    padding: 0;
    position: relative;
}
.cart-summary .block .fieldset .methods .field > .label {
    padding-left: 20px;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: 'montserratregular';
    font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
    display: block;
}
/* checkout addition notes */
.checkout-payment-method .payment-method._active .payment-method-content .payment-method-note strong {
    font-family: 'montserratmedium';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 15px;
}
.checkout-payment-method .payment-method-content .field-select-billing {
    padding-top: 15px;
}
.checkout-payment-method .payment-method._active .payment-method-content .payment-method-note {
    padding: 10px;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #e2e2e2;
}
.checkout-index-index .checkout-billing-address select{
	padding-right: 35px;
}
.nav-sections .header.links li.wishlist a span{
	display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
		padding: 15px 0 0;
}
/* Wish List */

.wishlist .product-item .product-item-info {
    position: relative;
    border: 1px solid #d8d8d8;
}
.account .products-grid.wishlist .product-item-actions .action.delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 9px;
    text-decoration: none !important;
}
.account  .products-grid.wishlist .product-item-actions .action:hover.delete:before {
    color: #7cb073;
}
.account  .products-grid.wishlist .product-item-actions .action.delete:before {
    content: '\f014 ';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none !important;
    color: #40a842;
}
.account .products-grid.wishlist .product-item-actions .action.delete span {
    display: none;
}
/* Reward History */
.rewards-account-history .block-rewards-account-summary .block-title,
.rewards-account-history .block.block-rewards-account-summary .block-title {
    display: none !important;
}
.rewards-account-history .order-links {
    margin-bottom: 15px;
}
.block-rewards-account-summary .unsubscribe {
    float: none;
}
/* GDPR Consent */
.account .block.block-gdpr-info .block-content .control {
    position: relative;
    line-height: 18px;
}
.account .block.block-gdpr-info .block-content .control input + label {
    line-height: 20px;
}
.account .block.block-gdpr-info .block-content .control input[type="checkbox"] + label:before {
    top: 1px;
}
.account .block.block-gdpr-info .block-content .control input[type="checkbox"]:checked + label:before {
    margin: 0;
    top: 1px;
}
.account .block.block-gdpr-info .block-content .control input + label {
    line-height: 1.2;
    padding-left: 25px;
    padding-bottom: 0;
}
.account .block.block-gdpr-info .block-content .table-primary tbody tr:nth-child(odd) td {
    padding: 15px 0;
}
.account .block.block-gdpr-info .block-content .table-primary tbody tr:nth-child(odd) th,
.account .block.block-gdpr-info .block-content .table-primary tbody tr:nth-child(odd) td{
	background: none;
}
/* Checkout SIGN IN POPUP */
.authentication-wrapper aside.modal-custom.authentication-dropdown.custom-slide._show {
    margin-top: 10px;
}
.authentication-dropdown .modal-inner-wrap:before, .authentication-dropdown .modal-inner-wrap:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.authentication-dropdown .modal-inner-wrap:before {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    right: 25px;
    top: -14px;
}
.authentication-dropdown .modal-inner-wrap:before {
    border: 6px solid;
    border-color: transparent transparent #e0e0e0 transparent;
    z-index: 99;
    right: 26px;
    top: -12px;
}
.authentication-dropdown {
    border: 1px solid #e0e0e0;
}
/* Amasty Shopby */
#amasty-shopby-product-list #amasty-shopby-overlay{
	opacity: 0.8;
}
/* Additional */
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .primary {
    padding-right: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .primary,
.checkout-payment-method .payment-method._active .payment-method-content .payment-method-note {
    margin: 15px 0 0;
}
.page-print .features-section {
    display: none;
}
.checkout-payment-method .billing-address-form #billing-new-address-form {
    max-height: 350px;
    overflow: auto;
}
/* Edit Address */
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .action-edit-address {
    padding: 0;
    text-align: left;
    color: #40a842;
    font-family: 'montserratregular';
    background: none;
    font-size: 14px;
    text-transform: capitalize;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .action-edit-address.primary:before {
    display: none !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .action-edit-address:hover {
    text-decoration: underline;
}
/* 2.2.6 Updates */
.modals-overlay{
	z-index: 54 !important;
}
/* .modal-content .form-shipping-address .fieldset.address{
	overflow-y: auto !important;
} */
.modal-popup._inner-scroll .modal-content {
    z-index: 99999;
    /*max-height: 550px;*/
}
/* Close Button */
.top-header-info span.closeForWhile:before {
    content: '\f057';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    line-height: 30px;
}
.top-header-info.deActive{
	display: none !important;
}
.closeForWhile:hover {
    cursor: pointer;
}
.privateprescriptions-index-index .brand-name {
    color: #40a842;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}
.searchautocomplete__index-recent{
	display: none !important;
}
/* Paypal Review Order Page */
.paypal-review-items .opc-block-summary {
    background: none;
}
.paypal-review .block .block-content .box.box-order-billing-address .box-content img {
    display: none;
}
.paypal-review .block .block-content .box {
    padding: 20px;
    display: block;
}
.paypal-review .block .block-content .box.box-order-shipping-address {
    float: left;
}
.paypal-review .block .block-content .box.box-order-billing-address {
    float: right;
}
.paypal-review-items .paypal-review-title:after,
.paypal-review .block .block-content:after {
    content: '';
    display: block;
    clear: both;
}
.paypal-review .block .block-content .box.box-order-shipping-method {
    display: block;
    width: 100%;
    padding: 0;
}
.page-main .block.block-order-details-view {
    margin: 0;
}
.paypal-review-discount {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}
.paypal-review-discount .block > .title {
    padding: 15px 30px 10px 10px;
    border-bottom: 1px solid #d8d8d8;
}
.paypal-review-discount .block .fieldset {
    padding: 0 0 20px;
}
.paypal-review-discount .fieldset.coupon .label {
    display: none;
}
.paypal-review-discount .fieldset.coupon {
    position: relative;
}
.paypal-review .block .actions-toolbar .action.primary:hover {
    color: #fff;
    border: none;
}
.paypal-review .block .actions-toolbar .action.primary {
    padding: 8px 25px;
    min-width: auto;
    margin: 0;
}
.paypal-review-discount {
    border-bottom: none;
    margin: 0;
}
.paypal-review-discount .block.active > .content .fieldset .field,
.paypal-review-items .paypal-review-title strong {
    margin: 0;
}
.paypal-review-items .paypal-review-title .action.edit {
    float: right;
    color: #40a842;
    font-size: 14px;
    line-height: 1.7;
}
.paypal-review-items .paypal-review-title .action.edit:hover{
	text-decoration: underline;
}
.paypal-review-discount .block.active > .content {
    padding: 20px 10px;
    border-bottom: 1px solid #d8d8d8;
}
.paypal-review-discount .block > .title:after {
    right: 0;
    top: 0;
    max-height: 48px;
}
.paypal-review-discount .block.active > .content .fieldset {
    padding: 0;
}
.paypal-review-items .paypal-review-title strong,
.column.main .paypal-review-discount .block > .title strong {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    font-family: 'montserratbold';
    line-height: 16px;
}
.paypal-review .block .block-content .box-actions a {
    color: #40a842;
}
.paypal-review .block .block-content .box-actions a:hover {
    text-decoration: underline;
}
.paypal-review-items .cart.table-wrapper .product-item-details .product-item-name,
.paypal-review-items .table-wrapper .table>tbody>tr>td span,
.paypal-review-items .table-wrapper .table>tbody>tr>td {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}
.paypal-review-items .cart.table-wrapper .product-item-details .product-item-name{
    font-family: 'montserratbold';
}
.paypal-review-items .table-wrapper .table>tbody>tr>td span,
.paypal-review-items .table-wrapper .table>tbody>tr>td {
    font-family: 'montserratregular';
}
.paypal-review-items .cart.table-wrapper .price-excluding-tax, .paypal-review-items .cart.table-wrapper .price-including-tax{
    display: block;
    text-align: right;
    float: none;
    line-height: 1.2;
    margin: 0;
}
.paypal-review-items .table-wrapper .col.qty {
    display: table-cell;
    text-align: right;
    float: none;
    margin: 0;
}
.paypal-review-items .table-wrapper td.col.qty .qty {
    display: block;
    text-align: right;
    line-height: 1.2;
}
.paypal-review-items .cart.table-wrapper .item .col.item {
    padding: 20px 0;
}
.paypal-review-items .cart.table-wrapper .col, .paypal-review-items .cart.table-wrapper .col.qty{
    padding-top: 20px;
}
.paypal-review .block .box-content {
    word-break: break-all;
}
.paypal-review-items .cart.table-wrapper thead .col,
.paypal-review-items .cart.table-wrapper thead .col.qty,
.paypal-review-items .paypal-review-title {
    padding: 15px 10px 11px;
}
.paypal-review-items .paypal-review-title {
    border-bottom: 1px solid #d8d8d8;
}
/* Inpost Locker POP-UP CSS */
.locker-help a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.locker-help a {
    color: #40a842;
}
.locker-selected-info .title {
    font-weight: normal;
    padding: 0 0 10px;
    font-family: 'montserratbold';
}
.modal-popup._inner-scroll .action-close {
    padding: 10px 15px 0;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap{
	margin: 30px auto;
}
.lockers h2 {
    font-family: 'montserratbold';
    text-transform: capitalize;
}
.lockers .point .point-content .title .left {
    font-family: 'montserratbold';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
.lockers .lockers-content .top {
    height: 12%;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.lockers .lockers-content .top input {
    height: 40px;
    border-color: #d8d8d8;
    max-width: 80%;
}
.lockers .lockers-content .top button:hover,
.lockers #showmore:hover,
.lockers .points .point button:hover,
.info-window button:hover{
	background: #4c4c4c;
	border-color: #4c4c4c;
}
.lockers .lockers-content .left {
    padding-right: 15px;
}
.lockers .lockers-content .top button,
.lockers #showmore,
.lockers .points .point button,
.info-window button {
    background: #40a842;
    color: #fff;
    font-weight: 400;
    border: 1px solid #40a842;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
 .lockers .points .point button{
 	border-color: #40a842;
 	background: #40a842;
}

/* In-Post Review order page */
.paypal-express-review .modal-popup .modal-content {
    padding-bottom: 30px;
}
/* Private Prescription Custom CSS */
.products-list .product-items-table td.no-padding{padding: 0;vertical-align: middle;}
.products-list .product-items-table td.no-padding table,
.products-list .product-items-table td.no-padding table tr,
.products-list .product-items-table td.no-padding table td{border: none;background: none;}
.products-list .product-items-table th.no-border{border-right: 0;}
.products-list .product-items-table th.action{border-left: 0;}
.privateprescriptions-index-index .products-list{position: relative;}
.ajax-loading .minicart-wrapper.active .block-minicart:before,
.privateprescriptions-index-index.ajax-loading .products-list .overlay-grid {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-image: url('../../frontend/Mistrys/theme/en_US/images/loader-2.gif');
	z-index: 12;
	background-repeat: no-repeat;
	background-position: 50%;
}
.ajax-loading .minicart-wrapper.active .block-minicart:before {
    border: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader>img{
	max-width:19px;
}
.toolbar .block.filter {
    display: none;
}
/* Checkout */
.payment-method .checkout-billing-address .fieldset {
    max-width: 100%;
    overflow: hidden;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .locker.row .choose-locker {
    display: block;
    padding: 15px 0 0 0;
    color: #40a842;
}
@media(max-width: 1139px){
	.chk-header-right .title {
	    font-size: 12px;
	}
	.chk-secure, .chk-contact-info {
		margin-right: 20px;
	}
}
@media(max-width: 1022px){
	.chk-header-right .media-body {
	    display: none;
	}
	.chk-header-right .chk-cart .media-left {
		padding: 0;
	}
	.chk-header-right{
		padding: 8px 0 0 0;
	}
}
@media(max-width: 750px){
	.chk-header-right .media-left {
		padding-right: 0;
	}
	.lockers .points .point {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    max-width: 300px;
	}
	.lockers #showmore {
		margin-bottom: 20px;
	}
	.lockers .lockers-content .left {
		padding-right: 0;
	}
	.lockers .points .point.show-more-mobile .point-content {
		border: none;
	}
	.show-more-mobile .round {
		border: 2px solid #40a842;
		box-shadow: 0px 0px #40a842;
	}
}
@media only screen and (min-device-width: 751px) and (max-device-width: 1022px){
	.modal-popup._inner-scroll .action-close {
		padding: 0;
	}
	.lockers .lockers-content .middle{
		width: 100%;
	}
	.lockers .lockers-content .right, .lockers .lockers-content .left {
		width: 100%;
		display: block;
	}
	.lockers .points {
		padding-right: 0;
	}
	.lockers .lockers-content .left {
		padding-right: 0;
	}
	.lockers .points .point {
		padding-bottom: 20px;
		width: 48%;
		display: block;
		float: left;
	}
	.lockers .points .point:nth-child(2n) {
		float: right;
	}
	.lockers h2 {
    	margin: 0 0 20px;
	}
	.lockers #showmore {
		margin-bottom: 20px;
	}
	.lockers .points .point:nth-child(2n+1) {
		clear: both;
	}
}
/* Inpost Locker POP-UP CSS */
@media(max-width: 991px){
	#amasty-shopby-product-list #amasty-shopby-overlay{
		z-index: 99999;
		position: fixed;
	}
	#amasty-shopby-product-list #amasty-shopby-overlay .loader{
		top: 0;
		bottom: 0;
		left: 0;
		right:0;
		width: auto;
		height: auto;
		background-repeat: no-repeat;
		background-position: center center !important;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
}


@media(max-width: 1022px){
	.page-header{
		margin-bottom: 0;
	}
	.features-section{
		margin-bottom: 20px;
	}
}
@media(min-width: 640px){
	.paypal-review-items .cart.table-wrapper .item .col,
	.paypal-review-items .cart.table-wrapper thead .col:not(.item) {
		display: table-cell;
		float: none;
	}
	.paypal-review-items .cart.table-wrapper .item .col.item {
		width: 75%;
	}
	.paypal-review-items .cart.table-wrapper thead .col,
	.paypal-review-items tfoot th, .paypal-review-items tfoot td {
		text-align: right;
	}
	.paypal-review-items .cart.table-wrapper thead .col.name {
		text-align: left;
	}
	.paypal-review-discount .fieldset.coupon,
	.paypal-review .block .block-content .box,
	.paypal-review .block .block-content .box.box-order-shipping-method .box-content .field {
		width: 49%;
	}

}
/* After Live CSS */
.filter-current .filter-label, .am-shopby-item .filter-value{
	width: 100%;
}
.filter-options .filter-options-content .item {
    margin-bottom: 3px;
    line-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.filter-options-content .items a:visited,
.filter-options-content .items a,
.filter-options-content .items a label,
.filter-options-content .items a .count,
.filter-options-content .items a .count:before,
.filter-options-content .items a .count:after{
	line-height: 14px;
}
.filter-options-content .items a input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}
.filter-options .items .items-children.-folding .item {
    margin: 15px 0 15px;
}
@media(min-width: 768px){
	.checkout-index-index .authentication-wrapper {
	    position: absolute;
	    right: 0;
	    top: 15px;
	    margin-right: 0;
	    margin-top: 0;
	}
}
@media only screen and (min-device-width: 550px) and (max-device-width: 767px){
	.checkout-index-index .authentication-wrapper {
	    margin-right: 0;
	    margin-top: -10px;
	    max-width:51%;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper {
		margin-top: 70px !important;
	}
}

/* FAQ CSS */
.faq-title-box .title {
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #d8d8d8;
    padding: 15px;
    /* margin: 0 0 15px; */
    font-family: 'montserratsemibold';
    background: #f2f2f2;
    color: #444;
    cursor: pointer;
}
.faq-question-container:not(:last-child),
.faq-content-section:not(:last-child) {
    margin-bottom: 15px;
}
.faq-content-box {
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-top: none;
}
.faq-question-container .faq-question {
    font-family: 'montserratsemibold' !important;
    color: #000;
    margin: 0;
}
.faq-title-box .title {
    padding-right: 30px;
    position: relative;
}
.faq-title-box .title:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
        -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.95s ease;
    -ms-transition: all 0.95s ease;
    -o-transition: all 0.95s ease;
    transition: all 0.95s ease;
}
.faq-title-box.active .title:after{
	    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-question-container {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.95s ease;
    -ms-transition: all 0.95s ease;
    -o-transition: all 0.95s ease;
    transition: all 0.95s ease;
}
/* private prescription notice on checkout */
.cart-container .prescriprion-items{
	border: dashed 2px #c3c3c3;
	padding: 10px;
	text-align: center;
}
/* Footer New Logos */
.footer-social-wrapper .soc-title{
	display: block;
	margin: 20px 0 20px;
	font-size: 24px;
}
.page-footer .footer-social-wrapper .ft-social {
    padding: 20px 10px 30px;
}
.footer-social-wrapper .footer-social-link{
	display: block;
}
.footer-social-wrapper .footer-social-link li {
    margin-left: 20px;
    vertical-align: middle;
}
.footer-social-wrapper .footer-social-link li:first-child {
    margin-left: 0;
}
.footer-social-wrapper .ft-social {
    padding: 20px 10px;
}
.footer-social-wrapper .footer-social-link li a:hover {
    background: transparent;
}
@media(max-width: 480px){
	.footer-social-wrapper .footer-social-link li a{
		width: 30px;
		height: 30px;
	}
	.soc-title {
	    margin-bottom: 15px;
	    margin-right: 0;
	}
	.footer-social-wrapper .footer-social-link li {
		margin-left: 14px;
	}
}
/* Footer New Logos End */

/*checkout design version upgrade changes*/

.checkout-payment-method .checkout-billing-address .action-cancel:hover{
	color:white;
}

.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap{
	transition:unset;
	transform:unset;
	-webkit-transform:unset;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{
	width:100%;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary{
	float:left;
}



@media(max-width:1023px){
 	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column{
 		padding-top:20px;
 	}
 	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{
 		width:50%;
 	}
 	.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{
 		height:100%;
 	}
 	.checkout-index-index .modal-popup .modal-footer{
 		padding:20px;
 	}
 	.modal-popup .modal-footer button{
 		margin-bottom:0px;
 	}
}


@media(max-width:567px){
	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{
		width:100%;
	}
}

@media(max-width:321px){
	.checkout-index-index .checkout-block{
		padding:0px;
	}
}
/*checkout design version upgrade*/
.cms-home .block-static-block.widget.block-static-block,
.footer.content .block.widget.block-static-block{float:none;}/* START : MIN-WIDTh 1024px */
@media(min-width: 1200px){
	.presc-bx{padding: 30px;min-height: 255px;}
	.block-search input,
	.block-search .label.active + .control input {
	    max-width: 369px;
	    float: right;
	    top: 20px !important;
	}
	.menu-ul .menu-li.level-1 > .menu-ul.level-2 {
		border-top: 2px solid #40a842;
		box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.2);
	}
	.megamenu-contents{
		border-top: none;
	}
}
@media(min-width: 1024px){
	.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row:not(.locker.row) {
		margin-bottom: 15px;
	}
    .filter-options-content > .items {
        width: 100%;
        height: 100%;
        max-height: 280px;
        overflow-y: auto;
    }
    .block-dom-item .deal-section {
        width: 100%;
        padding: 0;
    }
     .closebtn,
    .filter-toggle {
        display: none;
    }
    .page-header .header.panel {
    	padding-bottom: 15px;
    	padding-top: 10px;
    }
    .minicart-wrapper .block-minicart {
    	right: 0;
    }
}
@media(min-width: 640px){
	.account.wishlist-index-index .actions-toolbar {
		padding-top: 20px;
	}
	.wishlist-index-index .products-grid .product-item {
		margin-bottom: 30px;
	}
	.lg-text-center{
		text-align: right;
	}
	/* .block-rewards-account-summary .table-wrapper.orders-recent table {
		border: 1px solid #d1d1d1;
	}
	.block-rewards-account-summary .table-wrapper.orders-recent table tbody > tr:not(:last-child) {
		border-bottom: 1px solid #d7d7d7;
	} */
}
/* END : MIN-WIDTh 1024px */
/* START : 1440px */
@media (max-width: 1440px) {
	.bannerslider {
		margin: 0 -150px;
	}
	.bannerslider-content{
		overflow: hidden;
	}
	.banner-arrow.slick-next{
		right: 210px;
	}
	.banner-arrow.slick-prev{
		left: 210px;
	}
}
/* END : 1440px */

/* START : 1240px */
@media (max-width: 1240px)
{

}
/* END : 1240px */

/* START : 1199px */
@media (max-width: 1199px) {
	/* header */
	.block-search{
		padding-top: 5px;
	}
	.mini-cart-wrap{
		padding-top: 10px;
	}
		/* Feature section */
	.features-section .span3:nth-child(even){
		border-right: none;
	}
	.features-section .span3{
		width: 50%;
		margin-bottom: 30px;
	}
	.features-section .span3:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.cert-logo{
		margin-right: 5px;
	}
		/* Deals & New arriavals */

	.new-arriaval-section .product-item-name a{
		min-height: 57px;
	}
	.deal-section {
        width: 28%;
    }
    .new-arriaval-section {
        width: 72%;
    }
    .deal-section .products-grid {
        min-height: 550px;
    }
		/* about section */
	.about-section a.action.primary{
		position: static;
		display: block;
		width: auto;
		margin: 20px auto 0;
		max-width: 165px;
		padding: 15px;
	}
	/* Detail page */
	.review-form .action.submit.primary{
		margin-left:0;
	}
	.catalog-product-view .detail-wrapper{
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px;
	}
	.product.description, .del-returns{
		padding: 0 15px 0;
	}
	.catalog-product-view .detail-wrapper::before{
		left: 15px;
		right: 15px;
	}
	/* Prescription Page */
	.step-no-outer.up-liner::before,.step-no-outer.bottom-liner::after{
		left: -7px;
		right: -7px;
	}
	.presc-bx {
		padding: 20px 20px;
		min-height: 280px;
	}
	.presc-bx .nhs-questions{
		margin-bottom: 20px;
	}
	#chooseprescriptiontype li:first-child .presc-bx{
		padding-bottom: 0;
	}
	/* Cart page */
	.block.crosssell .products{
		margin-bottom: 0;
	}
	.rewards__checkout-cart-usepoints .discount-form .action.primary{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
			max-width: 200px;
	}
	.rewards__checkout-cart-usepoints .discount-form .action.primary:first-child{
		margin-bottom: 10px;
	}
	/* Listing Page */
	.block-dom-item .deal-section .products-grid {
        min-height: auto;
    }
    .filter-options-content .delimiter {
        margin: 0 5px;
    }
    .top-slider .post-list-item .post-meta{
		margin-top: 30px;
	}
    /* Listing Page End */
    .checkout-index-index .field-tooltip {
        display: none;
    }
    .post-list-wrapper .item {
		margin-bottom: 20px;
	}
	.company-info .companyinfofooter{
		padding-right: 55px;
	}
}
/* END : 1199px */


/* START : 1022px */
@media (max-width: 1022px) {
	 
	/*.checkout-index-index .modal-popup .modal-footer{
		padding-top: 0;
	}*/
	/* Spent Points */
	.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code {
		margin: 15px 0 20px;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title span{
		padding-bottom: 0;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
		padding: 15px 0 12px;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e2e2e2;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-content {
		padding: 20px 0 0;
	}
	.checkout-index-index .additional-options .field {
		margin-top: 0;
		border-top: 1px solid #e5e5e5;
	}
	.checkout-index-index .additional-options .field .label {
		padding: 15px 0 7px;
	}
	#opc-shipping_method,
	.opc-wrapper .action-show-popup{
		margin-bottom: 0;
	}
	.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row:not(:last-child) {
		margin-bottom: 15px;
	}
	.checkout-index-index .checkout-shipping-method .step-content,
	.checkout-index-index .checkout-shipping-address .step-title + .step-content {
		padding-bottom: 20px;
	}
	.checkout-payment-method .payment-method-content{
		margin: 0 0 10px 0;
		width: 100%;
		max-width: 500px;
		overflow: hidden;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .primary.action-edit-address {
		margin-top: 10px;
		background: none;
		color: #40a842;
		text-align: left;
		padding: 0;
		text-decoration: underline;
		text-transform: capitalize;
		font-family: 'montserratregular';
		font-size: 12px;
	}
	.opc-wrapper .fieldset.address > .field {
		padding: 0;
	}
	.opc-wrapper #shipping-new-address-form > .field:nth-child(-n+2) {
		width: calc(50% - 15px);
		float: left;
	}
	.opc-wrapper #shipping-new-address-form > .field:nth-child(-n+1) {
		margin-right: 30px;
	}
	.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form{
		width: 100%;
		max-width: 500px;
	}
	.checkout-index-index .additional-options,
	.opc-wrapper .fieldset.address {
		margin: 0;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .primary {
		margin-top: 0;
	}
	.checkout-index-index .checkout-consents {
		border-top: 1px solid #e2e2e2;
		margin: 0;
		padding: 19px 0 15px;
		border-bottom: 1px solid #e2e2e2;
	}
	.checkout-index-index .opc-payment-additional.rewards-block .payment-option-title {
		border-bottom: 1px solid #e2e2e2;
		padding: 15px 15px 5px 0;
		border-top: none;
	}
	.checkout-index-index .opc-payment-additional.rewards-block .payment-option-content {
		padding: 15px 15px 0 0;
	}
	.checkout-payment-method .payment-option{
		margin: 0;
		margin-bottom: 20px;
	}
	.minicart-wrapper .action.showcart .counter.qty{
		top: -2px;
	    left: 28px;
	}
	.account.wishlist-index-index .actions-toolbar .primary {
		text-align: center;
	}
	.privateprescriptions-repeat-index .block-container.repeat-prescription,
    .account .column.main {
    	padding: 15px;
    	margin-bottom: 40px;
    }
	.checkout-payment-method .payment-method-title:nth-child(1) {
		padding-top: 0;
	}
	.opc-wrapper .form-login,
	.opc-wrapper .form-shipping-address {
		margin-bottom: 20px;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:only-child, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child,
	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
		width: 50%;
	}
	.minicart-wrapper {
		border-left: 2px solid #666666;
		padding: 0 0 0 15px;
	}

	/* Mega Menu */
	.menu-ul .menu-li.level-1 > .menu-ul .menu-ul.level-3 {
		padding-left: 15px;
	}
	.nav-sections .switcher:last-child {
		border-bottom: none;
	}
	.nav-sections .switcher {
		border-top: none;
		padding: 0 15px;
	}
	/* header */
	.logo{
		padding-left: 40px;
	}
	.checkout-index-index .logo{
		padding-left: 0;
	}
	.checkout-index-index .header.content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.checkout-index-index .page-header{
		margin-bottom: 30px;
	}
	.checkout-index-index .checkout-header{
		margin-bottom: 30px;
	}
	.nav-toggle{
		top: 15px;
	}
	.page-print .nav-toggle,
	.nav-sections .switcher-trigger strong::after{
		display: none;
	}
	.page-print .logo{
		padding-left: 0;
	}
	.nav-sections .switcher-trigger strong{
		font-weight: normal;
		font-family: 'montserratregular';
		color: #40a842;
	}
	.nav-sections .switcher-currency img{
		margin-right: 5px;
	}
	.nav-sections .switcher-dropdown{
		padding: 0 0 10px;
	}
	.cms-home .page-header{
		margin-bottom: 0;
		border-bottom: 0;
	}
	.top-header-info{
		letter-spacing: normal;
	}
	.panel.header .header.links li, .panel.header > ul li{
		padding: 0;
	}
	.panel.header .header.links li::after, .panel.header > ul li::after{
		display: none;
	}

	.panel.header > ul, .right-header-top {
		width: auto;
		position: absolute;
		right: 177px;
		bottom: 24px;
		z-index: 1;
		display: block;
	}
	.block.block-search .block-content .control{
		position: absolute !important;
		left: 0;
		right: 0;
		top: 100%;
		border: none;
		margin: 0;
		background-color: #f2f2f2;
		display: none;
		z-index: 10;

	}
	.block-search .action.search{
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	 }
	.block.block-search .block-content .control input{
		position: static;
	}
	.block-search .action.search{
		display: block;
		font-size: 0;
		background: transparent;
		position: absolute;
	}
	.block-search .action.search::before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 22px;
		line-height: 22px;
		color: #8f8f8f;
		content: '';
		margin: 0;
		vertical-align: top;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;

	}
	.block-search .label {
		text-decoration: none;
		display: block;
		float: right;
		position: absolute;
		padding: 0;
		right: 145px;
		bottom: 22px;
		z-index: 9;
	}

	.panel.header > ul li span{
		font-size: 0;
		line-height: 0;
	}
	.panel.header > ul li a{
		font-size: 0;
		line-height: 0;
	}
	.panel.header > ul li a i.fa-phone{
		padding-top: 3px;
	}
	.panel.header > ul li a i{
		font-size: 25px;
		line-height: 28px;
		color: #666
	}
	.block-search .label::before{
		color: #666;
		line-height: 36px;
	}
	.header.content{
		position: relative;
		padding-bottom: 10px;
	}
	.header.content .row{
		position: static;
	}
	.search-wrap{
		position: static;
	}
	.mini-cart-wrap {
		padding-top: 13px;
	}

	.panel.header .header.links.desk{
		display: none;
	}
	.nav-sections .header.links li > a, .nav-sections .header.links a:hover{
		border-top: none;
		font-family: 'montserratsemibold';
		font-size: 12px;
		letter-spacing: 0;
		color: #333;
		line-height: 17px;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.nav-sections .header.links a:hover{
		color: #40a842;
	}
	/* Banner */
	.banner-arrow.slick-next{
		right: 165px;
	}
	.banner-arrow.slick-prev{
		left: 165px;
	}
	/* footer */
	.ft-social {
		padding: 15px 10px;
	}
	.footer.content{
		padding: 30px 15px;
	}
	.block.newsletter,.footer-links{
		width: 100%;
		float: none;
	}
	.block.newsletter{
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #d1d1d1;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.newsletter-inner {
		max-width: 500px;
	}
	.certblock-wrapper .span8,.certblock-wrapper .span4{
		width: 50%;
	}
	.certblock-wrapper .span8{
		padding-top: 0;
	}
	.cert-text{
		margin-right: 0;
		margin-bottom: 15px;
	}
	/* step section */
	.step-bx .text-box{
		width: 100%;
	}
	.step-bx.low-image .img-bx {
		margin-top: -28px;
	}
	/* Best seller section */
	.home-section .slick-dots {
		padding-top: 20px;
	}

	/* Deals & New arriavals */
	.home-section.pd-section{
		padding: 40px 0;
	}
	.popular-products{
		padding: 10px 0 0;
	}

	.new-arriaval-section .product-item-name a{
		min-height: inherit;
	}
	.deal-section .products-grid{
		min-height: inherit;
	}
	.deal-section,.new-arriaval-section{
		width: 100%;
		float: none;
	}
	.cms-home .deal-section{
		margin-bottom: 30px;
		text-align: center;
	}
	.deal-new-product-section .header-typ1{
		text-align: center;
	}
	.column.main .product-items{
		margin-left: 0;
	}
	/* about section */
	.about-section .image-section{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		display: block !important;
		position: relative;
	}
	.about-section .content-secion{
		width: 100%;
	}
	.about-section h1 {
		margin-top: 0px;
	}
	/* Detail page */
	.page-layout-1column .product-info-main, .page-layout-1column .product.media{
		width: 100%;
		padding: 0;
	}
	.page-layout-1column .product.media {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.page-layout-1column .product.media{
		margin-bottom: 30px;
	}
	.product-add-form .fieldset > .field.qty:not(.choice) > .control{
		width: auto;
	}
	.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{
		text-align: left;
	}
	.abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart{
		width: auto;
	}
	.block.related {
		margin-top: 40px;
		max-width: 100%;
	}
	.popular-products,.block.related{
		max-width: 100%;
		overflow: hidden;
	}

	.product.description{
		margin-bottom: 30px;
	}
	.product.description, .del-returns{
		width: 100%;
	}
	#product-review-container, .block.review-add {
		width: 100%;
		float: none
	}
	#product-review-container{
		padding-left: 0
	}
	.review-form{
		padding-right: 0;
	}
	.product.info.detailed {
		padding-top: 30px;
	}
	.product.data.items > .item.content{
		border: none;
	}
	.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
		margin-bottom: 30px;
	}
	.review-list .block-title{
		margin-bottom: 0;
	}
	#review-form .fieldset .review-legend.legend{
		margin-bottom: 20px;
	}
	.fieldset.review-fieldset .field .label{
		display: block;
		width: 100%;
	}
	.fieldset.review-fieldset >.field:not(.choice)>.control{
		display: block;
		width: 100%;
		min-width: inherit;
	}
	/* Prescription */
	.step-section .step-icon {
		width: 70px;
		height: 70px;
	}
	.step-no{
		font-size: 45px;
		line-height: 74px;
	}
	.step-no-outer{
		width: calc(100% - 70px);
	}
	.step-no-outer.no-liner {
		margin-top: 15px;
	}
	.step-desc{
		font-size: 13px;
	}
	.step-no-outer.bottom-liner {
		padding-bottom: 25px;
		margin-top: 12px;
	}
	.presc-bx .header-typ1{
		font-size: 22px;
	}
	/* cart page */
	.cart-container .form-cart{
		width: 100%;
	}
	.cart.table-wrapper .product-item-photo {
		display: table-cell;
		max-width: 100%;
		padding-right: 20px;
		position: static;
		vertical-align: top;
		width: 1%;
	}
	.cart.table-wrapper .product-item-details {
		display: table-cell;
		vertical-align: top;
		white-space: normal;
		width: 99%;
	}
	.cart.table-wrapper .col.qty::before, .cart.table-wrapper .col.price::before, .cart.table-wrapper .col.subtotal::before, .cart.table-wrapper .col.msrp::before{
		display: none;
	}
	.cart-warning{
		padding-right: 20px;
	}
	.cart.table-wrapper .col.qty{
		text-align: left;
	}
	.cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .form-cart .action.continue, .cart-summary .actions-toolbar > .primary button{
		display: inline-block;
		margin-bottom: 0;
	}
	.cart-container .form-cart .actions{
		margin-bottom: 20px;
	}
	.cart-summary{
		width: 100%;
	}
	.cart-container .checkout-methods-items{
		text-align: center;
	}
	.cart-container .checkout-methods-items .action.primary,.checkout-cart-index .actions-toolbar > .primary .action{
		width: auto;
	}
	.block.crosssell{
		margin-top: 40px;
	}
	.rewards__checkout-cart-usepoints .discount-form .action.primary:first-child{
		margin-bottom: 0px;
	}
	/* Listing Page */
	.columns .sidebar-additional {
		width: 100%;
		display: block;
		max-width: 1200px;
		margin: 40px -15px 0;
    	border-bottom: 1px solid #eeecf0;
	}
	.cat-content-toggle{
		margin-bottom: 30px;
		display: inline-block;
	}
	/*.block-dom-item {
		width: 100%;
		display: block;
	}*/
	/*.block-dom-item .sidebar-collect-banner {
		display: none;
	}*/
	.block-dom-item .deal-section .block.widget .products-grid .product-item .product-item-info {
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
	}
	.sidebar .product-items .price-box {
		margin: 0;
	}
	.sidebar .block-dom-item .product-items .product-item-details {
		margin: 0;
		padding: 0;
	}
	/* Listing Page */
	/* Sidebar*/
    .block-dom-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .block-dom-item .block.widget.block-products-list.grid {
        margin-bottom: 0;
    }
    .block-dom-item .deal-section h3{
        border: none;
        border-bottom: 1px solid #d8d8d8
    }
    .block-dom-item .sidebar-collect-banner {
        width: 40%;
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
    }
    .block-dom-item .deal-section .products-grid {
        border: none;
    }
    .block-dom-item .deal-section {
        width: 60%;
        flex-direction: column;
        padding: 0 15px;
    }
    .block-dom-item {
        background: #f6f4f9;
        padding: 20px 0;
    }
    .block-dom-item .deal-section .slick-dots,
    .block-dom-item .deal-section h3 {
        border: none;
        padding-top: 0;
    }

    /* Sidebar*/
    .block-fliter-by .closebtn {
        position: absolute;
        top: 0;
        right: 5px;
        margin-left: 15px;
    }
    .block.filter {
        margin-bottom: 0;
    }
    .logo{
        z-index: 0;
    }
    .nav-toggle{
        z-index: 1;
    }
    .block-fliter-by {
    	min-width: 90%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: -100%;
        background-color: #fff;
        overflow-x: hidden;
        -webkit-transition: all .3s ease;
                  -moz-transition: all .3s ease;
                   -ms-transition: all .3s ease;
                    -o-transition: all .3s ease;
                       transition: all .3s ease;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .block-fliter-by.filter-open{
            left: 0;
     }
    .toolbar-products {
        padding: 0 0 15px;
        position: relative;
        padding-right: 60px;
    }
    .filter-toggle:hover, .filter-toggle:active {
        color: #40a842;
        background: #fff;
        border-color: #40a842;
    }
    .catalogsearch-result-index .header-toolbar .toolbar-products > .block.filter,
    .catalog-category-view .header-toolbar .toolbar-products > .block.filter {
    	display: block;
    	position: absolute;
    	right: 0;
    	bottom: 17px;
    }
    .filter-toggle,.filter-toggle:focus,.filter-toggle:visited{
        font-size: 16px;
        border: 1px solid #d8d8d8;
        color: #000;
        background: #fff;
        max-height: 30px;
    }
    .catalogsearch-result-index .filter-toggle,.catalogsearch-result-index .filter-toggle:focus, .catalogsearch-result-index .filter-toggle:visited{
    	    top: -50px;
    }
    .block-content.filter-content {
        margin: 0 15px;
        height: 100%;
        overflow: scroll;
    }
    .block-fliter-by .filter-title {
        margin: 5px 15px;
    }
    .closebtn:before {
        content: '\e616';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        font-size: 30px;
        line-height: 32px;
        color: #40a842;
    }
    /*.toolbar-products .sorter {
        float: right;
    }
    .toolbar-products .toolbar-amount {
        margin-left: 0;
        margin-top: 8px;
        float: right;
        margin-right: 15px;
        border-right: 1px solid;
        padding-right: 15px;
    }*/
    /* Search Page */
    .catalogsearch-result-index .page.messages .error,
    .catalogsearch-result-index .page.messages .success,
    .catalogsearch-result-index .page.messages .notice,
    .catalogsearch-result-index .message.message.error,
    .catalogsearch-result-index .message.message.success,
    .catalogsearch-result-index .message.info.empty,
    .catalogsearch-result-index .message.notice,
    .catalogsearch-result-index .message.warning{
        margin-top: 50px;
    }
    /* Search Page End*/
    /* WP BLOG */
    .page-layout-2columns-right .column.main{
    	width: 100%;
    	padding-right: 0
    }
    .page-layout-2columns-right .sidebar-main{
    	width: 100%;
    }
    .post-list-wrapper{
    	max-width: 600px;
    	margin: 0 auto;
    }
    .post-list-wrapper .right .media-left{
    	display: block;
    }
    .post-list-wrapper .right .media-right{
    	display: none;
    }
    .post-list-wrapper .media-left, .post-list-wrapper .media-body{
    	display: block;
    	width: 100%;
    }
    .post-list-wrapper .media-right{
    	display: none;
    }
    .post-list-wrapper .top-slider .media-body,.post-list-wrapper .top-slider .media-left{
    	width: 100%;
    }
    .post-list-wrapper .media-body{
    	padding-left:0 ;
    }
    .post-list-wrapper .right .media-body{
    	padding-right: 0
    }
    .block-blog-archives ul::after{
    	content: "";
    	display: table;
    	clear: both;
    }
    .block-blog-archives ul li{
    	width: 50%;
    	float: left;
    }
    .block-blog-archives ul li:last-child{
    	width: 100%;
    }
    /*.post-list-wrapper .top-slider .media-left,.post-list-wrapper .top-slider .media-body{
    	width: 50%;
    } */
    /* wishlist */
    .products-grid.wishlist .product-item-photo{
    	float: none;
    	margin-right: 0;
    }
    .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip{
    	margin-left: 0;
    }
    .products-grid.wishlist .product-item .box-tocart {
		float: none;
		margin-right: 0;
	}
	.products-grid.wishlist .product-item-actions .action.edit{
		float: none;
	}
	.products-grid.wishlist .product-item-actions .action.delete{
		margin-top: 0;
		float: none;
	}
	.products-grid.wishlist{
		margin-right: 0;
		margin-bottom: 0;
	}
	.wishlist-index-index .column.main .product-items{
		margin-left: -15px;
	}
	.account.page-layout-2columns-left.wishlist-index-index .column.main {
		padding: 20px;
	}
}
/* END : 1022px */


/* START : 767px */
@media (max-width: 767px) {
	/* Model Popup */
	.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{
		width: 100%;
		margin-top:0px;
	}
	/* Header */
	.logo span.logo-outer svg{
		max-width: 105px;
	}
	.logo span.tag-line svg{
		max-width: 160px;
	}
	.checkout-index-index .header.content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.checkout-index-index .page-header {
		margin-bottom: 20px;
	}
	.panel.header > ul li a{
	 	display: block;
	 	line-height: normal;
	}
	.panel.header > ul, .right-header-top{
		bottom: 25px;
	}
	.block-search{
		margin-top: 0
	}
	.minicart-wrapper{
		vertical-align: middle
	}
	.block-search .label::before{
		display: block;
	}
	.panel.header > ul li i{
		display: block;
	}
	.minicart-wrapper .action.showcart{
		vertical-align: top;
	}
	.block-search .label{
		float: none;
	}
	.mob-safari .panel.header > ul, .mob-safari .right-header-top {
		/*bottom: 12px;*/
		right: 175px;
	}
	.mob-safari .block-search .label{
		bottom: 25px;
		right: 140px;
	}
	.mob-safari .mini-cart-wrap{
		padding-top: 17px;
	}
	/* footer */
	.cert-logo{
		margin-right: 1px;
	}
	.cert-text{
		margin-bottom: 5px;
	}
	.newsletter-inner{
		max-width: inherit;
	}
	.footer-links .span6{
		width: 100%;
	}
	.footer-links .h4{
		position: relative;
	}
	.footer-links .h4::after{
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		top: 50%;
		font-size: 24px;
		right: 15px;
		-webkit-transition: -webkit-transform .3s ease;
		   -moz-transition: transform .3s ease;
		    -ms-transition: transform .3s ease;
		     -o-transition: transform .3s ease;
		        transition: transform .3s ease;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.footer-links .h4.active::after{
		-webkit-transform:translateY(-50%) rotate(180deg);
		   -moz-transform:translateY(-50%) rotate(180deg);
		    -ms-transform:translateY(-50%) rotate(180deg);
		     -o-transform:translateY(-50%) rotate(180deg);
		        transform:translateY(-50%) rotate(180deg);
	}
	.footer-links .footerdepartments{
		display: none;
	}
	.footer-links .span6:first-child{
		margin-bottom: 15px;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code {
		margin: 15px 0;
	}
	.checkout-index-index .opc-block-summary .table tr {
		margin-left: 0;
	}
	.checkout-index-index .opc-block-summary .table tr th.mark {
		width: 69%;
	}
	.checkout-index-index .opc-block-summary .table tr td.amount {
		width: 30%;
	}
	/* Banner */
	.bannerslider-content .slick-dots{
		position: static;
	}
	/* steps section */
	.step-section .row{
		text-align: center;
	}
	.step-section .row .span4{
		width: 100%;
		display: inline-block;
		margin-bottom: 30px;
		float: none;
		vertical-align: middle;
	}
	.step-section .row .span4:last-child{
		margin-bottom: 0;
	}
	/* best-seller section */
	.products-grid .product-reviews-summary{
		min-height: 21px;
	}
	.brand-section .header-typ1 {
		margin-bottom: 20px;
	}
	/* New arriaval */
	.new-arriaval-section .media-left,.new-arriaval-section .media-body{
		display: block;
		width: 100%;
	}
	.new-arriaval-section .product-item-name a{
		min-height: 38px;
	}
	.product-item-actions{
		display: block;
	}
	.step-bx.low-image .img-bx {
		margin-top: -15px;
	}
	/* Detail Page */
	.catalog-product-view .detail-wrapper{
		margin-top: 10px;
	}
	.aerosol-icon{
		height: 23px;
	}
	/* Prescription */
	.step-section {
		max-width: 260px;
		margin: 0 auto;
	}
	.create-hamper-section .col-sm-3{
		width: 100%;
		margin-bottom: 30px;
	}
	.create-hamper-section .col-sm-3:nth-child(2) .step-icon,.create-hamper-section .col-sm-3:nth-child(4) .step-icon{
		float: right;
	}
	.create-hamper-section .col-sm-3:nth-child(2),.create-hamper-section .col-sm-3:nth-child(4){
		margin-left: -30px;
	}
	.create-hamper-section .col-sm-3:nth-child(-n+3){
		padding-left: 15px;
	}
	.step-no-outer.bottom-liner::after{
		display: none;
	}
	.create-hamper-section .header-typ1{
		margin-bottom: 35px;
	}
	.step-section .step-icon{
		width: 112px;
		height: 112px;
	}
	.step-no-outer {
		width: 50%;
		position: relative;
		height: 112px;
	}
	.step-desc{
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.step-no-outer.up-liner::before{
		display: none;
	}
	.step-no-outer.bottom-liner,.step-no-outer.no-liner{
		float: right;
	}
	.step-no-outer.bottom-liner {
		padding-bottom: 0;
		margin-top: 0;
	}
	.step-no-outer.up-liner{
		padding-top: 0;
	}
	.step-no-outer.no-liner{
		margin-top: 0;
	}
	.step-no {
		font-size: 61px;
		line-height: 110px;
	}
	#chooseprescriptiontype li{
		width: 100%;
		margin-bottom: 15px;
	}
	#chooseprescriptiontype li:last-child{
		margin-bottom: 0;
	}
	.presc-bx{
		min-height: inherit;
	}
	/* cart page */
	.cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .form-cart .action.continue, .cart-summary .actions-toolbar > .primary button{
		padding: 9px 11px;
	}
	.block.crosssell{
		margin-bottom: 0
	}
	.cart.table-wrapper .price-excluding-tax,.cart.table-wrapper .price-including-tax{
		margin-top: 40px;
	}
	/* Listing Page */
	.page-products .products-grid .product-item {
		width: 50%;
	}
	/* Listing Page */
	.paging {
		margin-top: 30px;
	}
	.wordpress-post-view .addthis_inline_share_toolbox {
		float: none;
		margin-top: 15px;
	}
	.wishlist-index-index .products-grid .product-item{
		width: 50%;
	}
	.account .toolbar .pages{
		margin-bottom: 0;
	}
	.wishlist-index-index .products-grid .product-item-actions {
		margin: 15px 0 0;
	}
	/* Header Fonts */
	.catalog-category-view .page-title {
        font-size: 22px;
        line-height: 1.2;
    }
    .customer-account-create .cmn-border {
    	margin-bottom: 0;
    }
    .account .block-addresses-list .action {
    	min-width: 100px;
    }

}
/* END : 767px */


/* START : 700px */
@media (max-width: 700px) {


}
/* END : 700px */

/* START : 650px */
@media (max-width: 650px) {
	/* header */
	.logo span.logo-outer svg {
		max-width: 100px;
	}
	.top-header-info{
		padding: 15px;
		line-height: 20px;
	}
	.minicart-wrapper{
		margin-top: 0;
	}
	/* footer */

	.certblock-wrapper .span8, .certblock-wrapper .span4{
		width: 100%;
		text-align: center;
	}
	.cert-logo{
		margin-right: 25px;
	}
	.cert-logo-bar{
		margin-bottom: 15px;
	}
	.side-banner {
		padding: 0;
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
	}

}
/* END : 650px */

/* START : 639px */
@media (max-width: 639px) {
	.account.wishlist-index-index .actions-toolbar {
		padding-top: 20px;
	}
	.opc-wrapper .edit-address-link > span {
	    position: relative;
	}
	.opc-wrapper .shipping-address-item.selected-item .edit-address-link {
	    right: 0;
	}
	.account .block-addresses-list .action {
	    display: block;
	    margin-bottom: 10px;
	    margin-right: 0;
	}
	/* Paypal Review Order */
	.paypal-express-review .column.main {
		padding: 15px;
	}
	.paypal-review-discount .fieldset.coupon,
	.paypal-review .block .block-content .box,
	.paypal-review .block .block-content .box.box-order-shipping-method .box-content .field {
		width: 100%;
	}
	.paypal-review-items .paypal-review-title {
		margin-bottom: 0;
	}
	.paypal-review-items .cart.table-wrapper thead th.col {
		display: none;
	}
	.paypal-review-items .cart.table-wrapper .item .col {
		display: block;
		width: 100%;
		padding: 8px 0;
	}
	.paypal-review-items .cart.table-wrapper .item .col.item {
		padding-bottom: 0;
	}
	.opc-block-summary {
		padding: 0;
		margin: 0;
	}
	.paypal-review-items .cart.table-wrapper .col.subtotal {
		padding-bottom: 15px;
	}
	.paypal-review-items .table-wrapper {
		margin-bottom: 10px;
	}
	.paypal-review-items .actions-toolbar .action.primary, .paypal-review-items .actions-toolbar .primary {
		margin-bottom: 0;
	}
	.paypal-review-items .cart.table-wrapper tbody .col.price {
		display: block;
		width: 100%;
		padding: 8px 0;
		float: none;
		border-top: 1px solid #d8d8d8;
		padding-top: 15px;
	}
	.paypal-review-items .cart.table-wrapper .col.price,
	.paypal-review-items .cart.table-wrapper .col.qty,
	.paypal-review-items .cart.table-wrapper .col.subtotal {
		position: relative;
	}
	.paypal-review-items .cart.table-wrapper .col.price:before,
	.paypal-review-items .cart.table-wrapper .col.qty:before,
	.paypal-review-items .cart.table-wrapper .col.subtotal:before {
		display: block;
		position: absolute;
		right: 65px;
		font-family: 'montserratbold';
	}
	.paypal-review-items .cart.table-wrapper .col.subtotal:before {
		content: 'Subtotal :';
	}
	.paypal-review-items .cart.table-wrapper .col.Price:before {
		content: 'Price :';
	}
	.paypal-review-items .cart.table-wrapper .col.qty:before {
		content: 'Qty :';
	}
}
/* END : 639px */

/* START : 600px */
@media (max-width: 600px) {


}
/* END : 600px */




@media (max-width: 480px) {
	.customer-review .product-photo {
		text-align: center;
		display: block;
	}
	.customer-review .product-image-wrapper {
		padding-bottom: 160px !important;
	}
	.checkout-index-index .opc-block-summary .table-totals .grand .mark {
    	padding-top: 15px;
	}
	.checkout-index-index .opc-block-summary .table-totals .grand .amount{
		 padding-top: 15px;
	}
	/* Paypal Review Order */
	.paypal-review-items .paypal-review-title strong,
	.paypal-review-items .paypal-review-title .action.edit {
		float: none;
		display: block;
	}
	.paypal-review-items .paypal-review-title .action.edit {
		padding-top: 15px;
	}
}
/* START : 479px */
@media (max-width: 479px) {
	/* Pop-up */
	.modal-popup.confirm .modal-inner-wrap {
		width: 90%;
	}
	.modal-popup .modal-footer button{
		margin-right:0px;
	}

	.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom:0;
	}
	/* Pop-up */

	/* Header */
	.logo span{
		display: block;
	}
	.header.content > .row > .span4{
		width: 100%;
	}
	.minicart-wrapper .action.showcart .text{
		display: none;
	}
	.mini-cart-wrap,.search-wrap{
		padding: 0;
		height: 0;
	}
	.minicart-wrapper{
		border-left: none;
		position: absolute;
		right: 0;
		bottom: 29px;
		z-index: 999;
	}
	.mob-safari .block-search .label{
		bottom: 26px;
		right: 106px;
	}
	.mob-safari .mini-cart-wrap{
		padding-top: 0;
	}
	.block-search .label{
		right: 45px;
		bottom: 24px;
		z-index: 99;
	}
	.mob-safari .block-search .label{
		right: 45px;
	}
	.panel.header > ul{
		display: none;
	}
	/* footer */
	.cert-logo-bar {
		margin-bottom: 0;
	}
	.cert-logo a{
		display: block;
	}
	.cert-logo {
		margin-right: 25px;
		margin-bottom: 20px;
	}
	/* HOme page*/
	.bannerslider {
		margin: 0 -80px;
	}
	.step-section .row .span4{
		width: 100%;
	}
	.features-section .span3{
		width: 100%;
		padding-top: 15px;
		margin-bottom: 0;
		padding-bottom: 15px;
		border-bottom: solid 1px #d8d8d8;
	}
	.features-section .span3:last-child{
		border-bottom: none;
	}
	.features-section{
		padding: 0;
	}
	.footer.content {
		padding: 30px 15px 25px;
	}
	.page-layout-1column .new-arriaval-section .block.widget .products-grid .product-item{
		width: 100%;
	}
	.new-arriaval-section .media-left{
		text-align: center;
	}
	.new-arriaval-section .product-item-name a{
		min-height: inherit;
	}
	.new-arriaval-section .media-left, .new-arriaval-section .media-body{
		padding-right: 0
	}
	.about-section .content-secion{
		padding-left: 0
	}
	 .modal-popup .modal-footer .action-secondary{
		min-width: 100px;
	}

	/* Detail page */
	.catalog-product-view .detail-wrapper .del-returns a{
		font-size: 12px;
	}
	.page-title {
		font-size: 20px;
	    line-height: 1.5;
	}
	.detail-links > a{
		display: block;
		margin-left: 0;
	}

	.detail-links > a::before{
		display: none;
	}
	.header-typ1, .block .title strong.header-typ1, .column.main .block .title strong.header-typ1{
		font-size: 20px;
	}
	.product-info-main .price-box{
		margin-bottom: 15px;
	}
	/* Prescription */
	.create-hamper-section {
		margin-bottom: 5px;
	}
	.presc-bx .action.primary{
		width: 70%;
		float: right;
	}
	.presc-bx #nhsquestions .action.primary{
		width: 100%;
	}
	/* Cart page */
	.cart .product-image-container{
		width: auto !important;
	}
	.cart .product-image-photo{
		max-width: 50px;
		width: auto;
	}
	.cart-summary .block > .content{
		padding: 0;
	}
	.cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .form-cart .action.continue, .cart-summary .actions-toolbar > .primary button{
		margin-bottom: 10px;
		width: 100%;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{
		width: 100%;
	}
	.rewards__checkout-cart-usepoints .discount-form .action.primary:first-child{
		margin-bottom: 10px;
	}
	.rewards__checkout-cart-usepoints .discount-form .action.primary{
		max-width: inherit;
	}
	.action.action-gift{
		display: none;
	}
	/* Listing Page */
	/* .product-item-name, .product.name a,
	.product-item-details {
		text-align: center;
	} */
	.product-reviews-summary .rating-summary {
		left: 0;
	}
    /*.page-products .products-grid .product-item {
    	width: 100%;
    	max-width: 295px;
    	margin: 0 auto;
    }*/
    /* Listing Page */
    /* Sidebar */
    .block-fliter-by {
        left: -120%;
    }
    .toolbar-products .toolbar-amount {
        margin-left: 0;
        margin-top: 8px;
        float: right;
        margin-right: 10px;
        border-right: none;
        padding-right: 0;
    }
    .block-dom-item,
    .block-dom-item .deal-section {
        width: 100%;
        display: block;
    }
    .block-dom-item .sidebar-collect-banner {
        width: 100%;
        flex-direction: column;
        text-align: center;
        display: block;
        border-top: 1px solid #ebebeb;
        padding: 30px 0 10px;
    }
    .page-products .products-grid .product-item {
        padding: 0 5px;
    }
    .block-dom-item .deal-section .block.widget .products-grid .product-item {
        max-width: 100%;
    }
    .product-item-actions .t-cell .qty-select {
        display: none;
    }

    .product-image-container{
        max-height: 150px;
    }
    .page-products .product-image-container,.slick-slide .product-image-container{
    	max-height: inherit;
    }

    .product-item-info > a{
        margin-bottom: 0;
    }
    .product-image-photo {
        max-width: 130px;
        width: 100%;
        margin: 0 auto;
    }
    .page-products .product-image-photo, .slick-slide .product-image-photo{
    	max-width: inherit;
    }

    .page-products .products.products-grid .product-item {
        padding: 0 5px;
    }
    .spcial-price {
    	top: 5px;
    }
    .catalogsearch-result-index .filter-toggle,.catalogsearch-result-index .filter-toggle:focus, .catalogsearch-result-index .filter-toggle:visited{
    	top: -60px;
    }
    .toolbar-products .toolbar-amount,
    .sorter {
        width: 100%;
        display: block;
        text-align: left;
    }
    .toolbar-products .toolbar-amount {
        margin: 15px 0 0;
    }
    .page-products .product-item-name,.page-products .product.name a {
        min-height: 78px;
        overflow: hidden;

    }

    /* Mini Cart */
    .block-minicart .block-content > .actions {
        padding: 0 10px 15px 10px;
    }
    .minicart-wrapper .minicart-items .product-item {
        padding: 10px 20px 10px 0;
    }
    .minicart-items-wrapper,
    .block-minicart .subtotal{
    	padding: 10px;
    	margin: 0;
    }
    .minicart-wrapper .block-minicart{
		right: 15px;
	}
    .minicart-wrapper .product .actions{
        right: -30px;
        padding: 0 10px;
    }
    .minicart-items .product-item-details .details-qty,
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax{
        text-align: left;
    }
    .minicart-items .product-item-details .product-item-name {
        height: auto;
    }
    .minicart-wrapper .block-minicart:after {
    	right: 5px;
    }
    .minicart-wrapper .block-minicart:before {
    	right: 6px;
    }
    /* Mini Cart */
    /* Blog */
    .block-blog-archives ul li{
    	width: 100%;
    	float: left;
    }
    .post-list-wrapper .top-slider .media-body{
    	padding-left: 20px;
		padding-right: 20px;
    }
    .post-list-item h2 a{
    	font-size: 20px;
    }
    .post-meta .post-meta-item{
    	display: block;
    	margin-right: 0px;
    	margin-bottom: 10px;
    }
    .post-list-item .post-meta .post-meta-item{
    	padding-left: 0;
    	border-left: 0;
    }
    .media.post{
    	border-bottom: solid 1px #f1f1f1;
    }
    .post-meta .post-meta-item {
		padding-left: 0px;
		border-left: 0;
	}
	.chk-header-right .title{
		display: none;
	}
	.chk-header-right .media-left{
		padding-right: 0;
	}
	.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
		padding: 0;
	}
	.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{
			padding-left: 55px;
	}
	.opc-wrapper #shipping-new-address-form > .field:nth-child(-n+2){
		width: 100%;
	}
	.opc-wrapper .fieldset.address{
		margin: 0;
	}
	.opc-wrapper .fieldset.address > .field{
		padding: 0;
	}
	 .opc-block-summary .table-totals .amount{
	 	white-space: normal;
	 }
	 .checkout-index-index .opc-block-summary .table tr th.mark {
		width: auto;
		max-width: 80%;
		text-align: left;
	}
	.checkout-index-index .opc-block-summary .table tr td.amount {
		width: auto;
		float: right;
	}
	.checkout-index-index .opc-block-summary .table tr{
		border-bottom: solid 1px #ebebeb;
	}
	.checkout-index-index .opc-block-summary .table tr::after{
		content: "";
		display: table;
		clear: both;
	}
	.wishlist-index-index .products-grid .product-item{
		width: 100%;
	}
	.products-grid.wishlist .product-item-actions .action.delete{
		margin-top: 7px;
	}
	.products-grid.wishlist .product-item{
		border: none;
	}
	.products-grid.wishlist .product-item:first-child{
		border-top: 0
	}
	.account.page-layout-2columns-left.wishlist-index-index .column.main {
		padding: 20px;
	}
	.catalog-category-view .page-title {
		font-size: 20px;
	}
	.catalog-category-view .page-title span {
		padding-right: 0;
		word-break: break-word;
	}
	.company-info {
		margin-top: 10px;
	}

}
/* END : 479px */

/* START : 460px */
@media (max-width: 460px) {



}
/* END : 460px */


/* START : 400px */
@media (max-width: 400px) {
	/*.modal-popup .modal-footer button{
		margin-bottom: 15px;
	}*/
	.checkout-payment-method .checkout-billing-address{
		padding-left: 0;
	}

}
@media(max-width: 370px){
	.rating-summary .rating-result {
		width: 97px;
	}
}
@media (max-width: 350px) {
	.toolbar-products .toolbar-amount {
        margin-left: 0;
        margin-top: 15px;
        float: right;
        margin-right: 0px;
    }
    .page-main select.sorter-options {
    	max-width: 160px;
    	min-width: 0;
    }
    /* Listing Page */
	.page-products .products-grid .product-item {
		width: 100%;
	}
	.payment-methods label {
		font-size: 13px;
	}

}


/* END : 400px */