﻿/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

.div-line {
  margin-top: 1.4%;
  border-top: 1px solid #7f7f7f;
}

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

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

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.tab-text-line {
  padding-bottom: 8px;
}

.grey-text {
  color: #5a5a5a;
}

.grey-bold-text {
  font-weight: bold;
}

.grey-cursive-text {
  font-style: italic;
}

.right-span {
  float: right;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

/*HOME PAGE MANUFACTURERS*/
  .home-page-manufacturer-carousel .slick-slide img {
    padding: 2%;
    vertical-align: middle;
  }

  .home-page-manufacturer-carousel .slick-slide a {
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
  }

.home-page-manufacturer-carousel .slick-slide div {
  height: 161px;
  line-height: 161px;
  text-align: center;
}

/*HOME PAGE CATEGORIES*/
.home-page-category-grid [class^="col-"] {
  padding: 2px 2px 2px 2px;
}

.home-page-category-grid img {
  width: 100%;
  height: 100%;
}

/*HOME PAGE BEST SELLERS*/
.home-page-bestseller-grid {
  margin: 30px 0;
}

.home-page-bestseller-grid .carousel-control {
    width: 10px;
    background-image: none;
    color: #9a9a9a;
    z-index: 9;
}

 .home-page-bestseller-grid .title, .manufacturer-list-page .title, .virtual-tryon-page .title {
    color: #00a9a5;
    margin-bottom: 20px;
    font-size:24px;
  }

.home-page-bestseller-grid [class^="col-"] {
    margin-bottom: 15px;
}

.home-page-bestseller-grid .frame-picture, .virtual-tryon-page .frame-picture {
  height: 75px;
  text-align: center;
}

.home-page-bestseller-grid .frame-picture a {
    /*display: inline-block;*/
  }

.home-page-bestseller-grid .frame-picture img, .virtual-tryon-page .frame-picture img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    min-height: 80px;
  }

.home-page-bestseller-grid .frame-text, .virtual-tryon-page .frame-text {
  color: #58585a;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  min-height: 55px;
}


/* HOME PAGE BOTTOM BANNERS*/
.home-page-bottom-banner-grid {
  position: relative;
}

.home-page-bottom-banner-grid div {
  position: relative;
}

.home-page-bottom-banner-grid img {
  width: 100%;
  height: 100%;
  max-height: 285px;
}

/*BUTTONS*/

/*.overview .select-lenses-button,
.variant-overview .select-lenses-button {
  height: 43px;
  border: none;
  border-radius: 0;
  background-color: #ff4026;
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

  .overview .select-lenses-button:hover,
  .overview .select-lenses-button:focus,
  .variant-overview .select-lenses-button:hover,
  .variant-overview .select-lenses-button:focus {
    background-color: #248ece;
  }*/

.table {
  margin-bottom: 5px;
  font-size: 13px;
}

.table-responsive tbody tr {
  cursor: pointer;
}

.table-responsive .table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-responsive .table tbody tr td {
  padding-top: 10px;
  padding-bottom: 7px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.table > tbody > tr:last-child > td {
  border-bottom: none;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgb(183, 230, 229);
}

.highligthsize {
  background-color: rgb(183, 230, 229);
}

/*SHOPPING CART*/
.product-shopping-header {
  padding-top: 12px;
  height: 45px;
  text-align: center;
  color: #3b3b3b;
  font-weight: bold;
  background: none;
  text-decoration: underline;
}

.product-shopping-row [class^="col-"]:first-child .product-shopping-header {
  padding-top: 12px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #00a9a5;
  border: 0;
  text-decoration: none;
}

.product-shopping-row [class^="col-"]:nth-child(2) .product-shopping-data .left-text {
  text-align: center !important;
}

.product-shopping-data {
  padding: 10px 15px 20px;
}

.shopping-frame-img img {
  margin-bottom: 30px;
  max-width: 100%;
}

.product-shopping-data div {
  text-align: center;
}

.border-right {
  border-right: 1px solid #fff;
}

.product-shopping-row {
  background-color: #fff;
  border-bottom: 1px solid #b2b2b3;
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
}

.shopping-action-btn {
  background-color: #989898;
  background-image: none;
  color: #fff;
  width: 103px;
  height: 32px;
  border-radius: 0;
  border: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.shopping-btn {
  background-color: #00a9a5;
  background-image: none;
  color: #fff;
  border-radius: 0;
  border: 0;
  height: 41px;
  /*padding-left: 30px;
  padding-right: 30px;*/
  font-weight: bold;
  font-size:14px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

.shopping-btn-default {
  border-radius: 0;
  border: 0;
  height: 41px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

#coupons {
  background-color: #fff;
  /*padding: 20px 15px;*/
  min-height: 160px;
}

  #coupons h4 {
    color: #3b3b3b;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 28px;
  }

#prices-row {
  margin-top: 40px;
}

#coupon-input, #gift-card-coupon-input {
  width: 249px;
  max-width: 100%;
  height: 41px;
  background-color: #f1f1f1;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

#final-prices {
  background-color: #afe4e3;
  padding: 20px 15px;
  min-height: 160px;
}

