body {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}


#product-additional  {
  margin-bottom: 20px;
}


#product-additional .title-module {
  margin-bottom: 20px;
} 


#product-additional .title-module > span {
    color: #313131;
  font-size:30px;
  font-weight: 500;
} 

#product-additional .slick-slider {
  margin: 0px -10px;
}


#product-additional  .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-left: 0px;
}


#product-additional .additional-product-container {
  border: 1px solid #e9e9e9;
  padding: 5px;
  border-radius: 5px;
}

#product-additional .additional-product-container > .inner {
  display: flex;
  gap: 15px;
  align-items: center;
}

#product-additional .additional-product-container > .inner .product-image img {
    width: 90px;
    height: 90px;
}

#product-additional .additional-product-container > .inner .product-name > a {
  color: #5E5E5E;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
   line-height: 18px;
}

#product-additional .additional-product-container > .inner .product-name {
  min-height: 40px;
}

#product-additional .additional-product-container > .inner .price {
    text-align: left;
    font-size: 17px;
    margin-bottom: 0;
}

#product-additional .additional-product-container > .inner .price-new {
    font-size: 17px;
}

#product-additional .additional-product-container > .inner .price-old {
    font-size: 15px;
    margin-bottom: 0px;
}

#product-additional .additional-product-container > .inner .cart > .btn {
    height: 31px;
    padding: 0px 24px;
}


#product-additional .slick-list {
  overflow: hidden;
}

#product-additional .slick-list .slick-slide {
  margin: 0px 10px;
  opacity: 1 !important;
  visibility: visible !important;
}


#product-additional .slick-mod-arrow {
    top: -52px;
    line-height: 42px;
}

@media (max-width: 768px) {
  #product-additional .additional-product-container > .inner .price {
    font-size: 15px;
}


  #product-additional .additional-product-container > .inner .product-image img {
    width: 70px;
    height: 70px;
  }


  #product-additional .title-module > span {
    font-size: 23px;
  }

  #product-additional .slick-slider {
    margin: 0px -20px;
  }

  #product-additional .slick-list .slick-slide {
   margin-left: 20px;
    margin-right: 0;
  }

}








.panel-default {
  border-color: #e9e9e9;
  box-shadow: none;
}

.panel-default > .panel-heading {
  cursor: pointer;
  background-color: #fff;
  border-color: #e9e9e9;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: 16px !important;
  height: 55px !important;
  padding: 6px 15px !important;
  border: 1px solid #e9e9e9 !important;
}

.select2-container--bootstrap .select2-results__option {
  padding: 10px 15px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #3bc1c7 !important;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #fff !important;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 350px !important;
}

iframe {
  max-width: 100%;
}

#column-left,
#column-right {
  display: block;
}

img.grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

svg {
  outline: none;
}

ol,
ul > li {
  margin-bottom: 5px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.03s linear;
  -moz-transition: opacity 0.03s linear;
  -ms-transition: opacity 0.03s linear;
  -o-transition: opacity 0.03s linear;
  transition: opacity 0.03s linear;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e9e9e9;
}

.text-muted {
  color: #838383;
}

small,
.small {
  font-size: 14px;
}

header {
  background: #fff;
  position: relative;
}

.phone_fix .text_after_phone {
  display: none;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-center-newsletter {
  text-align: center;
  margin-bottom: 5px;
}

.text-xs-justify {
  text-align: justify;
}

.justify-content-xs-end {
  justify-content: flex-end;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.row-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.f-col-xs-12,
.f-col-sm-6 .f-col-md-4,
.f-col-lg-3,
.item-col-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.f-col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.f-col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .d-xs-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .d-sm-block {
    display: block !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .col-sm-auto {
    width: auto;
  }
}

/* #column-left,
#column-right {
  display: none;
} */

.fixed-goods-menu {
  display: none;
}

@media (min-width: 992px) {
  header {
    z-index: 101;
  }

  #column-left,
  #column-right {
    display: block;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f-col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .col-md-offset-right-3 {
    margin-right: 25% !important;
  }

  .flex-1 {
    flex: 1;
  }

  .f-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .cart_fix.col-md-2,
  .cart_fix.col-md-1,
  .box-cart.col-md-2,
  .box-cart.col-md-1 {
    width: auto;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-auto {
    width: auto;
  }

  .h-sticky #search.pt24 {
    padding-top: 0px;
  }

  .h-sticky #search_word {
    display: none;
  }

  .h-sticky #logo {
    padding: 0px;
  }

  html.vw-100 {
    overflow-y: hidden;
  }

  .vw-100 .htop-b-pc,
  .vw-100 nav#top,
  .vw-100 .fix-header-2 {
    z-index: 1007;
    position: relative;
  }

  .fix-header-2.h-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1007;
  }

  .pr-17 .fixed-goods-menu {
    padding-right: 17px;
  }

  .fixed-goods-menu {
    padding: 0px;
    position: fixed;
    bottom: -1px;
    right: 0px;
    left: 0px;
    z-index: 1010;
    display: block;
  }

  .fixed-goods-bar {
    background: #2f4050;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 8px 0px 0px 0px;
    position: relative;
    float: right;
    bottom: 44px;
    margin-bottom: -44px;
    box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
    padding-left: 5px;
    padding-right: 5px;
  }

  .content_viewed {
    max-height: 0px;
    background: #fff;
    border-top: 1px solid #f3f3f3;
    transition: max-height 0.5s ease;
  }

  .content_viewed.open-viewed {
    box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
    max-height: 368px;
  }

  .content_viewed .slick-mod-arrow {
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    opacity: 0;
    z-index: 1;
    line-height: 43px;
    border-radius: 5px;
    text-align: center;
  }

  .content_viewed .slick-mod-arrow.prev-prod {
    right: auto;
    left: -80px;
  }

  .content_viewed .slick-mod-arrow.next-prod {
    right: -80px;
  }

  .content_viewed:hover .slick-mod-arrow {
    opacity: 1;
  }

  .content_viewed:hover .slick-mod-arrow.next-prod {
    right: -40px;
    transition: all 0.2s ease;
  }

  .content_viewed:hover .slick-mod-arrow.prev-prod {
    left: -40px;
    transition: all 0.2s ease;
  }

  .content_viewed .container-module {
    margin: 0px;
    padding: 10px 60px;
  }

  .content_viewed .product-thumb .image {
    min-height: 8em !important;
  }

  .content_viewed .product-name {
    height: 40px;
    overflow: hidden;
    min-height: 40px;
  }

  .content_viewed .btn-remove {
    position: absolute;
    top: -35px;
    right: -35px;
    opacity: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .content_viewed .product-thumb:hover .btn-remove {
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
  }

  .content_viewed .container-module .product-name a {
    font-size: 13px !important;
  }

  .content_viewed .container-module .actions .btn-general {
    padding: 5px 7px;
  }

  .product-slider.module-viewed .slick-track {
    margin-left: auto;
  }

  .fixed-goods-menu .box-wishlist .text-wishlist,
  .fixed-goods-menu .box-compare .text-compare,
  .fixed-goods-menu .box-viewed-pc .text-viewed {
    color: #b2bbc5;
    padding: 0px 15px;
  }

  .fixed-goods-menu .box-wishlist:hover .text-wishlist,
  .fixed-goods-menu .box-compare:hover .text-compare,
  .fixed-goods-menu .box-viewed-pc:hover .text-viewed {
    color: #fff;
  }

  .fixed-goods-menu .box-viewed-pc {
    position: relative;
  }

  .fixed-goods-menu .box-wishlist,
  .fixed-goods-menu .box-compare {
    margin-right: 10px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
  }

  .fixed-goods-menu .box-compare:after,
  .fixed-goods-menu .box-wishlist::after {
    position: absolute;
    content: '';
    border-right: 1px dashed #122538;
    right: -5px;
    display: block;
    width: 1px;
    height: 28px;
    top: 6px;
  }

  .fixed-goods-menu .btn-viewed-pc,
  .fixed-goods-menu .btn-wishlist-top,
  .fixed-goods-menu .btn-compare-top {
    height: 44px;
    width: 100%;
    border-radius: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0px 30px 0px 15px;
    line-height: 1;
  }

  .fixed-goods-menu .btn-viewed-pc .v-icon,
  .fixed-goods-menu .btn-wishlist-top .wl-icon,
  .fixed-goods-menu .btn-compare-top .co-icon {
    margin-top: 2px;
  }

  .fixed-goods-menu .viewed-quantity {
    position: absolute;
  }

  .fixed-goods-menu .viewed-quantity,
  .fixed-goods-menu .wishlist-quantity,
  .fixed-goods-menu .compare-quantity {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #122538;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .fixed-goods-menu .btn-viewed-pc:hover svg path {
    fill: #fff;
  }

  .fixed-goods-menu .btn-wishlist-top:hover svg path,
  .fixed-goods-menu .btn-compare-top:hover svg path {
    fill: #fff;
  }

  .fixed-goods-menu .btn-wishlist-top svg path,
  .fixed-goods-menu .btn-compare-top svg path {
    fill: #b2bbc5;
  }
}

.ml-auto {
  margin-left: auto;
}

.pos-r {
  position: relative;
}

input[type='number'],
input[type='text'] {
  -webkit-appearance: none !important;
}

@media (min-width: 1200px) {
  .f-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-30 {
    width: 30%;
  }

  .col-lg-20 {
    width: 20%;
  }

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1360px) {
  .item-col-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    align-items: center;
  }
}

.container[min-width~='1170px'][max-width~='1170px'] .item-col-5 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  align-items: center;
}

.container-fluid[min-width~='1500px'] .item-col-5 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  align-items: center;
}

#column-right .pct_gv .item-col-5,
#column-left .pct_gv .item-col-5,
#column-right .latest_gv .item-col-5,
#column-left .latest_gv .item-col-5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.header_dopmenu_doptext {
  text-align: center;
  color: #7a8490;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
}

@media (min-width: 992px) {
  .header_v_2 .header_dopmenu_doptext {
    text-align: right;
  }

  .header_v_1 .header_dopmenu_doptext {
    text-align: center;
  }

  .header_dopmenu_doptext {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: -6;
    order: -6;
    margin-left: auto;
  }

  .header_dopmenu_doptext.hsw {
    margin-bottom: -10px;
  }

  .header_dopmenu_doptext.nsw {
    margin-bottom: -5px;
  }

  .h-sticky .header_dopmenu_doptext {
    margin-bottom: 0px;
  }

  .header_dopmenu_doptext br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header_v_1 .header_dopmenu_doptext.f-order-3,
  .header_v_2 .header_dopmenu_doptext.f-order-3,
  .header_v_4 .header_dopmenu_doptext.f-order-3 {
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0px;
  }

  .header_v_1 .header_dopmenu_doptext.f-order-0,
  .header_v_2 .header_dopmenu_doptext.f-order-0 {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0px;
  }

  .header_v_1 .header_dopmenu_doptext,
  .header_v_2 .header_dopmenu_doptext,
  .header_v_4 .header_dopmenu_doptext {
    text-align: left;
    margin-right: 15px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }

  .header_v_3 .header_dopmenu_doptext.hsw {
    margin-bottom: -10px;
  }

  .header_v_3 .header_dopmenu_doptext.nsw {
    margin-bottom: -5px;
  }

  .h-sticky.header_v_3 .header_dopmenu_doptext {
    margin-bottom: 0px;
  }
}

.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1500px) {
  .header_dopmenu_doptext br {
    display: inherit;
  }

  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .header_v_3 .header_dopmenu_doptext.f-order-3 {
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    margin-right: 15px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
}

.header_dopmenu_doptext p {
  margin-bottom: 1px;
}

.easy-catalog-box .item-catalog,
.banner-blocks-container .banner-item,
.product-slider .owl-item .item,
.product-slider .item.slick-slide,
.product-slider .row_items.slick-slide .item,
.no-slider .product-thumb {
  border: solid 1px #dbdbdb;
}

@media (max-width: 600px) {
  .product-slider .articles-mod .item.slick-slide {
    padding: 10px;
  }
}

.product-slider .articles-mod .item.slick-slide {
  border: none;
}

.articles-mod .mod-art-image a img {
  border-radius: 5px;
}

.product-slider .articles-mod .item.slick-slide:hover {
  box-shadow: none;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.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: 10px;
  padding-left: 10px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-0 {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-0 {
  margin-top: 0px;
}

.mx-auto {
  margin: 0 auto;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-0 {
  margin-bottom: 0px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 23px !important;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.m-0 {
  margin: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt24 {
  padding-top: 24px;
}

.pt30 {
  padding-top: 30px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-15 {
  padding-right: 17px;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.w-100 {
  width: 100%;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.ml-auto {
  margin-left: auto;
}

.dflex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.mt-auto {
  margin-top: auto !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.container {
  /*background:#fff;*/
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 .h6 {
  font-weight: 600;
  color: #313131;
  margin-top: 10px;
  margin-bottom: 15px;
}

.fa {
  font-size: 14px;
}

.h1,
h1 {
  font-size: 35px;
}

.h2,
h2 {
  font-size: 25px;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 16px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 10.2px;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 25px;
  }
}

a {
  color: #b088be;
}

a:hover {
  text-decoration: none;
  color: #b993c7;
}

a:focus {
  outline: none;
  text-decoration: none;
  outline-offset: -2px;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 16px;
  font-weight: normal;
}

.form-horizontal .control-label {
  font-size: 16px;
  margin-bottom: 8px;
}

select.form-control,
input[type='text'].form-control,
input[type='password'].form-control,
input[type='datetime'].form-control,
input[type='datetime-local'].form-control,
input[type='date'].form-control,
input[type='month'].form-control,
input[type='time'].form-control,
input[type='week'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='url'].form-control,
input[type='search'].form-control,
input[type='tel'].form-control,
input[type='color'].form-control {
  font-size: 16px;
  height: 55px;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  border-color: #e9e9e9;
}

select.form-control:hover,
select.form-control:focus,
input[type='text'].form-control:hover,
input[type='text'].form-control:focus,
input[type='password'].form-control:hover,
input[type='password'].form-control:focus,
input[type='datetime'].form-control:hover,
input[type='datetime'].form-control:focus,
input[type='datetime-local'].form-control:hover,
input[type='datetime-local'].form-control:focus,
input[type='date'].form-control:hover,
input[type='date'].form-control:focus,
input[type='month'].form-control:hover,
input[type='month'].form-control:focus,
input[type='time'].form-control:hover,
input[type='time'].form-control:focus,
input[type='week'].form-control:hover,
input[type='week'].form-control:focus,
input[type='number'].form-control:hover,
input[type='number'].form-control:focus,
input[type='email'].form-control:hover,
input[type='email'].form-control:focus,
input[type='url'].form-control:hover,
input[type='url'].form-control:focus,
input[type='search'].form-control:hover,
input[type='search'].form-control:focus,
input[type='tel'].form-control:hover,
input[type='tel'].form-control:focus,
input[type='color'].form-control:hover,
input[type='color'].form-control:focus {
  border-color: #52c6cc;
}

.has-error .form-control {
  border-color: #dc3131 !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #dc3131;
}

.text-danger {
  color: #dc3131;
}

input::placeholder.form-control {
  font-size: 16px;
}

.gray-box {
  border-radius: 5px;
  background: #f3f3f3;
  padding: 40px;
  margin-bottom: 20px;
}

.gray-box select.form-control,
.gray-box input.form-control,
.gray-box textarea.form-control {
  border: solid 1px transparent;
}

.gray-box-mini {
  border-radius: 5px;
  background: #f3f3f3;
  padding: 15px;
  margin-bottom: 20px;
}

.form-group .text-danger {
  margin-top: 5px;
}

.gray-box-small {
  border-radius: 5px;
  background: #f3f3f3;
  padding: 25px;
  margin-bottom: 20px;
}

.image-atricle {
  margin-bottom: 20px;
}

.image-atricle img {
  border-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .gray-box {
    padding: 15px;
  }

  .gray-box-small {
    padding: 15px;
  }
}

textarea.form-control {
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #e9e9e9;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

/* div.required .control-label:before {
	content: '* ';
	color: #d24a4a;
    font-size: 16px;
} */
.dropdown-menu li > a:hover,
.dropdown-menu li > a.active,
.dropdown-menu li > a:focus {
  text-decoration: none;
  color: #313131;
  background-color: transparent;
  border-radius: 4px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #313131;
  outline: 0 none;
  text-decoration: none;
}

/* --- TOP PANEL --- */
#top-fixed {
  left: 0;
  margin: 0;
  padding: 1px 0px;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 888;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#top-fixed #menu {
  margin: 5px 0px;
}

#top-fixed #menu.open > .dropdown-menu {
  display: block !important;
}

#top-fixed #menu:hover .dropdown-menu {
  display: block !important;
}

#top-fixed #phone {
  text-align: center;
  padding: 3px 0px 0px 0px;
}

#top-fixed.sticky-header-1 {
  left: 0;
  margin: 0;
  padding: 1px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  background: #fff;
  box-shadow: none;
  transition: all 300ms ease-in-out 0s;
}

#top-fixed.sticky-header-2 {
  backface-visibility: hidden;
  left: 0;
  margin: 0;
  padding: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
  background: #474747;
  border-top: 7px solid #2b8cdb;
  transition: all 300ms ease-in-out 0s;
}

#top-fixed #logo {
  max-width: 95%;
  padding: 3px;
}

#top-fixed #logo img {
  max-height: 40px;
}

#top-fixed #horizontal-menu {
  margin-bottom: 0px;
}

#top-fixed .container {
  background: none;
}

#top-fixed .shopping-cart {
  padding: 5px 0px !important;
}

