@font-face {
  font-family: Tahoma;
  src: url("../../fonts/Tahoma.ttf");
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454545;
  font-weight: 300;
}
tr:nth-child(1) td {
  border: none;
}
p {
  text-indent: 1.5em;
}
a,
.btn-csm,
.link-csm {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
html,
body {
  position: relative;
}
body {
  background: #e5e5e5;
  color: #353535;
  min-width: 360px;
}
.main {
  min-height: 1000px;
}
.navfix {
  z-index: 500;
  width: 100%;
  background: #ffffff;
  position: fixed;
  height: 60px;
  border-bottom: #dedede solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
nav {
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.card_gallery {
  cursor: pointer;
}
.icon360 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position-x: right;
  background-position-y: bottom;
  background-image: url("../../landing/360.png");
  width: 96%;
  height: 74%;
}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 5px;
}
.badge.badge-outlined {
  background-color: transparent;
}
.badge.badge-outlined.badge-success {
  border-color: #28a745;
  color: #28a745;
}
/* ================== Ссылки меню ======================== */
.navbar-nav > li {
  margin-left: 1px;
}
.navbar-nav > li > a {
  padding: 10px 20px 10px 20px !important;
  font-size: 18px !important;
  line-height: 18px;
  color: #585858 !important;
}
.navbar-nav > li.active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active,
.navbar-nav > li:focus > a.active,
.navbar-nav > li:hover > a.active {
  color: #000 !important;
}
/* ================== Меню аккаунта ====================== */
.link-account {
  color: #777;
}
.link-account:hover {
  color: #000;
}
.link-account.active {
  color: #000;
  font-weight: bold;
}
/* ================== Главный слайдер ==================== */
#main-slider {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider p,
#main-slider h1 {
  color: #fff;
}
.slide-item {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 25px;
  cursor: pointer;
}
.slide-item:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
/* ================= Форма обращения ================== */
.box {
  padding: 30px;
  background: #fff;
  position: relative;
}
.box.first {
  margin-top: -35px;
  border-radius: 10px 10px 0 0;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
#contact .box {
  background-color: #222;
  color: #cecece;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ====================== Страна ======================== */
.country,
.signin,
.cart,
.account {
  color: #585858;
  cursor: pointer;
}
.country:hover,
.signin:hover,
.cart:hover,
.account:hover {
  color: #000000;
}
/* ================ Масштабы и категории ================ */
.scale-icon {
  color: #585858;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px;
}
.scale-icon:hover {
  color: #000;
}
.scale-selected {
  z-index: 200;
}
.scale-selected .scale-img {
  background-position: top;
}
.scale-selected .scale-text {
  color: #000;
}
.scale-categories {
  text-align: left;
}
.categories-box {
  position: absolute;
}
.scale-img {
  z-index: 100;
  margin: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #454545;
}
.choice-icon:hover ~ .scale-img,
.scale-text:hover + .scale-img {
  background-position: top !important;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 550ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 550ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 550ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 550ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wheel {
  background-image: url("../../landing/wheel.png");
}
.propeller {
  background-image: url("../../landing/propeller.png");
}
.scale-text {
  z-index: 150;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  margin: auto;
  cursor: pointer;
}
.choice-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
.linkpage {
  min-height: auto !important;
  height: auto !important;
}
/* ==================== Товары ===================== */
.product-image {
  cursor: pointer;
}
.product-title-cell {
  font-weight: bold;
  text-align: left;
}
.cur-cost,
old-cost {
  font-weight: normal;
}
.btn-font {
  font-weight: bold;
}
.product-sku-cell {
  font-weight: normal;
  position: relative;
  top: -6px;
}
.chevron-slider {
  background-color: white;
  border-radius: 8px;
  width: 0.7em;
}
.blueimp-gallery-carousel {
  padding-bottom: 75% !important;
}
.card_gallery,
.product-image {
  background-size: contain;
  padding-bottom: 62%;
  background-repeat: no-repeat;
}
#to_glr {
  transition: all 0.2s linear;
}
.to_glr {
  transform: rotate(90deg);
}
.sale,
.new {
  position: absolute;
  color: white;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-align: left;
  padding-left: 10px;
}
.sale {
  background-image: url("../../landing/sale.png");
}
.new {
  background-image: url("../../landing/new.png");
}
.glyphicon {
  width: 16px !important;
}
/* ================== Таймлайн доставки ================= */
.item-order-opn {
  background-color: #f8f9fa;
}
.tlbg {
  position: absolute;
  background-color: #ffffff;
  z-index: 20;
}
.tx,
.tt {
  position: absolute;
  z-index: 30;
}
.ln {
  position: absolute;
  background-color: #699dc3;
  z-index: 25;
}
.rnd {
  position: absolute;
  background-color: #699dc3;
  border-radius: 50%;
  z-index: 30;
}
.round-loupe {
  border-radius: 150px;
  border: 5px solid #F0F0F0;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@media (max-width: 575px) {
  #main-slider h1 {
    font-size: 30px;
  }
  .navbar-brand > img {
    width: 60px;
    height: 70px;
  }
  .font-xl {
    font-size: 1.6rem;
  }
  .font-lg {
    font-size: 1.1rem;
  }
  .font-md {
    font-size: 1rem;
  }
  .font-sm {
    font-size: 1rem;
  }
  .slide-item {
    min-height: 350px;
  }
  .scale-box {
    z-index: 400;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    height: 85px;
    padding: 5px;
    top: 10px;
    right: 30%;
  }
  .scale-box-end {
    height: 400px;
  }
  .categories-box {
    position: relative;
    width: 300px;
    left: 20px;
  }
  .badge-category {
    width: 220px;
  }
  .scale-show_1 {
    left: 20px;
    top: 15px;
  }
  .scale-show_2 {
    left: 20px;
    top: 90px;
  }
  .scale-show_5 {
    left: 20px;
    top: 170px;
  }
  .scale-show_3 {
    left: 20px;
    top: 250px;
  }
  .scale-show_4 {
    left: 20px;
    top: 330px;
  }
  .scale-icon {
    width: 290px;
    height: 75px;
  }
  .scale-hide {
    left: 20px;
    top: 15px;
  }
  .scale-img {
    width: 75px;
    height: 75px;
    margin: 0;
  }
  .scale-text {
    font-size: 20px;
    top: 14px;
    left: 95px;
    font-weight: bold;
    position: absolute;
    height: 55px;
    padding-top: 9px;
  }
  .scale-selected::before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f2';
    font-size: 28px;
    position: absolute;
    top: 25px;
    left: 145px;
  }
  .choice-icon {
    top: 25px;
    left: 145px;
  }
  .product-title-cell {
    height: 80px;
    font-size: 1.2em;
  }
  .product-cost {
    height: 60px;
  }
  .product-sku-cell {
    font-size: 1em;
  }
  .btn-font {
    font-size: 0.8em;
  }
  .cur-cost {
    font-size: 1.2em;
  }
  .old-cost {
    font-size: 0.95em;
  }
  .tl {
    height: 350px;
    top: 135px;
  }
  .tlbg {
    width: 50px;
    height: 291px;
    border-radius: 25px;
    left: 42px;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .rnd {
    width: 42px;
    height: 42px;
    left: 3px;
  }
  .ln {
    left: 17px;
    height: 45px;
    width: 15px;
  }
  .tx {
    left: 65px;
    width: 200px;
    text-align: left;
  }
  .tt {
    left: 65px;
    width: 120px;
    text-align: left;
  }
  .sic {
    color: #fff;
    font-size: 30px;
    margin-top: 6px;
    margin-left: 2px;
  }
  .r-1 {
    top: 4px;
  }
  .ln-1 {
    top: 42px;
  }
  .tx-1 {
    top: 13px;
  }
  .tt-1 {
    top: 35px;
  }
  .r-2 {
    top: 84px;
  }
  .ln-2 {
    top: 122px;
  }
  .tx-2 {
    top: 92px;
  }
  .tt-2 {
    top: 115px;
  }
  .r-3 {
    top: 164px;
  }
  .ln-3 {
    top: 202px;
  }
  .tx-3 {
    top: 172px;
  }
  .tt-3 {
    top: 195px;
  }
  .r-4 {
    top: 242px;
  }
  .tx-4 {
    top: 250px;
  }
  .tt-4 {
    top: 355px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #main-slider h1 {
    font-size: 38px;
  }
  .navbar-brand > img {
    width: 60px;
    height: 70px;
  }
  .font-xl {
    font-size: 1.6rem;
  }
  .font-lg {
    font-size: 1.1rem;
  }
  .font-md {
    font-size: 1rem;
  }
  .font-sm {
    font-size: 1rem;
  }
  .slide-item {
    min-height: 450px;
  }
  .first {
    min-height: 170px;
  }
  #sc_title {
    margin-top: 55px;
    width: 300px;
  }
  .scale-box {
    z-index: 400;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: white;
    width: 145px;
    height: 145px;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .scale-box-end {
    height: 720px;
  }
  .categories-box {
    position: relative;
    width: 300px;
    left: 20px;
  }
  .badge-category {
    width: 220px;
  }
  .scale-show_1 {
    left: 2px;
    top: 0px;
  }
  .scale-show_2 {
    left: 2px;
    top: 140px;
  }
  .scale-show_5 {
    left: 2px;
    top: 280px;
  }
  .scale-show_3 {
    left: 2px;
    top: 420px;
  }
  .scale-show_4 {
    left: 2px;
    top: 560px;
  }
  .scale-hide {
    top: 0;
    left: 2px;
  }
  .scale-img {
    width: 140px;
    height: 140px;
  }
  .scale-text {
    font-size: 25px;
    top: 43px;
    left: 43px;
    font-weight: bold;
    position: absolute;
    width: 55px;
    height: 55px;
    padding-top: 9px;
  }
  .scale-selected::before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f2';
    font-size: 35px;
    position: absolute;
    left: 64px;
    bottom: -10px;
  }
  .choice-icon {
    left: 64px;
    bottom: -10px;
  }
  .product-title-cell {
    height: 70px;
    font-size: 1.2em;
  }
  .product-cost {
    height: 75px;
  }
  .product-sku-cell {
    font-size: 1.1em;
  }
  .btn-font {
    font-size: 1.2em;
  }
  .cur-cost {
    font-size: 1.6em;
  }
  .old-cost {
    font-size: 1.2em;
  }
  .new {
    top: -2px;
    left: 40px;
    padding: 2px 16px 2px 9px;
    font-size: 1.5rem;
    width: 158px;
  }
  .new::after {
    content: '';
    width: 168px;
    left: 150px;
    top: 19px;
    border-width: 2px;
  }
  .new-cost {
    float: right;
  }
  .new-label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
  }
  .tl {
    height: 350px;
  }
  .tlbg {
    width: 50px;
    height: 291px;
    border-radius: 25px;
    left: 220px;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .rnd {
    width: 42px;
    height: 42px;
    left: 3px;
  }
  .ln {
    left: 17px;
    height: 45px;
    width: 15px;
  }
  .tx {
    left: -215px;
    width: 200px;
    text-align: right;
  }
  .tt {
    left: 50px;
    width: 120px;
  }
  .sic {
    color: #fff;
    font-size: 30px;
    margin-top: 6px;
    margin-left: 2px;
  }
  .r-1 {
    top: 4px;
  }
  .ln-1 {
    top: 42px;
  }
  .tx-1 {
    top: 13px;
  }
  .tt-1 {
    top: 0px;
  }
  .r-2 {
    top: 84px;
  }
  .ln-2 {
    top: 122px;
  }
  .tx-2 {
    top: 92px;
  }
  .tt-2 {
    top: 80px;
  }
  .r-3 {
    top: 164px;
  }
  .ln-3 {
    top: 202px;
  }
  .tx-3 {
    top: 172px;
  }
  .tt-3 {
    top: 160px;
  }
  .r-4 {
    top: 242px;
  }
  .tx-4 {
    top: 250px;
  }
  .tt-4 {
    top: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-slider h1 {
    font-size: 42px;
  }
  #main-slider p {
    font-size: 20px;
  }
  .navbar-brand > img {
    width: 60px;
    height: 70px;
  }
  .font-xl {
    font-size: 1.8rem;
  }
  .font-lg {
    font-size: 1.2em;
  }
  .font-md {
    font-size: 1.1rem;
  }
  .font-sm {
    font-size: 1rem;
  }
  .slide-item {
    min-height: 450px;
  }
  .first {
    min-height: 210px;
  }
  #sc_title {
    margin-top: 55px;
    width: 480px;
  }
  .scale-box {
    z-index: 400;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: white;
    width: 145px;
    height: 145px;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .scale-box-end {
    height: 720px;
  }
  .categories-box {
    width: 480px;
    left: 20px;
  }
  .scale-show_1 {
    left: 2px;
    top: 0px;
  }
  .scale-show_2 {
    left: 2px;
    top: 140px;
  }
  .scale-show_5 {
    left: 2px;
    top: 280px;
  }
  .scale-show_3 {
    left: 2px;
    top: 420px;
  }
  .scale-show_4 {
    left: 2px;
    top: 560px;
  }
  .scale-hide {
    top: 0;
    left: 2px;
  }
  .scale-img {
    width: 140px;
    height: 140px;
  }
  .scale-text {
    font-size: 25px;
    top: 43px;
    left: 43px;
    font-weight: bold;
    position: absolute;
    width: 55px;
    height: 55px;
    padding-top: 9px;
  }
  .scale-selected::before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f2';
    font-size: 35px;
    position: absolute;
    left: 64px;
    bottom: -10px;
  }
  .choice-icon {
    left: 64px;
    bottom: -10px;
  }
  .product-title-cell {
    height: 60px;
    font-size: 1.3em;
  }
  .product-cost {
    height: 75px;
  }
  .product-sku-cell {
    font-size: 1.1em;
  }
  .btn-font {
    font-size: 1.2em;
  }
  .cur-cost {
    font-size: 1.6em;
  }
  .old-cost {
    font-size: 1.2em;
  }
  .new {
    top: -2px;
    left: 30px;
    padding: 2px 16px 2px 9px;
    font-size: 1.2rem;
    width: 158px;
  }
  .new::after {
    content: '';
    width: 90px;
    left: 150px;
    top: 16px;
  }
  .new-cost {
    float: right;
  }
  .new-label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
  }
  .tl {
    height: 350px;
  }
  .tlbg {
    width: 50px;
    height: 291px;
    border-radius: 25px;
    left: 315px;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .rnd {
    width: 42px;
    height: 42px;
    left: 3px;
  }
  .ln {
    left: 17px;
    height: 45px;
    width: 15px;
  }
  .tx {
    left: -215px;
    width: 200px;
    text-align: right;
  }
  .tt {
    left: 50px;
    width: 120px;
  }
  .sic {
    color: #fff;
    font-size: 30px;
    margin-top: 6px;
    margin-left: 2px;
  }
  .r-1 {
    top: 4px;
  }
  .ln-1 {
    top: 42px;
  }
  .tx-1 {
    top: 13px;
  }
  .tt-1 {
    top: 0px;
  }
  .r-2 {
    top: 84px;
  }
  .ln-2 {
    top: 122px;
  }
  .tx-2 {
    top: 92px;
  }
  .tt-2 {
    top: 80px;
  }
  .r-3 {
    top: 164px;
  }
  .ln-3 {
    top: 202px;
  }
  .tx-3 {
    top: 172px;
  }
  .tt-3 {
    top: 160px;
  }
  .r-4 {
    top: 242px;
  }
  .tx-4 {
    top: 250px;
  }
  .tt-4 {
    top: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-slider h1 {
    font-size: 40px;
  }
  #main-slider p {
    font-size: 22px;
  }
  .font-xl {
    font-size: 1.8rem;
  }
  .font-lg {
    font-size: 1.2rem;
  }
  .font-md {
    font-size: 1.1rem;
  }
  .font-sm {
    font-size: 1rem;
  }
  .slide-item {
    min-height: 450px;
  }
  #sc_title {
    width: 100%;
  }
  .scale-box {
    height: 140px;
  }
  .scale-box-end {
    width: 1080px;
    height: 140px;
  }
  .categories-box {
    width: 700px;
    left: 205px;
  }
  .scale-show_1 {
    left: 40px;
  }
  .scale-show_2 {
    left: 210px;
  }
  .scale-show_5 {
    left: 380px;
  }
  .scale-show_3 {
    left: 550px;
  }
  .scale-show_4 {
    left: 720px;
  }
  .scale-hide {
    left: 40px;
  }
  .scale-img {
    width: 160px;
    height: 160px;
  }
  .scale-text {
    font-size: 26px;
    top: 50px;
    left: 50px;
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    font-weight: bold;
  }
  .scale-selected::before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f4';
    font-size: 35px;
    position: absolute;
    top: 63px;
    left: 0;
  }
  .choice-icon {
    top: 63px;
    left: 0;
  }
  .product-title-cell {
    height: 60px;
    font-size: 1.1em;
  }
  .product-cost {
    height: 75px;
  }
  .product-sku-cell {
    font-size: 1em;
  }
  .btn-font {
    font-size: 1.2em;
  }
  .cur-cost {
    font-size: 1.6em;
  }
  .old-cost {
    font-size: 1.2em;
  }
  .new {
    top: -2px;
    left: 10px;
    padding: 2px 16px 2px 9px;
    font-size: 1.2rem;
    width: 158px;
  }
  .new::after {
    content: '';
    width: 70px;
    left: 150px;
    top: 16px;
  }
  .new-cost {
    float: right;
  }
  .new-label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
  }
  .tl {
    height: 210px;
  }
  .tlbg {
    width: 802px;
    height: 80px;
    border-radius: 40px;
    left: 50px;
    top: 200px;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .rnd {
    width: 70px;
    height: 70px;
    top: 4px;
  }
  .ln {
    top: 26px;
    height: 25px;
    width: 200px;
  }
  .tx {
    top: -30px;
  }
  .tt {
    top: 90px;
    width: 120px;
  }
  .sic {
    color: #fff;
    font-size: 50px;
    margin-top: 10px;
  }
  .r-1 {
    left: 5px;
  }
  .ln-1 {
    left: 60px;
  }
  .tx-1 {
    left: -25px;
  }
  .tt-1 {
    left: -20px;
  }
  .r-2 {
    left: 250px;
  }
  .ln-2 {
    left: 310px;
  }
  .tx-2 {
    left: 226px;
  }
  .tt-2 {
    left: 228px;
  }
  .r-3 {
    left: 480px;
  }
  .ln-3 {
    left: 540px;
  }
  .tx-3 {
    left: 448px;
  }
  .tt-3 {
    left: 340px;
  }
  .r-4 {
    left: 725px;
  }
  .tx-4 {
    left: 725px;
  }
  .tt-4 {
    left: 700px;
  }
}
@media (min-width: 1200px) {
  #main-slider h1 {
    font-size: 42px;
  }
  #main-slider p {
    font-size: 24px;
  }
  .font-xl {
    font-size: 2rem;
  }
  .font-lg {
    font-size: 1.4rem;
  }
  .font-md {
    font-size: 1.2rem;
  }
  .font-sm {
    font-size: 1rem;
  }
  .slide-item {
    min-height: 450px;
  }
  #sc_title {
    width: 100%;
  }
  .scale-box {
    height: 140px;
  }
  .scale-box-end {
    width: 1080px;
    height: 140px;
  }
  .categories-box {
    width: 850px;
    left: 235px;
  }
  .scale-show_1 {
    left: 130px;
  }
  .scale-show_2 {
    left: 300px;
  }
  .scale-show_5 {
    left: 470px;
  }
  .scale-show_3 {
    left: 640px;
  }
  .scale-show_4 {
    left: 810px;
  }
  .scale-hide {
    left: 50px;
  }
  .scale-img {
    width: 160px;
    height: 160px;
  }
  .scale-text {
    font-size: 26px;
    top: 50px;
    left: 50px;
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    font-weight: bold;
  }
  .scale-selected::before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f4';
    font-size: 35px;
    position: absolute;
    cursor: pointer;
    top: 63px;
    left: 0;
  }
  .choice-icon {
    top: 63px;
    left: 0;
  }
  .product-title-cell {
    height: 80px;
    font-size: 1.05em;
  }
  .product-cost {
    height: 60px;
  }
  .product-sku-cell {
    font-size: 0.9em;
  }
  .btn-font {
    font-size: 0.95em;
  }
  .cur-cost {
    font-size: 1.5em;
  }
  .old-cost {
    font-size: 1em;
  }
  .tl {
    height: 210px;
  }
  .tlbg {
    width: 802px;
    height: 80px;
    border-radius: 40px;
    left: 140px;
    top: 170px;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .rnd {
    width: 70px;
    height: 70px;
    top: 4px;
  }
  .ln {
    top: 26px;
    height: 25px;
    width: 200px;
  }
  .tx {
    top: -30px;
  }
  .tt {
    top: 90px;
    width: 120px;
  }
  .sic {
    color: #fff;
    font-size: 50px;
    margin-top: 10px;
  }
  .r-1 {
    left: 5px;
  }
  .ln-1 {
    left: 60px;
  }
  .tx-1 {
    left: -25px;
  }
  .tt-1 {
    left: -20px;
  }
  .r-2 {
    left: 250px;
  }
  .ln-2 {
    left: 310px;
  }
  .tx-2 {
    left: 226px;
  }
  .tt-2 {
    left: 228px;
  }
  .r-3 {
    left: 480px;
  }
  .ln-3 {
    left: 540px;
  }
  .tx-3 {
    left: 448px;
  }
  .tt-3 {
    left: 340px;
  }
  .r-4 {
    left: 725px;
  }
  .tx-4 {
    left: 725px;
  }
  .tt-4 {
    left: 700px;
  }
}
/*# sourceMappingURL=main.css.map */