/**
 * Created by OBDEV-02 on 11/1/2561.
 */
/**
 * Created by OBDEV-02 on 11/1/2561.
 */
@import url("https://fonts.googleapis.com/css?family=Prompt");
/*breakpoints RF.bootstrap*/
/*14px;*/
/**
 * Created by OBDEV-03 on 12/2/2561.
 */
/* line 5, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu {
  clear: both;
  display: none;
  width: 100%;
}
/* line 9, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu ul {
  padding-left: 0;
}
/* line 13, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu > ul > li {
  border-bottom: 1px solid #CCCCCC;
}
/* line 15, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu > ul > li.active {
  border-bottom: none;
}
/* line 18, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu > ul > li > a {
  display: block;
  color: #333333;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu > ul > li > a > span {
  display: block;
  /*padding: 15px 10px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 31, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu ul ul {
  display: none;
  /*margin-left: 30px;
  margin-right: 30px;*/
}
/* line 36, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu a {
  color: #333333;
  /*padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  margin: 3px;*/
}
/* line 43, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu li {
  list-style: none;
  /*&:last-child {
    border-bottom: none;
  }*/
}
/* line 48, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu li > ul > li {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 59, ../../assets/sass/onepage/stylesheets/_accordion.scss */
#op-accordion-menu ul ul li.li-hover {
  border-bottom: 1px solid #CCCCCC;
}

/**
* Created by OBDEV-03 on 15/1/2561.
*/
/* line 6, ../../assets/sass/onepage/stylesheets/_elements.scss */
h1 {
  font-size: 30px;
  font-weight: 400;
}

/* line 11, ../../assets/sass/onepage/stylesheets/_elements.scss */
h2 {
  font-size: 28px;
  font-weight: 400;
}

/* line 16, ../../assets/sass/onepage/stylesheets/_elements.scss */
h3 {
  font-size: 26px;
  font-weight: 400;
}

/* line 21, ../../assets/sass/onepage/stylesheets/_elements.scss */
h4 {
  font-size: 24px;
  font-weight: 400;
}

/* line 26, ../../assets/sass/onepage/stylesheets/_elements.scss */
h5 {
  font-size: 22px;
  font-weight: 400;
}

/* line 31, ../../assets/sass/onepage/stylesheets/_elements.scss */
h6 {
  font-size: 20px;
  font-weight: 400;
}

/* line 36, ../../assets/sass/onepage/stylesheets/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}

/* line 40, ../../assets/sass/onepage/stylesheets/_elements.scss */
h1 span {
  font-size: 30px;
  /*font-weight: $op-font-bold;*/
}

/* line 45, ../../assets/sass/onepage/stylesheets/_elements.scss */
h2 span {
  font-size: 28px;
  /*font-weight: $op-font-bold;*/
}

/* line 50, ../../assets/sass/onepage/stylesheets/_elements.scss */
h3 span {
  font-size: 26px;
  /*font-weight: $op-font-bold;*/
}

/* line 55, ../../assets/sass/onepage/stylesheets/_elements.scss */
h4 span {
  font-size: 24px;
  /*font-weight: $op-font-bold;*/
}

/* line 60, ../../assets/sass/onepage/stylesheets/_elements.scss */
h5 span {
  font-size: 22px;
  /*font-weight: $op-font-bold;*/
}

/* line 65, ../../assets/sass/onepage/stylesheets/_elements.scss */
h6 span {
  font-size: 20px;
  /*font-weight: $op-font-bold;*/
}

/* line 70, ../../assets/sass/onepage/stylesheets/_elements.scss */
p {
  font-size: 16px;
}

/* line 74, ../../assets/sass/onepage/stylesheets/_elements.scss */
span {
  font-size: 16px;
}

/* line 78, ../../assets/sass/onepage/stylesheets/_elements.scss */
a {
  color: #F99B1C;
}
/* line 80, ../../assets/sass/onepage/stylesheets/_elements.scss */
a:hover {
  color: #333333;
  text-decoration: none;
}
/* line 84, ../../assets/sass/onepage/stylesheets/_elements.scss */
a:focus {
  text-decoration: none;
}

/* line 89, ../../assets/sass/onepage/stylesheets/_elements.scss */
body {
  background-color: #FFFFFF;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0px auto;
  padding: 0px;
  line-height: 180%;
}

