@font-face{font-family:"IconsFont";font-display:swap;src:url(fonts/IconsFont/IconsFont5e1f.eot?v=2);
src:url(fonts/IconsFont/IconsFontd41d.eot?#iefix&v=2) format("eot"),
url(fonts/IconsFont/IconsFont5e1f.woff2?v=2) format("woff2"),
url(fonts/IconsFont/IconsFont5e1f.woff?v=2) format("woff"),
url(fonts/IconsFont5e1f.ttf?v=2) format("truetype")
}


/*
@font-face {
font-family: "Montserrat"; 
src: url("fonts/montserrat-regular/montserrat-regular.eot"); 
src: url("fonts/montserrat-regular/montserrat-regular.eot?#iefix") format("embedded-opentype"),
url("fonts/montserrat-regular/montserrat-regular.woff") format("woff"), 
url("fonts/montserrat-regular/montserrat-regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}


@font-face {
font-family: "Montserrat Light"; 
src: url("fonts/montserrat-light/Montserrat-Light.eot"); 
src: url("fonts/montserrat-light/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
url("fonts/montserrat-light/Montserrat-Light.woff") format("woff"), 
url("fonts/montserrat-light/Montserrat-Light.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}



@font-face {
font-family: "Montserrat Thin"; 
src: url("fonts/montserrat-thin/Montserrat-Thin.eot"); 
src: url("fonts/montserrat-thin/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
url("fonts/montserrat-thin/Montserrat-Thin.woff") format("woff"), 
url("fonts/montserrat-thin/Montserrat-Thin.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgb(250 250 250);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
  font-family: "Montserrat", "Open Sans", sans-serif;
  background-color:#191919;
}


h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-size: calc(1rem + 0.6375vw);
}


h1 {
 padding-bottom:10px;
}

.heading_title_small {
font-size: calc(0.5rem + 0.5375vw);
}


legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}


#content, #column-left, #column-right {
    z-index: 0;
}



.nav-item-right {

}

.navbar-nav {
    justify-content: center;
}


@media (min-width: 576px) {
  #content, #column-left, #column-right {
//    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
/*  left: 50%;*/
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
top: 65px !important;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #B890485C;
  border-color: #B890483B;
/*  border: 1px solid #B890483B; */
  min-height: 40px;
  padding: 0 1rem;
  position: fixed;
    width: 100%;
    top: 0;
    z-index: 3000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  font-size:17px;
  min-width: auto;

}

#menu .navbar-nav > li > a.menu_left_side {
  min-width: 190px;
}

#menu .navbar-nav > li > a.menu_right_side {
  width: 160px;
}




#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
border-color: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: unset;
    --bs-dropdown-color: #00000000;
    --bs-dropdown-padding-y: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
z-index: 999;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
/*footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
*/
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 15px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
/*  text-shadow: 0 1px 0 #FFF; */
  padding: 0 3px;
  position: relative;
  white-space: nowrap;

}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
color: #8f8c8c;

}

/*.breadcrumb > li.breadcrumb-item:after {
content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
    position: relative;
    height: 100%;
    background: #242424;
    padding: 10px 15px 10px 15px;
    text-align: left;

}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 0;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


.filter_open_button {
    display: none;
}


.dropdown-menu[data-bs-popper] {
      margin-top: 0;
}



body > .footer {
    flex-shrink: 0;
    flex-grow: 0;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background: #191919;
}

footer a {
    color: #EAC285;
    text-decoration: none;
}


.footer .wrap-content-footer {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
padding-top: 30px;
}


.footer .wrap-footer-phone {
    /* max-width: 390px; */
    width: 34%;
}


.footer .wrap-footer-phone .wrap-ligo-footer {
    text-decoration: none;
    outline: none;
    display: block;
    margin-bottom: 45px;
}

.link-logo {
    display: inline-block;
    max-width: 228px;
    height: 128px;
}
.block_memory label, a {
    transition: all .3s linear;
}

