body {
  font-family: Montserrat, Verdana;
  font-weight: 400;
  color: #777;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

* {
  font-family: Montserrat, Verdana;
  outline: none !important;
}


body.bluring {
  position: relative;
}
@font-face {
  font-family: Cuprum;
  src: url(../font/Cuprum_Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NotoSans-SemiBold;
  src: url(../font/NotoSans-SemiBold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../font/Montserrat.ttf);
}


html.with-fancybox body.hide-scrollbar{
  overflow: auto !important;
  margin-right: 0 !important;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #242a2f;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.divcart::-webkit-scrollbar {
  width: 0;
}
.divcart::-webkit-scrollbar-track {
  background: 0 0;
}
.divcart::-webkit-scrollbar-thumb {
  background: 0 0;
}
.divcart::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
:root {
  --box-shadow: 0px 0px 5px 0px #dfdfdf;
  --padding-x: 10%;
  --theme: #e30014;
  --theme-darker:#91000c;
  --theme-lighter:#fae9ec;
  --theme-second: #2eb936;
  --grey-bg: #f3f3f3;
  --grey-bg-hover: #dddddd;
  --btn-max-width: 300px;
  --btn-width: 100%;
  --btn-fa-left: 5px;
  --btn-fa-left-hover: 20px;
  --btn-text-left: 40px;
  --btn-text-left-hover: 64px;
  --btn-mb: 16px;
  --mb-small: 12px;
  --mb-medium: 24px;
  --mb-big: 40px;
  --mr-small: 3px;
  --mr-medium: 12px;
  --mr-big: 24px;
}
.red-text {
  color: var(--theme);
}
.mb-s {
  margin-bottom: var(--mb-small);
}
.mb-m {
  margin-bottom: var(--mb-medium);
}
.mb-b {
  margin-bottom: var(--mb-big);
}
.mr-s {
  margin-right: var(--mr-small);
}
.mr-m {
  margin-right: var(--mr-medium);
}
.mr-b {
  margin-right: var(--mr-big);
}
.pr-s {
  padding-right: var(--mr-small);
}
.pr-m {
  margin-right: var(--mr-medium);
}
.pr-b {
  margin-right: var(--mr-big);
}
.btn-small {
  --btn-fa-left-left: 5px;
  --btn-fa-left-left-hover: 20px;
  --btn-text-left: 40px;
  --btn-text-left-hover: 50px;
}
label.red-checkbox:has(input:disabled) span::before {
  background-color: #c1c1c1;
}
.minus1,
.plus1 {
  position: relative;
}
.red-link {
  color: var(--theme) !important;
}
#top-links .select-selected::after {
  display: none;
}
#top-links .select-selected {
  cursor: default;
}
#top-links ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#top-links ul li{
  width: 33%;
}

#top-links ul li > *{
  width: 100%;
  height: 45px;
}

.card-counter-cart-n-heart {
  display: flex;
}
.fce {
  display: flex;
  justify-content: end;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.pagination li a,
.pagination li span {
  background-color: #fbfbfb !important;
  color: #949494 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none !important;
  border-radius: 5px !important;
  outline: 0;
  width: 36px;
  height: 36px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.5s;
  white-space: nowrap;
  margin-bottom: 6px;
}
.btn-eye {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  color: #fff;
  background-color: #ebebeb;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: 0.3s;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.btn-eye i {
  color: #000;
}
.btn-eye:hover {
  background-color: var(--theme);
  transition: 0.3s;
  color: #fff;
}

.btn-eye:hover i{

  color: #fff;
}
.btn-eye {
  transition: 0.3s;
}
.btn-eye:hover .fa {
  color: #fff;
  transition: 0.3s;
}
.pagination li a:hover,
.pagination li span:hover {
  transition: 0.5s;
  background-color: #e2e2e2 !important;
}
.pagination li.active span {
  background-color: rgba(227, 0, 20, 0.08) !important;
  color: var(--theme) !important;
  transition: 0.5s;
}
#top,
.header_block,
label {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: Montserrat;
}
select {
  padding: 5px 0;
  min-width: 220px;
}
button,
input,
select,
textarea {
  font-family: Montserrat;
}
.fa {
  font-size: 14px;
}
h1 {
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 28px;
  font-weight: 600;
}
.product h1 {
  margin-bottom: 15px;
  margin-top: 0;
}
h2 {
  font-size: 28px;
  font-weight: 500;
}
h3 {
  font-size: 22px;
  padding: 0 6px;
  font-weight: 600;
}
.input-group > h3 {
  background: #fff;
  display: block;
  margin-bottom: 2px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
h4 {
  font-size: 18px;
  font-weight: 600;
}
h5 {
  font-size: 16px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
a {
  color: #777;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  transition: 0.3;
}
.account-nav {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.account-nav > div {
  margin-bottom: 16px;
}
.account-nav-img > li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 12px;
  box-shadow: 0 4px 30px 0 #e5e5e55c;
  border-bottom: 1px solid #dcdcdc;
  transition: 0.5s;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  cursor: initial;
}
.account-nav .list-unstyled {
  text-decoration: none;
  padding-left: 12px;
}
.account-nav .list-unstyled li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.account-nav-img {
  flex: 1 300px;
}
.account-nav img {
  margin-right: 30px;
}
.account-nav a img {
  filter: brightness(0);
}
.account-nav a.active img {
  filter: none;
}
.account-nav a.active li {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}
.account-nav a:nth-child(even) > li {
  background-color: #f8f8f8;
}
.account-nav > a > li:hover {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
}
.account-outline {
  background: #fff;
  padding: 15px 25px 15px 25px;
  border: 1px solid #f5f5f5;
  margin-bottom: 32px;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flex-column {
  flex-direction: column;
}
.account-outline input {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
  border: 1.2px solid rgba(230, 227, 224, 1);
  border-radius: 8px;
}
.grey-bg {
  background: rgba(252, 253, 254, 1);
}
.red-button {
  border-radius: 8px;
  background: var(--theme);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  outline: 0;
  height: 39px;
  margin-bottom: var(--btn-mb);
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-button img {
  margin-right: 6px;
}
.red-button:hover {
  background: var(--theme);
  transition: 0.5s;
  color: #fff;
}
.red-button:active {
  background: #5e0a0a;
  transition: 0.5s;
}
.grey-button {
  border-radius: 8px;
  background: #585858;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  outline: 0;
  height: 39px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grey-button img {
  margin-right: 6px;
}
.grey-button:hover {
  background: #424242;
  transition: 0.5s;
  color: #fff;
}
.grey-button:active {
  background: #303030;
  transition: 0.5s;
}
.btn-input-custom {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.fa-reply-all {
  position: relative;
  top: 8px;
}
.btn-input-custom .fa {
  position: absolute;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  top: 50%;
  left: var(--btn-fa-left-left);
  transform: translate(0, -23px);
  transition: 0.5s;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}
.btn-input-custom:hover input {
  padding-left: var(--btn-text-left-hover);
}
.btn-input-custom:hover .fa {
  transition: 0.5s;
  left: var(--btn-fa-left-hover);
}
.btn-input-custom input {
  padding-left: var(--btn-text-left);
  margin-bottom: var(--btn-mb) !important;
}
.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-default {
  border-radius: 8px;
  background: #b9b9b9;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  outline: 0;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}
.btn-danger,
.btn-info {
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  outline: 0;
  height: 39px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}
.buttons .btn-default {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  background: #efefef !important;
}
.buttons .btn-default:hover {
  background: silver !important;
}
.btn-default img {
  margin-right: 6px;
}
.btn-default:hover {
  background: #ccc;
  transition: 0.5s;
}
.btn-default:active {
  background: #6e6e6e;
  transition: 0.5s;
}
#input-search,
.ad-search-outer input,
.form-wrapper input,
.form-wrapper-big input,
.product-search select,
.sh-outer input {
  text-align: left;
  margin-bottom: 5px;
  border: 1.2px solid rgba(230, 227, 224, 1);
}
.product-search select {
  padding-left: 8px;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  font-weight: 700;
}
label {
  font-size: 15px;
  font-weight: 400;
}
input[type="color"].form-control,
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="datetime"].form-control,
input[type="email"].form-control,
input[type="month"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="text"].form-control,
input[type="time"].form-control,
input[type="url"].form-control,
input[type="week"].form-control,
select.form-control,
textarea.form-control {
  font-size: 12px;
}
.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
  min-width: 40px;
}
span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
  display: inline;
}
div.required .control-label:before {
  content: "* ";
  color: var(--theme);
  font-weight: 700;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.recomend-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#recomend_slider .slick-next {
  right: -6%;
}
#recomend_slider .slick-prev {
  left: -6%;
}
#recomend_slider .slick-next,
#recomend_slider .slick-prev {
  background: rgba(215, 215, 215, 0.38);
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#recomend_slider .slick-next:hover,
#recomend_slider .slick-prev:hover {
  background: #bdbdbd;
  transition: 0.3s;
}
#recomend_slider .slick-next:active,
#recomend_slider .slick-prev:active {
  background: #5c5c5c;
  transition: 0.3s;
}
#recomend_slider .slick-next:before,
#recomend_slider .slick-prev:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
#recomend_slider .slick-prev:before {
  background-image: url(../image/pagination-left.svg);
}
#recomend_slider .slick-next:before {
  background-image: url(../image/pagination-right.svg);
}
#recomend_slider .slick-track {
  margin: 0;
  min-width: 100%;
  display: flex;
  justify-content: center;
}
.filter_category_page input {
  text-align: left;
  margin-bottom: 12px;
  border: 1.2px solid rgba(230, 227, 224, 1);
  border-radius: 8px;
}
.recomend-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 30px 0 #e5e5e55c;
  background: #fff;
  padding: 16px;
  margin-bottom: 80px;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 1 400px;
}
@keyframes animation-reding {
  0%,
  100% {
    background-position: left top;
  }
  25% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }
}
#top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: Montserrat;
  justify-content: space-between;
  align-items: center;
}
#top .dropdown-menu {
  min-width: 120px;
}
#top .pull-left .dropdown-menu {
  right: auto;
  left: 0;
}
#top .pull-left ul.dropdown-menu li + li {
  border-top: 1px solid #f3f3f3;
}
#top .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
#top .pull-left.nopadding .dropdown-menu {
  right: auto;
  left: -6px;
}
#top .social_top .dropdown-menu {
  padding: 15px 10px 8px;
}
#top .social_top .dropdown-menu ul li {
  margin-bottom: 7px;
}
.container {
  width: 86%;
}
.btn-red-animation {
  --btn-text1: #fff;
  --btn-text2: var(--theme);
  --btn-bg1: var(--theme);
  --btn-bg2: #fff;
  --btn-text3: #fff;
  --btn-bg3: var(--theme);
  --btn-border:var(--theme);
  --btn-fa1:var(--btn-bg1);
  --btn-fa2:var(--btn-bg2);
  --btn-fa-bg1:var(--btn-text1);
  --btn-fa-bg2:var(--btn-text2);
}
.btn-grey-animation {
  --btn-text1: #fff;
  --btn-text2: #1f1f1f;
  --btn-bg1: #727272;
  --btn-bg2: #f3f3f3;
  --btn-border:#727272;
  --btn-fa1:var(--btn-bg1);
  --btn-fa2:var(--btn-bg2);
  --btn-fa-bg1:var(--btn-text1);
  --btn-fa-bg2:var(--btn-text2);
}

.btn-white-animation {
  --btn-text1: #000000;
  --btn-text2: #ffffff;
  --btn-bg1: #ffffff;
  --btn-bg2: #000000;
  --btn-border:#727272;
  --btn-fa1:var(--btn-bg1);
  --btn-fa2:var(--theme);
  --btn-fa-bg1:var(--btn-text1);
  --btn-fa-bg2:#ffffff;
}


.btn-animation input {
  height: 100%;
  margin: 0;
  background: 0 0;
  border: none;
  width: 100%;
  text-align: center;
}
.btn-animation.reding {
  --btn-text1: #fff;
  --btn-text2: #a121eb;
  --btn-bg1: #a121eb;
  --btn-bg2: #fff;
  --btn-text3: #fff;
  --btn-bg3: #a121eb;
}
.btn-animation {
  color: var(--btn-text1) !important;
  border: 1px solid var(--btn-border);
  background-image: -webkit-linear-gradient(
    30deg,
    var(--btn-bg1) 50%,
    var(--btn-bg2) 50%
  );
  background-image: linear-gradient(
    30deg,
    var(--btn-bg1) 50%,
    var(--btn-bg2) 50%
  );
  background-size: 680px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  width: 300px;
  max-width: 100%;
  font-weight: 400;
  position: relative;
  margin-bottom: var(--btn-mb);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  outline: 0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.btn-animation:hover {
  background-position: 100%;
  color: var(--btn-text2) !important;
  transition: 0.3s;
}

.btn-animation div {
  position: absolute;
  bottom: 0;
  background: var(--btn-fa-bg1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 4px;
  transform: translate(0, -48%);
  transition: 0.3s;
  border-radius: 50%;
}
.btn-animation:hover div {
  background: var(--btn-fa-bg2);
  transition: 0.3s;
}
.btn-animation .fa {
  color: var(--btn-fa1);
  left: var(--btn-fa-left);
  transition: 0.3s;
}
.btn-animation:hover .fa {
  color: var(--btn-fa2);
  transition: 0.3s;
}
.btn-animation:active {
  scale: 1.1;
  transition: 0.3s;
}

.btn-animation:active:focus {
color: var(--btn-text1) !important;
}

.btn-animation:hover:focus {
color: var(--btn-text2) !important;
}





.btn-animation:active div {
  transition: 0.3s;
}
.btn-animation:active .fa {
  transition: 0.3s;
}
#top .container {
  background: 0 0;
  padding: 0 15px;
  margin: 0 auto;
}
#top #currency .currency-select {
  text-align: left;
}
#top #currency .currency-select:hover {
  background: #f5f5f5;
  color: #434343;
}
#top .btn-link,
#top-links a,
#top-links li {
  text-decoration: none;
  line-height: 27px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-links li img{
	transition: 0.5s;
}

#top-links li:hover img{
	transition: 0.5s;
	scale: 1.15;
}



#top-links a:hover {
  color: #242a2f;
  transition: 0.3s;
}
#top-links a:hover .fa,
#top-links a:hover span {
  color: #242a2f;
  transition: 0.3s;
}
.trash-button {
  border-radius: 8px;
  background: #f7f7f7;
  color: #fff;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 39px;
  height: 39px;
  border: none;
  outline: 0;
  height: 39px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.trash-button:hover {
  background: #dbdbdb;
  transition: 0.3s;
}
.in-stock-text {
  color: #37963d;
  font-weight: 600;
}
.out-stock-text {
  color: var(--theme);
  font-weight: 600;
}
.in_availability {
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-right: 8px;
}

.category_availiability .in_availability{
    position: absolute;
    top: -1px;
    right: -10px;
    border-top-right-radius: 12px;
}


.category_availiability p{
  margin-bottom: 0;
}



.in_stock {
  background: var(--theme-second);
  color: #fff;
}
.out_of_stock {
  color: #fff;
  background-color: var(--theme);
}
#top-links ul.list-inline > li.nopadding {
  margin-top: 4px;
}
#top .btn-link {
  padding: 4px 9px 1px;
}
#top .nopadding .btn-link {
  line-height: 20px;
  padding: 0 9px;
}
#top .nopadding .btn-link img {
  margin-top: -4px;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  background: #f5f5f5;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
strong {
  font-weight: 600;
}
#top-links {
  padding-top: 0;
  padding-right: 0;
}
#top-links a + a {
  margin-left: 15px;
}
.discount a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 24px 0;
}
.discount a:hover {
  transition: 0.3s;
  background-color: #000;
  color: #fff;
}
.top-header-hr {
  background-color: rgba(241, 241, 241, 1);
  height: 1px;
  margin-left: 20px;
}
#option_filter .checkbox-group,
#option_filter .checkbox-group-price {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow) !important;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#option_filter .checkbox-group h4,
#option_filter .checkbox-group-price h4 {
  background: 0 0 !important;
  border-top: none;
  border-bottom: none;
}
.sort {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 18px;
}
#top .filter-sort-by {
  position: relative;
}
#top .filter-sort-by img {
  position: absolute;
  left: -2px;
  top: 59%;
  transform: translate(0, -50%);
  z-index: 3;
}
#top input {
  border: none;
  padding-left: 2px;
}
#top input:focus-visible {
  outline: 1px #757575 solid;
  border-radius: 5px;
}
.custom-select {
  position: relative;
  border-radius: 8px;
  color: #282828;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-select select {
  display: none;
}
.select-selected {
  border: 1.2px solid #e6e3e0;
  border-radius: 8px;
  background: #fff;
  font-family: Montserrat;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%) rotate(0);
  background-image: url(../img/arrow-dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.select-selected.select-arrow-active:after {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.5s;
}
.select-items div,
.select-selected {
  color: #282828;
  padding: 8px 16px;
  font-family: Montserrat;
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #f3f3f3;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.filter-sort-by .custom-select {
  position: relative;
  border-radius: 8px;
  color: #b4b4b4;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 139%;
}
.filter-sort-by .custom-select select {
  display: none;
}
.filter-sort-by .select-selected {
  border: none;
}
.filter-sort-by .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -5px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%) rotate(0);
  background-image: url(../img/vector-sort.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.filter-sort-by .select-selected.select-arrow-active:after {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.5s;
}
.filter-sort-by label {
  padding: 8px 0;
}
.filter-select label,
.filter-sort-by label {
  font-family: Montserrat;
}
.filter-sort-by .select-items div,
.select-selected {
  color: #858585;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}
.filter-sort-by .select-items {
  position: absolute;
  background-color: #f3f3f3;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.filter-sort-by .select-hide {
  display: none;
}
.filter-sort-by .select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.header_block {
  background-color: #242a2f;
  height: 68px;
}
.header_block .bg-container {
  background-color: #242a2f;
  height: 68px;
}



#logo {
  float: left;
  position: relative;
  top: 5px;
}
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  line-height: 20px;
  width: 100%;
}
#search .input-lg:focus {
  box-shadow: 0 0 0 #fff;
}


button.search span{
  font-weight: 400;
   color: #898989 !important;  
}

button.search i{  
    padding-left: 2px;
    font-size: 12px;
}


#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
      border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#cart.open > .btn {
  background-image: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 350px;
}
@media (max-width: 478px) {
  .product h1 {
    font-size: 28px;
  }
 
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#menu {
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  font-family: Arial;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  font-size: 16px;
  background-color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s,
    box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
#menu .nav > li > a {
  color: #333;
  font-size: 12px;
}
#menu .nav > li:first-of-type {
  border-radius: 8px 0 0 8px;
}
#menu .navbar-collapse {
  background: #f4f4f4;
  border: 1px solid #d1d2d3;
  border-radius: 8px;
}
#menu .nav > li + li {
  border-left: 1px solid #d1d2d3;
}
#menu .dropdown-menu {
  left: auto;
  padding: 20px 10px;
  right: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
  list-style-type: none;
}
#menu .dropdown-inner a {
  line-height: 20px;
  color: #333;
  font-size: 12px;
}
#menu .dropdown-inner a.shadow {
  float: none;
  line-height: 30px;
  font-size: 14px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:focus,