/* line 3, ../../assets/sass/onepage/stylesheets/_main.scss */
body {
  font-family: 'Prompt',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 7, ../../assets/sass/onepage/stylesheets/_main.scss */
.no-gutter {
  padding: 0;
}

/* line 10, ../../assets/sass/onepage/stylesheets/_main.scss */
.margin-top-fifty {
  margin-top: 50px;
}

/* line 14, ../../assets/sass/onepage/stylesheets/_main.scss */
.line-e8 {
  border-top: 1px solid #E8E8E8;
}

/*------------------------------- body -------------------------------*/
/* line 21, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content {
  margin-top: 40px;
  word-wrap: break-word;
}

/* line 25, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content img {
  max-width: 100%;
  height: auto;
}

/* line 30, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content p.text-align-center > img {
  display: inline-block;
  height: auto;
}

/* line 35, ../../assets/sass/onepage/stylesheets/_main.scss */
.text-ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/*############  title  ###############*/
/* line 44, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-title h1, .wg-title h2, .wg-title h3, .wg-title-wc h1, .wg-title-wc h2, .wg-title-wc h3, .wg-rec-title h1, .wg-rec-title h2, .wg-rec-title h3 {
  width: 100%;
  text-align: left;
  border-bottom: 3px solid #F99B1C;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 28px;
  font-weight: 400;
}
/* line 54, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-title h1 span, .wg-title h2 span, .wg-title h3 span, .wg-title-wc h1 span, .wg-title-wc h2 span, .wg-title-wc h3 span, .wg-rec-title h1 span, .wg-rec-title h2 span, .wg-rec-title h3 span {
  background: #FFFFFF;
  padding: 0 12px;
  position: relative;
  left: 50px;
  font-size: 28px;
}

/* line 65, ../../assets/sass/onepage/stylesheets/_main.scss */
.line-bottom-title:after {
  height: 3px;
  width: 50px;
  margin-top: 7px;
  display: block;
  content: "";
  background-color: #F99B1C;
}

/* line 72, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-title-promotion h1, .wg-title-promotion h2, .wg-title-promotion h3 {
  width: 100%;
  text-align: left;
  border-bottom: 3px solid #E00505;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
/* line 80, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-title-promotion h1 span, .wg-title-promotion h2 span, .wg-title-promotion h3 span {
  background: #FFFFFF;
  padding: 0 12px;
  position: relative;
  left: 50px;
}

/*############  address ###############*/
/* line 91, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-address {
  float: none;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 98, ../../assets/sass/onepage/stylesheets/_main.scss */
.address-data {
  padding: 10px 15px;
}
/* line 100, ../../assets/sass/onepage/stylesheets/_main.scss */
.address-data a {
  word-wrap: break-word;
}
/* line 103, ../../assets/sass/onepage/stylesheets/_main.scss */
.address-data p {
  margin: 0;
}
/* line 106, ../../assets/sass/onepage/stylesheets/_main.scss */
.address-data:nth-child(odd) {
  background-color: #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}
/* line 111, ../../assets/sass/onepage/stylesheets/_main.scss */
.address-data:nth-child(even) {
  background-color: #FFFFFF;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}

/* line 118, ../../assets/sass/onepage/stylesheets/_main.scss */
.contact a.telephone {
  color: #0c59e9;
}

/*############  tab ###############*/
/* line 124, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu ul {
  display: inline-block;
  padding-left: 0;
}
/* line 127, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu ul li.wg-tab-title {
  display: inline-block;
  float: left;
  width: 250px;
  border-bottom: 3px solid #CCCCCC;
}
/* line 132, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu ul li.wg-tab-title:hover, .wg-tab-menu ul li.wg-tab-title.active {
  border-bottom: 3px solid #F99B1C;
}
/* line 136, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu ul li.wg-tab-title a {
  color: #333333;
}
/* line 138, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu ul li.wg-tab-title a:hover, .wg-tab-menu ul li.wg-tab-title a:focus {
  background-color: #FFFFFF;
}

/* line 147, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu > .active {
  display: block;
}
/* line 150, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-tab-menu > .tab-pane {
  display: none;
}

/*end tab*/
/* line 157, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul {
  padding-left: 0;
  text-align: center;
}
/* line 160, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li {
  float: none;
  display: inline-block;
}
/* line 163, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li .frontview-content {
  max-width: 340px;
  width: 100%;
  margin: auto;
}
/* line 168, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li img {
  width: 100%;
  object-fit: contain;
  height: 255px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #E7E7E7;
}
/* line 176, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(3), .wg-frontview ul li:first-child:nth-last-child(3) ~ li {
  width: 31.5%;
}
/* line 180, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(2) {
  width: 49%;
}
/* line 182, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(2) .frontview-content {
  float: right;
  margin-right: 10px;
}
/* line 187, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(2) ~ li {
  width: 49%;
}
/* line 189, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(2) ~ li .frontview-content {
  float: left;
  margin-left: 10px;
}
/* line 194, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(1), .wg-frontview ul li:first-child:nth-last-child(1) ~ li {
  width: auto;
}
/* line 197, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(1) .frontview-content, .wg-frontview ul li:first-child:nth-last-child(1) ~ li .frontview-content {
  max-width: 100%;
}
/* line 200, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li:first-child:nth-last-child(1) img, .wg-frontview ul li:first-child:nth-last-child(1) ~ li img {
  max-height: 400px;
  height: 100%;
  width: auto;
}
/* line 206, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-frontview ul li .caption-frontview {
  height: 50px;
  background-color: #E7E7E7;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}

/* line 221, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_product {
  border: 12.5px solid #E9E9E9;
  margin-bottom: 88px !important;
  height: 385px;
}
/* line 225, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_product .slick-slide img {
  max-width: 300px;
  max-height: 225px;
  width: 100%;
  height: 100%;
}
/* line 234, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_product .silde-img img {
  max-width: 430px;
  width: 100%;
  max-height: 330px;
  height: 100%;
  margin: auto;
}

/* line 243, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_slick_detail {
  background-color: #E9E9E9;
  height: 30px;
  width: 100%;
}
/* line 247, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_slick_detail p {
  margin: 0;
}
/* line 250, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_slick_detail .Carousel_slick_detail_name {
  margin-top: 10px;
  float: left;
  width: 90%;
}
/* line 255, ../../assets/sass/onepage/stylesheets/_main.scss */
.Carousel_slick_detail .slick_total_slides {
  margin-top: 10px;
  float: left;
  width: 10%;
}

/* line 261, ../../assets/sass/onepage/stylesheets/_main.scss */
.carousel_pagination {
  border: 1px solid #999999;
}

/*############  google map ###############*/
/* line 267, ../../assets/sass/onepage/stylesheets/_main.scss */
.navigate-map {
  margin-top: 30px;
}

/* line 271, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-location-dummy {
  position: relative;
  height: 485px;
  overflow: hidden;
}

/*.wg-location-dummy iframe{
  padding-left: 15px;
  padding-right: 15px;
}*/
/* line 281, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-location-dummy iframe.full-iframe {
  padding-right: 0;
  padding-left: 0;
}

/* line 289, ../../assets/sass/onepage/stylesheets/_main.scss */
.img-center {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Video */
/* line 296, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-vdo-tab {
  max-width: 556px;
  max-height: 360px;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 305, ../../assets/sass/onepage/stylesheets/_main.scss */
button.close {
  width: 40px;
  height: 40px;
  margin-top: -25px;
  margin-right: -10px;
  opacity: 1;
}

/* line 313, ../../assets/sass/onepage/stylesheets/_main.scss */
.widget-textbody {
  padding-left: 15px;
  padding-right: 15px;
}

/*############  style rfq form ###############*/
/* line 321, ../../assets/sass/onepage/stylesheets/_main.scss */
.pages-menu-request-name h2 {
  color: #F99B1C;
}

/* line 326, ../../assets/sass/onepage/stylesheets/_main.scss */
.request-form-content {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  padding: 20px;
  color: #333333;
}

/* line 333, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12 {
  max-width: 610px;
  width: 100%;
  margin: auto;
}
/* line 337, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12 input, .form-input-col-12 select, .form-input-col-12 textarea {
  border-radius: 0;
}

/* line 343, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-6.col-first {
  padding-left: 0;
}
/* line 346, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-6.col-second {
  padding-right: 0;
}

/* line 351, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12-checkboxs {
  clear: both;
  max-width: 610px;
  width: 100%;
  margin: auto;
}
/* line 356, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12-checkboxs .checkbox {
  padding: 6px 15px;
  margin-top: 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
}
/* line 362, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12-checkboxs .fieldset-wrapper {
  background-color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
/* line 368, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12-checkboxs legend {
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 373, ../../assets/sass/onepage/stylesheets/_main.scss */
.form-input-col-12-checkboxs .fieldgroup {
  margin-bottom: 15px;
}

/* line 379, ../../assets/sass/onepage/stylesheets/_main.scss */
.catalog-request-form-content .btn-bd-yellow, .catalog-request-form-content .btn-bg-yellow {
  margin-top: 10px;
}

/* line 384, ../../assets/sass/onepage/stylesheets/_main.scss */
.jconfirm-box {
  color: #333333;
}

/* line 389, ../../assets/sass/onepage/stylesheets/_main.scss */
.widget-full-width-location {
  display: block;
}

/* Testing LoadMore */
/* line 394, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-loadmore {
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
  max-height: 250px;
}

/* line 400, ../../assets/sass/onepage/stylesheets/_main.scss */
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 405, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog {
  margin-top: 15%;
}
/* line 407, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-header {
  background-color: #FFCC00;
  height: 35px;
  padding: 0 15px;
}
/* line 411, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-header .modal-title {
  font-size: 20px;
}
/* line 415, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-content > .modal-body > .form-item input {
  height: 34px;
  border: 1px solid #CCCCCC;
  width: 100%;
}
/* line 420, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-title {
  line-height: 35px;
}
/* line 423, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-body, .login-page .modal-dialog .login-page .modal-footer {
  background-color: #FFFFFF;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #999999;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  color: #333333;
}
/* line 431, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-footer {
  margin-top: 10px;
  padding: 0;
}
/* line 434, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-footer .text-align-left a {
  color: #0745A8;
  text-decoration: none;
  cursor: pointer;
}
/* line 439, ../../assets/sass/onepage/stylesheets/_main.scss */
.login-page .modal-dialog .modal-footer .text-align-right a {
  color: #0745A8;
  text-decoration: none;
  cursor: pointer;
}

/* line 447, ../../assets/sass/onepage/stylesheets/_main.scss */
.btn-login-div {
  margin-top: 10px;
}
/* line 449, ../../assets/sass/onepage/stylesheets/_main.scss */
.btn-login-div .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 454, ../../assets/sass/onepage/stylesheets/_main.scss */
.btn-login-div .btn-primary {
  height: 34px;
  border: 1px solid #057EC9;
  color: #FFFFFF;
}

/*############  pagination ###############*/
/* line 465, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content-pager .pagination > li > a, .wg-content-pager .pagination > li > span {
  border: 1px solid #F99B1C;
  color: #F99B1C;
  border-radius: 0;
}
/* line 470, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content-pager .pagination > li > a:hover, .wg-content-pager .pagination > li > a:focus, .wg-content-pager .pagination > li > span:hover, .wg-content-pager .pagination > li > span:focus {
  background-color: #F99B1C;
  color: #FFFFFF;
}
/* line 476, ../../assets/sass/onepage/stylesheets/_main.scss */
.wg-content-pager .pagination > .active > a, .wg-content-pager .pagination > .active > a:hover, .wg-content-pager .pagination > .active > a:focus, .wg-content-pager .pagination > .active > span, .wg-content-pager .pagination > .active > span:hover, .wg-content-pager .pagination > .active > span:focus {
  background-color: #F99B1C;
  color: #FFFFFF;
  border: 1px solid #F99B1C;
}

/* Honey */
/* line 485, ../../assets/sass/onepage/stylesheets/_main.scss */
#edit-honey, #honey, .honey {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*
* background color for table
*/
/* line 496, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-red {
  background-color: #E00505;
  color: #FFFFFF;
}

/* line 500, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-orange {
  background-color: #F99B1C;
}

/* line 504, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-blue {
  background-color: #053996;
}

/* line 508, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-sky {
  background-color: #2294F2;
}

/* line 512, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-green {
  background-color: #099E86;
}

/* line 515, ../../assets/sass/onepage/stylesheets/_main.scss */
.background-orange-lv2 {
  background-color: #f9dca8;
}

/* line 518, ../../assets/sass/onepage/stylesheets/_main.scss */
.container-user-form, .container-user-register-form {
  color: #333333;
}

/* line 521, ../../assets/sass/onepage/stylesheets/_main.scss */
.container-user-form input {
  border-radius: 0;
}

/* line 524, ../../assets/sass/onepage/stylesheets/_main.scss */
.container-user-register-form input {
  border-radius: 0;
}

/* line 527, ../../assets/sass/onepage/stylesheets/_main.scss */
.fill-block-register {
  margin-top: 10px;
  padding-top: 30px;
}

/* line 532, ../../assets/sass/onepage/stylesheets/_main.scss */
.fill-block-register a.submit-btn-success {
  border-radius: 0;
}

/* line 535, ../../assets/sass/onepage/stylesheets/_main.scss */
.center-button {
  text-align: center;
  margin-bottom: 15px;
}

/* line 540, ../../assets/sass/onepage/stylesheets/_main.scss */
.file-block-login a.edit-cancel-customer, button.submit-btn-success {
  border-radius: 0;
}

/* line 544, ../../assets/sass/onepage/stylesheets/_main.scss */
.btn.edit-cancel-customer,
.btn-edit-cancel {
  background-color: #FFFFFF;
  border: 1px solid #008900;
  color: #008900;
  height: 34px;
  margin: 3px;
  border-radius: 0;
}

/* line 554, ../../assets/sass/onepage/stylesheets/_main.scss */
#edit-reset {
  color: #053996;
}
/* line 556, ../../assets/sass/onepage/stylesheets/_main.scss */
#edit-reset:hover {
  color: #333333;
}

/* line 561, ../../assets/sass/onepage/stylesheets/_main.scss */
.center-button-margin .btn {
  margin-top: 0;
}

/* line 564, ../../assets/sass/onepage/stylesheets/_main.scss */
.user-register-form {
  margin: 0 auto;
  width: 1170px;
  color: #333333;
}
/* line 568, ../../assets/sass/onepage/stylesheets/_main.scss */
.user-register-form input {
  border-radius: 0;
}
/* line 571, ../../assets/sass/onepage/stylesheets/_main.scss */
.user-register-form button.button--primary {
  border-radius: 0;
  background: #00A000;
  color: #FFFFFF;
}
/* line 575, ../../assets/sass/onepage/stylesheets/_main.scss */
.user-register-form button.button--primary:hover {
  color: #333333;
  background: #FFFFFF;
}

/*error*/
/* line 586, ../../assets/sass/onepage/stylesheets/_main.scss */
.alert-error-img img {
  margin: auto;
}

/* line 590, ../../assets/sass/onepage/stylesheets/_main.scss */
.loading {
  display: none;
}

/**
 * Created by OBDEV-03 on 2/2/2561.
 */
/******************
BREAKPOINTS
******************/
/*top black bar*/
/* line 2, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-top-black-bar {
  background-color: #333333;
  font-family: "Prompt","Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 34px;
}
/* line 6, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-top-black-bar a {
  color: #FFFFFF;
  text-align: left;
}
/* line 9, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-top-black-bar a h1 {
  font-size: 1em;
  margin: 0;
  margin-top: 3px;
  float: left;
  font-weight: normal;
}
/* line 18, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-top-black-bar .yp-name:hover, .onepage-top-black-bar .onepage-black-bar-menu-right a:hover {
  color: #FFCC21;
}

/* line 23, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .navbar-fixed-top {
  z-index: 15;
}

/* line 26, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu {
  height: 34px;
}
/* line 28, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu a, .onepage-black-bar-menu span, .onepage-black-bar-menu p {
  font-size: 14px;
}
/* line 31, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .onepage-black-bar-menu-left {
  text-align: left;
  /*& .op-language {
    color: $op-dark-yellow-color;
  }*/
}
/* line 33, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .onepage-black-bar-menu-left ul {
  margin-top: 0;
}
/* line 36, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .onepage-black-bar-menu-left label {
  font-weight: normal;
}
/* line 43, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .onepage-black-bar-menu-right {
  text-align: right;
}
/* line 46, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu ul {
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 0;
}
/* line 51, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
}
/* line 56, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu ul li a {
  color: #FFFFFF;
}
/* line 58, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu ul li a .order-count, .onepage-black-bar-menu ul li a .span-notification {
  color: #FFCC21;
}
/* line 64, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.onepage-black-bar-menu .li-pipe {
  color: #FFFFFF;
  margin-left: 5px;
}

/* line 71, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.home-page-ads-for-customer a {
  float: left;
}
/* line 74, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.home-page-ads-for-customer .user-img-popover {
  width: 22px;
  height: 22px;
}
/* line 77, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.home-page-ads-for-customer .user-img-popover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

/*############  popup login ###############*/
/* line 87, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 90, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content a {
  color: #0745A8;
}
/* line 92, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content a:hover {
  color: #333333;
}
/* line 96, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content .user-logo-popover {
  width: 52px;
  height: 52px;
  border: 1px solid #CCCCCC;
  margin: auto;
}
/* line 102, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content .user-popover-footer {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #E7E7E7;
}
/* line 107, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content .user-popover-footer .login-footer-edit {
  float: left;
}
/* line 110, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.popover-content .user-popover-footer .login-footer-logout {
  float: right;
}

/**** Tooltip ****/
/* line 117, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  height: 70px;
  background-color: #FFCC21;
  color: #333333;
  border-radius: 6px;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: left;
}
/* line 132, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFCC21 transparent;
}
/* line 144, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.tooltip.toggle {
  opacity: 1;
}
/* line 146, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
.tooltip.toggle .tooltiptext {
  visibility: visible;
  opacity: 1;
  top: 5px;
}

/* line 156, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
ul.list-languages li a {
  color: #333333;
}

@media (max-width: 768px) {
  /* line 165, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .tooltip .tooltiptext::after {
    left: 40% !important;
  }
  /* line 169, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .tooltip.toggle {
    left: 0;
    right: 40%;
  }
}
@media (max-width: 574px) {
  /* line 179, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .popover-content .user-popover-footer {
    text-align: center;
  }
  /* line 181, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .popover-content .user-popover-footer .login-footer-edit, .popover-content .user-popover-footer .login-footer-logout {
    width: 100%;
  }

  /* line 189, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .tooltip .tooltiptext::after {
    left: 75% !important;
  }
  /* line 193, ../../assets/sass/onepage/stylesheets/_topblackbar.scss */
  .tooltip.toggle {
    left: 0;
    right: 40%;
  }
}
/**
 * Created by OBDEV-03 on 2/2/2561.
 */
