.ets-lookbooks .owl-item {
  float: left;
}
.lb_item img {
  max-width: 100%;
}
.lookbook .quick-view {
  color: #fff;
  display: block;
}
.show-popup {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
  overflow: auto;
  display: none;
}
.lookbook_front {
  background-position: center center;
  background-size: cover;
  float: left;
  height: 100%;
  width: 100%;
}
.productName.active_hover {
  color: #2fb5d2;
}
.ets_lookbook_item_image .active_hover {
  box-shadow: 0 0 0 1px #2fb5d2;
  -webkit-box-shadow: 0 0 0 1px #2fb5d2;
}
.lb_item .lb_name {
  color: #333;
  text-align: center;
}
.lb_item_info .comments_note {
  margin-bottom: 7px;
}
.lb_item_info .comments_note .star_content {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.show-popup .lb_info .title_block {
  margin-bottom: 10px;
  margin-top: 15px;
}
.lb_info {
  clear: left;
  float: left;
  padding: 0;
  text-align: left;
  width: 100%;
}
.lb_product_front {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 35px;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 35px;
}
.lb-grid.left_column .ets_lb_item,
.lb-grid.right_column .ets_lb_item {
  text-align: left;
  width: 100%;
}
.show-popup.active {
  display: block;
}
.lb_fancybox_margin {
    margin-right: 17px;
}
.lb_fancybox_lock {
    overflow: hidden;
    width: auto;
}
.lb_fancybox_lock body {
  overflow: hidden;
}
.lookbook-other .item-lookbook {
  cursor: pointer;
}
.ets-lookbooks li > div {
  cursor: pointer;
  text-align: center;
}
.product-front-list {
  float: left;
  overflow: auto;
  width: 100%;
}
.lb-table {
  border-radius: 2px;
  box-shadow: 0 0 5px 0 #fff;
  display: inline-block;
  margin: 5% auto;
  max-width: 90%;
  padding: 0;
  position: relative;
  text-align: center;
}
.product-list .add-to-cart {
  clear: left;
  display: block;
  text-align: left;
}
.lb-table-cell {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  float: left;
  max-width: 100%;
  overflow: hidden;
  padding: 30px 15px;
  vertical-align: middle;
  width: 100%;
}
.lookbook {
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  width: 100%;
  height: auto;
}
.lookbook-item.lb_no_product {
  float: left;
  width: 100%;
}
.lookbook-item {
  float: left;
  padding: 0 15px;
  width: 65%;
}
body.ets_show_popup {
  overflow: hidden;
  padding-right: 12px;
}
/* width */
.show-popup::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.show-popup::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 1px;
  box-shadow: 0 0 0 1px #dddddd;
}

/* Handle */
.show-popup::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 2px;
}

/* Handle on hover */
.show-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.7);
}
.product-front-list .item-product .row-product {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.ajax_add_all_to_cart_button.active:after{
  content: "";
  position: absolute;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  top: 50%;
  display: block!important;
  animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
}
.ajax_add_all_to_cart_button.active {
  color: transparent!important;
  position: relative;
}
.ajax_add_all_to_cart_button.active:before{
  opacity: 0!important;
}
.product-front-list button, .product-front-list .btn {
  outline: none!important;
  box-shadow: none!important;
}
/* width */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar,
.lookbook-detail .product-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-track,
.lookbook-detail .product-list::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 1px;
  box-shadow: 0 0 0 1px #dddddd;
}

/* Handle */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-thumb,
.lookbook-detail .product-list::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 2px;
}

/* Handle on hover */
.show-popup .lb-table-cell .product-list::-webkit-scrollbar-thumb:hover,
.lookbook-detail .product-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.7);
}