#menu .see-all:hover {
  text-decoration: none;
  color: #fff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background: -moz-linear-gradient(top, #23a1d1 0, #1f90bb 100%);
  background: -webkit-linear-gradient(top, #23a1d1 0, #1f90bb 100%);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background: 0 0;
  border: 0 none;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.advert-section-full-button {
  transition: 0.3s;
  padding-top: 22px;
  padding-bottom: 22px;
  cursor: pointer;
}
.advert-section-full-button:hover {
  transition: 0.3s;
  background-color: #000;
  color: #fff;
}
.advert-section-full-button a {
  color: #fff;
  font-family: Montserrat;
}
.advert-section-full-button a:hover {
  color: #fff;
}
.fa-edit,
.fa-trash {
  margin-right: 12px;
}
.best-deals-item {
  background-color: rgba(247, 247, 247, 1);
  margin-bottom: 27px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  width: 100%;
}
.best-deals-item h4,
.best-deals-item h6 {
  color: #fff;
  text-shadow: 0.1em 0.1em 0 hsl(200 50% 30%);
  display: inline-block;
  padding: 6px 8px;
  border-radius: 0;
  margin-bottom: 0;
}
.best-deals-item h6 {
  margin-top: 0;
  margin-left: 16px;
}
.best-deals-item:hover {
  background-color: #ececec;
  transition: 0.3s;
}
.best-deals-item-1 {
  height: 311px;
  background-image: url(../image/ellipse.png);
  background-size: 100% 30%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.best-deals-item-1 img {
  position: absolute;
  top: 0;
  right: 0;
}
.best-deals-item-2 {
  min-height: 311px;
  background-size: 100% 30%;
  background-image: url(../image/ellipse.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.best-deals-item-2 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.best-deals-sale {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--theme);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.best-deals-section > div > div {
  flex-wrap: wrap;
}
#content {
  min-height: 600px;
  padding-bottom: 15px;
}
#content h3 {
  margin-bottom: 30px;
}
#content .list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-pay {
  background: 0 0;
  border: none;
}
.footer-pay-item {
  border-radius: 50%;
  padding: 5px;
  transition: 0.3s;
  margin-right: 6px;
}
footer {
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  margin: 15px auto 0;
  padding-top: 20px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.alert {
  padding: 8px 14px 8px 14px;
}
#column-left + #content .breadcrumb {
  padding: 10px 0;
  margin: 10px 0;
}
.breadcrumb{
	background-color: transparent;
}

.breadcrumb i {
  font-size: 15px;

}



.subsc a, .subsc .pagination > li > a, .subsc .pagination > li > span{
	color: #777777 !important;
}


.breadcrumb > li:not([class]) {
  text-shadow: 0 1px 0 #fff;
  padding: 0 25px 0 5px;
  position: relative;
  white-space: normal;
      
}
.breadcrumb > li:not([class]) + li:not([class]):before {
  content: "";
  padding: 0;
}
.breadcrumb > li:not([class]):after {
  content: "\2192";
  display: block;
  height: 23px;
  position: absolute;
  right: -11px;
  top: -1px;
  width: 26px;
}
.breadcrumb > li:not([class]):nth-last-child(1):after {
  display: none;
}
.card-counter-sale {
  flex: 1 200px;
  margin-bottom: var(--btn-mb);
}
.count-outer-sale {
  flex: 1 250px;
}
.trash-outer-sale {
  flex: 1 100px;
}
.card-outer-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-flex-left {
  flex: 1 200px;
}
.card-flex-right {
  flex: 2 400px;
}
@media (max-width: 1350px) {
  .card-counter-sale,
  .card-flex-left,
  .card-flex-right,
  .count-outer-sale,
  .trash-outer-sale {
    flex: 1 100%;
  }
}
.pagination {
  margin-bottom: 18px;
}
.buttons {
  margin: 1em 0;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background: -moz-linear-gradient(top, #eee 0, #ddd 100%);
  background: -webkit-linear-gradient(top, #eee 0, #ddd 100%);
  background-repeat: repeat-x;
  border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(to bottom, #45ced6, #1ea5b2) repeat scroll 0 0;
}
.btn-warning {
  color: #fff;
  background: var(--theme);
  border-color: var(--theme);
}
.btn-warning:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
#cart.btn-group.btn-block button.btn-danger {
  background: url(../image/remove.png) no-repeat scroll 0 0;
  min-width: auto;
  padding: 0;
  height: 17px;
  width: 17px;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462 0, #51a351 100%);
  background: -webkit-linear-gradient(top, #62c462 0, #51a351 100%);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background: -moz-linear-gradient(top, #e06342 0, #dc512c 100%);
  background: -webkit-linear-gradient(top, #e06342 0, #dc512c 100%);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #fff;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background: -moz-linear-gradient(top, #444 0, #222 100%);
  background: -webkit-linear-gradient(top, #444 0, #222 100%);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
}
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
  background-color: #222;
  background-image: linear-gradient(to bottom, #333, #111);
}
#column-left .list-group {
  margin-top: 6px;
}
.list-group > ul > li + li {
  margin-top: -1px;
}
.list-group > a {
  color: #777;
}
.list-group > ul > li > a {
  background: #f5f5f5;
  border-bottom: 1px solid #fefefe;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: 0 0;
  color: #000;
  border: 1px solid #ddd;
}
.list-group-item {
  border-bottom: 1px solid #fefefe;
  margin-bottom: 0;
}
.list-group-item + .list-group-item {
  border-top: 1px solid #ddd;
}
.list-group-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.product-price {
  border: 1px solid #ddd;
  min-height: 70px;
}
.product-price + .product-price {
  margin-top: -1px;
}
.product-price .product-thumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.product-blog .product-price .product-thumb {
  padding: 10px 0;
}
.product-blog .product-grid .product-thumb .button-group {
  float: none !important;
  width: 100%;
}
.product-thumb .image {
  padding-top: 5px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.product-price .product-thumb .image {
  margin: 0 0 1px;
}
.product-price .product-thumb .image a img {
  background: #fff;
  display: block;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.1s ease-in-out, margin 0.1s ease-in-out,
    max-width 0.1s ease-in-out, max-height 0.1s ease-in-out;
}

.product-category-button{
border-radius: 8px;
    background-color: rgb(150, 166, 177);
    border: none;
    text-shadow: none;
    box-shadow: none;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slim-category .price-main{
  font-size: 20px;
}


.slim-category .multistore .list-group-item {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


.slim-category .multistore .list-group-item .list-group-item-heading {
    margin-bottom: 3px;
    margin-top: 3px;
    background: var(--theme-second);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-right: 0;
    text-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
}


.slim-category .multistore b {
    font-weight: 400;
    color: #fff;
}


.slim-category .multistore .list-group-item .badge {
    background: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
}


.slim-category .product-thumb .caption h4 a{
  font-size: 16px;
}



@media screen and (min-width: 768px) {
  .product-price .product-thumb .image a {
    display: block;
    max-width: 60px;
    position: relative;
    
  }

    .product-price .product-thumb .image a img {
      transition: 0.3s;
    }

  .product-price .product-thumb .image:hover a img {
    max-width: 154px;
    max-height: 154px;
    margin: -55px;
    margin-left: -53px;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 6;
    transition: 0.3s;
  }
}
@media screen and (max-width: 462px) {
  .product-price .product-thumb .caption,
  .product-price .product-thumb .image {
    width: 100%;
  }
  .product-price .product-thumb .image a .img {
    text-align: center;
  }
  .product-price .product-thumb .image a img {
    margin: 0 auto;
  }
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image .img {
  transform-origin: 50% 50% 0;
  transition: all 0.35s ease-in-out 0s;
  transform: translateZ(0) rotateY(0);
}
.product-layout:not(.product-price):not(.no_image)
  .product-thumb
  .image:hover
  .img {
  transform: translateZ(-1000px) rotateY(90deg);
}
.product-layout:not(.product-price):not(.no_image)
  .product-thumb
  .image:hover
  .images-add {
  transform: translateZ(0) rotateY(0);
  visibility: visible;
  opacity: 1;
}
.product-price .price-cart {
  margin: 5px 0;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
}
.product-thumb .image .images-add {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.35s ease 0.35s;
  visibility: hidden;
  transform: translateZ(-1000px) rotateY(-90deg);
}
.divshadow .product-thumb .image {
  margin-bottom: 0;
}
.product-list .product-thumb .image.imags {
  padding-left: 75px;
}
.owl-item .image .images-add a + a,
.product-thumb .image .images-add a + a {
  margin-top: 10px;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
    margin-right: 15px;
  }
}
.product-thumb h4 {
  margin-bottom: 15px;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .caption {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.product-layout:not(.product-price):not(.no_image)
  .product-price
  .product-thumb
  .caption {
  margin: 0;
  padding: 0 15px;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image {
  z-index: 3;
}
.rating .fa-stack {
  font-size: 8px;
  width: 1.5em;
}
.rating .reviews_icon {
  margin: 0 8px;
}
.rating .reviews_icon,
.rating .reviews_icon + div {
  display: inline-block;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: var(--theme);
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: var(--theme);
}
h2.price {
  margin: 0;
}
.owl-item .price,
.product-thumb .price {
  color: #444;
}
.owl-item .price,
.owl-item .price-new,
.product-thumb .price,
.product-thumb .price-new {
  font-weight: 600;
  font-size: 23px;
}
.price-old {
  color: #666;
  font-weight: 600;
}
.owl-item .price-old,
.product-thumb .price-old {
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  float: right;
}
.btn-button {
  background: #696969;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  min-height: 33px;
  outline: 0 none;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 1px 1px 0 #333;
  box-shadow: 1px 1px 0 #333;
}
.btn-primary {
  border-radius: 8px;
  background: var(--theme);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
  outline: 0;
  height: 39px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  outline: 0;
  max-width: 400px;
  margin: 0 auto;
}
.btn-primary:hover {
  transition: 0.5s;
}
.btn-primary:active,
.btn-primary:focus {
  background: #5e0008;
  outline: 0;
}
.radio-inline > input,
label.radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-inline > span,
label.radio > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.radio-inline > span::before,
.radio > span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.radio-inline > input:not(:disabled):not(:checked) + span:hover::before,
label.radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
}
.radio-inline > input:not(:disabled):active + span::before,
label.radio > input:not(:disabled):active + span::before {
  background-color: var(--theme);
  border-color: var(--theme);
}
.radio-inline > input:focus + span::before,
label.radio > input:focus + span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.radio-inline > input:focus:not(:checked) + span::before,
label.radio > input:focus:not(:checked) + span::before {
  border-color: var(--theme);
}
.radio-inline > input:checked + span::before,
label.radio > input:checked + span::before {
  border-color: var(--theme);
  background-color: var(--theme);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.radio-inline > input:disabled + span::before,
label.radio > input:disabled + span::before {
  background-color: #fff;
}
.d-flex {
  display: flex !important;
}

.flex-column-reverse{
  display: flex;
flex-direction: column-reverse;
}

.space-between{
justify-content: space-between;
}


.red-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  outline: 0 !important;
}
.red-checkbox > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  outline: 0 !important;
  font-family: Montserrat;
  font-size: 14px;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.red-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #e6e3e0;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  outline: 0 !important;
}
.flex-1 {
  flex: 1;
}
#option_filter h4 strong {
  font-weight: 600 !important;
}
.filter-input {
  text-align: left !important;
  margin-bottom: 12px !important;
  border: 1.2px solid rgba(230, 227, 224, 1) !important;
  border-radius: 8px !important;
}
.red-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #c7c7c7;
}
.red-checkbox > input:checked + span::before {
  transition: 0.5s;
  border-color: var(--theme);
  background-color: var(--theme);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #bbb;
}
.product-blog .product-thumb .button-group button + button {
  width: auto;
}
.product-thumb .button-group button:hover {
  background: #f5f5f5;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.thumbnails {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.thumbnails ul {
  list-style-type: none;
  padding-left: 0;
}
.thumbnails ul {
  position: relative;
}
.product .thumbnails .view-images + ul li {
  position: relative;
}
.product .thumbnails > li {
  position: relative;
}
.thumbnails {
  text-align: center;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.thumbnails .image-additional a {
  margin-bottom: 0;
}
.thumbnails .image-additional ul li {
  border: 0 none;
  padding: 0;
}
.thumbnails .image-additional ul li a {
  border: 0 none;
}
.image-additional ul {
  list-style-type: none;
  padding-left: 0;
}
.thumbnails .image-additional {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .col-lg-2:nth-of-type(6n + 1),
  .col-lg-3:nth-of-type(4n + 1),
  .col-lg-4:nth-of-type(3n + 1),
  .col-lg-6:nth-of-type(2n + 1) {
    clear: both;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
  .row-lg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-2:nth-of-type(6n + 1),
  .col-md-3:nth-of-type(4n + 1),
  .col-md-4:nth-of-type(3n + 1),
  .col-md-6:nth-of-type(2n + 1) {
    clear: both;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
  .row-md {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-2:nth-of-type(6n + 1),
  .col-sm-3:nth-of-type(4n + 1),
  .col-sm-4:nth-of-type(3n + 1),
  .col-sm-6:not(#content):nth-of-type(2n + 1) {
    clear: both;
  }
  #footer .col-sm-2:nth-child(6n + 1),
  #footer .col-sm-3:nth-child(4n + 1),
  #footer .col-sm-4:nth-child(3n + 1),
  #footer .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
  .row-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer_head.margin-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #footer .col-xs-2:nth-of-type(6n + 1),
  #footer .col-xs-3:nth-of-type(4n + 1),
  #footer .col-xs-4:nth-of-type(3n + 1),
  #footer .col-xs-6:nth-of-type(2n + 1) {
    clear: both;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-left {
    text-align: left;
  }
  .row-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.bg-header {
  min-height: 100px;
    margin: 0 auto;
    padding-bottom: 5px;
    position: relative;
    text-align: right;
    padding-top: 10px;
}
@media (max-width: 767px) {
  .bg-header.container {
    padding-right: 0;
    padding-left: 0;
  }

#logo{
  margin-bottom: 24px;
}

  
  .navbar_category {
    padding: 0;
    margin-bottom: 15px;
  }
}
.navbar_category li.dropdown i {
  top: 4px;
}
.navbar_category li.dropdown:hover .dropdown-toggle {
  transform: rotate(-90deg);
  transition: 0.5s;
  color: var(--theme);
}
#search_tablet {
  display: none;
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
  
}
#search_tablet .input-lg {
  height: 30px;
  padding: 0 11px;
}

#search_tablet #quick_search_results{
      position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}



#search_tablet .button-search {
  right: 0;
}
#search .btn-default.btn-lg,
#search_tablet .btn-default.btn-lg {
  background: #fff;
  border-left: 0 none;
  color: #888;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  width: 38px;
  padding: 0;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
}
#search .form-control.input-lg {
  box-shadow: 0 0 0 #fff;
}
#search .btn-default.btn-lg {
  height: 100%;

}
#search .btn-default.btn-lg .fa {
  color: #4ac6dc;
  font-size: 18px;
  line-height: 38px;
}
#search_tablet .btn-default.btn-lg {
  height: 30px;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
}
#search select.form-control {
  min-width: auto;
  padding: 0 20px 0 7px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 33px;
  border-radius: 0;
}
#search select.form-control::-ms-expand {
  display: none;
}
.select-wrap {
  border-right: 1px solid #bbb;
  position: relative;
  margin-right: -1px;
}
.select-sort {
  position: relative;
}
.select-sort.input-group-btn:first-child > .btn,
.select-sort.input-group-btn:first-child > .btn-group,
.select-sort.input-group-btn:last-child > .btn,
.select-sort.input-group-btn:last-child > .btn-group {
  background: 0 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 25px 8px 10px;
  width: 100%;
}
#search .select-arrow {
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 0;
  right: 6px;
}
#search .select-arrow:nth-child(1) {
  top: 15px;
  border-top-color: #999;
}
#search .select-arrow:nth-child(2) {
  top: 12px;
  border-top-color: #fff;
}
#search_tablet .input-group-btn {
  position: absolute;
  right: 53px;
  top: 0;
}
.button-search:hover {
  background-position: -61px -30px;
}
.bg-header-line {
  background: url(../image/bg-header-line.png) no-repeat scroll center center;
  float: left;
  height: 115px;
  margin: -23px 18px 0;
  width: 7px;
}
.line-search-cart-header {
  float: right;
  height: 44px;
}
.callback-header {
  background: url(../image/callback-header.png) no-repeat scroll left center;
  color: #000;
  float: right;
  font-size: 11px;
  line-height: 21px;
  padding: 11px 0 11px 185px;
  text-align: right;
  height: 92px;
  position: relative;
}
.contacts-left-header {
  float: right;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  width: 185px;
}
.contacts-left-header a {
  display: block;
  padding-left: 25px;
}
.contacts-left-header a.openrecall {
  padding: 4px 0 7px 24px;
  position: relative;
  text-align: left;
}
.contacts-left-header a + a {
  margin-top: 10px;
}
.contacts-left-header a span.e-mail {
  display: block;
  font-size: 13px;
  margin-bottom: 9px;
  text-align: left;
}
.contacts-left-header a .fa-envelope-o,
.contacts-left-header a .fa-phone {
  color: var(--theme);
  float: left;
  font-size: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.contacts-left-header a .fa-phone {
  left: 2px;
}
.contacts-left-header a span.callback {
  color: #444;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.contacts-right-header {
  float: right;
  position: relative;
}
.contacts-right-header .inner,
.social .inner {
  display: inline-block;
  vertical-align: middle;
}
.contacts-right-header .inner {
  color: #696969;
  font-size: 12px;
}
.header_links_cart {
  display: none;
  float: right;
  text-align: right;
}
.links {
  margin-top: 7px;
  height: 30px;
}
.links ul {
  float: left;
  padding: 0;
  margin: 0;
}
.links > ul > li {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
}
.links > ul > li.none-statii {
  display: none;
}
.links > ul > li > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.links > ul > li:hover > .background {
  opacity: 0.2;
}
.links > ul > li > a {
  font-size: 11px;
  min-width: 58px;
  padding: 0 6px 0;
  text-align: center;
  background-position: center 5px;
  color: #aaa;
  height: 20px;
  background-repeat: no-repeat;
  zoom: 1;
  position: relative;
}
.links > ul > li > a:hover {
  background-position: center -37px;
}
.to-gadjet,
.up_to_tablet {
  display: none !important;
}
.links > ul > li.none-statii {
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  padding: 20px 0;
  border: 0 none;
}
li.column-3child .third > ul {
  list-style-type: none;
}
li.column-1child .third,
li.column-2child .third,
li.column-3child .third {
  color: #4c4c4c;
  font-size: 12px;
}
#welcome_mobile {
  text-align: center;
  display: none;
}
#welcome_mobile a {
  display: inline-block;
}
#welcome {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 11px;
  margin-bottom: 15px;
  text-align: right;
}
#welcome a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 4px 0 4px 0;
  text-decoration: none;
}
#welcome .login-button a {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
}
#welcome .dropdown-login a {
  padding: 0;
}
#welcome .dropdown-login .dbw a {
  color: #505050;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}