@media (min-width: 992px) and (max-width: 1199px) {
  /*tab*/
  /* line 11, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title {
    width: 230px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /*tab*/
  /* line 26, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title {
    width: 180px;
  }
}
@media (max-width: 768px) {
  /* line 37, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu {
    /*tab page front*/
  }
  /* line 38, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    color: #333333;
    background-color: #F99B1C;
    border-radius: 0;
    height: 36px;
  }
  /* line 45, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul {
    width: 100%;
  }
  /* line 48, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(1), .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(1) ~ li {
    width: 100%;
  }
  /* line 52, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(2), .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  /* line 56, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(3), .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(3) ~ li {
    width: 32.5%;
  }
  /* line 60, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(4), .wg-tab-menu ul li.wg-tab-title:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
}
@media (max-width: 574px) {
  /* line 74, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .onepage-black-bar-menu .yp-name {
    display: none;
  }

  /*############  title  ###############*/
  /* line 79, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title:after, .wg-title-wc:after, .wg-rec-title:after {
    height: 3px;
    width: 50px;
    margin-top: 7px;
    display: block;
    content: "";
    background-color: #F99B1C;
  }
  /* line 83, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title h2, .wg-title-wc h2, .wg-rec-title h2 {
    border-bottom: none;
    line-height: 1.5;
    margin: 0;
  }
  /* line 87, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title h2 span, .wg-title-wc h2 span, .wg-rec-title h2 span {
    background: transparent;
    padding: 0;
    position: relative;
    left: 0;
  }

  /* line 97, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title-promotion:after {
    height: 3px;
    width: 50px;
    margin-top: 7px;
    background: #E00505;
    display: block;
    content: "";
  }
  /* line 105, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title-promotion h2 {
    border-bottom: none;
    line-height: 1.5;
    margin: 0;
  }
  /* line 109, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-title-promotion h2 span {
    background: transparent;
    padding: 0;
    position: relative;
    left: 0;
  }

  /*############  end title  ###############*/
  /* line 122, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-tab-menu ul li.wg-tab-title a {
    padding: 10px 0;
  }

  /* line 131, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-frontview ul li, .frontview-intab ul li, .front-view-body ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 136, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-frontview ul li:first-child:nth-last-child(1) .frontview-content, .wg-frontview ul li:first-child:nth-last-child(1) ~ li .frontview-content, .frontview-intab ul li:first-child:nth-last-child(1) .frontview-content, .frontview-intab ul li:first-child:nth-last-child(1) ~ li .frontview-content, .front-view-body ul li:first-child:nth-last-child(1) .frontview-content, .front-view-body ul li:first-child:nth-last-child(1) ~ li .frontview-content {
    max-width: 340px;
    float: none;
    margin: auto;
  }
  /* line 141, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-frontview ul li:first-child:nth-last-child(1) img, .wg-frontview ul li:first-child:nth-last-child(1) ~ li img, .frontview-intab ul li:first-child:nth-last-child(1) img, .frontview-intab ul li:first-child:nth-last-child(1) ~ li img, .front-view-body ul li:first-child:nth-last-child(1) img, .front-view-body ul li:first-child:nth-last-child(1) ~ li img {
    height: auto;
  }
  /* line 145, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-frontview ul li:first-child:nth-last-child(2), .wg-frontview ul li:first-child:nth-last-child(2) ~ li, .wg-frontview ul li:first-child:nth-last-child(3), .wg-frontview ul li:first-child:nth-last-child(3) ~ li, .frontview-intab ul li:first-child:nth-last-child(2), .frontview-intab ul li:first-child:nth-last-child(2) ~ li, .frontview-intab ul li:first-child:nth-last-child(3), .frontview-intab ul li:first-child:nth-last-child(3) ~ li, .front-view-body ul li:first-child:nth-last-child(2), .front-view-body ul li:first-child:nth-last-child(2) ~ li, .front-view-body ul li:first-child:nth-last-child(3), .front-view-body ul li:first-child:nth-last-child(3) ~ li {
    width: 100%;
  }
  /* line 150, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .wg-frontview ul li:first-child:nth-last-child(2) .frontview-content, .wg-frontview ul li:first-child:nth-last-child(2) ~ li .frontview-content, .wg-frontview ul li:first-child:nth-last-child(3) .frontview-content, .wg-frontview ul li:first-child:nth-last-child(3) ~ li .frontview-content, .frontview-intab ul li:first-child:nth-last-child(2) .frontview-content, .frontview-intab ul li:first-child:nth-last-child(2) ~ li .frontview-content, .frontview-intab ul li:first-child:nth-last-child(3) .frontview-content, .frontview-intab ul li:first-child:nth-last-child(3) ~ li .frontview-content, .front-view-body ul li:first-child:nth-last-child(2) .frontview-content, .front-view-body ul li:first-child:nth-last-child(2) ~ li .frontview-content, .front-view-body ul li:first-child:nth-last-child(3) .frontview-content, .front-view-body ul li:first-child:nth-last-child(3) ~ li .frontview-content {
    float: none;
    margin: auto;
  }

  /* line 159, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .padding-mobile {
    padding: 0;
  }

  /*############  style rfq form ###############*/
  /* line 165, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .form-input-col-6.col-first {
    padding-right: 0;
  }
  /* line 168, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .form-input-col-6.col-second {
    padding-left: 0;
  }

  /* line 173, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left,
  .text-align-right,
  .text-align-center {
    word-break: break-word;
  }
  /* line 177, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left iframe,
  .text-align-right iframe,
  .text-align-center iframe {
    width: 100%;
  }
}
@media (max-width: 414px) {
  /* line 186, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left, .text-align-right, .text-align-center {
    word-break: break-word;
  }
  /* line 188, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left iframe, .text-align-right iframe, .text-align-center iframe {
    width: 100%;
  }
}
@media (max-width: 375px) {
  /*.onepage-black-bar-menu-left {
    width: 33.33%;
  }
  .onepage-black-bar-menu-right {
    width: 66.66%;
  }*/
  /* line 204, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left, .text-align-right, .text-align-center {
    word-break: break-word;
  }
  /* line 206, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  .text-align-left iframe, .text-align-right iframe, .text-align-center iframe {
    width: 100%;
  }

  /* line 212, ../../assets/sass/onepage/stylesheets/_breakpointtheme.scss */
  p iframe {
    width: 100%;
  }
}
/**
 * Created by OBDEV-03 on 9/3/2561.
 */
/*btn*/
/* line 7, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.navigate-map a {
  background-color: #FFFFFF;
  border: 1px solid #F99B1C;
  color: #F99B1C;
  max-width: 300px;
  width: 100%;
  height: 34px;
}
/* line 12, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.navigate-map a:hover {
  background-color: #F99B1C;
  border: 1px solid #F99B1C;
  color: #FFFFFF;
}

/* line 18, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.typ-btn-direction {
  border: 1px solid #F99B1C;
  border-radius: 0;
  color: #F99B1C;
}
/* line 22, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.typ-btn-direction:hover {
  background-color: #F99B1C;
  color: #FFFFFF;
}

/* line 28, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.typ-btn-map-area {
  border-radius: 0;
}

/* line 32, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-ok-quotation {
  background-color: #008900;
  border: 1px solid #008900;
  color: #FFFFFF;
  border-radius: 0;
}
/* line 35, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-ok-quotation:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/* line 39, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-cancel-quotation {
  border: 1px solid #008900;
  color: #008900;
  border-radius: 0;
}
/* line 42, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-cancel-quotation:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/* line 47, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bd-yellow {
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 34px;
}
/* line 50, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bd-yellow:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}
/* line 53, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bd-yellow.btn-default[disabled]:hover {
  background-color: #FFCC00;
}
/* line 56, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bd-yellow.is-disabled.btn-default:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/* line 61, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bg-yellow {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 34px;
}
/* line 64, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-bg-yellow:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/* line 69, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-bd-yellow {
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 34px;
}
/* line 72, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-bd-yellow:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/* line 77, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-bg-yellow {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 34px;
}
/* line 80, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-bg-yellow:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
  color: #333333;
}

/* line 86, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn.btn-success {
  background-color: #008900;
  border: 1px solid #008900;
  color: #FFFFFF;
  height: 34px;
}
/* line 89, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn.btn-success:hover {
  background-color: #029602;
  color: #FFFFFF;
}

/*end btn*/
/*catalog item*/
/* line 96, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-request-more-detail {
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 36px;
  width: 150px;
  padding: 8px 12px;
  margin-right: 4px;
}
/* line 102, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-request-more-detail:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/* line 107, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-request-rfq {
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 36px;
  width: 150px;
  padding: 8px 12px;
  margin-right: 4px;
}
/* line 113, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-request-rfq:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}
/* line 116, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-request-rfq span {
  font-size: 14px;
}

/* line 121, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-order {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #333333;
  height: 36px;
  width: 150px;
  padding: 8px 12px;
  margin-right: 4px;
}
/* line 127, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-order span {
  font-size: 14px;
}
/* line 130, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-order:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/* line 135, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-quotation {
  background-color: #0880F7;
  color: #FFFFFF;
}
/* line 137, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.yp-btn-quotation:hover, .yp-btn-quotation:focus {
  background-color: #2294F2;
  color: #FFFFFF;
}

/*style rfq form*/
/* line 145, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.request-form-content .btn-primary {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #333333;
  border-radius: 0;
  margin: 5px;
}
/* line 149, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.request-form-content .btn-primary:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}
/* line 153, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.request-form-content .btn-primary-cancel {
  background-color: #FFFFFF;
  border: 1px solid #FFCC00;
  color: #333333;
  border-radius: 0;
  margin: 5px;
}
/* line 157, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.request-form-content .btn-primary-cancel:hover {
  background-color: #fbbc05;
  border: 1px solid #FFCC00;
}

/*tag*/
/* line 164, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box {
  width: 100%;
  margin-top: 34px;
}
/* line 167, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box.catalog-box-variations {
  margin-top: 0;
}
/* line 169, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box.catalog-box-variations .wg-catalog-box-sm {
  color: #F99B1C;
}
/* line 171, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box.catalog-box-variations .wg-catalog-box-sm:hover, .wg-catalog-box.catalog-box-variations .wg-catalog-box-sm.active {
  background-color: #F99B1C;
  color: #FFFFFF;
}
/* line 178, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box .wg-catalog-box-sm {
  background-color: #FFFFFF;
  border: 1px solid #F99B1C;
  float: left;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 6px;
  margin-bottom: 6px;
  height: 32px;
  border-radius: 0px;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 14px;
}
/* line 191, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box .wg-catalog-box-sm:hover {
  background-color: #F99B1C;
}
/* line 193, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box .wg-catalog-box-sm:hover a {
  color: #FFFFFF;
}
/* line 197, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.wg-catalog-box .wg-catalog-box-sm a {
  color: #333333;
  font-size: 14px;
}

/*end tag*/
/*layout catalog*/
/* line 206, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-request-rfq {
  max-width: 200px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  margin-top: 10px;
  /*&:hover {
    @include op-white-btn-border-orange;
  }*/
}