.footer .wrap-triple-phone .link-phone-footer {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.footer .wrap-triple-phone .link-phone-footer {
    text-decoration: none;
    font-size: 18px;
	color: #EAC285;
    font-weight: 300;
    display: block;
    margin-bottom: 7px;
}

.footer .wrap-triple-phone .address-phone {
    margin-bottom: 32px;
    color: #9AA2A9;
}

.footer .wrap-triple-phone .address-phone {
color: #EAC285;
    margin-bottom: 35px;
    line-height: 20px;
}

.footer .wrap-triple-phone {
    width: 100%;
}

.footer .wrap-big-block-footer {
    /* max-width: 750px; */
    width: 66%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
}


.footer .wrap-left-part-big-block {
    max-width: 436px;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}


.footer .wrap-right-part-big-block {
    max-width: 314px;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.footer .wrap-columns {
    margin-bottom: 0;
}

.footer .wrap-columns {
    max-width: 310px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

.footer .wrap-columns .btn-drop {
    margin-bottom: 0;
}

.footer .wrap-columns .btn-drop {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}


.footer .wrap-columns .caption-footer {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
}

.footer .wrap-columns .caption-footer {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
}

.footer .wrap-columns a.caption-footer {
    display: block;
    text-decoration: none;
    padding-bottom: 32px;
}



.block_subscription .caption {
  font-family: "Montserrat", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
}


.mini-wrap-inp {
    position: relative;
}


.form-item {
    position: relative;
    margin: 0 0 24px;
    padding: 0;
    line-height: normal;
}


.block_subscription .form-input {
    min-height: 56px;
}

.form-input {
    padding: 28px 10px 8px 10px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.03em;
    border: 0;
    background: #ECEEEF;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #272B2E;
}


.form-item label {
    top: 20px;
}
.form-item label {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #272B2E;
    transition: all 0.5s;
}

.block_subscription .btn-email {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #D72626;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    border: 0;
    cursor: pointer;
    transition: all .3s 
linear;
}


.footer .wrap-drop-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.footer .flex-slyle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
}


.footer .wrap-double-column {
    max-width: 140px;
    width: 100%;
}
.footer .dop-width {
    max-width: 170px;
    width: 100%;
}

.footer .wrap-drop-footer li {
    list-style: none;
    padding: 0;
}


.footer .wrap-drop-footer a {
    text-decoration: none;
    color: #989898;
    display: block;
    margin-bottom: 7px;
}


.footer .wrap-drop-footer a {
    margin-bottom: 8px;
    line-height: 16px;
    color: #9AA2A9;
}


.footer .wrap-ligo-footer-mob {
    text-decoration: none;
    outline: none;
    display: block;
    display: none;
}



.footer .wrap-last-block-footer {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}


.footer .all-last-text-foot {
    align-items: center;
}
.footer .all-last-text-foot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    justify-content: space-between;
}

.footer .last-block-footer {
    max-width: 837px;
}
.footer .last-block-footer {
    max-width: 800px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    justify-content: space-between;
}


.footer .land-rights {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #EAC2854D;
}

.footer .wrap-last-link-footer {
    max-width: 450px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    justify-content: space-between;
}

.footer .last-link-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #EAC2854D;
    border: 0;
    display: block;
}

.footer .wrap-icon {
    max-width: 178px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    justify-content: flex-end;
    margin-left: 0;
}


.footer .wrap-icon a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    outline: none;
    background: #303030;
    border-radius: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    -ms-align-items: center;
    align-items: center;
}

.footer .wrap-icon a {
    width: 32px;
    height: 32px;
    background: none;
}


body > .section-header {
    flex-shrink: 0;
    flex-grow: 0;
}

.section-header {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background: #222222;
}


.section-slider-main-big {
    width: 100%;
    margin: 0 auto;
    background: #272727;
}



.description a {
min-height: 2.1rem;
    height: 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
    line-height: 1;
    color:#ffffff;
    margin-top: 10px;
    font-weight: 500;
}


.main-nav-right > * {
    margin-left: 20px;
}

.main-nav-left-menu {
    padding-left: 8px;
    padding-right: 8px;
    text-wrap: nowrap;
    white-space: nowrap;
}

.dropdown-main-menu a {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    text-decoration: none;
    color: gray;
    font-weight: 400;
}


.dropdown-main-menu .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    -webkit-transition: .3s margin-top 
ease, .3s opacity 
ease, .3s visibility 
ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top 
ease, .3s opacity 
ease, .3s visibility 
ease;
}

.dropdown-main-menu .dropdown-menu .mega-menu {
    padding: 10px;
}


.mega-menu div {
    padding-left: 10px;
    padding-right: 10px;
}


.dropdown-main-menu .dropdown-menu .mega-menu .border-warning {
    border-left: 2px solid rgb(110 110 110);
    padding-left: 15px;
}
.dropdown-main-menu ul {
    border-left: 2px solid #dc3545;
    padding-left: 20px;
    margin: 0;
    padding: 0;
}

.border-warning {
    border-color: #1f1556 !important;
}

.dropdown-main-menu a {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    text-decoration: none;
    color: gray;
    font-weight: 400;
}


.e-icon-home {
    background-image: url(images/home.png);
background-size: cover;
    width: 40px;
    height: 40px;
}



