/******************************/
@import "bootstrap.min.css";
@import "materialdesignicons.css";
/******************************/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
thead,
.title-h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.title-h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  margin: 0 0 20px;
}
#column-left .title-h1,
#column-right .title-h1 {
  font-size: 18px;
  padding: 0 0 15px;
  margin: 0;
  text-align: left;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #7e3146;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #7e3146;
}
a.link-unstyled,
a.link-unstyled:hover {
  text-decoration: none;
  color: inherit;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: inherit;
}
button {
  outline: none;
}
legend {
  font-size: 20px;
  padding: 7px 0px;
  font-weight: 700;
}
label {
  font-weight: normal;
}
thead {
  background: #f7f7f7;
}
.table > tbody > tr > td {
  border: 0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e8e8e8;
}
.clearfix {
  content: " ";
  clear: both;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.control-label {
}
.form-horizontal .control-label {
  padding-top: 9px;
}
.form-control {
  font-size: 12px;
  border: 1px solid #c5c5c5;
  height: 40px;
  padding: 7px 12px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c7c7c7;
}
/*select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
  border: 2px solid #e4e4e4;
      height: 39px;
    padding: 7px 12px;
}*/

.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #a94442;
  box-shadow: none;
}
textarea.form-control {
  height: auto;
}
/*.form-group .control-label{
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: -9px;
    left: 22px;
    background: #fff;
    padding: 0 7px;
        color: #b1b1b1;
    font-weight: 600;
 } */
.checkbox,
.radio {
  margin-top: 0;
}
.checkbox .far {
  font-size: 16px;
  color: #bdbdbd;
  margin-right: 3px;
}
.checkbox .fa-check-square {
  color: #828282;
}
/*.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}*/
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.well {
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: none;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
.required .control-label:before {
  content: "* ";
  color: #e80000;
}

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
.img-thumbnail {
  border-radius: 0;
  border: 1px solid #e7e7e7;
}

/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 9px 30px;
  color: #333;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn.active:focus,
.btn.active:hover,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover,
.btn:focus,
.btn.disabled,
.btn:disabled {
  outline: none;
  text-decoration: none;
}
.btn-default {
  color: #7e3146;
  background: none;
  border: 1px solid #7e3146;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:disabled,
.btn-default[disabled] {
  background: #7e3146;
  color: #fff;
  border: 1px solid #7e3146;
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #7e3146;
  border: 1px solid #7e3146;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: none;
  color: #7e3146;
  border: 1px solid #7e3146;
}
.btn-warning {
  color: #fff;
  background: #faa732;
  border: 12px solid #faa732;
}
.btn-danger {
  color: #8e0000;
  background: none;
  border: 1px solid #8e0000;
}
.btn-success {
  color: #fff;
  background: #7eaf1e;
  border: 1px solid #7eaf1e;
}
.btn-info {
  color: #fff;
  background: #e88c03;
  border: 1px solid #e88c03;
}
.btn-inverse {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: none;
  color: #7e3146;
  border: 1px solid #7e3146;
}
.btn-remove {
  background: none;
  border: none;
}
.btn-link {
  color: inherit;
  transition: 0.5s;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link.open,
.btn-link.active,
.dropdown-menu li > a:hover {
  color: #7e3146;
  text-decoration: none;
  background: none;
}
.input-group.date .btn,
.input-group.time .btn,
.input-group.datetime .btn {
  border-color: #e4e4e4;
  background: #e4e4e4;
  color: #737373;
}
.input-group.date .btn:hover,
.input-group.time .btn:hover,
.input-group.datetime .btn:hover {
  color: #fff;
}
.dropdown-menu {
  padding: 0;
}
.modal-content {
  border-radius: 0;
  padding: 20px;
}
/************* Alert & Notice **************/
.alert {
  color: #333;
  font-weight: 600;
  position: fixed;
  top: 30px;
  
  text-align: center;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  width: 90%;
  max-width: 420px;
  padding: 30px;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000;
}
.alert a {
  text-decoration: underline;
    color: inherit;
    transition: 0.3s;
}
.alert .close {
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 10px;
  top: 6px;
}
.alert-content {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.alert-content .close {
  right: 0;
}
.alert-danger .fa {
  
}
.alert-danger {
  background-color: #ff3e3e;
  color: #fff;
}
.alert-success {
  background: #abdf58;
}
.alert .fa {
  border: 0;
  margin-right: 10px;
}
.notice {
  margin-top: 5px;
}
.notice.danger {
  color: #a20000;
}
.notice.success {
  color: #639600;
}
.text-danger {
  font-size: 12px;
  color: #cd0000;
}
main.background-overlay {
  position: relative;
}
/*************  Top ****************/
#top {
  background-color: #f7f7f7;
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.top .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-left: -6px;
  background: #f7f7f7;
  padding: 5px 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
}
.top .container {
  padding: 0 10px;
}
.currency-language form {
  float: left;
}
.currency-language img {
  vertical-align: baseline;
  margin-right: 6px;
}
.currency-language .dropdown-toggle {
  padding: 0 5px;
  line-height: 40px;
}
.top .currency-language .dropdown-toggle {
  margin: 0 10px 0 0;
}
.top .currency-select,
.top .language-select {
  text-align: left;
  padding: 2px 6px 2px 18px;
}
.top .currency-language .btn {
  text-transform: capitalize;
  height: auto;
}
.top .currency-language .dropdown-menu .btn {
  padding: 7px 10px 7px 20px;
}
.top .language-select img {
  vertical-align: baseline;
  margin-right: 10px;
}
.top .social-buttons {
  line-height: 34px;
  margin-left: 20px;
}
.top .social-buttons .list-inline {
  margin: 0;
}
.top .social-buttons a {
  color: inherit;
}
.toplinks a,
.toplinks li,
.top .currency-language .btn {
}

.toplinks a {
  padding: 10px 5px;
  font-size: 13px;
}
.toplinks .fas,
.toplinks .far,
.toplinks .fab {
  margin-right: 3px;
}
.toplinks .dropdown-menu a {
  text-shadow: none;
}
.toplinks .dropdown-menu a:hover {
  color: #fff;
}
.top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
.toplinks {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
}
.toplinks .list-inline {
  margin-bottom: 0;
  line-height: 40px;
}
.header-inner {
  _height: 94px;
  height: 10rem;
  display: flex;
  _justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.header-inner.h-11-rm {
  height: 11rem;
}
/*************  Logo ****************/
.header-logo {
  width: 24%;
}
.logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  _flex-direction: row;
  justify-content: space-around;
}
.logo .title {
  font-size: 32px;
}
.logo a {
  height: 100%;
}
.logo img {
  max-height: 100%;
  width: auto;
}

.site-name-h  {
  font-size: 1.6rem;
}
/************* Custom Html ***********/
.custom-html {
  width: 31%;
}
/************* Search ****************/
.search-wrapper {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  background: #fff;
  padding: 30px 15px;

  box-shadow: 0 0 10px 0 #000;
  transition: 0.3s;
  z-index: 12;
}
.search-wrapper.active {
  top: 0;
}
.search-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  left: 0;
  top: 0;
  z-index: 11;
}
.search-wrapper.active + .search-overlay {
  display: block;
}
.search {
  margin: auto;
  position: relative;
  max-width: 800px;
  transition: 0.5s;
}
.search.active {
  opacity: 1;
  width: 50%;
}
.search .search-input {
  padding: 0 10px;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 4px;
  font-size: 14px;
  float: left;
  width: 82%;
}
.search .inner {
  position: relative;
}
.search .btn-search {
  float: left;
  width: 11%;
  z-index: 10;
  border: 0;
  color: #3d3d3d;
  height: 40px;
  background: #c3c3c3;
}
.search .btn-search:hover {
  color: #909090;
  background: none;
}
.search .btn-search-close {
  padding: 8px 0;
  width: 5%;
}
.search-list-wrapper {
  position: absolute;
  top: 41px;
  width: 93%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 5px 5px;
  z-index: -1;
}
.search .search-list-item {
  display: flex;
  align-items: center;

  padding: 7px 30px;
  transition: 0.3s;
}
.search .search-list-item:hover {
  background: #f9f9f9;
  text-decoration: none;
}
.search-list-item .product-photo {
  margin-right: 15px;
}
.search-list-item .product-name {
}
.search-list-item .product-name .finded {
  font-weight: 600;
}
.search-list-item .product-price {
  font-size: 12px;
  font-weight: 600;
}
.search-list-item .price-old {
  color: #999;
  text-decoration: line-through;
  margin-right: 15px;
}
.search .show-all-results {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
}
.search .show-all-results {
  display: none;
}
.search .show-all-results:hover {
  opacity: 0.7;
}
/************* Cart ****************/
.cart {
  position: relative;
}
.cart .cart-total {
  font-size: 12px;
}
#header-cart-content .title-h1 {
  margin: 0;
}
#header-cart-content .empty {
  margin: 20px 0;
}
.cart-list tr {
  border-bottom: 1px solid #efefef;
}
.cart-list .table > tbody > tr > td {
  vertical-align: middle;
}
.cart-list .option {
  color: #999;
  font-size: 12px;
}
.cart-list .total.table > tbody > tr > td {
  padding: 2px;
}
.cart-list .total tr {
  border: 0;
}
.cart-list .title {
  color: inherit;
  font-weight: 700;
}
.cart-list .items {
  margin-bottom: 20px;
}
.cart-list .name {
  width: 50%;
}
.cart .cart-total {
  background: #7e3146;
  color: #fff;
  border: 0;
  padding: 10px 20px 9px;
  display: block;
  text-transform: uppercase;
}
.cart .cart-total:hover {
  text-decoration: none;
}
.cart .cart-total .fas {
  margin-right: 10px;
  font-size: 16px;
}
.cart_btn {
  overflow: hidden;
  margin-bottom: 10px;
}
/************* Top Menu ****************/
.tech-top-menu {
  width: 80%;
}
.tech-top-menu .top-menu-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
}
/***************************/
.blok-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  _flex: 0 0 auto;
  width: 40%;
}
.blok-header .custom-html {
  width: auto;
}