#top-fixed #search {
  padding: 5px 0px !important;
  margin-bottom: 0px;
}

#search .categories {
  background: #f3f3f3;
}

#top-fixed #search .btn-search-select {
  background: #f3f3f3;
}

#top {
  background-color: #f3f3f3;
  color: #313131;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 58px;
}

.social-block button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  font-size: inherit;
}

.btn-currency-top,
.btn-nav-links,
.btn-wishlist-top,
.btn-compare-top {
  border: 0px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.box-time > div {
  padding: 7px 0;
  margin-right: 20px;
}

.box-time > div > span {
  background: #fff;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.box-account .btn-account {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  height: 42px;
  background: #fff;
  border: 0px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.box-account .btn-account > svg {
  margin-right: 5px;
}

.box-currency .btn-group.open .dropdown-toggle,
.btn-group.box-account.open .dropdown-toggle {
  box-shadow: none;
}

.btn-currency-top {
  margin-right: 10px;
  line-height: 20px;
  padding: 0px;
  text-align: center;
}

.btn-currency-top strong {
  font-weight: 500;
  font-size: 13px;
}

.btn-nav-links {
  line-height: 20px;
  margin-top: 2px;
}

.header-nav-links {
  margin-top: 4px;
  border-radius: 0px 8px 8px 8px;
}

#top .text-wishlist,
#top .text-compare {
  display: none;
}

.box-currency,
.box-account {
  margin-top: 2px;
}

.box-wishlist,
.box-compare {
  margin-right: 10px;
  margin-top: 2px;
}

.wishlist-quantity,
.compare-quantity {
  padding: 0px 2px;
  border-radius: 20px;
  font-weight: 600;
  height: 14px;
  position: absolute;
  min-width: 14px;
  line-height: 14px;
  font-size: 10px;
  top: -2.5px;
  right: -5px;
}

.list_lang {
  margin-right: 20px;
  height: 42px;
  background: #ffffff;
  border-radius: 6px;
  padding: 4px;
  margin-top: 2px;
}

.item_lang.active {
  background: #f3f3f3;
  color: #313131;
  padding-left: 12px;
  padding-right: 12px;
}

.item_lang {
  font-size: 17px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px !important;
  background: transparent;
  display: inline-block;
}

#language a {
  color: #313131;
}

#language a:hover {
  color: #313131;
}

.mob-title-lang {
  display: none;
}

.box-account.open .dropdown-menu,
#currency .open .dropdown-menu {
  z-index: 1008;
}

#currency .fa.fa-angle-down {
  font-size: 13px;
}

#currency .text-currency {
  padding-left: 5px;
  padding-right: 5px;
}

#top .dropdown-menu-right {
  left: auto;
  min-width: 100%;
  right: 0px;
  border-top-right-radius: 0px;
  margin-top: 4px;
}

#currency .dropdown-menu-right {
  right: 10px;
  margin-top: 3px;
}

#currency .btn-link.dropdown-toggle {
  padding: 6.5px 10px;
}

.ls-dropdown {
  padding: 12px 15px;
  border: 0px;
  border-radius: 8px;
  background: #f3f3f3;
  box-shadow: none;
}

.dropdown-menu.ls-dropdown li {
  padding-top: 7px;
  margin-bottom: 7px;
  position: relative;
}

#top #currency .currency-select {
  text-align: left;
}

.dropdown-menu.ls-dropdown > li > button,
.dropdown-menu.ls-dropdown > li > a {
  padding: 3px 19px 3px 19px;
  font-size: 16px;
  line-height: 1.42857143;
  border: 0px;
  color: #313131;
}

.dropdown-menu.ls-dropdown li > a:hover:before,
.dropdown-menu.ls-dropdown li > button:hover:before,
.dropdown-menu.ls-dropdown li > div:hover:before,
.dropdown-menu.ls-dropdown > .active > button:before,
.dropdown-menu.ls-dropdown > .active > button:focus:before,
.dropdown-menu.ls-dropdown > .active > button:hover:before,
.dropdown-menu.ls-dropdown > .active > a:before,
.dropdown-menu.ls-dropdown > .active > a:focus:before,
.dropdown-menu.ls-dropdown > .active > a:hover:before {
  background: #f3f3f3;
  position: absolute;
  height: calc(100% - 3px);
  content: '';
  z-index: -1;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 3px;
  border-radius: 4px;
}

.fix-left-nav .box-question button {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.fix-left-nav .box-question .header-nav-links button {
  border: 0px;
}

@media (min-width: 992px) {
  .header-nav-links {
    position: relative;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    display: block;
    margin: 0px 0px;
    background: transparent;
    width: auto;
    min-width: auto;
  }

  .header-nav-links .btn-link {
    padding: 7px;
  }

  .header-nav-links li {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .fix-left-nav .header-nav-links {
    right: 34px;
    left: auto;
    top: -3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

#language .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 6px 20px;
  white-space: nowrap;
}

#language .dropdown-menu > li > a:hover {
  color: #fff;
}

#top .btn-link,
#top-links li,
#top-links a {
  background: transparent;
  text-decoration: none;
}

#top .box-question:hover {
  color: #333;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

.logo-top > a {
  color: #363636;
}

#logo img {
  max-width: 100px;
  margin-left: 0;
  margin-right: auto;
  color: transparent;
}

#logo {
  gap: 10px;
}

#phone {
  padding-bottom: 0;
  position: relative;
}

#phone .contact-header {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}

#phone .dropdown-toggle {
  gap: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

#phone .drop-contacts {
  margin-top: 0px;
  min-width: 100%;
  z-index: 1012;
  left: -10px;
  white-space: nowrap;
}

#phone .drop-contacts .h4 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.drop-contacts .additional .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

#phone .drop-contacts .additional .text {
  font-weight: 300;
}

#phone .drop-contacts .additional .text > a {
  font-size: 16px;
  color: #313131;
}

#phone .drop-contacts .additional span {
  font-size: 16px;
}

#phone .drop-contacts hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

#phone .drop-contacts li {
  padding-top: 0;
}

div.additional-tel + div.additional-tel {
  margin-top: 1px;
  padding-top: 3px;
}

.additional-tel a {
  color: #333;
}

.contact-header .dropdown-menu.drop-contacts > li > div {
  color: #333;
}

.contact-header .dropdown-menu.drop-contacts > li > div,
.contact-header .dropdown-menu.drop-contacts > li > a {
  font-size: 16px;
  padding: 0;
  white-space: nowrap;
  color: #313131;
  font-weight: 400;
}

.additional-tel i.fa {
  font-size: 14px;
}

.drop-contacts .icon-image {
  margin-right: 10px;
  background: #fff;
  height: 24px;
  width: 24px;
  border-radius: 20px;
  line-height: 15px;
  padding: 3px;
  text-align: center;
}

.icon-image {
  display: inline-block;
  text-align: center;
}

header #search_word {
  color: #646464;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

header #search_word a {
  color: #b088be;
  text-decoration: underline;
  cursor: pointer;
}

.contact-header li i.fa {
  font-size: 20px;
}

.text_after_phone {
  color: #999;
  font-size: 12px;
}

.phone_fix .additional-tel.dth {
  display: none;
}

.phone_fix .additional-tel.dth:nth-child(1),
.phone_fix .additional-tel.dth:nth-child(2) {
  display: block;
}

.phone_fix .contact-header:hover .drop-contacts {
  display: block;
}

#phone .drop-icon-info {
  background: #f3f3f3;
  border-radius: 3px;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
}

.form-control::placeholder {
  color: #838383;
  opacity: 1;
  font-size: 13px;
}

#search .input-lg {
  font-size: 18px;
  padding: 0 20px;
  height: 55px;
  border-radius: 5px 0px 0px 5px;
  background: #f3f3f3;
  border: 0px;
  box-shadow: none;
  color: #222;
}

#search .input-lg::placeholder {
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
}

#search .dropdown-menu {
  margin-top: 0px;
}

#search .button_search {
  background: #f3f3f3;
  border-radius: 0px 5px 5px 0px;
  border: 0px;
}

#search .form-control:focus {
  border: 0px;
  box-shadow: none;
  outline: 0 none;
}

@media (min-width: 992px) {
  .shopping-cart {
    float: right;
  }

  #top .box-question .ls-dropdown li:first-child .btn-link {
    padding-left: 0px !important;
  }
}

#cart {
  position: relative;
  border-radius: 5px;
  z-index: 10;
}

#cart .empty-cart {
  font-size: 14px;
  color: #333;
}

#cart > .btn {
  background: #f3f3f3;
  height: 55px;
  border-radius: 5px;
  padding: 4px;
  color: #313131;
  border: 0px;
  box-shadow: none;
}

#cart > .btn {
  padding: 7px;
  line-height: 1;
}

#top-fixed #cart > .btn {
  background: #f3f3f3;
}

#cart > .btn > .shop-bag {
  line-height: 31px;
  float: left;
  color: #fff;
  font-size: 28px;
}

#cart > .btn .cart-total {
  display: block;
  color: #313131;
  text-align: left;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: 600;
}

.shop-bag-svg {
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 1px;
}

.type_cart_2 .shop-bag-svg {
  margin-top: 0px;
}

#cart .products b {
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  min-width: 20px;
  background: #3ec1c8;
  left: 28px;
  top: 6px;
  padding: 0px 2px;
  border-radius: 20px;
  font-weight: 400;
  color: #313131;
  position: absolute;
  text-align: center;
}

#cart .products,
#cart .prices {
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right: 5px;
}

#cart .dropdown-menu {
  min-width: 100%;
}

#cart .dropdown-menu table {
  margin-bottom: 25px;
}

#cart .dropdown-menu table.table.table-striped td {
  line-height: 50px;
  vertical-align: middle;
}

.shopping-cart .table-striped > tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
}

#cart li:first-child {
  max-height: 288px;
  overflow-y: auto;
}

@media (max-width: 376px) {
  #cart li:first-child {
    max-height: 250px;
  }
}

#cart .dropdown-menu {
  padding: 20px 30px;
  margin-top: 0px;
  border-radius: 8px 0px 8px 8px;
  border: 0px;
  box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}

.shopping-cart .table .total-title {
  color: #838383;
  width: 75%;
}

.shopping-cart .table .total-text {
  font-weight: 600;
  color: #313131;
}

.shopping-cart .table-striped > tbody > tr > td:first-child {
  width: 50px;
  padding: 0px;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(2) {
  line-height: 20px !important;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(2) a {
  font-weight: 500;
  color: #313131;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(3) {
  width: 50px;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(4) {
  width: 100px;
  font-weight: 600;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(5) {
  padding: 0px;
}

.shopping-cart .table-striped > tbody > tr > td:nth-child(5) button {
  vertical-align: baseline;
}

.btn-search-select {
  display: block;
  background: #fff;
  padding: 2px;
  height: 32px;
  width: 32px;
  border-radius: 8px !important;
  box-shadow: none;
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 4px;
  border: 0px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
}

.sel-cat-search:before {
  content: url('/catalog/view/theme/luxshop/image/option-checked-icon.svg');
  position: absolute;
  left: 6px;
  top: 6px;
}

.dropdown-menu.ls-dropdown > li.sel-cat-search > a {
  padding-left: 20px !important;
}

@media (max-width: 768px) {
  .quantity_plus_minus .add-action {
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    width: 27px;
  }

  #phone .drop-contacts {
    left: auto;
    right: 0px;
  }

  #logo img {
    margin-left: 0px;
  }

  #cart .products .text_product,
  #cart .prices {
    display: none;
  }
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }

  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

@media (max-width: 992px) {
  #cart .products b {
    height: 17px;
    min-width: 17px;
    font-size: 12px;
    line-height: 17px;
  }

  #search {
    padding: 0px;
  }

  #cart .dropdown-menu {
    margin-top: -2px;
    padding: 5px 15px;
  }

  #cart .btn-link-delete > .fa {
    font-size: 20px;
  }

  #cart .table-striped > tbody > tr > td {
    padding: 5px;
  }

  .shopping-cart {
    padding: 0px 0;
  }

  #cart {
    padding: 0px 0;
  }

  #cart .products,
  #cart .prices {
    margin-right: 5px;
  }

  #cart .cart-icon-arrow {
    display: none;
  }
}

@media (min-width: 992px) {
  .box-search.swdm-1 .pt24 {
    padding-top: 0px;
  }

  /*.menu_width_full .box-search.swdm-1 .pt20 {
		margin-top: 8px;
		margin-bottom: 8px;
	}*/
  .box-search.swdm-1 #search_word {
    display: none;
  }

  .menu_width_full .box-search.search-top,
  .menu_width_full .box-cart.cart-in-menu {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
  }

  .menu_width_full .box-cart.cart-in-menu #cart > .btn {
    background: #223446;
  }

  .menu_width_full .box-cart.cart-in-menu #cart > .btn .car-down,
  .menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .prices,
  .menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .prices b,
  .menu_width_full .box-cart.cart-in-menu #cart > .btn .cart-total .products .text_product {
    color: #fff;
  }

  .menu_width_full .box-search.swdm-1 #search .categories,
  .menu_width_full .box-search.swdm-1 #search .button_search,
  .menu_width_full .box-search.swdm-1 #search .input-lg {
    background: #223446;
    color: #b2bbc5;
  }

  .menu_width_full .box-search.swdm-1 #search .btn-search-select svg path {
    fill: #fff;
  }

  .menu_width_full .box-search.swdm-1 #search .btn-search-select {
    background: #122538;
  }

  .menu_width_full .box-search.swdm-1 #search .input-lg:focus {
    color: #313131;
    background: #fff;
  }

  .menu_width_full .box-cart.cart-in-menu .cart-icon-arrow path,
  .menu_width_full .box-cart.cart-in-menu .shop-bag-svg path {
    fill: #ffffff;
  }
}

.alert {
  padding: 8px 14px 8px 14px;
}

#content {
  min-height: 600px;
}

.breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumb.col-md-offset-3 {
  margin-bottom: 10px;
}

.breadcrumb.col-lg-offset-3 {
  margin-bottom: 10px;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li > a {
  color: #5ac4cd;
}

.breadcrumb > li:first-child {
  padding-left: 0px;
}

.breadcrumb > li {
  font-size: 14px;
  padding: 0 7px;
  position: relative;
  white-space: nowrap !important;
}

.breadcrumb > li a span {
  color: #5ac4cd;
  text-decoration: underline;
}

.breadcrumb > li a:hover span {
  color: #0f4b82;
  text-decoration: none;
}

.breadcrumb > li span {
  color: #313131;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:after {
  content: '/';
  display: block;
  height: 26px;
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  color: #b8b8b8;
}

.breadcrumb > li:last-child:after {
  content: '';
}

@media (max-width: 992px) {
  .breadcrumb > li > a {
    font-size: 13px;
  }

  .breadcrumb-box {
    overflow: hidden;
    position: relative;
  }

  .breadcrumb-box .breadcrumb {
    white-space: nowrap;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 18px;
    margin-bottom: -9px !important;
  }
}

.buttons {
  margin-top: 15px;
}

.btn {
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: none;
  background: #f3f3f3;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #313131;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 400;
  box-shadow: none;
  text-shadow: none;
}

.btn-default:hover,
.btn-default:active {
  background-color: #e9ecef;
  color: #313131;
}

.btn-cartheader {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b8cdb;
  border-color: #2b8cdb;
}

.btn-cartheader:hover,
.btn-cartheader:active,
.btn-cartheader.active,
.btn-cartheader.disabled,
.btn-cartheader[disabled] {
  background-color: #076bb7;
}

.btn-cart {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b8cdb;
  border-color: #2b8cdb;
}

.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  background-color: #076bb7;
}

.btn-search {
  padding: 10px;
  height: 45px;
  width: 44px;
  box-shadow: 0px 8px 12px rgba(60, 165, 170, 0.3);
  border-radius: 5px !important;
  color: #fff;
  margin-top: 0px;
  margin-right: 4px;
  margin-left: 4px;
  border: 0px;
  line-height: 35px;
}

.btn-primary:focus,
.btn-primary:focus,
.btn-primary {
  color: #fff;
  background-color: #00bc52;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  font-weight: 400;
  box-shadow: none;
  text-align: center;
  min-height: 38px;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #04a349 !important;
  color: #ffffff !important;
  border: 0px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.view-box-rs {
  background: #fbfbfb;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.view-box {
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .view-box {
    margin-bottom: 10px;
  }
}

.btn-view {
  background: transparent;
  padding: 12px 14px;
  border-radius: 6px !important;
  margin-right: 5px;
  line-height: 1;
  width: 56px;
  z-index: 2;
}

.btn-view svg {
  vertical-align: middle;
}

.btn-view.active,
.btn-view:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e3e3e3;
}

.product_list_toolbar button.btn-view.active ~ .indicator-active {
  content: '';
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
  box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
  width: 56px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: transform 0.1s linear;
  z-index: 1;
}

.product_list_toolbar button.btn-view:nth-child(1).active ~ .indicator-active {
  transform: translateX(0px);
}

.product_list_toolbar button.btn-view:nth-child(2).active ~ .indicator-active {
  transform: translateX(60px);
}

.product_list_toolbar button.btn-view:nth-child(3).active ~ .indicator-active {
  transform: translateX(120px);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #3ec1c8;
  background-color: #fff;
  border: 2px solid #3ec1c8;
  font-size: 16px;
  font-weight: 500;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #3ec1c8;
  background-color: #fff;
  border-color: #3ec1c8;
}

.btn-link-dotted {
  background: transparent;
  box-shadow: none !important;
  border-color: transparent;
  font-size: 16px;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: #f3f3f3;
  background-image: none;
  box-shadow: none;
}