.show-popup .lookbook-item {
  float: left;
  padding: 0 15px;
  width: calc(100% - 400px);
  width: -o-calc(100% - 400px);
  width: -ms-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
}
.lookbook-item-content {
  float: left;
  padding: 0;
  width: 100%;
}
.show-popup .lb-table-cell .product-list {
  float: left;
  overflow: auto;
  padding: 0 15px;
  width: 400px;
}
.show-popup .lookbook-item.lb_no_product {
  width: 100%;
}
.lb-table-cell {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  max-width: 100%;
}
.lookbook-detail .lookbook-item-content {
  margin-bottom: 15px;
}
.lookbook-detail .product-list {
  float: left;
  overflow: auto;
  padding: 0 15px;
  text-align: left;
  width: 35%;
}
.lookbook-detail .h3.product-title {
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: left;
}
.lookbook-detail .product-price-and-shipping {
  margin-bottom: 3px;
  text-align: left;
}
.ets_lookbook_item_des {
  float: left;
  width: calc(100% - 115px);
  width: -webkit-calc(100% - 115px);
  width: -o-calc(100% - 115px);
  width: -ms-calc(100% - 115px);
}
.ets_lookbook_item_image {
  border: 1px solid #d0d0d0;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  width: 100px;
}
.thumbnail.product-thumbnail {
  max-width: 100%;
}
.product-front-list .thumbnail.product-thumbnail > img {
  margin: 0;
  max-width: 100%;
}
.ets_lookbook_item_des .product-description > p {
  margin-bottom: 5px;
}
.lookbook-list .owl-stage-outer {
  overflow: hidden;
  width: 100%;
}
.item-lookbook > img {
  width: 100%;
}
.add_to_cart_button {
  margin-top: 5px;
}
.lookbook-other .owl-item {
  float: left;
}
.lookbook-other {
  clear: both;
  float: left;
  margin-top: 45px;
  width: 100%;
}
.lookbook-detail {
  margin: 0 -15px;
}
.lookbook-detail .item-product.product-miniature {
  margin-bottom: 20px;
}
.ets_lookbook_item_des .attribute_small {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.lookbook-detail .add_to_cart_button .btn.btn-primary {
  font-size: 14px;
  padding: 7px 15px;
  background: #e31e27;
}
.lookbook-detail .product-description {
    height: auto!important;
    min-height: 0!important;
    margin-bottom: 5px;
    position: static;
    width: auto;
    font-size: 11px;
    line-height: 12px;
}
.ets_lookbook_item_des .comments_note {
  display: inline-block;
  text-align: left;
  width: auto;
}
.lb-table-cell .product-list {
  float: left;
  overflow: auto;
  width: 35%;
}
.lookbook-other .title_block {
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}
.product-front-list .item-product.product-miniature {
  float: left;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
.lb-table-cell .product-description {
  background-color: transparent;
  height: auto;
  position: static;
  text-align: left;
  width: auto;
}
.lb-table-cell .thumbnail.product-thumbnail > img {
  margin: 0;
}
.product-front-list .h3.product-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  min-height: initial;
}
.product-front-list .product-price-and-shipping {
  text-align: left;
}

#Lookbook .productListBtnDiv {
    display: none;
}
.lb-table-cell .lookbook-item-content {
  padding-left: 0;
}
.lb-table-cell .product-list {
  padding-right: 0;
}
.ets_lookbook .owl-stage-outer {
  overflow: hidden;
  width: 100%;
}
.close-lb-popup {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #999;
  height: 30px;
  margin-right: -15px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 30px;
  cursor: pointer;
}
.close-lb-popup::after {
  background-color: #999;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  width: 14px;
}
.close-lb-popup::before {
  background-color: #999;
  content: "";
  float: left;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  width: 2px;
}
.lb_list_content h2.title_block {
  line-height: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lookbook-detail .title_block {
  line-height: 100%;
  margin-bottom: 1.15rem;
}
.add-all-to-cart {
  clear: both;
  text-align: left;
}
.lb-grid > li {
  float: left;
  margin-bottom: 15px;
  padding: 0 15px;
}
.ets-lookbooks.lb-grid {
  margin: 0 -15px;
}
.lookbook-name {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}
.product-image-modal {
  margin-bottom: 15px;
}
#blockcart-modal .ets_lookbook_modal .divide-right {
  border-right: 1px solid #7a7a7a;
  margin-bottom: 0;
  max-height: 330px;
  overflow: auto;
}
.lookbook-list .owl-nav > div, .ets-lookbooks.lb-carousel .owl-nav > div {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d0d0d0;
  cursor: pointer;
  height: 24px;
  margin-left: 5px;
  position: relative;
  width: 24px;
}
.lb_loading {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.lb_loading.loading{
    opacity: 1;
    visibility: visible;
}
.lb_loading > img {
  background-color: #fff;
  border-radius: 5px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  padding: 5px;
  position: absolute;
  top: 50%;
}
.ets_lookbook .title_block {
  /* font-size: 1.375rem; */
  /* margin-bottom: 10px; */
  /* text-transform: uppercase; */
}
.ets_lb_item_content img {
  max-width: 100%;
}
.lb-carousel .ets_lb_item {
  display: none;
}
.lb-carousel .owl-item .ets_lb_item {
  display: block;
  padding: 0;
  width: 100%;
}
.lookbook-list:hover .owl-nav > div,
.ets-lookbooks.lb-carousel:hover .owl-nav > div{
    opacity: 1;
}
.lookbook-list .owl-next,
.ets-lookbooks.lb-carousel .owl-next {
  float: right;
}
.lookbook-list .owl-prev,
.ets-lookbooks.lb-carousel .owl-prev {
  float: left;
}
.lookbook-list .owl-nav, .ets-lookbooks.lb-carousel .owl-nav {
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: -47px;
  width: auto;
}
.ets-lookbooks .owl-nav > div.disabled {
  cursor: not-allowed!important;
  opacity: 0.6!important;
}
.lookbook-list, .ets-lookbooks.lb-carousel {
  float: left;
  position: relative;
  width: 100%;
}
.lookbook-list .owl-prev::before, .ets-lookbooks.lb-carousel .owl-prev::before {
  border-left: 2px solid #999;
  border-top: 2px solid #999;
  content: "";
  height: 8px;
  left: 9px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 8px;
}
.lookbook-list .owl-next::before, .ets-lookbooks.lb-carousel .owl-next::before {
  border-right: 2px solid #999;
  border-top: 2px solid #999;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
}
.ets_lookbook {
  display: block;
  margin-top: 30px;
}
.lb_paggination li a {
  color: #999;
  display: block;
}
.lb_paggination li {
  border: 1px solid #d0d0d0;
  color: #999;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  width: 24px;
}
.lb_item_pagination {
  float: right;
}
.lb_perpage {
  float: left;
}
.lb_item_list > .lb_item {
  margin-bottom: 30px;
}
.lb_name {
  display: block;
  margin-top: 10px;
}
.lb_list_content .lb_item_list {
  margin-bottom: 0;
  margin-top: 0;
}
.lb_paggination li.current {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
#left-column .col-lg-3.lb_title,
#right-column .col-lg-3.lb_title {
  width: 100%;
}

#left-column .col-lg-3.lb_title h3.title_block,
#right-column .col-lg-3.lb_title h3.title_block {
  margin-bottom: 0;
}