.big-text {
  font-size: 16px;
}

#final-prices .big-text, #final-prices .grey-cursive-text {
  text-align: right;
}

#final-prices .grey-cursive-text {
  font-size: 11px;
  font-weight: bold;
}

#total-price {
  background-color: #3aafab;
  padding: 17px 15px 10px 15px;
  color: #fff;
  text-align: right;
  font-weight: bold;
}

#btns-price {
  text-align: right;
  padding-top: 15px;
}

.has-pretty-child {
  font-size: 13px;
}

.prettycheckbox label {
  margin: 2px 5px;
}

.prettycheckbox > a {
  height: 20px;
  background-position: 0px -5px;
}

  .prettycheckbox > a.checked {
    background-position: -60px -5px;
  }

@media (min-width: 768px) {
  .product-shopping-row {
    margin-top: 0;
  }

    .product-shopping-header,
    .product-shopping-row [class^="col-"]:first-child .product-shopping-header {
      padding-top: 12px;
      height: 45px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      background-color: #00a9a5;
      border-right: 1px solid #fff;
      text-decoration: none;
    }

    .product-shopping-row [class^="col-"]:nth-child(2) .product-shopping-data .left-text {
      text-align: left !important;
    }
}

.remove-discount-button,
.remove-gift-card-button {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: #fff url('../../../Content/images/remove.png') center no-repeat;
  cursor: pointer;
}

.product-shopping-data .product-name {
  color: #3b3b3b;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 35px;
}

.utils-slider img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.utils-slider .carousel-control {
  width: 40px;
  background-image: none;
  color: #9a9a9a;
  z-index: 9;
}

  .utils-slider .carousel-control span {
    font-size: 20px;
    width: 30px;
    height: 20px;
  }

.utils-icon {
  float: left;
  width: auto;
  text-align: center;
  padding: 15px 0px 5px 10px;
  line-height: 12px;
}

.utils-text {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.utils-icon-image {
  height: 45px;
}

#lens-builder-app {

}

#lens-builder-app h4 {
    font-weight: bold;
    font-size:14px;
    margin-top:10px;
    margin-bottom:10px;
}


/*GALLERY*/

.color-attribute-item-wraper {
  margin: 5px;
  /*border: 1px solid #d4d4d4;*/
  text-align: center;
  vertical-align: middle;
  height: 60px;
  line-height: 50px;
}

.thumb-item-wraper {
  margin: 5px;
  border: 1px solid #d4d4d4;  
  text-align: center;
  vertical-align: middle;  
  height: 80px;
  line-height: 80px;
}

.thumb-item-wraper:hover, .color-attribute-item-wraper:hover {
  border: 1px solid #2bb7b3;
  /*padding:2px;*/
  cursor: pointer;
}

.color-attribute-galery .slick-track {
  margin-left: 0px;
  margin-right: 0px;
  width:100%;
}

.gallery .slick-slide, .color-attribute-galery .slick-slide {
  margin-right: 8px;
  outline: none !important;
}

.thumb-item-wraper img, .color-attribute-item-wraper img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.gallery .manufacturer-logo {
  height: 60px;
  margin-left: 15px;
}

  .gallery .manufacturer-logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
  }

#product-tabs {
  background-color: #d5d5d5;
}

#product-tabs ul li a {
  color: #000;
  font-weight: bold;
  border-radius: 0;
}

#product-tabs ul li .nav-link.active {
  color: #fff;
  background-color: #00a9a5;
}