.btn-link-delete {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #333;
  border-radius: 0;
  padding: 1px;
}

.btn-link-delete:hover,
.btn-link-delete:active {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #da4f49;
  border-radius: 0;
}

.btn-link-delete,
.btn-link-delete[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #313131;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.img-center {
  margin: 0 auto;
}

.btn-carousel-image-additional {
  color: #a8a8a8 !important;
  border-radius: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f9f9f9;
  border-color: #ddd;
  padding: 1px 7px;
}

.btn-carousel-image-additional:hover,
.btn-carousel-image-additional:active {
  color: #333 !important;
}

.btn-view-now {
  color: #ffffff;
  background: #2b8cdb;
  border-color: #1475c4;
  border-style: solid solid solid;
  border-width: 1px 1px 2px 1px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 6.5px 12px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.btn-view-now:hover,
.btn-view-now:active,
.btn-view-now:focus {
  background: #1475c4;
  color: #ffffff !important;
  border-color: #1475c4;
}

.btn-quickview {
  background: #f3f3f3;
  border: 0px;
  box-shadow: none;
  color: #313131;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 7px;
  height: 34px;
  min-width: 34px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-quickview .btn-icon-quickview {
  display: block;
  background: #313131;
  -webkit-mask-image: url('/catalog/view/theme/luxshop/image/quickview-icon.svg');
  mask-image: url('/catalog/view/theme/luxshop/image/quickview-icon.svg');
  width: 18px;
  height: 15.5px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn-quickview img {
  margin-top: -3px;
}

.btn-quickview:hover {
  background: #e9ecef;
  color: #313131;
}

.btn-remove {
  color: #313131;
  border: 0px;
  height: 34px;
  width: 34px;
  padding: 8px 5px;
  line-height: 19px;
}

.btn-remove:focus,
.btn-remove:hover,
.btn-remove:active {
  color: #da4f49;
}

.btn-general-gray {
  background: linear-gradient(286.45deg, rgb(52 52 52 / 90%) -13.65%, rgb(155 155 155 / 90%) 98.09%) !important;
}

.btn-general {
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 20px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  height: 40px;
  border: 0px;
  min-width: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-general .text-cart-add {
  padding-left: 10px;
}

.btn-general .icon-cart-add {
  display: block;
  background: #fff;
  -webkit-mask-image: url('/catalog/view/theme/luxshop/image/addtocart-icon.svg');
  mask-image: url('/catalog/view/theme/luxshop/image/addtocart-icon.svg');
  width: 23px;
  height: 23px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border: 0px;
}

.btn-general img {
  margin-top: -4px;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.btn-checkout {
  color: #fff;
  background: #00bc52;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  box-shadow: none;
  height: 40px;
  border: 0px;
  line-height: 18px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-align: center;
}

.btn-checkout:hover,
.btn-checkout:active {
  background: #04a349;
  color: #fff;
}

.btn-shopping {
  color: #313131;
  background: #f3f3f3;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  box-shadow: none;
  height: 40px;
  border: 0px;
  line-height: 18px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.btn-shopping:hover,
.btn-shopping:active {
  background: #e9ecef;
  color: #313131;
}

@media (max-width: 768px) {
  .btn-shopping {
    width: 100%;
    margin-bottom: 15px;
  }

  .btn-checkout {
    width: 100%;
    margin-bottom: 5px;
  }
}

.btn-wishlist {
  color: #5e5e5e;
  background: #fff;
  padding: 6.5px 8px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wishlist img {
  margin-top: -2px;
}

.btn-wishlist .btn-icon-wishlist {
  display: block;
  background: #5e5e5e;
  -webkit-mask-image: url('/catalog/view/theme/luxshop/image/wishlist-icon.svg');
  mask-image: url('/catalog/view/theme/luxshop/image/wishlist-icon.svg');
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn-wishlist:hover,
.btn-wishlist:active {
  box-shadow: none;
  outline: none;
}

.btn-compare {
  color: #5e5e5e;
  background: #fff;
  padding: 6.5px 8px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-compare img {
  margin-top: -3px;
}

.btn-compare .btn-icon-compare {
  display: block;
  background: #5e5e5e;
  -webkit-mask-image: url('/catalog/view/theme/luxshop/image/compare-icon.svg');
  mask-image: url('/catalog/view/theme/luxshop/image/compare-icon.svg');
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn-compare:hover,
.btn-compare:active {
  box-shadow: none;
  outline: none;
}

.btn-fastorder {
  color: #3bc1c7;
  text-decoration: underline;
  border: 0px;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  font-size: 15px;
  border-radius: 8px;
  min-width: 34px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.btn-fastorder img {
  margin-top: -2px;
}

.btn-fastorder:hover,
.btn-fastorder:focus,
.btn-fastorder.focus {
  border: 0px;
  color: #313131;
}

.hidden-quick-order {
  display: none !important;
}

.price {
  color: #313131;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.price-old {
  color: #adb5bd;
  text-decoration: line-through;
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.price-tax,
.points {
  color: #313131;
  opacity: 0.6;
  font-size: 12px;
  display: block;
  font-weight: 400;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  /*color: #ffcc00;*/
  color: #cccccc;
  font-size: 13px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 13px;
}

.rating .fa-star + .fa-star-o {
  color: #ffcc00;
}

.fa-stack {
  color: #ffcc00;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 1.65em;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

.product-modules .product-layout {
  display: inline-block;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  word-spacing: normal;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination > li {
  display: inline-block;
  margin: 0px 4px;
}

.pagination > li > a,
.pagination > li > span {
  color: #313131;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 5px !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #313131;
  background-color: #dfdfdf;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #3bc1c7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #313131;
  background-color: #f3f3f3;
}

.list-group a {
  border: 1px solid #dddddd;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #313131;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^='quantity'] {
  min-width: 50px;
}

.stock-status {
  background: #fafafa;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 4px;
  align-items: center;
  font-size: 11px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.stock-status.outofstock {
  color: #e6896c;
}

.stock-status.instock {
  color: #6abdcc;
}

.stock-status.instock svg {
  margin-right: 5px;
}

.product-slider {
  margin: 0px -10px;
}

.product-slider .owl-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.product-slider .owl-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-slider .product-thumb {
  border-radius: 5px;
}

.product-slider .item.slick-slide,
.product-slider .row_items.slick-slide .item,
.product-slider .owl-item .item {
  margin: 0px 10px;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.2s ease, opacity 0.3s ease;
  transition: box-shadow 0.2s ease, opacity 0.3s ease;
}

.no-slider .product-thumb:hover,
.product-slider .row_items.slick-slide .item:hover,
.product-slider .item.slick-slide:hover,
.product-slider .owl-item .item:hover {
  -webkit-box-shadow: 0px 0px 10px rgb(177 177 177 / 25%);
  box-shadow: 0px 0px 10px rgb(177 177 177 / 25%);
}

.product-thumb {
  overflow: auto;
}

.container-module .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-container .slick-list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.slick-slider {
  min-height: 1px;
  min-width: 1px;
}

.product-slider .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-left: 0px;
}


.product-thumb .product-name a {
  font-size: 16px !important;
}

.container-module .product-thumb-viewed,
.container-module .product-thumb {
  overflow: hidden;
  position: relative;
}

.product-thumb .image {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  min-height: 13em;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
  color: transparent;
}

@media (min-width: 1500px) {
  .product-layout.product-grid.col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.product-grid .product-thumb .image {
  float: none;
}

.product-thumb .caption {
  padding: 0 15px 15px;
  position: relative;
}

.product-thumb .caption > div:nth-child(2) {
  margin-top: auto;
}

.product-thumb .caption .art-viewed {
  margin-left: 15px;
}

.product-thumb .caption .art-viewed .icon-viewed {
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 8px;
}

.product-thumb .caption .article-date .icon-date-added {
  display: inline-block;
  margin-right: 8px;
  height: 17px;
  width: 17px;
}

.product-thumb .caption .article-date,
.product-thumb .caption .art-viewed {
  margin-bottom: 10px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.price-actions-box {
  align-items: center;
  min-height: 40px;
}

.product-thumb .price {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: flex-end;
  line-height: 21px;
  text-align: left;
  margin-right: auto;
  font-size: 20px;
}

@media (max-width: 412px) {
  .product-thumb .price {
    font-size: 17px;
  }

  .product-thumb .caption {
    padding: 0 10px 10px;
    position: relative;
  }
}

/* --- MODULES --- */
.tab-pane .container-modules {
  text-align: center;
}

.container-module .slick-dots {
  text-align: center;
  height: 28px;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 3px 12px 5px 12px;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.container-module .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.container-module .slick-dots li:last-child {
  margin-right: 0px;
}

.container-module .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  font-size: 0px;
  overflow: hidden;
  border: solid 1px transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container-module {
  margin: 10px 0px 10px;
}

.container-module.carousel-mod .slick-slider {
  padding-bottom: 10px;
  padding-top: 10px;
}

.container-module.carousel-mod .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-module.carousel-mod .slick-list:after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  background: #fff;
  width: 1px;
  right: 0px;
  z-index: 2;
}

.container-module.carousel-mod .slick-list .item {
  position: relative;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 20px;
  margin: 0px 10px;
}

.container-module.carousel-mod .slick-list .item:after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #f3f3f3;
  right: 0px;
  z-index: 1;
}

.container-module.carousel-mod .slick-list:after {
  padding-bottom: 0px;
}

.container-module .title-module {
  margin-bottom: 20px;
  padding: 20px 0px;
  position: relative;
  clear: both;
}

.container-module .title-module span {
  font-size: 35px;
  font-weight: 600;
  padding: 0 20px 0px 0px;
  z-index: 5;
  color: #313131;
  position: relative;
}

.container-module .item.no-slider .product-thumb,
.container-module .product-slider .item {
  background: #ffffff;
}


.slick-mod-arrow {
  position: absolute;
  top: -75px;
  background: #b088be;
  color: #fff;
  border-radius: 20px;
  font-size: 0;
  height: 28px;
  width: 28px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  cursor: pointer;
}

.slick-mod-arrow:hover,
.slick-mod-arrow:active {
  background: #b993c7;
}

.slick-mod-arrow.prev-prod {
  right: 48px;
}

.slick-mod-arrow.next-prod {
  right: 10px;
}

.carousel-mod .slick-mod-arrow.prev-prod {
  right: 38px;
}

.carousel-mod .slick-mod-arrow.next-prod {
  right: 0px;
}

.product-thumb-viewed .image {
  text-align: center;
}

.product-thumb-viewed .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb-viewed {
  padding-bottom: 20px;
}

.product-thumb-viewed + div.product-thumb-viewed {
  padding-top: 20px;
  border-top: 2px dashed #f3f3f3;
}

.container-module-viewed .product-name {
  margin-bottom: 10px;
  text-align: left;
}

.container-module-viewed .product-name a {
  color: #313131;
  font-size: 13px;
}

.container-module-viewed .product-model {
  color: #adb5bd;
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
}

.container-module-viewed .addit-action > div {
  margin-right: 10px;
}

.product-thumb .product-name {
  min-height: 66px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
}

.product-thumb .product-name a {
  color: #313131;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.product-thumb .product-name a:hover {
  color: #0f4b82;
}

@media (min-width: 992px) {
  .product-thumb .product-name a {
    -webkit-line-clamp: 3;
    font-size: 18px;
    line-height: 18px;
  }
}

.product-description {
  margin-bottom: 10px;
}

.container-module .product-description {
  height: 62px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
}

.product-thumb .product-model {
  color: #adb5bd;
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
}

.product-thumb .rating {
  text-align: left;
  position: relative;
}

.rating .rating-box {
  z-index: 10;
  background: #ffffff;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.quantity-reviews {
  background: #fafafa;
  position: relative;
  margin-left: 5px;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.quantity-reviews a {
  color: #313131;
  font-size: 11px;
}

.rating .rating-box .product-rating-star {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: left;
  margin-right: 2px;
  font-size: 0px;
}

.product-grid .product-thumb .actions,
.container-module .product-thumb .actions {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-grid .product-thumb .actions div.cart,
.container-module .product-thumb .actions div.cart {
  margin-right: auto;
  align-items: flex-end;
}

.product-grid .product-thumb .actions div,
.container-module .product-thumb .actions div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-grid .product-thumb .actions div.wishlist,
.container-module .product-thumb .actions div.wishlist {
  margin-left: 10px;
}

.product-grid .quickview,
.container-module .quickview,
.product-grid .quick-order,
.container-module .quick-order {
  position: relative;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  z-index: 99;
  text-align: center;
  opacity: 1;
}

.rating-action-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-thumb .addit-action {
  display: flex;
  gap: 10px;
}

.product-thumb .addit-action > div > button {
  height: 35px;
  width: 35px;
  padding: 5px;
}

@media (max-width: 412px) {
  .product-thumb .addit-action {
    display: flex;
    gap: 5px;
  }

  .product-thumb .actions {
    width: 100%;
  }

  .product-thumb .addit-action > div > button {
    height: 30px;
    width: 30px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .container-module .title-module span {
    font-size: 30px;
    line-height: 30px;
  }

  .slick-mod-arrow {
    top: -59px;
  }

  .container-module .title-module {
    margin-bottom: 15px;
    padding: 15px 0px;
    position: relative;
    clear: both;
    max-width: 80%;
  }

  .container-module .tabs__header > .header_module {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
  }

  .product-thumb .addit-action > div,
  .container-module .product-thumb .addit-action > div {
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .product-grid .quickview,
  .container-module .quickview,
  .product-grid .quick-order,
  .container-module .quick-order {
    bottom: 100%;
    margin-bottom: 30px;
    position: absolute;
    right: -35px;
    opacity: 0;
  }

  .product-grid .product-thumb:hover .quickview,
  .container-module .product-thumb:hover .quickview,
  .product-grid .product-thumb:hover .quick-order,
  .container-module .product-thumb:hover .quick-order {
    right: 15px;
    opacity: 1;
  }
}

.position-no-owl .product-slider .row_items.slick-slide .item {
  position: relative;
  margin-bottom: 20px;
}

.position-no-owl .container-module .special .item:last-child,
.position-no-owl .container-module .bestseller .item:last-child,
.position-no-owl .container-module .latest .item:last-child,
.position-no-owl .container-module .featured .item:last-child {
  margin-bottom: 0px !important;
}

.position-no-owl .container-module .special .image,
.position-no-owl .container-module .bestseller .image,
.position-no-owl .container-module .latest .image,
.position-no-owl .container-module .featured .image {
  position: inherit;
  float: left;
  width: 33%;
  padding: 0px;
  margin-bottom: 0px;
  min-height: auto;
  transition: opacity 0.15s ease 0s;
}

.position-no-owl .container-module .row_items .image img.additional-img-hover {
  padding: 15px;
  top: 0px;
}

.position-no-owl .container-module .special .product-name,
.position-no-owl .container-module .bestseller .product-name,
.position-no-owl .container-module .latest .product-name,
.position-no-owl .container-module .featured .product-name {
  height: 42px;
  overflow: hidden;
}

.position-no-owl .container-module .special .product-thumb,
.position-no-owl .container-module .bestseller .product-thumb,
.position-no-owl .container-module .latest .product-thumb,
.position-no-owl .container-module .featured .product-thumb {
  flex-direction: row !important;
  align-items: center;
}

.position-no-owl .container-module .special .product-thumb .caption,
.position-no-owl .container-module .bestseller .product-thumb .caption,
.position-no-owl .container-module .latest .product-thumb .caption,
.position-no-owl .container-module .featured .product-thumb .caption {
  margin-bottom: 0px;
  padding: 15px;
  float: left;
  width: 66%;
  position: unset;
  min-height: 150px;
}

.position-no-owl .container-module .special .product-thumb .actions div.addit-action,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
  width: auto;
  justify-content: start;
  margin-right: auto;
  right: auto;
  flex-direction: row;
}

.position-no-owl .container-module .quickview,
.position-no-owl .container-module .quick-order {
  bottom: auto;
  position: relative;
  right: auto;
  opacity: 1;
}

.position-no-owl .container-module .product-thumb:hover .quickview,
.position-no-owl .container-module .product-thumb:hover .quick-order {
  right: auto;
  opacity: 1;
  position: relative;
}

.position-no-owl .container-module .special .product-thumb .actions .cart,
.position-no-owl .container-module .bestseller .product-thumb .actions .cart,
.position-no-owl .container-module .latest .product-thumb .actions .cart,
.position-no-owl .container-module .featured .product-thumb .actions .cart {
  margin-right: 4px;
  margin-left: auto;
  width: auto;
}

.position-no-owl .container-module .special .product-thumb .actions .btn-general,
.position-no-owl .container-module .bestseller .product-thumb .actions .btn-general,
.position-no-owl .container-module .latest .product-thumb .actions .btn-general,
.position-no-owl .container-module .featured .product-thumb .actions .btn-general {
  padding: 5px 7px;
}

.position-no-owl .container-module .special .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .bestseller .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .latest .product-thumb .actions .btn-general .text-cart-add,
.position-no-owl .container-module .featured .product-thumb .actions .btn-general .text-cart-add {
  display: none !important;
}

.position-no-owl .container-module .special .product-thumb .actions,
.position-no-owl .container-module .bestseller .product-thumb .actions,
.position-no-owl .container-module .latest .product-thumb .actions,
.position-no-owl .container-module .featured .product-thumb .actions {
  opacity: 0;
  margin-left: 0px;
  -webkit-transition: opacity 0.2s ease, bottom 0.2s ease;
  transition: opacity 0.2s ease, bottom 0.2s ease;
  position: absolute;
  z-index: 100;
  left: 0px;
  right: 0px;
  width: auto;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  bottom: -100px;
}

.position-no-owl .container-module .special .product-thumb:hover .actions,
.position-no-owl .container-module .bestseller .product-thumb:hover .actions,
.position-no-owl .container-module .latest .product-thumb:hover .actions,
.position-no-owl .container-module .featured .product-thumb:hover .actions {
  opacity: 1;
  bottom: 15px;
  background: #fff;
}

@media (min-width: 992px) {
  .position-no-owl .container-module .special .product-thumb:hover .actions,
  .position-no-owl .container-module .bestseller .product-thumb:hover .actions,
  .position-no-owl .container-module .latest .product-thumb:hover .actions,
  .position-no-owl .container-module .featured .product-thumb:hover .actions {
    background: transparent;
  }

  .position-no-owl .container-module .special .product-thumb:hover .price,
  .position-no-owl .container-module .bestseller .product-thumb:hover .price,
  .position-no-owl .container-module .latest .product-thumb:hover .price,
  .position-no-owl .container-module .featured .product-thumb:hover .price {
    opacity: 0;
  }
}

.position-no-owl .container-module .special .product-thumb .price,
.position-no-owl .container-module .bestseller .product-thumb .price,
.position-no-owl .container-module .latest .product-thumb .price,
.position-no-owl .container-module .featured .product-thumb .price {
  margin-bottom: 0px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.position-no-owl .container-module .special .product-thumb .product-name a,
.position-no-owl .container-module .bestseller .product-thumb .product-name a,
.position-no-owl .container-module .latest .product-thumb .product-name a,
.position-no-owl .container-module .featured .product-thumb .product-name a {
  font-size: 14px;
}

.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div {
  margin: 0px 4px;
}

.position-no-owl .container-module .special .product-thumb:hover .image,
.position-no-owl .container-module .bestseller .product-thumb:hover .image,
.position-no-owl .container-module .latest .product-thumb:hover .image,
.position-no-owl .container-module .featured .product-thumb:hover .image {
  opacity: 0.5;
}

.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div > .btn,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div > .btn {
  background: #f3f3f3;
  box-shadow: none;
}

.position-no-owl .container-module .special .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .bestseller .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .latest .product-thumb .actions div.addit-action > div > .btn:hover,
.position-no-owl .container-module .featured .product-thumb .actions div.addit-action > div > .btn:hover {
  background: #e9ecef;
}

.position-no-owl .container-module .special .quantity_plus_minus,
.position-no-owl .container-module .special .product-model,
.position-no-owl .container-module .special .product-description,
.position-no-owl .container-module .special .stock-status,
.position-no-owl .special .stickers-ns,
.position-no-owl .container-module .bestseller .quantity_plus_minus,
.position-no-owl .container-module .bestseller .product-model,
.position-no-owl .container-module .bestseller .product-description,
.position-no-owl .container-module .bestseller .stock-status,
.position-no-owl .bestseller .stickers-ns,
.position-no-owl .container-module .latest .quantity_plus_minus,
.position-no-owl .container-module .latest .product-model,
.position-no-owl .container-module .latest .product-description,
.position-no-owl .container-module .latest .stock-status,
.position-no-owl .latest .stickers-ns,
.position-no-owl .container-module .featured .quantity_plus_minus,
.position-no-owl .container-module .featured .product-model,
.position-no-owl .container-module .featured .product-description,
.position-no-owl .container-module .featured .stock-status,
.position-no-owl .featured .stickers-ns {
  display: none;
}

.product-layout .product-thumb {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  #cart .dropdown-menu table {
    margin-bottom: 15px;
  }

  .ls-limit-sorts {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100%;
  }

  .subcategory .name-wrapper {
    height: 30px;
    line-height: 1.1;
  }

  .subcategory {
    font-size: 14px;
  }
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.display-table-cell h5 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.btn-sort-limit {
  background: #fff;
  border-radius: 6px !important;
  border: 0px;
}

.btn-sort-limit svg {
  margin-left: 8px;
}

.btn-sort-link {
  font-size: 12px;
  width: 100%;
  text-align: left;
  border: 0px;
  background: transparent;
  white-space: nowrap;
}

.localstorage .btn-group .dropdown-toggle,
.localstorage .btn-group .dropdown-toggle {
  background: #fff;
  border: 1px solid #e3e3e3;
}

.localstorage .btn-group:active .dropdown-toggle,
.localstorage .btn-group.open .dropdown-toggle {
  color: #313131;
}

.localstorage .dropdown-menu.ls-dropdown {
  min-width: 80px;
  text-align: center;
  margin-top: 0px;
}

/*PRODUCT-GRID*/
.image-category {
  float: left;
  list-style: none;
  max-width: 78px;
}

#list-view .fa,
#price-view .fa,
#grid-view .fa {
  font-size: 16px;
}

@media (min-width: 600px) {
  .product-grid.product-layout {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.product-grid .product-thumb {
  background: #ffffff;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

@media (max-width: 600px) {
  .container-module .pct_gv,
  .container-module .latest_gv {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .product-slider .item.slick-slide,
  .product-slider .owl-item .item {
    margin: 0px;
  }

  .container-module .item.no-slider.f-col-xs-6,
  .product-grid.product-layout {
    margin: 0px;
    padding: 0px;
  }

  .container-module.articles-mod .item.no-slider.f-col-xs-6 {
    padding: 10px;
  }

  .container-module .no-slider .product-thumb,
  .product-slider .item.slick-slide,
  .product-slider .owl-item .item,
  .product-grid .product-thumb {
    border-radius: 0px;
  }

  .product-thumb .image a:after {
    border-radius: 0px !important;
  }

  .product-thumb .image {
    min-height: 8em;
  }

  /*.product-thumb .product-name {
		min-height: auto;
	}*/
  .container-module .product-thumb .actions div.cart,
  .container-module .product-thumb .actions div.cart .btn,
  .product-grid .product-thumb .actions div.cart,
  .product-grid .product-thumb .actions div.cart .btn {
    width: 100%;
  }

  .product-grid .product-thumb .actions div.cart .btn-general span,
  .container-module .product-thumb .actions div.cart .btn-general span {
    display: inline-block;
  }

  .product-slider .row_items.slick-slide .item {
    border-radius: 0px;
  }

  .position-no-owl .product-slider .row_items.slick-slide .item {
    margin: 0px !important;
  }
}

@media (max-width: 350px) {
  .container-module .item.no-slider.f-col-xs-6,
  .product-layout.product-grid.col-xs-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 350px) and (max-width: 992px) {
  .container-module .item.no-slider.f-col-xs-6,
  .product-layout.product-grid.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product-grid .product-thumb:hover {
  -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
  box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
  z-index: 1;
}

/*PRODUCT GRID*/

/*PRODUCT LIST*/
.product-layout.product-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-list .product-thumb {
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px #e9ecef;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  border-radius: 5px;
}

.product-list .product-thumb:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.product-list .product-thumb .action-timer {
  bottom: 65px;
}

@media (min-width: 992px) {
  .product-list .product-thumb.flex-column {
    flex-direction: row !important;
  }

  .product-list .product-thumb:hover .stickers-ns {
    z-index: 1 !important;
    opacity: 1 !important;
  }

  .product-list .product-thumb .image {
    float: left;
    width: 35%;
    margin: 0 auto;
  }

  .product-list .product-thumb .image a {
    height: 100%;
  }

  .product-list .product-thumb .caption {
    float: left;
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    position: unset;
  }

  .product-list .product-thumb .addit-action > div > .btn {
    background: #fff;
    box-shadow: 1px 1px 16px -3px rgba(0, 0, 0, 0.16);
  }

  .product-list .product-thumb .addit-action > div > .btn:hover {
    background: #e9ecef;
    color: #313131;
  }

  .product-list .product-name {
    min-height: auto;
    margin-bottom: 15px;
  }

  .product-list .price-actions-box {
    flex-direction: row-reverse;
    margin-top: 20px !important;
  }

  .product-list .price-actions-box .quantity_plus_minus {
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .product-list .price-actions-box .price {
    margin-right: auto;
    margin-bottom: 15px;
    justify-content: center;
  }

  .product-list .product-thumb .actions {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .product-list .product-thumb div.addit-action {
    display: flex;
    transition: all 0.15s ease 0s;
  }

  .product-list .product-thumb div.addit-action > div {
    position: relative !important;
    margin-bottom: 0px;
    position: relative;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    visibility: visible;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .product-list .product-thumb .image {
    width: 25%;
  }

  .product-list .product-thumb .caption {
    width: 75%;
  }

  .product-list .product-thumb .actions div.addit-action {
    width: 25%;
  }
}

/*END PRODUCT LIST*/
/*****************************/

/* --- PRODUCT PAGE --- */
.image-additional .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.image-additional {
  text-align: center;
}

.cloud-zoom-big {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  right: 0px;
}

.mousetrap {
  margin: 0 auto;
  width: 100%;
  right: 0px;
}

.thumbnail {
  margin-bottom: 15px;
  border: solid 2px transparent;
}

.thumbnail a > img,
.thumbnail > img {
  border-radius: 4px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #52c7cd;
}

.thumbnails .general-image {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0px 6px 35px rgb(186 186 186 / 25%);
  border-radius: 10px;
}

.thumbnails .general-image a {
  border-radius: 10px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.thumbnails .general-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  border-radius: 10px;
}

.image-additional .thumbnail {
  margin: 0px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

.image-additional .thumbnail img {
  margin: 0px;
}

.image-additional .slick-slide img {
  margin: 0 auto;
  border-radius: 10px;
}

.thumbnails .image-additional .btn-slick-prev-h {
  left: -5px;
}

.thumbnails .image-additional .btn-slick-next-h {
  right: -5px;
}

.thumbnails .image-additional .btn-slick-prev-h,
.thumbnails .image-additional .btn-slick-next-h {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #b088be;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  padding: 7px 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.thumbnails .image-additional .btn-slick-prev-h:hover,
.thumbnails .image-additional .btn-slick-next-h:hover {
  background: #b993c7;
}

.thumbnails .image-additional .slick-current .thumbnail,
.thumbnails .image-additional .thumbnail:hover {
  border-color: #3bc1c7;
}

.thumbnails .image-additional .thumbnail {
  margin-bottom: 3px;
  margin-top: 3px;
}

.subcategory-block > button {
  margin-bottom: 20px;
}

.subcategory {
  transition: none;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #dadada;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
}

.subcategory a img {
  margin: 0 auto;
  padding-top: 5px;
  color: transparent;
}

.subcategory .name-wrapper {
  height: 44px;
  overflow: hidden;
  color: #4f4f4f;
}

.info-minimum {
  padding: 7px 13px;
  background: #fcfbef;
  color: #313131;
  margin-bottom: 15px;
  border-radius: 5px;
}

.info-minimum svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.zoom-magnify {
  width: 100%;
  text-align: center;
}

a.zoom-magnify {
  width: 100%;
}

.space-padding-r20 {
  padding-right: 20px;
}

.space-padding-r5 {
  padding-right: 5px;
}

#next-prev-box .nextprevprod {
  font-size: 16px;
  align-items: center;
}

.nextprevprod .popover {
  max-width: 195px;
  width: 195px;
}

.nextprevprod .popover.popover-prev-prod {
  left: 15px !important;
}

.nextprevprod .popover.popover-prev-prod.bottom > .arrow {
  left: 55px !important;
  border-bottom-color: rgba(0, 0, 0, 0.03);
}

.nextprevprod .popover.popover-next-prod {
  left: auto !important;
  right: 15px !important;
}

.nextprevprod .popover.popover-next-prod.bottom > .arrow {
  right: 45px !important;
  left: auto !important;
  border-bottom-color: rgba(0, 0, 0, 0.03);
}

#prev-prod-btn {
  text-align: left;
  padding-right: 5px !important;
}

#next-prod-btn {
  text-align: right;
  padding-left: 5px !important;
}

#next-prod-btn,
#prev-prod-btn {
  width: 50%;
  text-overflow: ellipsis;
  background: transparent;
  border: 0px;
  float: left;
  position: relative;
  padding: 0px;
}

.nextprevprod .no-prev,
.nextprevprod .no-next {
  width: 100% !important;
}

.next-product .icon-next,
.prev-product .icon-prev {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 3px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
}

.next-product .icon-next {
  margin-left: 8px;
}

.prev-product .icon-prev {
  margin-right: 8px;
}

.popover-pr-image img {
  margin: 0 auto;
}

.popover-pr-name {
  font-size: 14px;
  color: #313131;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
}

.nextprevprod .popover {
  border: 0px;
  box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.nextprevprod .price {
  margin-bottom: 0px;
}

.nextprevprod .price span {
  font-size: 14px;
}

.nextprevprod .price .price-new span {
  font-weight: 600;
  color: #e55b4c;
  font-size: 14px;
}

.nextprevprod .price .price-old span {
  color: #999999;
  font-size: 14px;
}

.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#product .image-block .stickers-ns {
  left: 10px;
  top: 10px;
}

#product .image-block {
  background: #ffffff;
  position: relative;
  padding: 20px;
}

@media (max-width: 767px) {
  #product .image-block {
    padding: 0 20px;
  }
}

#product .center-inf-block {
  position: relative;
  padding: 20px 20px 0px 20px;
}

@media (min-width: 768px) {
  #product .center-inf-block {
    padding: 0 20px;
  }
}

#product .panel-rigth-block,
#article .panel-rigth-block {
  padding: 15px;
  border-radius: 5px;
  background: #f3f3f3;
  margin-bottom: 15px;
}

#product .image-block,
#product .center-inf-block,
#product .right-block {
  border-radius: 0px;
}

#fix_right_block {
  position: relative;
}

@media (max-width: 767px) {
  #fix_right_block {
    padding: 0 20px 0px 20px;
  }

  #article #fix_right_block {
    padding: 0;
  }
}

.image-additional {
  visibility: hidden;
}

.image-additional.slick-initialized {
  visibility: visible;
}

@media (min-width: 768px) {
  #product .image-block {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  #product .center-inf-block {
    border-bottom-left-radius: 8px;
  }

  #fix_right_block {
    position: sticky;
    top: 56px;
  }

  .no-gutters {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  #product .right-block {
    background: #ffffff;
  }
}

@media (min-width: 992px) {
  #fix_right_block {
    position: relative;
    top: 0px;
  }

  #product .image-block {
    padding: 0;
  }

  #product .center-inf-block {
    border-radius: 0px 8px 8px 0px;
  }

  .sticky-left-block {
    position: sticky;
    top: 95px;
  }
}

.scroll-right-info .pr-n h1 {
  font-size: 15px;
  text-align: left;
}

.scroll-right-info .pr-i {
  margin: 10px auto 20px;
  max-width: 100px;
  border: 0px;
}

#article .fix_true .sticky,
#product .fix_true .sticky {
  position: fixed;
  z-index: 99;
}

.stop {
  position: relative;
}

#product .right-block .text-countdown-final {
  margin-bottom: 15px;
  padding-left: 15px;
}

#product .right-block .special-countdown {
  margin-bottom: 15px;
  min-height: 72px;
}

#product hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#product .title_short_description,
#product .title_short_attribute {
  font-size: 14px;
  color: #313131;
  margin-top: 25px;
  margin-bottom: 10px;
}

#product .text_short_description {
  color: #808a94;
  margin-bottom: 15px;
  font-size: 12px;
}

#product .redmore-link {
  color: #313131;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
}

#product .redmore-link:hover {
  background: #e9ecef;
}

#product .price {
  text-align: left;
  font-size: 30px;
}

#product .price-new {
  text-align: left;
  font-size: 30px;
  display: block;
  clear: both;
}

#product .price-old {
  font-weight: 400;
  font-size: 20px;
  float: left;
  margin-bottom: 15px;
}