/* line 217, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-view-all-catalog {
  max-width: 300px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid #F99B1C;
  color: #F99B1C;
}
/* line 223, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-view-all-catalog:hover {
  background-color: #F99B1C;
  border: 1px solid #F99B1C;
  color: #FFFFFF;
}

/*layout promotion cat*/
/* line 229, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
.btn-promotion-detail {
  max-width: 200px;
  width: 100%;
  height: 34px;
  border-radius: 0;
  margin-top: 10px;
  background-color: #E00505;
  border: 1px solid #E00505;
  color: #FFFFFF;
}

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

@media (max-width: 768px) {
  /* line 253, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
  .yp-btn-order, .yp-btn-request-rfq, .yp-btn-request-more-detail {
    width: 110px;
  }
}
@media (max-width: 574px) {
  /*catalog item*/
  /* line 263, ../../assets/sass/onepage/stylesheets/_button-custom.scss */
  .yp-btn-request-more-detail,
  .yp-btn-request-rfq,
  .yp-btn-order,
  .btn-buy-item {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
/*############  icon catalog ###############*/
/* line 2, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-icon {
  margin-bottom: 12px;
  text-align: right;
}

/* line 6, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.icon-gridview, .icon-listview {
  display: inline-block;
}
/* line 8, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.icon-gridview i, .icon-listview i {
  color: #F99B1C;
  font-size: 28px;
  cursor: pointer;
}

/* line 14, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.icon-gridview {
  margin-right: 6px;
}

/*############  grid catalog  ###############*/
/* line 19, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid {
  line-height: 130%;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid ul {
  padding-left: 0;
}
/* line 23, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid ul li {
  width: 20%;
  /*height: 330px;*/
  height: 380px;
  float: left;
  display: inline-block;
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
  padding: 15px;
}
/* line 32, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid ul li:hover {
  border: 1px solid #FF9933;
}
/* line 35, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid ul li .btn-request-rfq {
  background-color: #F99B1C;
  border: 1px solid #F99B1C;
  color: #FFFFFF;
  /*&:hover {
    @include op-white-btn-border-orange;
  }*/
}
/* line 42, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid ul li.btn-request-rfq-hover .btn-request-rfq {
  background-color: #FFFFFF;
  border: 1px solid #F99B1C;
  color: #F99B1C;
}
/* line 48, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .wg-content-catalog-img {
  /*padding: 15px;*/
  height: 200px;
}
/* line 52, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .price-detail {
  height: 40px;
}
/* line 54, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .price-detail .sale-price {
  color: #333333;
  font-size: 14px;
}
/* line 58, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .price-detail .full-price {
  font-size: 13px;
}
/* line 62, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .catalog-price {
  color: #333333;
  font-size: 14px;
}
/* line 66, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .promotion-ribbon {
  position: relative;
}
/* line 68, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .promotion-ribbon .discount-ribbon {
  top: -15px;
  right: -15px;
  position: absolute;
  background-color: #FFFFFF;
}

/* line 77, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid-btn {
  /*padding: 0 10px;*/
}

/*############  list catalog  ###############*/
/* line 82, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list {
  display: none;
}
/* line 84, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list li {
  padding: 30px 15px;
  list-style: none;
  border: 1px solid transparent;
}
/* line 88, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list li:hover {
  border: 1px solid #F99B1C;
}
/* line 91, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list li .btn-request-rfq {
  background-color: #FFFFFF;
  border: 1px solid #F99B1C;
  color: #F99B1C;
  /*&:hover {
    @include op-orange-btn;
  }*/
}
/* line 98, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list li.btn-request-rfq-hover .btn-request-rfq {
  background-color: #F99B1C;
  border: 1px solid #F99B1C;
  color: #FFFFFF;
}
/* line 103, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list .wg-listview-img {
  margin-top: 15px;
  height: 200px;
}
/* line 108, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-list .price-detail .sale-price {
  color: #333333;
}

/* line 114, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-listview-img img {
  width: 200px;
  margin: auto;
  padding: 2px;
  height: 200px;
  vertical-align: middle;
  object-fit: contain;
}

/* line 125, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-catalog-grid .wg-content-catalog-img img, .wg-catalog-list .wg-content-catalog-img img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  height: 100%;
  max-height: 200px;
  vertical-align: middle;
  object-fit: contain;
}

/* line 137, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-content-catalog-tradename {
  text-align: left;
  width: 100%;
  height: 60px;
  margin-top: 5px;
  cursor: pointer;
}
/* line 143, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-content-catalog-tradename p {
  color: #333333;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* line 150, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-content-catalog-tradename p:hover {
  color: #F99B1C;
}

/* line 155, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-view-all-catalog {
  padding: 6px;
  text-align: center;
}

/*############  catalog item ###############*/
/* line 163, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.catalog-view-item-img img {
  max-width: 350px;
  width: 100%;
  height: 350px;
  object-fit: contain;
  border: 1px solid #CCCCCC;
  margin: auto;
}

/*############  ralated catlog ###############*/
/* line 175, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .catalog-grid-item {
  border: 1px solid #D6D6D6;
  padding: 15px;
}
/* line 178, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .catalog-grid-item:hover {
  border: 1px solid #F99B1C;
}
/* line 181, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .catalog-grid-item .btn-request-rfq {
  background-color: #F99B1C;
  border: 1px solid #F99B1C;
  color: #FFFFFF;
}
/* line 185, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .catalog-grid-item.btn-request-rfq-hover .btn-request-rfq {
  background-color: #FFFFFF;
  color: #F99B1C;
}
/* line 191, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .wg-content-catalog-img {
  /*padding: 15px;*/
  height: 200px;
}

/*end catalog item*/
/* line 199, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.wg-rec .swiper-container {
  height: 380px;
  width: 90%;
  margin-top: 40px;
}

/* line 207, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.typ-icon-arrow-previous.related-cat,
.typ-icon-arrow-next.related-cat {
  position: absolute;
  top: 44%;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #999999;
  padding: 20px 3px;
  width: 35px;
  height: 70px;
  opacity: 0.8;
}
/* line 218, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.typ-icon-arrow-previous.related-cat:hover,
.typ-icon-arrow-next.related-cat:hover {
  opacity: 1;
}
/* line 221, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.typ-icon-arrow-previous.related-cat.swiper-button-disabled,
.typ-icon-arrow-next.related-cat.swiper-button-disabled {
  display: none;
}

/* line 226, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.typ-icon-arrow-previous.related-cat {
  left: 0px;
}

/* line 229, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.typ-icon-arrow-next.related-cat {
  right: 0px;
}

/* Product Gallery Slide */
/* line 235, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.product-gallery-slider {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* line 241, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.product-gallery-slider > ul.slick-dots {
  border-bottom: 1px solid #E6E6E6;
}

/* line 244, ../../assets/sass/onepage/stylesheets/_catalog.scss */
.product-gallery-slider > ul.slick-dots > li {
  width: 150px;
}

@media (max-width: 768px) {
  /* line 253, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid ul li {
    padding: 8px;
  }
  /* line 256, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid .wg-content-catalog-img {
    /*padding: 8px;*/
    height: 190px;
  }
  /* line 260, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid .price-detail {
    height: 60px;
  }
  /* line 264, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid .promotion-ribbon .discount-ribbon {
    top: -8px;
    right: -8px;
  }

  /* line 270, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-content-catalog-tradename {
    /*padding: 5px 10px;*/
  }

  /*related olc grid promotion*/
  /* line 275, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .price-detail {
    height: 50px;
  }
}
@media (max-width: 574px) {
  /* line 287, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid ul li {
    width: 50%;
  }
  /* line 291, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-catalog-grid .promotion-ribbon .discount-ribbon {
    top: -8px;
    right: -8px;
  }

  /* line 298, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .catalog-listview-title {
    text-align: center;
    padding: 0;
  }

  /*branch*/
  /* line 304, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .branch {
    padding: 0;
  }

  /* line 311, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .typ-icon-arrow-previous.related-cat,
  .typ-icon-arrow-next.related-cat {
    top: 50%;
    font-size: 20px;
    padding: 15px 3px;
    width: 25px;
    height: 50px;
  }

  /*olc gird promotion*/
  /* line 323, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-content-catalog .wg-catalog-grid .price-detail {
    height: 50px;
  }

  /*related olc grid promotion*/
  /* line 330, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item {
    padding: 8px;
  }
  /* line 332, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item .wg-content-catalog-img {
    height: 200px;
  }
  /* line 335, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item .wg-content-catalog-tradename {
    height: 50px;
  }
}
@media (max-width: 360px) {
  /*related olc grid promotion*/
  /* line 348, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item .wg-content-catalog-img {
    height: 200px;
  }
  /* line 351, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item .wg-content-catalog-tradename {
    margin-top: 10px;
    height: 50px;
  }
  /* line 355, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-rec .catalog-grid-item .price-detail {
    height: 45px;
  }
}
@media (max-width: 320px) {
  /* line 368, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-content-catalog .wg-catalog-grid .wg-content-catalog-tradename {
    height: 50px;
  }
  /* line 371, ../../assets/sass/onepage/stylesheets/_catalog.scss */
  .wg-content-catalog .wg-catalog-grid .price-detail {
    height: 60px;
  }
}
/**
 * Created by OBDEV-03 on 9/3/2561.
 */