#welcome a:hover {
  text-decoration: none;
  color: 2BAB1F;
}
#welcome .dropdown-login {
  display: block;
  text-align: center;
}
#welcome .dropdown-login:hover {
  background-position: 0 -85px;
}
#welcome .dropdown-enter:hover {
  background-position: 0 -84px;
}
#welcome .header-login-box {
  border: 1px solid #ccc;
  font-weight: 700;
  padding: 10px;
}
#welcome .register {
  background: url(../image/img-login.png) no-repeat scroll left 0;
  float: right;
  margin-left: 17px;
  padding: 1px 0 0 24px;
  text-align: left;
}
#welcome .register a {
  color: #000;
  font-size: 11px;
  text-decoration: underline;
}
#top_banner {
  padding: 10px 0;
}
#top_banner > div {
  position: relative;
}
.top_banner {
  position: relative;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 30s infinite linear;
  -moz-animation: scroll 30s infinite linear;
  animation: scroll 30s infinite linear;
  color: #989898;
  text-shadow: 0 0 0 #fff;
}
#top_banner .container,
.header + .container {
  margin-bottom: 0;
}
.close_banner {
  background: #fff;
  color: #d7d7d7;
  cursor: pointer;
  left: 15px;
  position: absolute;
  top: -7px;
}
.close_banner span {
  margin-right: 5px;
  font-size: 24px;
}
.close_banner span + span {
  font-size: 12px;
  position: relative;
  top: -4px;
}
.header_top {
  font-size: 11px;
}
#welcome .dropdown-login span {
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
}
#welcome .dropdown-login .login-menu span {
  font-weight: 400;
}
#welcome .dropdown-login .login-menu > span {
  display: inline-block;
}
#welcome .dropdown-login > span {
  background: #f5f5f5;
  color: #666;
  display: block;
  height: 41px;
  line-height: 37px;
  padding: 0;
}
#welcome .dropdown-enter span {
  background: url(../image/arrowset.png) no-repeat scroll 100% -73px;
}
#welcome .dropdown-enter.active span {
  background: url(../image/arrowset.png) no-repeat scroll 100% -60px;
}
#welcome .dropdown-enter {
  cursor: pointer;
}
#welcome .content-login-box {
  border: 1px solid #ccc;
  margin-top: 3px;
  padding: 10px;
  text-align: left;
}
#welcome .dropdown-box {
  background: #fff;
  border: 1px solid #c6c6c6;
  box-shadow: 1px 1px 4px #b7b7b7;
  cursor: default;
  display: none;
  right: 0;
  padding: 3px;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  top: 39px;
  z-index: 100;
  left: 0;
}
#welcome .open .dropdown-box {
  display: block;
}
#welcome .dropdown-box ul {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
#welcome .dropdown-box ul li {
  padding: 0 5px;
}
#welcome .dropdown-box ul li a {
  color: #434343;
  font-size: 12px;
  padding: 5px 10px;
}
#welcome .dropdown-box ul li a:hover {
  background: #f5f5f5;
}
#welcome .dropdown-enter.active .dropdown-box {
  display: block;
  left: auto;
  right: 0;
  text-align: left;
  width: 185px;
}
#welcome .dropdown-enter.active .dropdown-box .content-account-box ul {
  width: auto;
  list-style: outside none none;
  width: auto;
}
.login-content .forgotten {
  float: right;
  line-height: 34px;
}
.checkout-content .forgotten {
  float: right;
  line-height: 34px;
}
.login-menu {
  position: relative;
  padding: 5px;
}
.login-menu a {
  color: #353535;
  text-decoration: underline;
  padding: 0;
  display: inline-table;
}
.login-menu .dtw {
  height: 41px;
}
.login-menu .dtw h3 {
  background: 0 0;
  color: #000;
  float: left;
  font-size: 19px;
  margin: 0 0 0 -6px;
}
.login-menu .dtw .close {
  border: medium none;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: -5px;
  top: 3px;
  width: 17px;
}
.login-menu .dtw .close .fa {
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 2px;
}
.rcol {
  float: right;
}
.login-menu .dbw {
  padding: 10px 15px;
  text-align: left;
  font-size: 11px;
  margin-top: 10px;
}
textarea {
  border-radius: 10px;
}
.aclr:after {
  clear: both;
  content: "";
  display: block;
  line-height: 0;
}
.login-menu .optgroup {
  padding: 5px 0 5px 90px;
}
.login-menu .optgroup.textarea {
  padding-left: 0;
}
.recallbox .optgroup.textarea .f_textarea {
  max-width: none;
  width: 100%;
}
.optgroup {
  padding: 2px;
}
.login-menu .optgroup {
  padding: 20px 0 0 35px;
  position: relative;
}
.login-menu .dtw + .optgroup {
  padding-left: 15px;
}
.login-menu .optgroup.login-button {
  padding: 20px 0 0 0;
}
.optgroup {
  padding: 2px;
}
#contac .login-menu .optgroup span.lbl,
#welcome .dropdown-login .login-menu .optgroup span.lbl {
  background-color: #22a8b5;
  background-image: linear-gradient(to bottom, #aeaeae, #696969);
  background: -moz-linear-gradient(top, #aeaeae 0, #696969 100%);
  background: -webkit-linear-gradient(top, #aeaeae 0, #696969 100%);
  color: #fff;
  font-weight: 400;
  height: 34px;
  left: 0;
  line-height: 34px;
  padding-right: 0;
  position: absolute;
  text-align: center;
  width: 37px;
  bottom: 0;
}
#welcome .dropdown-login .login-menu .optgroup + .optgroup span.lbl {
  line-height: 30px;
}
.login-menu .optgroup .f_input {
  width: 224px;
}
.f_input,
.f_select,
.f_textarea {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 6px 12px;
  width: 250px;
}
.f_btn {
  background-color: #22a8b5;
  background-image: linear-gradient(to bottom, #aeaeae, #696969);
  background: -moz-linear-gradient(top, #aeaeae 0, #696969 100%);
  background: -webkit-linear-gradient(top, #aeaeae 0, #696969 100%);
  background-repeat: repeat-x;
  border: 1px solid #333;
  box-shadow: 0 0 0 1px #999 inset, 0 2px 3px rgba(47, 68, 74, 0.25);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 17px 9px;
  float: left;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.vpad {
  padding: 6px 0;
}
.recallbox {
  right: 0;
  z-index: 999;
}
.recallbox .dbw {
  text-align: center;
}
#contac .recallbox .dbw {
  padding: 0;
  text-align: right;
}
.recallbox .dbw .f_btn {
  float: none;
  cursor: pointer;
}
.recallbox .close {
  text-decoration: none;
}
.optgroup {
  padding: 2px;
}
.recallbox .optgroup .lgrey {
  padding-bottom: 3px;
  text-align: left;
  font-size: 11px;
}
.lgrey {
  color: #5b5d5e;
}
.recallbox .optgroup .f_input {
  width: 237px;
}
.recallbox .optgroup .f_textarea {
  max-height: 318px;
  max-width: 236px;
  min-width: 226px;
  width: 236px;
}
#welcome .dropdown-enter {
  cursor: pointer;
  display: block;
  float: left;
  height: 41px;
  text-align: center;
  width: 184px;
}
#welcome .dropdown-enter:hover {
  background-position: 0 -84px;
}
#welcome .dropdown-enter span {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding-right: 26px;
  text-decoration: none;
  line-height: 39px;
  display: block;
}
#welcome .dropdown-enter.active span {
  background: url(../image/arrowset.png) no-repeat scroll 100% -48px;
}
#welcome .dropdown-enter {
  cursor: pointer;
}
.bottom-footer-width {
  background: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.bottom-footer-width h4 {
  font-size: 15px;
  color: #434343;
  font-weight: 400;
  margin-bottom: 3px;
}
#footer {
  min-height: 100px;
  padding-bottom: 0;
  text-align: center;
}
#footer .social_wrapper {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}
#footer .social_wrapper a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background: url(../image/social/facebook.png) no-repeat;
}
#footer .social_wrapper a:hover {
  background-position: 0 -40px;
}
#footer .social_wrapper .facebook {
  background: url(../image/social/facebook.png) no-repeat;
}
#footer .social_wrapper .twitter {
  background: url(../image/social/twitter.png) no-repeat;
}
#footer .social_wrapper .youtube {
  background: url(../image/social/youtube.png) no-repeat;
}
#footer .social_wrapper .googleplus {
  background: url(../image/social/googleplus.png) no-repeat;
}
#footer .social_wrapper .pinterest {
  background: url(../image/social/pinterest.png) no-repeat;
}
#footer .main_content .left {
  background: url(../image/overlay_darken.png) repeat;
  width: 690px;
  padding: 20px 20px 0 20px;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  min-height: 140px;
  overflow: auto;
}
#footer .main_content .right {
  background: url(../image/overlay_darken.png) repeat;
  float: right;
  width: 180px;
  padding: 20px 20px 0 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  min-height: 140px;
  color: #555;
}
#footer.lighten_footer_content_background .main_content .left,
#footer.lighten_footer_content_background .main_content .right {
  background: url(../image/overlay_lighten.png) repeat;
}
#footer .main_content .right .telephone {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme);
  display: block;
  margin-bottom: 10px;
}
#footer h3 {
  border: 1px solid silver;
  margin-bottom: 9px;
  margin-top: 0;
  padding: 9px;
  text-transform: uppercase;
  text-align: center;
}
#footer .column {
  margin-bottom: 15px;
  min-height: 80px;
  text-align: left;
  vertical-align: top;
}
#footer .column ul {
  margin: 0 0 0 33px;
  min-height: 101px;
  padding: 10px;
}
#footer .column ul li {
  margin-bottom: 2px;
  list-style-image: url(../image/footer-li-list.png);
}
#footer .column ul li:hover {
  padding-left: 5px;
}
#footer .column a {
  line-height: 21px;
}
#footer .bottom_line {
  clear: both;
  padding: 20px 0;
  overflow: auto;
}
#footer_payment_icon {
  float: right;
  display: block;
}
.bottom-footer-text {
  background: #fafafa;
  color: #888;
  font-size: 11px;
  padding: 12px 18px;
  text-align: justify;
  margin-bottom: 0;
  box-shadow: 0 2px 3px #999;
  position: relative;
  z-index: 2;
}
.bottom-footer-text + .maps {
  position: relative;
  z-index: 1;
}
.bottom-footer-text .container {
  margin-bottom: 0;
}
.bottom-footer-width {
  background: #fff;
  padding: 30px 0 10px;
}
.scrolling .fa {
  display: inline;
}
.product-card-section .slider-nav-next,
.product-card-section .slider-nav-prev {
  background: 0 0;
  outline: 0;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  transition: 0.5s;
}
.product-card-section .slider-nav-next {
  margin-top: 16px;
}
.rotate-slider-div {
  flex-direction: column;
  align-items: center;
}
.product-card-section .slider-nav .slick-track > div > div {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 55px !important;
  height: 55px !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.product-card-section .slider-for img {
  width: 100%;
  border: 1px solid #f4f4f4;
  max-height: 500px;
  object-fit: contain;
}
.product-card-section .slider-for .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-section .slider-nav .slick-track > div > div img {
  width: 36px;
  height: 36px;
}
.product-card-section .slider-nav .slick-slide {
  width: 100%;
}
.product-card-section .slider-nav-next,
.product-card-section .slider-nav-prev {
  background: 0 0;
  outline: 0;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  transition: 0.5s;
}
.product-card-section .slider-nav-next:hover,
.product-card-section .slider-nav-prev:hover {
  background-color: #dadada;
  transition: 0.5s;
}
.product-card-section .slider-nav-prev {
  margin-bottom: 16px;
}
.product-card-section .slider-nav-next {
  margin-top: 16px;
}
.product-card-section .slider-nav-next:active,
.product-card-section .slider-nav-prev:active {
  background-color: #8f8f8f;
}
.product-counter {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.price-sale {
  color: #b4b4b4;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 139%;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
  margin-bottom: 12px;
}
.bottom-footer {
  background: #3b3b3b;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
.bottom-footer .container {
  margin-bottom: 0;
}
.bottom-footer-center {
  margin: 0 auto;
  width: 85%;
}
.bottom-footer-center-left {
  background: url(../image/vsep.png) repeat-y scroll right center;
  float: left;
  height: 142px;
  padding: 15px 0 0;
  position: relative;
  width: 63%;
}
.bottom-footer-center-left-icon {
  background: url(../image/menu_footer.png) no-repeat scroll center center;
  height: 52px;
  position: absolute;
  right: -30px;
  top: -8px;
  width: 52px;
}
.footer-shadow {
  color: #fff;
}
.questions_footer + .categ {
  margin-left: 2%;
}
.quickcheckout-heading {
  background: 0 0;
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: 600;
  color: #000;
}
.quickcheckoutright tr,
.quickcheckoutright tr td {
  border-top: none !important;
  background-color: unset !important;
}
.quickcheckoutright table {
  border-bottom: 1px solid #e1e1e1;
}
.quickcheckoutright table {
  margin-bottom: 18px !important;
}
.quickcheckoutright strong {
  font-weight: 500;
  color: #000;
}
.quickcheckout-heading .fa {
  position: relative;
  color: #fff;
  background: var(--theme);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  transition: 0.5s;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
  margin-right: 3px;
}
.quickcheckout-heading .fa:before {
  position: absolute;
  left: 8px;
}
.quickcheckout-content b {
  font-weight: 600;
  color: #000;
  border: none;
}
.quickcheckout-content {
  border: none;
  padding: 0;
}
.quickcheckout-content select {
  text-align: left;
  margin-bottom: 12px;
  border: 1.2px solid rgba(230, 227, 224, 1);
  border-radius: 8px;
  box-shadow: 0 0 0 #fff;
}
.control-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px !important;
}
.pay_social {
  float: right;
  margin-right: 4%;
  width: 45%;
}
.pay_social h4 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.pay_social.no-categ {
  width: 48%;
}
.pay_social .pay {
  font-size: 13px;
  margin-right: 4%;
  width: 100%;
}
.pay_social.no-categ .social {
  float: left;
  width: 37%;
}
.pay_social.no-categ .pay {
  float: right;
  width: 53%;
}
.pay_social .social {
  font-size: 13px;
  width: 100%;
}
.schetchiki {
  bottom: 0;
  position: absolute;
}
.statii-footer {
  color: #fff;
  text-align: justify;
  font-size: 12px;
}
.statii-footer > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.statii-footer > ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.statii-footer > ul > li {
  float: left;
  margin-bottom: 2px;
  text-align: left;
  width: 49%;
}
.statii-footer > ul > li > a {
  background: url(../image/arrowset.png) no-repeat scroll -7px -2px;
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  transition: none 0s ease 0s;
}
.statii-footer > ul > li > a:hover {
  background-position: -7px -20px;
}
.footer-niz {
  box-shadow: 0 2px 2px #333 inset;
  color: #888;
  font-size: 10px;
  line-height: 12px;
  margin: 0 auto;
  padding: 11px 1%;
  clear: both;
}
.rotate-slider-outer {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.rotate-slider-outer .slider-nav .slick-list {
  max-height: 300px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu > div {
  width: 100%;
}
.cart-modal-row {
      position: relative;
    box-shadow: 0 3px 7px 2px rgb(0 0 0 / 23%);
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background-color: #fff;
}





.align-center{
  align-items: center;
}
.cart-modal-row:hover {
  background: #fbfbfb;
}
.cart-modal-row button:active {
  background-color: #3b3b3b 333;
}
.cart-modal-inner {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
}
.cart-buttons-div > div {
  flex: 1 250px;
}
.btn-custom {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: 0.5s;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  margin-bottom: var(--btn-mb);
  text-align: left;
  padding-left: 6px;
  margin-bottom: var(--btn-mb);
  height: 44px;
}
.btn-small {
  max-width: 200px;
  min-width: unset;
  margin-left: auto;
  margin-right: auto;
}
.btn-small input {
  max-width: 200px;
  min-width: unset;
}
.btn-custom div {
  position: absolute;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  top: 50%;
  left: var(--btn-fa-left);
  transform: translate(0, -48%);
  transition: 0.3s;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}
.btn-custom:hover div {
  left: var(--btn-fa-left-hover);
  transition: 0.3s;
}
.btn-custom:hover {
  transition: 0.5s;
}
.btn-custom span {
  position: relative;
  left: var(--btn-text-left);
  transition: 0.3s;
}
.btn-custom:hover span {
  left: var(--btn-text-left-hover);
  transition: 0.3s;
}
.btn-custom-red input,
a.btn-custom-red,
button.btn-custom-red {
  background-color: var(--theme);
  color: #fff !important;
  border: none;
}
.btn-custom-red .fa {
  color: var(--theme);
}
.available-storage {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 16px 3%;
}
.available-storage > a > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: 0.5s;
  border-bottom: 1px #d3d3d3 solid;
}
.available-storage p:first-child {
  color: #757575;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 139%;
  margin-bottom: 0;
}
.available-storage > a > div:hover {
  border-bottom: 1px #5c5c5c solid;
  transition: 0.5s;
}
.available-storage > a:first-child > div {
  padding-top: 0;
}


.product-card-description{
  margin-bottom: 56px;
}

.product-card-description .nav-tabs {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.product-card-description .nav-tabs > li {
  flex: 1;
}
.product-card-description .nav-tabs > li > a {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
  margin-right: 0;
  margin-left: 0;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  color: #212121;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-card-description .nav-tabs > li.active > a {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--theme) !important;
  background: var(--theme-lighter);
  transition: 0.5s;
  color: var(--theme);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card-description .tab-content {
  margin-bottom: 56px;
}
.product-card-description .nav-tabs .fa {
  font-size: 14px;
  top: 0;
}
.product-card-description .nav-tabs .active .fa {
  color: var(--theme);
}
.btn-custom-red input:hover,
a.btn-custom-red:hover,
button.btn-custom-red:hover {
  background-color: #94010d;
}
.btn-custom-red input:active,
a.btn-custom-red:active,
button.btn-custom-red:active {
  background-color: #000;
}
.btn-custom .fa-shopping-cart {
  position: relative;
  left: -2px;
}
.btn-custom-grey {
  background-color: var(--grey-bg);
  color: #000;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.btn-custom-grey:hover {
  background-color: var(--grey-bg-hover);
}
.btn-custom-grey div {
  color: #000 !important;
}
.product-counter {
  margin-bottom: var(--btn-mb);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.product-counter input {
  border-top: 1px #cbcbcb solid;
  border-bottom: 1px #cbcbcb solid;
  border-right: none;
  border-left: none;
  background-color: #fff;
  color: rgba(33, 33, 33, 1) !important;
  flex: 1;
  text-align: center;
  outline: 0;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  border-radius: 0;
}

.product-counter button, .quantity-input-cart span {
  border: 1px #cbcbcb solid;  
  color: rgba(33, 33, 33, 1);
  flex: 1;
  height: 44px;
  transition: 0.5s;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
}


.quantity-input-cart span{
background-color: #fff;
}

.product-counter button{
background: #ebebeb;
}


.product-counter button:first-of-type,
.quantity-input-cart span:first-of-type {
  border-radius: 8px 0 0 8px;
}
.product-counter button:last-of-type,
.quantity-input-cart span:last-of-type {
  border-radius: 0 8px 8px 0;
}
.product-counter button:hover {
  transition: 0.3s;
  background-color: #f0f0f0;
}
.product-counter button:active {
  transition: 0.3s;
  background-color: #8f8f8f;
  scale: 1.1;
}
.name-link {
  transition: 0.3s;
}
.name-link:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.btn-custom-green {
  background-color: #61b337;
  color: #fff !important;
}
.btn-custom-green:hover {
  background-color: #438123;
}
.btn-custom-green div {
  color: #61b337 !important;
}
.dropdown-backdrop {
  z-index: 2;
  display: none;
}
.cart-buttons-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-buttons-div a {
  margin-bottom: 12px;
}
.subsc {
  padding-top: 20px;
  padding-bottom: 41px;
  overflow: hidden;
}
.head-statii-top-line {
  float: left;
  margin-right: 20px;
}
.head-statii-top-line > ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
}
.head-statii-top-line ul li {
  display: inline-block;
}
.head-statii-top-line ul li a {
  color: #fff;
  font-family: Arial;
  height: 30px;
  line-height: 32px;
  display: block;
  font-size: 12px;
  padding: 0 15px 0 32px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 -1px 0 #444;
}
.head-statii-top-line ul li a.shipping {
  background: #696969 url(../image/icon-header.png) no-repeat scroll 3px 10px;
}
.head-statii-top-line ul li a.pay {
  background: #696969 url(../image/icon-header.png) no-repeat scroll 3px -10px;
}
#search {
  float: right;
  margin: 12px auto;
  padding: 0;
  position: relative;
  border-radius: 7px;
}
.checkbox-group-overflow {
  transition: max-height 0.5s ease;
}
.card-outer {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.card-outer .card-flex-right h5 a,
.card-outer .name-link h3,
.cart-modal-title {
  word-break: break-word;
}
.card-outer .card-img {
  border: 1px solid #f4f4f4;
  height: 200px;
  margin-bottom: 18px;
}
.card-inner {
  border-radius: 5px;
  background: #f3f3f3;
  padding: 12px 12px;
  margin-bottom: 12px;
}
.card-outer .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.card-inner p:first-child,
.product-card-outline > div:first-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
      margin-bottom: 6px;
}
.card-inner p:last-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
 line-height: 100%;
  margin-bottom: 0;
}
.card-counter-outer {
  padding-top: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.card-counter-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  flex-direction: column;
}



.card-inner-left {
  display: flex;
  margin-bottom: 12px;
}

.slim-category .card-inner-left{
    margin-right: auto;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 2;
}



.slim-category .card-outer .product-counter input{
  width: 55px;
}

.category-characteristics{
    display: flex;
    align-items: center;
}

.category-characteristics h6{
margin-right: 8px;
}

.card-inner-left:not(:has(*)){
  display: none;
}


.button-search {
  background: rgba(0, 0, 0, 0) url(../image/search.png) no-repeat scroll 0 -30px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  height: 27px;
  line-height: 26px;
  position: absolute;
  right: 14px;
  text-align: center;
  text-shadow: 0 -1px 0 #60ac1c;
  width: 60px;
}
#search input {
  border: medium none;
  color: #898989;
  float: left;
  font-size: 14px;
  height: 38px;
}
.lang-curr {
  float: right;
  padding-top: 8px;
}
form {
  display: inline;
  margin: 0;
  padding: 0;
}
#currency,
#language {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: right;
}
#language {
  margin-right: 0;
}
#currency {
  margin-right: 15px;
}
#language img {
  cursor: pointer;
  display: inline;
  margin-right: 10px;
}
#top .list-inline {
  margin: 0;
  display: flex;
  flex-direction: row;
}
#cart.btn-group.btn-block {
  float: left;
  position: relative;
}
#cart.btn-group.btn-block button {
  background: 0 0;
  border: 0 none;
  line-height: 27px;
  padding: 0;
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart.btn-group.btn-block button img {
  right: -10px;
  position: absolute;
  top: -22px;
}
#cart.btn-group.btn-block button span {
  font-weight: 400;
  color: #333;
  font-size: 14px;
}
#cart.btn-group.btn-block button .fa-shopping-cart {
  color: #666 !;
  font-size: 30px;
  position: relative;
}
.top_line #cart {
  width: 46px;
}
.top_line #cart.btn-group.btn-block button .fa-shopping-cart {
  font-size: 30px;
  margin-right: 6px;
  color: #fff;
}

.header-contact #cart i, .header-contact #cart span, .header-contact .btn-link{
	color: #242a2f !important;
}


.top_line a.dropdown-toggle > span {
  display: none;
}
.top_line .row > a.dropdown-toggle {
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 10;
}
.top_line a.dropdown-toggle > .fa {
  font-size: 22px;
}
a.rcol.close {
  display: block;
  height: 26px;
  margin-right: -5px;
  text-align: center;
  width: 25px;
}
#top-links .fa,
#top-links span {
  font-size: 16px;
}
#top-links .fa.fa-bars {
  color: var(--theme);
}
#top-links .fa {
  color: #4ac6dc;
}
#top-links .fa.fa-chevron-down {
  color: #777;
  font-size: 9px;
  position: relative;
  right: -4px;
  top: -2px;
}
#menu .navbar-collapse {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
#menu .navbar-collapse > div {
  padding: 0;
}
.container .articles .menu_button button {
  color: #555;
}
.container .articles .menu_button button .fa {
  font-size: 13px;
}
.container .articles .menu_button button span + .fa {
  font-size: 10px;
  position: relative;
  right: -2px;
  top: -2px;
}