#product .availability .fa {
  color: #23a1d1;
}

#modal-quickorder .product-card {
  margin-bottom: 15px;
}

#modal-quickorder .price-quantity-quickorder h3 {
  margin-top: 0;
  margin-bottom: 0;
}

#modal-quickorder .quantity-adder,
#popup-quickview .quantity-adder,
#product .quantity-adder {
  display: block;
  position: relative;
  margin-right: 10px;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 3px;
  background: #fff;
}

#modal-quickorder .quantity-adder .add-action,
#popup-quickview .quantity-adder .add-action,
#product .quantity-adder .add-action {
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  position: relative;
  text-align: center;
  width: 27px;
}

#modal-quickorder .quantity-adder .add-down,
#popup-quickview .quantity-adder .add-down,
#product .quantity-adder .add-down {
  background: #ededed;
  border-radius: 3px;
}

#modal-quickorder .quantity-adder .add-up,
#popup-quickview .quantity-adder .add-up,
#product .quantity-adder .add-up {
  background: #ededed;
  border-radius: 3px;
}

#modal-quickorder .quantity-adder input,
#popup-quickview .quantity-adder .quantity-number input,
#product .quantity-adder .quantity-number input {
  font-size: 18px;
  color: #313131;
  display: inline-block;
  height: 27px;
  padding: 0px;
  text-align: center;
  width: 27px;
  border: none;
  outline: none;
}

#product .panel h1 {
  margin-top: 5px;
}

#product .info-product-stock {
  margin-bottom: 15px;
}

#product .points {
  margin-bottom: 8px;
}

#product .stock_status_success {
  color: #6abdcc;
  font-size: 14px;
  display: inline-block;
}

#product .stock_status_success svg {
  vertical-align: -1.2px;
  margin-right: 4px;
}

