/**
 * Created by OBDEV-03 on 13/11/2560.
 */
/**
 * Created by OBDEV-02 on 13/11/2560.
 */
/**
 * Created by OBDEV-03 on 13/11/2560.
 */
/*font yp 2017*/
/*14px;*/
/*font weight*/
/*line height*/
/*border*/
/*hr*/
/*font color*/
/*margin padding*/
/*button*/
/*button color*/
/*list style*/
/*bg*/
/**
 * Created by OBDEV-03 on 21/11/2560.
 */
/*breakpoints RF.bootstrap*/
/*border*/
/********** image icon **********/
/**
 * Created by OBDEV-03 on 27/11/2560.
 */
/******************
BREAKPOINTS
******************/
/**
 * Created by OBDEV-03 on 5/6/2561.
 */
/**
 * Created by OBDEV-03 on 21/11/2560.
 */
/*margin padding*/
/* line 7, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.no-gutter {
  padding: 0;
}

/* line 10, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.no-margin {
  margin: 0;
}

/* line 14, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-top-fifteen {
  margin-top: 15px;
}

/* line 17, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-top-twenty {
  margin-top: 20px;
}

/* line 20, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-top-thirty {
  margin-top: 30px;
}

/* line 23, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-tb-thirty {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 27, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-bottom-fifteen {
  margin-bottom: 15px;
}

/* line 30, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-bottom-twenty {
  margin-bottom: 20px;
}

/* line 33, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-bottom-thirty {
  margin-bottom: 30px;
}

/* line 36, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-tb-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 40, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.margin-top-fifty {
  margin-top: 50px;
}

/*text nowwrap*/
/* line 48, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.lp-text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 54, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.default-border {
  border: 1px solid #ccc;
}

/*position image*/
/* line 60, ../../assets/sass/theme/stylesheets/_lptheme.scss */
img.align-right {
  float: right;
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* line 67, ../../assets/sass/theme/stylesheets/_lptheme.scss */
img.align-left {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
}

/*end porition image*/
/*Override*/
/* line 76, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.modal-backdrop.in {
  display: none;
}

/* line 80, ../../assets/sass/theme/stylesheets/_lptheme.scss */
#user-dialog-iframe .modal-dialog {
  z-index: 100;
}

/* line 84, ../../assets/sass/theme/stylesheets/_lptheme.scss */
#pages-rfq .modal-dialog {
  color: #333333;
  /*for dark theme*/
}

/* line 88, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.lp-attached-file-btn,
a.lp-attached-file-btn,
a.btn.lp-attached-file-btn {
  background-color: #0880F7;
  color: #FFFFFF;
}
/* line 93, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.lp-attached-file-btn:hover,
a.lp-attached-file-btn:hover,
a.btn.lp-attached-file-btn:hover {
  background-color: #2294F2;
  color: #FFFFFF;
}

/*request form*/
/* line 103, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.request-form-content label.form-required:after, .request-form-content span.form-required:after {
  content: '*';
  color: #ED2C24;
}

@media print {
  /* line 111, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 120, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /*a[href]:after {
      content: " (" attr(href) ")";
  }*/
  /* line 129, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  a[href]:after {
    content: none !important;
  }

  /* line 133, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  abbr[title]:after {
    /*content: " (" attr(title) ")";*/
    content: "";
  }

  /* line 140, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 145, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 151, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  thead {
    display: table-header-group;
  }

  /* line 155, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 160, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  img {
    max-width: 100% !important;
  }

  /* line 164, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 171, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 179, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .navbar {
    display: none;
  }

  /* line 184, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 188, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 192, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 194, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 200, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  /* line 205, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  #topblackbar {
    display: none;
  }

  /* line 208, ../../assets/sass/theme/stylesheets/_lptheme.scss */
  .alert-page-not-found {
    background-color: whitesmoke;
    font-family: 'Prompt',Helvetica, Arial, sans-serif;
  }
}
/*for telephone number*/
/* line 215, ../../assets/sass/theme/stylesheets/_lptheme.scss */
a[href^="tel:"] {
  white-space: nowrap;
}