#account-account #column-left, #account-order #column-left, #account-download #column-left, #account-information #column-left {
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
    margin-top: 45px;
}

#account-account, #account-order, #account-download, #account-information {
     margin-bottom: 100px;
}



.account_menu li {
    padding: 15px 10px;
}



.btn-account {
    background-color: rgb(110 110 110);
    color: white;
    min-width: 160px;
    font-size: 18px;
    border-radius: 7px;
    width:200px;
}
.btn-account.active {
    background-color: #3c489d;
    color: white;
}

.btn-account:hover {
    background-color: rgb(90 90 90);
    color: white;
}

#account-order #column-left {
    flex: 0 0 auto;
    width: 25%;
}


.profile_h1 {
    padding-bottom: 30px;
}

#form-customer-ur fieldset {
    display: flex
;
    padding: 10px 10px;
}

.btn-account.small {
    max-width: 100px;
    font-size: 16px;
    height: 50px;
    margin: 0px 20px;
    line-height: 19px;
}

.btn-account.small2 {
    max-width: 100px;
    font-size: 15px;
    height: 50px;
    line-height: 19px;
    margin-top: 10px;
}

.margintop100 {
    margin-top: 100px;
}


.order-table {
    margin-top: 20px;
    border: none;
    font-size: 20px;
    vertical-align: middle;
}



.order-table tr, .order-table td {
    border: none;
}
.order-table tr, .order-table td {
    border: none;
}


.button-panel {
    display: flex
;
    margin-bottom: 20px;
    align-items: self-end;
}

.button-sub-panel {
    display: flex
;
    text-wrap: nowrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.side-margin {
    margin-left: 10px;
    margin-right: 10px;
}


.left-margin {
    margin-left: 10px;
}


.save-order-flex {
    display: flex
;
}

#save-order-text {
    font-size: 14px;
    color: #d02e26;
    margin-bottom: 0;
}


main {
margin-top: 135px; 
}

#homepage {
margin-top: -100px; 

}


.dropdown-item {
color: #EAC285;
padding: 0.1rem 1rem;
}




.list-group-item.active {
    background-color: #B89048;
    border-color: #B89048;
}


a {
    color: #ffffff;
}

.btn-primary { 
 background-color:#B89048;
 border-color: #B89048;
    border-radius: 10px;
    padding: 4px 30px;
    min-width: 190px;
}


.btn-transparent-border { 
 background-color:#242424;
 border-color: #B89048;
 color:#ffffff;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);	

}

.btn-transparent { 
 background-color:#242424;
 border-color: #242424;
 color:#ffffff;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);	

}


.btn {
--bs-btn-padding-y: 0.25rem;
}


.btn:first-child:active, .btn.active, .btn.show {
    background-color: #7E6537;
    border-color: #7E6537;
}

.btn:hover {
    background-color: #7E6537;
    border-color: #7E6537;
}

.btn:focus-visible {
    background-color: #7E6537;
    border-color: #7E6537;
}


.btn:active {
    background-color: #7E6537 !important;
    border-color: #7E6537 !important;
}


.btn-transparent:hover {
    background-color: #7E6537;
    border-color: #7E6537;
    color:#ffffff;	
}


.btn-transparent-border:hover {
    background-color: #7E6537;
    border-color: #7E6537;
    color:#ffffff;	
}


.content_box {
    background-color: #242424;
    padding: 45px 60px;
    margin-bottom: 20px;
    border-radius: 10px;
}


    .max-width964 {
            max-width: 964px;

	}


.content_box_small {
    background-color: #242424;
    padding: 10px 60px;
    margin-bottom: 20px;

}



.content_padding-right {
 padding-right: 45px;
}
.content_padding-left {
 padding-left: 45px;
}


.margin_bottom_20 {
margin-bottom:20px;
}

.padding-top_50 {
padding-top:50px;
}

.margin-top_50 {
margin-top:50px;

}

.margin-top_40 {
margin-top:40px;

}


.attribute_row_box_color {
 display:flex;
 background-color:#5A585866;
 border-radius: 10px;
 height:auto;
padding: 10px;
}

.attribute_row_box {
 display:flex;
 border-radius: 10px;
 height:auto;
padding: 10px;
}

.attribute_row_box span  {
line-height:5px;
}

.price-new {
font-size:36px;
color:#B89048;
}


.price-new-thumb {
font-size:18px;
color:#B89048;
font-weight: 600;

}


.price_box {
margin-bottom: 0;
}


.price_area ul {
    margin-bottom: 0.5rem;
}


.model_text_thumb {
font-size:10px;
color:#858383;
}