#product .stock-quantity_success {
  background-color: #dff0d8;
  border: 1px solid #3c763d;
  border-radius: 4px;
  color: #3c763d;
  padding: 1px 4px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

#product .stock-quantity_success:after {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #dff0d8;
  left: -5px;
  top: 7px;
}

#product .stock-quantity_success:before {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #3c763d;
  left: -6px;
  top: 7px;
}

#product .qty-not-in-stock {
  color: #e6896c;
  font-size: 14px;
  display: inline-block;
}

#product .qty-not-in-stock-count {
  background-color: #ffd2b8;
  border: 1px solid #fc351b;
  border-radius: 4px;
  color: #fc351b;
  padding: 1px 4px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

#product .qty-not-in-stock-count:after {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #ffd2b8;
  left: -5px;
  top: 7px;
}

#product .qty-not-in-stock-count:before {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #fc351b;
  left: -6px;
  top: 7px;
}

#product .list-unstyled > li {
  font-size: 14px;
  margin: 1px 0px;
}

#product .product-discounts > li {
  font-size: 16px;
  color: #dc3131;
}

#product .actions-additional {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}

#product .actions-additional .btn-wishlist {
  padding: 0;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: transparent;
}

#product .actions-additional .btn-compare {
  padding: 0;
  width: 35px;
  height: 35px;
  background: transparent;
}

#product .actions {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}

#product .actions .cart .btn-general {
  width: 100%;
  height: 38px;
}

#product .actions .btn-fastorder {
  margin-top: 10px;
  width: 100%;
}

#product .actions .w48 {
  width: 48%;
}

#product .hidden-options {
  display: none;
}

.options-expand a .caret.rotate {
  transform: rotate(180deg);
}

.options-close a .caret.rotate {
  transform: rotate(180deg);
}

.options-expand a {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 15px;
  display: block;
}

.options-close a {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 15px;
  display: block;
}

.options-close a .caret {
  transform: rotate(180deg);
}

/*****************************/
footer .copyright {
  margin-top: 15px;
  text-align: center;
}

footer .socials {
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .socials ul {
  margin-bottom: 0px;
}

footer .sficon {
  background: #f3f3f3;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

footer .sficon i {
  color: #313131;
  font-size: 18px;
  line-height: 34px;
}

footer .sficon:hover i {
  color: #fff;
}

footer .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 75px;
  position: relative;
}

#error-msg {
  display: block;
  position: absolute;
  top: -25px;
  right: 10px;
}

#logo-footer {
  max-width: 145px;
  margin-bottom: 15px;
}

footer .icon-newsletter {
  margin-right: 35px;
}

footer .title-nl {
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  padding: 10px 0px;
  margin-right: 35px;
  margin-bottom: 0px;
}

footer.ls-dark-theme .title-nl {
  color: #fff;
}

footer.ls-light-theme .title-nl {
  color: #313131;
}

footer .newsletter .input-group {
  position: relative;
  flex: 0 1 58%;
  margin-left: auto;
  width: 58%;
}

footer .newsletter .form-control::placeholder {
  color: #313131;
}

footer .newsletter .form-control,
footer .newsletter .form-control:focus {
  border: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #939393;
  display: block;
  height: 58px;
  line-height: 1;
  padding: 8px 15px 8px;
  width: 100%;
  font-size: 14px !important;
  box-shadow: none !important;
}

footer .igb-nl {
  background: #fff;
  border: 0px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
  padding-right: 10px;
}

footer.ls-dark-theme .igb-nl,
footer.ls-dark-theme .newsletter .form-control,
footer.ls-dark-theme .newsletter .form-control:focus {
  background: #fff;
}

footer.ls-light-theme .igb-nl,
footer.ls-light-theme .newsletter .form-control,
footer.ls-light-theme .newsletter .form-control:focus {
  background: #f3f3f3;
}

footer.ls-light-theme .newsletter .form-control::placeholder {
  color: #838383;
}

footer .btn-newsletter {
  border-radius: 5px !important;
  color: #fff;
  border: 0px;
  vertical-align: baseline;
  margin-right: 0px;
  padding: 5px 25px;
  height: 44px;
  font-size: 14px;
}

footer.ls-light-theme .btn-newsletter {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
}

/* --- FOOTER --- */
footer .two-c-pc {
  margin-bottom: 20px;
  column-gap: 15px;
}

footer {
  font-size: 14px;
  margin-top: 25px;
  color: #adb5bd;
}

footer .footer-top {
  padding-top: 40px;
  padding-bottom: 30px;
}

footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 5px;
}

footer .footer-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .social_footer {
  padding-top: 10px;
}

footer a {
  font-size: 16px;
}

footer.ls-dark-theme {
  color: #adb5bd;
}

footer.ls-dark-theme .footer-top,
footer.ls-dark-theme .footer-center,
footer.ls-dark-theme .footer-bottom {
  background-color: #181818;
}

footer.ls-dark-theme a {
  color: #d9d9d9;
}

footer.ls-dark-theme a:hover {
  color: #d9d9d9;
}

footer.ls-dark-theme .h4 {
  color: #d9d9d9;
  font-weight: 500;
}

footer.ls-dark-theme .title-f {
  color: #d9d9d9;
  text-transform: uppercase;
}

footer.ls-dark-theme .social-footer .social-slogan {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 992px) {
  footer.ls-dark-theme .social-footer .social-slogan {
    font-size: 15px;
  }
}

footer.ls-dark-theme .social-footer {
  padding-bottom: 15px;
  border-bottom: solid 1px #4c4c4c;
}

footer.ls-light-theme {
  color: #4b4b4b;
}

footer.ls-light-theme .icon-newsletter svg rect,
footer.ls-light-theme .icon-newsletter svg path {
  stroke: #313131;
}

footer.ls-light-theme .footer-top {
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.04);
}

footer.ls-light-theme .footer-top,
footer.ls-light-theme .footer-center,
footer.ls-light-theme .footer-bottom {
  background-color: #fff;
}

footer.ls-light-theme a {
  color: #4b4b4b;
}

footer.ls-light-theme a:hover {
  text-decoration: underline;
  color: #313131;
}

footer.ls-dark-theme a:hover {
  color: #fff;
}

footer.ls-light-theme .title-f {
  color: #313131;
}

footer .title-f {
  font-size: 16px;
  margin-bottom: 35px;
}

footer ul.list-unstyled li {
  display: block;
  margin-bottom: 15px;
}

footer .fa-width {
  width: 20px;
}

#gmap_footer {
  width: 100%;
  height: 285px;
  border: 4px solid #424242;
  border-radius: 4px;
}

.open-full-screen {
  color: #313131;
}

.normal-screen {
  color: #313131;
}

.title_popap_marker {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

.description_popap_marker {
  font-size: 12px;
  color: #666666;
}

#back-top {
  bottom: 50px;
  display: none;
  margin-bottom: 5px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-decoration: none;
  z-index: 888;
}

@media (max-width: 992px) {
  #back-top.fm-t {
    bottom: 10px;
    right: 10px;
  }

  #back-top.fm-t.right {
    bottom: 70px;
    right: 10px;
  }

  #back-top.fm-b {
    bottom: 60px;
    right: 10px;
  }

  #back-top.fm-b.right {
    bottom: 120px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .ft_tabs_mob.tabs-bottom #back-top.fm-b {
    bottom: 110px;
  }

  .ft_tabs_mob.tabs-bottom #back-top.fm-b.right {
    bottom: 168px;
  }
}

.close-viewed-pc {
  position: absolute;
  right: 15px;
  bottom: -100px;
  opacity: 0;
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease-in-out;
  transition: bottom 0.3s ease, opacity 0.3s ease-in-out;
  z-index: -1;
}

.close-viewed-pc.active-viewed {
  bottom: 55px;
  opacity: 1;
}

.btn-close-viewed {
  border: 0px;
  background: #ced4da;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  box-shadow: none;
  line-height: 36px;
  display: inline-block;
  padding: 8px 14px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  box-shadow: none !important;
}

.btn-close-viewed:hover {
  background: #dee2e6;
}

.btn-back-top {
  border: 0px;
  background: #b088be;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: none;
  line-height: 32px;
  display: inline-block;
  padding: 8px 14px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  box-shadow: none !important;
}

.btn-back-top:hover {
  background: #b993c7;
}

.f-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 992px) {
  footer .footer-contact {
    column-count: 2;
    margin-bottom: 20px;
  }

  footer .newsletter {
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 40px;
  }

  footer .icon-newsletter {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  footer .icon-newsletter i {
    font-size: 34px;
  }

  footer .newsletter .title-nl {
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0px;
    white-space: normal;
  }

  footer .newsletter .input-group {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  footer .two-c-pc {
    display: block !important;
  }

  footer.type-footer-1 .two-c-pc {
    margin-bottom: 20px;
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .footer .footer-top {
    padding-top: 20px;
  }

  footer .footer-contact {
    text-align: center;
    margin-bottom: 20px;
    column-count: 1;
  }

  footer #logo-footer img {
    margin: 0 auto;
  }

  footer .newsletter {
    margin-bottom: 40px;
  }

  footer .newsletter .title-nl {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  footer .newsletter .title-nl div:nth-child(1) {
    font-size: 14px;
  }

  footer .newsletter .title-nl div:nth-child(2) {
    font-size: 16px;
  }

  footer .icon-newsletter {
    display: none;
  }

  footer .two-c-pc {
    margin-bottom: 5px;
    padding: 0px 0px 10px 20px;
    column-count: 1;
    display: none;

    border-radius: 0px 0px 5px 5px;
  }

  footer .two-c-pc > li {
    margin-right: 20px;
  }

  footer .copyright {
    text-align: center;
  }

  footer .newsletter .form-control,
  footer .newsletter .form-control:focus {
    height: 56px;
  }

  footer .btn-newsletter {
    height: 38px;
  }

  footer .title-f {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    transition: border-radius 0.1s;
  }

  footer .title-f.show-info {
    border-radius: 5px 5px 0px 0px;
  }

  footer .title-f:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #b088be;
    border-radius: 20px;
  }

  footer.ls-dark-theme .two-c-pc {
    background: #272727;
  }

  footer.ls-dark-theme .title-f {
    color: #d9d9d9;
    background: #272727;
  }

  footer.ls-dark-theme .title-f:after {
    background: #b088be;
  }

  footer.ls-light-theme .two-c-pc {
    background: #f3f3f3;
  }

  footer.ls-light-theme .title-f {
    color: #313131;
    background: #f3f3f3;
  }

  footer.ls-light-theme .title-f:after {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07);
  }
}

/*CATEGORY MODULE*/
.box-heading {
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
  z-index: 995;
  line-height: 1.42857;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #2b8cdb;
  border: 1px solid #2b8cdb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.05);
}

.box-heading .fa.fa-bars {
  float: right;
  font-size: 14px;
  line-height: 20px;
}

ul.navcategory {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
  position: relative;
}

.container-accordion-menu .parent-category a {
  font-size: 14px;
}

.container-accordion-menu .parent-link {
  padding: 10px 12px;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  background: #fff;
  color: #333;
}

.container-accordion-menu .parent-category .parent-link:hover:after,
.container-accordion-menu .parent-category .parent-link.hover:after {
  content: '';
  position: absolute;
  right: -0px;
  top: 0;
  height: 100%;
  width: 10px;
  background: #fff;
  z-index: 1009;
}

.container-accordion-menu .parent-category.no-child .parent-link:hover:after,
.container-accordion-menu .parent-category.no-child .parent-link.hover:after {
  position: relative;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link.hover {
  background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}

.container-accordion-menu .parent-link {
  position: relative;
}

.container-accordion-menu .parent-category.active a {
  color: #007aaa;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link:hover .arrow,
.container-accordion-menu .parent-link.hover,
.container-accordion-menu .parent-link.hover .arrow {
  color: #007aaa;
}

.container-accordion-menu .dropdown_icon1 .arrow {
  color: #aaa;
  float: right;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .parent-link:hover .arrow {
  transform: rotate(-90deg);
}

.container-accordion-menu .parent-link.hover .arrow {
  transform: rotate(-90deg);
}

.dropdown-menu-category {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  display: none;
  left: 100%;
  margin-left: -3px;
  margin-top: -1px;
  min-height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1008;
}

.container-accordion-menu .navcategory > li:hover > .dropdown-menu-category {
  border-color: #dddddd;
  display: block;
  opacity: 1;
  top: 0;
}

.container-accordion-menu .child-box-cell:first-child {
  border-top: 0px solid transparent;
}

.container-accordion-menu .child-box-cell {
  border-top: 1px solid #ddd;
}

.container-accordion-menu .sub-category-link {
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 15px 10px;
  position: relative;
  white-space: normal;
  color: #333;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover:after,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 20px;
  background: #fff;
  z-index: 1009;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover {
  background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}

.container-accordion-menu .sub-category-link:hover,
.container-accordion-menu .sub-category-link:hover .arrow {
  color: #007aaa;
}

.container-accordion-menu .sub-category-link.hover,
.container-accordion-menu .sub-category-link.hover .arrow {
  color: #007aaa;
}

.container-accordion-menu .sub-category-link:hover .arrow {
  transform: rotate(-90deg);
}

.container-accordion-menu .sub-category-link.hover .arrow {
  transform: rotate(-90deg);
}

.parent-category {
  width: 100%;
  border-color: #ddd;
  border-radius: 0px 0px 4px 4px;
  padding: 0;
  margin: -1px 0 0 0;
  position: relative;
}

.container-accordion-menu .sub-category-link.arrow {
  color: #aaa;
  float: right;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .child2-box {
  display: none;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0;
  margin-top: -1px;
  margin-left: -5px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  z-index: 1008;
  width: 100%;
}

.container-accordion-menu .child-box-cell.child_children:hover .child2-box {
  display: block;
}

.container-accordion-menu .child_children_link a {
  display: block;
  padding: 11px 15px 10px;
  line-height: 1.42857143;
  border-top: 1px solid #eee;
  color: #333;
}

.container-accordion-menu .child_children_link > a:hover {
  color: #007aaa;
}

.tab-content .item {
  min-height: 320px;
}

.carousel-container {
  position: relative;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

.container-module .slick-dots.slideshow {
  background: transparent;
}

.carousel-container .slick-slide img {
  color: transparent;
}

.carousel-container .slick-mod-arrow {
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  opacity: 0;
  z-index: 1;
  line-height: 45px;
  border-radius: 20px;
  text-align: center;
}

.carousel-container .slick-mod-arrow.prev-prod {
  right: auto;
  left: -9px;
}

.carousel-container .slick-mod-arrow.next-prod {
  right: -9px;
}

.carousel-container:hover .slick-mod-arrow {
  opacity: 1;
}

.carousel-container:hover .slick-mod-arrow.next-prod {
  right: 25px;
  transition: all 0.2s ease;
}

.carousel-container:hover .slick-mod-arrow.prev-prod {
  left: 25px;
  transition: all 0.2s ease;
}

.carousel-container .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px;
  bottom: 7px;
}

/*
.container-module .slick-dots.slideshow li button {
	width: 20px;
	height: 10px;
}
.container-module .slick-dots.slideshow li button {
	background:#fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.container-module .slick-dots.slideshow li.slick-active button {
	background-color: #00BC52;
	box-shadow: none;
}
*/
.carousel-container .owl-buttons i.fa {
  font-size: 20px;
  margin: -20px 0 0;
}

.carousel-container .owl-buttons i.fa.slideshow-btn {
  font-size: 40px;
  margin: -20px 0 0;
}

.carousel-container .slideshow-btn-prev {
  background: rgba(0, 0, 0, 0) url('../image/carousel-prev.png') no-repeat scroll center center;
  display: block;
  height: 45px;
  width: 19px;
  opacity: 0.7;
}

.carousel-container .slideshow-btn-next {
  width: 19px;
  height: 45px;
  display: block;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0) url('../image/carousel-next.png') no-repeat scroll center center;
}

.carousel-container .owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 40% !important;
}

.carousel-container .owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 40% !important;
}

@media (min-width: 992px) {
  .carousel-container .owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 35% !important;
  }

  .carousel-container .owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 35% !important;
  }

  .carousel-container .slideshow-btn-prev {
    background: rgba(0, 0, 0, 0) url('../image/carousel-prev.png') no-repeat scroll center center;
    display: block;
    height: 82px;
    width: 19px;
    opacity: 0.7;
  }

  .carousel-container .slideshow-btn-next {
    width: 19px;
    height: 82px;
    display: block;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0) url('../image/carousel-next.png') no-repeat scroll center center;
  }
}

.carousel-container .slideshow-btn-next:hover,
.carousel-container .slideshow-btn-prev:hover {
  opacity: 1;
}

.carousel-container .owl-wrapper:after {
  padding-bottom: 0 !important;
}

.carousel-container .owl-pagination {
  bottom: 5px;
  left: 5px;
  top: auto;
  position: absolute;
}

.banner-ns .owl-pagination {
  bottom: 5px;
  left: 0%;
  right: 0%;
  top: auto;
  position: absolute;
}

.carousel-container .owl-controls .owl-page span {
  background: #fff;
  border-radius: 10px / 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  display: block;
  height: 5px;
  width: 22px;
}

.carousel-container .owl-controls .owl-page {
  display: inline-block;
  margin: 0 4px;
}

.carousel-container .owl-controls .owl-page.active span {
  background: #2b8cdb;
}

.box-banner-container {
  background: #f3f3f3;
  padding: 30px 0px;
}

.block-banner-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  flex-direction: column;
}

.block-banner-footer .image-banner-footer {
  height: 50px;
}

.block-banner-footer .image-banner-footer img {
  font-size: 0px;
}