/* line 219, ../../assets/sass/theme/stylesheets/_lptheme.scss */
.marin-top-fifty {
  margin-top: 50px;
}

/**
 * Created by OBDEV-03 on 22/5/2561.
 */
/* line 5, ../../assets/sass/theme/stylesheets/_gallery.scss */
.gallery, .gallery-promotion {
  max-width: 350px;
  margin: 0 auto;
}
/* line 8, ../../assets/sass/theme/stylesheets/_gallery.scss */
.gallery ul, .gallery-promotion ul {
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
/* line 12, ../../assets/sass/theme/stylesheets/_gallery.scss */
.gallery ul li, .gallery-promotion ul li {
  display: inline-block;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  height: 62px;
}
/* line 17, ../../assets/sass/theme/stylesheets/_gallery.scss */
.gallery ul li img, .gallery-promotion ul li img {
  max-width: 60px;
  object-fit: contain;
  max-height: 60px;
  height: 100%;
  width: 100%;
}

/**
 * Created by OBDEV-03 on 22/5/2561.
 */
/* line 5, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion {
  margin-top: 35px;
}

/* line 8, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-content-promotion {
  padding: 40px 10px 15px 10px;
}

/* line 12, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-wg-title-promotion {
  border-top: 50px solid #E00505;
  float: left;
  border-right: 50px solid transparent;
  height: 50px;
  min-width: 250px;
}

/*############ grid promotion  ###############*/
/* line 21, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-promotion-detail {
  max-width: 200px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
  margin-top: 10px;
}

/* line 33, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid ul li {
  width: 18.3%;
  height: 360px;
  float: left;
  display: inline-block;
  border: 1px solid #D6D6D6;
  padding: 3px;
  margin: 0.85%;
}
/* line 41, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid ul li:hover {
  border: 1px solid #E00505;
}
/* line 45, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid ul li.btn-promotion-detail-hover .btn-promotion-detail {
  border: 1px solid #E00505;
  color: #E00505;
  background-color: #FFFFFF;
}
/* line 52, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid .promotion-ribbon {
  position: relative;
}
/* line 54, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid .promotion-ribbon .discount-ribbon {
  top: -3px;
  right: -3px;
  position: absolute;
  background-color: #FFFFFF;
}

/* line 64, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid .wg-content-catalog-img {
  /*padding: 15px;*/
  height: 160px;
  border-bottom: 0;
}
/* line 68, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid .wg-content-catalog-img img {
  width: 100%;
  max-width: 160px;
  margin: auto;
  height: 100%;
  max-height: 160px;
  vertical-align: middle;
  object-fit: contain;
}
/* line 78, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-grid .price-detail {
  /*padding: 5px 20px;*/
  height: 85px;
}

/* line 84, ../../assets/sass/theme/stylesheets/_promotion.scss */
.discount-ribbon {
  border: 1px solid #E00505;
  color: #E00505;
  font-size: 12px;
  padding: 1px 4px;
}

/*############ list promotion  ###############*/
/* line 92, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list {
  display: none;
}
/* line 94, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list ul li {
  list-style: none;
  border: 1px solid #D6D6D6;
  padding: 8px;
  height: 140px;
}
/* line 99, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list ul li:hover {
  border: 1px solid #E00505;
}
/* line 103, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list .wg-content-catalog-img {
  height: 120px;
  border-bottom: 0;
}
/* line 106, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list .wg-content-catalog-img img {
  width: 100%;
  max-width: 120px;
  margin: auto;
  height: 100%;
  max-height: 120px;
  object-fit: contain;
}
/* line 115, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list .tradename-promotion {
  padding: 0;
  height: auto;
}
/* line 119, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list .price-detail {
  padding: 0;
}
/* line 122, ../../assets/sass/theme/stylesheets/_promotion.scss */
.lp-content-promotion-list .btn-promotion-detail {
  display: none;
}