.sku_text_thumb {
font-size:9px;
color:#858383;
}



.stock_value {
font-size:10px;
}


.btn-thumb {
width: 100%;
height: 24px;
    vertical-align: unset;
min-width: unset;
    padding: 5px 15px;	

}


.article_box {
 width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    align-self: flex-start;
}


.article_text {
font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #949593;
}

.article_button {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    align-self: flex-start;
    color: #1d252d;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
    max-width: calc(100% - 70px);
    text-align: right;
}

.article_span {
    width: 100%;
    max-width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.thumb-button {
padding: 0;
border: none;
background: none;
}


.list-group-item {
 color:black;
}


.btn-filter-button {
    display: block;
    text-align: center;
    transition: .3s;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid transparent;
    margin-right: 10px;
    background: #B89048;
    border-color: #B89048;
}

.btn-filter-button label {
    color: white;
    padding: 5px;
}


.btn-filter-button .ico {
    font-size: 9px;
    padding-left: 10px;
}


#alert a {
 color:black;
font-weight:600;
}





.modal h5 {
color:black;
}

.modal .col-form-label {
color:black;

}



.btn:disabled, .btn.disabled, fieldset:disabled .btn {
background-color: #242424;
    border-color: #B89048;
padding: 0;
}






.popmechanic-footerItem {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.popmechanic-footerItem:nth-child(2) {
    height: 26px;
    display: flex;
    align-items: center;
}


.calc-product {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #B89048;
/*    border: 1px solid #C5C5C5;  */
    border-radius: 0.25rem;
    justify-content: space-between;
    width: 100%;
    height: 24px !important;
}



.calc-product__action {
    padding: 12px 2px !important;
    cursor: pointer;
    position: relative;
}

.calc-product>div {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
}


.calc-product-div1 {
    width: 40%;
}
.calc-product-div2 {
    width: 40%;
}



.calc-product__action:before, .calc-product__action:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 10px;
    height: 1.5px;
    background-color: #ffffff;
}


.calc-product>div input {
    width: 100%;
    height: 100%;
    text-align: center;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    border: none;
    background: #B89048;
    color:#ffffff;
    min-width: 23px;

}


.calc-product__more:after {
    transform: translate(-50%, -50%) rotate(90deg);
}





.items-counter {
position: absolute;
    font-weight: 500;
    /* height: 20px; */
    /* line-height: 14px; */
    padding: 1px 3px;
    /* background: #d02e26; */
    /* border: 2px solid #fff; */
    border-radius: 5px;
    top: 25px;
    color: #fff;
}

#menu.open-search {
background-color: #B890481A;
}

.column_quantity {
min-width: 145px;
}


.popmechanic-container {
margin-bottom:10px;
}


.addition_menu {
background-color: #B890481A;
position: fixed;
    width: 100%;
    z-index: 300;
height: 0;
transition: all 0.5s ease-in-out;
overflow: hidden;
top: 137px;
}


.expanded {
height:610px;

}


.search_bar_box {
/*padding-left:11px;
padding-right:11px;
padding-top:10px;
padding-bottom:10px;
*/

border:2px solid #B89048;
border-radius: 15px;
height: 61px;

}


.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    background:black;
    background:rgba(0,0,0,0.9);

    filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}


#main_text_search {
width: 100%;
    height: auto;
    text-align: left;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    border: none;
    background: transparent;
    color: #ffffff;
    min-width: 23px;
	z-index:999;
    padding-left: 10px;
}


#main_text_search::placeholder {
  color: #ffffff; /* Change to desired color */
  opacity: 1; /* Ensures Firefox displays color correctly */
}



.form-search-box {
 display:flex;
}

.form-search-button {
background-color: #B890481A;
    border-color: #B890481A;
border-radius: 15px;
width:70px;
height:61px;
    padding-left: 5px;	

    padding-top: 0;
}


.form-search-button span {
padding-left: 15px;
}

.search-fon {
    position: relative;
    top: -149px;
    left: -10px;
    width: 259px;
    height: 228px;
}


.search-fon2 {
position: absolute;
    margin-top: -85px;
    margin-left: 20px;
z-index:0;
}


#main_text_search:focus {
  outline: none;
  /* Optional: Add a different style to ensure accessibility for keyboard users */
  border: none; 
}


.search_caption {
 color:#B89048;
font-size: 18px;
}


.result_text_bar  {
	padding: 20px 20px;
    /* border: 2px solid #B89048; */
    border-radius: 15px;
    margin-top: 20px;
    background-color: #7C5B1D1A;
    border-color: #7C5B1D5E;
	font-size: 18px;
 color:#B89048;
}


