@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.fusya {
  color: #D40101;
}

.light-blue {
  color: #00B2FF !important;
}

.yellow {
  color: #FFAC00;
}

.smooth {
  color: #99EDFF;
}

/*# sourceMappingURL=variables.css.map */
.dark1 {
  color: #1A292F;
}

.dark2 {
  color: #132530;
}

.dark3 {
  color: #0A1A24;
}

.turuncu {
  color: #F37C2E;
}

.gri {
  color: #757575;
}

.acikGri {
  color: #DDDEE0;
}

.mavi {
  color: #0067D7;
}

.bg-dark1 {
  background-color: #1A292F;
}

.bg-dark2 {
  background-color: #132530;
}

.bg-dark3 {
  background-color: #0A1A24;
}

.bg-turuncu {
  background-color: #F37C2E;
}

.bg-gri {
  background-color: #757575;
}

.bg-acikGri {
  background-color: #DDDEE0;
}

.bg-mavi {
  background-color: #0067D7;
}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 300;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.fcenter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.fleft {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

.fright {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}

.between {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}

a, button, span, p, div {
  transition: all 0.5s;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  display: block;
}
header .topbar {
  background-color: #1A292F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
header .topbar .item {
  padding: 10px 12px;
  color: #757575;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
header .topbar .item.active, header .topbar .item:hover {
  color: #fff;
  text-decoration: none;
}
header .topbar .item .icon {
  height: 15px;
  margin-right: 5px;
}
header .toplogo {
  width: 100%;
  display: block;
  background-color: #132530;
}
header .toplogo .left {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
header .toplogo .left a {
  color: #757575;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
header .toplogo .left a:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .toplogo .logo {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding: 10px;
  text-decoration: none;
}
header .toplogo .logo img {
  height: 40px;
}
header .toplogo .logo:hover {
  opacity: 0.75;
}
header .toplogo .right {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}
header .toplogo .right .action-item {
  color: #757575;
  font-size: 21px;
  text-decoration: none;
  position: relative;
  margin: 0px 8px;
}
header .toplogo .right .action-item:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .toplogo .right .action-item .count {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #E6E6E6;
  color: #132530;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 7.5px;
  top: -5px;
  right: -10px;
}
header .toplogo .right .right-line {
  width: 2px;
  height: 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  margin: 0px 8px;
}
header .toplogo .right .account-link {
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .toplogo .right .account-link .icon {
  font-size: 17px;
  margin-right: 4px;
}
header .toplogo .right .account-link:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .console {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background-color: #132530;
  padding: 10px 0px;
}
header .menu {
  width: 100%;
  padding: 0;
  background-color: #132530;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
header .menu ul {
  width: 100%;
  padding: 0;
  margin: 0px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  list-style-type: none;
  width: max-content;
}
header .menu ul li {
  margin: 0px;
}
header .menu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #757575;
}
header .menu ul li a img {
  margin-right: 6px;
}
header .menu ul li a:hover {
  text-decoration: none;
  background-color: #0A1A24;
}

.dropdown-custom {
  border: 0px;
  position: relative;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 4px;
}
.dropdown-custom .left-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.dropdown-custom::after {
  content: url("../../images/icons/dropdown-after.svg");
  bordeR: 0px !important;
  position: absolute;
  right: 27px;
  top: 9px;
}

.inp {
  height: 30px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  width: 100%;
  font-size: 14px;
  color: #132530;
}
.inp::placeholder {
  color: #DDDEE0;
}

.form-btn {
  border: 0px;
  height: 40px;
  padding: 0px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.form-btn:hover {
  opacity: 0.75;
}

.header-cart {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  background-color: #0A1A24;
}
.header-cart .left {
  padding: 5px;
  width: max-content;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.header-cart .left .icon {
  width: max-content;
}
.header-cart .left .content {
  width: max-content;
  display: block;
  text-align: left;
  padding-left: 10px;
}
.header-cart .left .content .count {
  font-size: 13px;
  color: #757575;
}
.header-cart .left .content .id {
  color: #DDDEE0;
  font-size: 12px;
  margin-top: 7px;
}
.header-cart .dropdown {
  width: 100%;
}
.header-cart .dropdown .cart-price {
  color: #F37C2E;
  font-size: 25px;
  font-weight: 300;
}
.header-cart .dropdown .cart-menu {
  width: max-content;
  right: 0;
  position: absolute;
  top: 40px;
  right: 0;
}
@media only screen and (min-width: 768.1px) {
  .header-cart .dropdown .cart-menu {
    max-width: 500px;
  }
}
.header-cart .dropdown .cart-menu .dropdown-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768.1px) {
  .header-cart .dropdown .cart-menu .dropdown-item {
    max-width: 500px;
  }
}
.header-cart .dropdown .cart-menu .dropdown-item .photo {
  height: 30px;
  border-radius: 4px;
  margin-right: 10px;
}

#main {
  width: 100%;
  padding: 20px 0px;
}
#main .search-area {
  border-top: 2px solid #0067D7;
  padding: 15px;
  background-color: #fafafa;
}
#main .search-title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #main .search-title {
    display: block;
  }
  #main .search-title a, #main .search-title img, #main .search-title h4 {
    margin-bottom: 10px;
  }
}
#main .search-title .icon {
  margin-right: 15px;
}
#main .search-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #353535;
}
#main .search-title .title-small {
  color: #757575;
  font-weight: 300;
}
#main .search-title .link {
  color: #0067D7;
  font-size: 15px;
}