/* line 127, ../../assets/sass/theme/stylesheets/_promotion.scss */
.promotion-list-item-detail {
  padding: 0;
}

/* line 131, ../../assets/sass/theme/stylesheets/_promotion.scss */
.tradename-promotion {
  text-align: left;
  width: 100%;
  height: 60px;
  /*padding: 5px 20px;*/
  cursor: pointer;
}
/* line 137, ../../assets/sass/theme/stylesheets/_promotion.scss */
.tradename-promotion a {
  max-height: 45px;
  overflow-y: hidden;
}
/* line 141, ../../assets/sass/theme/stylesheets/_promotion.scss */
.tradename-promotion p {
  color: #333333;
  margin-bottom: 0;
}
/* line 144, ../../assets/sass/theme/stylesheets/_promotion.scss */
.tradename-promotion p:hover {
  color: #E00505;
}

/* line 151, ../../assets/sass/theme/stylesheets/_promotion.scss */
.price-detail p {
  margin-bottom: 0;
}
/* line 154, ../../assets/sass/theme/stylesheets/_promotion.scss */
.price-detail .sale-price {
  font-size: 16px;
  color: #E00505;
}
/* line 158, ../../assets/sass/theme/stylesheets/_promotion.scss */
.price-detail .full-price {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
}
/* line 163, ../../assets/sass/theme/stylesheets/_promotion.scss */
.price-detail .time-price {
  font-size: 13px;
  color: #333333;
  /*for dark theme*/
}

/* line 169, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-promotion-btn {
  /*padding: 0 10px;*/
  /*margin-top: 10px;*/
}

/* line 174, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-view-all-promotion {
  text-align: center;
}

/* line 177, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-view-all-promotion {
  max-width: 300px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  border: 1px solid #E00505;
  color: #E00505;
}
/* line 184, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-view-all-promotion:hover {
  background-color: #E00505;
  color: #FFFFFF;
}

/*############   promotion view item ###############*/
/* line 191, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion {
  margin-top: 15px;
}

/* line 195, ../../assets/sass/theme/stylesheets/_promotion.scss */
.input-group-catalog {
  float: right;
}
/* line 197, ../../assets/sass/theme/stylesheets/_promotion.scss */
.input-group-catalog .input-search {
  max-width: 300px;
  height: 40px;
  font-size: 13px;
  color: #999999;
  padding: 10px;
  float: right;
  border-radius: 0;
}
/* line 206, ../../assets/sass/theme/stylesheets/_promotion.scss */
.input-group-catalog .btn-search {
  width: 40px;
  height: 40px;
  background-color: #CCCCCC;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #000000;
  float: none;
}

/* line 217, ../../assets/sass/theme/stylesheets/_promotion.scss */
.promotion-title {
  color: #E00505;
}

/* line 220, ../../assets/sass/theme/stylesheets/_promotion.scss */
.promotion-view-item-subject-detail h2 {
  margin-top: 0;
}

/* line 225, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price {
  margin-top: 10px;
}
/* line 227, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price p {
  margin-bottom: 0;
}
/* line 230, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price .price-line {
  color: #E00505;
  text-decoration: line-through;
}
/* line 234, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price .price-number {
  color: #FFFFFF;
}
/* line 237, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price .start-date {
  margin-top: 10px;
}
/* line 239, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view .price .start-date p {
  margin-bottom: 0;
}

/* line 246, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-buy-item {
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
  height: 36px;
  width: 150px;
  padding: 8px 12px;
}
/* line 253, ../../assets/sass/theme/stylesheets/_promotion.scss */
.btn-buy-item:hover {
  background-color: #FFFFFF;
  color: #E00505;
}

/* line 259, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-box-promotion-view {
  margin-top: 20px;
}

/* line 264, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-view-item-social ul {
  margin-top: 20px;
}
/* line 266, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-view-item-social ul li {
  display: inline-block;
}
/* line 268, ../../assets/sass/theme/stylesheets/_promotion.scss */
.yp-promotion-view-item-social ul li img {
  width: 60px;
}

