@charset "UTF-8";

@import url(../fonts/Aktifo-A/stylesheet.css);

body {
  width: 100%;
  font-family: 'Aktifo-A';
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1390px){
  .container {
      width: 1370px;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000761;
  font-family: 'Aktifo-A';
  line-height: 1.2;
  font-weight: bold;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1,
.h1 {
  font-size: 33px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 12px;
}

h6,
.h6 {
  font-size: 10.2px;
}

a {
  color: #000761;
}

a:hover {
  color: #1d4567;
  text-decoration: underline;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

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;
}

.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;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #337ab7;
  text-decoration: none;
  color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #337ab7;
}

/* top */
#top {
  min-height: 40px;
  margin: 0 0 20px 0;
  padding: 4px 0px 3px 0;
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  background-color: #337ab7;
  text-shadow: none;
  color: #ffffff;
}

#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
  color: #337ab7;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* Header */
.header_main {
  position: relative;
  padding:25px 0px;
}

.header_info {
  margin-left: 200px;
}

.info-box {
  margin-bottom: 10px;
}

.info-box__slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Aktifo-A', sans-serif;
  line-height: 1.4;
  color: #337ab7;
}

.info-box__address, .info-box__working-hours {
  font-size: 14px;
  white-space: pre-line;
}

.contacts-box {
 display:flex;
 align-items: center;
 justify-content: flex-end;
}
.contacts-box__telephon{
  margin-right: 15px;
}
.contacts-box__telephon a{
  font-size: 18px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.contacts-box__telephon a:hover{
  
  text-decoration: none;
}
.contacts-box__telephon a img{
  vertical-align: baseline;
  margin-right: 10px;
}
.contacts-box__mail{

}
.contacts-box__mail .btn{
  font-size: 13px;
  line-height: 16px;
  color: #000761;
  font-family: 'Aktifo-A';
  background: transparent;
  border:none;
  padding: 0px;
  border-bottom: 1px solid #000761;
  border-radius: 0px;
}
.contacts-box__mail .btn:hover{
  color:#2838cb;
}
.contacts-box__mail .btn i{
  display:none;
}
.contacts-box__wishlist{
  list-style-type: none;
  margin-right: 50px;
}
.contacts-box__wishlist a{
  font-size: 15px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.contacts-box__wishlist a:hover{
  text-decoration: none;
  color: #2838cb;
}
.contacts-box__wishlist a img{
  vertical-align: sub;
  margin-right: 5px;
}
.contacts-box__account{
  list-style: none;
  
}
.contacts-box__account a{
  font-size: 15px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.contacts-box__account a:hover{
  text-decoration: none;
  color: #2838cb;
}
.contacts-box__account a img{
  vertical-align: sub;
  margin-right: 5px;
}
.d-flex{
  display:flex;
}
.align-items-center{
  align-items: center;
}

/*меню*/


/* logo */
#logo {

}

/* search */
#searchtop {

}

#search .input-lg {
  height: 52px;
  padding: 0 30px;
  border: 1px solid #b1c6de;
  border-right: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
#search .input-lg::placeholder{
  color: #000761;
}
#search .input-lg:focus::-webkit-input-placeholder {
  color: transparent
}

#search .btn-lg {
  padding: 10px 35px;
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
 
}

#cart > .btn {
  
  height: 52px;
  border-radius: 6px;
  background-color: #f75b25;
  border: 0px solid #ffffff;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 15px;
  text-shadow:none;
}
#cart > .btn:hover{
  color:#fff;
}
.cart-kolvo{
  position: relative;
  left: -7px;
  top: -7px;
  display:inline-block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 9px;
  background-color: #000761;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.cart-name{
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Aktifo-A';
  margin-right: 5px;
}
.cart-money{
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #fff;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  min-height: 40px;
  background-color: #229ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .nav > li > a {
  min-height: 15px;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  display: block;
  min-width: 160px;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  padding: 3px 20px;
  border-top: 1px solid #DDD;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  float: right;
  padding: 2px 18px;
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  background-color: #229ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/*slider*/
#pos-slider{
  margin-bottom: 40px;
}
.tp-caption{
 width: 920px;
}
.slider{
 width: 100%;
 display:flex;
 align-items: center;
 justify-content: space-between;
}
.slider-left{
  width: 50%;
}
.slider-right{
  width: 50%;
}
.slider-img{
  margin-top: 50px;
}
.slider-img img{
 width: 100% !important;
}
.slider-suptitle{
  font-size: 24px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
  margin-bottom: 10px;
}
.slider-title{
  font-size: 82px;
  line-height: 82px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
  margin-bottom: 20px;

}
.slider-money{
  font-size: 20px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.slider-btn{
  width: 172px;
  height: 52px;
  border-radius: 6px;
  background-color: #000761;
  border: 0px solid #ffffff;
  font-size: 15px;
  line-height: 52px;
  color: #c9f8ff;
  font-weight: bold;
  font-family: 'Aktifo-A';
  display:inline-block;
  text-align:center;
}
.slider-btn:hover{
  color:#fff;
  text-decoration: none;
  background-color:#2838cb;
}
.tp-bannertimer{
  display:none;
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #cfddec;
  border-top: 1px solid #ddd;
  color: #000761;
}
.footer-list{
  padding:0px;
  text-align:left;
}
footer hr{
  border-top:1px solid #bac7de;
}
.footer-list li{
 list-style: none;
}
.footer-list li a{
  font-size: 13px;
  line-height: 26px;
  color: #000761;
  font-weight: 500;
  font-family: 'Aktifo-A';
}
.contacts-box__address{
  font-size: 13px;
  color: #000761;
  font-weight: 300;
  font-family: 'Aktifo-A';
  text-align: right;
  margin-top:20px;
}


/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 20px -15px;
  padding: 8px 0;
  background: none;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  position: relative;
  padding: 0 15px;
  text-shadow: 0 1px 0 #FFF;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:not(:last-child):after {
  content: '-';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  line-height: 24px;
  color: #9498c6;
}