/* line 5, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.breadcrumb-catalog {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 9, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.breadcrumb-catalog span {
  color: #999999;
}

/* line 14, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
td {
  padding: 5px;
}

/*catalog item */
/* line 19, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-box-catalog {
  margin-top: 15px;
}

/* line 22, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.line-catalog-item {
  border-bottom: 1px solid #E6E7E9;
}

/* line 26, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-box-catalog-view {
  margin-top: 40px;
}
/* line 28, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-box-catalog-view h1.catalog-name {
  font-size: 26px;
  font-weight: 400;
}

/* line 34, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.input-group-catalog {
  float: right;
}
/* line 36, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.input-group-catalog .input-search {
  max-width: 300px;
  height: 40px;
  font-size: 13px;
  color: #999999;
  padding: 10px;
  float: right;
  border-radius: 0;
}
/* line 45, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.input-group-catalog .btn-search {
  width: 40px;
  height: 40px;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: #000000;
}

/* line 55, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-item-request {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*amount product*/
/* line 61, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-price-level {
  border: 1px solid #CCCCCC;
  display: inline-block;
  padding: 5px;
}

/* line 66, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.price-box {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 69, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.price-box p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 75, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-catalog-box-order .input-group-addon {
  border-radius: 0;
}
/* line 78, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-catalog-box-order input {
  text-align: center;
}
/* line 81, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-catalog-box-order .input-group-addon {
  cursor: pointer;
}
/* line 84, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.wg-catalog-box-order input[type=number]::-webkit-inner-spin-button, .wg-catalog-box-order input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*end amount product*/
/* line 95, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.yp-catalog-view-item-social ul {
  margin-top: 20px;
}
/* line 97, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.yp-catalog-view-item-social ul li {
  display: inline-block;
  margin-right: 3px;
}
/* line 101, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.yp-catalog-view-item-social ul img {
  width: 60px;
}

/*##################################social btn###########################*/
/* line 108, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-social-share {
  margin-top: 25px;
}
/* line 110, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-social-share .social-list {
  display: inline-block;
  padding: 2.5px 0;
  margin-right: 5px;
}
/* line 114, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-social-share .social-list .btn-social {
  height: 28px;
  width: 70px;
  border: none;
  color: #FFFFFF;
}
/* line 119, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-social-share .social-list .btn-social > :first-child {
  line-height: 25px;
  font-size: 1em;
  width: 20px;
  border: none;
  color: #FFFFFF;
  top: 2px;
  margin-left: 6px;
}
/* line 128, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.profile-social-share .social-list .btn-social > span {
  position: absolute;
  font-size: 11px;
  top: 6px;
  right: 10px;
}

/* line 138, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.op-line {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 10px;
}

/* line 143, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.attachedfile-cat-item {
  margin-top: 10px;
}

/* line 147, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-categories {
  margin-top: 5px;
}

/* line 153, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.yp-catalog-view-item-social li {
  display: inline-block;
}

/*############  tab catalog item ###############*/
/* line 160, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab {
  margin-top: 30px;
}
/* line 163, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab .nav-tabs > li > a, .catalog-view-item-tab .nav-tabs > li > a:hover, .catalog-view-item-tab .nav-tabs > li.active > a, .catalog-view-item-tab .nav-tabs > li.active > a:hover, .catalog-view-item-tab .nav-tabs > li.active > a:focus {
  background-color: #F99B1C;
  color: #FFFFFF;
  border-radius: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

/* line 178, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 20px;
}
/* line 183, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab-content img {
  max-width: 100%;
  height: 100%;
}
/* line 187, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab-content a {
  word-break: break-all;
}

/* line 191, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.tab-pane a {
  word-break: break-all;
}

/* line 195, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
.catalog-view-item-tab-content img.img-align-center, img.align-center {
  display: block;
  margin: 0 auto;
}

/*.catalog-view-item-tab-content img.img-align-right , img.align-right{
    display: block;
    margin: 0 auto;
    float: right;
}*/
@media (max-width: 574px) {
  /* line 209, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .wg-box-catalog,
  .catalog-view-item-img,
  .catalog-view-item-subject-detail,
  .promotion-view-item-subject-detail {
    padding: 0;
  }

  /* line 216, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .catalog-view-item-tab {
    padding: 0px;
    margin-top: 40px;
  }

  /* line 221, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .input-group.input-group-catalog {
    float: none;
    margin: auto;
  }

  /* line 226, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .wrap-gallery {
    margin: auto;
  }

  /* line 231, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .yp-catalog-view-item-social ul {
    margin-top: 10px;
  }

  /* line 236, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
  .attachedfile-cat-item {
    margin-top: 20px;
  }
}
/* line 242, ../../assets/sass/onepage/stylesheets/_catalogitem.scss */
table > caption {
  text-align: center;
}

@media (max-width: 768px) {
  /*.wg-box {
    & .widget-left {
      padding: 0;
    }
    & .widget-right {
      padding: 0;
    }
  }*/
}
@media (max-width: 574px) {
  /* line 18, ../../assets/sass/onepage/stylesheets/_grid.scss */
  .widget-right {
    margin-top: 50px;
  }

  /* line 23, ../../assets/sass/onepage/stylesheets/_grid.scss */
  .wg-box .widget-left {
    padding: 0;
  }
  /* line 26, ../../assets/sass/onepage/stylesheets/_grid.scss */
  .wg-box .widget-right {
    padding: 0;
  }
}
/**
 * Created by OBDEV-03 on 14/2/2561.
 */
/* line 6, ../../assets/sass/onepage/stylesheets/_header.scss */
.header {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 11, ../../assets/sass/onepage/stylesheets/_header.scss */
.header-catalog-page {
  margin-top: 30px;
}

/* line 15, ../../assets/sass/onepage/stylesheets/_header.scss */
.table-info {
  text-align: right;
}
/* line 17, ../../assets/sass/onepage/stylesheets/_header.scss */
.table-info a {
  font-size: 18px;
  line-height: 170%;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_header.scss */
.table-info h1, .table-info h2 {
  margin-top: 0;
}
/* line 25, ../../assets/sass/onepage/stylesheets/_header.scss */
.table-info h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

/* line 32, ../../assets/sass/onepage/stylesheets/_header.scss */
.wg-logo img {
  max-width: 200px;
}

/*############  ul social header ###############*/
/* line 37, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.social-network-link {
  padding: 0px;
  text-align: right;
  margin-top: 10px;
}
/* line 41, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.social-network-link li {
  display: inline;
  margin: 0;
  list-style: none;
}
/* line 45, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.social-network-link li img {
  width: auto;
  height: 28px;
}

/* line 52, ../../assets/sass/onepage/stylesheets/_header.scss */
.social-network {
  padding-left: 0;
}
/* line 54, ../../assets/sass/onepage/stylesheets/_header.scss */
.social-network li {
  display: inline-block;
}
/* line 56, ../../assets/sass/onepage/stylesheets/_header.scss */
.social-network li img {
  width: auto;
  height: 25px;
}

/*end social header*/
/*############  menu ###############*/
/* line 65, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-nav {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
}
/* line 69, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-nav > li {
  float: none;
  display: inline-block;
}

/* Fix Width */
/*.page-fullwidth-body{
  max-width: 1180px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-left: 1px solid;
  border-right: 1px solid;
}*/
/*.navbar-fixed-top{
  background-color: $op-white-color;
  border-bottom: $op-border-style $op-gray-D6-color;
  height: 60px;
  margin-top: 28px;
  z-index: 13;
}*/
/* line 91, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu {
  margin: 30px 0;
}
/* line 96, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav > li > a {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5px;
  color: #333333;
  font-size: 22px;
  border-bottom: 3px solid transparent;
}
/* line 103, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav > li > a i {
  font-size: 14px;
  color: #333333;
  top: 5px;
}
/* line 109, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav > li > a.active,
.navbar-header-menu .navbar-center .navbar-nav > li > a:hover,
.navbar-header-menu .navbar-center .navbar-nav > li > a:focus {
  border-bottom: 3px solid #F99B1C;
  background-color: #FFFFFF;
}
/* line 116, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  width: 100%;
}
/* line 120, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav .dropdown-menu > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 128, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .navbar-nav .dropdown-menu > li > a:hover {
  background-color: #F99B1C;
  color: #FFFFFF;
  border-bottom: 1px solid #F99B1C;
}
/* line 136, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .nav .open {
  /*when dropdown open li is hover so navbar menu li is hover too*/
}
/* line 137, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-header-menu .navbar-center .nav .open > a,
.navbar-header-menu .navbar-center .nav .open > a:hover,
.navbar-header-menu .navbar-center .nav .open > a:focus {
  border-bottom: 3px solid #F99B1C;
  background-color: #FFFFFF;
}

/* line 147, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-fixed-top {
  /*border-bottom: $op-border-style $op-gray-D6-color;
  height: 60px;
  box-shadow: 1px 1px 2px $op-gray-D6-color;*/
}

/* line 153, ../../assets/sass/onepage/stylesheets/_header.scss */
.header-menu-mobile {
  display: none;
}

/* line 157, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top {
  top: 33px;
  /*when scroll*/
  border-bottom: 1px solid #D6D6D6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #FFFFFF;
  z-index: 10;
  animation: smoothScroll 1s forwards;
}
/* line 164, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top .navbar-header-menu {
  margin: 0;
}
/* line 166, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top .navbar-header-menu ul li {
  margin-top: 5px;
}
/* line 169, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top .navbar-header-menu .dropdown-menu.sub-list-header-menu li {
  margin-top: 0;
}
/* line 173, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top .navbar-nav {
  height: auto;
}
/* line 175, ../../assets/sass/onepage/stylesheets/_header.scss */
.navbar-full.navbar-fixed-top .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 193, ../../assets/sass/onepage/stylesheets/_header.scss */
.translate-language ul.list-languages > li {
  width: 100%;
}

/* line 199, ../../assets/sass/onepage/stylesheets/_header.scss */
h4.panel-title {
  font-size: 22px;
}

/*############  slide ###############*/
/*!* Height Slider *!*/
/*.banner-slider,.wg-img-slider {
  max-height: 600px;
  height: 100%;
}*/
/* line 210, ../../assets/sass/onepage/stylesheets/_header.scss */
.banner-full-width-slider {
  /*& .slick-slide {
    & img {
      max-height: 600px;
      height: 100%;
      width: 100%;
    }
  }*/
}
/* line 211, ../../assets/sass/onepage/stylesheets/_header.scss */
.banner-full-width-slider.slick-slider {
  /*margin-bottom: 0px;
  max-height: 600px; !*for mobile*!*/
}
/* line 215, ../../assets/sass/onepage/stylesheets/_header.scss */
.banner-full-width-slider.slick-slider .slick-dots li button:before {
  font-size: 6px;
  color: #777777;
  opacity: 1;
}
/* line 220, ../../assets/sass/onepage/stylesheets/_header.scss */
.banner-full-width-slider.slick-slider .slick-dots li.slick-active button:before {
  color: #F99B1C;
}

/* line 234, ../../assets/sass/onepage/stylesheets/_header.scss */
.control-slider {
  position: relative;
  left: 52%;
  width: 35px;
}
/* line 238, ../../assets/sass/onepage/stylesheets/_header.scss */
.control-slider ul {
  padding: 0 0 0 12px;
  width: 55px;
  height: 25px;
  border: 1px solid #666666;
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 150%;
}
/* line 255, ../../assets/sass/onepage/stylesheets/_header.scss */
.control-slider ul li {
  display: inline-block;
  padding-right: 5px;
}
/* line 258, ../../assets/sass/onepage/stylesheets/_header.scss */
.control-slider ul li i {
  font-size: 6px;
  color: #777777;
}
/* line 261, ../../assets/sass/onepage/stylesheets/_header.scss */
.control-slider ul li i.active {
  color: #F99B1C;
}

/*!* Arrow Slide Banner *!*/
/* line 271, ../../assets/sass/onepage/stylesheets/_header.scss */
.typ-icon-arrow-previous.slider-banner,
.typ-icon-arrow-next.slider-banner {
  position: absolute;
  top: 44%;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #000000;
  padding: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  display: none;
}
/* line 283, ../../assets/sass/onepage/stylesheets/_header.scss */
.typ-icon-arrow-previous.slider-banner.arrow-toggle,
.typ-icon-arrow-next.slider-banner.arrow-toggle {
  opacity: 1;
  z-index: 1;
}

/* line 290, ../../assets/sass/onepage/stylesheets/_header.scss */
.typ-icon-arrow-next.slider-banner {
  right: 0px;
}

/* line 294, ../../assets/sass/onepage/stylesheets/_header.scss */
.typ-icon-arrow-previous.slider-banner {
  left: 0px;
}

/* custom slick dots */
/* line 299, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
/* line 308, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.slick-dots li {
  width: 0px;
  height: 0px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
/* line 315, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.slick-dots li button:before {
  color: #777777;
}
/* line 319, ../../assets/sass/onepage/stylesheets/_header.scss */
ul.slick-dots li.slick-active button:before {
  color: #F99B1C;
}

/* mobile banner */
/* line 327, ../../assets/sass/onepage/stylesheets/_header.scss */
.mobile-banner {
  display: none;
}