/* line 275, ../../assets/sass/theme/stylesheets/_promotion.scss */
.content-promotion-detail {
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 20px;
}
/* line 280, ../../assets/sass/theme/stylesheets/_promotion.scss */
.content-promotion-detail a {
  word-wrap: break-word;
}

/*############   related promotion ###############*/
/* line 286, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-rec-promotion {
  margin-top: 35px;
}
/* line 288, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-rec-promotion .swiper-container {
  height: 420px;
  width: 90%;
  margin-top: 40px;
}
/* line 294, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-rec-promotion .lp-content-promotion-grid ul li {
  height: 350px;
}
/* line 298, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-rec-promotion .typ-icon-arrow-previous {
  left: 0;
}
/* line 301, ../../assets/sass/theme/stylesheets/_promotion.scss */
.wg-rec-promotion .typ-icon-arrow-next {
  right: 0;
}

@media (max-width: 574px) {
  /* line 310, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .wg-promotion .lp-content-promotion-grid {
    display: none;
  }

  /* line 313, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .wg-promotion .lp-content-promotion-list {
    display: block;
  }

  /* line 317, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .wg-rec-promotion .lp-content-promotion-list {
    display: none;
  }
}
@media (max-width: 414px) {
  /* line 326, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .promotion-list-item-img {
    padding-left: 1px;
  }

  /* line 331, ../../assets/sass/theme/stylesheets/_promotion.scss */
  .lp-content-promotion-grid ul li {
    width: 100%;
  }
}
/**
 * Created by OBDEV-03 on 27/11/2560.
 */
/**
 * Created by OBDEV-02 on 31/5/2561.
 */
/**
 * Created by OBDEV-03 on 28/12/2560.
 */
/*Count Notification*/
/* line 11, ../../assets/sass/theme/stylesheets/_notification.scss */
.li-notification i i {
  font-size: 1.4em;
}
/* line 15, ../../assets/sass/theme/stylesheets/_notification.scss */
.li-notification i span.quotation-text {
  padding-left: 3px;
}

/* line 22, ../../assets/sass/theme/stylesheets/_notification.scss */
.span-notification.ms-span-notification {
  text-align: center;
  background: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: -10px;
  border-radius: 9px;
  position: absolute;
  font-size: 10px;
  width: 14px;
  height: 14px;
  z-index: 1;
  line-height: 1.4;
  margin-top: -3px;
}

/* line 38, ../../assets/sass/theme/stylesheets/_notification.scss */
#span-sale-notification,
#span-buy-notification,
#span-chat-notification,
#span-sale-notification,
.shopping-container-notification,
.sale-container-notification {
  display: none;
}

/*Toggle*/
/* line 48, ../../assets/sass/theme/stylesheets/_notification.scss */
.shopping-container-notification,
.sale-container-notification {
  background-color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: absolute;
  top: 32px;
  z-index: 1000;
  display: none;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
}

/* line 63, ../../assets/sass/theme/stylesheets/_notification.scss */
.shopping-container-notification:before,
.sale-container-notification:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid black;
  border-color: transparent transparent white;
  margin-top: -20px;
  margin-left: 150px;
}

/* line 77, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-title {
  width: 100%;
  z-index: 1000;
  font-weight: 700;
  padding: 8px;
  font-size: 13px;
  color: #333333;
  text-align: center;
}

/*Margin toggle*/
/* line 88, ../../assets/sass/theme/stylesheets/_notification.scss */
.shopping-container-notification {
  right: 4.7%;
}

/*Margin toggle*/
/* line 93, ../../assets/sass/theme/stylesheets/_notification.scss */
.sale-container-notification {
  right: 10.9%;
}

/* line 97, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-title {
  border-bottom: 1px solid #E7E7E7;
}

/* line 101, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-content .notification-title a {
  color: #333333;
}

/* line 105, ../../assets/sass/theme/stylesheets/_notification.scss */
.popover-title {
  text-align: center;
}