.inp-group {
  width: 100%;
  display: flex;
}
.inp-group .item {
  border-radius: 0;
}
.inp-group .group-item {
  border-radius: 0;
  width: max-content;
  height: 100%;
  padding: 10px;
}
.inp-group .group-item.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.inp-group .group-item.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.inp-group .group-item.bg-mavi {
  border: 1px solid #0067D7;
}
.inp-group .group-item.bg-gri {
  border: 1px solid #757575;
}

.trigger {
  cursor: pointer;
}
.trigger:hover {
  opacity: 0.75;
}
.bg-mavi.border {
  border: 1px solid #0067D7;
}

.label-sm {
  font-size: 13px;
}

.mainslider {
  widows: 100%;
}
.mainslider .item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  widows: 100%;
}
.mainslider .item a img {
  width: 100%;
}

.main-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 15px;
}
.main-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 2px solid #F37C2E;
  background: transparent;
}
.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F37C2E;
}

#categories {
  width: 100%;
  padding: 35px 0;
}

.category-buttons {
  width: 100%;
  overflow-x: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding: 0px 15px;
}
.category-buttons .item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #DDDEE0;
  color: #757575;
  text-wrap: nowrap;
  margin-right: 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 500;
  border-bottom: 0px;
}
.category-buttons .item:hover, .category-buttons .item.active {
  color: #F37C2E;
  text-decoration: none;
}
.category-buttons .item .icon {
  margin-right: 6px;
}

.category-cont {
  width: 100%;
  border-top: 1px solid #DDDEE0;
}

.cat-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0px;
}

.cat-prod-item {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.cat-prod-item .image {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 10px;
}
.cat-prod-item .image img {
  max-height: 100px;
}
.cat-prod-item .name {
  color: #757575;
  font-weight: 500;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}
.cat-prod-item .name:hover {
  color: #F37C2E;
  text-decoration: none;
}
.cat-prod-item:hover .name {
  text-decoration: none;
  color: #F37C2E;
}

.link:hover {
  color: #F37C2E;
}
.link.btn:hover {
  background-color: #F37C2E;
  color: #fff;
}

#brands {
  width: 100%;
  padding: 30px 0;
}
#brands .brands-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #DDDEE0;
}
#brands .brands-cont a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
#brands .brands-cont a img {
  height: 25px;
}
@media only screen and (max-width: 768px) {
  #brands .brands-cont {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
  }
  #brands .brands-cont a {
    flex-direction: 33%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: 1px solid #DDDEE0;
    margin: 10px;
  }
  #brands .brands-cont a img {
    max-height: 25px;
    max-width: 100%;
  }
}