/*Popup*/
/* line 334, ../../assets/sass/onepage/stylesheets/_header.scss */
.mfp-container .mfp-content .mfp-title {
  padding-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 339, ../../assets/sass/onepage/stylesheets/_header.scss */
.mfp-container .mfp-content .add-friend-section {
  margin-top: 5px;
}
/* line 342, ../../assets/sass/onepage/stylesheets/_header.scss */
.mfp-container .mfp-content .img-line-add-friend {
  max-width: 150px;
  margin: auto;
}

@media (max-width: 1200px) {
  /* line 352, ../../assets/sass/onepage/stylesheets/_header.scss */
  .navbar-full.navbar-fixed-top .navbar-nav {
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* line 364, ../../assets/sass/onepage/stylesheets/_header.scss */
  .navbar-header-menu .navbar-center .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 370, ../../assets/sass/onepage/stylesheets/_header.scss */
  ul.social-network-link li img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  /* line 381, ../../assets/sass/onepage/stylesheets/_header.scss */
  .yp-menu-mobile {
    display: block;
    /*width: 40px;
    height: 40px;*/
    text-align: left;
  }
  /* line 386, ../../assets/sass/onepage/stylesheets/_header.scss */
  .yp-menu-mobile span {
    color: #FFFFFF;
    font-size: 20px;
  }
  /* line 390, ../../assets/sass/onepage/stylesheets/_header.scss */
  .yp-menu-mobile i {
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 1px;
  }

  /* line 397, ../../assets/sass/onepage/stylesheets/_header.scss */
  .navbar-header-menu {
    margin: 0;
  }
  /* line 399, ../../assets/sass/onepage/stylesheets/_header.scss */
  .navbar-header-menu .navbar-center {
    display: none;
  }

  /* line 406, ../../assets/sass/onepage/stylesheets/_header.scss */
  ul.social-network-link li img {
    height: 40px;
  }
}
@media (max-width: 574px) {
  /* line 418, ../../assets/sass/onepage/stylesheets/_header.scss */
  .hidden_banner {
    display: none;
  }

  /* line 422, ../../assets/sass/onepage/stylesheets/_header.scss */
  .mobile-banner {
    display: block;
  }

  /* line 425, ../../assets/sass/onepage/stylesheets/_header.scss */
  ul.slick-dots {
    bottom: -25px;
  }

  /* line 429, ../../assets/sass/onepage/stylesheets/_header.scss */
  .order-text,
  .quotation-text {
    display: none;
  }

  /* line 434, ../../assets/sass/onepage/stylesheets/_header.scss */
  .header {
    margin-bottom: 0;
  }

  /* line 438, ../../assets/sass/onepage/stylesheets/_header.scss */
  .wg-logo img {
    margin: auto;
  }

  /* line 442, ../../assets/sass/onepage/stylesheets/_header.scss */
  .table-info,
  ul.social-network-link {
    text-align: center;
  }

  /* line 447, ../../assets/sass/onepage/stylesheets/_header.scss */
  .table-info {
    margin-top: 10px;
  }

  /*slide banner*/
  /* line 453, ../../assets/sass/onepage/stylesheets/_header.scss */
  .typ-icon-arrow-previous.slider-banner, .typ-icon-arrow-next.slider-banner {
    top: 40%;
    font-size: 12px;
    width: 30px;
    height: 30px;
  }

  /* line 460, ../../assets/sass/onepage/stylesheets/_header.scss */
  .typ-icon-arrow-previous.slider-banner {
    left: 20px;
  }

  /* line 463, ../../assets/sass/onepage/stylesheets/_header.scss */
  .typ-icon-arrow-next.slider-banner {
    right: 20px;
  }

  /* line 468, ../../assets/sass/onepage/stylesheets/_header.scss */
  ul.social-network-link li img {
    height: 40px;
  }
}
/**
 * Created by OBDEV-03 on 12/2/2561.
 */
@media (max-width: 768px) {
  /* line 8, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .header-menu-mobile {
    background-color: #F99B1C;
    height: 50px;
    display: block;
    margin-top: 15px;
  }

  /* line 16, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .navbar-full.navbar-fixed-top .header-menu-mobile {
    margin-top: 0;
  }

  /* line 21, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .navbar {
    margin-bottom: 0;
  }

  /* line 25, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu {
    background-color: #FFFFFF;
  }
  /* line 29, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li .panel-title {
    padding: 10px;
  }
  /* line 32, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li .pull-right-arrow {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
  }
  /* line 37, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li .display-inline {
    display: inline-block !important;
  }
  /* line 41, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li.has-sub i {
    padding-top: 10px;
    padding-right: 10px;
  }
  /* line 46, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li.has-sub.active span {
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 50, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li.has-sub.active .sub-list-header-menu li {
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
  }
  /* line 53, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  .list-header-menu ul li.has-sub.active .sub-list-header-menu li:hover {
    border-bottom: 3px solid #F99B1C;
  }

  /* line 66, ../../assets/sass/onepage/stylesheets/_menumobile.scss */
  #op-accordion-menu li:hover {
    border-bottom: 3px solid #F99B1C;
  }
}
/**
 * Created by OBDEV-03 on 15/2/2561.
 */
/*------------------------------- footer -------------------------------*/
/* line 6, ../../assets/sass/onepage/stylesheets/_footer.scss */
#back-to-top > img {
  width: 45px;
  height: 45px;
  opacity: 0.7;
  right: 20px;
  position: fixed;
  bottom: 60px;
  z-index: 3;
  text-align: center;
  line-height: 30px;
  color: #444444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
}
/* line 23, ../../assets/sass/onepage/stylesheets/_footer.scss */
#back-to-top > img:hover {
  opacity: 1;
}

/* line 28, ../../assets/sass/onepage/stylesheets/_footer.scss */
.cw-footer {
  background-color: #F99B1C;
  color: #FFFFFF;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 60px;
  height: auto;
  padding: 20px 10px 10px 10px;
}
/* line 36, ../../assets/sass/onepage/stylesheets/_footer.scss */
.cw-footer a {
  color: #FFFFFF;
}
/* line 38, ../../assets/sass/onepage/stylesheets/_footer.scss */
.cw-footer a:hover {
  color: #FFFFFF;
}
/* line 41, ../../assets/sass/onepage/stylesheets/_footer.scss */
.cw-footer a img {
  width: 14px;
  height: 14px;
  border: 0;
}

/* line 49, ../../assets/sass/onepage/stylesheets/_footer.scss */
#truehits_div {
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 56, ../../assets/sass/onepage/stylesheets/_footer.scss */
  .cw-footer {
    height: auto;
  }
}
/* Visit http://www.menucool.com/responsive-slider for instructions */
/* line 3, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider {
  width: 100%;
  background: #333333;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 12, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .fs-icon {
  top: 6px;
  right: 6px;
  width: 60px;
  height: 35px;
  background: #333333;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 3px #333333;
  font: bold 18px/36px arial;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

/* line 29, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .slider-inner:hover .fs-icon,
#ninja-slider.fullscreen .fs-icon {
  opacity: 1;
}

/* line 34, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .fs-icon::before {
  content: "EXPAND";
  display: block;
}

/* line 39, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider.fullscreen .fs-icon::before {
  content: "+";
  display: block;
  font-weight: bold;
  font-size: 3em;
  transform: rotate(-45deg);
}

/* line 47, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .slider-inner {
  /*max-width:700px;*/
  margin: 0 auto;
  /*center-aligned */
  font-size: 0px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px !important;
}

/* line 56, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider.fullscreen .slider-inner {
  width: 98%;
  /* 100% will cause a big top gap issue in iPhone*/
  max-width: 900px;
}

/* line 61, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider ul {
  position: relative;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  overflow: visible !important;
  /*For showing captions outside the slider when transitionType is "fade". */
}

/* line 70, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider li {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  /*overflow:hidden;*/
  /*Comment it out to show the caption*/
  box-sizing: border-box;
  margin-bottom: 100px !important;
}

/* line 88, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider li.ns-show {
  opacity: 1;
}

/* --------- slider image ------- */
/* line 95, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .ns-img {
  background-size: contain;
  /*Note: If transitionType is zoom, it will be overridden to cover.*/
  cursor: default;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/*---------- Captions -------------------*/
/* line 109, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider .caption {
  position: absolute;
  padding: 0 40px;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  color: #FFFFFF;
  box-sizing: border-box;
}

/* line 121, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
.lightBox {
  padding-top: 25px;
}

/* ---------Arrow buttons ------- */
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */
/* line 128, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-pause-play {
  display: none;
}

/* line 130, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev, #ninja-slider-next {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 56px;
  line-height: 56px;
  top: 40%;
  /* not 50% as caption at bottom should be counted.*/
  margin-top: -28px;
  background-color: #333333;
  backface-visibility: hidden;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  z-index: 10;
  opacity: 0.3;
  font-family: sans-serif;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.4s;
}

/* line 156, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
.slider-inner:hover #ninja-slider-prev, .slider-inner:hover #ninja-slider-next {
  opacity: 1;
}

/* line 161, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev {
  left: -42px;
  /*set it with a positive value if .slider-inner does not have max-width setting.*/
}

/* line 164, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-next {
  right: -42px;
}

/* arrows */
/* line 169, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev::before, #ninja-slider-next::before {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  backface-visibility: hidden;
}

/* line 181, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev::before {
  -ms-transform: rotate(-45deg);
  /*IE 9*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 16px;
}

/* line 188, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-next::before {
  -ms-transform: rotate(135deg);
  /*IE 9*/
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 16px;
}

/*pagination num within the arrow buttons*/
/* line 197, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev:hover, #ninja-slider-next:hover {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 198, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev div {
  margin-right: 8px;
  white-space: nowrap;
  opacity: 0;
  float: right;
}

/* line 199, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-next div {
  margin-left: 8px;
  white-space: nowrap;
  opacity: 0;
  float: left;
}

/* line 200, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev:hover div, #ninja-slider-next:hover div {
  opacity: 1;
}

/*------ pager(nav bullets) ------*/
/* The pager id should be: slider id + "-pager" */
/* line 205, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-pager {
  display: none;
}

/* line 207, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/*Responsive settings*/
@media only screen and (max-width: 1050px) {
  /* line 219, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
  #ninja-slider-prev {
    left: 0;
  }

  /* line 223, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
  #ninja-slider-next {
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 235, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
  #ninja-slider li .cap1 {
    font-size: 20px;
  }
}
/* custom padding image*/
/* for catalog */
/* line 246, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog {
  width: 100%;
  background: #333333;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 255, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog .fs-icon {
  top: 6px;
  right: 6px;
  width: 60px;
  height: 35px;
  background: #333333;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 3px #333333;
  font: bold 18px/36px arial;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

/* line 272, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog.fullscreen {
  z-index: 2147481963;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  position: fixed;
  text-align: center;
  overflow-y: auto;
}

/* line 284, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog .slider-inner:hover .fs-icon,
#ninja-slider-catalog.fullscreen .fs-icon {
  opacity: 1;
}

/* line 289, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog .fs-icon::before {
  content: "EXPAND";
  display: block;
}

/* line 294, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog.fullscreen .fs-icon::before {
  content: "+";
  display: block;
  font-weight: bold;
  font-size: 3em;
  transform: rotate(-45deg);
}

/* line 302, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog .slider-inner {
  /*max-width:700px;*/
  margin: 0 auto;
  /*center-aligned */
  font-size: 0px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px !important;
}

/* line 311, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog.fullscreen .slider-inner {
  width: 98%;
  /* 100% will cause a big top gap issue in iPhone*/
  max-width: 900px;
}