/* line 109, ../../assets/sass/theme/stylesheets/_notification.scss */
.ul-notification,
.notification-list,
.notif-details-count,
.notif-details-total {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 118, ../../assets/sass/theme/stylesheets/_notification.scss */
p.details-total {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 124, ../../assets/sass/theme/stylesheets/_notification.scss */
.ul-notification li {
  height: 65px;
  border-bottom: 1px solid #E6E7E9;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 132, ../../assets/sass/theme/stylesheets/_notification.scss */
.ul-notification li:hover {
  background-color: #F4F4F4;
  border-bottom: 1px solid #00AEEF;
}

/* line 137, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-logo,
.notification-details {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 143, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-details p {
  font-size: 12px;
  margin: 0;
  color: #333333;
}

/* line 149, ../../assets/sass/theme/stylesheets/_notification.scss */
.notification-details div {
  color: #333333;
}

/* line 153, ../../assets/sass/theme/stylesheets/_notification.scss */
.notif-details-humanname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

/* line 160, ../../assets/sass/theme/stylesheets/_notification.scss */
.img-logo {
  max-height: 50px;
  margin: auto;
}

/*Modify pophover notif*/
/* line 166, ../../assets/sass/theme/stylesheets/_notification.scss */
.popover-content {
  padding-left: 0;
  padding-right: 0;
}

/* line 172, ../../assets/sass/theme/stylesheets/_notification.scss */
.shopping-cart-item .shopping-tool {
  text-align: right;
  position: absolute;
  margin-top: 15px;
  z-index: 10;
  padding-right: 5px;
  width: auto;
  right: 0px;
}
/* line 180, ../../assets/sass/theme/stylesheets/_notification.scss */
.shopping-cart-item .shopping-tool a {
  color: #FFFFFF;
  padding: 0;
}

/* line 188, ../../assets/sass/theme/stylesheets/_notification.scss */
.btn-shopping-tool-delete {
  padding: 0px;
  background-color: rgba(255, 51, 51, 0.8);
  width: 23px;
  height: 23px !important;
  border-radius: 20px !important;
  color: #FFFFFF;
}

/* line 197, ../../assets/sass/theme/stylesheets/_notification.scss */
.btn-shopping-tool-delete:hover {
  color: #FFFFFF;
}

/**
 * Created by OBDEV on 02/01/2563.
 * Print Catalog Detail
 */
@media print {
  @page {
    size: auto;
    margin: 0;
  }
  /* line 8, ../../assets/sass/theme/stylesheets/_media.scss */
  .header,
  .nav-full-width,
  .breadcrumb-catalog,
  .cw-footer,
  .wg-rec,
  .wg-title,
  header,
  .wg-print,
  .yp-catalog-view-item-rfq-btn,
  .profile-social-share,
  .my-container-grid,
  .header-catalog-page,
  .navbar-search,
  .attachedfile-cat-item,
  .wg-catalog-box-order,
  .gallery > ul,
  .catalog-keywords,
  .catalog-brands,
  .gallery-promotion > ul,
  .btn-buy-item,
  .group-buy-button,
  .wg-rec-promotion,
  .op-line,
  .show,
  .supersite-footer,
  .tool-box,
  #back-to-top {
    display: none !important;
  }

  /* line 39, ../../assets/sass/theme/stylesheets/_media.scss */
  .col-md-12 {
    width: 100% !important;
  }

  /* line 42, ../../assets/sass/theme/stylesheets/_media.scss */
  .col-md-5 {
    width: 41.66667% !important;
  }

  /* line 45, ../../assets/sass/theme/stylesheets/_media.scss */
  .col-md-7 {
    width: 58.33333% !important;
  }

  /* line 48, ../../assets/sass/theme/stylesheets/_media.scss */
  .catalog-view-item-subject-detail {
    margin-bottom: 20px !important;
  }

  /* line 51, ../../assets/sass/theme/stylesheets/_media.scss */
  .catalog-view-item-tab {
    margin-top: 0 !important;
  }
}