.menu_button .btn {
  padding: 7.5px 10px;
}
.pay_social h4 {
  color: #fff;
  font-size: 17px;
}
ul.list-unstyled > li.column-1child {
  width: 97%;
}
ul.list-unstyled > li.column-2child {
  width: 45%;
}
ul.list-unstyled > li.column-3child {
  width: 31%;
}
ul.list-unstyled > li.column-4child {
  width: 24%;
}
ul.list-unstyled > li.column-5child {
  width: 18%;
}
.product .list-unstyled {
  margin-bottom: 5px;
}
.quickpay .list-unstyled {
  margin-top: 20px;
}
.product ul.list-unstyled > li {
  display: block;
  padding-bottom: 5px;
}
ul.list-unstyled > li a {
  float: none;
}
.product ul.list-unstyled > li a {
  float: none;
}
.subsc ul.list-unstyled > li a {
  transition: 0.5s;
}
.subsc ul.list-unstyled > li a:hover {
  transition: 0.5s;
  color: #ebebeb;
}
ul.list-unstyled > li > .third ul {
  padding-left: 0;
}
.category.column_position {
  background: #fdfdfd;
  border: 1px solid #ececec;
}
.category.column_position h3 {
  color: #555;
  font-family: OpenSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  margin: 4px 0;
  padding: 12px 10px 12px 13px;
  text-transform: uppercase;
}
.category.column_position ul {
  background: #f8f8f8;
  border: 1px solid #999;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.category.column_position ul li {
  position: relative;
  padding: 0 10px;
}
.category.column_position > ul > li + li > a {
  border-top: 1px solid #d2d2ce;
}
.category.column_position > ul > li:hover + li > a {
  border-top: 0 none;
}
.category.column_position > ul > li > ul > li:first-child {
  font-size: 10px;
}
.category.column_position ul.child_1 > li > a {
  background: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.category.column_position ul.child_1 > li.child:hover > a {
  background: #f8f8f8;
  width: 271px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  z-index: 9;
}
.category.column_position ul li ul li:first-child + li {
  clear: both;
}
.category.column_position ul li ul.child_1 li {
  position: initial;
}
.category.column_position ul li:hover > ul {
  display: block;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
}
.category.column_position > ul > li > ul {
  background: #fff;
  border: 1px solid #00529f;
  display: none;
  left: 100%;
  min-width: 280px;
  padding: 10px 0;
  position: absolute;
  top: -39px;
  margin-left: -1px;
  z-index: 8;
}
.category.column_position > ul > li > ul > li {
  max-width: 280px;
}
.category.column_position > ul > li:hover {
  background: #fff;
  border: 1px solid #00529f;
}
.category.column_position > ul > li.childr:hover {
  background: #fff;
  border-right: 0 none;
  z-index: 102;
  width: 105%;
}
.category.column_position > ul > li:first-child:hover {
  margin: -1px 0 0 -1px;
}
.category.column_position > ul > li:last-child:hover {
  margin: 0 0 -1px -1px;
}
.category.column_position > ul > li.childr:hover > a {
  background: #fff;
  width: 108%;
  z-index: 9;
}
.category.column_position > ul > li:hover > a {
  border-top: 0 none;
}
.category.column_position ul li ul span.image {
  float: left;
}
.category.column_position > ul > li > ul > li > ul.child_2 {
  border: 1px solid #999;
  bottom: 10px;
  display: none;
  left: 280px;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  min-width: 260px;
  z-index: 8;
}
.category.column_position > ul > li > ul > li:hover > ul.child_2 {
  background: #f8f8f8;
  display: block;
}
.category.column_position ul a {
  border: 0 none;
  display: block;
  position: relative;
}
.category.column_position ul.child_2 a {
  border: 1px solid #f8f8f8;
}
.category.column_position ul.child_2 a:hover {
  background: #fff;
  border: 1px solid #999;
}
.category.column_position ul .fa {
  color: #2bab1f;
  height: 23px;
  line-height: 22px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 4px;
  width: 22px;
}
.category.column_position ul .fa {
  color: #898989;
  font-size: 9px;
}
.category.column_position ul.child_1 > li:hover a .fa,
.category.column_position > ul > li:hover > a .fa {
  display: none;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-plus:before {
  content: "\f078";
  font-weight: 400;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.category.column_position ul a.category-button.detailed .icon-plus:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#column-left {
  margin-top: unset !important;
  float: left;
}
#column-right {
  float: right;
  margin-bottom: 26px;
}
#column-left .module-category.content_position,
#column-right .module-category.content_position,
#content .category.column_position {
  display: none;
}
.module-category.content_position {
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -moz-border-radius: 0 3px 3px;
  padding-top: 15px;
}
.head_carousel {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #2f2f2f;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto -15px;
  padding: 3px 7px;
  position: relative;
  text-align: center;
  width: 145px;
  z-index: 2;
}
.box-category-top {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 auto 15px;
  padding: 30px 0 15px;
  width: 98%;
}
.box-category-top > div {
  display: inline-table;
  text-align: center;
  width: 16%;
}
.box-category-top > div .image {
  margin-bottom: 10px;
}
.product-thumb {
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 15px;
}
.owl-item .product-thumb {
  padding: 10px 15px 0;
}
.openstoremodule .owl-item .product-thumb {
  margin-bottom: 0;
}
.product-list {
  margin-bottom: 20px;
}
.product-list .product-thumb {
  overflow: auto;
  position: initial;
  margin-bottom: 0;
}
.product-list .product-thumb .image {
  margin-bottom: 0;
}
.divshadow .product-thumb {
  border: 0 none;
  padding-bottom: 0;
}
.chevron a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  min-width: 32px;
  overflow: hidden;
  transition: border 1s ease 0s;
  transition: color 1s ease 0s;
}
.chevron a + a {
  margin-left: 10px;
}
.chevron a + a {
  padding: 0 7px 0 0;
}
.product .chevron {
  margin-top: 0;
}
.product .chevron a {
  display: block;
}
.product-list .chevron a,
.product-list .chevron button {
  padding: 0 7px 0 0;
}
.product-list .chevron a .fa,
.product-list .chevron button .fa {
  display: inline;
  padding: 6px 0 6px 6px;
}
.product-list .chevron a,
.product-list .chevron button {
  background: #f5f5f5;
  border: 1px solid #bbb;
  border-radius: 2px;
  line-height: 30px;
}
.product-list .chevron a + a,
.product-list .chevron button + button {
  margin-left: 0;
}
.product-price .chevron a {
  text-align: center;
}
.product-price .chevron a,
.product-price button {
  padding: 6px 12px;
}
.chevron {
  margin-top: 15px;
}
.product-price .chevron,
.product-price a.cheapering {
  float: left;
}
.product-price .chevron {
  margin: 0 15px 0 0;
}
.product-price a.cheapering {
  border: 0 none;
  margin: 0 5px 0 0;
}
.product-price .button-group button span,
.product-price .chevron a > span,
.product-price a.cheapering > span {
  display: none;
}
.product-blog .product-price .button-group button span {
  display: inline-block;
}
.product-thumb .image .chevron {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-thumb .image .chevron a:before {
  content: " ";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.product-thumb .image .chevron a {
  background: #6c6c6c;
  box-shadow: 1px 1px 2px #000;
  color: #fff;
  opacity: 0.8;
  padding: 2px 8px;
  width: 55%;
}
.product-thumb .image:hover .chevron {
  display: block;
}
.chevron a .fa {
  font-size: 15px;
  padding: 6px 6px 6px 0;
  position: relative;
  transition: color 1s ease 0s;
}
.product-price .chevron a .fa {
  padding: 0;
}
.chevron a + a .fa {
  padding: 6px 0 6px 7px;
}
.chevron a span {
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
}
.product-list .chevron a span,
.product-list .chevron a:hover + a span,
.product-list a.cheapering {
  max-width: none;
  display: inline;
}
.product-list .chevron a + a.cheapering .fa {
  padding: 12px 0 6px 7px;
}
.chevron.one a span {
  display: inline;
  padding-right: 6px;
}
.chevron a + a span {
  max-width: 200px;
  left: 0;
}
.chevron a:hover + a span {
  max-width: 0;
  transition: all 0.5s ease 0s;
}
.chevron a:hover span {
  max-width: 200px;
  left: 0;
}
.owl-item .images-add,
.product-thumb .images-add {
  opacity: 1;
}
.owl-item .images-add a img,
.product-thumb .images-add a img {
  background: #fff;
  width: 40px;
}
@keyframes divshadowopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes divscartshadowopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes divscartshadownonopacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes w_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes w_nonopacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.divshadow.opacity {
  animation-name: divshadowopacity;
  animation-duration: 0.5s;
}
.divshadow.show {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.option-div {
  background: #fff;
  border: 2px solid #c4c4c4;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  padding: 0 10px 15px;
  z-index: 2;
  position: relative;
}
.option-div h3 i {
  border-top: 1px solid #ddd;
  box-shadow: 0 -1px 1px #fff, 0 1px 1px #fff inset;
  display: inline-block;
  height: 2px;
  margin: 0 12px;
  padding-top: 12px;
  position: relative;
  top: 8px;
  width: 40px;
}
.option-div h4 i {
  border-top: 1px solid silver;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.option-div h4 strong {
  background: #fff;
  padding: 0 10px;
}
.option-div h4 {
  position: absolute;
  top: -10px;
  left: 5px;
}
.option-div .form-group img {
  float: left;
  margin-right: 15px;
}
.option-div .form-group img + span {
  color: #666;
  line-height: 20px;
}
.option-div .header-popup {
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-shadow: 0 0 1px #333;
  color: #666;
  font-size: 13px;
  left: -10px;
  padding: 7px 7px 7px 15px;
  position: absolute;
  top: 10px;
  border-radius: 5px;
}
.divshadow .close {
  background: #ddd;
  height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
  z-index: 9;
  line-height: 32px;
}
.divshadow .close .fa {
  font-size: 18px;
}
.divshadow .close:hover .fa {
  color: #000;
}
.option-div hr {
  margin: 10px 0;
}
.option-div .images-add {
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 2;
}
.option-div .images-add a {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.option-div .option select {
  margin-bottom: 15px;
}
.option-div .image {
  text-align: center;
}
.option-div .image > a {
  display: block;
  text-align: center;
}
.option-div .image > a > img {
  display: inline-block;
}
.price-main {
  color: #212121;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
.price-main-modal-cart {
  color: #212121;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 100%;
}
.price-sale-modal-cart {
  color: #b4b4b4;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
  margin-bottom: 0;
}
.price-total-modal-cart {
  color: #212121;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 100%;
}
.price-title-modal-cart {
  font-size: 12px;
  font-weight: 700;
}
.product-price-div {
  margin-bottom: 32px;
}
.product-list .option-div {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 0 0 #fff;
  border: 0 none;
  position: initial;
}
#content .product-thumb.boundary:hover {
  border-radius: 0 10px 10px 0;
  box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25);
}
#content .product-thumb:hover > .rating {
  display: none;
}
.caption h4 {
  font-size: 16px;
  text-align: center;
}
.product-price .caption h4 {
  text-align: left;
  margin: 0;
}
.product-list .caption h4 {
  text-align: left;
  margin-bottom: 5px;
}
.price_block {
  display: block;
  margin: 10px 0;
  text-align: left;
}
.caption h4 + p,
.caption h4 + span + p {
  color: #999;
  font-size: 11px;
  text-align: justify;
  margin-bottom: 15px;
}
.caption h4 + p:hover,
.caption h4 + span + p:hover {
  color: #666;
  display: block;
}
.description_hover {
  display: none;
}
#content .owl-item .rating,
#content .product-thumb .rating {
  margin: 0 0 10px 0;
  position: relative;
  text-align: left;
}
.product-thumb .image .rating {
  border: 1px solid #aaa;
  left: 2px;
  padding: 1px 10px 2px;
  position: absolute;
  top: 40px;
}
.product-thumb .caption h4 a {
  font-weight: 400;
  color: #000;
}
.product-price .product-thumb .caption h4 a {
  display: block;
  margin-bottom: 10px;
}
.product-price .product-thumb .price-new,
.product-price .product-thumb .price-old {
  display: block;
  line-height: 24px;
  margin: 0;
}
.owl-item .wishlist,
.product-thumb .wishlist {
  float: right;
  margin-left: 10px;
}
.owl-item .compare,
.product-thumb .compare {
  float: right;
}
.compare button,
.wishlist button {
  background: 0 0;
  border: 0 none;
}
.icon-wishlist:before {
  content: "\f005";
  color: #535353;
  font-size: 15px;
}
.icon-compare:before {
  content: "\f080";
  color: #535353;
  font-size: 15px;
}
#content .owl-item .rating img,
#content .product-thumb .rating img {
  margin-top: 2px;
}
.icon {
  color: #2e2e2e;
}
#content .product-thumb.none-hover:hover .caption > .compare,
#content .product-thumb.none-hover:hover .caption > .description_no_hover,
#content .product-thumb.none-hover:hover .caption > .rating,
#content .product-thumb.none-hover:hover .caption > .wishlist {
  display: block;
}
#content .product-thumb.none-hover:hover .caption > .price-cart {
  display: inline-table;
}
.price-cart {
  margin: 15px 0;
  overflow: auto;
}
.owl-item .product-thumb .price-cart,
.product-layout:not(.product-price) .product-thumb .price-cart {
  width: 100%;
}
.price-cart.width {
  width: 100%;
}
.product-grid .price-cart {
  width: 100%;
}
.owl-item .price,
.product-thumb .price {
  line-height: 30px;
  vertical-align: middle;
}
.owl-item .price.spec,
.product-thumb .price.spec {
  color: #ec005c;
}
.owl-item .price {
  display: table-cell;
}
.product-thumb .price {
  display: flex;
  margin-bottom: 2px;
  margin-top: 8px;
}
.product-list .product-thumb .price {
  float: left;
  margin: 0 5px;
  display: flex;
}
.product-price .product-thumb .price {
  display: inline-flex;
  float: left;
  margin: 0;
  margin-right: 20px;
}
.product-thumb:hover .caption .images-add,
.product-thumb:hover .caption h4 a,
.product-thumb:hover .image {
  z-index: 2;
}
.sticker-thumb {
  position: absolute;
  left: 5px;
  top: 2px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sticker-thumb > div {
  margin-bottom: 10px;
}
.product-price .sticker-thumb {
  display: none;
}
.product-price .sticker-thumb > div {
  margin: 0;
}
.product-price .sticker-thumb span {
  font-size: 13px;
  padding: 0 6px;
}
.stiker-module-new,
.stiker-module-popular,
.stiker-module-special {
  display: block;
  font-size: 15px;
}
.stiker-module-new .trapezium10,
.stiker-module-popular .trapezium10,
.stiker-module-special .trapezium10,
.stiker-new-product > span,
.stiker-popular-product > span,
.stiker-special-product > span {
  margin-right: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 3px;
  position: relative;
  top: 4px;
  color: #fff;
}
.stiker-module-special {
  color: #fff;
}
.stiker-module-popular {
  color: #fff;
}
.stiker-module-new {
  color: #fff;
}
.stiker-product {
  position: absolute;
  right: -1px;
  top: 15px;
}
.stiker-product > div {
  margin-bottom: 15px;
}
.form-horizontal .form-group {
  margin-right: unset;
  margin-left: unset;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.card-confirm {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 25px;
  margin-bottom: 0 !important;
  margin-top: 0;
  transition: 0.5s;
}
.card-confirm-small {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 25px;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 8px 11px 12px -12px rgba(0, 0, 0, 0.29);
  margin-bottom: 24px;
  filter: blur(0);
  transition: 0.5s;
}
.ofi {
  overflow: initial;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 17px;
  padding-bottom: 32px;
}
.card-outer {
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;  
  padding-bottom: 0;
  margin-bottom: 5px;
}
.ad-search-outer,
.sh-outer {
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 17px;
  padding-bottom: 32px;
  margin-bottom: 52px;
}
.sh-big {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.alert-dismissible {
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(229, 229, 229, 0.36);
  border: none;
}
.alert-danger {
  position: relative;
}
.alert-dismissible .close {
  position: absolute;
  right: 5px;
  top: 2px;
}
.confirm-summ:last-child {
  border-top: 1px #ebebeb solid;
  padding-top: 30px;
  margin-bottom: 24px;
}
.price-n-delivery > div > p:first-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
}
.price-n-delivery > div > p:last-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 139%;
}
.confirm-summ p:first-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 139%;
}
.price-n-delivery > div:last-child p:first-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 139%;
}
.price-n-delivery > div:last-child p:last-child {
  color: #212121;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 139%;
}
.confirm-summ,
.price-n-delivery > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  background: #fff;
  padding: 40px 30px 20px 30px;
  margin-bottom: 80px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.form-wrapper-big {
  box-shadow: var(--box-shadow);
  background: #fff;
  padding: 40px 30px 20px 30px;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.form-wrapper-information {
  box-shadow: var(--box-shadow);
  background: #fff;
  padding: 40px 4% 40px 4%;
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.account-address-add input[type="radio"]{
    z-index: 1;
    opacity: 1;
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0;
    margin: 0;
  left: -6px;
   accent-color: var(--theme);
}



.account-address-add label.radio-inline{
     height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    padding-bottom: 30px;
    padding-left: 20px;
}

.information-form-cus b {
  color: #000;
}
.contacts-page .fa {
  color: var(--theme);
}
.contacts-page a {
  text-decoration: underline;
}
#map_kz {
  background: #242a2f;
  padding-top: 26px;
}
.map-link-kz {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-link-kz > * {
  color: #fff;
}
.form-wrapper .buttons,
.form-wrapper-big .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.form-wrapper-big .form-group {
    display: flex;
    flex-direction: column;
}


.form-wrapper-big .form-group .control-label {
    display: flex;
}



.noquantityselect,
.noquantityselectchek {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #898989;
  cursor: inherit;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 2px 5px;
  text-shadow: 0 1px 1px #fff;
}
.noquantityselect,
.noselect,
.noselectchek {
  border: 1px solid #ddd;
}
.yesselect,
.yesselectchek {
  border: 1px solid #2e85bc;
}
.option-div .options .option input.none,
.quick-view-product-info .tab-contents .options .option input.none {
  display: none;
}
.error {
  color: var(--theme);
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.product-list .options .option select {
  width: 35%;
}
.owl-pagination {
  background: #fff;
  padding: 8px 13px 0;
  text-align: right;
  position: initial;
}
.openstoremodule .owl-pagination {
  text-align: center;
}
.carous .owl-pagination {
  right: -2px;
  top: 11px;
  position: absolute;
}
.bestseller-header_content_bottom + div + .owl-controls .owl-pagination,
.bestseller-header_content_top + div + .owl-controls .owl-pagination,
.featured-header_content_bottom + div + .owl-controls .owl-pagination,
.featured-header_content_top + div + .owl-controls .owl-pagination,
.latest-header_content_bottom + div + .owl-controls .owl-pagination,
.latest-header_content_top + div + .owl-controls .owl-pagination,
.reviews-header_content_top + div + .owl-controls .owl-pagination,
.special-header_content_bottom + div + .owl-controls .owl-pagination,
.special-header_content_top + div + .owl-controls .owl-pagination {
  background: #fff;
  padding-top: 0;
  position: absolute;
  right: -2px;
  top: 4px;
  z-index: 1;
}
.owl-carousel .owl-buttons .owl-next {
  right: 10px;
}
.owl-next:hover,
.owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-buttons div {
  background: #ddd;
  border-radius: 32px;
  height: 45px;
  opacity: 0.7;
  text-align: center;
  width: 45px;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.owl-carousel.manufacturer-banner .owl-buttons div {
  top: 5%;
}
.owl-carousel.manufacturer-banner .owl-item > div {
  padding: 5px;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-prev {
  left: 0;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-next {
  right: 0;
}
.divshadow .owl-carousel .owl-buttons div {
  top: 45%;
}
.module .owl-carousel .owl-buttons div i,
.owl-carousel .owl-buttons div i {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 47px;
}
.owl-carousel .owl-buttons .owl-prev {
  left: 10px;
}
.divshadow .owl-carousel .owl-buttons .owl-prev {
  left: 15px;
}
.divshadow .owl-carousel .owl-buttons .owl-next {
  right: 15px;
}
.owl-prev.disabled {
  background: url(../image/next-prev.png) no-repeat scroll -37px 1px;
}
.owl-next.disabled {
  background: url(../image/next-prev.png) no-repeat scroll -37px -38px;
}
.owl-prev:hover {
  opacity: 1;
}
.owl-theme .owl-controlls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  display: inline;
  height: 32px;
  width: 25px;
}
.review-comment-str {
  background: #f4f4f4;
  height: 16px;
  margin-bottom: -8px;
  margin-left: 41px;
  width: 16px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.review-list {
  background: #f4f4f4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px;
}
.review-list .author {
  float: left;
  margin-bottom: 10px;
}
.review-list .author_name,
.review-list .rating {
  display: inline-block;
}
.avatar {
  float: left;
  margin-right: 13px;
}
.avatar img {
  width: 50px;
}
.filter {
  margin-top: 10px;
  overflow: auto;
}
.filter p {
  margin: 8px 0 10px;
}
.filter a#compare-total {
  background: #1ca9b8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 15px;
  text-decoration: none;
}
.filter .col-md-2 {
  width: auto;
}
.navbar-category-collapse {
  background: 0 0;
}
.filter-sort {
  float: right;
}
.divshadow .product-list .product-thumb > div {
  background: 0 0;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.block_list_grid {
  background: url(../image/catshow.png) no-repeat scroll left top;
  margin-top: 6px;
  overflow: auto;
}
.block_list_grid .btn-group {
  color: #555;
  display: inline-block;
  float: right;
  font-weight: 400;
  line-height: 24px;
  margin-right: 7px;
  padding: 8px 0 6px;
}
.block_list_grid button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.clearboth {
  clear: left;
}
.overflow {
  overflow: auto;
}
.message-success a {
  color: #333;
  font-size: 13px;
  text-decoration: underline;
}
.message-success {
  background: url(../image/comments.png) no-repeat scroll 10px center #fff;
  border-bottom: 1px solid #d2d2ce;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  box-shadow: 0 0 6px #999;
  color: #555;
  font-size: 13px;
  left: 23%;
  margin: 0;
  padding: 15px 13px 15px 53px;
  position: fixed;
  top: 50%;
  width: 53%;
  z-index: 9999;
}
.view-images {
  background: url(../image/preview.png) no-repeat scroll left 0;
  display: block;
  height: 35px;
  overflow: hidden;
  position: absolute;
  width: 35px;
  z-index: 101;
}
.view-images img {
  opacity: 0;
}
.thumbnails .image-additional ul li {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 3;
}
.thumbnails .image-additional u li {
  border: 0 none;
}
.thumbnails li img {
  max-width: 92%;
}
.thumbnails .image-additional {
  position: relative;
  text-align: center;
}
.product .thumbnails .image-additional {
  width: 100%;
}
.thumbnails .image-additional a {
  opacity: 0.7;
  transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s,
    box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
.thumbnails .image-additional img {
  border: 1px solid #eee;
  padding: 4px;
}
span.listicon {
  background: url(../image/bullet_tiny.png) no-repeat scroll left 50%;
  color: #555;
  line-height: 18px;
  padding-left: 11px;
}
#product {
  margin-top: 0;
  overflow: auto;
  padding-bottom: 15px;
}
.form-group .radio label {
  font-weight: 400;
}
.none {
  display: none;
}
.option-div .checkbox,
.option-div .radio,
.product .checkbox,
.product .radio {
  display: inline-table;
  margin: 0 5px 5px 0;
  padding-left: 0;
  margin-right: 5px;
}
select.form-control {
  min-width: 190px;
}
#column-left + #column-right + #content .product hr {
  clear: both;
}
.price h2 {
  color: #f60587;
  display: inline-block;
  margin: 0 10px 3px 0;
}
.list-unstyled.price {
  margin-bottom: 15px;
  overflow: auto;
}
.cart-box-bottom {
  margin: 18px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.cart_block {
  clear: both;
}
#product .cart_block {
  overflow: auto;
}
.cart_block button {
  float: left;
  padding: 6.5px 25px;
  margin-right: 15px;
  width: auto;
}
.product .cart_block button {
  margin-right: 0;
}
.cart-box-bottom .quantity-input {
  float: left;
  margin: 0 15px 0 0;
}
.cart_block .quantity-input {
  padding-bottom: 15px;
}
.cart_block .quantity-input .minus1,
.cart_block .quantity-input .plus1 {
  line-height: 25px;
}
.cart-box-bottom .quantity-input .minus1 {
  height: 34px;
  width: 36px;
}
.cart-box-bottom .quantity-input input {
  float: left;
  height: 34px;
  text-align: center;
}
#product .cart-box-bottom .quantity-input input {
  width: 50px;
}
.cart-box-bottom .quantity-input .plus1 {
  height: 34px;
  width: 36px;
}
.cart-box-bottom button.btn-primary {
  float: left;
  width: auto;
}
button.btn.button-compares,
button.btn.button-wishlists {
  background: 0 0;
  border: 0 none;
  color: #636363;
  font-weight: 400;
  margin-top: 15px;
  padding: 0;
}
.textor {
  clear: left;
  padding: 20px 0 0;
  width: 40px;
}

.product .tab-content{
  overflow: hidden;    
}



.product .tab-content .tab-pane{
  float: left;
  margin-top: 5px;
  padding: 15px;
  width: 100%;
 
}

#top-links img{
	width: 30px;
	height: 30px;
}


.table-bordered,
.table-bordered td,
.table-responsive {
  border: none !important;
}
.table-bordered table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.table-text-center td {
  text-align: center !important;
}
.table-bordered thead tr {
  height: 60px;
  background: #242a2f;
  font-weight: 600;
  color: #fff;
}
.table-bordered tr {
  box-shadow: 0 5px 12px -12px rgba(0, 0, 0, 0.29);
  margin-bottom: 12px;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-bordered td {
  vertical-align: middle !important;
  border-top: none !important;
}
.table-bordered tr td:first-child {
  padding-left: 12px;
}
.table-bordered tr td:last-child {
  padding-right: 12px;
}
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.category .nav li a {
  background-color: #fff !important;
  color: #000;
  transition: 0.3s;
}
.category .nav > li:hover > a {
  background-color: #dbdbdb !important;
  transition: 0.3s;
}
.category .nav li a:hover {
  background-color: #dbdbdb !important;
  transition: 0.3s;
}
.top-line-phone-dropdown > a {
  position: relative;
}
#top-links {  
  
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
}
#top-links .pull-left .btn {
  padding: 0;
}
#top-links .pull-left .dropdown-menu .btn {
  padding: 5px 12px;
}

#top-links #currency,
#top-links #language {
  margin: 0;
  position: relative;
  top: -5px;
}

#top-links .dropdown-menu {
  border-radius: 0 0 4px 4px;
  border-top: 0 none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.176);
  margin-top: 4px;
  min-width: 200px;
  padding-top: 10px;
}
#top-links .nopadding .dropdown-menu {
  min-width: 120px;
}
#top-links #currency .dropdown-menu {
  right: 0;
}
#top-links .mobile {
  display: none;
}
#column-left + #column-left + #content .product-layout.col-md-3 {
  display: inline-table;
  float: none;
  max-width: 290px;
  min-width: 250px;
}
.product .col-md-4 {
  padding-right: 15px;
}
.product {
  margin-bottom: 10px;
  text-align: left;
}
.product .addthis_toolbox {
  overflow: auto;
}
#column-left + #column-right + #content .product .nav.nav-tabs,
#column-left + #content .product .nav.nav-tabs {
  float: none;
}
#cart .pull-right strong.but {
  background: grey;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  padding: 5px;
}
#cart .pull-right strong.but:hover {
  background: #5e5e5e;
}
#cart p.text-right {
  padding: 0;
}
.cat-slide-info {
  background: url(../image/bgset.png) repeat-x scroll 0 -554px;
  height: 40px;
}
.cat-slide-info .thide {
  background: url(../image/catslideinfo.png) no-repeat scroll 0 0;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  top: 12px;
  width: 222px;
}
#column-left .content_position,
#column-right .content_position,
#content .column_position {
  display: none;
}
#column-left h3,
#column-right h3 {
  padding: 0;
  margin-top: 0;
}
.container #product h3 {
  margin-top: 5px;
  padding: 0;
}
.container .category h3 {
  background: 0 0;
}
.relative {
  position: relative;
}
.box {
  margin: 10px 0;
}
.relative .owl-carousel,
.relative .owl-carousel .owl-wrapper {
  position: initial;
}
#content .owl-carousel.reviews .owl-item > div .name {
  margin-bottom: 10px;
  text-align: left;
}
.owl-carousel.reviews .owl-item > div .name a {
  font-size: 16px;
  margin-top: 0;
}
.owl-carousel.reviews .owl-item > div .image {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
.owl-carousel.reviews .owl-item > div .review {
  text-align: justify;
  font-size: 14px;
  min-height: 60px;
}
#content .owl-carousel.reviews .owl-item > div .rating {
  margin-bottom: 10px;
  text-align: left;
}
#column-left .owl-carousel.reviews .owl-item > div .rating,
#column-right .owl-carousel.reviews .owl-item > div .rating {
  bottom: 0;
  left: 10px;
  position: absolute;
  right: auto;
}
.owl-carousel.reviews .owl-item > div .podrobnee {
  bottom: 0;
  position: absolute;
  right: 5%;
}
.owl-carousel.reviews .owl-item > div {
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  padding: 10px 0 30px;
  position: relative;
  width: 90%;
}
#content.none .manufacturer {
  margin: 0 auto 1%;
}
.manufacturer {
  background: #fff;
  border: 1px solid silver;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  margin: 0 auto 15px;
  overflow: auto;
  padding: 5px 0 5px 13px;
  position: relative;
}
.manufacturer_qwep,
.sku_qwep {
  display: none;
  opacity: 0;
}
#column-left .manufacturer,
#column-right .manufacturer {
  padding: 5px 0 5px 8px;
}
a.manuf-link {
  float: left;
  margin-right: 20px;
  padding: 5px 0;
}
.list-manuf {
  float: left;
  padding: 5px 0;
}
.list-manuf a {
  display: inline-block;
  text-decoration: underline;
}
.list-manuf a {
  border-right: 1px solid #c7c7c7;
  margin-right: 3px;
  padding-right: 8px;
  margin-bottom: 5px;
}
.list-manuf a:last-of-type {
  border: 0 none;
}
#column-left .manufacturer .list-manuf a,
#column-right .manufacturer .list-manuf a {
  border: 1px solid silver;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 9px;
  padding: 4px;
  text-decoration: none;
}
.product-thumb.tabrelated .caption {
  margin-bottom: 10px;
}
.product-thumb.tabrelated .caption p {
  text-align: justify;
}
.product-thumb.tabrelated .compare,
.product-thumb.tabrelated .wishlist {
  float: left;
  margin-top: 9px;
}
#accordion .panel .checkbox {
  clear: both;
}
.paddin {
  padding: 0 5px;
}
.bg-container {
  margin: 0 auto;
  min-height: 53px;
  text-align: right;
}
.navbar_category .btn-navbar {
  background: var(--theme) !important;
  transition: 0.5s;
  min-height: 40px;
  outline: 0 none;
}
.navbar_category .btn-navbar:hover {
  transition: 0.5s;
}
.btn-navbar.clicked {
  background: #111 !important;
  transition: 0.5s;
}
.navbar_category .btn-navbar {
  float: none;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
.navbar_category .btn-navbar span {
  font-weight: 600;
  text-shadow: none;
  color: #fff;
  font-size: 17px !important;
  float: left;
  line-height: 30px;
  text-transform: uppercase;

}
.navbar_category .nav > li > a {
  color: #000;
  padding: 7px 15px;
  overflow: auto;
}
.navbar_category .btn-navbar .fa {
  color: #fff;
  float: right;
  margin: 8px 13px 0 0;
  font-weight: 600 !important;
}
@keyframes category-fa-animation {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.3;
  }
  100% {
    scale: 1;
  }
}
.navbar_category .btn-navbar:hover .fa {
  animation-name: category-fa-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.navbar_category .nav > li > a .fa-angle-right {
  float: right;
}
.navbar_category .nav > li:hover > a .fa-angle-right {
  font-size: 18px;
}
.navbar_category .dropdown-menu {
  left: 100%;
  top: -2px;
  padding: 0;
  margin: 0;
  border: none !important;
}
.navbar_category .btn-navbar {
  height: 68px !important;
}
.category {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.nav > li {
  text-align: left;
}
.category .nav > li {
  position: relative;
}
@media (max-width: 767px) {
  .rotate-slider-div {
    flex-direction: row;
  }
  .rotate-slider-outer {
    flex-direction: column-reverse;
  }
  .category .dropdown-menu {
    position: absolute;
    right: auto;
    left: 100%;
    top: 0;
    border-radius: 0 0 4px;
    margin: 0;
    box-shadow: 1px 1px 1px #999;
    border-left: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  .category .nav > li:hover > .dropdown-menu {
    display: table;
  }
}
.category ul.list-unstyled > li {
  border-bottom: 1px solid #c1c1c1;
}
.category ul.list-unstyled > li > a {
  border: 0 none;
  color: var(--theme);
  font-size: 16px;
  line-height: 19px;
  padding: 12px 12px;
  display: block;
  font-weight: 400;
}
.space-between {
  justify-content: space-between;
}
.category > .nav > li > a {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  font-size: 15px !important;
  padding: 8px 10px;
}
.category .nav > li:hover {
  background: #fff;
}
.category .nav > li:hover > a {
  border-right: 1px solid #fff;
}
.category ul.podcategory {
  list-style-type: none;
}
.category ul.podcategory li {
  display: inline-block;
}
.category ul.podcategory li a {
  color: #777;
  border: 0 none;
  padding: 12px 12px;
}
.category > .nav > li > a .fa {
  float: right;
  font-size: 9px;
  margin-top: 6px;
  transition: 0s all;
}
.category > .nav > li:hover > a .fa {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.category .nav.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.category .nav.nav-tabs > li.active > a,
.category .nav.nav-tabs > li > a {
  background: 0 0;
  border: 0 none;
  border-radius: 0;
}
.category > .nav.nav-tabs > li.active > a {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  border-right: 1px solid #ddd;
  box-shadow: 0 0 0 #fff;
  margin: 2px 0 0;
}
.category .nav.nav-tabs > li {
  background: 0 0;
}
.category .image_category_menu {
  float: left;
  margin: 0 10px 0 0;
}
.category .category-collapse {
  background: #fff;
  position: absolute;
  width: 100%;
  box-shadow: 3px 3px 6px #aaa;
}
.header_block .category .category-collapse {
  z-index: 99;
}
.category .category-collapse:hover {
  z-index: 106;
}
.collapse-hidden {
  display: none !important;
}
.collapse-hidden.collapse.in {
  display: block !important;
}
.category .close_category {
  cursor: pointer;
  display: none;
  height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 2px;
  width: 25px;
}
.category .in + .close_category {
  display: block;
}
.category-collapse .dropdown-inner {
  display: table;
}
.category-collapse .dropdown-inner ul {
  display: table-cell;
  vertical-align: top;
}
.category-collapse .dropdown-inner ul.podcategory {
  background: 0 0;
  border: 0 none;
  box-shadow: 0 0 0 #fff;
  display: block;
  position: initial;
}
@media only screen and (max-width: 767px) {
  .category-collapse .dropdown-inner ul.podcategory {
    display: none;
  }
}
.category-collapse .dropdown-inner ul.list-unstyled {
  min-width: 283px;
}
@media only screen and (min-width: 768px) {
  .category-collapse .dropdown-inner ul.list-unstyled:nth-child(2n) {
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 1px 2px #666 inset;
  }
}
.category .close_category .fa-times {
  margin-top: 5px;
  font-size: 20px;
}
.button-group button + button {
  float: right;
  padding: 7px 10px;
}
.caption {
  margin-bottom: 5px;
}
.image_category_child {
  display: inline-block;
}
.categorycarousel .owl-carousel {
  position: relative;
}
.categorycarousel .tabled ul li {
  display: inline-block;
  margin-bottom: 10px;
  width: 24%;
}
.categorycarousel ul.breadcrumb {
  border: 0 none;
}
.categorycarousel ul.breadcrumb > li:after {
  height: 9px;
  top: 5px;
  width: 9px;
}
.categorycarousel ul.breadcrumb > li:first-of-type {
  padding-left: 0;
}
.nav-tabs > li > a {
  outline: 0 none;
}
.nav-tabs.categorycarousel > li > a {
  border: 1px solid #ddd;
  padding: 5px 9px;
  text-transform: uppercase;
}
.nav-tabs > li {
  margin-right: -2px;
}
.nav.nav-tabs.categorycarousel {
  text-align: center;
  margin: 5px auto 5px;
  z-index: 2;
}
ul.nav.nav-tabs.categorycarousel > li + li {
  margin-left: 15px;
}
.nav-tabs > li .fa {
  margin-right: 6px;
  color: #777;
  font-size: 9px;
  position: relative;
  top: -2px;
}
.nav-tabs > li .fa-home {
  font-size: 16px;
  color: #23a1d1;
  top: 0;
}
.nav-tabs > li.active .fa-home {
  color: var(--theme);
}
.nav-tabs > li .after-fa {
  color: #23a1d1;
  font-size: 9px;
  position: relative;
  top: -1px;
}
.nav-tabs > li.active .after-fa {
  color: var(--theme);
}
.nav-tabs > li button {
  padding: 0 12px;
}
.nav-tabs > li button + button {
  border-left: 1px solid #ddd;
}
.nav-tabs > li .btn-link,
.nav-tabs > li .btn-link:focus {
  color: #23a1d1;
  outline: 0 none;
}
.nav-tabs > li > a:hover {
  border-color: #fff;
}
.nav-tabs > li a span {
  border-left: 1px solid #ddd;
  padding-left: 12px;
}
.manufacturer-banner .owl-item a {
  display: block;
}
.manufacturer-banner .owl-item + .owl-item a {
  border-left: 1px solid #eaeaea;
}
.tab-content .active + .active {
  visibility: hidden;
  height: 0;
  width: 100%;
}
#search button.search,
.select-wrap button.sorting {
  background: transparent;
  border: 0 none;
  box-shadow: 0 0 0 #fff;
  color: #ccc;
  font-size: 14px;
  height: 38px;
  padding: 0 0 0 11px;
}
.select-sort .sorting span:first-child {
  font-weight: 700;
  color: #000;
}
#search button.search .fa-solid {
    color: var(--theme);
    transition: 0.5s;
}
.chevron_down_animation {
    transition: 0.5s;
    transform: rotate(-180deg);
    color: #242a2f !important;
}
#search .input-wrap {
  float: left;
  padding-right: 35px;
  position: relative;
}
#search .dropdown-menu {
  min-width: 200px;
  padding: 10px;
  width: auto;
}
#quick_search_results {
  
    border-top: 1px solid #bbbbbb;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px;
    left: 0;
    background: #fff;
    z-index: 9;
    min-width: 260px;
    list-style: none;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;    
    width: 50vw;
    top: 56px;
    z-index: 100;

}