.breadcrumb > li a {
  color: #9498c6;
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  border: 1px solid #337ab7;
  border-radius: 4px;
  background-color: #337ab7;
  font-size: 14px;
  color: white;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.btn-primary {
  background-color: #337ab7;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: #337ab7;
  background: #3682c3;
}

.btn-warning {
  border-color: #f89406 #f89406 #ad6704;
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  border-color: #bd362f #bd362f #802420;
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  border-color: #51a351 #51a351 #387038;
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  border-color: #dc512c #dc512c #a2371a;
  background-color: #df5c39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: -o-linear-gradient(top, #e06342, #dc512c);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  color: #23A1D1;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-inverse {
  border-color: #222222 #222222 #000000;
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  color: #333;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  border: 1px solid #DDDDDD;
  background-color: transparent;
  text-decoration: underline;
  color: #337ab7;
}

/* 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;
}

/* ! product list */
.btn-group.localstorage .btn.active,
.btn-group.localstorage .btn:hover,
.btn-group.localstorage .btn:focus {
  border-color: #337ab7;
  outline: none;
  background-color: #337ab7;
  color: white;
}

.product-thumb {
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #cfddec;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}


/* Подкаталог в категориях */
.subCatalog {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.subCatalog__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: calc(20% - 20px);
  border-radius: 12px;
  border: 2px solid #f75b25;
  background-color: #ffffff;
}

.subCatalog__item.product-thumb .image img {
  padding-top: 25px;
}

.subCatalog__item.product-thumb .h4 {
  margin: 0;
  padding-right: 0;
}

.subCatalog__item.product-thumb .caption {
  margin-top: 15px;
  padding: 0 12px 25px;
  min-height: unset;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.subCatalog__item.product-thumb .caption .h4 a {
  color: #f75b25;
}


/*
.product-more-inf {
	box-shadow: 0px 6px 26px 0 rgba(0,0,0, .25);
}
*/
.product-more-info {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  padding: 15px;
  padding-top: 0;
  border: 1px solid #337ab7;
  border-top: none;
  background-color: #fff;
}

.product-thumb:hover .product-more-info {
  display: block;
}

.owl-carousel .product-thumb:hover .product-more-info {
  display: none;
}

.product-attribute {
  max-width: 100%;
  overflow: hidden;
  display: block;
  padding: 0 10px;
}

.product-attribute thead > tr > td,
.product-attribute tbody > tr > td,
.product-attribute tfoot > tr > td {
  padding: 0;
  border-top: none;
}

.product-attribute tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-attribute tbody > tr td:first-child {
  color: #aaa;
  display: block;
  white-space: nowrap;
}

.product-attribute tbody > tr td:first-child::after {
  content: "..........................................................................";
  color: #ddd;
  font-size: 10px;
}

.product-attribute tbody > tr td:nth-child(2) {
  text-align: right;
  position: absolute;
  right: 35px;
  display: block;
  background: #fff;
  padding-right: 35px;
  margin-right: -35px;
}

.product-thumb .image {
  text-align: center;
  
}

.product-thumb .image a {
  display: block;
}



.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}


.product-thumb .h4 {
  font-weight: bold;
  padding-right: 50px;
}
.cap-mycategory .h4{
  text-align: center;
  padding-right: 0px;
  width: 100%;
    height: 100%;
}

.product-thumb .desc {
  line-height: 1.4;
}

.product-thumb .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 15px;
  margin-top: 30px;
  min-height: 200px;
}
 .product-thumb .caption .h4 a{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.product-thumb .caption .h4 a:hover{
  text-decoration: none;
  
  
}
 .product-thumb .caption .price{
  font-size: 18px;
  line-height: 24px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
  display:flex;
  flex-direction: column-reverse;
}
.price-new{
  font-size: 18px;
  line-height: 24px;
  color: #f75b25;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.price-old{
  font-size: 18px !important;
  line-height: 24px;
  text-decoration: line-through;
  color: #000761 !important;
  font-weight: bold;
  font-family: 'Aktifo-A';
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.mycategoryhome .cap-mycategory {
  min-height: auto;
  
}

.title-mycategory{
  margin-bottom: 30px;
}
.mycategory {
  position: relative;
  min-height: 340px;
  border-radius: 12px;
  background-color: #c9f7ff;
  border: 0px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top:0px;
  margin-bottom: 30px;
}
.mycategory:hover{
  background-color: #2838cb;
  
}
.mycategory .cap-mycategory {
  min-height: 65px !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 0px;
}
.timer-block{
  display:none;
}
.mycategory-item{
  width: 20%;
}
.mycategory .image{
  margin-top:50px;
}
.mycategory .cap-mycategory .h4 a {
  font-size: 18px;
  line-height: 24px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mycategory:hover .cap-mycategory .h4 a{
  color: #c9f8ff;
  text-decoration: none;
}

.mycategory .child {
  display:none;
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
  background: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display:none;
}

.mycategory:hover .child {
  height: 100%;
}
.featured{
  margin-top:50px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

.h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
  font-size: 18px;
}

.product-thumb .price-old {
  margin-left: 10px;
  color: #999;
  text-decoration: line-through;
}

.product-thumb .price-tax {
  display: block;
  color: #999;
  font-size: 12px;
}

.product-thumb .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  align-items: center;
}

.product-thumb > .button-group {
  padding: 15px;
}

.product-thumb .button-group .button-group {
  width: 100%;
  margin-bottom: 5px;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  float: left;
  display: inline-block;
  width: 55%;
  height: 48px;
  border-radius: 6px;
  background-color: #f75b25;
  border: 0px solid #ffffff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Aktifo-A';
}
.product-thumb .button-group button img{
  vertical-align: bottom;
  margin-right: 5px;
}
.product-thumb .button-group button + button {
  width: 40px;
}

.product-thumb .button-group button:hover {
  background-color: #b3390f;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

button.smch_call_button,
.product-thumb button.smch_call_button {
  /* insert there your css style */
  width: 100%;
  background: #5198D5;
  border-color: #5198D5;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

.thumbnails {
  margin: 0;
  padding: 0;
  overflow: auto;
  clear: both;
  list-style: none;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

/*@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 (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;
	}
}
@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;
	}
}*/
/* fixed colum left + content + right*/
@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%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/*Main Menu*/
.header_menu {
  position: relative;
  background-color: #337ab7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header_menu.fixed {
  position: fixed;
  z-index: 201;
  top: 0;
  width: 100%;
}

div.main_menu {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 15;
}

div.main_menu .container-fluid,
div.main_menu .navbar-collapse {
  padding: 0;
  background-color: transparent;
}

div.main_menu .navbar-default {
  background-color: transparent;
}

.main_menu .navbar {
  margin-bottom: 0;
  border: none;
}

div.main_menu li {
  position: relative;
  z-index: 4;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-all a {
  font-size: 16px;
  line-height: 26px;
  color: #000761 !important;
  font-weight: bold;
  font-family: 'Aktifo-A';
  padding: 0px 15px !important;
}
.menu-all a:hover{
  color:#2838cb !important;
}
.menu-all li:first-child a{
  padding: 0px 0px !important;
  padding-right: 15px !important;
  
}

body .header_menu div.main_menu a:hover,
body .header_menu div.main_menu a:focus,
body .header_menu div.main_menu a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
 background: transparent;
 color:#2838cb !important;
}


div.main_menu a.navbar-toggle {
  display: none;
}

div.main_menu div.dop_menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0px;
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          border-radius: 6px;
}

div.main_menu div.dop_menu ul ul {
  top: 0;
  left: 100%;
}

div.main_menu div.dop_menu ul li a {
  width: 200px;
  padding: 14px 19px;
  border-bottom: 1px solid  #f0f0f0;
  background-color: white;
  text-transform: none;
  color: inherit;
  font-weight: normal;
  display:block;
}

div.main_menu div.dop_menu ul li:last-child a {
  border-bottom: none;
}

div.main_menu div.dop_menu ul li a:hover,
div.main_menu div.dop_menu ul li a:focus,
div.main_menu div.dop_menu ul li a.active {
  background-color: #f5f5f5;
  color: #337ab7;
  text-decoration: underline;
}

/*Main Menu*/
.container-module .owl-carousel:hover .owl-buttons div {
  opacity: 1;
}

.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev {
  right: 58px;
  left: auto;
}

.container-module .owl-carousel .owl-buttons div i {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  float: none;
}

.owl-carousel .owl-buttons .btn-carousel-module {
  float: left;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0 none;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #e3e3e3 none repeat scroll 0 0;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.owl-carousel .owl-buttons .btn-carousel-module:hover,
.owl-carousel .owl-buttons .btn-carousel-module:active {
  border: 1px solid #337ab7;
  background: #337ab7 none repeat scroll 0 0;
  color: #fff;
}

.container-module .owl-carousel .owl-buttons div {
  opacity: 1;
  top: -24px;
  right: 0;
}

.container-module .owl-carousel .owl-buttons div i {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
}

.container-module .owl-carousel .owl-buttons .owl-next {
  right: 25px;
}
.title-module,
.container-module .title-module,
.categorywall-container .title-module,
.buywith .buywith-title {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0px;
  clear: both;
}



.product-slider .owl-item .item {
  /* !!! position: relative;
    border: 1px solid #eee;
    background: #fff;
    width: 283px;
    height: 340px;
    margin-bottom: -1px;
    margin-right: -1px;
	overflow: visible; */
  margin:0px 12px;
}

.product-slider .owl-item:first-child .item {
  /* !!! position: relative;
    border: 1px solid #eee;
    background: #fff;
    width: 283px;
    height: 340px;
    margin-bottom: -1px;
    margin-right: -1px;
	overflow: visible; */
  margin:0px 0px;
  margin-right: 12px;
}
.product-slider .owl-item:last-child .item {
  /* !!! position: relative;
    border: 1px solid #eee;
    background: #fff;
    width: 283px;
    height: 340px;
    margin-bottom: -1px;
    margin-right: -1px;
	overflow: visible; */
  margin:0px 0px;
  margin-left:12px;
}


.product-slider .product-thumb {
  /* !!!! text-align: center;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 8px 10px 1px;
    min-height: 101%; */
  margin-bottom: 0;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #cfdcec;
}
.wishlist{
  z-index: 11;
  position: relative;
}
.product-slider .product-thumb .image{
  text-align: center;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.product-slider .product-thumb .image a{
  width: 100%;
  height: 100%;
  padding-top: 60px;
}
.product-slider .product-thumb:hover{
  border: 1px solid #000761;
}
.product-slider .product-thumb .caption{
  margin-top: 150px;
}
.product-slider .product-thumb:hover .caption .h4 a{
  text-decoration: none;
  
}

.product-slider .owl-wrapper-outer {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#column-left .product-slider .owl-item .item {
  width: calc(100% - 1px);
}

.container-module .title-module span,
.buywith .buywith-title span {
  font-size: 34px;
  line-height: 26px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
}

.title-module span{
  font-size: 34px;
line-height: 26px;
color: #000761;
font-weight: bold;
font-family: 'Aktifo-A';
}

.btn-search-select {
  display: block;
  height: 42px;
  padding: 10.5px 5px 10.5px 8px;
  margin-right: -2px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.input-group-btn.categories.open {
  z-index: 11;
}

.btn-search {
  height: 46px;
  margin-left: 0px !important;
  padding: 7px 18px;
  border-radius: 6px !important;
  background-color: #2838cb;
  border: 0px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  left: -2px;
}

#search .button_search {
  border: 1px solid #b1c6de;
  border-left:none;
  border-radius: 0px 4px 4px 0px;
  background-color: #fff;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  border: 0px solid #000761;
  background-color: #000761;
  color: #fff;

}

header #search_word {
  font-size: 12px;
  color: #999;
}

header #search_word a {
  border-bottom: 1px dotted;
  cursor: pointer;
}

div#searchtop ul.dropdown-menu {
  z-index: 9999;
}

#search .dropdown-menu.autosearch {
  z-index: 6666 !important;
  left: 5px;
  right: 5px;
  width: 98%;
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
  background: #fff none repeat scroll 0 0;
}

#search .dropdown-menu.autosearch li:nth-child(odd) {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: #f6f6f6;
}

#search .dropdown-menu.autosearch li:nth-child(even) {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #FFF;
}

#search .autosearch_link {
  cursor: pointer;
}