.product-tab {
  background-color: #fff;
  padding: 15px 10px;
}

.modal-header {
    display:inline;
}

.product-color-filter .item {
  padding: 5px 5px 5px 5px;
}

.product-color-filter .active {
  /*background-color: #dedede !important;*/
  border: 1px solid #3cc0d3;
  border-radius: 100%;
}

  .product-color-filter .active:hover {
    border: 1px solid #3cc0d3;
    border-radius: 100%;
  }

.product-color-filter .item:hover {
  background-color: #dedede !important;
  border: 0px solid #3cc0d3;
  border-radius: 100%;
}

.pager {
  /*  border-top: 1px solid #9b9b9c;*/
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

  .pager ul {
    text-align: right;
    /*font-size: 0;*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .pager li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
  }

    .pager li a,
    .pager li span {
      display: block;
      min-width: 25px;
      height: 25px;
      border: 1px solid #cccccc;
      background-color: #dedede !important;
      padding: 4px;
      text-align: center;
      font-size: 12px; /*reset zeroing*/
      border-radius: 0px;
      color: #00a9a5;
      /*font-weight: bold;*/
      cursor: pointer;
    }

    .pager li span {
      border-color: transparent;
      background-color: #4ab2f1;
      color: #fff;
    }

    .pager li.current-page * {
      background-color: #00a9a5 !important;
      color: #fff;
      height: 25px;
      border: 1px solid #00a9a5;
    }

    .pager li.previous-page *,
    .pager li.next-page *,
    .pager li.first-page *,
    .pager li.last-page * {
      background-position: center;
      background-repeat: no-repeat;
      /*font-size: 0;*/
      border: 1px solid #cccccc;
      background-color: #dedede !important;
      color: #00a9a5;
    }

    .pager li a:hover {
      border: 1px solid #9a9a9a;
      background-color: #dedede !important;
      text-decoration:none;
    }

/*Page Details On sale*/
.ribbon-box-wrapper {
  position: relative;
  max-width: 600px;
  width: 90%;
  background: #fff;
}

/* common */
.ribbon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
}

  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }

  .ribbon span {
    position: absolute;
    display: block;
    width: 100px;
    padding: 1px 0;
    background-color: #3cc0d3;
    /*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
    color: #fff;
    font: 700 10px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }

/* top right*/
.ribbon-top-right {
  top: -0px;
  right: -0px;
}

  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }

  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }

  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }

  .ribbon-top-right span {
    left: -25px;
    top: 10px;
    transform: rotate(45deg);
  }

.unavailable-text {
  color: #ff4026;
  font-weight: bold;
}

.manufacturer-list-page .row {
  margin-right: auto;
  margin-left: auto;
}

.manufacturer-list-page .manufacturer-item {
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 295px;
  max-height: 295px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

  .manufacturer-list-page .manufacturer-item .picture {
    text-align: center;
    padding: 20px;
    height: 200px;
    border: 0px solid #ddd;
  }

.manufacturer-item .picture img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}

.manufacturer-item:hover .picture img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.manufacturer-list-page .title {
  color: #00a9a5;
  margin-bottom: 20px;
  margin: 0px;
}

.manufacturer-item .title {
  width: 100%;
  text-align: center;
}

.manufacturer-item:hover {
  box-shadow: 0 1px 3px 1px #505050;
}


/*Blog List*/
.blogpost-grid{
    margin-top:30px; 
}

.blogpost-list-page .row {
  margin-right: auto;
  margin-left: auto;
}

.blogpost-list-page a:hover {
  text-decoration: none; 
  color:initial;
}

.blogpost-list-page .blogpost-item {
  padding: 20px 15px;
  background-color: #fff;
  margin-bottom: 35px;
  min-height: 295px;
  max-height: 295px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
  overflow-y:hidden;
}
  
.blogpost-item .ribbon-top-right {
  top: -0px;
  right: 15px; 
}

.blogpost-item .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #6c757d;
  font-size: 16px;
  text-align: center;
}

.blogpost-item:hover {
  box-shadow: 0 1px 3px 1px #505050; 
}

.blogpost-item .extract {
  margin-top: 20px; 
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
  overflow-y: hidden;
}

.blogpost-item .bpostfooter {
  margin-top: 5px;
  position: absolute;
  bottom: 50px;
  color: #3cc0d3;
}

/*Blog Post*/