#quick_search_results li {
  border-top: solid 1px #fff;
  text-align: left;
  padding: 5px;
}
#quick_search_results a {
  display: block;
  padding: 5px;
}
#quick_search_results li + li {
  border-top: solid 1px #ccc;
}
#quick_search_results a,
#quick_search_results a:hover,
#quick_search_results a:visited {
  color: #444;
  text-decoration: none;
  display: block;
}
#quick_search_results img {
  margin-right: 15px;
}
#quick_search_results li:hover {
  background-color: #e2e2e2;
}
#quick_search_results .lisves {
  background-color: #e2e2e2;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.dropdown-menu > li > a {
  font-size: 16px;
  padding: 5px;
  color: #6e6e6e;
}
#menu .dropdown-menu.manuf {
  padding: 10px 2% 10px 5%;
}
.dropdown-menu.manuf > li > a {
  padding: 5px;
}
.dropdown-menu.manuf > li > a > img {
  margin-right: 10px;
}
.welcome_header {
  position: absolute;
  right: 15px;
  top: 3px;
}
.bg-header .social a:before {
  clear: both;
}
.bg-header .social .social_h {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.bg-header .social a + a {
  margin-left: 10px;
}
.bg-header .social a img {
  width: 26px;
  -webkit-transition: width left top 0.3s;
  transition: width left top 0.3s;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #fefefe, 0 1px 3px 3px #d2d2d2;
}
.bg-header .social a span {
  color: #696969;
}
.visible {
  display: block !important;
}
.login-menu.modal.in {
  z-index: 1050;
}
.login-menu.hide {
  display: block !important;
}
.bg-header .phone .fa {
  color: #666;
  font-size: 21px;
}
.bg-header .phone .fa.fa-chevron-down {
  font-size: 11px;
  margin: 0 0 0 7px;
  position: relative;
  top: -4px;
}
.bg-header .phone button,
.bg-header .social,
.contacts-right-header {
  color: var(--theme);
  font-size: 15px;
  line-height: 18px;
  padding: 15px;
  text-align: right;
}
.bg-header .social {
  margin-top: 15px;
}
.bg-header .phone button {
  margin-top: 35px;
}
.bg-header .phone .btn:focus {
  outline: 0 none;
}
.bg-header .social .fa {
  color: #696969;
  font-size: 20px;
}
.bg-header .contacts-left-header + .contacts-right-header {
  padding-right: 30px;
  padding-top: 15px;
  text-align: right;
}
.dropdown-menu {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.37);
}
.phone_block .dropdown-menu li {
  font-size: 15px;
  padding: 5px 10px;
}
.phone_block .dropdown-menu ul {
  padding-left: 0;
}
.phone_block .dropdown-menu li img {
  width: 17px;
  margin-right: 15px;
}
.phone_block .dropdown-menu {
  left: 0;
  min-width: 250px;
  padding: 15px;
  right: auto;
  top: 75px;
}
#search .dropdown-menu {
  right: -40px;
  left: auto;
}
.list-inline > li.mon {
  display: none;
}
.tabletting {
  display: none;
  float: right;
}
.header #welcome .dropdown-menu,
.header .contacts-left-header .dropdown-menu {
  bottom: auto;
  left: 50%;
  margin-left: -150px;
  position: fixed;
  top: 25%;
  width: 330px;
}
.modal-bg {
  background: #000;
  opacity: 0.5;
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.modal-bg.opacity {
  opacity: 0.1;
}
.input-group .form-control,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 0;
}
.input-group .form-control {
  min-height: 38px;
}
.container .articles {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.container .articles ul {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 width: 100%;
 padding: 0;
}

.container .articles ul i{
margin-right: 4px;
color: #242a2f;

}



.container .articles ul li {
      display: inline-block;
    white-space: nowrap;
    line-height: 40px;
    flex: 1;
    transition: 0.3s;
        padding-bottom: 0 !important;
}
.container .articles ul li:hover{
    background-color: #e7e7e7;
    transition: 0.3s;
}

.container .articles ul li a{	   
    width: 100%;
    position: relative;
    display: flex;
    padding: 10px 10px !important;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.slim-category .category_description{
      display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.slim-category .category_description h1{
  margin-bottom: 0;
  margin-left: 12px;

}

.slim-category .category_description img{
border: none;
}

.slim-category .product-layout{
      border-radius: 10px;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
}



.container .articles ul li.more_articles > a {
  position: absolute;
  right: 12px;
  top: 12px;
}
.container .articles ul li.more_articles .dropdown-menu {
  left: auto;
  padding: 5px;
  right: 0;
  top: 45px;
}
.container .articles ul.dropdown-menu li {
  display: block;
  float: none;
  width: 100%;
}
.container .articles ul.dropdown-menu li a {
  padding: 5px 10px;
}
.container .articles ul li a {
  color: #666;
  line-height: 25px;
  padding: 0 12px;
}
#top-links .pull-right ul li a {
    color: #666;
    line-height: 25px;
    padding: 12px 12px;
 
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-links .pull-right ul li a:hover{
	transition: 0.3s;
	background: #dfdfdf;

}




#top-links .pull-right ul li:last-of-type a {
  border-right: 0 none !important;
}
.container .articles ul li:first-of-type a {
  border-left: 0 none !important;
}
.container .articles ul li.more_articles a {
  border-left: 0 none;
}
.container .articles ul.dropdown-menu li a {
  border-left: 0 none;
}
.container.articles ul li + li {
  border-left: 1px solid #d1d2d3;
}
.container .articles .menu_button button {
  color: #555;
  font-size: 12px;
}
.container .articles .menu_button {
  float: right;
  position: relative;
  text-align: right;
}
.nav-tabs.categorycarousel > li {
  float: none;
  display: inline-block;
}
.owl-item > .item > a > img.img-responsive {
  margin: 0 auto;
}
.maps .container {
  position: relative;
  margin-bottom: 0;
}
.maps .gradient {
  height: 320px;
  position: absolute;
  width: 15%;
  z-index: 1;
}
.maps .gradient.left {
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 1)
    )
    repeat scroll 0 0;
  left: 15px;
}
.maps .gradient.right {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 1)
    )
    repeat scroll 0 0;
  right: 15px;
}
.bottom-pay .container {
  padding: 0 40px;
  position: relative;
}
.owl-carousel.footer-pay {
  position: initial;
}
.footer-pay .owl-item > div {
  padding: 10px 0;
  text-align: center;
}
.footer-pay .owl-item > div img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.footer-pay .owl-item > div img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.footer-right {
  min-height: 130px;
  padding-bottom: 32px;
  position: relative;
}
#search_footer #search .select-wrap,
#search_footer #search button.search {
  display: none;
}
#search_footer #search {
  margin: 0 0 15px;
  width: 100%;
}
.phone:focus {
  outline: 0 none;
}
.phone_block {
  display: block;
  position: relative;
  text-align: center;
}
.custom-select {
  max-width: 230px;
  height: 33px;
  overflow: hidden;
  border: 1px solid silver;
  position: relative;
  background: #fff;
  padding-right: 8px;
  padding-left: 1px;
}
#product .custom-select {
  width: 170px;
}
.custom-select .fa {
  font-size: 10px;
  position: absolute;
  right: 7px;
  top: 9px;
}
.custom-select select {
  height: 30px;
  background: 0 0;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  font: 12px Arial;
  color: #4f4f4f;
  padding: 6px 8px;
}
.custom-select:hover {
  background-color: #fff;
}
.custom-select select option {
  color: #4f4f4f;
  padding: 4px 12px;
}
.divshadow .tab-related .product-thumb .rating {
  margin: 15px 0;
}
.divshadow .price-cart {
  margin: 0;
}
.divshadow .tab-related:hover {
  opacity: 1;
}
.divshadow .tab-related {
  opacity: 0.8;
}
.minus1,
.plus1 {
  background: #eee;
  border: 1px solid #ddd;
  color: #8a8a8a;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  cursor: pointer;
  transition: 0.3s;
}
.minus1:hover,
.plus1:hover {
  background: #f7f7f7;
  transition: 0.3s;
}
.minus1:active,
.plus1:active {
  background: #f7f7f7;
  scale: 1.1;
  transition: 0.3s;
}
.quantity-input .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  float: left;
  margin: 0 -1px;
  padding: 5px 15px;
  height: 35px;
  width: auto;
  text-align: center;
  box-shadow: 0 0 0 #fff;
}
.quantity-input .form-control:focus {
  box-shadow: 0 0 0 #fff;
}
.quantity-input .fa {
  font-size: 14px;
  text-shadow: 0 2px 1px #fff;
}
.product-thumb.load:after {
  z-index: 3;
}
.load > div {
  opacity: 0.5;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.divcart {
  position: absolute;
  height: 100vh;
  width: 100% !important;
  margin: 0;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow-y: auto;
  transition: 0.5s;
  opacity: 0;
}
.divcart.show {
    z-index: 103;
    position: fixed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.w_opacity {
  animation-name: w_opacity;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.w_nonopacity {
  animation-name: w_nonopacity;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.opacity {
  animation-name: divscartshadowopacity;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.nonopacity {
  animation-name: divscartshadownonopacity;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.modal-cart {
    height: fit-content;
    padding-top: 150px;
    padding-bottom: 200px;
    left: 50%;
    background: 0 0;
    box-shadow: none;
    border: none;
    position: absolute !important;
    margin: 0 auto;
    transform: translate(-50%, 0);
    pointer-events: none;
    top: 0;
    bottom: 0;
    width: 1000px;
    max-width: 94%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.modal-cart-inner {
    top: 0;
    left: 0;
    display: flex;
    padding: 20px 2% 20px 2%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    pointer-events: all;
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
}


.divcart.show .dropdown-menu-inner h3 {
  margin-bottom: 26px;
}
.divcart.show .dropdown-menu-inner {
  top: 0;
  left: 0;
  display: flex;
  padding: 20px 2% 20px 2%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  pointer-events: all;
  flex-direction: column;
}
.dropdown-menu-inner:has(.empty_cart) {
  width: 300px !important;
  margin: 0 auto;
}
.divcart.show .cart-need-login > .dropdown-menu-inner {
  width: 300px !important;
  margin: 0 auto;
  padding: 10px;
}
.divcart .dropdown-menu {
  display: flex;
  position: unset;
}
.divcart .dropdown-menu {
  height: fit-content;
  padding-top: 150px;
  padding-bottom: 200px;
  left: 50%;
  background: 0 0;
  box-shadow: none;
  border: none;
  position: absolute !important;
  margin: 0 auto;
  transform: translate(-50%, 0);
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 1000px;
  max-width: 94%;
  padding-left: 0;
  padding-right: 0;
}
.divcart .dropdown-menu-inner {
  border-radius: 16px;
}
.divcart.show .cart-need-login {
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  margin: 0 auto;
  bottom: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  max-width: 100%;
  padding: 0;
}
.divcart.show .dropdown-menu-inner .closecart {
  position: absolute;
  right: 16px;
  top: 16px;
  text-align: center;
}
.divcart.show .dropdown-menu-inner .closecart .fa {
  color: #999;
  font-size: 30px;
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.table.no-border > tbody > tr > td {
  border: 0 none;
}
.divcart.show .dropdown-menu-inner p.text-right {
  padding-left: 0;
  padding-right: 0;
}
.clearboth {
  clear: both;
}
h3.clearboth {
  padding-top: 15px;
}
.quickpay h2 {
  margin-top: 5px;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-prev {
  left: 0;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-next {
  right: 0;
}
.option-div .options + hr {
  margin-top: 0;
}
p.price {
  color: #f60587;
  font-size: 18px;
}
.price-old {
  text-decoration: line-through;
  margin-left: 5px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
label span.append {
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 9px;
  padding: 2px;
  position: absolute;
  right: 3px;
  top: -14px;
}
.option-div ul.list-unstyled > li {
  display: block;
  padding-bottom: 0;
}
.option-div ul.list-unstyled > li + li {
  color: #ccc;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes winking {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes winking {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.winking {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.option-div.cheapering h3 {
  margin-top: 0;
  padding: 0;
}
.option-div.cheapering {
  margin: 0 auto;
  position: relative;
  width: 630px;
}
.option-div.callbacking {
  margin: 0 auto;
  position: relative;
  width: 450px;
}
.callbacking {
  margin: 0;
  z-index: 110;
}
.callbacking .input-group-addon {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  min-width: 30px;
  padding: 0;
}

.callbacking .option-div {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    border: none;
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
    max-width: 96%;
}
.option-div .description {
  color: #777;
  display: block;
}
.cheapering textarea.form-control {
  min-height: 107px;
}
.form-control:focus {
  border-color: #aaa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  outline: 0 none;
}
.option-div .description:hover {
  color: #444;
}
.option-div.cheapering .image {
  margin-bottom: 15px;
}
a.cheapering {
  display: inline-block;
}
#column-left a.cheapering,
#column-right a.cheapering {
  margin-bottom: 10px;
}
#column-left .rating,
#column-right .rating {
  margin-bottom: 8px;
}
a.cheapering .fa {
  font-size: 11px;
  margin-right: 10px;
}
.product-price a.cheapering .fa {
  margin: 0;
}
.red {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.relative.module {
  padding: 0 15px 25px;
}
.relative.module .owl-item {
  padding: 10px 10px 15px;
}
.relative.module .owl-item > .product-thumb {
  margin-bottom: 0;
}
.module .owl-carousel .owl-buttons div {
  top: 45%;
}
.bottom-pay {
  padding-bottom: 30px;
}
.bottom-pay .container {
  margin-bottom: 0;
}
#top_banner,
.bottom-pay,
.container,
.footer-niz {
  background: #fff;
}
.subsc .container,
footer .container {
  background: 0 0;
}
.subsc .container {
  background: 0 0;
}
.subsc .container .row .padding {
  padding-top: 30px;
  background-color: #242a2f;
}
.product-list .price-cart {
  display: block;
  margin-bottom: 10px;
  overflow: visible;
  min-height: 35px;
}
.product-list .chevron {
  float: left;
  margin-right: 15px;
  margin-top: 0;
}
.product-grid .list,
.product-list .grid,
.product-list .price-cart.grid {
  display: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f8f8f8;
  border-color: #fd4d00;
  color: #777;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #aaa;
  border-radius: 6px;
  color: #000;
  margin-right: 5px;
  padding: 2px 10px;
}
.pagination > li > a.no-active {
  opacity: 0.3;
  cursor: default;
}
.price-cart.list .price {
  display: inline-block;
}
.sort label {
  line-height: 30px;
}
.select-sort .fa {
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 13px;
}
.sort .btn-group button {
  background: #eee;
  border: 1px solid #bbb;
  color: #666;
  padding: 7px 12px;
  line-height: 22px;
}
.list-category ul {
  list-style-type: none;
  padding-left: 0;
}
.list-category ul li a {
  /* border-radius: 34px;
  background: #f7f7f7;
  padding: 11px 30px;
  gap: 10px;
  transition: 0.5s;
  color: #757575;
  font-size: 14px;
  line-height: normal;
  margin: 10px; */
   border-radius: 20px;
    padding: 8px 10px;
    gap: 10px;
    transition: 0.5s;
    font-size: 14px;
    line-height: normal;
    margin: 5px 10px;
    display: block;
    min-width: 82px;
    text-align: center;
    transition: 0.3s;
    background: #434343 !important;
    color: #fff !important;
}
.list-category ul li a:hover {
  background: #e4e4e4 !important;
  color: #434343 !important;
  transition: 0.5s;
}
.list-category ul li a img {
  display: block;
  margin: 0 auto 10px;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: scale(0.8, 0.8);
}
.list-category ul li:hover a img {
  opacity: 1;
  transform: scale(1, 1);
}
.content_position.reviews {
  margin: 0 0 30px;
}
#button-voucher + label {
  display: none;
}
.table-bordered > div {
  display: inline-table;
  min-height: 35px;
}
.well {
  box-shadow: 0 4px 30px 0 #e5e5e55c;
  background: #fff;
  padding: 40px 30px 20px 30px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.subscribe {
  padding: 20px;
  min-height: 370px;
}
.subscribe h2 {
  margin-top: 0;
}
.subscribe .form-inline {
  padding: 0 15px 0 0;
}
.subscribe .form-inline .form-control {
  width: 100%;
}
#content .news .owl-item > div .image {
  float: left;
  margin-top: 4px;
}
#content .news .owl-item > div .name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 5px;
}
#content .news .owl-item > div .descrip {
  text-align: justify;
  display: block;
  font-size: 11px;
}
.all_news {
  font-size: 16px;
  margin-bottom: 5px;
}
.dating {
  color: #898989;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.bold {
  font-weight: 700;
}
.newspage {
  overflow: auto;
}
.newspage .image {
  float: left;
}
.newspage {
  margin-top: 30px;
}
.newspage:last-of-type {
  margin-bottom: 30px;
}
.newspage .text_news {
  display: block;
  text-align: justify;
}
.newspage .more_news {
  cursor: pointer;
  display: block;
  padding: 8px 0;
}
.image.newspage {
  float: left;
  margin: 5px 0 15px;
}
.newspage .name {
  color: #000;
  font-size: 14px;
  font-style: italic;
}
.option-div h2,
.option-div h3,
.option-div h4 {
  margin-top: 32px;
  padding: 0;
}
.option-div > h3 {
  background: #f5f5f5;
  font-size: 18px;
  line-height: 32px;
  height: 35px;
  margin: 0 -10px;
}
.option-div h4 {
  position: relative;
}
.option-div.cheapering h3,
.option-div.cheapering h4 {
  margin-top: 15px;
}
#column-left .reviews .image,
#column-right .reviews .image {
  float: left;
  margin: 0 10px 10px 0;
}
#column-left .reviews > div,
#column-right .reviews > div {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
#column-left .reviews > div .podrobnee,
#column-right .reviews > div .podrobnee {
  text-align: right;
}
.module .owl-carousel .owl-buttons div {
  opacity: 0.7;
}
.slideshow .owl-item > div {
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .slideshow .owl-item > div .img-responsive {
    width: 100%;
  }
}
.title_banner {
  background: #fff;
  border-color: #eee #ddd;
  border-style: solid;
  border-width: 3px;
  left: 10px;
  padding: 4px 14px;
  position: absolute;
  top: 20px;
}
.reviews .name {
  margin-bottom: 10px;
}
.news .owl-item > div .image {
  float: left;
}
.option-div .alert {
  margin-bottom: 7px;
}
.product-thumb .rating {
  margin-bottom: 10px;
}
.option-div .nav-tabs {
  margin-bottom: 0;
}
.option-div .nav-tabs > li {
  margin-bottom: 15px;
}
.option-div .nav-tabs > li {
  margin: 20px 0;
}
.subscribe .fa {
  font-size: 20px;
}
.bottom-line-footer .container,
.container {
  max-width: 1600px;
}
.category.column_position ul.child_1 > li:hover > a {
  border: 1px solid #999;
}
.category.column_position ul.child_1 > li.child:hover > a {
  border-right: 0 none;
}
.category.column_position ul li ul span.image {
  margin-bottom: 3px;
}
.line-height {
  font-size: 12px;
  line-height: 24px;
}
.sort .input-group-btn {
  width: auto;
}
.btn-border {
  border: 1px solid #bbb;
}
.btn-border-turquoise {
  border: 1px solid #4ac6dc;
  color: var(--theme);
}
.btn-border-top {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.btn-bg {
  background: var(--theme);
  color: #fff;
}
.btn-gray {
  background: #f5f5f5;
  color: #666;
}
.btn-black {
  background: #696969;
  color: #fff;
}
.img-thumbnail-option {
  margin-left: -15px;
}
.person p {
  margin-bottom: 0;
}
.zachita {
  position: absolute;
  left: 0;
}
.text_zachita.check {
  display: block;
  padding-left: 20px;
  position: relative;
}
.text_p.red {
  color: #a94442;
}
.checkbox.person {
  padding-left: 20px;
}
.checkbox.person.text_person {
  padding-left: 15px;
}
.checkbox.person label {
  padding-left: 0;
}
.option-div .checkbox.person input[type="checkbox"]:checked + label {
  border: 0 none;
}
.header-contact button {
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
}
.header-contact a.openrecall {
  padding-top: 0;
  text-decoration: underline;
}
.header-contact .fa {
  color: var(--theme);
  font-size: 18px;
  margin-right: 5px;
}
.header-contact .fa.fa-chevron-down {
  color: #ff2132;
  font-size: 11px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 4px;
  left: auto;
}
#cart.btn-group.btn-block button span#cart-total {
  background: 0 0 !important;
  border-radius: 45px;
  color: #242a2f;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.divcart hr:not(:first-of-type) {
  height: 2px;
  background: #c5c5c5;
  margin-bottom: 10px;
  margin-top: 10px;
}
.top_line.show #cart i,
.top_line.show #cart-total,
.top_line.show .phone-header .btn{
  color: #fff;
}
.top-line-phone-dropdown {
  display: none;
}
.top_line.show .not-top-line-phone-dropdown {
  display: none;
}

.not-top-line-phone-dropdown a{
    color: #757575;
}


.top_line.show .top-line-phone-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_line .container {
  background-color: #242a2f;
}
.top_line.show {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242a2f;
}
.top_line.show .container {
  background-color: #242a2f;
  width: 100%;
}
.top_line.show .container .row .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.top_line #cart {
  z-index: 8;
}
.top_line #cart.btn-group.btn-block button {
  justify-content: unset;
}
.cart-total-div {
  min-width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-header {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.top_line .phone-header {
  z-index: 10;
}
.top_line .slid + div .phone-header {
  z-index: 8;
}
.phone-header button {
  padding-left: 28px;
}
.header-contact a.openrecall {
  position: relative;
  bottom: 0;
}
.phone-header .fa {
  font-size: 22px;
  left: 0;
  position: relative;
  top: 4px;
}
.top_line .phone-header button {
  position: relative;
  padding-bottom: 0;
}
.top_line .phone-header .fa-phone-square {
  font-size: 42px;
  top: -10px;
}
.top_line.show .phone-header .fa {
  left: -6px;
}
.top_line.show .phone-header .dropdown-menu {
  background-color: transparent;
  top: 48px;
}
.not-top-line-phone-dropdown small {
  display: none;
}
.top-line-phone-dropdown small {
  position: absolute;
  left: 4px;
  top: 4px;
}
.top_line.show .phone-header .dropdown-menu .fa {
  color: var(--theme) !important;
  display: initial !important;
}
.top_line.show .phone-header .dropdown-menu p {
  position: relative;
  padding: 10px;
  margin: 0;
  padding: 21px 10px 21px 25px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #37393d;
  transition: 0.3s;
  text-align: center;
}
.top_line.show .phone-header .dropdown-menu p:hover {
  background-color: rgb(0 0 0);
  transition: 0.3s;
}
.top_line.show .top-line-phone-dropdown .dropdown-menu {
     width: 250px;
    border: none;
    box-shadow: none;
    transform: translate(-50%);
    position: absolute;
    left: 50%;
}
.topline-fa-chevron-down {
  display: none;
}
.top_line.show .topline-fa-chevron-down {
  display: flex;
  position: absolute;
  right: 0 !important;
  left: unset !important;
  font-size: 12px !important;
  color: var(--theme) !important;
  top: calc(50% - 6px);
  right: -5px !important;
}
.top_search {
  margin-top: 5px;
  cursor: pointer;
}
.top_search #search {
  width: 0;
  -webkit-transition: width 1s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: width 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: width 1s ease-in-out, opacity 1s ease-in-out;
  transition: width 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
}
.top_search .fa-search {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  font-size: 23px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 35px;
  position: relative;
  z-index: 10;
  left: 0;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}
.top_search.slid .fa-search {
  border: 1px solid #fff;
  position: relative;
  left: -45px;
  z-index: 10;
  background: #fff;
}
.top_search #search {
  padding-left: 4px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 9;
  left: -4px;
}
.top_search.slid #search {
  opacity: 1;
  width: 80% !important;
}
.top_line .phone-header .fa-chevron-down {
  color: #666;
  font-size: 14px;
  left: auto;
  right: -5px;
}
.phone-header .btn {
  padding-top: 0;
}
.top_line .phone-header .btn {
  padding-bottom: 0;
  margin: 5px;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header_block #wishlist-total {
  display: block;
  padding: 10px;
  background: var(--theme);
  color: #fff;
  border: 0 none;
}
.row-sm-left {
  margin-left: -15px;
}
.category .nav.nav-tabs.more_description {
  margin-bottom: 10px;
}
.category hr {
  margin: 5px 0;
}
.hide_template {
  display: none;
  padding: 10px 0 0;
}
ul.manuf_template li {
  float: left;
  margin-left: 10px;
  border-bottom: none !important;
  margin-bottom: 12px;
}
.category ul.list-unstyled.manuf_template > li {
  margin-right: 10px;
}
.category ul.list-unstyled.manuf_template > li > a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.owl-wrapper-outer {
  box-shadow: 0 0 0 0 #fff;
  border: 0 none;
}
.nav-tabs.categorycarousel > li.active > a,
.nav-tabs.categorycarousel > li.active > a:focus,
.nav-tabs.categorycarousel > li.active > a:hover {
  border: 1px solid #999;
  border-radius: 3px 0;
  background: var(--theme);
  color: #fff;
  text-transform: uppercase;
  border: 0 none;
}
.nav-tabs.categorycarousel > li > a {
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
}
.nav-tabs > li.active > a:hover {
  cursor: default;
}
.options .radio input[type="radio"] {
  display: none;
}
.option input[type="checkbox"] + label,
.option input[type="radio"] + label,
.radio input[type="radio"] + label {
  border-radius: 2px;
  padding: 4px 10px;
  min-height: 20px;
  margin: 0;
  border: 1px solid silver;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.options .option input[type="radio"]:checked + label,
.options .radio input[type="radio"]:checked + label,
.options input[type="checkbox"]:checked + label {
  border: 1px solid #fd4d00;
}
#option_filter .option input[type="radio"]:checked + label,
#option_filter .radio input[type="radio"]:checked + label {
  border: 0 none;
}
.checkbox,
.radio {
  display: inline-table;
  margin-right: 10px;
}
span.append {
  display: block;
  font-size: 9px;
  margin-top: -1px;
  text-align: center;
}
.owl-carousel .owl-buttons div {
  background: grey;
  border-radius: 0;
  height: 80px;
  width: 40px;
}
.owl-carousel .owl-buttons div i {
  margin: 15px 0 0;
}
.owl-carousel .owl-buttons {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.owl-carousel:hover .owl-buttons {
  opacity: 1;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 6px;
}
.header_popup {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-top {
  margin-top: 15px;
}
.padding-bottom {
  padding-bottom: 15px;
}
#review_popup a .fa,
.add_reviews a .fa {
  color: #777;
}
.hidden_template {
  display: none;
}
.text-underline {
  text-decoration: underline;
}
input.form-control[type="color"],
input.form-control[type="date"],
input.form-control[type="datetime-local"],
input.form-control[type="datetime"],
input.form-control[type="email"],
input.form-control[type="month"],
input.form-control[type="number"],
input.form-control[type="password"],
input.form-control[type="search"],
input.form-control[type="tel"],
input.form-control[type="text"],
input.form-control[type="time"],
input.form-control[type="url"],
input.form-control[type="week"],
select.form-control,
textarea.form-control {
  font-size: 15px;
  color: #888;
}
.form-control {
  box-shadow: 0 0 0 #fff;
}
.trapezium {
  -webkit-transform: skew(-2deg);
  -moz-transform: skew(-2deg);
  -o-transform: skew(-2deg);
  transform: skew(-2deg);
}
.trapezium10 {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 7px 0;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb:after {
  -webkit-transform: skew(-1deg);
  -moz-transform: skew(-1deg);
  -o-transform: skew(-1deg);
  transform: skew(-1deg);
  border-radius: 0;
  box-shadow: -1px -1px 1px #e1e1e1 inset;
  padding: 5px 15px 15px;
  z-index: 0;
}
.product-layout .product-thumb.load:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.line-border {
  margin: 0 auto;
  display: block;
}

.line-border {
  border-top: 1px dashed #333;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.white {
  background: #fff;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.top-pagination .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  padding-right: 0;
  padding-top: 9px;
  background: #fff;
  z-index: 2;
}
.categorycarousel .owl-controls .owl-buttons .owl-next,
.categorycarousel .owl-controls .owl-buttons .owl-prev {
  top: 35%;
}
.carous .owl-controls .owl-buttons .owl-next,
.carous .owl-controls .owl-buttons .owl-prev {
  top: 45%;
}
.redcolor {
  color: var(--theme);
}
.input-group > h3 > span {
  background: #696969;
  color: #fff;
  border-radius: 3px 0;
  padding: 6px 15px 8px;
  display: block;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  text-shadow: 2px 1px 0 #333;
  box-shadow: 4px 3px 5px #bbb;
}
.product-thumb .image img {
  color: var(--theme);
  position: relative;
  font-size: 24pt;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.product-layout:not(.product-price):not(.no_image)
  .product-thumb
  .image
  img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    )
    no-repeat -2em 0;
  background-size: 2em 100%;
  -moz-transform: skewX(-50deg);
  -o-transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  z-index: 3;
}
.product-thumb .image img.blink_on:after {
  transition: 1.5s linear;
  background-position: 130% 0;
}
#column-left .reviews > div,
#column-right .reviews > div,
.categorycarousel .owl-carousel .owl-item > div {
  box-shadow: -1px -1px 1px #e1e1e1 inset;
  border-radius: 2px;
  padding: 5px 15px 15px;
}
.border-block {
  border: 1px solid #ddd;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  transform: translate3d(0, 0, 0);
}
.btn-white {
  background: #f1f1f1;
}
.btn-padding {
  padding-left: 25px;
  padding-right: 25px;
}
.hide_description {
  display: none;
}
.more_description {
  background: #f5f5f5;
  cursor: pointer;
  padding: 3px 0;
}
.svernut {
  display: none;
}
.stock_price {
  display: none;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
  padding: 0 6px 2px;
  text-transform: lowercase;
}
.artikul_price {
  font-size: 13px;
}
.sort .btn-group button.active-view {
  background: #696969;
}
.sort .btn-group button.active-view .fa {
  color: #fff;
  text-shadow: 0 0 0 #696969;
}
.cookies-link-text{
    color:red;
    cursor:pointer;
  }
  #cookies_fancytext{display:none;}
  .cookies-yes-button, .cookies-no-button{
    padding: 9px 15px;
    outline: none;
    border: none;   
  -webkit-box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 0px 6px 15px 8px rgba(34, 60, 80, 0.3);
    box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.3);
     background: #fff;
    color: #000;
    border-radius:6px;
    transition: all 0.3s;
    min-width:200px;
  }
  .cookies-yes-button i{  
    color:#285928;

  } 
  .cookies-no-button i{ 
    color:#9f3232;
    
  }
  
  .cookies-yes-button:hover, .cookies-no-button:hover{
    -webkit-box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 6px 15px 8px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.6);
    
  }

  
  
  
  #cookie-popup{
    z-index:999;
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background:#fff;
      -webkit-box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 6px 15px 8px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 6px 15px 2px rgba(34, 60, 80, 0.6);
  }
  
  .cookies-button-div{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    
  }
  
  .cookies-inner-wrapper{
    max-width:100%;
    width:1280px;
    margin-left:auto;
    margin-right:auto;
    padding:25px 10px;
    text-align:center;
    position:relative;
  }

  #cookies_close{
      position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor:pointer;
  }