.block-banner-footer .icon-banner-footer {
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.block-banner-footer .icon-banner-footer span {
  height: 50px;
  width: 50px;
  display: inline-block;
}

.block-banner-footer .icon-banner-footer i.fa {
  font-size: 24px;
  line-height: 50px;
  color: #7a7a7a;
}

.block-banner-footer .text-footer-banner {
  margin-top: 12px;
}

.block-banner-footer .text-footer-banner .banner-title-footer {
  font-size: 14px;
  color: #313131;
  text-align: center;
}

.block-banner-footer .text-footer-banner .banner-description-footer {
  font-size: 14px;
  color: #313131;
  text-align: center;
}

@media (max-width: 992px) {
  .banner-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.banner-ns.owl-carousel .owl-wrapper:after {
  padding-bottom: 0;
}

.footer-ribbon-box::after {
  content: '';
  display: block;
  height: 21px;
  right: -4px;
  position: absolute;
  top: 0;
  width: 22px;
  z-index: -1;
  display: inline-block;
  -moz-transform: skew(3deg, 0deg);
  -webkit-transform: skew(3deg, 0deg);
  -o-transform: skew(3deg, 0deg);
  -ms-transform: skew(3deg, 0deg);
  transform: skew(3deg, 0deg);
  border-radius: 0px 6px 0px;
}

.footer-ribbon-box {
  position: absolute;
  top: -21px;
}

@media (max-width: 360px) {
  .footer-ribbon-box {
    display: none;
  }
}

.footer-ribbon {
  padding: 10px 20px;
  border-radius: 5px;
  height: 42px;
  -moz-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  -o-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.footer-ribbon span {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  -moz-transform: skew(15deg, 0deg);
  -webkit-transform: skew(15deg, 0deg);
  -o-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.product-price .product-thumb .additional-img-hover {
  top: 0px;
}

.product-price .product-thumb .image {
  border-left: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
  max-width: 80px;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  margin-bottom: 0px;
  min-height: 5em;
}

.product-price .product-thumb .image a {
  padding: 0px;
}

.product-price {
  overflow: hidden;
  padding: 0px;
  background: #ffffff;
}

.product-price .editproducts {
  display: none;
}

.product-price:first-child {
  border-radius: 8px 8px 0 0;
}

.product-price:last-child {
  border-radius: 0 0 8px 8px;
}

.product-price:nth-child(n + 1) {
  border-top: solid 1px #e9e9e9;
}

.product-price:last-child {
  border-bottom: solid 1px #e9e9e9;
}

.product-price .product-thumb {
  flex-direction: row !important;
}

.product-price .product-thumb .caption {
  margin-bottom: 0px;
  padding: 0px;
  flex-direction: row !important;
}

.product-price .product-thumb > div:last-child {
  border-left: none;
  border-right: 1px solid #e9e9e9;
}

.product-price .product-thumb .caption .product-name {
  margin-bottom: 0px;
  min-height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
  text-align: left;
  padding: 10px;
  min-width: 150px;
  border-right: solid 1px #e9e9e9;
  /*flex:0 0 50%;*/
  flex: 1;
  align-items: center;
}

.product-price .product-thumb .caption .box-stock-status {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  align-items: center;
  margin-bottom: auto;
}

.product-price .product-thumb .caption .box-stock-status .stock-status {
  margin-bottom: 0px;
  -ms-flex-item-align: center;
  align-self: center;
}

.product-price .product-thumb .caption .product-model {
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 90px;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  border-left: solid 1px #e9e9e9;
  margin-right: 0px;
}

.product-price .product-thumb .caption .price-actions-box {
  margin-top: 0px !important;
  /*flex:1;*/
  border-left: solid 1px #e9e9e9;
}

.product-price .product-thumb .caption .price-actions-box .price {
  padding-right: 10px;
  padding: 10px;
  min-width: 100px;
  width: 100px;
  align-items: center;
}

.product-price .product-thumb .caption .price-actions-box .price .price-old {
  line-height: 18px;
}

.product-price .product-thumb .caption .price-actions-box .actions {
  width: auto;
  padding-left: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  border-left: solid 1px #e9e9e9;
  align-items: center;
}

.product-price .product-thumb .caption .price-actions-box .actions .addit-action {
  margin-left: 10px;
}

.product-price .product-thumb .caption .price-actions-box .quantity_plus_minus {
  margin-bottom: 0px;
  align-self: center;
  padding-right: 10px;
}

.product-price .product-thumb .btn-fastorder {
  box-shadow: none;
  background: #f3f3f3;
}

.product-price .product-thumb .image a:after,
.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .caption .addit-action,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .caption .rating,
.product-price .product-thumb .sticker-ls-pd.procent-skidka,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb .caption .price-actions-box .actions .cart .btn-general span.text-cart-add,
.product-price .product-thumb .quickview {
  display: none !important;
}

.product-price .product-thumb .caption .cart .btn-general {
  padding: 5px 7px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #2b8cdb;
}

#progressBar {
  width: 100%;
  background: #cccccc;
}

#search .autosearch_link {
  cursor: pointer;
}

#search .dropdown-menu.autosearch {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
  box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 5px;
  margin-top: 0px;
  width: 100%;
  z-index: 6666 !important;
  left: 5px;
  right: 5px;
  max-height: 640px;
  overflow-y: auto;
  border: 0px;
  scrollbar-color: #dee2e6 transparent;
  scrollbar-width: thin;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar {
  width: 8px;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar-track {
  background: transparent;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  border-radius: 12px;
  border: transparent;
}

#search .dropdown-menu.autosearch li > a:hover,
.dropdown-menu.autosearch li > a.active,
.dropdown-menu.autosearch li > a:focus {
  background-color: rgba(0, 26, 52, 0.015);
  border-radius: 8px;
}

#search .dropdown-menu.autosearch .search-view-all-result {
  color: #2b8cdb;
}

#search .dropdown-menu.autosearch a {
  border-radius: 0;
  white-space: normal;
  padding: 5px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#search .dropdown-menu.autosearch li + li {
  border-top: 1px dashed #e9ecef;
}

#search .ajaxadvance {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#search .ajaxadvance .name {
  font-size: 13px;
  font-weight: 600;
}

#search .dropdown-menu.autosearch li a:hover .image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 26, 52, 0.015);
}

#search .ajaxadvance .image {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}

#search .ajaxadvance .content > div {
  margin-top: 5px;
}

#search .ajaxadvance .price-old {
  text-decoration: line-through;
}

#search .price {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  text-align: left;
}

#search .ajaxadvance .highlight {
  color: #38b0e3;
}

.search_fix .dropdown-menu.autosearch {
  margin-top: 0 !important;
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  z-index: 1052;
}

.modal .modal-content {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  border: none;
  outline: 0;
}

.modal .modal-body {
  padding: 20px;
}

.modal .modal-footer {
  border: 0px;
  padding-top: 0;
}

.modal .modal-header {
  border: none;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal .modal-header .close {
  background-color: #f3f3f3;
  background-image: url('/catalog/view/theme/luxshop/image/svg-icon/close-icon.svg');
  cursor: pointer !important;
  font-size: 0px;
  height: 31px;
  outline: medium none;
  width: 31px;
  z-index: 1060;
  text-align: center;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.modal .modal-header .close:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 420px;
  }
}

.form-group.message {
  margin-bottom: 0px;
}

.form-group.message .alert {
  margin-bottom: 15px;
}

.shopping-cart .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #ffffff;
}

.shopping-cart .table > tbody > tr > td {
  border-top: 0px;
  vertical-align: top;
}

#product i.required {
  color: #e4003a;
}

#product .btn-fastorder .btn-icon-fastorder {
  margin-right: 5px;
}

#modal-quickorder .radio-checbox-options input,
#popup-quickview .radio-checbox-options input,
#product .radio-checbox-options input {
  display: none;
}

#modal-quickorder .radio-checbox-options.disabled label > span,
#popup-quickview .radio-checbox-options.disabled label > span,
#product .radio-checbox-options.disabled label > span {
  position: relative;
}

#modal-quickorder .radio-checbox-options.disabled label svg,
#popup-quickview .radio-checbox-options.disabled label svg,
#product .radio-checbox-options.disabled label svg {
  position: absolute;
  width: 100%;
}

#modal-quickorder .radio-checbox-options.disabled label,
#popup-quickview .radio-checbox-options.disabled label,
#product .radio-checbox-options.disabled label {
  position: relative;
  background: #f3f3f3;
  color: #999;
  cursor: not-allowed;
}

#modal-quickorder .radio-checbox-options.disabled label:hover,
#popup-quickview .radio-checbox-options.disabled label:hover,
#product .radio-checbox-options.disabled label:hover {
  border-color: initial;
}

#modal-quickorder .radio-checbox-options label,
#popup-quickview .radio-checbox-options label,
#product .radio-checbox-options label {
  margin-bottom: 20px;
  width: 100%;
  min-height: 56px;
  border: 2px solid #dadada;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  color: #4f4f4f;
  align-items: center;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  font-size: 15px;
  background-color: #fff;
  justify-content: center;
}

@media (max-width: 991px) {
  #modal-quickorder .radio-checbox-options label,
  #popup-quickview .radio-checbox-options label,
  #product .radio-checbox-options label {
    font-size: 14px;
    line-height: 1.1;
  }

  .hidden-item {
    display: none;
  }
}

#modal-quickorder .radio-checbox-options input:checked + label,
#popup-quickview .radio-checbox-options input:checked + label,
#product .radio-checbox-options input:checked + label {
  border-color: #3bc1c7;
}

#modal-quickorder .radio-checbox-options label:hover,
#popup-quickview .radio-checbox-options label:hover,
#product .radio-checbox-options label:hover {
  border-color: #3bc1c7;
}

#modal-quickorder .image-radio,
#popup-quickview .image-radio,
#product .image-radio {
  display: inline-block;
  margin-right: 10px;
}

#modal-quickorder .image-radio label,
#popup-quickview .image-radio label,
#product .image-radio label {
  margin-bottom: 8px;
}

#modal-quickorder .image-radio input,
#popup-quickview .image-radio input,
#product .image-radio input {
  display: none;
}

#modal-quickorder .image-radio img,
#popup-quickview .image-radio img,
#product .image-radio img {
  border: 1px solid #dadada;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}

#modal-quickorder .image-radio img:hover,
#popup-quickview .image-radio img:hover,
#product .image-radio img:hover {
  border-color: #3bc1c7;
}

#modal-quickorder .image-radio input:checked + img,
#popup-quickview .image-radio input:checked + img,
#product .image-radio input:checked + img {
  border-color: #3bc1c7;
  border-width: 1px;
}

.rating-prod-block.article {
  justify-content: space-between;
}

.rating-prod-block.article > div {
  gap: 20px;
}

.rating-prod-block {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 15px;
}

.rating-prod-block a,
.rating-prod-block span {
  color: #313131;
  font-weight: 500;
}

.rating-prod-block > div:first-child {
  gap: 40px;
}

.rating-prod-block > div {
  display: flex;
  align-items: center;
}

.rating-prod-block .rating .rating-box {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #modal-quickorder .image-radio img,
  #popup-quickview .image-radio img,
  #product .image-radio img {
    max-width: 39px;
  }
}

@media (min-width: 992px) {
  #modal-quickorder .image-radio img,
  #popup-quickview .image-radio img,
  #product .image-radio img {
    max-width: 41px;
  }
}

@media (min-width: 1200px) {
  #modal-quickorder .image-radio img,
  #popup-quickview .image-radio img,
  #product .image-radio img {
    max-width: 56px;
  }
}

#modal-quickorder .options .form-group,
#popup-quickview .options .form-group,
#product .options .form-group,
#product .custom-blocks .form-group {
  margin-bottom: 20px;
  position: relative;
}

#modal-quickorder .options .form-group .control-label,
#popup-quickview .options .form-group .control-label,
#product .options .form-group .control-label,
#product .custom-blocks .form-group .control-label {
  margin-bottom: 20px;
  color: #313131;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  #modal-quickorder .options .form-group .control-label,
  #popup-quickview .options .form-group .control-label,
  #product .options .form-group .control-label,
  #product .custom-blocks .form-group .control-label {
    font-size: 23px;
  }
}

#modal-quickorder .options .color-option,
#popup-quickview .options .color-option,
#product .options .color-option {
  border: 2px solid transparent;
  box-sizing: content-box !important;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  padding: 0;
  vertical-align: middle;
  width: 24px;
  border-radius: 50px;
  border: 1px solid #b0bdc3;
}

#modal-quickorder .options .image-radio input:checked + span.color-option,
#popup-quickview .options .image-radio input:checked + span.color-option,
#product .options .image-radio input:checked + span.color-option {
  border: 2px solid #334150;
}

/*Module and page options*/
.product-thumb .option {
  margin-bottom: 20px;
}

.product-thumb .option .form-group {
  position: relative;
  margin: 1px 0px;
}

.product-thumb i.required {
  color: #e4003a;
}

.product-thumb .radio-checbox-options {
  display: inline-block;
  margin-right: 3px;
}

.product-thumb .radio-checbox-options input {
  display: none;
}

.product-thumb .radio-checbox-options label {
  border: 1px solid #e9ecef;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  padding: 5px 8px;
  font-size: 13px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  color: #4d4e5a;
}

.product-thumb .radio-checbox-options input:checked + label {
  background-color: #e9ecef;
  border-color: #334150;
  color: #313131;
}

.product-thumb .radio-checbox-options label:hover {
  background-color: #e9ecef;
  border-color: #334150;
  color: #313131;
}

.product-thumb .image-radio {
  display: inline-block;
}

.product-thumb .image-radio input {
  display: none;
}

.product-thumb .image-radio img {
  cursor: pointer;
}

.product-thumb .image-radio img {
  border: 1px solid #f3f3f3;
}

.product-thumb .image-radio input:checked + img {
  border-color: #334150;
}

@media (min-width: 768px) {
  .product-thumb .image-radio img {
    max-width: 39px;
  }
}

@media (min-width: 992px) {
  .product-thumb .image-radio img {
    max-width: 41px;
  }
}

@media (min-width: 1200px) {
  .product-thumb .image-radio img {
    max-width: 38px;
  }
}

.product-thumb .option .text-danger {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 2px 9px 3px;
  position: absolute;
  top: -6px;
  border-radius: 4px;
  z-index: 9;
}

.product-thumb .option .color-option {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0px 2px;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  border-radius: 50px;
  border: 1px solid #b0bdc3;
}

.product-thumb .option .image-radio input:checked + span.color-option {
  border: 2px solid #334150;
}

/*and Options*/

.custom-block-products {
  margin-bottom: 15px;
}

.custom-block-products .title-module {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #313131;
}