#search .dropdown-menu.autosearch a {
  border-radius: 0;
  white-space: normal;
}

#search .ajaxadvance {
  width: 100%;
  overflow: hidden;
}

#search .ajaxadvance .image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-right: 10px;
}

#search .ajaxadvance .content {
  max-width: 300px;
}

#search .ajaxadvance .name {
  margin: 0;
  font-size: 14px;
}

#search .ajaxadvance .content > div {
  margin-top: 5px;
}

#search .price {
  margin: 0 0 5px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

#search .ajaxadvance .content > div {
  margin-top: 5px;
}

.price-old {
  margin-right: 10px;
  color: #999999;
  text-decoration: line-through;
  font-size: 16px;
}

#search .ajaxadvance .price-old {
  text-decoration: line-through;
}

.price-new {
  font-weight: 600;
  color: #E55B4C;
}

#search .ajaxadvance .highlight {
  color: #38b0e3;
}

.product-grid .image-carousel-category .owl-buttons div {
  opacity: 1 !important;
  top: 45% !important;
}

.product-grid .product-thumb .owl-buttons .owl-prev {
  right: 120% !important;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.product-grid .product-thumb .owl-buttons .owl-next {
  right: 17% !important;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.product-grid .image-carousel-category .owl-buttons div {
  opacity: 1 !important;
  top: 45% !important;
}

.product-grid .owl-carousel .owl-buttons div i {
  font-size: 25px;
  margin: 0px !important;
}

.product-grid .image-carousel-category {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.product-grid .image-carousel-category.owl-carousel {
  margin: 0px;
}

.product-thumb .additional-img-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  max-width: calc(100% - 2px);
  
}


.product-thumb .main-img {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.product-thumb:hover .additional-img-hover {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.product-thumb:hover .main-img {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.product-price {
  display: table;
  overflow: hidden;
  padding: 0px;
  height: 60px;
  background: #fff;
}

.product-price
.editproducts {
  display: none;
}

.product-price:first-child {
  border-radius: 4px 4px 0 0;
}

.product-price:last-child {
  border-radius: 0 0 4px 4px;
}

.product-price:nth-child(n+1) {
  border-top: solid 1px #ddd;
}

.product-price:last-child {
  border-bottom: solid 1px #ddd;
}

.product-price .product-thumb {
  display: table-row;
  padding: 0
 !important;
  margin: 0
 !important;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.product-price .product-thumb
.caption {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.product-price:hover .btn-general {
  color: #fff;
  background-color: #f06262;
  border-color: #CA3030;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.product-price .product-thumb .caption .product-model {
  display: table-cell;
  min-width: 80px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .caption .button-group .compare,
.product-price .product-thumb .caption .button-group .wishlist,
.product-price .product-thumb .caption .grid-quick-order,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .caption .rating,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb
.quickview {
  display: none !important;
}

.product-price .product-thumb
.image {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #ddd;
  max-width: 60px;
  padding: 2px;
  width: 60px;
}

.product-price .product-thumb .image
img {
  padding: 3px;
  max-width: 55px;
  width: 55px;
}

.product-price .product-thumb .caption .quantity_plus_minus,
.product-price .product-thumb .caption .price,
.product-price .product-thumb .caption .button-group,
.product-price .product-thumb .caption .option,
.product-price .product-thumb .caption .product-name,
.product-price .product-thumb .caption .h4,
.product-price .product-thumb .caption p.price,
.product-price .product-thumb .caption .product-name {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #ddd;
  height: 60px;
}

.product-price .product-thumb .caption .button-group .cart,
.product-price .product-thumb .caption .button-group .list-quick-order {
  display: inline-block;
  margin-right: 4px;
}

.product-price .btn-general-disabled {
  display: inline-block;
}

.product-price .product-thumb .caption .button-group .list-quick-order
span {
  display: none;
}

.product-price .product-thumb .product-name {
  width: 100%;
  padding: 0
 0 0 10px;
  min-width: 150px;
}

.product-price .product-thumb .product-name
a {
  color: #333;
}

.product-price .product-thumb
.option {
  min-width: 130px;
  text-align: left;
  width: 130px;
  padding: 2px;
}

.product-price .product-thumb
.price {
  min-width: 100px;
  text-align: center;
  width: 1000px;
}

.product-price .product-thumb .price .price-old {
  margin-right: 0px;
  display: block;
}

.product-price .product-thumb
.quantity_plus_minus {
  width: 110px;
  min-width: 110px;
  text-align: center;
  padding: 10px;
}

.product-price .product-thumb .quantity_plus_minus
span {
  cursor: pointer;
}

.product-price .product-thumb .quantity_plus_minus .form-control {
  text-align: center;
}

.product-price .product-thumb > div:last-child {
  border-left: none;
  border-right: 1px solid #ddd;
}

.product-price .product-thumb .caption .button-group .cart
span {
  display: none;
}

@media (max-width: 992px) {
  .product-price .product-thumb .product-model,
  .product-price .product-thumb .quantity_plus_minus,
  .product-price .product-thumb
.image {
    display: none !important;
  }
  .product-price .product-thumb .price-view-price {
    min-width: 100px;
    width: 100px;
  }
}

#showmore {
  border-radius: 3px;
  color: #97d2ff;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 16px
 1px;
  text-align: center;
  width: 100%;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-width: 1px;
  border-style: solid;
  color: #31708f;
}

.product-price .product-thumb .h4 {
  width: 70%;
  padding: 0 0 0 10px;
  min-width: 150px;
}

.product-price .timer-block {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  min-width: 150px;
  padding: 0 0 0 10px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb .price, .product-price .timer-block {
  min-width: 100px;
  width: 1000px;
  text-align: center;
}

.product-price .timer_30.is-countdown {
  display: none;
}

.product-price .button-group button {
  display: inline-block;
  margin-right: 4px;
}

.product-price button.smch_call_button {
  font-size: 0;
}

.product-price button.smch_call_button .fa {
  font-size: 14px;
}

.product-price .button-group button span.hidden-xs.hidden-sm.hidden-md, .product-price button.wishlist, .product-price button.compare {
  display: none;
}

.category-page .product-price .catalogCard-extra,
.category-page .product-list .catalogCard-extra {
  display: none;
}

.category-page .product-price .attribute-cat,
.category-page .product-grid .attribute-cat {
  display: none;
}

.product-price table.table.table-bordered, .product-price .options-category, .product-price .product-thumb .caption p.desc, .product-price .wishlist, .product-price .compare {
  display: none;
}

.product-price .button-group {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb > div > .button-group {
  min-width: 110px;
  width: 110px;
  padding: 0 0 0 10px;
  text-align: left;
}

.product-price .product-thumb .caption, .product-price .product-thumb > div > .button-group {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product-price .product-thumb > div > .button-group, .product-price .product-thumb > div > .button-group .button-group {
  border-top: none;
  border-left: 1px solid #eee;
  background-color: transparent;
  overflow: auto;
}

.product-price button.smch_call_button {
  border-bottom: none;
}

.product-price .product-thumb > div > .button-group button {
  border-bottom: none;
}

.product-price:last-child {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.product-price .product-thumb > div > .button-group .button-group {
  display: inline-block;
  width: 45% !important;
}

.product-price .product-thumb > div > .button-group > button {
  width: 45%;
}

.info-inline {
  margin-right: 15px;
  color: #337ab7;
  display: inline-block;
  font-size: 13px;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa {
  font-size: 14px;
}

.info-inline b {
  color: #222;
  font-weight: normal;
}

.info-inline {
  display: inline-block;
  margin-right: 15px;
  color: #337ab7;
  font-size: 13px;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  color: #fc0;
}

.rating .fa-stack {
  font-size: 8px;
}

.info-inline a {
  color: #337ab7;
}

.price {
  margin: 5px 0px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.price-old {
  margin-right: 10px;
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
}

#product .price-old {
  font-weight: 400;
}

.price-new {
  font-weight: 600;
  color: #E55B4C;
}

#product .price-new {
  text-align: left;
  font-size: 20px;
}

#product .price {
  text-align: left;
  font-size: 22px;
}

#product .control-label {
  margin-right: 7px;
}

.product-thumb .review_plus, #review-quickview .review_plus, #review-quickview .review_minus, .product-thumb .review_minus, #review .review_plus, #review .review_minus, .last-shop-ratings .review_minus {
  padding: 5px;
}

.product-thumb .review_plus span, #review-quickview .review_plus span, #review .review_plus span, .last-shop-ratings .review_plus span {
  color: #1ab90a;
  padding-right: 5px;
}

.product-thumb .admin_reply, #review-quickview .admin_reply, #review .admin_reply, .last-shop-ratings .admin_reply {
  margin-left: 25px;
  padding: 5px;
}

.product-thumb .admin_reply span, #review-quickview .admin_reply span, #review .admin_reply span, .last-shop-ratings .admin_reply span {
  color: #2b8cdb;
}

.product-thumb .review_minus span, #review-quickview .review_minus span, #review .review_minus span, .last-shop-ratings .review_minus span {
  padding-right: 5px;
  color: #f06262;
}

#review-quickview .purchased, #review .purchased, .last-shop-ratings .purchased {
  padding-left: 10px;
  color: #1ab90a;
}

.rating .fa-star {
  color: #FC0;
  font-size: 13px;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  color: #fc0;
}

.rating .fa-stack {
  font-size: 8px;
}

.box-heading {
  z-index: 995;
  padding: 30px 0;
  border-radius: 4px 4px 0px 0px;
  background: none;
  line-height: 34px;
  font-size: 26px;
  font-weight: bold;
  color: #000761;
}

.mfilter-box .mfilter-content {
    border: none;
}

.mfilter-box .mfilter-heading {
    font-size: 16px;
    font-weight: bold;
}

.mfilter-box .mfilter-heading-content {
    padding: 10px 0;
}

.mfilter-box .mfilter-filter-item .mfilter-options {
    padding: 0;
}

.mfilter-box .mfilter-opts-container {
    border-top-width: 1px;
    padding: 18px 0;
}

.mfilter-box .mfilter-tb-as-td {
    padding-right: 24px;
    border-top: none;
    font-size: 13px;
    font-weight: 500;
    color: #000761;
}

.mfilter-box .mfilter-col-input input[type=checkbox], 
.mfilter-box .mfilter-col-input input[type=radio] {
    margin: 6px 0;
}

.mfilter-box .mfilter-button-bottom {
    border-top: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.mfilter-box .mfilter-button-bottom .btn {
    width: 100%;
    background-color: #f75b25;
    border: none;
    border-radius: 6px;
    background-color: #f75b25;
    border: 0px solid #ffffff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    line-height: 26px;
    color: #ffffff;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

.mfilter-box .mfilter-button-bottom .btn:hover {
    background-color: #b3390f;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.mfilter-box .mfilter-button-reset {
    font-weight: 600;
    margin-top: 20px;
    color: #2838cb;
}


ul.navcategory {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
}

.container-accordion-menu .parent-category a {
  font-size: 14px;
}

.container-accordion-menu .parent-link {
  display: block;
  margin-bottom: -1px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.container-accordion-menu .parent-category .parent-link:hover:after,
.container-accordion-menu .parent-category .parent-link.hover:after {
  content: "";
  position: absolute;
  right: -0px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #fff;
  z-index: 1009;
}

.container-accordion-menu .parent-category.no-child .parent-link:hover:after,
.container-accordion-menu .parent-category.no-child .parent-link.hover:after {
  position: relative;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link.hover {
  background: #f5f5f5;
}

.container-accordion-menu .parent-link {
  position: relative;
}

.container-accordion-menu .parent-category.active > a,
.container-accordion-menu .active > .sub-category-link {
  background: #f5f5f5;
  color: #337ab7;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link:hover .arrow,
.container-accordion-menu .parent-link.hover,
.container-accordion-menu .parent-link.hover .arrow {
  color: #337ab7;
}

.container-accordion-menu .dropdown_icon1 .arrow {
  float: right;
  color: #337ab7;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .parent-link:hover .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.container-accordion-menu .parent-link.hover .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.dropdown-menu-category {
  position: absolute;
  z-index: 1008;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  min-height: 100%;
  margin-left: -3px;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.container-accordion-menu .navcategory > li:hover > .dropdown-menu-category {
  top: 0;
  display: block;
  border-color: #dddddd;
  opacity: 1;
}

.container-accordion-menu .child-box-cell:first-child {
  border-top: 0px solid transparent;
}

.container-accordion-menu .child-box-cell {
  border-top: 1px solid #ddd;
}

.container-accordion-menu .sub-category-link {
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 15px 10px;
  position: relative;
  white-space: normal;
  color: #333;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover:after,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover:after {
  content: "";
  position: absolute;
  z-index: 1009;
  right: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #fff;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover {
  background: #f5f5f5;
}

.container-accordion-menu .sub-category-link:hover,
.container-accordion-menu .sub-category-link:hover .arrow {
  color: #337ab7;
}

.container-accordion-menu .sub-category-link.hover,
.container-accordion-menu .sub-category-link.hover .arrow {
  color: #337ab7;
}

.container-accordion-menu .sub-category-link:hover .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.container-accordion-menu .sub-category-link.hover .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.parent-category {
  position: relative;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 0;
  border-color: #ddd;
  border-radius: 0px 0px 4px 4px;
}

.container-accordion-menu .sub-category-link.arrow {
  float: right;
  color: #aaa;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .child2-box {
  position: absolute;
  z-index: 1008;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  min-height: 100%;
  margin-top: -1px;
  margin-left: -5px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.container-accordion-menu .child-box-cell.child_children:hover .child2-box {
  display: block;
}

.container-accordion-menu .child_children_link a {
  display: block;
  padding: 11px 15px 10px;
  border-top: 1px solid #eee;
  line-height: 1.42857143;
  color: #333;
}

.container-accordion-menu .child_children_link.active a {
  background: #f5f5f5;
  color: #337ab7;
}

.container-accordion-menu .child_children_link > a:hover {
  background: #f5f5f5;
  color: #337ab7;
}

.last-shop-ratings.horizontal .product {
  text-align: center;
}

.last-shop-ratings.tocategory {
  text-align: center !important;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ! catalog hover overlay */
body::before {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

body.hover-layer::before {
  display: block;
}

.container-accordion-menu {
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
}

body.hover-layer .container-accordion-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.container-accordion-menu {
  position: relative;
  z-index: 11;
}

/* catalog hover overlay ! */
/* ! owl */
.owl-item img {
  margin: auto;
}

.featured .owl-controls .owl-page span {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  border: 0px solid #ffffff;
  border-radius: 50%;
  background-color: #cfddec;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.featured.owl-controls .owl-page.active span,
.featured .owl-controls .owl-page:hover span {
  background-color: #f75b25;
}


/* owl ! */
/* ! product */
.product-tabs.nav-tabs {
  border-bottom: none;
}

.product-tabs li a {
  margin-right: 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
  background-color: #337ab7;
  opacity: .8;
  color: white;
  font-size: 14px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.product-tabs li a:hover {
  opacity: 1;
  border: none;
  background-color: #337ab7;
  color: white;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:focus::after,
.nav-tabs > li.active > a:hover::after,
.product-tabs li a:hover::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #337ab7;
}

.rb-tl {
  top: 10px !important;
  left: 25px !important;
}

.product-thumb .rb-tl {
  top: -50px !important;
  left: 0 !important;
}
.product-thumb .rb-tl img{
  max-width: none;
}

.share-block {
  margin-top: 15px;
}

.share-block__label {
  font-size: 14px;
  line-height: 2;
}

#tab-specification .table > thead > tr:first-child > td {
  border-bottom: 2px solid #ddd;
}

.tags {
  margin-top: 100px;
  margin-bottom: 25px;
  color: #000;
}

.tags .btn {
  padding: 6px 10px;
  background: #fff;
  border-color: #CCCCCC;
  color: #000;
  font-size: 12px;
}

.tags .btn:hover {
  background-color: #EBEBEB;
}

#tab-description {
  text-align: justify;
  font-size: 14px;
}

/* product ! */
/* ! category */
.pagination {
    display: flex;
    margin: 30px -15px;
    width: 100%;
}

.pagination > li:first-child {
    margin-right: auto;
}

.pagination > li:last-child {
    margin-left: auto;
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 3px;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #000761;
    border-color: transparent;
}

.pagination svg {
    width: 20px;
    vertical-align: -4px;
    fill: #000761;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fff;
  border-color: #f75b25;
  color: #f75b25;
  border-radius: 6px;
}

.pagination > li > a:hover svg,
.pagination > li > a:focus svg {
    fill: #f75b25;
}

.pagination > li > span.disabled {
    background: none !important;
    border: none !important;
    color: #000761 !important;
    opacity: 0.3;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    font-size: 16px;
}

.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:focus {
    border-color: transparent;
}


#content a.load_more {
  border: 1px solid #337ab7;
}

/* category ! */
/* ! footer */
.art_web_copyright {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.art_web_copyright:hover .image {
  opacity: 1;
}

.art_web_copyright .text {
  height: 30px;
  text-align: right;
}

.art_web_copyright a {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
}

.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.art_web_copyright .image img,
.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

.art_web_copyright .image img #Wblack,
.art_web_copyright .image img #art-web,
.art_web_copyright .image svg #Wblack,
.art_web_copyright .image svg #art-web {
  fill: #fff;
}

/*  footer ! */
/* Корзина */
.simplecheckout-left-column > div,
.simplecheckout-right-column > div, div#simplecheckout_comment {
  border: 2px solid #e4e4e4;
}

.cart-info .row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/* Корзина */
/* !Статьи */
.category-news-description p {
  text-align: justify;
}

.news-item p {
  text-align: justify;
}

body.newsblog-article #content p {
  text-align: justify;
}

.news-blog-wrapper .product-layout {
  margin-bottom: 15px;
}

.news-blog-wrapper h1 {
  margin-bottom: 35px;
}

.news-blog-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*Начало*/
.baner .owl-carousel{
  margin:0px;
}
.baner .carousel-mod .title-module{
  display:none;
}
.baner .owl-carousel .owl-wrapper-outer{
  box-shadow: none;
  border:none;
}
.baner .owl-carousel .owl-wrapper-outer .owl-item .item{
  height: 125px;
}
.baner .owl-carousel .owl-wrapper-outer .owl-item .item img{
  filter: grayscale(1);
}
.baner .owl-carousel .owl-wrapper-outer .owl-item .item img:hover{
  filter: grayscale(0);
}



/*меню*/
.menu-all .menu_catalog{
  display:none;
  
}

.menu-one-link .navbar-nav > li{
  display:none;
}
.menu-one-link .navbar-nav > li.menu_catalog{
  display:block;
}
.menu-one-link .navbar-nav > li.menu_catalog > a{
  font-size: 15px;
  line-height: 26px;
  color: #2838cb;
  font-weight: 800;
  font-family: 'Aktifo-A';
  width: 177px;
  height: 52px;
  border-radius: 6px;
  background-color: rgba(34,53,227,0);
  border: 0px solid #ffffff;
  display:flex;
  border:2px solid #2838cb;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.menu-one-link .navbar-nav > li.menu_catalog > a:after{
  content:"";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  margin-left:20px;
}

/* .menu-one-link .navbar{
  position: static;
}
.menu-one-link .main_menu{
  position: static;
}
.header-menu2{
  position: static;
}
.menu-one-link .main_menu .menu_catalog > .dop_menu{
  position: absolute;
  left: 0px;
  width: 100%;
  margin-top: 25px;
 
}
.menu-one-link .menu_catalog{
  position: static;
}
.menu-one-link .main_menu .menu_catalog > .dop_menu > .dop_menu2 > .dop_menu3 > ul{
  background-color: #fff;
  border-top: 1px solid #b2c6de;
  width: 100%;
  padding-left: 250px;
  min-height: 570px;
  position: static;
}
.menu-one-link .main_menu .menu_catalog > .dop_menu > .dop_menu2 > .dop_menu3 > ul > li{
  clear: both;
  border-right: 1px solid #b2c6de;
}
.menu-one-link .main_menu .menu_catalog .dop_menu .dop_menu2 .dop_menu3 > ul > li:first-child{
  padding-top:20px;
} */
.menu-one-link .main_menu .menu_catalog > .dop_menu > .dop_menu2 > .dop_menu3 > ul > li > a{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Aktifo-A';
  width: 358px;
  min-height: 52px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  color: #2838cb;
  border: 0px solid #ffffff;
  border-radius: 6px;
}
.menu-one-link .main_menu .menu_catalog .dop_menu .dop_menu2 .dop_menu3 > ul > li a:hover{
  background-color: #2838cb;
  color: #ffffff;
  text-decoration: none;
}
/* .menu-one-link .main_menu .menu_catalog .dop_menu .dop_menu2 .dop_menu3 > ul > li .dop_menu .dop_menu2 .dop_menu3 ul{
  background-color: #fff;
  width: 100%;
  min-height: 570px;
  position: absolute;
  box-shadow: none;
  margin-left:120px;
}
.menu-one-link .main_menu .menu_catalog > .dop_menu > .dop_menu2 > .dop_menu3 > ul > li .dop_menu .dop_menu2 .dop_menu3 ul li{
  clear: both;
  border-right: none;
}
.menu-one-link .main_menu .menu_catalog > .dop_menu > .dop_menu2 > .dop_menu3 > ul > li .dop_menu .dop_menu2 .dop_menu3 ul li a{
  font-size: 15px;
  line-height: 46px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
} */

/*Скрыть описание в карточке*/
.desc{
  display:none;
}
/*Кнопку сравнения*/
.compare{
  display:none !important;
}
.wishlist{
  display:block;
  background: none;
  border:none;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 20px;
  opacity: 0.2;
  margin-bottom: 20px;
}
.wishlist:hover{
  opacity: 1;
}
.plus-minus{
  display:none;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev,.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next{
top:50%;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev{
  left:-100px;
  right: auto;
  
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next{
  left:auto;
  right: -100px;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next .prev-prod{
  width: 50px;
  height: 50px;
  border: 1px solid #f75b25;
  border-radius: 50%;
  background-color: #f75b25;
  right: 0px;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next .prev-prod:hover{
  background-color: #b3390f;
  border: 1px solid #b3390f;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next .prev-prod:after{
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(/image/arwSld3.png);
  position: absolute;
  left: 20px;
  top: 15px;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev .next-prod{
  width: 50px;
  height: 50px;
  border: 1px solid #f75b25;
  border-radius: 50%;
  background-color: #f75b25;
  left:0px;
}
.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev .next-prod:after{
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(/image/arwSld3.png);
  position: absolute;
  left: 20px;
  top: 15px;
  transform: rotate(180deg);
}
.advantages-section{
  background-image: url(/image/preim_Bkgr.jpg);
  margin-bottom: 150px;
  margin-top: 100px;
 
}
.advantages{
  display:flex;
  align-items: center;
  justify-content: space-between;
  min-height: 403px;
}
.advantages-block{
  width: 30%;
  text-align: center;
}
.advantages-text{
  font-size: 16px;
  line-height: 24px;
  color: #000761;
  font-weight: bold;
  font-family: 'Aktifo-A';
  text-align: center;
  margin-top:10px;
}
/*НОВОСТИ*/
.news .owl-controls .owl-page span {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  border: 0px solid #ffffff;
  border-radius: 50%;
  background-color: #cfddec;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news .owl-controls .owl-page.active span,
.news .owl-controls .owl-page:hover span {
  background-color: #000761;
}
.module-news .product-layout{
  margin: 0px 29px;
}
.module-news .product-layout .product-thumb{
  border:none;
}
.time-news{
  font-size: 13px;
  line-height: 26px;
  color: #73a5da;
  font-weight: 500;
  font-family: 'Aktifo-A';
  margin-top:10px;
}
.module-news .product-layout .product-thumb .image img{
  border-radius: 12px;
  width: 388px;
    height: 226px;
}
.module-news .product-layout .product-thumb .caption{
  padding:0px;
  margin:0px;
  min-height: auto;
}
.module-news .product-layout .product-thumb:hover{
  box-shadow: none;
}
.news.owl-carousel .owl-buttons div{
  opacity: 1;
}
.news .owl-wrapper-outer{
  box-shadow: none;
  border:none;
}
 .owl-carousel:hover .owl-buttons div{
  opacity: 1 !important;
}
.news.owl-carousel .owl-buttons .owl-prev,.featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next{
  top:50%;
}
.news.owl-carousel .owl-buttons .owl-prev{
    left:-50px;
    right: auto;
    top:25%;

}
.news.owl-carousel .owl-buttons .owl-next{
    left:auto;
    right: -50px;
    top:25%;

}
.news.owl-carousel .owl-buttons .owl-next .prev-prod{
    width: 50px;
    height: 50px;
    border: 1px solid #2838cb;
    border-radius: 50%;
    background-color: #2838cb;
    right: 0px;
}
.news.owl-carousel .owl-buttons .owl-next .prev-prod:hover{
  background-color: #000761;
  border: 1px solid  #000761;
}
.news.owl-carousel .owl-buttons .owl-next .prev-prod:after{
    content: "";
    width: 9px;
    height: 16px;
    background-image: url(/image/arwSld3.png);
    position: absolute;
    left: 20px;
    top: 15px;
}

.news.owl-carousel .owl-buttons .owl-prev .next-prod{
    width: 50px;
    height: 50px;
    border: 1px solid #2838cb;
    border-radius: 50%;
    background-color: #2838cb;
    left:0px;

}
.news.owl-carousel .owl-buttons .owl-prev .next-prod:after{
    content: "";
    width: 9px;
    height: 16px;
    background-image: url(/image/arwSld3.png);
    position: absolute;
    left: 20px;
    top: 15px;
    transform: rotate(180deg);
}

/*footer*/
.footer-info{
  text-align: right;
}
.header_menu{
  display:none;
}
.header-search{
  padding-left: 0px;
  padding-right: 23px;
}

/* Статьи! */
/* !Поделиться */
.ya-share2__container_size_m .ya-share2__icon {
  width: 48px !important;
  height: 48px !important;
}
/* Поделиться! */


@media(max-width:1580px){
  .featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next{
    right: 00px;
  }
  .news.owl-carousel .owl-buttons .owl-next{
    right: 00px;
  }
}
@media(max-width:1390px){
  .contacts-box-first{
    display:flex;
    flex-direction: column;
  }
  .contacts-box__telephon {
    margin-right: 0px;
  }
  .menu-all a{
    padding: 0px 10px !important;
  }
  .product-thumb .h4{
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  #top-links .fa {
    font-size: 20px;
  }
  .mycategory-item {
    width: 25%;
}
}

@media (max-width: 1000px) {
  .form-group:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .form-group:last-child > div {
    width: 100%;
  }
  .footer-pd {
    text-align: center;
  }
  #logo {
    position: static;
  }
  #logo img {
    margin: 0 auto;
  }
  .header_info {
    margin-left: 0;
  }
  .featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-next{
    right: -10px;
  }
  .featured.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev{
    right: -10px;
  }
  .news.owl-carousel .owl-buttons .owl-next{
    right: -10px;
  }
  .news.owl-carousel .owl-buttons .owl-prev{
    left: -10px;
  }
  .contacts-box__wishlist{
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .simple-content .cart-info .quantity {
    width: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .simple-content .cart-info .image img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .simple-content #simplecheckout_cart .form-control {
    width: auto;
    height: auto;
  }
  .cart-info .row > .cart-info__prod-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mycategory-item {
    width: 33%;
}
.contacts-box-first{
  align-items: flex-start;
}
.header_main .row{
  margin:15px 0px;
}
.row.d-flex{
  flex-wrap:wrap;
}
.header_main .row{
  display:flex;
  flex-wrap:wrap;
}
.header-menu{
  order: 3;
  margin-top:20px;
}
.header-contacts{
  order:1;
}
.header-info{
  order:2;
}
.header-logo{
  margin-bottom: 20px;
}
.header-search{
  order:1;
  margin-bottom:20px;
}
.header-menu2{
  order:2;
}
.header-cart{
  order:3;
}
.slider-left{
  width: 100%;
  padding:0px 50px;
}
.slider-right{
  display:none;
}
}

@media (max-width: 768px) {
  /*  ! mobile menu */
  div.mobile-menu {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 5px;
    display: none;
    width: 44px;
    padding: 3px 0;
    border-radius: 5px;
  }
  div.mobile-menu .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px auto;
    background-color: #337ab7;
  }
  .navbar-nav li a {
    line-height: normal;
  }
  .close-menu {
    display: none;
  }
  ul.mobile-menu li > ul {
    display: none;
  }
  .mobile-cart, div.mobile-menu {
    display: block;
  }
  ul.mobile-menu, ul.mobile-menu .dop_menu ul,
  ul.mobile-menu li > ul,
  .catalog-menu-toggle > ul.m_cat_u1 > li > a + div,
  ul.mobile-menu .catalog-section-childs.category-child {
    position: fixed !important;
    z-index: 999999;
    top: 0 !important;
    left: 0;
    display: none;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    overflow-y: scroll !important;
  }
  ul.mobile-menu li.has {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.mobile-menu li a,
  .catalog-menu-toggle > ul.m_cat_u1 > li > a {
    display: block;
    padding: 19px 20px 20px 19px;
    border-bottom: 1px solid #f2f2f2 !important;
    background: none;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 400;
  }
  ul.mobile-menu li.has > a {
    width: 80%;
  }
  ul.mobile-menu li.has > .marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20%;
    padding-left: 4px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ccc;
  }
  ul.mobile-menu li.has .marker i {
    display: block;
    border: 5px solid transparent;
    border-left: 5px solid #000;
  }
  ul.mobile-menu .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 20px 20px 19px !important;
  }
  ul.mobile-menu .back i {
    display: block;
    margin-right: 20px;
    border: 5px solid transparent;
    border-right: 5px solid #000;
  }
  .popup {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .popup_bg {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .close-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #337ab7;
  }
  .close-menu:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-menu:after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  .header_menu {
    display: none;
  }
  /* mobile menu ! */
  #top {
    padding-left: 50px;
  }
  /* !Поделиться */
  .ya-share2__container_size_m .ya-share2__item {
    margin-right: 4px !important;
  }
  .ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0 !important;
  }
  .ya-share2__container_size_m .ya-share2__icon {
    width: calc(20vw - 10px) !important;
    height: calc(20vw - 10px) !important;
  }
  .header-menu{
    display:none;
  }
  .header-menu2{
    display:none;
  }
  .header-logo{
    width: 100%;
  }
  .header-search{
    width: 100%;
  }
  .header_main .row{
    justify-content: space-between;
  }
  .header_main .row:after, .header_main .row:before{
    display:none;
  }
  .mycategory-item {
    width: 50%;
}
.advantages{
  flex-direction: column;
}
.advantages-block {
  width: 100%;
  margin:10px 0px;
}
.advantages-section{
  background-color: #229ef4;
  background-image: none;
  padding:20px 0px;
  margin-bottom: 40px;
}
.footer-info{
  text-align: left;
}
.contacts-box__address{
  text-align: left;
}
  /* Поделиться! */
}

@media (max-width: 580px) {
  .cart-info > .row > .cart-info__prod-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .cart-info > .row > .cart-info__prod-wrap .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 15px;
  }
  .cart-info > .row > .cart-info__prod-wrap .name .image {
    width: auto;
    padding-right: 10px;
    text-align: center;
    max-width: 300px;
  }
  .cart-info > .row > .cart-info__prod-wrap .quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-info > .row > .cart-info__prod-wrap .price {
    margin: 0;
  }
  .mycategory-item {
    width: 100%;
}
#pos-slider{
  display:none;
}
.header-contacts{
  width: 100%;
  margin-bottom: 20px;
}
.contacts-box-first{
  align-items: center;
}
.header-info{
  width: 100%;
}
.contacts-box{
  justify-content: center;
}
.header_main .row{
  justify-content: center;
}
}


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