@media screen and (min-width: 558px) and (max-width: 767px) {
  .product-grid.col-xs-12 {
    width: 50%;
  }
}
@media screen and (max-width: 397px) {
  .list-category .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {

  .subsc ul.list-unstyled > li a{
       height: 50px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .container .articles ul li {     
    flex: 1 400px;
}

  #menu {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
  }
  .category-collapse .dropdown-inner ul.list-unstyled {
    min-width: none;
    display: block;
  }
  .category-collapse .dropdown-inner {
    display: block;
  }
  .category-collapse .dropdown-inner ul {
    display: none;
  }
  .category ul.list-unstyled > li {
    padding: 0;
  }
  .category ul.list-unstyled + ul > li {
    border-top: 1px solid #ddd;
  }
  .category ul.list-unstyled > li + li {
    border-top: 1px solid #ddd;
  }
  .phone-header {
    float: none;
    margin: 0 auto;
  }
  .row-xs-left {
    margin-left: -15px;
  }
}
.open > .dropdown-menu-inner {
  display: block;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: 0 0;
  outline: 0 none;
}
.text-danger {
  color: var(--theme);
}
.top_line {
  background: #242a2f;
  min-height: 35px;
  left: 0;
  position: fixed;
  right: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
  top: 0;
  z-index: 999;
  display: none;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top_line.show {
  opacity: 1;
  background-color: #242a2f;
}
.navbar-category-collapse-top {
  display: none;
}
@media screen and (max-width: 599px) {
  .top_line.show .phone-header .dropdown-menu p {
    padding: 21px 10px 21px 17px;
  }
  .sort > .col-xs-7 {
    margin-bottom: 20px;
    width: 100%;
  }
  .sort > .col-xs-2,
  .sort > .col-xs-3 {
    width: 50%;
  }
  .sort .select-sort {
    float: left !important;
  }
  .top_mobile_block {
    width: 100%;
  }
}
@media screen and (max-width: 497px) {
  .top_search #search {
    margin-top: 0;
    margin-right: 0;
    top: 0;
    border: none;
    left: 16%;
    right: 10px;
    width: auto !important;
  }
  .top_search {
    margin-top: 0;
  }
  .top_search .fa-search {
    line-height: 40px;
  }
  .top_search.slid .fa-search {
    left: -12px;
  }
  .top_line.show {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 68px;
    display: flex !important;
  }
  .top_search .fa-search {
    height: 40px;
    width: 40px;
  }
  .col-xm-1,
  .col-xm-10,
  .col-xm-11,
  .col-xm-12,
  .col-xm-2,
  .col-xm-3,
  .col-xm-4,
  .col-xm-5,
  .col-xm-6,
  .col-xm-7,
  .col-xm-8,
  .col-xm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
  .col-xm-12 {
    width: 100%;
  }
  .col-xm-11 {
    width: 91.66666667%;
  }
  .col-xm-10 {
    width: 83.33333333%;
  }
  .col-xm-9 {
    width: 75%;
  }
  .col-xm-8 {
    width: 66.66666667%;
  }
  .col-xm-7 {
    width: 58.33333333%;
  }
  .col-xm-6 {
    width: 50%;
  }
  .col-xm-5 {
    width: 41.66666667%;
  }
  .col-xm-4 {
    width: 33.33333333%;
  }
  .col-xm-3 {
    width: 25%;
  }
  .col-xm-2 {
    width: 16.66666667%;
  }
  .col-xm-1 {
    width: 8.33333333%;
  }
  .hidden-xm {
    display: none !important;
  }
  .visible-xm {
    display: block !important;
    float: left;
  }
  .top_search {
    position: initial;
  }
  .col-xm-offset-0 {
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumb .printing {
  cursor: pointer;
}
.margin-right {
  margin-right: 15px;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-bottom-2x {
  margin-bottom: 25px;
}
.addthis {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-bottom: 5px;
  padding-top: 7px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: #bbb #bbb transparent;
}
.carous .nav-tabs,
.carous .nav-tabs > li.active > a,
.carous .nav-tabs > li.active > a:focus,
.carous .nav-tabs > li.active > a:hover {
  border: 0 none;
}
.carous .nav > li > a:focus,
.carous .nav > li > a:hover {
  background: 0 0;
}
.carous .nav-tabs > li > a {
  padding: 0 10px 0 0;
}
#option-select {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sku {
  line-height: 38px;
}
.product .price {
  display: flex;
  margin: 10px 0;
  min-height: 60px;
}
.btn-warning-bg {
  background: var(--theme);
  color: #fff;
}
.btn-warning-border {
  border: 1px solid var(--theme);
}
.btn-no-bg {
  background: #fff;
}
.btn-danger {
  background: var(--theme);
  color: #fff;
}
.bg-gray {
  background: #3b3b3b;
}
.padding {
  padding-top: 7px;
  padding-bottom: 7px;
}
.padding2x {
  padding-top: 20px;
  padding-bottom: 20px;
}
.color-white,
a.color-white:hover {
  color: #fff;
}
.footer_head {
  font-size: 15px;
  margin-bottom: 5px;
}
span.footer-size {
  font-size: 12px;
}
.border-radius {
  border-radius: 3px;
}
.btn.text {
  padding-left: 0;
  padding-right: 0;
  text-shadow: 1px 1px 0 #fff;
}
.btn.text-nowrap {
  white-space: normal;
}
.nav-tabs.categorycarousel {
  border: 0 none;
}
.btn:active {
  box-shadow: 0 0 0 #fff;
}
.category .dropdown-menu-inner > li > a {
  background: 0 0;
}
.redcolor {
  color: var(--theme);
}
.graycolor {
  color: #ddd;
}
.openstoremodule .owl-item .caption h4 a {
  color: #666;
  font-size: 14px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev {
  height: 40px;
  width: 30px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev {
  top: 38%;
}
.owl-carousel.openstoremodule .owl-buttons .owl-next i,
.owl-carousel.openstoremodule .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev i {
  font-size: 23px;
  margin: -2px 0 0;
}
.border {
  border: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.img-width {
  width: 100%;
}
.openstoremodule.owl-carousel,
.openstoremodule2 .product-thumb,
.openstoremodule2.owl-carousel {
  margin-bottom: 0;
}
.padding0 {
  padding-left: 0;
  padding-right: 0;
}
.openstoremodule .owl-wrapper-outer,
.openstoremodule2 .owl-wrapper-outer {
  border-radius: 0;
}
.caption span.gray {
  font-size: 12px;
}
.openstoremodule {
  position: relative;
}
.openstoremodule .title-banner,
.openstoremodule2 .title-banner {
  background: #fff;
  position: absolute;
  opacity: 0.74;
  padding: 10px;
}
.openstoremodule .title-banner {
  bottom: 35px;
  left: 50%;
  margin: 0 auto 0 -35%;
  text-align: center;
  width: 70%;
}
.openstoremodule2 .title-banner {
  top: 15px;
  left: 15px;
  text-align: left;
}
.openstoremodule h3 {
  margin-top: 5px;
}
.box-shadow {
  box-shadow: 0 4px 7px #bbb;
  position: relative;
  z-index: 9;
}
.footer_viewed {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer_fixed .bg-gray {
  background: #eee;
}
.footer_fixed .bg-gray > .container,
.footer_fixed .bg-gray > .container > .owl-carousel {
  background: 0 0;
}
.span-price-old {
  text-decoration: line-through;
}
#carousel_viewed {
  margin-bottom: 0;
  padding: 20px 0;
}
#carousel_viewed .btn-white {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  width: 150px;
}
#carousel_viewed .btn-white a,
#carousel_viewed .btn-white img {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
#carousel_viewed .owl-controls .owl-buttons .owl-next,
#carousel_viewed .owl-controls .owl-buttons .owl-prev,
.news .owl-controls .owl-buttons .owl-next,
.news .owl-controls .owl-buttons .owl-prev,
.reviews .owl-controls .owl-buttons .owl-next,
.reviews .owl-controls .owl-buttons .owl-prev {
  top: 28%;
}
.descrip {
  display: block;
  font-size: 12px;
  padding: 0 15px;
  text-align: justify;
}
#logo img,
#logo img:focus {
  outline: 0 none;
  max-width: 250px;
  width: 100%;
}
.product .rating {
  padding-bottom: 10px;
}
.product .cart_block .quantity-input .minus1,
.product .cart_block .quantity-input .plus1 {
  line-height: 32px;
}
.product-list a.cheapering {
  position: relative;
  top: 7px;
}
#option_filter .text_more_group a strong {
  font-weight: 400;
}
.btn {
  font-size: 14px;
}
.reviews .owl-item > div .name {
  text-align: left;
}
.reviews .rating {
  margin-bottom: 15px;
}
.slideshow .owl-controls .owl-buttons .owl-next,
.slideshow .owl-controls .owl-buttons .owl-prev {
  top: 32%;
}
.go_filter_mobile_block {
  border-radius: 10px;
  background: 0 0;
  box-shadow: none;
}
#home_filter {
  margin-bottom: 0;
}
#home_filter .btn-border {
  box-shadow: 2px 3px 2px #bbb;
  margin-bottom: 12px;
}
#home_filter .clearfix .btn-border:last-child {
  margin-bottom: 0;
}
.filter .text_more_group a {
  color: #000;
  text-decoration: underline;
}
a.addthis_button_tweet {
  margin-right: 20px;
}
@media (max-width: 466px) {
  .top-pagination .owl-controls .owl-pagination {
    top: 42px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
  header .phone-header .fa {
    top: -10px;
  }
  .header-contact {
    padding: 25px 0;
  }
  .phone-header {
    line-height: normal;
  }
}
.top_line .phone-header .openrecall {
  display: none;
}
body:not([class*="product-category-"]):not([class*="product-product-"])
  .breadcrumb {
  display: block !important;
}
.breadcrumb li {
  text-wrap: wrap !important;
}
.breadcrumb + .breadcrumb {
  display: none;
}
#home_filter.options .option input[type="radio"]:checked + label,
#home_filter.options .radio input[type="radio"]:checked + label,
#home_filter.options input[type="checkbox"]:checked + label {
  border: 0 none;
}
@media (max-width: 767px) {
  .header-contact {
    left: 50%;
    margin-left: -125px;
    margin-top: 25px;
    position: relative;
    width: 100%;
  }
}
#tab-description img {
  max-width: 100%;
}
.quickblock {
  display: none;
}
#cart.open > .dropdown-menu,
#cart > .dropdown-menu {
  display: none;
}
.quantity-input-cart {
      display: flex;
    flex-direction: row;
    padding-left: 12px;
    padding-right: 12px;
    width: 100% !important;
    position: relative;
}
.cart-modal-row .quantity-input-cart {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.cart-modal-row .quantity-input-cart > * {
    height: 20px;
    flex: 1;
    width: 33% !important;
    text-align: center;
}

.cart-modal-row .cart-modal-inner-img{
width: 70px;
height: 70px;
}



.quantity-input-cart span {
  border: 1px #cbcbcb solid;
  background-color: #fff;
  color: rgba(33, 33, 33, 1);
  flex: 1;
  height: 39px;
  transition: 0.3s;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animation-small-btn{
  width: 43px;
  border-radius: 9px;

}

.slim-category .product-counter{
  width: 130px;
}

#account-account #content h2{
     background-color: #242a2f;
    padding: 10px;
    color: #fff;   
    font-size: 17px;
    display: flex;
    margin: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  
}


#account-account #content ul li a{
       font-size: 16px;
    padding: 10px;
    background: #f5f5f5;
    color: #242a2f;
    border-radius: 0;
 
    display: flex;
   
    transition: 0.5s;
    border-bottom: 1px solid #e3e3e3;
  }

  #account-account #content ul li:last-child a{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;


  }

  #account-account #content ul li a:hover{
 background-color: #b3b3b3;
    transition: 0.5s;
  }