/* line 316, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog ul {
  position: relative;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  overflow: visible !important;
  /*For showing captions outside the slider when transitionType is "fade". */
}

/* line 325, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog li {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  /*overflow:hidden;*/
  /*Comment it out to show the caption*/
  box-sizing: border-box;
  margin-bottom: 100px !important;
}

/* line 343, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog li.ns-show {
  opacity: 1;
}

/* line 347, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider li.ns-show {
  opacity: 1;
}

/* --------- slider image ------- */
/* line 352, ../../assets/sass/onepage/stylesheets/_ninja.slider.scss */
#ninja-slider-catalog .ns-img {
  background-size: contain;
  /*Note: If transitionType is zoom, it will be overridden to cover.*/
  cursor: default;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 2, ../../assets/sass/onepage/stylesheets/_cart.scss */
.table-order-list input {
  max-width: 100px;
}

/* line 9, ../../assets/sass/onepage/stylesheets/_cart.scss */
.table-order-list .checkbox input[type="checkbox"] {
  margin-left: 0px;
}

/* line 16, ../../assets/sass/onepage/stylesheets/_cart.scss */
.order-summery button {
  width: 100%;
}

/* line 22, ../../assets/sass/onepage/stylesheets/_cart.scss */
.icon-remove-order-item i {
  font-size: 1.5em;
  cursor: pointer;
}
/* line 25, ../../assets/sass/onepage/stylesheets/_cart.scss */
.icon-remove-order-item i:hover {
  color: #E00505;
}

/* line 31, ../../assets/sass/onepage/stylesheets/_cart.scss */
.order-list-delete {
  text-align: center;
}

/* line 35, ../../assets/sass/onepage/stylesheets/_cart.scss */
.btn.icon-remove-order-item,
.btn.btn-default.icon-remove-order-item {
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  height: auto;
  margin-top: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.gallery-slide-body {
  width: 50%;
  margin: 0 auto;
}

/* Swiper Slide */
/* line 7, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider > .swiper-container {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFFFFF;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: auto;
}

/* line 36, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider .img-product {
  width: 100%;
  max-width: 302px;
  height: 277px;
  border: 1px solid #E7E7E7;
}
/* line 41, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider .img-product .gallery-img {
  max-height: 225px;
  height: 100%;
}
/* line 44, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider .img-product .gallery-img img {
  max-width: 300px;
  width: 100%;
  max-height: 225px;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
/* line 54, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.product-gallery-slider .caption-product {
  height: 50px;
  background-color: #E7E7E7;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  /*for dark theme*/
}

/* line 64, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.center-pagination {
  display: block;
  margin-top: 15px;
  text-align: center;
}

/* line 70, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.swiper-pagination span {
  margin-left: 10px;
  display: inline-block;
}

/* line 75, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #777777;
  opacity: 1;
}

/* line 82, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.swiper-pagination-bullet-active {
  background: #F99B1C;
}

/* line 87, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.swiper-pagination {
  position: relative;
}

/* line 91, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}

/* line 95, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 106, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 109, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 113, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 120, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.typ-icon-arrow-previous.swiper-gallery,
.typ-icon-arrow-next.swiper-gallery {
  position: absolute;
  top: 44%;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #999999;
  padding: 20px 3px;
  width: 35px;
  height: 70px;
  opacity: 0.8;
}
/* line 131, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.typ-icon-arrow-previous.swiper-gallery:hover,
.typ-icon-arrow-next.swiper-gallery:hover {
  opacity: 1;
}
/* line 134, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.typ-icon-arrow-previous.swiper-gallery.swiper-button-disabled,
.typ-icon-arrow-next.swiper-gallery.swiper-button-disabled {
  display: none;
}

/* line 140, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.typ-icon-arrow-previous.swiper-gallery {
  left: 30px;
}

/* line 144, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.typ-icon-arrow-next.swiper-gallery {
  right: 30px;
}

/* line 148, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.frontview-body {
  list-style-type: none;
}

/* line 152, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.frontview-body > .wg-tab-menu li {
  width: auto;
}

/* line 157, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.catalog-view-item-img {
  margin-bottom: 20px;
}

/* line 160, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.wrap-gallery {
  max-width: 350px;
}

/* line 163, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.catalog-view-item-img a img {
  max-width: 350px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  border: solid 1px #E7E7E7;
  height: 100%;
  max-height: 350px;
}

/* line 172, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.gallery, .gallery-promotion {
  max-width: 350px;
  margin: 0 auto;
}
/* line 175, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.gallery ul, .gallery-promotion ul {
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
/* line 180, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.gallery li, .gallery-promotion li {
  display: inline-block;
  border: 1px solid #E7E7E7;
  /*margin: 0.5%;*/
  cursor: pointer;
  height: 62px;
}
/* line 187, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.gallery img, .gallery-promotion img {
  max-width: 60px;
  object-fit: contain;
  max-height: 60px;
  height: 100%;
  width: 100%;
}

/* line 197, ../../assets/sass/onepage/stylesheets/_gallery.scss */
.img-md {
  width: 340px;
  height: 255px;
}

/*.caption-frontview{
  height: 50px;
  background-color: $op-gray-E7-color;
  padding-top: 15px;
  width: 340px;
}*/
@media screen and (device-width: 768px) {
  /* line 209, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container {
    width: 100%;
  }

  /* line 213, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 150px;
  }

  /* line 217, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-horizontal > .swiper-scrollbar {
    display: inline;
  }

  /* line 221, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-scrollbar-drag {
    border-radius: 0;
    opacity: .6;
  }

  /* line 226, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .control-button {
    position: unset;
  }

  /* line 229, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-autoheight .swiper-wrapper {
    margin-bottom: 25px;
  }

  /* line 233, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .control-button {
    display: none;
  }
}
@media screen and (device-width: 992px) {
  /* line 240, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container {
    width: 100%;
  }

  /* line 244, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 150px;
  }

  /* line 248, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-horizontal > .swiper-scrollbar {
    display: inline;
  }

  /* line 252, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-scrollbar-drag {
    border-radius: 0;
    opacity: .6;
  }

  /* line 257, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .control-button {
    position: unset;
  }

  /* line 260, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-autoheight .swiper-wrapper {
    margin-bottom: 25px;
  }

  /* line 264, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .control-button {
    display: none;
  }
}
@media screen and (device-width: 320px) {
  /* line 269, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 277, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .center-pagination > .swiper-pagination {
    position: relative;
  }

  /* line 281, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-horizontal > .swiper-scrollbar {
    display: block;
  }

  /* line 285, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
  }

  /* line 290, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 768px) {
  /* line 308, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container {
    width: 100%;
    margin-top: 30px;
  }

  /* line 313, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .product-gallery-slider > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 140px;
    height: auto;
  }

  /* line 318, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-horizontal > .swiper-scrollbar {
    display: block;
  }

  /* line 321, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-container-autoheight .swiper-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* line 326, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .swiper-scrollbar-drag {
    border-radius: 0;
    opacity: .6;
  }

  /* line 331, ../../assets/sass/onepage/stylesheets/_gallery.scss */
  .control-button {
    display: none;
  }
}
/* line 1, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-promotion {
  line-height: 120%;
  margin-top: 15px;
}

/*############ grid promotion  ###############*/
/* line 9, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid ul li {
  width: 20%;
  height: 420px;
  float: left;
  display: inline-block;
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
  padding: 15px;
}
/* line 17, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid ul li:hover {
  border: 1px solid #E00505;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid ul li.btn-promotion-detail-hover .btn-promotion-detail {
  background-color: #FFFFFF;
  border: 1px solid #E00505;
  color: #E00505;
}

/* line 30, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid .wg-content-catalog-img {
  /*padding: 10px 0px;*/
  height: 200px;
}
/* line 33, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid .wg-content-catalog-img img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  height: 100%;
  max-height: 200px;
  vertical-align: middle;
  object-fit: contain;
}
/* line 43, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-grid .price-detail {
  padding: 5px 0px;
  height: 85px;
}

/*############ list promotion  ###############*/
/* line 50, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-promotion .content-promotion-list {
  display: none;
}

/* line 54, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-rec-promotion .content-promotion-list {
  display: none;
}

/* line 58, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.tradename-promotion {
  text-align: left;
  width: 100%;
  height: 60px;
  padding: 5px 0;
  cursor: pointer;
}
/* line 64, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.tradename-promotion p {
  color: #333333;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* line 71, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.tradename-promotion p:hover {
  color: #E00505;
}

/* line 78, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.price-detail p {
  margin-bottom: 0;
}
/* line 81, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.price-detail .sale-price {
  font-size: 16px;
  color: #E00505;
}
/* line 85, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.price-detail .full-price {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
  margin-top: 3px;
}
/* line 91, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.price-detail .time-price {
  font-size: 13px;
  color: #333333;
  /*for dark theme*/
}

/* line 97, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-promotion-btn {
  padding: 0 0px;
}

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

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

/* line 114, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.promotion-title {
  color: #E00505;
  font-weight: 700;
  margin-bottom: 20px;
}

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

/* line 126, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .price {
  margin-top: 10px;
}
/* line 128, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .price p {
  margin-bottom: 0;
}
/* line 131, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .price span.price-line {
  color: #E00505;
  text-decoration: line-through;
}
/* line 135, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .price span.price-number {
  color: #333333;
}
/* line 139, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .time-remaining {
  margin-top: 10px;
}
/* line 141, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-box-promotion-view .time-remaining p {
  margin-bottom: 0;
}

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

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

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

/*############  tab promo item ###############*/
/* line 173, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.promotion-view-item-tab {
  margin-top: 40px;
}
/* line 175, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.promotion-view-item-tab img {
  max-width: 100%;
  height: 100%;
}
/* line 180, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.promotion-view-item-tab .nav-tabs > li > a, .promotion-view-item-tab .nav-tabs > li > a:hover, .promotion-view-item-tab .nav-tabs > li.active > a,
.promotion-view-item-tab .nav-tabs > li .active > a:hover,
.promotion-view-item-tab .nav-tabs > li .active > a:focus {
  background-color: #F99B1C;
  color: #FFFFFF;
  border-radius: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

/* line 195, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.content-promotion-detail {
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 20px;
}

/*############  related prom ###############*/
/* line 203, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-rec-promotion {
  line-height: 120%;
  /*& .content-promotion-grid {
    & ul {
      & li {
        height: 350px;
      }
    }
  }*/
}
/* line 205, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.wg-rec-promotion .swiper-container {
  height: 420px;
  width: 90%;
  margin-top: 40px;
}

/* line 221, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.typ-icon-arrow-previous.related-cat-prom,
.typ-icon-arrow-next.related-cat-prom {
  position: absolute;
  top: 57%;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #999999;
  padding: 20px 3px;
  width: 35px;
  height: 70px;
  opacity: 0.8;
}
/* line 232, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.typ-icon-arrow-previous.related-cat-prom:hover,
.typ-icon-arrow-next.related-cat-prom:hover {
  opacity: 1;
}
/* line 235, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.typ-icon-arrow-previous.related-cat-prom.swiper-button-disabled,
.typ-icon-arrow-next.related-cat-prom.swiper-button-disabled {
  display: none;
}

/* line 240, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.typ-icon-arrow-previous.related-cat-prom {
  left: 0px;
}

/* line 243, ../../assets/sass/onepage/stylesheets/_promotion.scss */
.typ-icon-arrow-next.related-cat-prom {
  right: 0px;
}