.blok-header .btn-link, .blok-header .btn-link .fa, 
.blok-header .btn-link i, .blok-header .btn-link span {
  font-size: 1.9rem;
}
/***************************/
.top-menu-icon {
  _width: 45%;
  width: 36%;
}

.top-menu-icon.top-menu-w2 {
  width: 24%;
}
.top-menu-icon.top-menu-w1 {
  width: 12%;
}
.top-menu-icon.top-menu-no-name-w3 {
  width: 18%;
}
.top-menu-icon.top-menu-no-name-w2 {
  width: 12%;
}
.top-menu-icon.top-menu-no-name-w1 {
  width: 6%;
}

.blok-header:is(.blok-h-w2) {
  width: 52%;
}
.blok-header:is(.blok-h-w1) {
  width: 64%;
}
.blok-header:is(.blok-h-no-name-w2) {
  width: 64%;
}
.blok-header:is(.blok-h-no-name-w1) {
  width: 70%;
}
.blok-header:is(.blok-h-no-name-w3) {
  width: 58%;
}
/***************************/
.top-menu {
  color: #3d3d3d;
}
.top-menu-list {
  list-style: none;
  float: right;
  margin: 0;
}
.top-menu-list li {
  float: left;
  padding: 0 10px;
}
.top-menu-list sup,
.top_cart sup {
  color: #da0000;
  margin-left: 5px;
}
.top-menu-list i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: bottom;
  margin-bottom: -2px;
}

/************* Category Menu ****************/

.menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.category-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.category-menu .dropdown-menu.menu-content {
  left: 0;
  top: 49px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.category-menu .dropdown-menu.menu-content.vertical {
  width: 100%;
}
.category-menu .btn-navbar {
  display: block;
}
.category-menu .dropdown {
  position: static;
}
.category-menu .navbar-header {
  width: 100%;
}
.category-menu .navbar-header .btn {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #7e3146;
  line-height: 51px;
  border-radius: 0;
}
.category-menu .navbar-header .fa {
  float: right;
  line-height: 22px;
}
.category-menu .navbar-collapse {
  box-shadow: 0 0 10px 0 #ababab;
}
.category-menu .menu-vertical,
.category-menu .menu-vertical .sub-menu {
  padding: 0;
  width: 100%;
}
.menu-vertical .menu-item a,
.mega-menu .submenu-2 .menu-item a {
  position: relative;
  padding: 13px 30px;
  border-bottom: 1px solid #efefef;
  line-height: 1;
  white-space: normal;
  display: block;
}
.menu-vertical a,
.mega-menu a {
  color: #5d5d5d;
}
.menu-vertical .menu-item {
  float: none;
  position: relative;
}
.menu-vertical .sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
  border: 0;
  z-index: -13;
  border-radius: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: 0.5s;
  transition-delay: 0.2s;
}
.menu-vertical .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px;
  transform: rotate(-90deg);
  color: #8e8e8e;
  cursor: pointer;
}
/*.menu-vertical .dropdown > .dropdown-toggle::after {
  content: '>';
  display: block;
  position: absolute;
    right: 20px;
   bottom: 15px;
    font-size: 14px;
    color: #8c8c8c;
}*/
.menu-horizontal {
  padding: 40px 15px;
  margin: 0;
}
.category-menu .menu-horizontal {
  padding: 40px 30px;
}
.menu-horizontal .column {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.menu-horizontal .column-1 {
}
.menu-horizontal .column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.menu-horizontal .column-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.menu-horizontal .column-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.menu-horizontal .column-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
.menu-horizontal .column > .menu-item {
  display: inline-block;
  width: 100%;
}
.menu-horizontal a {
  display: inline-block;
  padding: 7px 0;
  line-height: 1;
  color: inherit;
}
.menu-horizontal .main-menu {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.menu-horizontal .sub-menu {
  margin: 10px 0 20px;
}

/************* Mega Menu ****************/
.menu-icon {
  background: white;
  display: block;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 24px;
  width: 24px;
}

.menu-icon::before,
.menu-icon::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition-duration: 0.3s, 0.3s;
}
.menu-icon::before {
  top: -8px;
  transition-property: top, transform;
}
.menu-icon::after {
  bottom: -8px;
  transition-property: bottom, transform;
}
.open .menu-icon {
  background: none;
}
.open .menu-icon::before {
  top: 0;
  ms-transform: rotate(45deg);

  transform: rotate(45deg);
  webkit-transform: rotate(45deg);
}
.open .menu-icon::after {
  bottom: 0;
  ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  webkit-transform: rotate(-45deg);
}

.menu {
  min-height: 50px;
  margin-bottom: 0;

  border-radius: 0;
  border: 0;
  padding: 0;
}
.menu-inner {
  background-color: #3d3d3d;
}
.menu.fixed .menu-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 52%);
  z-index: 100;
}
.menu .container {
  position: relative;
}
.mega-menu {
  position: static;
  padding: 0;
}
.mega-menu .navbar-nav {
  float: none;
  padding-right: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mega-menu .container {
  padding: 0;
}
.mega-menu a {
  display: block;
}
.menu .menu_all {
  font-style: italic;
  color: #7e3146;
  font-size: 12px;
  margin-top: 12px;
}
.mega-menu .navbar-collapse {
  padding: 0;
}
.mega-menu .menu_main,
.button-search {
  color: #fff;
  background-color: transparent;
  padding: 15px 15px 16px;
  text-transform: uppercase;
}
.mega-menu .menu_main {
  font-size: 13px;
  display: block;
}
.mega-menu .menu_main .caret {
  opacity: 0.5;
}
.mega-menu .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  left: 0;
  top: 51px;
  position: absolute;
  width: 100%;
      overflow: hidden;
}
.mega-menu .mega-menu_all {
  display: inline-block;
}
.mega-menu .menu-horizontal .banner-image .img-responsive {
  float: right;
}
.mega-menu .button-search {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.mega-menu .button-search .fa {
  font-size: 16px;
}
.mega-menu .nav > li {
  position: static;
}
.mega-menu .nav > li > a:hover,
.mega-menu .nav > li.open > a {
  background-color: transparent;
}

.mega-menu .nav > li.submenu-2 {
  /* Submenu List */
  position: relative;
}
.mega-menu .submenu-1 .dropdown-menu,
.mega-menu .submenu-3 .dropdown-menu {
  left: 15px;
}
.mega-menu .submenu-2 .container {
  width: auto;
  padding: 0;
}
.mega-menu .submenu-2 .sub-menu {
  margin: 0;
  padding: 0 20px;
}
.mega-menu .submenu-2 .dropdown-menu {
  min-width: 300px;
  left: 0;
}
.mega-menu .submenu-2 .sub-menu a {
  padding: 7px 0;
  font-weight: 400;
  margin: 0;
}
.mega-menu .submenu-2 .img-responsive {
  width: 100%;
}
.mega-menu .submenu-3 .dropdown-menu {
}
.mega-menu .submenu-3 .title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
.mega-menu .submenu-3 .image-grid {
  margin: 0 auto 15px;
}
.menu-horizontal .grid {
  display: grid;
  grid-gap: 30px;
}
.menu-horizontal .grid-1 {
  grid-template-columns: 1fr;
}
.menu-horizontal .grid-2 {
  grid-template-columns: 1fr 1fr;
}
.menu-horizontal .grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.menu-horizontal .grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.menu-horizontal .grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.menu-horizontal .grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
/* content */
#content {
  min-height: 460px;
  margin-bottom: 60px;
}
.home #content {
  min-height: 0;
  margin-bottom: 0;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 auto 15px;
  background: none;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb li {
  padding: 0 10px 0 0;
  position: relative;
  /*white-space: nowrap;*/
  font-size: 12px;
  color: #b3b3b3;
}
.breadcrumb li + li:before {
  content: "/";
  padding: 0;
  margin-right: 10px;
  /* width: 1px;
      height: 19px;
      background: #d2d2d2;*/
  display: inline-block;
  vertical-align: top;
}
.breadcrumb a {
  color: #b3b3b3;
}
.pagination {
  margin: 40px 0 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
  color: inherit;
  font-size: 16px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: none;
  color: #7e3146;
}
.pagination-result {
  font-size: 12px;
  color: #929292;
  padding: 20px 0;
}
/* list group */
.list-group {
  margin-bottom: 30px;
}
.list-group a {
  color: inherit;
}
.list-group a,
.list-group-item:first-child,
.list-group-item,
.list-group-item.active {
  padding: 12px 30px 12px 12px;
  border: 0;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0;
}
.list-group-item.active:focus,
.list-group-item.active:hover {
  border-bottom: 1px solid #e6e6e6;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  background: none;
  color: #7e3146;
}
.list-group a.active:hover,
.list-group a:hover {
  background: #fbfbfb;
}
.list-group a.active {
  font-weight: 600;
}
.list-group .dropdown-menu > li > a {
  padding-left: 30px;
  white-space: normal;
  line-height: 1;
}
.list-group .dropdown-menu .dropdown-menu > li > a {
  padding-left: 60px;
}
/*********** Advantages ***************/
.advantages {
  margin-bottom: 40px;
  display: flex;
}
.advantages-item {
  flex: 1 1 300px;
  margin: 4px 2px;
}
#column-left .advantages,
#column-right .advantages {
  flex-direction: column;
}
#column-left .advantages-item,
#column-right .advantages-item {
  flex: 1 1 auto;
}
.advantages-item .advantages-item-inner {
  padding: 7% 0;
  display: flex;
}
.advantages-item .icon {
  font-size: 60px;
  color: #7e3146;
  width: 33.333%;
  justify-content: center;
}
.advantages-item .text {
  width: 66.6777%;
  padding-right: 7%;
}
.advantages-item .text,
.advantages-item .icon {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.advantages-item .text-inner .line-1 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.advantages-item .text-inner .line-2 {
  font-size: 12px;
  line-height: 1.4;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.carousel .owl-wrapper-outer {
  border: 0;
  box-shadow: none;
}
/* Category Menu Module*/
.category-menu .child::after {
  content: ;
}
.category-menu .child .fa {
  float: right;
  color: #7e3146;
  font-size: 16px;
}
.category-menu .category-list {
  position: relative;
}
.category-menu .list-group-item.active .fa {
  display: none;
}
.category-menu .subchild {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0;
  z-index: 10;
  background: #fff;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}
.category-menu .list-group-item.active + .subchild {
  position: relative;
  width: 100%;
  padding-left: 20px;
  box-shadow: none;
  background: none;
}
.category-menu .category-list:hover .active + .subchild {
  right: 0;
  border: 0;
}
.category-menu .subchild a {
  background: none;
  border: 0;
  padding: 6px 12px;
}
.category-menu .category-list:hover .subchild {
  width: 100%;
  right: -100%;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #7e3146;
}

/***************** Category *******************/
.category h1,
.product h1 {
  font-size: 26px;
  margin-top: 10px;
}
.categories {
  list-style: none;
  padding: 0;
}
.categories-item {
  margin: 5px 0 0;
  display: inline-block;
  transition: 0.5s;
}
.categories-item a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
}
.categories-item:hover a {
  text-decoration: none;
}
.categories-title {
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #3d3d3d;
}
.category-filter {
  background: #f7f7f7;
  padding: 10px 0;
  margin-bottom: 10px;
}
.category-filter .btn {
  background: #f7f7f7;
}
.category-filter .fa {
  font-size: 20px;
}
.category-view.active {
  color: #585858;
}
.category-view {
  background: none;
  border: 0;
  padding: 10px 8px 6px;
  color: #a0a0a0;
}
.category-filter .form-group {
  margin-bottom: 0;
}
.product-layout {
  padding: 0 15px;
}
.product-layout.product-grid {
  _border: 1px solid #f3f3f3;
  margin-right: -1px;
  margin-bottom: -1px;
  _padding: 0;
  border: none;
  padding: 0 0.9rem 0.9rem 0.9rem;
}

.product-thumb {
  background: #fff;
  transition: 0.5s;
  position: relative;
  box-shadow: 0 1px 5px 0.5px rgb(198 197 197 / 47%);
}
.stickers {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  z-index: 9;
  transition: 0.5s;
}
.product-label {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.product-label .inner {
  padding: 0 7px;
  font-size: 12px;
  display: inline-block;
  _border-radius: 4px;
  border-radius: 2px;
  z-index: 10;
  color: #fff;
}
/*.product-label::after {
  content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-width: 6px 0 0 0;
    border-style: solid;
    border-right: 5px solid transparent!important;
        color: #5f5f5f;
}*/
.product-label.sale .inner {
  _background: #c10000;
  background: #f00;
}
.product-label.hit .inner {
  _background: #8bc302;
  background: #7bd235;
}
.product-label.soldout .inner {
  _background: #9d9d9d;
  background: #17a2b8;
}
.product-label.new .inner {
  _background: #0070bf;
  background: #1170e4;
}
.product-thumb .image {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.product-thumb .main-image {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-name {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.product-thumb .title {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #6d6d6d;
  margin-bottom: 5px;
  padding: 0 15px;
}
.product-thumb .title:hover {
  text-decoration: none;
}
.product-grid .product-name .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-height: 40px;
}
.product-thumb .image-additional_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.product-thumb:hover .image-additional_nav {
  opacity: 1;
}
/*.product-thumb:hover .stickers{
  opacity: 0;
}*/
.product-thumb .image-additional_dot {
  cursor: pointer;
  height: 100%;
  display: block;
  width: 100%;
  padding: 0 3px;
  display: flex;
  align-items: end;
}
.product-thumb .image-additional_dot .image-nav {
  display: block;
  height: 1px;
  width: 100%;
  background: #cfcfcf;
  transition: 0.5s;
}
.product-thumb .image-additional_dot:hover .image-nav {
  background: #959595;
}
.product-grid .description {
  display: none;
}
.product-grid .product-thumb .image {
  float: none;
  padding: 15px 15px 5px;
}
.product-thumb .caption {
  padding: 0 20px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
.product-thumb .rating {
  padding-top: 10px;
  text-align: center;
}
.product-thumb .rating .fa-stack {
  cursor: inherit;
  height: 20px;
}
.product-thumb .rating .far {
  font-size: 14px;
}
.product-info .rating .fa-stack {
  width: 16px;
  height: 30px;
}

.product-thumb .price {
  text-align: center;
  margin-top: 10px;
  max-height: 40px;
  font-weight: 700;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  line-height: 18px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 10px;
  display: block;
  font-weight: 400;
}
.product-thumb .button-group {
  margin-top: 30px;
}

.product-grid .product-thumb .button-group .inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90%;
  left: 0;

  padding: 10px;
  text-align: center;
  width: 100%;

  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: 0.5s;
}

.product-grid .product-thumb:hover .button-group .inner {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.product-grid .product-thumb:hover {
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-list .product-thumb .button-group .inner {
  text-align: center;
}
.product-thumb .image .button-group {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.product-thumb:hover .image .button-group {
  opacity: 1;
}
.product-thumb .mini.button-group .btn {
  width: 32px;
  border: none;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: #3d3d3d;
  background: #ffffff;
  padding: 4px 6px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
  transition: 0.3s;
}
.product-thumb .mini.button-group .btn:hover {
  opacity: 1;
  background: #dedede;
  box-shadow: none;
}
.product-thumb .button-group .button-card {
  width: 100%;
}
/* Product List */
.product-list {
  border-bottom: 1px solid #dadada;
}
.product-list .product-thumb {
  display: flex;
  padding: 20px 0;
}
.product-list .image {
  width: 30%;
}
.product-list .product-info {
  width: 40%;
  padding: 0 20px;
}
.product-list .title {
  text-align: left;
  margin: 15px 0;
  font-size: 18px;
  padding: 0;
}
.product-list .description {
  font-size: 12px;
  color: #7b7b7b;
}
.product-list .caption-block {
  width: 30%;
  padding-left: 15px;
  border-left: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-list .price {
  margin-bottom: 20px;
}
/***************** Compare ******************/
.compare .btn {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
  width: 100%;
}
.compare .table {
  font-size: 12px;
  text-align: center;
}
.compare .table .title {
  text-align: left;
}
.compare .description {
  font-size: 12px;
}
.compare .img-responsive {
  margin: auto;
}
.compare .rating-rext {
  padding-top: 15px;
}
/***************** Product ******************/
.product-info .rating {
  float: left;
}
.product-info .view-review {
  margin-left: 10px;
  font-size: 12px;
}
.product-info {
  margin-bottom: 10px;
}
.product-info .wishlist,
.product-info .compare {
  margin: 0 10px;
  float: right;
  color: #7b7b7b;
  cursor: pointer;
}
.product-info .wishlist {
  margin-left: 20px;
}
.product-info .top-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-info .top-group .fa,
.product-info .top-group .far {
  font-size: 20px;
}
.product-info .rating .fa,
.product-info .rating .far {
  font-size: 14px;
}
.product-info_list {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 40px;
}
.product-info_list .list-unstyled {
  width: 50%;
  float: left;
  padding-top: 7px;
}
.product-info .manufacturer-image {
  width: 50%;
  float: left;
  display: block;
  text-align: right;
  margin: 7px 0;
}
.product .stock {
  font-weight: 700;
  font-size: 14px;
  color: #c50000;
  margin: 20px 0;
}
.product .stock.instock {
  color: #8ebb04;
}
.product .stock.instock::before {
  content: "\2713";
  margin-right: 10px;
}
.product-info .price-new {
  font-size: 24px;
}
.product-info .price-block.price-new .price-val {
  font-size: 16px;
}
.product-info .price {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
  min-height: 24px;
  overflow: hidden;
}
.product-info .price .price-block {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  border-right: 4px solid #fff;
  width: 33.33%;
  float: left;
}
.product-info .price .price-block:last-child {
  border: 0;
}
.product-info .price .price-title {
  color: inherit;
  font-weight: 400;
  font-size: 12px;
}
.product-info .price-old .price-val {
  color: #b1b1b1;
  text-decoration: line-through;
}
.product-info .price-save .price-val {
  color: #c00;
}
.product-info .tax,
.product-info .points {
  color: #999;
  font-size: 12px;
}
.product #product {
  margin-top: 10px;
}
.product .options {
  padding: 30px 0;
}
.product .form-group > .control-label {
  font-size: 14px;
  margin-bottom: 10px;
}
.product .options .form-group {
  clear: both;
  overflow: hidden;
}
.product .option-radio label,
.product .option-checkbox label {
  font-weight: 700;
  padding-left: 0;
}
.product .option-radio input,
.product .option-checkbox input {
  display: none;
}
.product .option-radio .radio-name {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 9px;
  margin: 5px 0 0;
  display: inline-block;
  transition: 0.5s;
}
.product .option-radio input:checked + .radio-name,
.product .option-radio .radio-name:hover {
  border: 1px solid #4c4c4c;
  background: #4c4c4c;
  color: #fff;
}
.product .option-radio .radio,
.product .option-radio .radio + .radio {
  display: inline-block;
  margin: 0 4px 4px;
  float: left;
}
.product .option-radio .radio-image {
  position: relative;
}
.product .option-radio .radio-image img {
  border-radius: 4px;
}
.product .option-radio .radio-image .option-price {
  display: block;
  text-align: center;
  font-size: 10px;
}
.product .radio-image .check {
  display: none;
  position: absolute;
  top: 16px;
  left: 34%;
  color: #fff;
  font-size: 16px;
}
.product .radio-image input:checked + .check {
  display: block;
}
.product .option-checkbox .fa {
  width: 10px;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  color: #ababab;
}
.product .option-checkbox .fa-check-square-o {
  color: inherit;
}
.product .discounts {
  padding: 15px 20px;
  margin-top: 20px;
  background: #f9f9f9;
  font-size: 12px;
  color: #818181;
}
.product .discounts ul {
  margin: 0;
}
.product .quantity {
  width: 30%;
  float: left;
}
.product .order-group {
  width: 70%;
  float: left;
}
.product .order-group .btn {
  padding: 9px;
}
.product .width-40 {
  width: 40%;

  float: left;
}
.product .width-100 {
  width: 100%;
}
.product .btn-quick_order {
  width: 58%;
  margin: 0 1%;
  float: left;
}

.product .quantity .control-label {
  float: left;
  line-height: 40px;
  margin-right: 5px;
}
.quantity .input-quantity,
.quantity .qty-minus,
.quantity .qty-plus {
  float: left;
  width: 33%;
}
.quantity .qty-minus,
.quantity .qty-plus {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  background: #f5f5f5;
  cursor: pointer;
}
.quantity .qty-minus {
  border-radius: 4px 0 0 4px;
}
.quantity .qty-plus {
  border-radius: 0 4px 4px 0;
}
.quantity .input-quantity {
  text-align: center;
  border-radius: 0;
}

.product .alert-info {
  position: static;
  font-size: inherit;
  clear: both;
  padding: 15px;
  border-radius: 4px;
}
.product .thumbnail:hover {
  border-color: #ddd;
}
.product .image .thumbnail {
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.product .thumbnail {
  border: 0;
}
.product .thumbnail .img-responsive {
  width: 100%;
}
.product.quick-view .thumbnail {
  cursor: default;
}
.product .image {
  position: relative;
}
.product .image .main-image {
  position: relative;
  text-align: center;
}
.product .image .zoom {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 2;
}
.product .image .zoom .fa {
  font-size: 18px;
  color: #6b6b6b;
  transition: 0.5s;
}
.product .image .zoom:hover .fa {
  font-size: 20px;
  color: inherit;
}
.thumbnails {
  width: 103%;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding: 0 15px;
  position: relative;
}
.thumbnails img {
  width: 100%;
}
.thumbnails .image-additional {
  padding: 0 5px;
}
.thumbnails-col-6 .image-additional {
  width: 16.667%;
}
.thumbnails-col-4 .image-additional {
  width: 25%;
}
.image-additional a {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.thumbnails .swiper-button-prev,
.thumbnails .swiper-button-next {
  background-size: 10px 20px;
}
.thumbnails .swiper-button-prev {
  left: 5px;
}
.thumbnails .swiper-button-next {
  right: 5px;
}
.quick-view {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  position: relative;
}
.quick-view .product_link {
  margin: 40px 0 20px;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.easyzoom .img-responsive {
  vertical-align: bottom;
}

.easyzoom.is-loading .img-responsive {
  cursor: progress;
}

.easyzoom.is-ready .img-responsive {
  cursor: crosshair;
}

.easyzoom.is-error .img-responsive {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.product .nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  font-size: 12px;
}
.product .nav-tabs > li {
  float: none;
  margin-bottom: -1px;
}
.product .nav-tabs > li a {
  color: inherit;
  position: relative;
  border: 0;
  padding: 10px 0;
  white-space: nowrap;
}

.product .nav-tabs > li.active > a,
.product .nav-tabs > li > a:hover {
  color: inherit;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #7e3146;
}
.nav-tabs > li > a:hover {
  cursor: pointer;
}
.product .nav-tabs > li.active > a::after {
  content: " ";
  border-top: 6px solid #7e3146;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 6px;
  display: block;
  position: absolute;
  right: 44%;
  bottom: -7px;
}
.tab-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.attributes {
  padding: 30px 0;
      display: grid;
  grid-template-columns: 1fr 1fr;
}
.attributes__column {
  padding-right: 15px;
}
.attributes__group {
    margin-bottom: 30px;

}
.attributes__title {
    font-weight: 600;
    margin-bottom: 15px;
}
.attributes__item {
    display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
}
.attributes__name,
.attributes__text {
  background: #fff;
  position: relative;
  bottom: -5px;
}
.attributes__name {
  max-width: 50%;
}
.attributes__text {
  flex: 0 0 40%;
}
.review-rating i {
  font-size: 24px;
}
.review-rating i,
.rating i {
  color: #d0d0d0;
}
.review-rating i {
  cursor: pointer;
}
.review-rating li,
.rating li {
  display: inline-block;
}
.review-rating .act i,
.rating .act {
  color: #f3d542;
}
.review-rating {
  padding-top: 15px;
  margin-bottom: 0;
}
.review-list {
  margin-bottom: 30px;
}
.review-item .date-text-block {
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
}
.product-review {
  margin-bottom: 40px;
}
.product-review .review-item,
.review-page .review-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px;
}
.review-header {
    overflow: hidden;
}
.product-review .review-item i {
  cursor: default;
}
.rating {
  margin-bottom: 25px;
}
.product-review .author,
.review-page .author {
  font-size: 18px;
}
.product-review .date,
.review-page .date {
  font-style: italic;
  color: #afafaf;
  margin-right: 15px;
}
#form-review .title {
  font-size: 24px;
}
.title-h1.related {
  border-top: 0;
}
.tags {
  padding: 15px 0;
}
.tags a {
  display: inline-block;
  padding: 5px 10px;
  background: #f7f7f7;
  border-radius: 10px;
}

/************ Reviews **********************/
.review-response {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}
.review-response .title {
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 16px;
}
.review-response .text {
  font-style: italic;
  padding-bottom: 0;
}
.review-response::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  border-bottom: 8px solid #f7f7f7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.form-review {
  padding: 30px 60px;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  border: 1px solid #dddddd;
}
/************ Manufacturer *****************/
.manufacturer-list .alphabet {
  margin-bottom: 20px;
}
.manufacturer-list .alphabet .title {
  font-size: 18px;
  font-weight: 400;
}
.manufacturer-list .alphabet .btn {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: inherit;
  margin-bottom: 4px;
  transition: 0.5s;
}
.manufacturer-list .alphabet .btn:hover {
  border-color: #afafaf;
}
.manufacturer-list .list {
  border: 1px solid #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
}
.manufacturer-list .list .title {
  margin: 0;
  font-size: 20px;
  background: #f7f7f7;
  padding: 10px 20px;
}
.manufacturer-list .brands {
  padding: 10px 5px;
  margin: 0;
}
/************* Search **********************/
.search-panel {
  margin-bottom: 20px;
}
/************ Contacts *********************/
.contact-item {
  margin-bottom: 20px;
}
.contact-item address {
  display: inline;
}
.contact-item .far,
.contact-item .fas {
  width: 37px;
  font-size: 20px;
  text-align: center;
  color: #b7b7b7;
}
.contact-map iframe {
  width: 100%;
  float: left;
}

/***************** tech Banner *********************/
.tech_banner {
  margin-bottom: 80px;
  padding-top: 30px;
}
.tech_banner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.tech_banner_item {
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 100%;
}
.tech_banner_item:hover {
  text-decoration: none;
}
.tech_banner_text {
  padding: 30px;
  width: 50%;
}
.tech_banner_text {
  line-height: 1;
}
.tech_banner_text .line-1 {
  font-size: 13px;
  margin-bottom: 15px;
}
.tech_banner_text .line-2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tech_banner_text .line-3 {
  font-size: 13px;
}
.tech_banner_image {
  width: 50%;
  overflow: hidden;
}
.tech_banner_image img {
  transition: 0.3s;
}
.tech_banner_item:hover img {
  transform: scale(1.1);
}
/************* tech Blog ****************/
.blog-list-wrapper {
  margin-bottom: 30px;
}
.latest-blogs .blog-list {
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 30px;
}
.blog-list {
  transition: 0.5s;
}
.latest-blogs .blog-list:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.blog-list .blog-inner {
  transition: 0.5s;
}
.blog .blog-list:hover .blog-inner {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.blog-list .blog-inner {
  background: #f7f7f7;
  border-radius: 5px;
}
.blog .blog-list {
    margin-bottom: 30px;
}
.blog-list .blog-image {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.blog-list .blog-image img {
  width: 100%;
  transition: 0.5s;
}
.blog-list:hover .blog-image img {
  transform: scale(1.1);
}
.blog-list .blog-text {
  font-size: 12px;
  padding: 15px;
}
.blog-list .date-added {
  font-size: 10px;
  bottom: 20px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
}
.blog-list .title {
  font-size: 16px;
  height: 65px;
  overflow: hidden;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
.blog-list .rating {
  float: right;
}
.blog-list .btn-blog {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  display: block;
  text-align: right;
  margin-top: 20px;
}

.btn-blog .fa-chevron-right {
  margin-left: 12px;
}

.latest-blogs .buttons {
  margin-bottom: 30px;
  padding-top: 40px;
}
.latest-blogs {
  padding: 20px 0 30px;
  margin-bottom: 30px;
}
/***************** Blog Article ********************/
.article-date-added {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #949494;
}
.wrapper {
  margin-bottom: 40px;
}
.blog-article-image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 850px;
  height: 450px;
  margin-bottom: 5%;
}
.blog-article .date-added {
  left: -10px;
}

.blog-content .title {
  background-size: cover;
  background-position: center;
}
.blog-content .wrapper {
  background: rgba(0, 0, 0, 0.52);
  padding: 40px;
  text-align: center;
}
.blog-content h1 {
  color: #fff;
}
.blog-content .date-added {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 400;
}
.blog-content .date-added i {
  margin-right: 5px;
}
.blog-content .date-added .viewed {
  margin-left: 20px;
}
.blog-content .description {
  margin-bottom: 20px;
}

.blog .btn-default {
  float: right;
}
/**************** tech Latest Blogs ***************/

#column-right .latest-blogs,
#column-left .latest-blogs {
  margin: 0;
  padding: 0;
}
#column-right .latest-blogs .swiper-pager,
#column-left .latest-blogs .swiper-pager,
#column-right .latest-blogs .date-added,
#column-left .latest-blogs .date-added {
  display: none;
}
#column-right .blog-list,
#column-left .blog-list {
  border: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#column-right .latest-blogs .blog-image,
#column-left .latest-blogs .blog-image {
  border-radius: 6px 0 0 6px;
  width: 25%;
}
#column-right .blog-list .blog-text,
#column-left .blog-list .blog-text {
  width: 75%;
  padding: 7px 10px;
}
#column-right .blog-list .title,
#column-left .blog-list .title {
  font-size: 12px;
  line-height: 15px;
  height: auto;
  margin-bottom: 0;
}
#column-right .latest-blogs .swiper-wrapper,
#column-left .latest-blogs .swiper-wrapper {
  display: block;
}
#column-right .latest-blogs .btn,
#column-left .latest-blogs .btn {
  width: 100%;
}
#column-right .latest-blogs .buttons,
#column-left .latest-blogs .buttons {
  padding-top: 0;
}

/*************  tech Slideshow ****************/
.tech_slideshow {
  position: relative;
}
.tech_slideshow .container {
  height: 100%;
}
.tech_slideshow_link {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.tech_slideshow .line-1 {
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 1;
}
.tech_slideshow .line-2 {
  font-size: 24px;
  margin-bottom: 33px;
  line-height: 1;
}
.tech_slideshow .line-1,
.tech_slideshow .line-2,
.tech_slideshow .btn {
  position: relative;
  top: -1000px;
  transition: 1s;
}
.tech_slideshow .swiper-slide-active .line-1,
.tech_slideshow .swiper-slide-active .line-2,
.tech_slideshow .swiper-slide-active .btn {
  top: 0;
}
.tech_slideshow .line-1 {
  transition: 1.5s;
  transition-delay: 0.3s;
}
.tech_slideshow .line-2 {
  transition: 1s;
  transition-delay: 0.3s;
}
.tech_slideshow .btn {
  transition: 0.5s;
  transition-delay: 0.3s;
}
.tech_slideshow_text {
  width: 100%;
  margin: 0;
}

.tech_slideshow .swiper-pagination {
  bottom: 15px;
}
.tech_slideshow .swiper-button-next {
  right: 10px;
}
.tech_slideshow .swiper-button-prev {
  left: 10px;
}
/********* Carousel **************/
.carousel-product {
  padding: 0;
  position: relative;
  margin: auto;
}
.container .carousel-product {
  margin: 0 -15px;
  /*max-width: 100%;*/
}
.container-fluid .carousel-product {
  margin: 0 15px;
  /*max-width: 100%;*/
}
.home .container .carousel-product {
  margin: 0;
}
#column-left .carousel-product,
#column-right .carousel-product {
  margin: auto;
}
.carousel-product .title-h1 {
  margin-left: -10px;
  margin-right: -10px;
  border: 0;
}
.carousel-product .product-layout.product-grid {
  margin: 0;
  border-right: 0;
}
#column-left .product-layout.product-grid,
#column-right .product-layout.product-grid {
  border-right: 1px solid #f3f3f3;
}
.carousel-product .product-layout.product-grid:last-child {
  border-right: 1px solid #f3f3f3;
}
.carousel-product .swiper-wrapper {
}
.carousel-product .swiper-container,
.latest-blogs .swiper-container {
  padding: 5px 1px 50px;
  margin: 0 -1px;
}
.latest-blogs .swiper-container {
  padding-bottom: 0;
}
.swiper-viewport {
  width: 100%;
  margin: auto;
  position: relative;
  border: 0;
  background: none;
  box-shadow: none;
}
.swiper-button-prev {
  left: -12px;
}
.swiper-button-next {
  right: -12px;
}

.swiper-pagination {
  bottom: -30px;
  width: 100%;
}
.swiper-slide .img-responsive {
  margin: auto;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%235f5f5f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev,
.swiper-button-next {
  background-size: 20px 30px;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
#column-left .swiper-button-prev,
#column-left .swiper-button-next,
#column-right .swiper-button-prev,
#column-right .swiper-button-next {
  background-size: 10px 20px;
}
.swiper-button-prev:before {
  content: none;
}
.swiper-button-next:before {
  content: none;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  margin: 0 3px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #797979;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.slideshow {
  border: 0;
  margin-bottom: 30px;
  box-shadow: none;
}
.slideshow .swiper-button-prev {
  left: 12px;
}
.slideshow .swiper-button-next {
  right: 12px;
}
.slideshow .swiper-pagination {
  bottom: 15px;
}

/*************** Reviews ******************* */
.carousel-review {
  padding: 30px 0 40px;
  font-size: 14px;
}
.carousel-review .title-h1 {
  border: 0;
  margin-bottom: 30px;
}
.carousel-review .review-layout {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 5px;
}
.carousel-review .review-thumb {
  max-width: 800px;
  margin: auto;
}
.carousel-review .caption {
  min-height: 80px;
  line-height: 1.6;
  color: #808080;
}
.carousel-review .buttons {
  padding-top: 30px;
}
.carousel-review .signature {
  font-style: italic;
  margin-top: 20px;
}
.carousel-review .date_added {
  color: #b7b7b7;
}
/************** Column Menu ***************/
.column-menu {
  margin-bottom: 30px;
}
.column-menu .title {
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.column-menu .custom-dropdown {
  overflow: hidden;
  position: relative;
}
.column-menu .list-group-item > .custom-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  transform: rotate(-90deg);
}
.column-menu .custom-dropdown.open > .list-group-item > .custom-dropdown-toggle {
  transform: none;
}
.column-menu .custom-dropdown-menu {
  position: static;
  box-shadow: none;
  background: none;
  border: 0;
  width: 100%;
  display: none;
}
/*.column-menu .custom-dropdown.open .custom-dropdown-menu{
  display: block;
}*/
.column-menu .custom-dropdown-menu .list-group-item {
  padding-left: 30px;
}
.column-menu .custom-dropdown-menu .custom-dropdown-menu .list-group-item {
  padding-left: 60px;
}
/*********************** tech Category *************************/
.tech_category {
  margin-bottom: 40px;
}
.tech_category_item {
  margin: 15px 0;
}
.tech_category_image {
  overflow: hidden;
  border-radius: 5px;
}
.tech_category_item .img-responsive {
  float: left;
  width: 100%;
  transition: 0.5s;
}
.tech_category_link {
  display: block;
  color: inherit;
}
.tech_category_link:hover .img-responsive {
  transform: scale(1.1);
}
.tech_category_description {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 16px;
  margin: 0;
}
.tech_category_text {
  font-size: 14px;
  text-align: center;
  color: #848484;
}
.tech_category_link:hover {
  text-decoration: none;
}

/**************** Newslatter ***************/
.newsletter {
  padding: 20px 0;
  background: #dbdbdb;
  overflow: hidden;
}
.newsletter .fas {
  position: absolute;
  font-size: 150px;
  transform: rotate(-15deg);
  top: -60px;
  color: #c5c5c5;
}
.newsletter .newsletter_left .title {
  margin-bottom: 0;
  color: #3d3d3d;
  font-weight: 700;
}
.newsletter_left {
  min-height: 40px;
  position: relative;
  color: #3d3d3d;
  display: flex;
  align-items: center;
}
.newsletter .form-group .form-control {
  border: 2px solid #fff;
}
/**************** Quick Order **************/
.quick_order .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.quick_order .price {
  font-size: 24px;
  padding: 10px;
}
.quick_order .options {
  font-size: 12px;
  color: #929292;
  margin-bottom: 10px;
}
.quick_order .description {
  font-size: 12px;
}
.get-code-window.quick_order_cart {
  max-width: 400px;
}
/************ Cart *************************/
.checkout-cart .cart-wrapper {
  max-width: 890px;
  margin: auto;
}
.checkout-cart .cart-list {
  padding: 60px 0 20px;
}
.checkout-cart .cart-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.checkout-cart .img-thumbnail {
  border: 0;
}
.checkout-cart .btn.update {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: inherit;
  padding: 9px;
}
.checkout-cart .cart-prices {
  padding-top: 10px;
}
.checkout-cart .cart-prices .price-x {
  position: relative;
  left: -15px;
}
.checkout-cart .cart-prices .equals {
  position: relative;
  right: -15px;
}
.checkout-cart .cart-info a {
  color: inherit;
  font-weight: 700;
}
.checkout-cart .cart-info .model {
  font-size: 10px;
  color: #afafaf;
}
.checkout-cart .cart-info .options {
  font-size: 10px;
}
.checkout-cart .cart-info .reward {
  color: #57b700;
  font-size: 13px;
}
.checkout-cart .cart-info .recurring {
  font-size: 13px;
}
.checkout-cart .remove {
  background: none;
  box-shadow: none;
  border: 0;
  color: #ad0000;
  font-size: 16px;
}
/**************** Brands *******************/
.brands {
  background: #f7f7f7;
  padding: 40px 0;
  text-align: center;
}
.brands-item {
  width: 16%;
  display: inline-block;
  padding: 15px;
}
.brands .img-responsive {
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}
.brands .img-responsive:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/**************** Bootstrap Panel *******************/
.panel-group .panel {
  border: 0;
  box-shadow: none;
}
.panel-body {
  padding: 30px;
}
.panel-default > .panel-heading {
  color: inherit;
  border: 0;
  background: none;
  padding: 15px 0;
}
.panel-title .accordion-toggle:hover {
  text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #f9f9f9;
}
/**************** Footer *******************/
.footer {
  background-color: #3d3d3d;
  color: #ccc;
  clear: both;
}
.footer .title {
  color: #fff;
}
.footer_top {
  padding: 70px 0;
}
.footer li {
  color: #ccc;
  transition: 0.5s;
  margin-bottom: 10px;
}
.footer a:hover {
  color: #7e3146;
}
.footer .fa {
  width: 20px;
}
.footer .contacts .fas,
.footer .contacts .far,
.footer .contacts .fab {
  color: #c7c7c7;
  font-size: 21px;
  margin-right: 10px;
  vertical-align: bottom;
  margin-bottom: -2px;
  width: 21px;
  text-align: center;
}
.footer .title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.footer-columns {
  display: grid;
  grid-gap: 30px;
}
.footer-columns.column-count-1 {
  grid-template-columns: 1fr;
}
.footer-columns.column-count-2 {
  grid-template-columns: 1fr 1fr;
}
.footer-columns.column-count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-columns.column-count-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-columns.column-count-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer-html {
  padding-top: 50px;
}
.footer_bottom {
  background: #dbdbdb;
  padding: 30px 0 20px;
  text-align: center;
}
.footer_bottom .title {
  color: #3d3d3d;
}
.footer_bottom .social_list {
  display: inline-block;
  padding: 0;
  margin-bottom: 25px;
  text-align: center;
}
.footer_bottom .social_item {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.footer_bottom .social_item .fab {
  color: #c52668;
  font-size: 34px;
}
.footer_bottom .powered {
  font-size: 12px;
  color: #3d3d3d;
}
.footer_bottom .powered a {
  color: #c52668;
}
/************ Captcha **********************/
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.input-group-addon-captcha {
  padding: 0 2px;
}

/************ Magnific Popup ***************/
.get-code-window {
  position: relative;
  background: #fff;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 600px;
}
@media (min-width: 1460px) {
  .container {
    width: 1400px;
  }
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 1370px;
  }
  
  .container-sm {
    width: 1200px;
  }
}
/***************************/
.btn-primary.style-2 {
  color: #ffffff;
  background-color: #d98c00;
  border-color: #d98c00;
}
.btn-primary.style-2:hover, .btn-primary.style-2:focus {
  color: #ffffff;
  background-color: #e6b150;
  border-color: #e6b150;
}

.advantages .icon img {
  max-height: 80px;
  height: auto;
}
.blog-content .description ul > li, 
.product .tab-content ul > li {
  margin-bottom: 0.4rem;
}
/***************************/
.catalog-wrapper {
  margin-bottom: 3rem;
}
.catalog-list {
  transition: 0.4s;
  margin-bottom: 3rem;
}
.catalog-list .catalog-inner {
  transition: 0.5s;
}
.catalog .catalog-list:hover .catalog-inner {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.catalog-list .catalog-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 25px 0 rgb(200 200 202 / 63%);
}
.catalog .catalog-list {
  margin-bottom: 30px;
}
.catalog-list .catalog-image {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.catalog-list .catalog-image img {
  width: 100%;
  transition: 0.5s;
}
.catalog-list:hover .catalog-image img {
  transform: scale(1.1);
}
.catalog-list .catalog-text {
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
}
.catalog-list .title {
  font-size: 1.7rem;
  min-height: 5rem;
  overflow: hidden;
  line-height: 22px;
  _display: block;
  _margin-bottom: 10px;
  display: flex;
  margin-bottom: 0px;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

/*=============================
Go Top CSS
===============================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -58px;
  right: 20px;
  color: #ffffff;
  background-color: #4f87fb;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100%;
}
.go-top-left {
  left: 20px;
}
.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  -webkit-transition: .3s;
  transition: .3s;
}

.go-top.active {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  margin-top: -3px;
}
/***************************/
@media (min-width: 1200px) and (max-width: 1459px) {
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 1140px;
  }
  .mega-menu .menu_main {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  /*#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}*/
}
@media (max-width: 1199px) {
  .top-menu-list sup,
  .top_cart sup {
    margin-left: -7px;
  }
  .advantages-item .text-inner .line-1 {
    font-size: 14px;
  }
  .advantages-item .icon i {
    font-size: 48px;
  }
  .advantages-item .advantages-item-inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .advantages-item .text,
  .advantages-item .icon {
    min-height: 0;
    padding: 15px 0;
    width: 90%;
    text-align: center;
  }
  .advantages-item .text {
    padding-top: 0;
  }
  .product-thumb .button-group {
    margin: 0;
  }
  .product-grid .product-thumb .button-group .inner,
  .product-list .product-thumb .button-group .inner {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    box-shadow: none;
  }
  .product-grid .product-thumb .button-group .inner {
    padding: 5px;
  }
  .product-list .product-thumb .button-group .inner {
    padding-top: 10px;
  }

  .product-thumb .button-group .btn {
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: 30px;
    border: 0;
    background: 0;
    color: #c1c1c1;
    margin-bottom: 0;
    font-size: 16px;
    box-shadow: none;
  }
  .product-thumb .button-group .fa,
  .product-thumb .button-group .far {
    margin-right: 0;
  }
  .product-thumb .title {
    font-size: 16px;
  }

  .product-thumb .price {
    font-size: 16px;
  }
  .product-thumb .price-old {
    font-size: 14px;
  }
  .product-thumb .rating .fa,
  .product-thumb .rating .far {
    font-size: 10px;
  }
  .product-thumb .rating i {
    width: 11px;
  }
  .product-thumb .rating {
    margin-bottom: 0;
  }
  .product .quantity {
    width: 40%;
  }
  .product .order-group .btn {
    margin-left: 0;
  }
  .product .width-40 {
    width: 41%;
  }
  .product .nav-tabs > li a {
    font-size: 12px;
    padding: 10px;
  }
  .product-info .price-block.price-new .price-val,
  .product-info .price-old .price-val,
  .product-info .price-save .price-val {
    font-size: 14px;
  }
  .product .order-group {
    width: 100%;
    padding-top: 10px;
  }

  .swiper-button-next {
    right: -6px;
  }
  .swiper-button-prev {
    left: -6px;
  }
  .footer_top {
    margin: 0;
  }
  .footer-columns.column-count-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}*/
  .category-menu .menu-horizontal,
  .mega-menu .submenu-1 .dropdown-menu,
  .mega-menu .submenu-3 .dropdown-menu {
    width: 940px;
  }
  .mega-menu .menu_main {
    font-size: 10px;
    padding: 15px 10px 0;
  }
  /*.product-thumb .button-group .addwishlist, 
  .product-thumb .button-group .addcompare {
    font-size: 11px;
  }
  .product-thumb .button-group .fa, 
  .product-thumb .button-group .far {
    margin-right: 5px;
  }*/
}
@media (min-width: 992px) {
  .mobile-content {
    display: none;
  }
  .menu-inner .dropdown-menu.menu-content {
    max-height: 100vh;
    overflow: hidden;
  }
  .category-menu .dropdown-menu.menu-content.vertical {
    overflow: initial;
  }
  .menu-inner .menu-horizontal {
    overflow-y: auto;
    max-height: 100vh;
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
  .title-h1 {
    font-size: 24px;
    line-height: 1;
  }
  
  .site-name-h  {
    display: none;
  }
  .logo.pt-4  {
    padding-top: 0 !important;
  }

  .header {
    border-bottom: 1px solid #dedede;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 /15%);
  }
  .header-inner, .header-inner.h-11-rm { 
    height: 50px;
    padding: 5px 0;
  }
  .header-logo {
    width: 50%;
  }
  .top-menu-icon,
  .top-menu-icon.top-menu-w2, .top-menu-icon.top-menu-w1, .top-menu-icon.top-menu-no-name-w3,
  .top-menu-icon.top-menu-no-name-w2, .top-menu-icon.top-menu-no-name-w1 {
    width: 50%;
  }
  #top {
    height: 0;
  }
  
  .blok-header {
	_display: none;
	flex-direction: column;
    width: 100% !important;
    flex-wrap: nowrap;
    align-items: flex-start;
	padding: 0 15px;
  }
  .blok-header .btn-link, .blok-header .btn-link .fa, 
  .blok-header .btn-link i, .blok-header .btn-link span {
    font-size: 1.7rem !important;
    line-height: 2 !important;
  }
  /***** Mobile Menu *********/

  .mobile-menu .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    display: inline-block !important;
    line-height: 12px;
    color: #8e8e8e;
    cursor: pointer;
  }
  .mobile-menu .menu-inner {
    background: none;
  }
  .mobile-menu .menu-item {
    font-size: 16px;
    position: relative;
    /*padding-left: 15px;*/
  }
  .mobile-menu .menu-item .menu-item {
    padding-left: 15px;
  }
  .mobile-content {
    float: left;
    margin-right: 15px;
  }
  .mobile-content .mobile-menu {
    /*display: none;*/
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    overflow: auto;
    padding: 30px 15px;
    transition: 0.3s;
    z-index: 101;
  }
  .mobile-content .mobile-menu.active {
    left: 0;
  }
  .mobile-content .dropdown-backdrop {
    display: none;
  }
  .mobile-content .container {
    width: 100%;
  }
  .mobile-menu .menu-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px;
  }
  .mobile-content .mobile-toggle {
    padding: 13px 0;
    line-height: 13px;
    background: none;
    border: 0;
  }
  .mobile-content .menu-content {
    /*display: block;*/
    position: static;
    border: 0;
    box-shadow: none;
    margin: 15px -15px;
  }
  .sub-menu-toggle .caret {
    transform: rotate(-90deg);
  }
  .menu-vertical .sub-menu-toggle .caret {
    transform: none;
  }
  .sub-menu-toggle.active .caret {
    transform: rotate(0deg);
  }
  .menu-vertical .sub-menu-toggle.active .caret {
    transform: rotate(90deg);
  }
  .mega-menu .button-search {
    position: static;
    background: #d7d7d7;
    margin-top: 15px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .mega-menu .button-search .fa {
    font-size: 12px;
  }
  /****** Category Menu **********/
  .category-menu .menu-content {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .category-menu .navbar-header .btn {
    position: relative;
  }
  .category-menu .navbar-header .btn .caret {
    position: absolute;
    top: 23px;
    right: 16px;
    opacity: 0.5;
    transform: rotate(-90deg);
  }
  .category-menu nav.open .navbar-header .btn .caret {
    transform: none;
  }
  .category-menu .dropdown-backdrop {
    display: none;
  }
  .category-menu .navbar-header .btn {
    background: none !important;
    color: inherit !important;
    font-size: inherit;
    text-align: left;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 49px;
  }

  /****** Category Horizontal Menu **********/
  .menu-horizontal,
  .category-menu .menu-horizontal {
    padding: 0;
  }
  .menu-horizontal.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu-horizontal .column-1,
  .menu-horizontal .column-2,
  .menu-horizontal .column-3,
  .menu-horizontal .column-4,
  .menu-horizontal .column-6 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .menu-horizontal .sub-menu {
    display: none;
    margin: 0;
  }
  .menu-horizontal .grid {
    display: block;
  }

  /****** Category Vertical Menu **********/

  .menu-vertical .sub-menu {
    position: static;
    opacity: 1;
    z-index: 1;
    min-width: auto;
    display: none;
    box-shadow: none;
  }
  .menu-vertical > .menu-item {
    padding-left: 0;
  }
  .mega-menu .menu-item a,
  .category-menu .menu-content a {
    padding: 13px 30px 13px 0 !important;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  /******* Mega Menu **************/
  .mega-menu .caret {
    transform: rotate(-90deg);
  }
  .mega-menu .open > .dropdown-toggle .caret {
    transform: none;
  }

  .mega-menu {
    clear: both;
    padding: 0 15px;
  }
  .mega-menu .navbar-nav {
    padding-right: 0;
    display: block;
    margin: 0;
  }
  .mega-menu .menu_main {
    color: inherit !important;
    padding: 15px 0;
    font-weight: 700;
  }
  .top-menu .button-search {
    color: inherit !important;
    margin-bottom: 0;
  }

  .mega-menu .nav > li {
    border-bottom: 1px solid #ececec;
    clear: both;
    float: none;
  }
  .mega-menu .menu-horizontal a {
    padding: 5px 0;
  }
  .mega-menu .menu-horizontal .menu_all {
    border: 0;
    padding-left: 15px !important;
  }
  .mega-menu .menu-horizontal .banner-image {
    display: none;
  }
  .mega-menu .submenu-3 .title {
    text-align: left;
    margin-bottom: 0;
  }
  .toplinks {
    width: 100%;
    padding: 15px;
    max-width: 100%;
    white-space: normal;
  }
  .toplinks li {
    display: block;
  }
  .toplinks a {
    padding: 0;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .mobile-menu .toplinks .list-inline li>a {
    color: #3d3d3d;
  }
  .mega-menu .menu_main {
    position: relative;
    padding-right: 40px;
  }
  .mega-menu .menu_main .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    line-height: 1;
  }

  .mega-menu .dropdown-menu {
    position: static;
    min-width: 100% !important;
    box-shadow: none;
    padding: 0;
  }
  .search {
    position: static;
  }
  .search-list-wrapper {
    top: 100%;

    left: 0;
    width: 100%;
  }
  .logo {
    height: 40px;
    min-height: auto;
    margin-left: 25px;
  }
  .top-menu {
    text-align: right;
  }

  .custom-html {
    display: none;
    padding: 0 15px;
    clear: both;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .mobile-content .custom-html {
    display: block;
    text-align: left;
    width: 100%;
  }
  .currency-language {
    width: 100%;
  }
  .currency-language .dropdown-toggle {
    font-weight: 700;
  }
  .currency-language .dropdown-menu {
    box-shadow: none;
    border: 0;
  }
  .currency-language .btn {
    text-align: left;
    padding: 5px 15px;
  }

  .cart .cart-total {
    background: none !important;
    color: inherit !important;
    padding: 0;
  }
  .cart .cart-total .fas {
    color: #808080;
    margin-right: 0;
  }
  .top-menu-list .account,
  .top-menu-list .compare {
    display: none;
  }
  .top-menu-list i {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0;
    margin-right: 0;
  }
  .top-menu .button-search svg {
    fill: #808080;
  }
  .top-menu-list .btn-link,
  .cart .cart-total,
  .top-menu .button-search {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 11px;
  }
  .top-menu-list li {
    padding: 0 3px;
  }
  .top-menu-list sup,
  .top_cart sup {
    margin-left: 0;
    font-size: 11px;
    position: absolute;
    top: 13px;
    right: 0;
  }

  .advantages-item .icon i {
    font-size: 36px;
  }
  .tech_category_description {
    font-size: 14px;
    line-height: 1;
  }
  .tech_category_text {
    font-size: 12px;
    line-height: 1;
  }
  .carousel-product .swiper-container,
  .latest-blogs .swiper-container {
    padding-bottom: 30px;
  }
  .filter-inner .panel-filter {
    display: none;
  }
  /******** tech Blog *************/
  .blog-list {
    padding: 15px;
  }
  .blog-list .date-added {
    padding: 4px 10px;
    font-size: 8px;
  }
  /******** tech Banner *************/
  .tech_banner_text .line-2 {
    font-size: 16px;
  }
  .tech_banner_text {
    padding: 15px;
    width: 60%;
  }
  .tech_banner_image {
    width: 40%;
  }
  /******** Product Thumb *************/
  .product-thumb .price {
    font-size: 13px;
  }
  .product-thumb .price-old {
    font-size: 11px;
  }
  .product-thumb .title {
    font-size: 14px;
  }
  /******** Product *************/
  .product .quantity {
    width: 50%;
  }
  .product .quantity.with-quick_order {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .product .order-group {
    width: 50%;
  }
  .product .order-group.with-quick_order {
    width: 100%;
  }
  .product .order-group .width-100 {
    width: 100%;
  }
  .newsletter {
    text-align: center;
  }
  .newsletter_left,
  .newsletter .form-group .form-control {
    margin-bottom: 15px;
    display: block;
  }
  .newsletter .fas {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer_top {
    padding: 40px 0;
  }
  .footer_top .list-unstyled {
    margin-bottom: 30px;
  }
  .footer-columns.column-count-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /***************************/
  .advantages .icon img {
    max-height: 70px;
  }
  /***************************/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}*/

  .tech_banner_text .size-l {
    font-size: 30px;
  }
  .tech_banner_text .size-m {
    font-size: 24px;
  }
  .tech_banner_text .size-s {
    font-size: 14px;
  }
}
@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%;
  }
  .menu-vertical .menu-item:hover > .sub-menu {
    opacity: 1;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .btn {
    margin-bottom: 5px;
  }
  .top-menu-list .btn-link,
  .cart .cart-total,
  .top-menu .button-search {
    padding: 11px 5px;
  }
  .top-menu-list sup,
  .top_cart sup {
    font-size: 9px;
    right: -2px;
  }
  .search .btn-search {
    padding: 9px;
  }
  .title-h1 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .cart-list .image {
    width: 15%;
  }
  .cart-list .image,
  .cart-list .quantity,
  .cart-list .total {
    padding: 0;
  }
  .cart-list .name {
    line-height: 1;
    width: 35%;
  }
  .tech_slideshow_link {
    align-items: start;
    padding-top: 15px;
  }
  .tech_slideshow .line-1 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .tech_slideshow .line-2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .advantages {
    flex-direction: row;
    margin-bottom: 15px;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .advantages-item {
    flex: none;
    width: 48%;
    float: left;
    margin: 2px;
  }
  .advantages-item .advantages-item-inner {
    padding: 2% 0;
  }
  .brands-item {
    width: 32%;
    padding: 15px;
    margin: 0;
  }
  .cart-list .title {
    font-size: 12px;
  }
  /*.product-thumb .price {
    height: 38px;
  }*/

  .categories {
    white-space: nowrap;
    overflow: auto;
    position: relative;
  }
  .categories-item a {
    padding: 3px 5px;
    font-size: 12px;
  }
  .category-filter {
    padding-top: 0;
  }
  .product-thumb .price-new,
  .product-thumb .price-old {
    /*display: block;*/
    margin-left: 0;
  }
  .stickers {
    right: 0;
  }
  .stickers .product-label::after {
    content: none;
  }
  .product-label .inner {
    padding: 3px;
    font-size: 10px;
    line-height: 1.2;
  }
  .category h1,
  .product h1 {
    font-size: 20px;
  }
  .product-info .top-group {
    margin-bottom: 15px;
  }
  .product-info .rating {
    margin-bottom: 0;
  }
  .product-info .price-block.price-new .price-val,
  .product-info .price-old .price-val,
  .product-info .price-save .price-val {
    font-size: 13px;
  }
  .thumbnails .swiper-button-prev,
  .thumbnails .swiper-button-next {
    top: 42%;
  }
  .product .nav-tabs {
    text-align: left;
    display: block;
  }
  .product .nav-tabs > li.active > a,
  .product .nav-tabs > li > a:hover {
    border: 1px solid #7e3146;
    border-radius: 4px;
  }
  .product .nav-tabs > li.active > a::after {
    content: none;
  }
  .tab-content {
    overflow: auto;
  }
  .carousel-product {
    padding: 0 15px;
  }
  .container .carousel-product {
    max-width: initial;
  }
  .container-fluid .carousel-product {
    margin: 0;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .tech_slideshow .swiper-button-next,
  .tech_slideshow .swiper-button-prev {
    display: none;
  }
  .tech_banner {
    margin-bottom: 30px;
  }
  .tech_banner_grid {
    display: block;
  }
  .tech_banner_item {
    margin-bottom: 15px;
  }

  .latest-blogs .swiper-container {
    padding-bottom: 0;
  }
  .latest-blogs .swiper-button-prev {
    left: -6px;
  }
  .latest-blogs .swiper-button-next {
    right: -6px;
  }
  .latest-blogs .blog-list {
    padding: 15px 20px;
    border-radius: 4px;
  }
  .review-item .date-text-block {
    border-left: 0;
    padding-left: 15px;
  }
  .product-review .review-item,
  .review-page .review-item {
    padding: 0;
    margin-bottom: 30px;
  }
  .product-review .author,
  .review-page .author {
    margin-bottom: 0;
  }
  .product-review .author {
    font-size: 14px;
  }
  .rating {
    margin-bottom: 10px;
  }
  .product-review .date,
  .review-page .date {
    margin-bottom: 10px;
  }
  .product-review .date {
    width: 100%;
    margin-right: 0;
  }
  .form-review {
    margin-top: 0;
    padding: 30px 0;
    border: none;
  }
  .product-info .price .price-block {
    padding: 10px 5px;
  }
  .attributes {
    grid-template-columns: 1fr;
  }
  .attributes__column {
    padding-right: 0;
  }
  .compare .table-wrapper {
    overflow: auto;
  }
  .manufacturer-list .alphabet .btn {
    padding: 5px 10px;
  }
  .checkout-cart .cart-list {
    padding-top: 10px;
  }
  .checkout-cart .cart-image {
    margin-bottom: 15px;
  }
  .checkout-cart .cart-prices {
    text-align: right;
    margin: 0 -15px;
    font-weight: 700;
  }
  .checkout-cart .cart-quantity {
    max-width: 100px;
    float: left;
  } 
  .checkout-cart .cart-quantity + .price {
    padding-top: 10px;
  }
  .checkout-cart .price-x {
    position: relative;
    left: -15px;
  }

  .footer_top {
    text-align: center;
  }
  .footer-columns.column-count-5,
  .footer-columns.column-count-4,
  .footer-columns.column-count-3,
  .footer-columns.column-count-2 {
    grid-template-columns: 1fr;
  }
  .footer_bottom .social_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .footer_bottom .social_item .fab {
    font-size: 26px;
  }
  .get-code-window {
    padding: 30px 15px;
  }
  .footer a {
   color: inherit;
  }
}
@media (max-width: 640px) {
  .container-sm {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 576px) {
  .tech_slideshow_item .tech_slideshow_text {
    padding-right: 1.3rem;
	padding-left: 1.3rem;
  }
  .tech_slideshow .line-1 {
    font-size: 2.8rem;
  }
  .tech_slideshow .line-2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 541px) {
  .advantages .icon img {
    max-height: 60px;
  }
}
@media (max-width: 444px) {
  .tech_category .tech_category_item .img-responsive {
    float: none;
    height: 60%;
    width: auto;
	margin-left: auto;
    margin-right: auto;
  }
  .product-layout.product-grid {
    padding: 0 0.8rem 1rem 0.8rem;
  }
  
  .tech_slideshow .line-1 {
    font-size: 2.5rem;
  }
  .tech_slideshow .line-2 {
    font-size: 1.8rem;
  }
  
  .container-sm {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
  .container h1 {
    font-size: 2.3rem;
  }
  .container h2 {
    font-size: 2.1rem;
  }
  .container h3 {
    font-size: 1.9rem;
  }
  .container h4 {
    font-size: 1.75rem;
  }
  
  .catalog-list {
    margin-bottom: 2rem;
  }
  .catalog-list .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 415px) {
  .advantages .icon img {
    max-height: 50px;
  }
}
@media (max-width: 368px) {
  .product-layout.product-grid {
    padding: 0 0.7rem 0.7rem 0.7rem;
  }
}