footer {
  width: 100%;
  padding: 30px 0px 0px;
}
footer .top {
  widows: 100%;
  background-color: #132530;
  padding: 50px 15px 30px 15px;
}
footer .bottom {
  background-color: #1F3441;
  padding: 25px 15px;
}
footer .bottom .bottom-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}

.footer-menu {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.footer-menu ul li .dot {
  font-size: 4px;
  margin-right: 12px;
  color: #F37C2E;
}
.footer-menu ul li a {
  font-size: 13px;
  color: #A7ADB4;
}
.footer-menu ul li a:hover {
  color: #F37C2E;
  text-decoration: none;
}
.footer-menu.noborder {
  height: auto !important;
  border-right: 0px !important;
}
@media only screen and (max-width: 768px) {
  .footer-menu {
    height: auto !important;
    border-right: 0px !important;
  }
}

.termsText {
  font-size: 13px;
  padding-left: 10px;
}

.footer-desc {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  .footer-desc {
    font-size: 10px;
    line-height: 13px;
  }
}

.title-std {
  color: #353535;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.desc-std {
  line-height: 1.3rem;
  font-size: 0.85rem;
}

#authSection {
  width: 100%;
  padding: 40px 0;
}

.form-label {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 17px;
}
.form-label.dark {
  color: rgba(255, 255, 255, 0.3);
}

.form-control.dark {
  border: 0px;
  background-color: #0A1A24;
  color: #DDDEE0;
}
.form-control.dark::placeholder {
  color: #757575;
}

.breadcumb {
  margin: 15px 0;
  width: 100%;
  background-color: #132530;
  border-radius: 8px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.breadcumb .item {
  color: #757575;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
.breadcumb .caret {
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
.breadcumb .current {
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}

#product {
  width: 100%;
  padding: 30px 0px;
}
#product .pictures {
  width: 100%;
}
#product .pictures .viewer {
  width: 100%;
  position: relative;
  height: 380px;
  border: 1px solid #ededed;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  cursor: pointer;
}
#product .pictures .viewer img {
  max-width: 100%;
  max-height: 100%;
}
#product .pictures .thumbs {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  flex-wrap: wrap;
}
#product .pictures .thumbs .item {
  border: 1px solid #ededed;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
#product .pictures .thumbs .item:hover, #product .pictures .thumbs .item.active {
  border-color: #F37C2E;
}
#product .pictures .thumbs .item img {
  max-width: 100%;
  max-height: 100%;
}
#product .properties {
  width: 100%;
  padding: 20px 15px;
  border-radius: 8px;
  display: block;
  background-color: #132530;
}
@media only screen and (max-width: 768px) {
  #product .properties {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768.1px) {
  #product .properties {
    height: 100%;
  }
}
#product .properties .title {
  font-weight: 600;
  color: #F37C2E;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
#product .properties .code {
  color: #DDDEE0;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}
#product .properties .code .st {
  color: #757575;
}
#product .properties .list {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 0px;
  border-radius: 8px;
  overflow: hidden;
}
#product .properties .list .item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
#product .properties .list .item:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.15);
}
#product .properties .list .item .left {
  width: 50%;
  padding: 10px;
  height: 100%;
  color: #F37C2E;
  font-size: 12px;
}
#product .properties .list .item .right {
  width: 100%;
  padding: 8px 5px;
  font-size: 12px;
  color: #DDDEE0;
}
#product .properties .price {
  width: 100%;
  margin: 20px 0;
  color: #F37C2E;
  font-size: 1.5rem;
  font-weight: 500;
}
#product .properties .price .cents {
  font-size: 0.95rem;
}
#product .properties .topbar {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}
#product .properties .topbar .item {
  color: #DDDEE0;
  font-size: 1.3rem;
}
#product .properties .topbar .item:hover {
  color: #F37C2E;
}
#product .properties .rate {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  margin-top: 10px;
}
#product .properties .rate .stars {
  width: 50%;
}
#product .properties .rate .stars .item {
  margin-right: 6px;
  color: rgb(242, 213, 15);
}
#product .properties .rate .text {
  width: 50%;
  font-size: 13px;
  color: #DDDEE0;
}
#product .properties .options {
  widows: 100%;
  margin-top: 25px;
}

