/* Scss Document */
:root {
  --px: 24px;
  --font12: 12px;
  --font14: 14px;
  --font16: 16px;
  --font18: 18px;
  --font21: 21px;
  --font23: 23px;
  --font28: 28px;
  --font32: 32px;
  --font39: 39px;
  --font100: 100px;
}

.p20 {
  padding: 20px;
}

.fz12 {
  font-size: var(--font12);
}

.fz14 {
  font-size: var(--font14);
}

.fz18 {
  font-size: var(--font18);
}

.fz16 {
  font-size: var(--font16);
}

.fz21 {
  font-size: var(--font21);
}

.fz23 {
  font-size: var(--font23);
}

.fz28 {
  font-size: var(--font28);
}

.fz32 {
  font-size: var(--font32);
}

.fz39 {
  font-size: var(--font39);
}

.fz100 {
  font-size: var(--font100);
}

.center {
  text-align: center;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.lh1 {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 156%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flx {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid2 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid2 .col {
  width: calc(50% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid3 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid3 .col {
  width: calc(33.3333333333% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid4 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid4 .col {
  width: calc(25% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.grid5 {
  margin-right: calc(var(--px) * -1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid5 .col {
  width: calc(20% - var(--px));
  margin-right: var(--px);
  margin-bottom: var(--px);
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.b0 {
  margin-bottom: 0px;
}

.b2 {
  margin-bottom: 2px;
}

.b3 {
  margin-bottom: 3px;
}

.b4 {
  margin-bottom: 4px;
}

.b5 {
  margin-bottom: 5px;
}

.b6 {
  margin-bottom: 6px;
}

.b7 {
  margin-bottom: 7px;
}

.b8 {
  margin-bottom: 8px;
}

.b9 {
  margin-bottom: 9px;
}

.b10 {
  margin-bottom: 10px;
}

.b11 {
  margin-bottom: 11px;
}

.b12 {
  margin-bottom: 12px;
}

.b13 {
  margin-bottom: 13px;
}

.b14 {
  margin-bottom: 14px;
}

.b15 {
  margin-bottom: 15px;
}

.b20 {
  margin-bottom: 20px;
}

.b25 {
  margin-bottom: 25px;
}

.b30 {
  margin-bottom: 30px;
}

.b35 {
  margin-bottom: 35px;
}

.b40 {
  margin-bottom: 40px;
}

.b45 {
  margin-bottom: 45px;
}

.b50 {
  margin-bottom: 50px;
}

.b60 {
  margin-bottom: 60px;
}

.b65 {
  margin-bottom: 65px;
}

.b70 {
  margin-bottom: 70px;
}

.b75 {
  margin-bottom: 75px;
}

.b80 {
  margin-bottom: 80px;
}

.b85 {
  margin-bottom: 85px;
}

.b90 {
  margin-bottom: 90px;
}

.b95 {
  margin-bottom: 95px;
}

.b100 {
  margin-bottom: 100px;
}

.b110 {
  margin-bottom: 110px;
}

.b120 {
  margin-bottom: 120px;
}

.b130 {
  margin-bottom: 130px;
}

.b140 {
  margin-bottom: 140px;
}

.t0 {
  margin-top: 0px;
}

.t5 {
  margin-top: 5px;
}

.t6 {
  margin-top: 6px;
}

.t7 {
  margin-top: 7px;
}

.t8 {
  margin-top: 8px;
}

.t9 {
  margin-top: 9px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t35 {
  margin-top: 35px;
}

.t40 {
  margin-top: 40px;
}

.t45 {
  margin-top: 45px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t65 {
  margin-top: 65px;
}

.t70 {
  margin-top: 70px;
}

.t75 {
  margin-top: 75px;
}

.t80 {
  margin-top: 80px;
}

.t85 {
  margin-top: 85px;
}

.t90 {
  margin-top: 90px;
}

.t95 {
  margin-top: 95px;
}

.t100 {
  margin-top: 100px;
}

.l0 {
  margin-left: 0px;
}

.l5 {
  margin-left: 5px;
}

.l6 {
  margin-left: 6px;
}

.l7 {
  margin-left: 7px;
}

.l8 {
  margin-left: 8px;
}

.l9 {
  margin-left: 9px;
}

.l10 {
  margin-left: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}

.l25 {
  margin-left: 25px;
}

.l30 {
  margin-left: 30px;
}

.l35 {
  margin-left: 35px;
}

.l40 {
  margin-left: 40px;
}

.l45 {
  margin-left: 45px;
}

.l50 {
  margin-left: 50px;
}

.l60 {
  margin-left: 60px;
}

.l65 {
  margin-left: 65px;
}

.l70 {
  margin-left: 70px;
}

.l75 {
  margin-left: 75px;
}

.l80 {
  margin-left: 80px;
}

.l85 {
  margin-left: 85px;
}

.l90 {
  margin-left: 90px;
}

.l95 {
  margin-left: 95px;
}

.l100 {
  margin-left: 100px;
}

.r0 {
  margin-right: 0px;
}

.r5 {
  margin-right: 5px;
}

.r6 {
  margin-right: 6px;
}

.r7 {
  margin-right: 7px;
}

.r8 {
  margin-right: 8px;
}

.r9 {
  margin-right: 9px;
}

.r10 {
  margin-right: 10px;
}

.r15 {
  margin-right: 15px;
}

.r20 {
  margin-right: 20px;
}

.r25 {
  margin-right: 25px;
}

.r30 {
  margin-right: 30px;
}

.r35 {
  margin-right: 35px;
}

.r40 {
  margin-right: 40px;
}

.r45 {
  margin-right: 45px;
}

.r50 {
  margin-right: 50px;
}

.r60 {
  margin-right: 60px;
}

.r65 {
  margin-right: 65px;
}

.r70 {
  margin-right: 70px;
}

.r75 {
  margin-right: 75px;
}

.r80 {
  margin-right: 80px;
}

.r85 {
  margin-right: 85px;
}

.r90 {
  margin-right: 90px;
}

.r95 {
  margin-right: 95px;
}

.r100 {
  margin-right: 100px;
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Scss Document */
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside;
}
.text ul ul {
  margin-top: 25px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 5px;
}
.text p {
  margin-bottom: 25px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 25px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.text table tr:nth-child(2n+2) {
  background-color: rgba(238, 238, 238, 0.42);
}
.text table tr:hover {
  background-color: rgba(238, 238, 238, 0.8);
}
.text table th {
  background-color: #30A2D9;
  padding: 15px 10px;
  color: #fff;
  border: 1px solid #fff;
}
.text table th p {
  margin-bottom: 0;
}
.text table td {
  padding: 10px;
  border: 1px solid #fff;
}
.text table td p {
  margin-bottom: 0;
}
.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.hide {
  display: none;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1160px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.noscroll {
  overflow: hidden;

}

.bg_top {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  height: 760px;
  color: #fff;
  padding-bottom: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

header {
  padding: 20px 0;
}
header a {
  color: #fff;
  text-decoration: none;
}

.to_top {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 101;
}

.btn_group a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
.btn_group a:hover {
  color: #7595C9;
}
.btn_group a:hover path {
  stroke: #7595C9;
}
.btn_group a:hover ellipse {
  stroke: #7595C9;
}
.btn_group a:last-child {
  margin-right: 0;
}
.btn_group a svg {
  display: block;
  margin-right: 5px;
}

.head_top {
 /* border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px;*/
  margin-bottom: 30px;
}

.head-search {
width: 300px;
  height: 40px;
   position:relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-search input {
  width: 300px;
  height: 40px;
  color: #fff;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  /*margin-right: 5px;*/
  background-color: transparent;
  /*border-width: 0;*/
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  outline: none;
}
.head-search .input-group-btn{
width:0;
}
.head-search input::-webkit-input-placeholder {
  color: #fff;
}
.head-search input::-moz-placeholder {
  color: #fff;
}
.head-search input:-moz-placeholder {
  color: #fff;
}
.head-search input:-ms-input-placeholder {
  color: #fff;
}
.head-search button {
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  position:absolute !important;
  top:-20px;
  right:0;
}
.head-search button:hover path {
  stroke: #7595C9;
}
.head-search button:hover ellipse {
  stroke: #7595C9;
}
#button_feedback{
display:block;
width: 140px;
height: 40px;
line-height: 40px;
font-weight:700;
background: #FFFFFF;
border-radius: 5px;
text-align: center;
color: #000000;
}
#form-feedback-header{
color: #000000;
}

.sd {
  position: relative;
  display: block;
}
.sd #cart-total {
 /* background-color: #7595C9;*/
  background-color: #F20000;
  display: block;
  width: 24px;
  height: 16px;
  /*border-radius: 100%;*/
  border-radius:8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 12px;
  line-height: 1;
}
#cart .cart-title{
margin-left:10px;
}

.navfix__close {
  display: none !important;

}
.main_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_menu li {
  display: block;
  position: relative;
  padding: 10px 0;
}
.main_menu li:hover .drop_panel {
  visibility: visible;
  opacity: 1;
}
.main_menu .drop_open {
  display: none;
}
.main_menu li .drop_panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main_menu li .drop_panel ul {
  background-color: #000;
  width: 600px;
  position: relative;
  z-index: 4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_menu li .drop_panel li {
  width: 50%;
  padding: 0;
}
.main_menu li .drop_panel li:nth-child(1n+3) {
  border-top: 1px solid #333;
}
.main_menu li .drop_panel li:nth-child(2n+1) {
  border-right: 1px solid #333;
}
.main_menu li .drop_panel a {
  display: block;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}
.main_menu li .drop_panel a:hover {
  background-color: #7595C9;
  color: #000;
}
.main_menu a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu a:hover {
  color: #7595C9;
}
.main_menu a:hover path {
  fill: #7595C9;
}
.main_menu svg {
  display: block;
  margin-right: 12px;
}

.category_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_list a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  height: 210px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.category_list a:hover {
 /* color: #ffde25;
  border-color: #ffde25;*/
  color: #7595C9;
  border-color: #7595C9;
}
.category_list a:hover path {
  /*fill: #ffde25;*/ 
  fill: #7595C9; 
}
.category_list .pic {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 94px;
  margin-bottom: 22px;
}
.category_list .pic img,
.category_list .pic svg {
  display: block;
}

.other {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

footer ul {
  margin-top: 15px;
}
footer li:nth-child(1n+2) {
  margin-top: 10px;
}

.well > h2 {
  margin-top: 0;
}

.site_map {
  list-style-position: inside;
}
.site_map li:nth-child(1n+2) {
  margin-top: 10px;
}
.site_map li ul {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#column-left .list-group a:nth-child(1n+22) {
  display: none;
}

#product .btn-row {
  border:0;   
   background:none;
    overflow: auto;
	display:flex;
	justify-content: space-between;
	padding:0 10px 10px;
}
#product .btn-row button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #1B2638;
    color: #fff;
    /*line-height: 38px;*/
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	border-radius: 5px;
}
#product .btn-row .number-spinner button {
    width: 30px;
	height:40px;
    border: none;
    display: inline-block;
    float: left;
    background-color: #1B2638;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	margin:0;
	padding:0;	
}
#product .number-spinner .input-group-btn.minus button{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#product .number-spinner .input-group-btn.plus button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#product .input-group.number-spinner .form-control[name^=quantity] {
    min-width: 0;
    height: 40px;
    width: 28px;
    border: 1px solid #1B2638;
    color: #000;
    padding: 6px 2px;
    font-size: 16px;
}
#product .btn-row button {
  margin-right: 10px;
}
#product .btn-row button:last-child {
  margin-right: 0;
}

.home_tab_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.home_tab_nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}
.home_tab_nav li {
  cursor: pointer;
  display: block;
  padding-bottom: 15px;
  position: relative;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.home_tab_nav li:hover:before {
  content: "";
  width: 100%;
}
.home_tab_nav li:last-child {
  margin-right: 0;
}
.home_tab_nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #7595C9;
}
.home_tab_nav .cur:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab_box:nth-child(1n+2) {
  display: none;
}

.cat_list {
  margin-right: -30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.cat_list .col_r {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.cat_item {
  display: block;
  background-color: #f8f8f8;
  border: 1px solid #f3f3f3;
  padding: 30px;
  position: relative;
  color: #444;
  font-weight: bold;
  font-size: 18px;
  min-height: 150px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cat_item:hover {
  border-color: #7595C9;
  background-color: #fff;
  color: #444;
}
.cat_item.big {
  height: 100%;
}
.cat_item:nth-child(1n+2) {
  margin-top: 30px;
}
.cat_item img {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: block;
  width: auto;
  height: 100%;
}

.sw-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sw-item {
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.sw-item .inner {
  border: 1px solid #DDDDDD;
  height: 100%;
}
.sw-item .sw-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  text-decoration: none;
  font-weight: bold;
}
.sw-item .sw-image:hover {
  text-decoration: underline;
}
.sw-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sw-item .sw-title {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda;
}
.slick-prev i,
.slick-next i {
  font-size: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #dcdcdc;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background-color: #b99e7c;
}
.slick-dots li:hover button {
  background-color: #b99e7c;
}

#product-category .dot-row{
display:flex;
justify-content: space-between;
}

.advantage{
display:flex;
justify-content: center;
width:100%;
margin-top:50px;
}
.advantage-item{
width:200px;
text-align:center;
}
.advantage-item-img {
width: 100px;
height: 100px;
border-radius:50px;
background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
margin:0 auto 10px;
padding-top:18px;
}
.advantage-item-title{
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #000000;
}
.form-message{
display:flex;
flex-wrap: wrap; 
justify-content: center;
width:100%;
margin:50px 15px 0;
border: 1px solid #000;
border-radius: 10px;
box-sizing: border-box;
padding:50px;
}
.form-message-text{
width:80%;
}
.form-message-fields{
width:75%;
max-width:750px;
display:flex;
flex-wrap: wrap; 
justify-content: space-between;
}
.form-message-fields textarea{
width:100%;
margin-bottom:20px;
padding: 11px 10px;
border-radius: 5px;
height:100px;
/*font-family: 'Montserrat';*/
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #4F4F4F;
}
.form-message-fields input{
box-sizing: border-box;
align-items: center;
padding: 11px 10px;
width: 350px;
height: 40px;
border: 1px solid #828282;
border-radius: 5px;
margin-bottom:20px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #4F4F4F;
}
.form-message-text-title{
width: 100%;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 130%;
color: #000000;
margin-bottom:10px;
text-align: center
}
.form-message-text-content{
width: 100%;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #4F4F4F;
margin-bottom:20px;
text-align: center
}
.message-btn{
display:flex;
flex-wrap: wrap; 
font-weight: 400;
font-size: 14px;
}
.message-btn button{
width: 208px;
height: 54px;
background: #000000;
border-radius: 5px;
padding: 15px 36px;
font-weight: 600;
font-size: 15px;
color:#fff;
text-transform:uppercase;
margin-right:10px;
}

h1.h1_product{
margin:0 0 10px;
}

/* Scss Document */
@media (max-width: 1200px) {
  .wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .category_list a {
    width: 150px;
  }

  .head-search input {
    width: 200px;
  }
}
@media (max-width: 992px) {
  :root {
    --px: 24px;
    --font12: 12px;
    --font14: 14px;
    --font16: 16px;
    --font18: 18px;
    --font21: 21px;
    --font23: 18px;
    --font28: 28px;
    --font32: 32px;
    --font39: 39px;
    --font100: 60px;
  }

  .home_tab_nav li {
    font-size: 14px;
  }

  #content {
    width: 100% !important;
  }

  #column-left {
    display: none !important;
  }

  .cat_list {
    display: block;
    margin-right: 0px;
    margin-top: 0px;
  }
  .cat_list:nth-child(1n+2) {
    margin-top: 20px;
  }
  .cat_list .col_r {
    width: 100%;
    margin-right: 0px;
  }
  .cat_list .col_r:nth-child(1n+2) {
    margin-top: 20px;
  }

  .cat_item:nth-child(1n+2) {
    margin-top: 20px;
  }

  .logo {
    margin-right: 30px;
  }
  .logo img {
    width: auto;
    height: 80px;
  }

  .main_menu {
    
  }
  .main_menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .main_menu li {
    margin: 5px 0;
    padding: 0;

  }
  .main_menu  a {
    font-size: 16px;
    padding: 10px 0;
  }
  .main_menu li .drop_panel {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transition: initial;
  }
  .main_menu li .drop_panel ul {
    width: 100%;
  }
  .main_menu li .drop_panel li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #333;
    border-right: none !important;
    margin: 0;
  }
  .main_menu .drop_inner {
    position: relative;
  }
  .main_menu .drop_open {
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: none; border: none;
    outline: none;
  }
  .header__burger {
      display: block !important;

  }
  .header__burger svg {
    width: 60%;
    height: auto;
    vertical-align: bottom;
  }
  .header__burger a {
    width: 35px;
    height: 35px;
    display: flex;
    background: #FFCE00;
    padding: 0;
    border-radius: 100px;
    align-items: center;
    justify-content: center;

  }
  .header__burger path {
    fill: #000;

  }
  .navfix {
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100vh;
    z-index:-100;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    overflow:auto;
    margin:0
  }
 .navfix.active {
    z-index:99999;
    opacity:1;
    visibility:visible
 }
 .navfix__bg {
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.25);
    z-index:0
 }
 .navfix__box {
    width:100%;
    max-width:320px;
    padding:40px 30px 30px 30px;
    position:absolute;
    right:-100%;
    top:0;
    z-index:5;
    background:#000;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    height:100%;
    overflow:auto
 }
 .navfix.active .navfix__box {
    right:0
 }
 .navfix__close {
  position: absolute;
  right: 10px; top: 10px;
  display: flex !important;
  padding: 0;
  outline: none;
 }
 .navfix__close svg {
  margin: 0;

 }

  .head_top {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head_top .adres {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    margin-top: 15px;
  }

  .home_title {
    text-align: center;
  }

  .category_list {
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category_list a {
    margin: 5px;
    height: 170px;
    padding-top: 10px;
  }
  .category_list .pic {
    margin-bottom: 15px;
  }
  .category_list .pic img,
.category_list .pic svg {
    width: auto;
    max-height: 60px;
    max-width: 80px;
  }

  .show_992 {
    display: block;
  }

  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sw-item {
    width: calc(33.3333333333% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .cat_item {
    padding: 15px;
  }

  .home_tab_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
    border-bottom-width: 0;
  }
  .home_tab_nav li {
    margin: 5px;
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 3px;
  }

  .wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .show_767 {
    display: block;
  }

  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  :root {
    --px: 24px;
    --font12: 12px;
    --font14: 14px;
    --font16: 16px;
    --font18: 18px;
    --font21: 21px;
    --font23: 16px;
    --font28: 28px;
    --font32: 32px;
    --font39: 39px;
    --font100: 40px;
  }

  .sw-item {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .cat_item {
    padding: 10px;
  }
  .cat_item span {
    max-width: 150px;
    display: block;
  }
  .cat_item img {
    right: 10px;
  }

  header .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home_title {
    margin: 50px 0;
  }

  .bg_top {
    height: auto;
    background-size: cover;
  }

  .head_top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .adres {
    display: none;
  }

  .head-search {
    display: none;
  }

  .logo {
    margin-right: 20px;
  }
  .logo img {
    width: auto;
    height: 50px;
  }

  .category_list {
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category_list a {
    margin: 5px;
    width: 100px;
    height: 120px;
    padding-top: 0px;
    font-size: 14px;
  }
  .category_list .pic {
    margin-bottom: 10px;
    height: 60px;
  }
  .category_list .pic img,
.category_list .pic svg {
    width: auto;
    max-height: 40px;
    max-width: 50px;
  }

  .show_550 {
    display: block;
  }

  .hide_550 {
    display: none;
  }
}