.result_text_bar ul {
    list-style-type: none;
    padding-left: 0;
margin-bottom: 0;
}

.search_bar {
    margin-top: 15px;
}


.fast_search li a {
 padding-left:5px;
 color:#ffffff;
}


.seach-clear {
 padding-right: 10px;
    padding-top: 12px;
cursor:pointer;
}


.special-padding0 {
 padding-right:0;
}

.table-viewed {
background-color: #7C5B1D1A;
    border-color: #7C5B1D5E;
width: 100%;
}


.table-viewed img {
border-radius:10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.table-viewed a {
font-size:12px;
}

.table-viewed .td-padding5 {
padding-left:20px;
    min-width: 430px;
}

.table-viewed td {
    line-height: 14px;
}

.table-viewed .product_sku {
    line-height: 20px;
    font-size: 14px;
}

.table-viewed .product_price {
    line-height: 20px;
	font-weight:600;
}

.table-view-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 400px;
    overflow-y: auto;
}

.hide_class {
display:none;
}


.dropdown-menu[data-bs-popper] {
top: unset;
left: unseet;
margin-top:0;
}


#menu .navbar-nav > li > a:hover {
    color: #EAC285;
background-color: unset;
}


.navbar-expand-lg .navbar-collapse {
    align-items: baseline;
}



.line_production {
 position:absolute;
    left: -85px;
    top: -35px;
}

.line_sotrud {
 position:absolute;
    left: -60px;
    top: -35px;
}

.line_sotrud img {
    height: 221px;
}



.line_company {
 position:absolute;
    left: -71px;
    top: -35px;
}

.line_company img {
    height: 268px;
}



.line_cabinet {
 position:absolute;
    left: -55px;
    top: -35px;
}

.line_cabinet img {
    height: 221px;
}


.search_small_container {
display:flex;
}

.search_small_container .thumb-button  {
    padding: 0px 5px;
}

.search_small_container2 button {
 border-radius: 12px;
    font-size: 12px;
    padding: 4px 18px;
    margin-top: 3px;
    background-color: unset;
}








.text-input {
    border-radius: 0 10px 10px 0px !important;
    padding-left: 1rem;
    border: 1px solid #B89048;
outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
background: transparent;
color:#ffffff;
font-size: 16px;
width: 100%;
    padding: 15px 15px;
}


.text-input-register {
    border-radius: 10px 10px 10px 10px !important;
}

.label-input-register {
 padding-left:30px;
}

.input-group-box-register {
padding-top:10px;
}


.label-input {
    border-radius: 10px 0 0 10px !important;
    border: 1px solid #B89048;
font-size: 16px;
    padding: 15px 15px;
color:#EAC285B2;
}


.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}

.input-group-box {
    margin: 40px 0;
     display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}


.input-group-button {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    flex: 0 0 auto;
    min-width: 95px;
}



#menu .dropdown-menu { 
/* display:block1; */
}


.footer_line {
     border-top: 2px solid #EAC28599;
    margin: 0 20px;
    margin-bottom: 30px;
}



/*input[type="checkbox"]:checked + label span {
    background: url(images/checkbox.png) -48px center no-repeat;
}
*/



 .checkbox-wrapper-18 .round {
    position: relative;
    display: flex;
  }

  .checkbox-wrapper-18 .round label {
background-color: unset;
    border: 1px solid #B89048;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: block;
  }

  .checkbox-wrapper-18 .round label:after {
border: 2px solid #B89048;
    border-top: none;
    border-right: none;
    content: "";
    height: 8px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 18px;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-color: unset;
    border-color: #B89048;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }


.checkbox-label {
padding-left: 10px;
    padding-top: 1px;
    color: #B89048;
}



.border {
    border: var(--bs-border-width) var(--bs-border-style) #B89048 !important;
    padding: 30px 50px !important;
    background-color: #7c5b1d30;
}


.noborder {
 border: unset !important;
}


.popular_search a {
 font-size:16px;
}

.last_search ul {
    line-height: 26px;
}


.popular_search li {
    line-height: 18px;
    padding: 5px 0px;
}


h1::first-letter, .attribute_name::first-letter  {
 color:#B89048;
}


.modal-header h5 {
font-size: calc(1rem + 0.2375vw);
font-weight:600;

}

.modal-body h5 {
font-size: calc(1rem + 0.4375vw);
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////MEDIA////////////////////////////////////////////////////////////////////////////////                                                      
////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
}
}

@media (max-width: 768px) {


.filter_open_button {
    display: block;
}
}



@media (min-width: 768px) {
    .col-form-label {
        text-align: left;
        font-size: 14px;
    }
}