.product-tabs {
  width: 100%;
  margin-top: 25px;
}
.product-tabs .buttons {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.product-tabs .buttons .item {
  width: 100%;
  padding: 15px;
  border: 0px solid #DDDEE0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #757575;
  background-color: #132530;
}
.product-tabs .buttons .item:hover, .product-tabs .buttons .item.active {
  background-color: #F37C2E;
  color: #fff;
}
.product-tabs .tabs {
  width: 100%;
}
.product-tabs .tabs .tab-item {
  display: none;
  margin-top: 15px;
  color: #757575;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.product-tabs .tabs .tab-item.active {
  display: block;
}

.tab-properties {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 0px;
  border-radius: 8px;
  overflow: hidden;
}
.tab-properties .item {
  background-color: #DDDEE0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.tab-properties .item:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.07);
}
.tab-properties .item .left {
  width: 50%;
  padding: 10px;
  height: 100%;
  color: #132530;
  font-size: 12px;
  font-weight: 600;
}
.tab-properties .item .right {
  width: 100%;
  padding: 8px 5px;
  font-size: 12px;
  color: #757575;
}

.cart-cont {
  width: 100%;
  border-radius: 8px;
  padding: 15px;
}
.cart-cont .cart-item {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 768px) {
  .cart-cont .cart-item {
    text-align: center;
  }
}
.cart-cont .content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  height: 100%;
}
.cart-cont .content .cart-title {
  color: #132530;
  font-size: 1.1rem;
  font-weight: 600;
}
.cart-cont .action {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}
.cart-cont .action .cart-price {
  color: #F37C2E;
  font-weight: 700;
  font-size: 1.4rem;
}
.cart-cont .action .cart-price .cents {
  font-size: 0.7rem;
}

#account {
  width: 100%;
  padding: 40px 0;
}

.account-menu {
  width: 100%;
  border-radius: 8px;
  background-color: #0A1A24;
  padding: 25px 0;
  overflow: hidden;
}
.account-menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.account-menu ul li {
  width: 100%;
}
.account-menu ul li.active a {
  color: #F37C2E;
  background-color: #132530;
}
.account-menu ul li a {
  padding: 15px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  color: #DDDEE0;
}
.account-menu ul li a:hover {
  text-decoration: none;
  background-color: #132530;
  color: #F37C2E;
}