#left-column .col-lg-9.lb_tag_list,
#right-column .col-lg-9.lb_tag_list {
  width: 100%;
  margin-bottom: 10px;
}

#left-column .col-lg-9.lb_tag_list .tag_name,
#right-column .col-lg-9.lb_tag_list .tag_name {
  padding-top: 5px;
  padding-bottom: 5px;
}

#left-column .lookbook-list-load .owl-nav,
#right-column .lookbook-list-load .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 100%;
  margin-top: -20px;
}

#left-column .lookbook-list-load .owl-prev,
#right-column .lookbook-list-load .owl-prev {
  margin-left: 0;
  left: 0;
  right: auto;
}
@media (max-width: 991px){
    .lb-table-cell .product-list {
      float: left;
      width: 100%;
    }
    .show-popup .lookbook-item,
    .show-popup .lb-table-cell .product-list{
        width: 100%;
    }
    .product-front-list {
      height: auto!important;
      min-height: 0!important;
    }
    .lb-table-cell .lookbook-item-content {
      margin-bottom: 15px;
      padding: 0;
      width: 100%;
    }
    .lb-table-cell {
      display: block;
    }
    .lookbook-detail .product-list {
      width: 100%;
    }
    .lookbook-item {
      width: 100%;
      margin-bottom: 15px;
    }
}
@media (max-width: 543px){
    .lb-grid > li.ets_lb_item:nth-child(2n+1) {
      clear: left;
    }
}
.col-lg-9.lb_tag_list {
  padding-left: 0;
}
.tag_name {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
}
.tag_name.active {
    color: #2fb5d2
}
.lookbook-list-load {
    display: none;
}
.lookbook-list-load.active > .lookbook-list-load{
    display: block;
}
.lookbook-list-load.active{
    display: block;
}

.owl-nav.disabled{
  display: none!important;
}
.productName:hover{
  color: #383838;
}
.ets_lookbook_item_des .product-list-reviews {
  visibility: visible;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  padding-bottom: 0;
}
.ets_lookbook_item_des .product-list-reviews .grade-stars.small-stars {
  height: auto;
}
@media (max-width: 1199px){
  .ets_lookbook .title_block {
    margin-bottom: 0;
  }
  .col-lg-9.lb_tag_list {
    margin-bottom: 10px;
  }
}
















#Lookbook .product-price-and-shipping {
    min-height: initial!important;
}