@media (max-width: 768px) {
  /*.content-promotion-grid .wg-content-catalog-img {
    padding: 8px;
  }
  .tradename-promotion, .price-detail {
    padding: 5px 10px;
  }*/
  /* line 258, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-promotion .content-promotion-grid .wg-content-catalog-img {
    height: 180px;
  }
  /* line 261, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-promotion .tradename-promotion {
    height: 60px;
  }
  /* line 264, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-promotion .price-detail {
    height: 110px;
  }

  /*related promotion*/
}
@media (max-width: 574px) {
  /* line 279, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-promotion .content-promotion-list {
    display: block;
  }

  /* line 283, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-promotion .content-promotion-grid {
    display: none;
  }

  /* line 287, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-box-promotion,
  .content-promotion-grid {
    padding: 0;
  }

  /* line 292, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-grid .wg-content-catalog-img {
    padding: 8px;
  }

  /*.tradename-promotion, .price-detail {
    padding: 5px 10px;
  }*/
  /* line 301, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list ul li {
    list-style: none;
    border: 1px solid #D6D6D6;
    padding: 8px;
    height: 140px;
  }
  /* line 306, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list ul li:hover {
    border: 1px solid #E00505;
  }
  /* line 311, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .wg-content-catalog-img {
    height: 120px;
  }
  /* line 313, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .wg-content-catalog-img img {
    width: 100%;
    max-width: 120px;
    margin: auto;
    height: 100%;
    max-height: 120px;
    object-fit: contain;
  }
  /* line 322, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .tradename-promotion {
    padding: 0;
  }
  /* line 325, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .price-detail {
    padding: 0;
    height: auto;
  }
  /* line 329, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .btn-promotion-detail {
    display: none;
  }
  /* line 332, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .tradename-promotion {
    height: auto;
  }

  /*promotion list*/
  /* line 338, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .price-detail {
    margin-top: 10px;
  }

  /*related promotion*/
  /* line 345, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .typ-icon-arrow-previous.related-cat-prom,
  .typ-icon-arrow-next.related-cat-prom {
    top: 50%;
    font-size: 20px;
    padding: 15px 3px;
    width: 25px;
    height: 50px;
  }

  /* line 355, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-rec-promotion .content-promotion-grid ul li {
    width: 50%;
    padding: 8px;
    height: 400px;
  }
  /* line 361, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .wg-rec-promotion .price-detail {
    height: 65px;
  }
}
@media (max-width: 414px) {
  /* line 371, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .promotion-view-item-tab {
    padding: 0;
  }

  /* line 375, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-grid ul li {
    width: 100%;
  }

  /*promotion list*/
  /* line 383, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list .wg-content-catalog-img img {
    margin-left: 0;
  }

  /* line 389, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .promotion-list-item-img {
    padding-left: 1px;
  }

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

  /*related promotion*/
  /* line 399, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-grid .wg-content-catalog-img {
    padding: 0;
  }

  /* line 404, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .btn-promotion-detail {
    max-width: 100%;
  }

  /*end related promotion*/
}
@media (max-width: 320px) {
  /* line 415, ../../assets/sass/onepage/stylesheets/_promotion.scss */
  .content-promotion-list ul li {
    height: 140px;
  }
}
/**
 * Created by OBDEV-03 on 10/4/2561.
 */
/* line 4, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.onepage-black-bar-menu i {
  font-size: 14px;
  padding: 0;
}

/* line 8, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 13, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.panel-default > .panel-heading {
  background-color: #E8E8E8;
  padding: 10px 15px;
  border-radius: 0;
}

/* line 18, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
#edit-bank-list > tbody > tr > td {
  vertical-align: middle;
}

/* line 21, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.table > tbody > tr > td.add-padding {
  vertical-align: middle;
}

/* line 25, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.thbanks {
  font-size: 25px;
  padding: 5px 10px 5px 10px;
}

/* line 30, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.btn-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 35, ../../assets/sass/onepage/stylesheets/_ecommerce.scss */
.btn-shopping {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/**
 * Created by OBDEV-03 on 17/5/2561.
 */
/* line 6, ../../assets/sass/onepage/stylesheets/_no-ecommerce.scss */
.wg-catalog-grid ul li.no-ecommerce {
  height: 330px;
}
/* line 8, ../../assets/sass/onepage/stylesheets/_no-ecommerce.scss */
.wg-catalog-grid ul li.no-ecommerce .wg-content-catalog-tradename {
  height: 50px;
}

/* line 1, ../../assets/sass/onepage/stylesheets/_address.scss */
.contact-road,
.contact-soi,
.contact-city,
.contact-distric,
.contact-subdistric,
.contact-postcode {
  white-space: normal;
}

/* line 9, ../../assets/sass/onepage/stylesheets/_address.scss */
font {
  white-space: normal;
}

/* line 2, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor {
  margin: 11px 0;
}
/* line 5, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-extractor-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  height: 70px;
  overflow: hidden;
}
/* line 12, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-extractor-title p {
  color: #FFFFFF;
}
/* line 17, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-slide img {
  margin: auto;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-button-next {
  background-image: none;
  text-align: right;
  font-size: 4rem;
}
/* line 26, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-button-prev {
  background-image: none;
  text-align: left;
  font-size: 4rem;
}
/* line 33, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .swiper-extractor .swiper-container .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  left: -10px;
}
/* line 40, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .card {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #E7E7E7;
  border-radius: .25rem;
  color: #333333;
  transition: 0.3s;
  z-index: 1;
  height: 384px;
  min-height: 298px;
  max-height: 298px;
  max-width: 263px;
  margin: 11px;
  padding: 10px;
  overflow: hidden;
}
/* line 63, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .card:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
/* line 67, ../../assets/sass/onepage/stylesheets/_extractor.scss */
.wg-web-extractor .card.fix-height {
  max-height: 384px;
}

@media (max-width: 1200px) {
  /* line 75, ../../assets/sass/onepage/stylesheets/_extractor.scss */
  .wg-web-extractor .card {
    width: 30%;
    margin: 9px;
  }
  /* line 78, ../../assets/sass/onepage/stylesheets/_extractor.scss */
  .wg-web-extractor .card.fix-height {
    height: auto;
    max-height: 298px;
  }
}
@media (max-width: 574px) {
  /* line 88, ../../assets/sass/onepage/stylesheets/_extractor.scss */
  .wg-web-extractor .card {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  /* line 92, ../../assets/sass/onepage/stylesheets/_extractor.scss */
  .wg-web-extractor .card.fix-height {
    height: auto;
  }
}
/* line 1, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section {
  clear: both;
  text-align: left;
}
/* line 4, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section.area-list-tab {
  clear: both;
  text-align: left;
  margin-top: 15px;
}
/* line 9, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section .area-list-row {
  text-align: left;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}
/* line 14, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section .area-list-row strong {
  margin-bottom: 10px;
}
/* line 17, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section .area-list-row p {
  font-size: 14px;
  line-height: 1.2;
}
/* line 20, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section .area-list-row p.subject-label {
  font-size: 16px;
}
/* line 25, ../../assets/sass/onepage/stylesheets/_maparea.scss */
.area-list-section .span-circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

/* line 1, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget {
  display: none;
  position: fixed;
  width: 32px;
  z-index: 1;
  top: unset;
  bottom: 110px;
}
/* line 8, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget .contact-button-link {
  width: 40px;
  height: 40px;
}
/* line 12, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget .contact-button-link span.fa {
  margin-top: 11px;
}
/* line 18, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget a.contact-button-link {
  left: 10px;
}
/* line 20, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget a.contact-button-link span {
  margin-top: 11px;
}
/* line 26, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget button.contact-button-link {
  position: fixed;
  bottom: 60px;
  left: 20px;
}
/* line 30, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget button.contact-button-link .cbwaves {
  left: -5px;
  top: -42px;
  border-color: #FFFFFF;
}
/* line 36, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget button.contact-button-link.show-hide-contact-icon-bar .fa-times {
  color: #FFFFFF;
}
/* line 39, ../../assets/sass/onepage/stylesheets/_allinone-contact.scss */
#mgscbcontact-buttons-widget button.contact-button-link.show-hide-contact-icon-bar:hover, #mgscbcontact-buttons-widget button.contact-button-link.show-hide-contact-icon-bar:focus, #mgscbcontact-buttons-widget button.contact-button-link.show-hide-contact-icon-bar:active {
  width: 40px;
  height: 40px;
}

/* line 2, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a {
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100%;
}
/* line 9, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media {
  color: #FFFFFF;
}
/* line 11, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media i {
  border-right: none;
  position: relative;
  width: 24px;
}
/* line 15, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media i:before {
  font-size: 20px;
  top: 2px;
  position: inherit;
}
/* line 21, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-facebook {
  border-color: #1877f2;
  background-color: #1877f2;
}
/* line 24, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-facebook:hover {
  color: #1877f2;
  background-color: transparent;
}
/* line 29, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-messenger {
  border-color: #0088FF;
  background-color: #0088FF;
}
/* line 32, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-messenger:hover {
  background-color: transparent;
  border-color: #BA43FF;
}
/* line 35, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-messenger:hover i {
  background: linear-gradient(84.06deg, #0088FF -15.62%, #A033FF 36.39%, #FF5C87 98.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 42, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-instagram {
  border-color: #E4405F;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
/* line 45, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-instagram:hover {
  background: transparent;
  color: #E4405F;
}
/* line 48, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-instagram:hover i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
}
/* line 54, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-line {
  border-color: #00c300;
  background-color: #00c300;
}
/* line 57, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-line:hover {
  color: #00c300;
  background-color: transparent;
}
/* line 62, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-twitter {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
/* line 65, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-twitter:hover {
  color: #1da1f2;
  background-color: transparent;
}
/* line 70, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-x-twitter {
  border-color: #000000;
  background-color: #000000;
}
/* line 73, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-x-twitter:hover {
  color: #000000;
  background-color: transparent;
}
/* line 78, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-youtube {
  border-color: #FF0000;
  background-color: #FF0000;
}
/* line 81, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-youtube:hover {
  color: #FF0000;
  background-color: transparent;
}
/* line 86, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-tiktok {
  border-color: #010101;
  background-color: #010101;
}
/* line 89, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-tiktok:hover {
  color: #010101;
  background-color: transparent;
}
/* line 94, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-pinterest {
  border-color: #e60023;
  background-color: #e60023;
}
/* line 97, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-pinterest:hover {
  color: #e60023;
  background-color: transparent;
}
/* line 102, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-whatsapp {
  border-color: #25d366;
  background-color: #25d366;
}
/* line 105, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-whatsapp:hover {
  color: #25d366;
  background-color: transparent;
}
/* line 110, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-wechat {
  border-color: #7bb32e;
  background-color: #7bb32e;
}
/* line 113, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-wechat:hover {
  color: #7bb32e;
  background-color: transparent;
}
/* line 118, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-linkedin {
  border-color: #0E76A8;
  background-color: #0E76A8;
}
/* line 121, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-linkedin:hover {
  color: #0E76A8;
  background-color: transparent;
}
/* line 126, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-linkwebsite {
  border-color: #2a3d93;
  background-color: #2a3d93;
}
/* line 129, ../../assets/sass/onepage/stylesheets/_social.scss */
.address-social-media a.btn-social-media.social-linkwebsite:hover {
  color: #2a3d93;
  background-color: transparent;
}