.latest-orders {
  width: 100%;
}
.latest-orders .order-item {
  background-color: #DDDEE0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.latest-orders .order-list {
  width: 100%;
}
.latest-orders .order-list .lst-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  margin: 3px 0px;
  font-size: 14px;
  color: #0A1A24;
  font-weight: 600;
}
.latest-orders .order-list .lst-item:hover {
  text-decoration: none;
  color: #F37C2E;
}
.latest-orders .order-price {
  color: #F37C2E;
  font-weight: 600;
  font-size: 1rem;
}
.latest-orders .order-price .cents {
  font-size: 15px;
}
.latest-orders .order-status {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.latest-orders .address {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.profile-settings {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: #132530;
}

.adres-item {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #DDDEE0;
}
.adres-item .name {
  font-weight: 700;
  color: #0A1A24;
  margin-bottom: 10px;
}
.adres-item .detail {
  font-weight: 500;
  color: #757575;
}

.mobile-header {
  width: 100%;
  background-color: #132530;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768.1px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .mobile-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.mobile-header .mobile-logo img {
  height: 30px;
}
.mobile-header .menu-toggler {
  position: relative;
  border: 0px;
  outline: 0px;
  background-color: transparent;
  color: #F37C2E;
  font-size: 1.4rem;
}
.mobile-header .menu-toggler.active .opened {
  display: inline-block;
  position: relative;
}
.mobile-header .menu-toggler.active .closed {
  display: none;
}
.mobile-header .menu-toggler .opened {
  display: none;
}

@media only screen and (max-width: 768px) {
  header {
    transition: all 0.5s;
    width: 85%;
    position: fixed;
    z-index: 99;
    left: -85%;
    bottom: 0;
    overflow-y: auto;
    padding: 15px;
    padding-top: 50px;
    top: 0;
    height: 100vh;
    background-color: #132530;
  }
  header .toplogo .logo {
    display: none !important;
  }
  header .toplogo .right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin: 10px 0px;
  }
  header .menu {
    display: block;
  }
  header .menu ul {
    display: block;
  }
  header .menu ul li {
    display: block;
  }
  header .menu ul li a {
    display: block;
  }
  header.active {
    left: 0;
    box-shadow: 0px 0px 17px 300px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 50px;
  }
}
.cats-menu {
  width: auto;
  max-height: 600px;
  overflow-y: auto;
}
.cats-menu .dropdown-item {
  width: 100%;
  text-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .cats-menu {
    position: relative !important;
    transform: none !important;
  }
}

.prodlist-title {
  line-height: 1rem;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .prodlist-title {
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
  }
}

.prod-card .card-body {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .prod-card .card-body {
    padding: 0.15rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .prod-card .card-body .footer-desc {
    font-size: 0.7rem;
  }
}
.prod-card .card-footer {
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .prod-card .card-footer {
    padding: 0.15rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .prod-card .footer-title {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 768px) {
  .prod-al {
    font-size: 0.75rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768.1px) {
  .mobile {
    display: none !important;
  }
}

.mobile-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.mobile-cart-icon .count {
  width: 15px;
  height: 15px;
  background: red;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-size: 0.6rem;
}

.cation {
  height: 25px;
  width: 25px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.home-categories {
  width: 100%;
  margin-top: 10px;
}
.home-categories .item {
  display: block;
  margin: 20px 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 15px;
  text-align: center;
  background-color: #f9fafb;
}
.home-categories .item:hover {
  border: 1px solid #F37C2E;
  text-decoration: none;
}
.home-categories .item .image {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .home-categories .item .image img {
    height: 120px;
  }
}
.home-categories .item .line {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 5px;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.home-categories .item .line .dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F37C2E;
  margin-bottom: -5px;
}
@media only screen and (min-width: 768.1px) {
  .home-categories .item .content {
    height: 85px;
  }
}
.home-categories .item .title {
  margin: 10px 0px;
  color: #132530;
  font-weight: 500;
  line-height: 1.3rem;
}

.bg-none {
  background: transparent;
}

.homeFilter-stepText {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 50%;
  background-color: #DDDEE0;
  color: #757575;
}
.homeFilter-stepText.active {
  background-color: #F37C2E;
  color: #fff;
}

.hmf-item {
  height: 50px !important;
}

#manifacturers {
  width: 100%;
  padding-top: 3rem 0px;
}
@media only screen and (min-width: 768.1px) {
  #manifacturers {
    padding: 6rem 0px;
  }
}
#manifacturers .manifacturer-item .cont {
  width: 100%;
  border: 1px solid #DDDEE0;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background: #fff;
}

#footer-top {
  width: 100%;
  background-color: #DDDEE0;
  padding: 3rem 0px;
}
@media only screen and (min-width: 768.1px) {
  #footer-top {
    padding: 6rem 0px;
  }
}
#footer-top .item {
  width: 100%;
  color: #757575;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 0.75rem;
}
#footer-top .item:hover {
  color: #F37C2E;
  text-decoration: none;
}

@media only screen and (min-width: 768.1px) {
  .container {
    max-width: 1290px;
  }
}

.show-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 1px solid #DDDEE0;
  color: #757575;
  padding: 13px 25px;
  margin-top: 20px;
  background: #f9fafb;
}
.show-all-btn:hover {
  background-color: #F37C2E;
  color: #fff;
  text-decoration: none;
}

.kdv-text{
    font-size: .75rem;
    color: #F37C2E;
}


/*# sourceMappingURL=style.css.map */