@media (max-width: 1136px) {
.container .articles ul li{
  flex: 1 50%;
}
}

@media (max-width: 890px) {
.bg-header{
      margin: 0;
    width: 100% !important;

}
}




@media (max-width: 767px) {
.container .articles ul li{
  flex: 1 100%;
}

  

#search_tablet{
  padding-left: 10px;
  padding-right: 10px;
}

#search_tablet div{
  margin-right: 0;
  margin-left: 0;
}


  
  #account-account #content ul li a{
    padding-left:10px;
    padding-right:10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}









.divcart .quantity-input-cart span {
  background: #ebebeb;
}
.quantity-input-cart span:hover {
  transition: 0.3s;
  background-color: #f0f0f0;
  cursor: pointer;
}
.quantity-input-cart span:active {
  transition: 0.3s;
  background-color: #8f8f8f;
  scale: 1.1;
}
.quantity-input-cart span .fa {
  font-size: 12px;
}
.quantity-input-cart .minus-cart,
.quantity-input-cart .plus-cart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
}
.product-counter .minus1,
.quantity-input-cart .minus-cart {
  top: 0;
  border-radius: 10px 0 0 10px;
  left: 0;
}
.product-counter .plus1,
.quantity-input-cart .plus-cart {
  top: 0;
  border-radius: 0 10px 10px 0;
  right: 0;
}

.product-multistore {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
}

.product-multistore .multistore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
}

.product-multistore .multistore h3, .small-multistore .multistore h3 {
    color: #757575;
    font-family: Montserrat, Verdana;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 139%;
    margin-bottom: 0;
    margin-top: 0;
}

.product-multistore .multistore .list-group {
    margin-bottom: 6px;
}


.product-multistore .multistore .list-group-item {   
        background: #2eb936; 
    border: 8px;
    border-radius: 8px;
}

.product-multistore .multistore b{
  color: #fff;
  font-weight: 400;

}



.product-multistore .multistore .badge{
  background-color: transparent;
}






.multistore .list-group-item {
    padding: 5px 10px;
    margin-right: 15px;
    background: #242a2f;
}


.product-multistore 




.quantity-input-cart input {
  border-top: 1px #cbcbcb solid;
  border-bottom: 1px #cbcbcb solid;
  border-right: none;
  border-left: none;
  background-color: #fff;
  color: rgba(33, 33, 33, 1) !important;
  flex: 1;
  text-align: center;
  outline: 0;
  height: 39px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
}
.padding-top {
  padding-top: 15px;
}
.divcart ul.list-unstyled > li > .row:nth-child(2n + 1) {
  background: #f9f9f9;
}
.divcart small {
  color: #000;
  font-weight: 600;
}
.openrecall.hiden {
  visibility: hidden;
}
.product-card-wrapper {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 25px 35px;
  margin-bottom: 64px;
  border-radius: 10px;
}
.product-card-outline {
  padding: 12px 0;
  border-radius: 10px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-card-price-wrapper {
  border-radius: 10px;
  background: #f3f3f3;
  padding: 15px 15px 15px 15px;
}
.btn-absolute {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
#content + .carous {
  clear: both;
}
#content .list-group a {
  border: none;
}
.index-manufacturer-card {
  height: 95px;
  width: 95px;
  transition: 0.5s;
  display: flow;
  text-align: center;
  display: flex;
  min-width: 160px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.index-manufacturer-card-outer {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
  flex: 1 200px;
  position: relative;
  padding-bottom: 40px;
}
.index-manufacturer-card-outer > a {
  background-color: #e5e5e5;
}
.index-manufacturer-card-subcategories {
  background: #000;
  color: #fff !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 40px;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  transition: 0.5s;
  transition-timing-function: linear;
  position: absolute;
  padding-right: 10px;
  left: 10px;
  right: 10px;
  border-top: none !important;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.index-manufacturer-card-subcategories.man-card-open {
  transition: 0.5s;
  transition-timing-function: linear;
  border-left: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  border-bottom: 1px solid var(--theme);
  border-style: inset;
}
.man-card-z {
  z-index: 3;
}
.index-manufacturer-card-fa.man-fa-z {
  z-index: 4 !important;
}
.index-manufacturer-card-subcategories a {
  color: #fff;
  margin-right: 6px;
  border-radius: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.index-manufacturer-card-subcategories a:hover {
  color: var(--theme);
}
.index-manufacturer-card-fa {
  display: none;
  z-index: 2;
}
.index-manufacturer-card-fa.fa-show {
  display: flex !important;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  bottom: 3px;
  right: 10px;
}
.index-manufacturer-card-fa.fa-open {
  color: var(--theme) !important;
}
.index-manufacturer-card-fa::before {
  transition: 0.5s;
}
.index-manufacturer-card-fa.fa-open::before {
  transition: 0.5s;
  rotate: -180deg;
}
.index-manufacturer-card-subcategories .list-group-item {
  display: none;
}
.index-manufacturer-card a span {
  font-size: 14px;
}
.categories-main-list img {
  max-width: 90px;
  height: auto;
}
.categories-main-list a {
  transition: 0.3s;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.categories-main-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#column-left .product-blog,
#column-right .product-blog {
  width: 100% !important;
}
.product-blog .product-thumb > .row {
  margin: 0;
}
.top_search.slid .fa-search {
  z-index: 11;
}
.top_search #search {
  z-index: -1;
}
.top_search.slid #search {
  z-index: 10;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
.multistore .list-group-item {
  padding: 5px 10px;
  margin-right: 15px;
}
.multistore .list-group-item .list-group-item-heading {
  margin-bottom: 3px;
  margin-top: 3px;
}
.price input {
  text-align: right;
}
.icon-rub {
  margin-left: 5px;
  margin-top: 3px;
  font-family: inherit;
  color: #888;
}
.quantity-block {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-right: 10px;
  justify-content: space-between;
}
#tab-home .price input {
  max-width: 100px;
  font-size: 18px;
}
#tab-home .price .icon-rub {
  margin-top: 6px;
  font-size: 17px;
}
.common-home #content div h2:first-child {
  margin-top: 6px;
}
#custom-field2,
#custom-field7 {
  display: none !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

.social-header-div ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.social-header-div ul li{
  flex: 1 190px;
}

.drop-animation-opener{
  cursor: pointer;
}



.header-drop-opener{height: 60px;}



.social-header-div ul li a{
    height: 60px;
    transition: 0.3s;  
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    text-wrap: nowrap;
}

.quickcheckout-content{
  overflow: visible;
}

.quick-product-card{
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}


.quick-product-card .qiuck-product-cell.name {
  text-align: left;
}

.quick-product-card .out_stock{
    
    background: var(--theme);
    color: #fff;
}



.qiuck-product-cell-inner.quantity .button-update:first-of-type{
      border-radius: 8px 0 0 8px;  
}
.qiuck-product-cell-inner.quantity .button-update:last-of-type{
    border-radius: 0 8px 8px 0; 
}

.qiuck-product-cell-inner.quantity .button-update{
  position: relative;
      background: #ebebeb;
    outline: 0;
    color: #000;
     width: 39px;
}

.qiuck-product-cell{padding-left: 10px;padding-right: 10px;
}

.qiuck-product-cell.image{flex:0;min-width: 80px;}
.qiuck-product-cell.image img{width: 70px; height: 70px;}
.qiuck-product-cell.name{flex:2;min-width: 100px;display: flex;justify-content: center;text-align: center;}

.qiuck-product-cell.price-quantity-total{flex:1;min-width: 400px;display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
.qiuck-product-cell-inner.quick-price1{flex:1; min-width: 120px;text-align: center;}
.qiuck-product-cell-inner.quantity{flex:1; min-width: 140px;}
.qiuck-product-cell-inner.quick-total{flex:1; min-width: 120px;text-align: center;}
.qiuck-product-cell.trash-button-quickcheckout{flex:0;}

.qiuck-product-cell-inner.quantity input{border-left: none;border-right: none;border-color: #e9e9e9;}

@media (max-width: 1279px) {
.qiuck-product-cell.image{flex:0;min-width: 100%;}
.qiuck-product-cell.name{flex:2;min-width: 100%;text-align: center;}
.qiuck-product-cell-inner.quick-price1{flex:1; min-width: 130px;text-align: center;}
.qiuck-product-cell-inner.quantity{flex:1; min-width: 150px;}
.qiuck-product-cell-inner.quick-total{flex:1; min-width: 130px;text-align: center;}
.qiuck-product-cell.trash-button-quickcheckout{flex:0;min-width: 100%;}
.qiuck-product-cell{margin-bottom: 12px;}
}


@media (max-width: 512px) {
.qiuck-product-cell.price-quantity-total{min-width: 100%;}
.qiuck-product-cell-inner.quick-price1{flex:1; min-width: 100%;text-align: center;}
.qiuck-product-cell-inner.quantity{flex:1; min-width: 100%;}
.qiuck-product-cell-inner.quick-total{flex:1; min-width: 100;text-align: center;}
.qiuck-product-cell-inner.quantity .button-update, .qiuck-product-cell-inner.quantity input{width: 33%;}

}

.quick-product-card .drop-animation-opener-wrapper{width: calc(100% - 39px);};
.quick-product-card .drop-animation-opener{

  justify-content: left;
}
.quick-product-card .drop-animation-opener > p{
  font-size: 12px;
}

.qiuck-product-cell.remove>button{
width: 39px;
height: 39px;
}

.qiuck-product-cell-inner.quantity{    

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.qiuck-product-cell-inner.quantity > *{
  height: 39px;
}

.quick-product-card .drop-animation-inner{
  justify-content: start;
}




.social-header-div ul li a:hover{
  transition: 0.3s;
  background-color: #e7e7e7;
}

.social-header-div ul li img{
width: 30px;
height: 30px;
  transition: 0.3s;
}

.social-header-div ul li:hover img{
transition: 0.3s;
scale: 1.1;
}

.social-header-div span{
  color: #666666;
}


.product-thumb > .row{
  display: flex;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}



@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 1280px) {
  .price-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .quantity-block .button-group {
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .top_line .container {
    width: auto;
  }
}
.product-card-price-wrapper #button-cart-product {
  max-width: 100%;
  min-width: unset;
}
@media screen and (max-width: 991px) {
  .icon_mobile_filter {
    border-top: 1px solid #242a2f;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background: var(--theme);
    margin-bottom: 12px !important;
    margin-left: auto;
    margin-right: auto; 
    background: #242a2f !important; 
    float: none !important;
  }
  .visible-sm {
    display: block !important;
    float: left;
  }
  .align-items-stretch {
    padding: 0 !important;
  }
  .quickcheckoutleft,
  .quickcheckoutright {
    width: 100% !important;
  }
  .sale-popular {
    justify-content: center;
  }
  .product-price-div {
    text-align: center;
  }
  .fcc-md {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .best-deals-item {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 15px;
  }
  .best-deals-item-1,
  .best-deals-item-2 {
    height: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 825px) {

.top_line.show .phone-header .dropdown-menu{
top:46px;

}


  .header_block {
    display: inline-flex;
    width: 100%;
  }
  .product-price .product-thumb .price {
    display: inline-flex;
    float: none;
    margin: 0;
    margin-right: 10px;
  }
  .price input {
    max-width: 100px !important;
  }
  .multistore {
    transition: 0.3s;
    display: table-caption;
    min-width: 150px;
    transition: 0.3s;
    display: table-caption;
    min-width: 150px;
    margin: 0 auto;
  }
  .phone-header .fa {
    display: none;
  }
  .phone-header {
    width: 100%;
    position: relative;
    float: right;
    margin: 0 auto;
    text-align: center;
  }
}
.best-deals-item div div {
  z-index: 1;
}
@media screen and (max-width: 767px) {

.category .nav > li > a{
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
}









#top-links ul li{
  width: 100%;
}


  .product-card-wrapper {
    padding: 10px;
  }
  @media (max-width: 478px) {
    :root {
      --padding-x: 5%;
    }
    .col-sm-12,
    .col-xs-12 {
      padding-left: 8px;
      padding-right: 8px;
    }
  }
  .product-card-section .slider-nav .slick-track > div > div {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #fafafa;
    width: 55px !important;
    height: 55px !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-card-section .slider-nav .slick-track > div > div img {
    width: 36px;
    height: 36px;
  }
  .product-card-section .slider-nav {
    width: 90%;
  }
  .product-card-section .slider-nav-next,
  .product-card-section .slider-nav-prev {
    background: 0 0;
    outline: 0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    transition: 0.5s;
  }
  .product-card-section .slider-nav-next:hover,
  .product-card-section .slider-nav-prev:hover {
    background-color: #dadada;
    transition: 0.5s;
  }
  .product-card-section .slider-nav-prev {
    margin-bottom: 0;
    margin-right: 12px;
    transform: rotate(-90deg);
  }
  .product-card-section .slider-nav-next {
    margin-top: 0;
    margin-left: 12px;
    transform: rotate(-90deg);
  }
  .product-card-section .slider-nav-next:active,
  .product-card-section .slider-nav-prev:active {
    background-color: #8f8f8f;
  }
  .rotate-slider-div {
    flex-direction: row;
  }
  .product-list .product-thumb .button-group {
    border-left: none;
  }
  .cart-modal-inner {
    flex-direction: column;
  }
  .cart-modal-inner > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .best-deals-item h4,
  .best-deals-item h6 {
    color: #fff;
  }
  .header_block {
    margin-bottom: 12px;
  }
  #logo img {
    outline: 0 none;
    max-width: 60%;
    margin: 0 auto;
  }
  #top-links {
    line-height: inherit;
    padding: 5px 0;
    margin: 10px auto;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #top-links > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-contact {
    left: unset;
    position: relative;
  
    margin: 0 auto;
    padding: 0;
  }
  .header-contact a.openrecall {
    position: relative;
    margin-left: 0;
    bottom: -3px;
    font-size: 20px;
  }
  .phone-header button {
    padding: 0;
  }
  #content .sort {
    display: flex;
  }
  .product-layout .product-thumb .caption {
    position: relative;
    display: block;
    z-index: 10;
  }
  .top_line .phone-header .btn {
    line-height: 22px;
  }
  .top_line .phone-header .fa-phone-square {
    top: 0;
  }
  .top_line .phone-header .fa-chevron-down {
    top: 4px;
  }
}
h6.gt {
  font-weight: 400;
  font-size: 1em;
}

.phone-header-small:not(.top_line .phone-header-small){
  display: none;
}

.top_line .phone-header-small{
      position: absolute;
    bottom: -12px;
    left: 39%;
        color: #919191 !important;
}






.filter .ui-corner-all {
  border-radius: 5px;
  height: 8px;
}
.filter .ui-slider .ui-slider-handle {
  background: url(../image/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  margin-top: -5px;
  width: 25px;
  cursor: pointer;
  border-radius: 25px;
}
.filter .ui-widget-header {
  background: #d3d3d3 !important;
}
.filter .ui-slider .ui-slider-handle:focus-visible {
  border: 1px solid #bf2828;
  outline: 0;
}
#column-right .pupop-filter {
  display: flex;
  flex-direction: column;
  width: 200px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  min-width: unset;
}
#option_filter .checkbox-group h4 strong,
#option_filter .checkbox-group-price h4 strong {
  border-bottom: none !important;
}
#option_filter {
  margin-top: 36px;
}
.category_filter_outline {
  display: inline-block;
  padding: 4px 12px 4px 12px;
  background-color: #f1f1f1;
  border-radius: 12px;
  margin-bottom: 6px;
  margin-left: 4px;
}
.options_container_filter {
 
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  flex-direction: row;
  flex-wrap: wrap;

}
.options_container_filter > * {
  margin-right: 6px;
}
.btn-animation:disabled,
.btn-animation:disabled:active,
.btn-animation:disabled:hover,
.btn-animation[disabled],
.btn-animation[disabled]:active,
.btn-animation[disabled]:hover,
.minus1:disabled,
.minus1:disabled:active,
.minus1:disabled:hover,
.minus1[disabled],
.minus1[disabled]:active,
.minus1[disabled]:hover,
.plus1:disabled,
.plus1:disabled:active,
.plus1:disabled:hover,
.plus1[disabled],
.plus1[disabled]:active,
.plus1[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  background-image: none;
}
:disabled,
[disabled] {
  cursor: not-allowed !important;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input[type="number"] {
  -moz-appearance: textfield;
}
.not-active-link > label > .category_filter_outline {
  background: repeating-linear-gradient(
    -60deg,
    #555 0,
    #555 1px,
    transparent 1px,
    transparent 5px
  );
  color: #000;
  cursor: not-allowed;
}
.select-sort > ul {
  padding: 0;
  border: none;
}
.select-sort > ul > li {
  padding: 6px 12px;
  transition: 0.3s;
}
.select-sort > ul > li > a:hover {
  background-color: unset;
}
.select-sort > ul > li:hover {
  background-color: #f5f5f5;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .select-sort-left .dropdown-menu-inner {
    left: 0;
    right: auto;
  }
  .select-sort-right .dropdown-menu-inner {
    right: 0;
    left: auto;
  }
}
@keyframes jump-animation-plus {
  from {
    top: 0;
  }
  to {
    top: -56px;
  }
}
@keyframes jump-animation-minus {
  from {
    top: -5px;
  }
  to {
    top: -61px;
  }
}
.jump-item {
  height: 100%;
  top: 0;
  position: absolute;
  font-size: 28px;
  font-weight: 800;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jump-item-plus {
  color: #f02020;
  animation-name: jump-animation-plus;
}
.jump-item-minus {
  color: #151541;
  animation-name: jump-animation-minus;
}
.loader-div {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #00000029;
  z-index: 99999;
}
@keyframes w_deleting {
  from {
    opacity: 1;
    max-height: fit-content;
  }
  to {
    opacity: 0;
    margin: 0;
    padding: 0;
    max-height: 0;
    border: 0;
  }
}
.w_deleting {
  animation-name: w_deleting;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.w_loader {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid;
  animation-name: loader-circle;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  border-color: var(--theme) var(--theme) var(--theme) transparent;
}
.loader-item {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid;
  animation-name: loader-circle;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  border-color: var(--theme) var(--theme) var(--theme) transparent;
}
a:active body .loader-div {
  display: flex;
}
@keyframes loader-circle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner-wrapper {
  background: linear-gradient(45deg, #070808bf, #000000c2);
  padding: 10px;
  transition: 0.5s;
}
.best-deals-item:hover .banner-wrapper {
  box-shadow: 0 0 50px #000;
  transition: 0.5s;
  background: linear-gradient(45deg, #070808, #000000c2);
}
.filter_cloud_mobile #option_filter {
  margin-top: 0;
}
@media (max-width: 768px) {


  .banner-wrapper {
    background: linear-gradient(45deg, #242a2f, transparent);
    box-shadow: 0 0 50px #000;
  }
  .best-deals-item:hover .banner-wrapper {
    background: linear-gradient(45deg, #242a2f, transparent);
    box-shadow: 0 0 50px #000;
  }
 
  .header_block {
    margin-bottom: 0;
  }
  .header_block {
    background-color: var(--theme);
  }
  :root {
    --box-shadow: 4px 4px 15px 5px #8f8f8f;
  }
}
.span-cart-counter {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  position: relative;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.span-cart-counter-div {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme);
  min-width: 40px;
  min-height: 40px;
  border-top-right-radius: 5px;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.nbsp6::before {
  content: "";
  width: 10px;
  height: 10px;
}
.nbsp12 {
  margin-left: 12px;
}
.search-label {
  color: #000;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}

.search_category_id {
  outline: 0 !important;
  width: 100%;
}
.modal-weiss-inner {
  box-shadow: var(--box-shadow);
  padding: 10px;
  background: #fff;
  border-radius: 16px;
  max-width: 94%;
  width: 360px;
}


.modal-weiss-inner-mid{ width: 460px;padding-left: 20px;padding-right: 20px;}


.category-items a {
  border-radius: 20px;
  padding: 12px 10px;
  gap: 10px;
  transition: 0.5s;
  font-size: 14px;
  line-height: normal;
  margin: 10px 10px;
  display: block;
  min-width: 82px;
  text-align: center;
  transition: 0.3s;
  background: #434343;
  color: #fff;
}
.category-items a:hover {
  background: #d1d1d1;
  transition: 0.3s;
  color: #666666;
}


.modal-weiss h6{
      margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-align: center;
}


.modal-weiss {
  background: rgb(0 0 0 / 40%);
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 1000;
  transition: 0.5s;
  opacity: 0;
  overflow-y: scroll;
}




.modal-weiss.show {
  display: flex !important;
  opacity: 1;
  transition: 0.5s;
}
.information-form-cus {
  box-shadow: var(--box-shadow);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  min-height: 150px;
  margin-bottom: 56px;
}
.w-big {
  max-width: 800px;
}
.w-mid {
  max-width: 500px;
}
.w-small {
  max-width: 390px;
}
.information-form-cus-main {
  padding: 40px 4% 7% 4%;
}
.information-form-cus-footer {
  width: 100%;
  padding: 12px 10px 5px 10px;
  left: 0;
  bottom: 0;
  background: #242a2f;
  color: #fff;
  margin-top: auto;
}
.w_hide {
  display: none;
}

.information-information  #content ul{
      list-style: none;
    padding-left: 20px;
}

.information-information #content ul li:before{
    float: none !important;
    margin-left: 0 !important;
    content: "" !important;
    width: 4px;
    height: 4px;
    background-color: #bb0000;
    transform: translateY(-50%);
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.information-information #content b{
  color: #000;
}

#help ul:before{
display: none !important;
}

 #help ul li:before{
display: none !important;
}

 #help b{

}

.account-affiliate-add input[type="checkbox"]{
      width: 20px;
    height: 20px;
    top: 3px;
    position: relative;
     accent-color: var(--theme);
}


.weiss-agree-modal{
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.weiss-agree-modal .about-div-page-img-section div{
width: 100%;
}
.weiss-agree-modal .about-div-page-img-section  .about-div-page-img{
  display: none;
}

@keyframes w_rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.w_cart_loader {
  width: 26px;
  height: 26px;
  border: 4px solid;
  border-color: var(--theme) var(--theme) var(--theme) transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: 0;
}
.w_cart_loader_id {
  width: 24px;
  height: 24px;
  border: 4px solid;
  border-color: var(--theme) var(--theme) var(--theme) transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: calc(50% - 12px);
  bottom: calc(50% - 12px);
}
.w_loader_quick {
  width: 30px;
  height: 30px;
  border: 4px solid;
  border-color: var(--theme) var(--theme) var(--theme) transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: calc(50% - 15px);
  bottom: calc(50% - 15px);
}
.w_cart_loader_card-confirm-small {
  width: 80px;
  height: 80px;
  border: 16px solid;
  border-color: #919191 transparent #919191 transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 3;
}
.w_cart_loader_id_quick {
  width: 100px;
  height: 100px;
  border: 12px solid;
  border-color: #919191 transparent #919191 transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 3;
}
.cart-modal-row b {
  color: #000;
}
.w_total_wrapper {
  filter: blur(0);
  transition: 0.5s;
}
.card-counter-total-div {
  transition: 0.7s;
  opacity: 1;
}
.w_blur {
  transition: 0.1s;
  opacity: 0;
}
.cart-modal-trash-button {
  border-radius: 11px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  right: -1px;
  bottom: -5px;
  background-color: #737373;
}
.trash-button-quickcheckout {
  color: #fff;
  border-radius: 11px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #737373;
  width: 39px;
  height: 39px;
  transition: 0.5s;
}
.trash-button-quickcheckout:hover {
  background: var(--theme);
  color: #fff;
  transition: 0.5s;
}
.cart-modal-trash-button .fa {
  color: #fff;
}
.cart-modal-inner-img {

  max-height: 150px;
  object-fit: cover;
  margin-bottom: 5px !important;
  border-radius: 10px;
}
.cart-modal-inner-a {
  width: 100%;
  height: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
}


.quick-special{
      text-decoration: line-through;
    color: var(--theme);
    font-size: 12px;
}



@media (max-width: 767px) {




 .bg-header .header-contact{
  margin-left: 0;
  margin-right: 0;
}
}
.path-categories {
  border-radius: 20px;
  background: #f7f7f7;
  padding: 12px 10px;
  gap: 10px;
  transition: 0.5s;
  color: #757575;
  font-size: 14px;
  line-height: normal;
  margin: 10px 14px;
  display: block;
  min-width: 82px;
  text-align: center;
  transition: 0.3s;
}
.path-categories:hover {
  background: #d1d1d1;
  transition: 0.3s;
}
@keyframes btn-add-to-cart-animation {
  0% {
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    top: -56px;
  }
  100% {
    opacity: 0;
  }
}
.jump-outer {
  position: relative;
}
.jump-outer article {
  z-index: 1;
}
.jump-outer button {
  z-index: 2;
}
article.jump-add {
  animation-name: btn-add-to-cart-animation;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  right: 0;
  background-color: #19bb15;
  position: absolute;
  padding: 10px 20px 10px 14px;
  border-radius: 20px;
  color: #fff !important;
  z-index: 1;
  box-shadow: 0 0 2px 0 #000;
  min-width: fit-content;
  text-wrap: nowrap;
}
article.jump-add .fa {
  margin-right: 10px;
  color: #fff !important;
}
.not-logged-cart .cart-total-div {
  display: none !important;
}
@keyframes popular-repeat-gradient {
  0% {
    background-position: initial;
  }
  100% {
    background-position: 100px 0;
  }
}
.stiker-module-popular > span,
.stiker-popular-product > span {
  background: repeating-linear-gradient(
    45deg,
    #c589ad,
    #c589ad 5%,
    #7c00ff 5%,
    #7c00ff 10%
  );
  background-size: 100px 100px !important;
  animation: popular-repeat-gradient 2s linear infinite;
}
.w_recommend-loader {
  width: 80px;
  height: 80px;
  border: 16px solid;
  border-color: #919191 transparent #919191 transparent;
  border-radius: 50%;
  animation-name: w_rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 3;
  display: none;
}
.w_recommend-loader.multistores-loading {
  display: flex;
}
.product-thumb {
  position: relative;
}
.category-breads-outline {
  border-radius: 25px;
  background: #434343;
  padding: 6px 15px;
  gap: 10px;
  transition: 0.5s;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 6px;
  display: block;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.category-breads-outline-name {
  margin-bottom: 6px !important;
}
.category-breads-outline:hover {
  background: var(--theme);
  color: #fff;
  transition: 0.3s;
}
.category-breads-outline-outer .fa-chevron-right:first-child {
  display: none;
}
.category-breads-outline-outer .fa-chevron-right:not(:first-child) {
  color: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Улучшенные стили для блока принадлежности */
.category-breads-outline-outer {
  margin-bottom: 20px;
}

.category-breads-outline-outer h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.category-breads-outline-outer .d-flex.flex-row {
  margin-bottom: 10px;
}

.category-breads-outline-outer .fa-chevron-right {
  margin: 0 8px;
  font-size: 12px;
  color: #666;
}

.category-breads-outline-outer .fa-chevron-right:last-child {
  display: none !important;
}

/* Стили для пустых элементов */
.category-breads-outline[href=""] {
  display: none;
}

.category-breads-outline:empty {
  display: none;
}

/* Анимация при наведении */
.category-breads-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .category-breads-outline-outer .d-flex.flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .category-breads-outline-outer .fa-chevron-right {
    display: none !important;
  }
  
  .category-breads-outline {
    margin-bottom: 5px;
  }
}
.w_stock_div {
     position: absolute;
    bottom: -1px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: fit-content;
    left: -1px;
    border-bottom-left-radius: 11px;
    overflow: hidden;
    width: fit-content;
    text-wrap: nowrap;
    z-index: 1;
}
.w_stock_div p {
  margin: 0;
  width: 100%;
}

.quick_stock_div{
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-width: fit-content;
  right: 0;
  border-top-right-radius: 11px;
  overflow: hidden;
  width: fit-content;
  text-wrap: nowrap;


}

.quick_stock_div p{
     border-top-left-radius: 10px;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
}




.w_popular_div {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  right: 0;
  z-index: 1;
  top: 5px;
}
.w_special_div {
  position: absolute;
  left: 0;
  top: -6px;
  transform: translate(-100%, 0);
}
.cart-modal-inner-img-div {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .cart-modal-inner-img-div {
    padding-left: 10px;
    padding-right: 10px;
  }

}
.cart-modal-title {
     color: #000;
    /* border-bottom: 2px solid #bdbdbd; */
    font-weight: 700;
    display: flex;
    justify-content: start;
    text-decoration: underline;
    text-align: left;
}
.quickcheckout-cart .card-outer {
  position: relative;
}
.w_special_div > span {
  margin-right: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 3px;
  position: relative;
  top: 4px;
  color: #fff;
  background: #cf1212;
}
.w_popular_div > span {
  margin-right: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 3px;
  position: relative;
  top: 4px;
  color: #fff;
  background: repeating-linear-gradient(
    45deg,
    #c589ad,
    #c589ad 5%,
    #7c00ff 5%,
    #7c00ff 10%
  );
  background-size: 100px 100px !important;
  animation: popular-repeat-gradient 2s linear infinite;
}
.quickcheckout-content .button-update {
  background: #ebebeb;
  outline: 0;
}
.quickcheckout-content .button-update:hover {
  transition: 0.3s;
  background-color: #f0f0f0;
  cursor: pointer;
}
.quickcheckout-content .button-update:active {
  transition: 0.3s;
  background-color: #8f8f8f;
  scale: 1.1;
}
.w_select_header {
  text-align: left;
  margin-bottom: 0;
  border: 1.2px solid rgba(230, 227, 224, 1);
  border-radius: 16px;
  padding: 6px 12px 6px 12px;
  position: relative;
}
.w_select_header i {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.w_select_outer {
  width: 100%;
  position: relative;
}
.w_select_ul {
  position: absolute;
  z-index: 800;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding-left: 0;
}
.w_select_ul option {
  padding-top: 6px;
  padding-bottom: 6px;
}
.w_select_ul .w_cat_1 {
  padding-left: 6px;
  background-color: #b00;
  color: #fff;
}
.w_select_ul .w_cat_2 {
  background: #393939;
  color: #fff;
  padding-left: 20px;
}
.w_select_ul .w_cat_3 {
  background: #fff;
  padding-left: 30px;
}
.w_click {
  scale: 1.05;
  transition: 0.5s;
}
.product_img_check_div:has(.product_img_check_img) {
  display: none !important;
}
.btn-add-to-cart-once {
  z-index: 2;
}
.fancybox-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fa-cart-cus {
  color: #7d7d7d;
  font-size: 12px;
}
.out_stock {
  color: var(--theme);
}
.breadcrumb a {
    white-space: normal !important;
    color: #666666;
    min-width: 18px;
    min-height: 18px;
    position: relative;
    display: flex;
}
.btn-animation.reding {
  background: repeating-linear-gradient(
    45deg,
    red,
    red 25%,
    #810a0a 25%,
    #810a0a 50%
  );
  background-size: 100px 100px !important;
  animation: popular-repeat-gradient 2s linear infinite;
}
.btn-animation.reding:hover {
  color: #fff;
  background: repeating-linear-gradient(
    45deg,
    #bf0000,
    #bf0000 25%,
    #630909 25%,
    #630909 50%
  );
}
.btn-animation.reding:active {
  color: #fff;
  background: repeating-linear-gradient(
    45deg,
    #630909,
    #630909 25%,
    #000 25%,
    #000 50%
  );
}
.f-row-revers {
  flex-direction: row-reverse;
}
.tag-hr:last-of-type {
  display: none;
}
.tag-hr:not(:last-of-type) {
  margin-bottom: 0;
  height: 2px;
  width: 57%;
  background: #e7e7e7;
  margin-top: 0;
  margin-bottom: 8px;
}
.quickcheckout-cart h5 a {
  color: #000;
  border-bottom: 2px solid #bdbdbd;
  font-weight: 700;
  line-height: 140%;
}
.ml-s {
  margin-left: 10px;
}
.social_img img {
  transition: all 0.3s;
}
.social_img img:hover {
  scale: 1.1;
}
.phone-header > .dropdown-menu {
  left: calc(50% + 7px);
  transform: translate(-50%, 0);
  padding: 0;
  top: 25px;
}
.phone-header > .dropdown-menu p {
  padding: 10px 10px;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
.phone-header > .dropdown-menu p:hover {
  background-color: #e5e5e5;
  transition: 0.3s;
}
.ol-cart-counter {
  list-style-position: inside;
  counter-reset: item;
  list-style-type: none;
}
.li-cart-counter:before {
  content: counter(item) "  ";
  counter-increment: item;
}
.select-sort-left > .dropdown-menu {
  right: unset;
  left: 0;
}
.select-sort-right > .dropdown-menu {
  left: unset;
  right: 0;
}
#payment-method textarea[name="comment"] {
  margin-top: 16px;
}
#cart1 #stock_warning {
  margin-bottom: 20px;
}
#cart1 #stock_warning .alert {
  margin-bottom: 0;
}

.sh-outer.quickcheckoutleft {
  margin-bottom: 24px;
}
.quickcheckout-cart .card-inner-left a .card-img img {
  opacity: 1 !important;
}
.divshadow {
  display: none;
  position: fixed !important;
  width: 100% !important;
  height: 100%;
  left: 0 !important;
  right: 0;
  margin: 0 !important;
}



@media screen and (max-width: 767px) {
  .index-manufacturer-card-fa.fa-show {
    display: flex !important;
    position: absolute;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    right: 10px;
    top: unset;
    bottom: 40px;
    background-color: #9b9b9b;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    background-origin: padding-box;
    background-repeat: no-repeat;
    border: none !important;
  }
}
.terms span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



.callbacking_custom .input-group{
  position: relative;
  width: 100%;
}


.callbacking_custom .fa{
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 14px;
    color: #f00;
    font-size: 16px;
}

.callbacking_custom input{
    height: 44px;
    border-radius: 22px;
    border-bottom-left-radius: 22px !important;
    border-top-left-radius: 22px !important;
    padding-left: 32px;
}


.card-product-category .card-counter-outer{
padding-top: 14px;
padding-bottom: 10px;
}



.div_not_found_outer{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000070;
    z-index: 1;
}

.div_not_found{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 360px;
    background: white;
    border-radius: 16px;
    max-width: 96%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
    text-wrap: wrap;
    word-break: break-all;
    text-align: center;
}

/* end media */



#option_filter input[type='checkbox']{
  width: 16px;
  height: 16px;
  top: -2px;
 accent-color: var(--theme);
}




 #option_filter .checkbox label{
  padding-left: 18px;
 }



.pupop-filter .btn{
    height: 40px;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    width: 150px;
    text-transform: lowercase;
    transition: all 0.5s;

}

.pupop-filter .btn-primary{
  background-color: var(--theme);
}

.pupop-filter .btn-primary:hover{
  background-color: var(--theme-darker) ;
}


.pupop-filter .btn-white:hover{
background-color: #bcbcbc;
}

.about__wrap{
  display: grid;
  width: 100%;
  justify-items: center;
  max-width: 1450px;
  margin: auto;
}

.about__items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 30px;
}