.custom-block-products .title-custom-block-product {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-block-product {
  display: flex;
  gap: 15px;
  cursor: pointer;
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
}

.faq-block .panel-default .number {
  background: #3bc1c7;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  padding: 0 2px;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  font-size: 13px;
  font-weight: bold;
}

.faq-block .panel + .panel {
  margin-top: 10px;
}

.faq-block .panel-default > .panel-heading {
  border-radius: 5px;
  padding: 15px;
}

.faq-block .panel-default > .panel-heading > button {
  background: transparent;
  text-align: left;
  width: 100%;
  color: #333;
  font-size: 18px;
  padding: 0;
  text-decoration: none;
  white-space: normal;
}

@media (max-width: 767px) {
  .faq-block .panel-default > .panel-heading > button {
    font-size: 14px;
  }
}

.custom-block-product .image {
  border-radius: 5px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  /* margin-top: 7px; */
  text-align: center;
}

.custom-block-product .image > img {
  width: inherit;
}

.custom-block-product a,
.custom-block-product a:hover {
  text-decoration: none;
}

.custom-block-product .text .custom-block-title {
  margin: 0;
  padding: 0 0 10px 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #313131;
}

.custom-block-product .text .custom-block-desc {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 1.3;
  overflow: hidden;
  padding: 0;
  align-items: center;
}

.custom-block-product .text .custom-block-desc > div {
  gap: 10px;
  margin-bottom: 15px;
}

.custom-block-product .text .custom-block-desc > div > span {
  background: #d5f0f1;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.product-thumb .main-img {
  opacity: 1;
  transition: all ease-in-out 0.2s;
}

.product-thumb:hover .main-img {
  opacity: 0;
}

.product-thumb .additional-img-hover {
  position: absolute;
  top: 0;
  padding: 15px;
  left: 0px;
  right: 0px;
  opacity: 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.product-thumb:hover .additional-img-hover {
  opacity: 1;
}

.product-thumb .image a {
  position: relative;
  padding: 15px;
}

.product-thumb .image a img.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.product-thumb .product_status {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #b52b28;
  font-weight: 500;
  height: 30px;
  left: 50%;
  line-height: 27px;
  margin: -15px 0 0 -70px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: rotateX(0deg) scale(1);
  transition: all 0.2s ease-in-out 0s;
  width: 140px;
}

.product-thumb:hover .product_status {
  transform: rotateX(0deg) scale(0);
  display: none;
}

.product-price .product-thumb .product_status {
  display: none;
}

.masked_bg {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.loading_masked {
  left: 8px;
  margin-top: -35px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 11000;
}

.hasbanner .tableftbanner {
  float: left;
  width: 29.9%;
  padding-right: 5px;
  text-align: left;
}

.hasbanner .tableftbanner img {
  display: inline-block;
}

.hasbanner .tabrightproduct {
  float: left;
  width: 70%;
}

.hasbanner .tabrightbanner {
  float: right;
  width: 29.9%;
  padding-left: 5px;
  text-align: right;
}

.hasbanner .tabrightbanner img {
  display: inline-block;
}

.hasbanner .tableftproduct {
  float: right;
  width: 70%;
}

.image-hover-effect .item {
  position: relative;
  overflow: hidden;
}

.image-hover-effect .item:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image-hover-effect .item:hover:before {
  -webkit-animation: shinebanner 0.75s;
  animation: shinebanner 0.75s;
}

@-webkit-keyframes shinebanner {
  100% {
    left: 125%;
  }
}

@keyframes shinebanner {
  100% {
    left: 125%;
  }
}

@media (max-width: 767px) {
  .hasbanner .tabrightproduct {
    float: none;
    width: 100%;
  }

  .hasbanner .tableftproduct {
    float: none;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hasbanner .tabrightproduct {
    float: none;
    width: 100%;
  }

  .hasbanner .tableftproduct {
    float: none;
    width: 100%;
  }
}

.container-module.product-category {
  overflow: hidden;
}

#column-right .container-module .reviews .col-md-4.no-slider,
#column-left .container-module .reviews .col-md-4.no-slider {
  width: 100%;
}

#column-right .container-module .title-module span,
#column-left .container-module .title-module span {
  display: inline-block;
}

.container-module .reviews {
  margin-bottom: 15px;
}

.container-module .reviews .item-review {
  background: #fff;
  border: 1px solid #e9ecef;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.container-module .rc-top .rc-pr-image {
  min-width: 110px;
  float: left;
  margin-right: 15px;
}

.container-module .rc-top .rc-right-block {
  margin-bottom: 15px;
}

.container-module .rc-top .rating-box {
  margin-bottom: 10px;
  display: inline-block;
}

.container-module .rc-top .rc-pr-image img {
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}

.container-module .rc-top .rs-pr-name {
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.container-module .rc-top .rs-pr-name a {
  color: #313131;
  font-weight: 600;
}

.container-module .rc-center {
  margin: 5px 0px 15px;
  height: 60px;
  overflow: hidden;
}

.container-module .review-description {
  font-size: 13px;
  color: #878787;
  height: 82px;
  overflow: hidden;
}

.container-module .rc-bottom {
  justify-content: space-between;
}

.container-module .rc-bottom .rating-box {
  line-height: 1;
}

.container-module .rc-bottom .rating-box svg + svg {
  margin-left: -1.6px;
}

.container-module .rc-bottom .reviews-date,
.container-module .reviews-author {
  font-size: 14px;
  color: #313131;
}

.btn-more {
  background-color: #43b02a;
  border-color: #076bb7;
  border-radius: 4px;
  border-style: none none solid;
  border-width: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px;
  transition: all 0.2s ease-out;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  background-color: #076bb7;
  border-color: #076bb7;
  color: #fff;
}

.heading_title_reviews {
  margin-bottom: 15px;
  padding: 10px 0px;
  position: relative;
}

.heading_title_reviews {
  font-size: 20px;
  padding: 0 20px 0px 0px;
  z-index: 5;
  color: #333;
  position: relative;
  text-transform: uppercase;
}

.product-list .reviews-author {
  font-weight: 600;
}

.product-list .reviews-date {
  color: #c7c7c7;
  text-align: left;
}

.popup_banner {
  width: 600px;
  max-width: 80%;
  padding: 15px;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .popup_banner {
    width: 900px;
    max-width: 100%;
    padding: 15px;
    background: #f8f8f8;
  }
}

.popup_banner .close {
  position: absolute;
  z-index: 999;
  top: 8px;
  right: 10px;
}

.popup_banner h1 {
  font-size: 1.8em;
  margin: 0 0 10px;
}

.popup_banner #content {
  min-height: 10px;
}

.is_a_link {
  cursor: pointer;
}

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

#form-review {
  padding-top: 20px;
}

#form-review .titler-r {
  font-size: 20px;
  margin-bottom: 15px;
}

.review-item .review_plus,
.review-item .review_minus {
  padding: 5px;
}

.review-item .review_minus span,
.review-item .review_plus span {
  display: block;
  color: #313131;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-item .admin_reply {
  padding: 5px;
  margin-left: 25px;
}

.review-item .admin_reply div {
  color: #00bc52;
  margin-bottom: 5px;
}

.review-item .purchased {
  padding-right: 10px;
}

.review-item .comment {
  margin-bottom: 10px;
}

.review-heading {
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-heading .block-author {
  font-weight: 600;
}

.review-item .rating {
  margin-bottom: 10px;
}

.review-item + div.review-item {
  margin-top: 20px;
  border-top: 2px dashed #e9ecef;
  padding-top: 20px;
}

.reviews-author .purchased {
  color: #1ab90a;
  padding-left: 10px;
  font-weight: 400;
}

.product-rating .star-rating {
  cursor: pointer;
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 2px;
}

.product-rating .star-rating:before {
  position: absolute;
  content: url('/catalog/view/theme/luxshop/image/star-icon/b-star-g-icon.svg');
  width: 21px;
  height: 21px;
}

.product-rating .star-rating.checked:before,
.product-rating .star-rating.active::before {
  position: absolute;
  content: url('/catalog/view/theme/luxshop/image/star-icon/b-star-y-icon.svg');
  width: 21px;
  height: 21px;
}

.pritty-description ol {
  padding-inline-start: 15px;
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  margin-bottom: 25px;
}

.pritty-description ol > li {
  padding-left: 40px;
  min-height: 27px;
}

.pritty-description ol > li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: counter(li);
  counter-increment: li;
  color: #fff;
  background: #b793c4;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: block;
}

.pritty-description ul {
  padding-inline-start: 15px;
  margin-bottom: 25px;
}

.pritty-description ul > li {
  list-style-type: none;
  padding-left: 25px;
}

.pritty-description .product-warning {
  margin-top: 30px;
  border-radius: 5px;
  padding: 15px;
  background: #f3f3f3;
}

.pritty-description ul > li::before {
  position: absolute;
  top: 5px;
  left: 0px;
  border-radius: 50%;
  background-color: #3bc1c7;
  content: '';
  width: 10px;
  height: 10px;
}

.pritty-description li {
  position: relative;
  margin-bottom: 10px;
}

.pritty-description b,
.pritty-description strong {
  color: #313131;
}

.pritty-description table {
  margin: 25px 0;
  width: 100%;
}

.pritty-description table th,
.pritty-description table td {
  padding: 10px 20px;
  border: solid 2px #313131;
}

.pritty-description table th {
  background: #3bc1c7;
  color: #313131;
}

.pritty-description table td {
  background: #f3f3f3;
}

.pritty-description table th:nth-child(even) {
  background: #b7f3f6;
}

.pritty-description table td:nth-child(even) {
  background: #fff;
}

@media (max-width: 992px) {
  .custom-block-product {
    align-items: center;
  }

  .custom-block-product .image {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  #search .dropdown-menu.ls-dropdown {
    left: auto;
    right: 0px;
  }
}

.category_description img.img-thumbnail {
  color: transparent;
}

.category_description img {
  max-width: 100%;
  border: 0px;
}

.category_description {
  clear: both;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}

.category_description .psfl-l {
  padding: 0 10px 10px 0;
}

.psfl-l {
  float: left;
}

@media (max-width: 768px) {
  .banner-blocks-container.dflex {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

#column-left .banner-blocks-container .col-xs-12,
#column-right .banner-blocks-container .col-xs-12,
.position-no-owl .banner-blocks-container .col-xs-12 {
  width: 100%;
}

.banner-blocks-container .banner-item {
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  border: solid 1px #e3e3e3;
}

.banner-blocks-container .banner-item .banner-image {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
  margin-right: 15px;
}

.banner-blocks-container .banner-item .banner-image img {
  margin: 0 auto;
  font-size: 0px;
  color: #fff;
}

.banner-blocks-container .banner-item:hover {
  border-color: #e3e3e3;
}

.banner-blocks-container .banner-item a,
.banner-blocks-container .banner-item a:hover {
  text-decoration: none;
}

.banner-blocks-container .banner-item .banner-info .banner-title {
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  color: #363636;
}

.banner-blocks-container .banner-item .banner-info .banner-description {
  padding: 0;
  font-size: 16px;
  margin-top: 5px;
  line-height: 18px;
  color: #7e7e7e;
}

@media (max-width: 1500px) {
  .banner-blocks-container .banner-item .banner-info .banner-title {
    height: auto;
    font-size: 16px;
    line-height: 16px;
  }

  #logo img {
    max-width: 80px;
  }

  .banner-blocks-container .banner-item .banner-image {
    background: transparent;
    padding: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-blocks-container .banner-item .banner-info .banner-description {
    height: 57px;
  }
}

@media (max-width: 992px) {
  .banner-blocks-container .banner-item .banner-image {
    padding: 8px;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    max-width: 47px;
  }

  .banner-blocks-container .banner-item .banner-info .banner-title {
    line-height: 16px;
    font-size: 16px;
    height: auto;
  }

  .banner-blocks-container .banner-item {
    padding: 10px;
  }

  .banner-blocks-container .banner-item .banner-info .banner-description {
    font-size: 14px;
    line-height: 14px;
  }
}

/*Wall Category*/
.easy-catalog-box .item-catalog:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  border-color: #fff;
}

.open-sub-cat {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  background: #fff;
}

.open-sub-cat svg {
  display: inline-block;
  vertical-align: text-bottom;
}

.easy-catalog-box,
.wall-category-box {
  position: relative;
  margin: 0px -10px;
  padding-top: 1px;
}

.box-item-catalog {
  padding-top: 10px;
  padding-bottom: 10px;
}

.easy-catalog-box .item-catalog {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  height: 100%;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
}

.easy-catalog-box .easy-cat-image {
  position: relative;
}

.easy-catalog-box .easy-cat-image a:before {
  display: block;
  padding-top: 23%;
  padding-bottom: 25%;
  content: '';
}

.easy-catalog-box .easy-cat-image a img.img-responsive {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.easy-catalog-box .easy-cat-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0px;
  color: transparent;
}

.easy-catalog-box .easy-cat-name {
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 8px;
  position: relative;
}

.easy-catalog-box .easy-cat-name a {
  color: #313131;
  line-height: 16px;
}

@media (max-width: 300px) {
  .banner-blocks-container .bb-col-xs,
  .wall-category-box .wc-col-xs {
    float: none;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .wall-category-box .wc-col-xs {
    float: none;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .banner-blocks-container .bb-col-xs {
    float: none;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .banner-blocks-container .bb-col-xs,
  .wall-category-box .wc-col-xs {
    float: none;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media (max-width: 768px) {
  .rating-prod-block > div {
    display: block;
  }

  .rating-prod-block {
    justify-content: space-between;
    align-items: center;
  }

  .box-item-catalog {
    float: none;
    -ms-flex: 0 0 100px;
    flex: 0 0 135px;
    max-width: 135px;
  }

  .easy-catalog-box.dflex,
  .wall-category-box.d-xs-flex {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.imgcategory .product-thumb,
.wall-category-box .item-category {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
}

.wall-category-box .item-category > div {
  max-width: 430px;
}

.imgcategory .wall-cat-name,
.wall-category-box .wall-cat-name {
  line-height: 35px;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
}

.item-category .wall-cat-name a,
.imgcategory .product-thumb .wall-cat-name a {
  color: #fff;
}

.wall-category-box .item-sub-category {
  padding: 0;
}

.wall-category-box .item-sub-category > div {
  gap: 10px;
  margin-bottom: 20px;
}

.wall-category-box .item-sub-category > div:last-child {
  margin-bottom: 0;
}

.wall-category-box .item-sub-category > div .icon {
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
}

.wall-category-box .item-sub-category > div a {
  font-size: 20px;
  color: #fff;
  align-items: center;
  gap: 10px;
}

.wall-category-box .item-sub-category > div a:hover {
}

@media (max-width: 992px) {
  .wall-category-box .item-sub-category > div a {
    font-size: 16px;
  }

  .imgcategory .wall-cat-name,
  .wall-category-box .wall-cat-name {
    line-height: 25px;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .wall-category-box .item-sub-category > div {
    margin-bottom: 15px;
  }

  .imgcategory .product-thumb,
  .wall-category-box .item-category {
    padding: 15px;
    min-height: 280px;
    height: auto;
  }
}

.nswc-scrollbar {
  width: 3px;
  background-color: #adb5bd;
  right: 11px !important;
  top: 13px !important;
  height: calc(100% - 25px) !important;
  border-radius: 10px;
}

.nswc-thumb {
  background-color: #313131;
  border-radius: 10px;
}

.nswc-scrollbar.active .nswc-thumb {
  background-color: #313131;
}

.quantity_plus_minus {
  flex: 0 0 34px;
  z-index: 10;
  margin-bottom: 10px;
  line-height: 1;
  padding: 3px;
  border: solid 1px #ededed;
  background: #fff;
  border-radius: 3px;
  display: flex;
}

.quantity_plus_minus input.quantity-num {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  width: 34px;
  padding: 0px 2px;
  text-align: center;
  border-radius: 0px;
  border: 0;
  border-top: 0px;
  border-bottom: 0px;
  vertical-align: top;
  box-shadow: none;
  color: #313131;
}

@media (max-width: 412px) {
  .quantity_plus_minus input.quantity-num {
    width: 23px;
  }
}

.quantity_plus_minus .add-action:hover {
  background: #f3f3f3;
}

.quantity_plus_minus .add-action {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  position: relative;
  text-align: center;
  width: 21px;
  background: #ededed;
}

.container-module .pct_gv,
.container-module .latest_gv {
  overflow: hidden;
  margin-bottom: 10px;
}

.item.no-slider {
  margin-bottom: 10px;
  padding-top: 10px;
}

#column-left .container-module .no-slider,
#column-right .container-module .no-slider,
.position-no-owl .container-module .no-slider {
  border: 0px;
}

.nswc-viewport {
  min-height: 70px;
}

#checkout-success h1 {
  color: #3bc1c7;
  font-size: 60px;
  margin-bottom: 20px;
}

#checkout-success .message {
  color: #313131;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
}

#checkout-success .message > span {
  font-weight: 600;
}

.option-danger {
  animation: 0.3s ease-in-out 0s normal slider_add_product;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 330px;
  z-index: 999999999;
  color: #313131;
  padding: 25px 50px 25px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.067);
}

.option-danger + .option-danger {
  top: 132px;
}

.option-danger + .option-danger + .option-danger {
  top: 248px;
}

.option-danger + .option-danger + .option-danger + .option-danger {
  top: 364px;
}

.add_product_alert {
  padding: 25px 50px 25px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.067);
  animation: 0.3s ease-in-out 0s normal slider_add_product;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 330px;
  z-index: 999999999;
}

.option-danger .text-modal-block,
.add_product_alert .text-modal-block {
  margin-left: 20px;
}

@keyframes slider_add_product {
  0% {
    top: -40px;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 15px;
  }
}

.ls-modal-success {
  border-radius: 5px;
  border: 0px;
  box-shadow: none;
}

.ls-modal-success .modal-body {
  padding: 30px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.ls-modal-success .modal-body .success-icon {
  float: left;
  margin-right: 20px;
}

.ls-modal-success .modal-body .text-modal-block {
  margin-right: 5px;
}

.ls-modal-success .modal-body .text-modal-block a {
  color: #6ab956;
}

.option-danger button.close,
.add_product_alert button.close,
.ls-modal-success button.close {
  background-image: url('/catalog/view/theme/luxshop/image/form-icon/close-icon.svg');
  cursor: pointer !important;
  font-size: 0px;
  height: 25px;
  outline: medium none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  z-index: 1060;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ececec;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.option-danger button.close:hover,
.add_product_alert button.close:hover,
.ls-modal-success button.close:hover {
  background-image: url('/catalog/view/theme/luxshop/image/form-icon/close-h-icon.svg');
  cursor: pointer !important;
  font-size: 0px;
  outline: medium none;
  position: absolute;
  line-height: 25px;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.067);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .col-lg-offset-3,
  .col-md-offset-3 {
    margin-left: 25.4%;
  }
}

@media (min-width: 992px) {
  .type_cart_2 #cart {
    margin-bottom: 0px;
  }

  .type_cart_2 #cart .products .text_product,
  .type_cart_2 #cart .prices,
  .type_cart_2 #cart > .btn > .cart-icon-arrow {
    display: none;
  }

  .type_cart_2 #cart > .btn .cart-total {
    margin-left: 0px;
    margin-right: 0px;
    width: 0px;
    display: inline;
  }

  .type_cart_2 #cart > .btn .cart-total .products b {
    top: -1px;
    right: -2px;
    left: auto;
  }

  .type_cart_2 #cart > .btn {
    padding: 4px 6px 4px 6px;
  }

  .type_cart_2 #cart > .btn .shop-bag {
    display: block;
    vertical-align: middle;
  }

  .type_cart_2 #cart .dropdown-menu {
    min-width: 150px;
  }
}

@media (max-width: 992px) {
  .type_cart_2.pull-right {
    float: none !important;
  }
}

#fix_image .owl-carousel .owl-wrapper:after {
  padding-bottom: 0px;
}

.product-grid .catalogCard-extra {
  background: #fff;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  display: none;
  margin-top: -15px;
  padding: 15px 0px 0px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 100;
}

.product-grid.grid4 .catalogCard-extra {
  width: calc(100% - 10px);
}

.category-page .product-list .attribute-cat {
  margin-bottom: 10px;
  line-height: 18px;
}

.category-page .product-list .attribute-cat .attr-name-line {
  color: #999;
  margin-right: 5px;
}

.category-page .product-list .attribute-cat .attr-text-line {
  color: #313131;
}

.category-page .product-list .attribute-cat span {
  font-size: 13px;
}