.about__item{
  border: 2px solid #E30014;
  border-radius: 15px;
  padding: 30px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242A2F;
  font-size: 20px;
}

.about__content{
  max-width: 1216px;
  width: 100%;
  margin-top: 60px;
  justify-self: flex-start;
}

.about__content-title{
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}
.about__content-text{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #444444;
}

.about__images{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
}

.about__image{
  border-radius: 15px;
  overflow: hidden;
}

.wrapper{
  max-width: 1450px;
  width: 100%;
  margin: auto;
}

.about-div-page{
      border: 5px solid #ad000b;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
    margin: 20px auto;
    width: 600px;
    max-width: 100%;
}

.about-div-page-img{
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e00614;
    border-radius: 50%;
    position: absolute;
    border: 11px solid #d7d7d7;
    border-style: inset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-div-page-img img{
  width: 200px;
}

.about-div-page-img-section-wrapper{
     position: absolute;
    top: 50%;
    left: 50%;
}

.about-div-page-img-section{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.about-div-page-img-section p{
width: 200px;
height: 200px;
background: #242a2f;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.about-div-page-img-section div{
  display: flex;
  justify-content: center;
  align-items: center;
}


.partnership-page-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 90%;
    width: 700px;
    margin: 0 auto;
}

.partnership-page-div div{
  flex: 1 33%;

  align-items: center;
  display: flex;
  flex-direction: column;
}

.partnership-page-div img{
  max-width: 90%;
}

.partnership-page-div div p{
  text-align: center;
}


.partner-div-six{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.partner-div-six i{
  margin-right: 6px;
  margin-left: 6px;
}

.partner-div-six div{
    flex: 1 33%;
    padding: 10px;
}

.partner-div-six div div{ 
       background: #242a2f;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 12px;
    font-size: 15px;
}



.partnership-page-h i{
  color: var(--theme);
}

.information-information #content ol{
         list-style: none;
    counter-reset: item;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.information-information #content ol li{
   counter-increment: item;
   margin-bottom: 5px;
}

.information-information #content ol li:before{
    background: #e30014;
    border-radius: 100%;
    float: none !important;
    margin-left: 0 !important;
    content: counter(item);
    position: relative;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
}

.top_line .phone-header .fa-phone{
  color: #fff !important;
   transition: 0.5s;
}

.top_line .phone-header:hover .fa-phone {
    color: red !important;
    transition: 0.5s;
}



.partnership-page-h{
     text-align: center;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #dd0713;
    margin-bottom: 36px;
}


.partnership-form-div{
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about__items.cooperation{
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.cooperation .about__item{
  flex-direction: column;
  text-align: start;
  align-items: flex-start;
  gap: 25px;
}

.cooperation .about__item .about__item-text{
  font-size: 16px;
}

.about__item-title{
  font-weight: 600;
  font-size: 20px;
  color: #242A2F;
}

.cooperation__content{
  display: grid;
  width: 100%;
  gap: 35px;
}
.cooperation__content-item{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.cooperation__content-item-text{
  grid-column: span 2; 
}

.production .cooperation__content{
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 2; 
  grid-column-end: 4; 
  width: 100%;
  display: block;
}

.production li{
  font-size: 16px;
}

.production .cooperation__content-item{
  grid-template-columns: 1fr;
}

.cooperation__content-item-img, .cooperation__content-item-img img{
  width: 100%;
}

.about__wrap{
  gap: 40px;
  padding-bottom: 60px;
}

.production .cooperation__content-item .about__content-title{
  font-size: 16px;
}

.about__wrap.production{
  grid-template-columns: repeat(3, 1fr);
}

.production .about__items{
  grid-template-columns: 1fr;
  padding: 40px 0 0 0;
}

.production .about__items.cooperation, .production__image.--1, .production__image.--2, .production__image.--3{
  grid-column-start: 1;
  grid-column-end: 2;
  width: 100%;
  height: 100%;
}


.production__image{
  width: 100%;
}

.production__image.--4{
  grid-column-start: 2;
}
.production__image.--5{
  grid-column-start: 3;
}

.production-swiper{
  display: none;
}

.images-swiper .about__image, .images-swiper, .images-swiper img{
  width: 100%;
}
.images-swiper{
  overflow: hidden;
  display: block;
}

.swiper-pagination-bullet{
  border: 1px solid #242A2F
}



@media (max-width: 1440px) {

  .cooperation .about__item{
    gap: 16px;
  }
  .about__item{
    font-size: 16px;
    padding: 24px 16px;
  }

  .about__item br{
    display: none;
  }

  .about__images{
    gap: 16px;
  }

  .about__items {
    row-gap: 24px;
    column-gap: 24px;
  }
  .about__items.cooperation {
    gap: 24px;
  }
}


@media (max-width: 991px) {

  .about__wrap{
    padding-bottom: 20px;
  }

  .about__images{
    display: flex;
  }

  .production__image{
    display: none;
  }

  .production-swiper .production__image, .production-swiper{
    overflow: hidden;
    display: block;
  }
  .about-div-page-img-section-wrapper{
    display: none !important;
  }

  .production .cooperation__content{
    grid-row-start: unset;
    grid-row-end: unset;
    grid-column-start: unset;
    grid-column-end: unset;
  }

  .production__image.--4, .production__image.--5{
    grid-column-start: unset;
  }

  .about__wrap.production {
    grid-template-columns: 1fr;
  }

  .cooperation__content-item{
    grid-template-columns: 1fr;
  }

  .cooperation__content-item-text {
    grid-column: span 1;
  }

  .cooperation__content-item:last-child .cooperation__content-item-img{
    grid-row-start: 2;
  }

  .partner-div-six div{
      flex: 1 50%;
  }

  .about__items, .cooperation.about__items{
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about__wrap img{
    width: 100% !important;
  }
  .wrapper h1{
    text-align: center;
  }
}

@media (max-width: 768px) {
.partnership-page-div div{flex:1 50%}
}

@media (max-width: 468px) {
   .partner-div-six div{
    flex: 1 100%;
  
}
.partnership-page-div div{flex:1 100%}
}

#option_filter h3{
     margin: 0;
    padding: 13px;
    background: #242a2f;
    border-radius: 6px;
}


.close-mobile-filter {
     background: #242a2f;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-shadow: none;
    width: 40px;
    z-index: 9;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 9px;
}

.filter_container a{
      background: #242a2f;
    color: white;
    border-radius: 6px;
}

.filter_container a:hover{
      background: #242a2f;
    color: white;
}


.filter_container .fa.pull-right{
  color: #fff;
}


.common-home #home_filter{
  display: none;
} 


.go_filter_mobile_block #home_filter{
display: block;}



.formCost input.form-control,#minCost, #maxCost{
 
    flex: 1 90px;
    border-radius: 6px !important;
    border: 1px solid #e1e1e1 !important;
    padding-right: 14px;
    margin-bottom: 0;
    text-align: right !important;
}




.top-line-phone-dropdown .dropdown-menu p{
  border-top: 1px solid #626262;
}


.filter-min-div, .filter-max-div{
width:0;position:relative
}

.filter-min-text, .filter-max-text{
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 10px;
	font-weight:600;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

}



.filter-tenge-p{
      position: absolute;
    bottom: -2px;
    left: -17px;
    font-size: 15px;  
    font-weight: 500;
        -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


.formCost input.form-control{
  padding-right: 15px !important;
}


.filter .form-control{
      border: 1px solid #e0e0e0;
}

.category-item-custom-list{
  font-size: 20px;
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    transition: 0.3s;
    border-top: 1px solid #efefef;
}

.drop-animation-inner{
      font-size: 13px;
    margin-left: auto;
    margin-left: 10px;
    font-weight: 500;
    color: #8d8d8d;
    display: flex;
    justify-content: center;
    align-items: center;
  max-height: 0;
   transition: all 1s;
   overflow: hidden;
}

.slim-category .drop-animation-inner{
 
    display: block;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
  
  
}

.slim-category .card-outer .card-img{
  width: 70px;
  height: 70px;
  transition: 0.5s;
  background: #fff;
  display: flex;
}

.slim-category .card-outer .card-img:hover{
  transition: 0.5s;
  transform: scale(3);
  transform-origin: center;
  z-index: 2;
  position: relative;
}

.category-item-custom-list:hover{
	transition: 0.3s;
}






.slim-category .f1{
  flex: 10%;
}

.slim-category .f2{
     flex: 1 40%;
}

@media screen and (max-width: 767px) {
 .slim-category .f2{
     flex: 1 90%;

}
}

.slim-category .f3{
       flex: 3 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slim-category .f3 .card-counter-outer{
  width: 100%;
}

  .drop-animation-opener .fa, .drop-animation-opener .fa-solid{
    transition: all 1s;
  }

.slim-category .f3-1{
  flex: 5 200px;
}
.slim-category .f3-2{
  flex: 1 130px;
}
.slim-category .f3-3{
  flex: 1 50px;
}

.slim-category .f3-3 > div{
 height: 79px;
}

.header-drop-animation-opener{
  height: 60px;
}
.can-scroll-up{
  display: flex;
  position: relative;
}
#fancy_about_us_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#fancy_about_us_container > div{
flex: 1 200px;
padding: 10px;
}

.slim-category .multistore{
      position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 0;
 
 
}

.category-item-custom-list.active{
  background-color: #ebebeb;
} 






.slim-category .multistore .list-group-item .list-group-item-heading{
   border-top-right-radius: 12px;
      margin-top: 0;
}

.slim-category .multistore > ul {
  margin-bottom: 0;

}


.can-scroll-up i{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    background: #242a2f;
    padding: 10px;
    border-top-right-radius: 16px;
    border-radius: 8px;
}

.can-scroll-up img{
  border-radius: 10px;
}

@media (max-width: 767px) {




.header-drop-animation-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 0;
    transition: all 1s !important;
    overflow: hidden;
  
}


.top_line.show .phone-header .dropdown-menu { 
    top: 41px;
}


  


#quick_search_results { 
    top: 50px;
    width: 80vw;
}
  





  .quick-warning-messages{
        position: fixed;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
        color: #ffffff;
    background-color: #a61212;
    border-color: #ebccd1;
  }


.cart-modal-row .w_stock_div{
  bottom: unset;
  left: unset;
    top: 0;   
    min-width: fit-content;
    right: -1px;
    border-top-right-radius: 11px;   
   width: auto;
 
}







 .container{
  width: 92%; 
}

.cart-modal-inner-img{
width: auto;
height: auto;

}
 .cart-modal-row {
    padding-bottom: 16px;
}

}




.slim-category .card-outer{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

@media (max-width: 991px) {
.slim-category .card-outer{
     padding-top: 26px;

}

}




.slim-category .card-outer .card-inner a p{
  color: var(--theme) !important;

}

@media (max-width: 497px) {


  .slim-category .f3-1{
    flex: 5 100%;
  }


  .slim-category .f3-2{
    flex: 1 50%;
  }

    .slim-category .f3-3{
    flex: 1 50%;
  }

.top_line.show .phone-header .dropdown-menu { 
    top: 44px;
}



#quick_search_results { 
     top: 54px;
    width: 100%
}
  


    .category_availiability{
    max-height: 0;
    overflow: hidden;
  }


  .characteristics_text{
        text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


  .divcart .drop-animation-opener{
       position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
  }




.drop-animation-opener, .header-drop-animation-outer{
    font-size: 13px;
    margin-left: auto;
    margin-left: 10px;
    font-weight: 500;
    color: #8d8d8d;    
    display: flex;
    justify-content: start;
    align-items: center;
   
}


.header-drop-animation-outer{
  margin-right: 0;
  margin-left: 0;
}





  .quick-in-stock-item{ 
    overflow: hidden;
  }

.card-inner{
  display: flex;
  flex-wrap: wrap;
}


.card-div-unset{
position: unset;
}


 .container {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
}

.px-mobile{
padding-left: 0;
padding-right: 0;
}


.card-counter-sale{
  margin-bottom: 0;
}

.card-counter-sale h4,p{
  margin-top: 0;
  margin-bottom: 4px;
}

.card-product-category .card-counter-outer {
    padding-top: 0;
    padding-bottom: 0;
}

.card-outer {
    padding-top: 10px;  
    margin-bottom: 24px;
}

#menu{
  min-height: 0;
}

.product-card-wrapper{
  margin-bottom: 20px;
}


.quickcheckout-content .product-counter{
  margin-bottom: 6px;
}

.quickcheckout-content .card-counter-outer{
  margin-bottom: 12px;
}
  
}