.category-page .product-list .attribute-cat .attr-text-line:not(:last-child):after {
  content: '/';
  padding: 0 2px 0 5px;
  color: #888;
}

.category-page .product-price .catalogCard-extra,
.category-page .product-list .catalogCard-extra,
.category-page .product-price .attribute-cat,
.category-page .product-grid .attribute-cat {
  display: none;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {
  white-space: nowrap;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > span {
  display: table-cell;
  position: relative;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {
  padding-right: 5px;
  position: relative;
  z-index: 2;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category div.short-attribute:nth-child(2n + 1) {
  background: #f3f3f3;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute span {
  font-size: 13px;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  text-align: right;
  width: 100%;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  padding-left: 5px;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #334150;
}

.category-page .product-grid .catalogCard-extra .short-attribute {
  display: block;
  padding: 3px 15px;
}

.category-page .product-grid .catalogCard-extra .short-attribute:after {
  content: '';
}

.product-grid:hover .catalogCard-extra {
  display: block;
  box-shadow: -5px 4px 8px -8px rgba(0, 0, 0, 0.07), 7px 4px 6px -3px rgba(0, 0, 0, 0.04), 3px 9px 14px -7px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .product-grid .short-attribute {
    display: none;
  }
}

#image-box > #wrap {
  display: inline-block;
  position: relative;
  outline: none;
}

.mfp-zoom-in .mfp-content > div {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.6);
}

.mfp-zoom-in.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: scale(1);
}

#product .short-attributes-groups {
  margin-bottom: 15px;
}

.tab-pane .short-attributes-groups {
  margin-bottom: 0px;
}

.tab-pane .attr-group-name {
  margin-bottom: 15px;
  font-size: 16px;
  color: #313131;
  font-weight: 600;
}

#product div.short-attribute {
  padding: 6px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.tab-pane div.short-attribute {
  padding: 10px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

#product div.short-attribute:nth-child(2n + 1),
.tab-pane div.short-attribute:nth-child(2n + 2) {
  background: #f3f3f3;
}

.tab-pane .short-attributes-groups ~ div.short-attributes-groups {
  margin-top: 30px;
}

.short-attribute > span {
  position: relative;
}

#product div.short-attribute > .attr-text {
  max-width: 50%;
  text-align: right !important;
}

.tab-pane div.short-attribute > .attr-text {
  max-width: 60%;
  text-align: right !important;
}

.short-attribute > .attr-name span {
  position: relative;
  z-index: 2;
  padding: 0 5px 0 0;
  color: #313131;
}

.short-attribute > .attr-text span {
  position: relative;
  z-index: 2;
  padding: 0 0 0 5px;
  color: #334150;
}

.short-attributes-groups .short_attr_group_name {
  color: #313131;
}

.input-group .form-control[name^='quantity'],
#product .quantity-number [name^='quantity'] {
  background: #fff;
}

.box-bg-full {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 25px 0;
  width: auto;
}

.common-home footer {
  margin-top: 15px;
}

.disabled_input {
  cursor: not-allowed;
}

@-webkit-keyframes active_load {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes active_load {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img.active-load {
  -webkit-animation: active_load 1s linear infinite;
  -moz-animation: active_load 1s linear infinite;
  -ms-animation: active_load 1s linear infinite;
  -o-animation: active_load 1s linear infinite;
  animation: active_load 1s linear infinite;
}

.box-showmore {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.box-showmore span {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #313131;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 14px 25px;
  font-weight: 600;
  display: inline-block;
}

.box-showmore span:hover {
  background: #dfdfdf;
}

.box-showmore span img {
  margin-right: 10px;
  vertical-align: -3px;
}

#showmore.box-showmore {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .box-bg-full {
    padding: 0px;
  }

  .product-slider .product-name a {
    font-size: 16px;
  }
}

.container-module .latest_gv .item {
  background: transparent;
}

.container-module .latest_gv .item .product-thumb {
  background: #fff;
}

.container-module .owl-pagination {
  top: 0px;
}

.product-rating {
  line-height: 1;
}

.product-rating .star-rating {
  color: #e7e7e7;
}

.product-rating .star-rating.active,
.product-rating .star-rating.checked {
  color: #ffc107 !important;
}

.product-rating label .fa {
  font-size: 18px;
  padding: 2px 4px 2px 0px;
  cursor: pointer;
}

.product-rating label ~ label {
  margin-left: -5px;
}

.alphabetical_index {
  margin-bottom: 20px;
}

.alphabetical_index span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.alphabetical_index a {
  font-size: 16px;
  font-weight: 600;
}

.manufacturer-heading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}

.manufacturer-content {
  margin-bottom: 25px;
}

.manufacturer-content a {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 15px;
  border-radius: 4px;
}

.manufacturer-content a:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.thumb-brand img {
  margin: 0 auto;
}

.name-brand {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#modal-wishlist,
#modal-compare {
  top: 50px;
}

.container-module .prod-cat-tabs {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  padding: 10px 0px;
}

.container-module .prod-cat-tabs > li {
  display: inline-block;
  padding: 5px 15px;
}

.container-module .prod-cat-tabs > li > a {
  color: #818181;
  font-size: 16px;
}

.container-module .prod-cat-tabs > li > a:hover {
  border-bottom: 1px dashed #818181;
}

@media (min-width: 992px) {
  .container-module .prod-cat-tabs > li:first-child {
    padding-left: 0px;
  }
}

.container-module .prod-cat-tabs > li.active a {
  color: #1e1e1e;
  border-bottom: 1px dashed #1e1e1e;
}

.tab-content.prod_cat_tab_content {
  min-height: 300px;
  padding-top: 0px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.ls-table .prod-name {
  display: block;
  max-width: 300px;
  white-space: normal;
  min-width: 200px;
}

.ls-table > tbody > tr > td:nth-child(6) {
  white-space: nowrap;
}

.ls-table > tbody > tr > td,
.clss-table > thead > tr > td {
  vertical-align: middle;
}

.ls-table > thead > tr > td {
  padding: 10px;
  background: #f3f3f3;
}

.ls-table thead td:first-child {
  border-radius: 8px 0 0 8px;
}

.ls-table thead td:last-child {
  border-radius: 0 8px 8px 0;
}

.ls-table > tbody > tr > td {
  border-top: 0px;
  padding: 15px 10px;
  vertical-align: middle;
}

.ls-table > tbody > tr {
  border-bottom: 2px dashed #f3f3f3;
}

.input-remove-voucher {
  height: 38.5px;
}

.column-quantity {
  width: 100px;
}

.ls-cart-quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.ls-cart-quantity .form-control {
  border-color: #e9e9e9;
  border-width: 1px 0px 1px 0px !important;
  height: 34px !important;
  border-style: solid;
  box-shadow: none;
  max-width: 30px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border-radius: 0px;
}

.ls-cart-quantity .btn-quantity-minus {
  background: #fff;
  border-color: #e9e9e9;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-radius: 8px 0px 0px 8px;
  padding: 0px;
  width: 20px;
  height: 34px;
  line-height: 1;
  margin-right: 0px !important;
}

.ls-cart-quantity .btn-quantity-plus {
  background: #fff;
  border-color: #e9e9e9;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-radius: 0px 8px 8px 0px;
  padding: 0px;
  width: 20px;
  height: 34px;
  line-height: 1;
  margin-left: 0px !important;
}

.checkout-cart-accordion .panel-default {
  border: 0px;
  margin-bottom: 15px;
}

.checkout-cart-accordion .panel-default > .panel-heading {
  background: #f3f3f3;
}

.checkout-cart-accordion .panel-default > .panel-heading + .checkout-cart-accordion .panel-collapse > .panel-body {
  border-top-color: #f3f3f3;
}

.checkout-cart-accordion .panel-collapse > .panel-body {
  border-top: 0px !important;
}

.checkout-cart-accordion .panel-body .control-label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

.checkout-cart-accordion .panel-body .form-control::placeholder {
  font-size: 14px;
}

.checkout-cart-accordion .panel-body .form-control {
  max-width: 450px;
  height: 40px;
  border: 1px solid #e9ecef;
  box-shadow: none;
  font-size: 14px;
}

.checkout-cart-accordion .panel-body .input-group-btn .btn-primary {
  font-size: 14px;
}

.table-cart > tbody > tr > td {
  vertical-align: center;
  border-top: 0px;
}

.table-cart .total-title {
  color: #838383;
  width: 75%;
}

.table-cart .total-text {
  font-weight: 600;
  color: #313131;
}

.table-responsive {
  position: relative;
  z-index: 8;
}

.ls-table .stock-status,
.ls-table .price {
  margin-bottom: 0px;
}

.ls-table .prod-name {
  color: #313131;
}

.ls-table .btn-general {
  min-width: 40px;
  margin-right: 10px;
  padding: 5px 8px;
  display: inline-block;
}

.mw-70 {
  min-width: 70px;
}

#messageLoadPage {
  position: fixed;
  width: 400px;
  line-height: 40px;
  margin-top: -25px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  padding-left: 0px;
  display: none;
  text-align: center;
  z-index: 1042;
}

.list-group-pritty {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 15px;
}

.list-group-pritty .h2 {
  margin-top: 0;
}

.list-group-pritty .articles-count {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #f3f3f3;
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 11px;
  line-height: 18px;
}

.list-group.list-group-pritty a.active .articles-count,
.list-group.list-group-pritty a.active:hover .articles-count,
.list-group.list-group-pritty a:hover .articles-count {
  background: #fff;
}

.list-group.list-group-pritty a.active,
.list-group.list-group-pritty a.active:hover,
.list-group.list-group-pritty a:hover {
  color: #444444;
  background: transparent;
  border: 0px;
  text-shadow: none;
}

.list-group-pritty .list-group-item {
  border: 0;
  margin-top: 0px;
  margin-bottom: 3px;
  border-radius: 5px;
  padding: 12px;
}

.list-group-pritty .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.list-group-pritty .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 992px) {
  .list-group-pritty {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    border: none;
    gap: 20px;
    white-space: nowrap;
  }

  .list-group-pritty .list-group-item {
    margin-bottom: 0;
    font-weight: 500;
  }
}

.list-group.list-group-pritty a.active,
.list-group.list-group-pritty a.active:hover,
.list-group.list-group-pritty a:hover {
  background: #f3f3f3;
  border-radius: 5px;
}

/* END Category News*/

div.articles-list + div.articles-list::before {
  border-top: 1px dashed #eeeeee !important;
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: -15px;
}

.articles-list .article-image {
  margin-bottom: 10px;
}

.articles-list .article-image > img {
  border-radius: 5px;
}

.articles-list .product-thumb .caption {
  padding: 0;
}

.mod-art-image {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.mod-art-image a {
  display: block;
  position: relative;
}

.mod-art-image a img {
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}

.articles-mod .caption {
  padding: 0;
}

.articles-mod .mod-art-name {
  margin-bottom: 15px;
  height: 40px;
  overflow: hidden;
}

.articles-mod .product-thumb {
  border: none;
}

.articles-mod .product-thumb:hover {
  box-shadow: none !important;
}

.articles-mod .mod-art-name a {
  color: #313131;
  font-size: 18px;
}

.articles-mod .mod-art-description {
  font-size: 14px;
  color: #828282;
  overflow: hidden;
}

.mod-art-date-viewed {
  justify-content: space-between;
  align-items: center;
}

.mod-art-date-viewed .icon-viewed,
.mod-art-date-viewed .icon-date-added {
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 8px;
}

.mod-art-date-viewed .text-viewed,
.mod-art-date-viewed .text-date-added {
  display: inline-block;
}

#input-captcha {
  float: left;
  width: 160px;
  margin-right: 15px;
}

#form-article-review .col-sm-2.control-label {
  text-align: left;
  width: auto;
}

#form-article-review fieldset {
  padding-top: 20px;
}

#form-article-review fieldset legend {
  display: none;
}

#article-review {
  border: 1px solid #e9e9e9;
  padding: 30px 50px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}

#form-article-review {
  border: 1px solid #e7e7e7;
  padding: 30px 50px;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
}

#article-review .admin_reply {
  margin-left: 15px;
  margin-top: 15px;
}

#article-review .admin_reply div {
  color: #43b02a;
  margin-bottom: 5px;
}

.rating-article .rating-box {
  text-align: center;
  z-index: 10;
  background: #ffffff;
  position: relative;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.rating-article .rating-box .article-rating-star {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: left;
  margin-right: 2px;
  font-size: 0px;
}

.rating-article .quantity-reviews {
  background: #fbfbfb;
  position: relative;
  margin-left: 5px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.rating-article .quantity-reviews a {
  color: #313131;
  font-size: 11px;
  padding: 2px 6px;
}

.show-like-dislike {
  padding-right: 150px;
  position: relative;
}

.article-like-dislike-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.btn-dislike,
.btn-like {
  border: 0px;
  background: transparent;
  display: inline-block;
}

.btn-dislike span,
.btn-like span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.btn-dislike {
  margin-left: 5px;
}

.btn-dislike img {
  margin-top: 5px;
}

.article-review-title {
  font-size: 18px;
  color: #313131;
  padding-bottom: 10px;
  margin-top: 25px;
}

.article-review-title sup {
  margin-left: 5px;
}

.ls_contact_map_code {
  margin-bottom: 20px;
}

.ls_contact_map_code iframe {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.contact_image {
  margin-top: 15px;
  margin-bottom: 10px;
}

.contact_image img {
  border-radius: 8px;
}

.ls_contacts_phone a {
  color: #313131;
}

.ls_contacts_phone a:hover,
.ls_contacts_phone a:focus {
  color: #0091ca;
}

.ls_contacts_phone li + li {
  margin-top: 5px;
}

.box-contact-left {
  font-size: 16px;
  margin-bottom: 15px;
}

.box-contact-left > div > div .icon {
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  background: #b088be;
  border-radius: 20px;
}

.box-contact-left .contact-title {
  font-weight: 500;
  margin-bottom: 15px;
}

.box-contact-left,
.box-contact-form form {
  overflow: hidden;
}

form.form-horizontal legend {
  padding: 0px;
  border: 0px;
  color: #313131;
  font-size: 30px;
  font-weight: 600;
  margin-top: 25px;
}

.store-title {
  margin-bottom: 25px;
}

.panel-group .panel-store {
  border-radius: 8px;
  border: 1px solid #f3f3f3;
}

.panel-group .panel-store + div.panel-store {
  margin-top: 15px;
}

.nsupdatequantitycheckout {
  width: 120px;
}

.nsupdatequantitycheckout .btn-default {
  padding: 6px 10px;
  border: 1px solid #e9ecef;
}

.nsupdatequantitycheckout .input-group .form-control {
  border: 1px solid #e9ecef;
  padding: 2px;
}

.nsupdatequantitycheckout input.form-control {
  text-align: center;
}

.ls-table .image .img-responsive {
  margin: 0 auto;
  min-height: 47px;
}

.panel-title > a.i_am_registered {
  color: #0f4b82;
}

.all_total_checkout_footer .total_html {
  padding-left: 10px;
  color: #313131;
  font-weight: 600;
}

.agree_checkout {
  margin-top: 15px;
  margin-bottom: 15px;
}

.coupon_table input.form-control {
  border: 1px solid #e9ecef;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
}

textarea.form-control {
  border: 1px solid #e9ecef;
  box-shadow: none !important;
  font-size: 14px;
}

textarea.form-control:hover,
textarea.form-control:focus {
  border-color: #52c6cc;
}

.title-customer {
  flex-direction: column;
}

.title-customer .i_am_registered {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .title-customer {
    justify-content: space-between;
    flex-direction: row;
  }

  .title-customer .i_am_registered {
    margin-top: 0px;
  }
}

#cart_table table td {
  vertical-align: middle;
}

#cart_table .table_total .total-title {
  color: #838383;
}

#cart_table .table_total tr td {
  padding: 8px;
}

#cart_table .table_total {
  margin: 0 0 20px;
  text-align: right;
  width: 100%;
}

#cart_table .table_total tr td:last-child {
  font-weight: 600;
  padding: 8px 8px 8px 20px;
  white-space: nowrap;
  width: 115px;
}

#cart_table .table_total tr:last-child td {
  font-size: 1em;
  font-weight: 600;
  padding: 8px 8px 8px 20px;
  color: #313131;
}

#cart_table .coupon_table {
  margin: 0 0 20px;
  text-align: right;
  width: 100%;
}

#cart_table .coupon_table div {
  float: right;
  padding: 0 0 8px;
  width: 100px;
}

#cart_table .coupon .form-control,
#cart_table .reward .form-control {
  font-size: 12px;
  padding-top: 4px;
  width: 200px;
  height: 40px;
}

#cart_table .delete_td {
  width: 50px;
}

.group-checkbox-inline {
  margin-top: 10px;
  margin-bottom: 20px;
}

.group-checkbox-inline .checkbox-inline {
  display: block;
  margin-top: 5px;
  margin-left: 0px;
}

.search-form-input {
  height: 40px;
  border: 1px solid #e9ecef;
  font-size: 14px;
  box-shadow: none;
}

select.form-control {
  height: 55px;
  border: 1px solid #e9ecef;
  font-size: 16px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 25px;
  background: url('/catalog/view/theme/luxshop/image/select-arrow.svg') no-repeat right 15px center;
  background-color: #fff;
}

.danewpod .list-inline-item {
  margin-bottom: 5px;
  overflow: hidden;
}

.danewpod .list-inline-item a {
  background-color: #f3f3f3;
  border: 1px solid #d8dce5;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

.danewpod .list-inline-item a.active-date {
  background-color: #fff;
  border: 1px solid #d8dce5;
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}
