@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans'), local('OpenSans'), url('fonts/opensans.woff2') format('woff2'), url('fonts/opensans.woff') format('woff'), url('fonts/opensans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/opensanssemibold.woff2') format('woff2'), url('fonts/opensanssemibold.woff') format('woff'), url('fonts/opensanssemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-center-newsletter {
  text-align: center;
  margin-bottom: 5px;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  max-width: 1920px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

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

.header_dopmenu_doptext {
  text-align: center;
  margin-bottom: 10px;
}

.header_dopmenu_doptext p {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 5px;
}

.fa {
  font-size: 16px;
}

.h1,
h1 {
  font-size: 33px;
}

@media (max-width: 768px) {

  .h1,
  h1 {
    font-size: 20px;
  }
}

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

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

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

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

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

a {
  color: #43b02a;
}

a:hover {
  text-decoration: none;
  color: #379424;
}

a:focus {
  outline: none;
  outline-offset: -2px;
}

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

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

b,
strong {
  font-weight: 600;
}

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

.dropdown-menu li>a:hover,
.dropdown-menu li>a.active,
.dropdown-menu li>a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #43b02a;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #43b02a;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}

#modal-addcart .modal-dialog {
  margin: 150px auto;
}

#top {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.contact-header .dropdown-menu.drop-contacts>li>a:hover,
.box-question.open .dropdown-menu.dropdown-menu-left>li>a:hover,
.box-account .dropdown-menu.dropdown-menu-right>li>a:hover,
#language .dropdown-menu>li>a:hover,
#top #currency .currency-select:hover {
  text-shadow: none;
  color: #43b02a;
  background: transparent;
}

.dropdown-menu {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  margin: 4px 0 0;
}

#currency .dropdown-menu:after,
#language .dropdown-menu:after,
.dropdown-menu.drop-contacts:after,
#currency .dropdown-menu:before,
#language .dropdown-menu:before,
.dropdown-menu.drop-contacts:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none
}

.box-account .dropdown-menu:after,
.box-account .dropdown-menu:before {
  position: absolute;
  bottom: 100%;
  left: 75%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none
}

.box-question.open .dropdown-menu:after,
.box-question.open .dropdown-menu:before {
  position: absolute;
  bottom: 100%;
  left: 19px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none
}

#cart .dropdown-menu:after,
#cart .dropdown-menu:before {
  position: absolute;
  bottom: 100%;
  right: 18px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none
}

#cart .dropdown-menu:before {
  margin-left: -3px;
  border-width: 11px;
  border-bottom-color: #e7e7e7
}

#cart .dropdown-menu:after {
  margin-left: -2px;
  border-width: 10px;
  border-bottom-color: #fff;
}

#currency .dropdown-menu:before,
#language .dropdown-menu:before,
.box-account .dropdown-menu:before,
.box-question.open .dropdown-menu:before,
.dropdown-menu.drop-contacts:before {
  margin-left: -11px;
  border-width: 11px;
  border-bottom-color: #e7e7e7
}

#currency .dropdown-menu:after,
#language .dropdown-menu:after,
.box-account .dropdown-menu:after,
.box-question.open .dropdown-menu:after,
.dropdown-menu.drop-contacts:after {
  margin-left: -10px;
  border-width: 10px;
  border-bottom-color: #fff;
}

#currency .dropdown-menu,
#language .dropdown-menu {
  left: auto;
  right: auto;
  min-width: 100%;
}

@media (max-width: 992px) {

  #currency .dropdown-menu,
  #language .dropdown-menu {
    right: 0;
  }

  #currency .dropdown-menu:after,
  #language .dropdown-menu:after,
  #currency .dropdown-menu:before,
  #language .dropdown-menu:before {
    right: 18px;
    left: auto;
  }

  .contact-header.open .drop-contacts {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-nav-links {
    position: relative;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    display: block;
    margin: 0px 4px;
  }

  .header-nav-links .btn-link {
    padding: 7px 3px;
  }

  .header-nav-links li {
    display: inline-block;
  }
}

.box-question .dropdown-menu.dropdown-menu-left>li>a,
.box-account .dropdown-menu.dropdown-menu-right>li>a,
#language .dropdown-menu>li>a,
#currency .dropdown-menu>li>button {
  clear: both;
  color: #7a7a7a;
  font-size: 13px;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 5px 15px;
  white-space: nowrap;
}

.contact-header .dropdown-menu.drop-contacts>li>div,
.contact-header .dropdown-menu.drop-contacts>li>a {
  font-size: 16px;
  padding: 5px 10px;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 13px;
}

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

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

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

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

.dropdown-menu .line-contact {
  background-color: #e5e5e5;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}

.dropdown-menu .schedule {
  padding: 0 20px;
  text-align: left;
}

#top .dropdown-menu-right {
  left: auto;
  min-width: 100%;
  right: 0;
}

#logo {
  padding: 5px 0;
  position: relative;
}

#logo img {
  margin-left: 0;
  margin-right: auto;
}

#phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .push-right #phone {
    align-items: center;
  }

  .push-right .text_after_phone {
    text-align: center;
  }
}

.header-tel-bicon {
  margin-top: 3px;
  margin-right: 7px;
  display: inline-block;
}

.header-tel-bicon img {
  max-width: 35px;
}

#phone .info-contact {
  font-size: 16px;
  line-height: 15px;
  text-decoration: none;
  padding: 5px 15px;
}

#phone .contact-header .dropdown-toggle {
  display: inline-block;
  position: relative;
}

#phone .contact-header {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  position: relative;
  padding: 2px 0px;
}

#phone .drop-contacts {
  background: #fff;
  margin-top: 8px;
  min-width: 100%;
  z-index: 1012;
  top: auto;
}

#search .input-lg {
  height: 42px;
  border: 1px solid #e7e7e7;
  border-right: 0px;
  padding: 0 5px 0px 10px;
  border-right: 0px;
  box-shadow: none;
  border-radius: 3px 0px 0px 3px
}

#search .form-control:focus {
  border-color: #e7e7e7;
  box-shadow: none;
  outline: 0 none;
}

.btn-search {
  color: #fff;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  padding: 8.5px 18px;
  height: 34px;
  margin-left: 0px !important;
  border-radius: 3px;
  box-shadow: none;
  margin-right: 4px;
  width: 60px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .15);
}

.btn-search:hover,
.btn-search:active {
  border: 1px solid #43b02a;
  background-color: #43b02a;
  color: #fff;
  box-shadow: none;
}

.hc-off .btn-search {
  border-radius: 4px !important;
}

#search .button_search {
  border: 1px solid #e7e7e7;
  border-radius: 0px 3px 3px 0px;
  background-color: #fff;
  border-left: 0px;
  margin-left: 5px;
}

#search .categories {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}

#search .categories .dropdown-menu {
  right: -64px;
  left: auto;
}

.btn-search-select {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  color: #000;
  display: block;
  height: 34px;
  padding: 4px 4px 4px 8px;
  margin-right: -2px;
  box-shadow: none !important;
  border-radius: 3px 0px 0px 3px;
  background: #f5f5f5;
}

#search .autosearch_link {
  cursor: pointer;
  padding: 5px 10px;
}

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

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

@media (min-width: 992px) {
  #search .dropdown-menu.autosearch {
    width: 98%;
    left: 1%;
  }
}

#search .dropdown-menu.autosearch li>a:hover,
.dropdown-menu.autosearch li>a.active,
.dropdown-menu.autosearch li>a:focus {
  background: #fff;
  color: #333;
}

#search .dropdown-menu.autosearch .search-view-all-result {
  color: #43b02a;
}

#search .dropdown-menu.autosearch {
  max-height: 440px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 0px;
}

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

#search .ajaxadvance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  overflow: hidden;
}

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

#search .ajaxadvance .image {
  margin-right: 10px;
}

#search .ajaxadvance .content {
  width: 100%;
}

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

#search .ajaxadvance .price-old {
  margin-right: 10px;
  text-decoration: line-through;
}

#search .ajaxadvance .price-new {
  display: inline-block;
}

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

#search .ajaxadvance .highlight {
  color: #379424;
}

#search-fixed-top .dropdown-menu.autosearch {
  margin-top: 0 !important;
}

@media (max-width: 992px) {
  #search .dropdown-menu {
    left: auto;
    right: 0px;
  }

  #search {
    padding: 0px;
    margin-bottom: 5px
  }
}

header #search_word {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-right: 0px;
}

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

.shopping-cart {
  padding: 0px;
}

#cart {
  position: relative;
  z-index: 3;
}

#cart .empty-cart {
  font-size: 16px;
  color: #333;
}

#cart>.btn {
  background: transparent;
  color: #000;
  border-radius: 0px;
  padding: 4px 15px 4px 10px;
  line-height: 32px;
  border: 0px;
  box-shadow: none;
}

#cart.open>.btn,
#cart>.btn:hover {
  background: transparent;
  box-shadow: none;
}

.type_cart #cart>.btn>.shop-bag {
  float: left;
  color: #7a7a7a;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#cart>.btn>.car-down {
  line-height: 32px;
  float: right;
  color: #fff;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.open .car-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.car-down {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

#cart>.btn .cart-total b {
  color: #555;
}

.type_cart #cart {
  margin-bottom: 0px;
}

.type_cart #cart .products .text_product,
.type_cart #cart .prices,
.type_cart #cart>.btn>.car-down {
  display: none;
}

.type_cart #cart>.btn .cart-total {
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
}

.type_cart #cart>.btn .cart-total .products b {
  background: #43b02a none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  right: 6px;
  padding: 0px 6px;
  position: absolute;
  top: -3px;
  line-height: 18px;
  font-weight: 600;
}

.type_cart #cart>.btn {
  padding: 7px 0px 7px 7px;
}

.type_cart #cart>.btn .shop-bag {
  display: block;
}

.type_cart #cart .dropdown-menu {
  min-width: 150px;
}

@media (max-width: 768px) {
  .type_cart #cart .dropdown-menu {
    min-width: 150px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }

  #cart .dropdown-menu:after,
  #cart .dropdown-menu:before {
    right: 5px;
  }

  #cart,
  .box-cart {
    position: unset;
  }
}

@media (max-width: 992px) {
  .type_cart.pull-right {
    float: none !important;
  }
}

#cart .products,
#cart .prices {
  line-height: 32px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

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

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

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

#cart.open .dropdown-menu li:first-child {
  max-height: 200px;
  overflow-y: auto;
}

#cart:hover .dropdown-menu li:first-child {
  max-height: 200px;
  overflow-y: auto;
}

#cart .dropdown-menu {
  padding: 5px 10px 2px;
}

.shopping-cart .table-striped>tbody>tr>td:first-child {
  width: 50px
}

.shopping-cart .table-striped>tbody>tr>td:nth-child(3) {
  width: 50px
}

.shopping-cart .table-striped>tbody>tr>td:nth-child(4) {
  width: 80px
}

.menu-header-box-h {
  margin-bottom: 10px;
}

.menu-header-box {
  margin-bottom: 10px;
  background: #43b02a;
}

@media (min-width: 992px) {

  #cart .products,
  #cart .prices {
    line-height: 16px;
    font-size: 13px;
    display: block;
    margin-right: 5px;
  }
}

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

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

@media (max-width: 992px) {
  .btn-search-select {
    padding: 10.5px 11px 10.5px 13px !important;
  }

  #phone {
    padding: 5px 0px;
    position: relative;
    justify-content: left;
    margin-right: 5px;
  }

  header.pad-top #phone {
    justify-content: center;
  }

  #logo {
    padding: 10px 0;
  }

  .menu-header-box-h,
  .menu-header-box {
    margin-top: 5px;
  }

  #cart {
    padding: 0px 0;
  }

  .menu-general-ns {
    margin-top: -60px;
  }

  #cart .dropdown-menu {
    margin-top: 3px;
  }

  .pad-top .text_after_phone {
    text-align: right;
  }

  .pad-top .contact-header {
    padding-right: 18px !important;
  }

  .pad-top #phone .car-down.fa.fa-angle-down {
    right: 0px;
  }

  .pad-top .drop-contacts {
    right: 0px;
    left: auto;
  }

  .pad-top #logo img {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #phone {
    padding: 0px;
  }

  #logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .type_cart #cart>.btn {
    padding-right: 0px;
  }

  #phone .contact-header {
    font-size: 16px;
  }

  .pad-top #phone {
    text-align: right;
  }

  .pad-top .phone-box {
    padding-left: 0px;
  }

  .box-cart {
    align-items: end !important;
    padding-left: 0px;
    margin-bottom: 0px !important;
  }
}

@media (min-width:1200px) {

  /*change*/
  .h-type-1 .phone-box.col-lg-2 {
    width: 19.66666667%
  }

  .h-type-1 .box-cart {
    width: 13.66666667%;
  }

  .h-type-1 .box-search.col-lg-pull-2 {
    right: 19.66666667%;
  }
}

#content {
  min-height: 300px;
}

.breadcrumb {
  margin-bottom: 10px;
  padding: 0px;
  background-color: #ffffff;
}

.breadcrumb.col-md-offset-3 {
  margin-bottom: 10px;
}

.breadcrumb.col-lg-offset-3 {
  margin-bottom: 10px;
}

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

.breadcrumb>li:first-child {
  padding-left: 0px;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 8px;
  position: relative;
}

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

.breadcrumb>li:after {
  content: "\f105";
  display: block;
  height: 26px;
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  color: #333;
  font-family: FontAwesome;
}

.breadcrumb>li:last-child:after {
  content: "";
}

@media (max-width: 992px) {
  .breadcrumbs-box {
    overflow: hidden;
    position: relative;
    margin-top: 5px;
  }

  .breadcrumb {
    white-space: nowrap;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 18px;
    margin-bottom: -9px !important;
  }

  .menu-header-box {
    margin: 0px;
  }
}

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.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-sort-link {
  color: #333;
  font-size: 12px;
  width: 100%;
  text-align: left;
  border: 0px;
  background: #fff;
}

.btn-sort-link:hover,
.btn-sort-link:active {
  color: #43b02a;
}

.dropdown-menu.sort-menu {
  padding: 5px;
  margin-top: 2px;
}

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

.btn-cart {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #43b02a;
  border-color: #43b02a;
}

.btn-cart:hover,
.btn-cart:active,
.btn-cart.active,
.btn-cart.disabled,
.btn-cart[disabled] {
  background-color: #076BB7;
}

.box-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-content: space-evenly;
  margin-bottom: -10px;
  z-index: 1000;
  padding-left: 0px;
}

.compare-h,
.wishlist-h {
  display: inline-block;
  margin-right: 2px;
  height: 42px;
}

.btn-wishlist-h,
.btn-compare-h {
  border: 0px;
  box-shadow: none;
  color: #7a7a7a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 7px;
}

.type_cart #cart>.btn .shop-bag:hover,
.btn-wishlist-h:hover,
.btn-compare-h:hover {
  color: #333;
}

#wishlist-total,
#compare-total {
  position: relative;
}

#wishlist-total span,
#compare-total span {
  background: #43b02a none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  right: 0px;
  min-width: 20px;
  padding: 0px 6px;
  position: absolute;
  top: -3px;
  line-height: 18px;
  font-weight: 600;
}

#cart>.btn:hover i,
#cart>.btn:active:focus i,
#cart>.btn:focus i,
.btn-wishlist-h:hover,
.btn-wishlist-h:active:focus,
.btn-wishlist-h:focus,
.btn-compare-h:hover,
.btn-compare-h:active:focus,
.btn-compare-h:focus {
  color: #43b02a;
}

.btn-compare-h i,
.btn-wishlist-h i {
  font-size: 28px;
}

.btn-primary {
  color: #ffffff;
  font-size: 13px;
  background-color: #43b02a;
  border-color: #43b02a;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #379424;
  border-color: #379424;
}

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

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

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

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

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

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

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

.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);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

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

.btn-link-delete {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #333;
  border-radius: 0;
  padding: 1px;
}

.btn-link-delete:hover,
.btn-link-delete:active {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #da4f49;
  border-radius: 0;
}

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

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

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

.img-center {
  margin: 0 auto;
}

.btn-carousel-image-additional {
  color: #a8a8a8 !important;
  border-radius: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f9f9f9;
  border-color: #ddd;
  padding: 1px 7px;
}

.btn-carousel-image-additional:hover,
.btn-carousel-image-additional:active {
  color: #333 !important;
}

.btn-view-now {
  color: #ffffff;
  background-color: #43b02a;
  border-color: #43b02a;
  border-style: solid solid solid;
  border-width: 1px 1px 2px 1px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 6.5px 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-view-now:hover,
.btn-view-now:active,
.btn-view-now:focus {
  background-color: #43b02a;
  color: #ffffff !important;
  border-color: #43b02a;
}

.btn-general {
  color: #ff671f;
  background-color: #ffffff;
  border-color: #ff671f;
  display: inline-block;
  border-bottom: 2px solid #ff671f;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 5px;
  width: 100%;
}

#product .btn-general {
  color: #ffffff;
  background-color: #ff671f;
  border-color: #ff671f;
}

.product-price .product-thumb:hover .btn-general,
.product-list .product-thumb:hover .btn-general,
.product-grid .product-thumb:hover .btn-general,
.container-module-productany .product-thumb:hover .btn-general,
.container-module .product-thumb:hover .btn-general {
  color: #ffffff;
  background-color: #ff671f;
  border-color: #ff671f;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-general:focus,
.btn-general:hover,
.btn-general:active {
  background-color: #e25c1d !important;
  color: #ffffff !important;
  border-color: #e25c1d !important;
}

.btn-general-disabled {
  color: #333;
  background-color: #ffffff;
  border-color: #e7e7e7;
  border-style: solid solid solid;
  border-width: 1px 1px 2px 1px;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  padding: 5px 8px;
  box-shadow: none;
}

.btn-checkout {
  color: #fff;
  background-color: #43b02a;
  border: 2px solid #43b02a;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  font-weight: 400;
  box-shadow: none;
  float: right;
  text-align: center;
}

.btn-checkout:hover,
.btn-checkout:active {
  background-color: #fff;
  color: #43b02a;
}

.btn-shopping {
  color: #43b02a;
  background-color: #fff;
  border: 2px solid #43b02a;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  font-weight: 400;
  box-shadow: none;
}

.btn-shopping:hover,
.btn-shopping:active {
  background-color: #43b02a;
  color: #fff;
}

@media (max-width: 768px) {
  .btn-shopping {
    width: 100%;
    margin-bottom: 3px;
  }

  .btn-checkout {
    width: 100%;
    margin-bottom: 3px;
  }
}

.btn-wishlist {
  color: #43b02a;
  background-color: #ffffff;
  border-color: #43b02a;
  display: inline-block;
  border-bottom: 2px solid #43b02a;
  padding: 6.5px 7px;
}

.product-thumb .btn-wishlist {
  width: 100%;
}

.btn-wishlist:hover {
  border-color: #43b02a;
  background-color: #43b02a;
  color: #fff;
}

.btn-compare {
  color: #43b02a;
  background-color: #ffffff;
  border-color: #43b02a;
  display: inline-block;
  border-bottom: 2px solid #43b02a;
  padding: 6.5px 7px;
}

.product-thumb .btn-compare {
  width: 100%;
}

.btn-compare:hover {
  border-bottom: 2px solid #43b02a;
  background-color: #43b02a;
  color: #fff;
}

.btn-fastorder {
  color: #43b02a;
  background-color: #ffffff;
  border-color: #43b02a;
  display: inline-block;
  border-bottom: 2px solid #43b02a;
  padding: 5px 5px;
  font-size: 16px;
}

.product-thumb .btn-fastorder {
  width: 100%;
}

.btn-fastorder:hover,
.btn-fastorder:focus,
.btn-fastorder.focus {
  border-color: #43b02a;
  background-color: #43b02a;
  color: #fff;
}

.hidden-quick-order {
  display: none !important;
}

/******************/
.price {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 18px;
  position: relative;
}

.cs-currency {
  font-size: 16px;
  line-height: 1;
  font-weight: 400
}

.price-old:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 53%;
  right: auto;
  width: 99%;
  height: 1px;
  background: #757575;
}

.price-old {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.price-tax,
.points {
  color: #999999;
  font-size: 12px;
  display: block;
  font-weight: 400;
  flex-basis: 100%;
}

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

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

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

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

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

/*PAGE PRODUCT TABS*/
.product-page-tabs {
  margin-left: 10px;
  margin-right: 10px;
}

.product-page-tabs .scroll-right-info {
  border: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.product-page-tabs #tabs_info_product_right {
  display: none;
}

.product-page-tabs.plus_right_info_product #tabs_info_product_right {
  display: block;
}

#tabs_info_product_right {
  position: sticky;
  top: 60px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  border-radius: 4px;
  width: 295px;
}

#tabs_info_product_right .scroll-right-info {
  padding: 20px;
  border: 0px;
  border-radius: 4px;
}

#tabs_info_product_right .scroll-right-info .pr-i {
  max-width: 220px;
}

.scroll-right-info .pr-price .price {
  font-size: 20px;
}

.scroll-right-info .pr-price .price-old {
  font-size: 16px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .product-page-tabs.plus_right_info_product {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-page-tabs.plus_right_info_product .box__tabs {
    width: calc(100% - 310px);
  }
}

.content-tabs .tab-pane {
  display: none;
}

.content-tabs .tab-pane.active {
  display: block;
}

.product-page-tabs #product {
  border: 0px;
  box-shadow: none;
  padding: 0px;
}

.product-page-tabs #tab-description {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: #fff;
  border: 0px;
}

.product-page-tabs #tab-specification .short-attributes-groups {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: #fff;
  border: 0px;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}

.product-page-tabs #tab-review {
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: #fff;
}

.product-page-tabs #question-answer {
  border: 0px;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: #fff;
}

.product-page-tabs .dop-tabs {
  border: 0px;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: #fff;
}

.product-page-tabs .info-client {
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.product-page-tabs #review {
  border: 0px;
  padding: 20px 20px 0px;
  margin-bottom: 0px;
}

.product-page-tabs #review p {
  margin-bottom: 0px;
}

.product-page-tabs #form-review {
  border: 0px;
  padding: 20px;
  border: 0px;
}

.product-page-tabs .review-item .review-heading {
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.tabs__header__scroll {
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .tabs__header__scroll {
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    margin-bottom: -12px;
  }

  .tabs__header {
    overflow: hidden;
  }
}

.tabs_nav_prev {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 17px;
  text-align: center;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
  border-top-left-radius: 4px;
}

.tabs_nav_prev svg {
  transform: rotate(180deg);
}

.tabs_nav_next {
  position: absolute;
  right: 0px;
  top: 0px;
  height: calc(100% - 2px);
  width: 17px;
  text-align: center;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
  border-top-right-radius: 4px;
}

.tabs__header .my-tabs {
  margin-bottom: 0px;
  text-align: left;
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  white-space: nowrap;
  position: relative;
  margin-top: 0px;
  float: left;
  border-bottom: 0px !important;
  transition: .3s;
}

.tabs__active_line {
  height: 2px;
  display: block;
  background: #00adef;
  position: absolute;
  bottom: 0px;
  transition: .3s;
}

.tabs__header .my-tabs.nav-tabs>li {
  margin-bottom: 0px;
}

.tabs__header .my-tabs.nav-tabs>li.active>a,
.tabs__header .my-tabs.nav-tabs>li.active>a:focus,
.tabs__header .my-tabs.nav-tabs>li.active>a:hover {
  border-bottom: 0px;
}

.tabs__header .my-tabs.nav>li>a:focus,
.tabs__header .my-tabs.nav>li>a:hover {
  border-bottom: 0px;
}

.tabs__header .my-tabs>li a:hover:after,
.tabs__header .my-tabs>li a:hover:before,
.tabs__header .my-tabs>li.active a:after,
.tabs__header .my-tabs>li.active a:before {
  border-width: 0px;
}

.tabs__header {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.tabs__header .my-tabs>li>a {
  padding: 10px 20px !important;
}

.main_block_product {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  margin-bottom: 25px;
  border-radius: 0px 0px 4px 4px;
  padding: 20px 10px;
  background: #fff;
}

.main_block_product:after,
.tab-content:after {
  display: table;
  content: ' ';
  clear: both;
}

/*END PAGE PRODUCT TABS*/
.general-image {
  width: 100%;
}

.general-image.have-images {
  width: calc(100% - 90px);
  padding-left: 5px;
}

@media (max-width: 991px) {
  .image-additional {
    padding: 0px 20px;
  }

  .image-additional .slick-slide {
    margin-left: 10px;
  }

  .image-additional .slick-list {
    margin-left: -10px;
  }

  .general-image.have-images {
    width: 100%;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {

  .thumbnails {
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .image-additional {
    max-width: 85px;
    align-self: start;
  }

  .sticky-left-block {
    position: sticky;
    top: 60px;
  }
}

.cloud-zoom-big {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  right: 0px;
}

.mousetrap {
  margin: 0 auto;
  width: 100%;
  right: 0px;
}

.image-additional .thumbnail {
  margin: 0px;
  padding: 3px;
  border: 1px solid #e7e7e7;
  display: inline-block;
}

.image-additional .thumbnail img {
  margin: 0px;
}

.thumbnails {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  position: relative;
}

.thumbnails .general-image {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.thumbnails .general-image a {
  display: inline-block;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.thumbnails .general-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnails .image-additional .btn-slick-prev-v,
.thumbnails .image-additional .btn-slick-next-v {
  cursor: pointer;
}

.thumbnails .image-additional .btn-slick-prev-v:hover svg,
.thumbnails .image-additional .btn-slick-next-v:hover svg {
  fill: #379424
}

.thumbnails .image-additional .btn-slick-prev-v {
  text-align: center;
}

.thumbnails .image-additional .btn-slick-prev-v svg {
  transform: rotate(-90deg);
}

.thumbnails .image-additional .btn-slick-next-v {
  text-align: center;
}

.thumbnails .image-additional .btn-slick-next-v svg {
  transform: rotate(90deg);
}

.image-additional {
  text-align: center;
}

.thumbnails .image-additional .btn-slick-prev-h,
.thumbnails .image-additional .btn-slick-next-h {
  cursor: pointer;
}

.thumbnails .image-additional .btn-slick-prev-h:hover svg,
.thumbnails .image-additional .btn-slick-next-h:hover svg {
  fill: #379424
}

.thumbnails .image-additional .btn-slick-prev-h {
  left: 0px;
}

.thumbnails .image-additional .btn-slick-next-h {
  right: 0px;
}

.thumbnails .image-additional .btn-slick-prev-h,
.thumbnails .image-additional .btn-slick-next-h {
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  width: 16px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.thumbnails .image-additional .btn-slick-prev-h svg {
  transform: rotate(180deg);
}

.thumbnails .image-additional .btn-slick-next-h svg {
  transform: rotate(0deg);
}

.thumbnails .image-additional .slick-current .thumbnail,
.thumbnails .image-additional .thumbnail:hover {
  border-color: #379424;
}

.thumbnails .image-additional .thumbnail {
  margin-bottom: 3px;
  margin-top: 3px;
}

.mfp-gallery-product .mfp-close {
  background: transparent;
  color: #424242;
  opacity: 1;
  font-size: 28px;
}

/*GalleryPopup*/


/*.mfp-gallery-product .mfp-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
}*/


.mfp-gallery-product .mfp-container {
  padding: 25px;
}

.mfp-gallery-product .mfp-content {
  min-height: 100%;
}

.gallery-prod-name {
  margin-right: 20px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.galleryPopup {
  background: #fff;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
}

.galleryPopup .popup-slider-box {
  margin-right: 200px;
}

.slider-main-img-popup .img-responsive {
  max-height: calc(100vh - 200px);
  margin: 0 auto;
}

.slider-main-img-popup {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

.slider-main-img-popup .slick-slide .item {
  width: auto !important;
  cursor: zoom-in;
}

.slider-main-img-popup .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9999;
}

.slider-main-img-popup .btn-slick-prev-mainimg {
  left: 10px;
  transform: rotate(-180deg);
}

.slider-main-img-popup .btn-slick-next-mainimg {
  right: 10px;
}

.btn-slick-prev-mainimg.slick-disabled,
.btn-slick-next-mainimg.slick-disabled {
  cursor: initial;
}

.btn-slick-prev-mainimg.slick-disabled svg,
.btn-slick-next-mainimg.slick-disabled svg {
  fill: #e7e7e7;
}

.btn-slick-prev-mainimg.slick-disabled:hover svg,
.btn-slick-next-mainimg.slick-disabled:hover svg {
  cursor: initial;
  fill: #e7e7e7;
}

.btn-slick-prev-mainimg:hover,
.btn-slick-next-mainimg:hover {
  cursor: pointer;
}

.btn-slick-prev-mainimg:hover svg,
.btn-slick-next-mainimg:hover svg {
  fill: #379424;
}

.thumb-gallery {
  max-width: 32rem;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 0px 15px;
  transform: translateY(-10px);
}

.thumb-gallery .slick-list {
  margin-right: -1px;
}

.thumb-gallery .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}

.thumb-gallery .thumbnail {
  margin-bottom: 0px;
}


.thumb-gallery .btn-slick-prev,
.thumb-gallery .btn-slick-next {
  cursor: pointer;
}

.thumb-gallery .btn-slick-prev:hover svg,
.thumb-gallery .btn-slick-next:hover svg {
  fill: #379424;
}

.thumb-gallery .btn-slick-prev {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

.thumb-gallery .btn-slick-prev svg {
  transform: rotate(-180deg);
}

.thumb-gallery .btn-slick-next {
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

.thumb-gallery .btn-slick-next svg {
  transform: rotate(0deg);
}

.thumb-gallery .slick-current .thumbnail,
.thumb-gallery .thumbnail:hover {
  border-color: #379424;
}

.info-product-popup {
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 200px;
}

.info-product-popup .rating.info-product {
  margin-bottom: 10px;
}

.info-product-popup .product-model {
  margin-bottom: 10px;
}

.info-product-popup .price {
  margin-bottom: 10px;
  font-size: 22px;
}

.info-product-popup .price-old {
  font-size: 16px;
  margin-bottom: 7px;
}

.info-product-popup .price-new {
  display: block;
  margin-bottom: 7px;
}

.info-product-popup .cart {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .galleryPopup .popup-slider-box {
    margin-right: 0px;
  }

  .info-product-popup {
    position: relative;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
  }

  .gallery-prod-name {
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .mfp-gallery-product.mfp-wrap .mfp-container {
    top: 0px;
  }

  .mfp-gallery-product .mfp-content {
    width: 100%;
    padding: 0px;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .slider-main-img-popup {
    width: 100%;
    max-width: 94%;
    margin-bottom: 20px;
  }

  .info-product-popup {
    text-align: left;
    margin-right: 0px;
  }

  .info-product-popup .cart {
    display: inline-block;
    margin-right: 5px;
  }

  .galleryPopup {
    display: block;
  }

  .slider-main-img-popup .btn-slick-prev-mainimg {
    left: -15px;
  }

  .slider-main-img-popup .btn-slick-next-mainimg {
    right: -15px;
  }

  .slider-main-img-popup .slick-dots {
    list-style: unset;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
  }

  .slider-main-img-popup .slick-dots li {
    list-style-type: none;
    display: inline-block;
  }

  .slider-main-img-popup .slick-dots li button {
    font-size: 0px;
    width: 12px;
    height: 6px;
    padding: 0px;
    margin: 0px 2px;
    border-radius: 2px;
    border: 0px;
    background: #f5f5f5;
    border: 1px solid #757575
  }

  .slider-main-img-popup .slick-dots li button:hover,
  .slider-main-img-popup .slick-dots li.slick-active button {
    background: #757575;
    transform-origin: center;
  }
}

/*END GP*/
.zoom-magnify {
  width: 100%;
  text-align: center;
}

a.zoom-magnify {
  width: 100%;
}

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

.product-modules .product-layout {
  display: inline-block;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  word-spacing: normal;
}

.pagination {
  margin: 0;
  margin-top: 10px;
}

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

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

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

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


.product-thumb {
  overflow: auto;
  -webkit-transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -ms-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.pq-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.pq-box .price {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  height: 40px;
  flex: 1 1 auto;
  align-self: end;
}

.row_items .pq-box .price {
  align-items: center;
}

.product-thumb .image {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

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

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

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

.product-grid .product-thumb img,
.grid4 .product-thumb img {
  padding: 5px;
}

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

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    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-slider {
  margin: 0px -7px;
}

.product-slider .owl-item .item {
  margin: 0px 7px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.product-slider .item.no-slider .product-thumb:hover,
.product-slider .owl-item .item:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

.container-module .product-thumb,
.container-module-productany .product-thumb {
  overflow: hidden;
  position: relative;
}

.container-module-productany,
.container-module {
  margin-top: 10px;
  clear: both;
}

.container-module-productany .owl-carousel,
.container-module .owl-carousel {
  margin: 0px;
}

.container-module-productany .owl-carousel .owl-wrapper:after,
.container-module .owl-carousel .owl-wrapper:after {
  padding-bottom: 3px;
}

.container-module-productany .owl-wrapper-outer,
.container-module .owl-wrapper-outer {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  ;
}

.container-module.carousel-mod .owl-wrapper-outer {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.container-module.carousel-mod .owl-carousel .owl-wrapper:after {
  padding-bottom: 0px;
}

.container-module .title-module,
.container-module-productany .title-module,
.categorywall-container .title-module {
  margin-bottom: 10px;
  padding: 10px 0px;
  position: relative;
  clear: both;
}

.container-module .title-module span,
.container-module-productany .title-module span,
.categorywall-container .title-module span {
  font-size: 20px;
  padding: 0 20px 0px 0px;
  z-index: 5;
  color: #333;
  position: relative;
}

.container-module .item,
.container-module-productany .item {
  background: #ffffff;
}

.container-module .owl-carousel,
.categorywall-container .owl-carousel,
.container-module-productany .owl-carousel {
  background: none;
}

.container-module .title-module:after,
.container-module-productany .title-module:after,
.categorywall-container .title-module:after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 100px;
  border-bottom: 2px solid #43b02a;
}

.container-module-productany .owl-carousel .owl-buttons div,
.container-module .owl-carousel .owl-buttons div {
  opacity: 1;
  top: -21px;
}

.container-module-productany .owl-carousel:hover .owl-buttons div,
.container-module .owl-carousel:hover .owl-buttons div {
  opacity: 1;
}

.container-module-productany .owl-carousel .owl-buttons .owl-prev,
.container-module .owl-carousel .owl-buttons .owl-prev {
  right: 61px;
  left: auto;
}

.container-module-productany .owl-carousel .owl-buttons .owl-next,
.container-module .owl-carousel .owl-buttons .owl-next {
  right: 34px;
}

.carousel-mod .owl-carousel .owl-buttons div {
  opacity: 1;
  position: relative;
  display: inline-block;
}

.carousel-mod .owl-carousel .owl-buttons div i {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  color: #e7e7e7;
}

.carousel-mod .owl-carousel .owl-buttons .btn-carousel-module {
  background: #5c6875;
}

.container-module-productany .owl-carousel .owl-buttons .owl-prev .btn-carousel-module,
.container-module .owl-carousel .owl-buttons .owl-prev .btn-carousel-module,
.carousel-mod .owl-carousel .owl-buttons .owl-prev .btn-carousel-module {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #5c6875;
  border-top: 1px solid #5c6875;
  border-bottom: 1px solid #5c6875;
}

.container-module-productany .owl-carousel .owl-buttons .owl-next .btn-carousel-module,
.container-module .owl-carousel .owl-buttons .owl-next .btn-carousel-module,
.carousel-mod .owl-carousel .owl-buttons .owl-next .btn-carousel-module {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #5c6875;
  border-top: 1px solid #5c6875;
  border-bottom: 1px solid #5c6875;
}

.container-module-productany .owl-carousel .owl-buttons div:hover i,
.container-module .owl-carousel .owl-buttons div:hover i,
.carousel-mod .owl-carousel .owl-buttons div:hover i {
  color: #6b6b6f;
}

.carousel-mod .owl-carousel .owl-buttons .btn-carousel-module:hover,
.carousel-mod .owl-carousel .owl-buttons .btn-carousel-module:active {
  background: #e7e7e7;
  border-color: #e7e7e7;
}

.owl-wrapper-outer {
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.carousel-mod .owl-carousel .owl-buttons {
  position: absolute;
  bottom: -17px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.container-module-productany .owl-carousel .owl-buttons div i,
.container-module .owl-carousel .owl-buttons div i {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}

.btn-carousel-module {
  background: #5c6875 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0px;
  float: left;
  font-size: 0;
  height: 24px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  width: 27px;
  color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.btn-carousel-module:hover,
.btn-carousel-module:active {
  background: #e7e7e7 none repeat scroll 0 0;
}

/* ITEM */
.product-thumb .caption {
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.product-thumb .product-name {
  height: 42px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
}

.product-thumb .product-name a {
  color: #333;
  font-size: 15px;
}

.product-thumb .product-description {
  height: 63px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: justify;
}

.product-thumb .product-model {
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}

.product-thumb .rating {
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}

.product-thumb .rating .rating-box {
  text-align: center;
  z-index: 10;
  background: #ffffff;
  position: relative;
  padding: 0px 15px;
}

.product-thumb .quantity-reviews {
  background: #43b02a none repeat scroll 0 0;
  padding: 1px 5px;
  position: relative;
  margin-left: 3px;
  border-radius: 2px;
}

.product-thumb .quantity-reviews:after {
  border-color: rgba(136, 183, 213, 0) #43b02a rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
  border-style: solid;
  border-width: 4px;
  content: " ";
  height: 0;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 7px;
}

.product-thumb .quantity-reviews a {
  color: #ffffff;
}

.product-thumb .actions div.cart {
  width: 100%;
  z-index: 99;
}

.product-thumb .option .form-group {
  margin-bottom: 2px;
  position: relative;
  margin: 0px 2px;
}

.product-thumb i.required {
  color: #e4003a;
}

.product-thumb .radio-checbox-options {
  display: inline-block;
}

.product-thumb .radio-checbox-options input {
  display: none;
}

.product-thumb .radio-checbox-options label {
  border-top: 1px solid #43b02a;
  border-left: 1px solid #43b02a;
  border-right: 1px solid #43b02a;
  border-bottom: 2px solid #43b02a;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  padding: 0px 5px;
  height: 20px;
  line-height: 18px;
  font-size: 0.8em;
}

.product-thumb .radio-checbox-options label .option-price {
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  padding: 0 3px;
  line-height: 16px;
}

.product-thumb .radio-checbox-options input:checked+label {
  background-color: #43b02a;
  border-color: #43b02a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.46) inset;
  color: #fff;
}

.product-thumb .radio-checbox-options input:checked+label {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.product-thumb .radio-checbox-options input:checked+label .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.product-thumb .radio-checbox-options label:hover {
  background-color: #43b02a;
  border-color: #43b02a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.46) inset;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.product-thumb .radio-checbox-options label:hover .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.product-thumb .image-radio {
  display: inline-block;
}

.product-thumb .image-radio input {
  display: none;
}

.product-thumb .image-radio img {
  cursor: pointer;
}

.product-thumb .image-radio input:checked+img {
  border-color: #43b02a;
  border-width: 2px;
}

@media (min-width: 768px) {
  .product-thumb .image-radio img {
    max-width: 39px;
  }
}

@media (min-width: 992px) {
  .product-thumb .image-radio img {
    max-width: 41px;
  }
}

@media (min-width: 1200px) {
  .product-thumb .image-radio img {
    max-width: 44px;
  }
}

.product-thumb .option .text-danger {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  padding: 2px 9px 3px;
  position: absolute;
  top: -6px;
  border-radius: 4px;
  z-index: 9;
}

.product-thumb .option .color-option {
  border: 2px solid #e7e7e7;
  box-sizing: content-box !important;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin: 0px 2px;
  padding: 0;
  vertical-align: middle;
  width: 18px;
  border-radius: 4px;
}

.product-thumb .option .image-radio input:checked+span.color-option {
  padding: 1px;
  border: 2px solid #c4c4c4;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.36);
}

.product-thumb .main-img {
  opacity: 1;
  backface-visibility: visible;
  transition: all .3s ease-out 0s
}

.product-thumb:hover .main-img {
  opacity: 0;
  backface-visibility: hidden;
}

.product-thumb .additional-img-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  cursor: pointer;
  backface-visibility: hidden;
  transition: 0.2s
}

.product-thumb:hover .additional-img-hover {
  opacity: 1;
  backface-visibility: visible;
}

.product-thumb .product_status {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #B52B28;
  font-weight: 600;
  height: auto;
  left: 50%;
  line-height: 27px;
  margin: -15px 0 0 -70px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: rotateX(0deg) scale(1);
  transition: all 0.2s ease-in-out 0s;
  width: 140px;
}

.product-thumb:hover .product_status {
  transform: rotateX(0deg) scale(0);
  display: none;
}

.product-price .product-thumb .product_status {
  display: none;
}

.product-price .stickers-skidka {
  text-align: center;
}

.option-danger {
  animation: 0.3s ease-in-out 0s normal slider;
  min-height: 38px;
  padding: 8px 14px;
  position: fixed;
  right: 20px;
  top: 0;
  width: 310px;
  z-index: 999999999;
  background: #FC6262;
  border: 1px solid #FC6262;
  color: #fff;
  border-radius: 2px;
}

.option-danger+.option-danger {
  top: 50px
}

.option-danger+.option-danger+.option-danger {
  top: 100px
}

.option-danger+.option-danger+.option-danger+.option-danger {
  top: 150px
}

@keyframes slider {
  0% {
    top: -40px;
  }

  50% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}

#column-right .container-modules.owl-carousel,
#column-left .container-modules.owl-carousel {
  display: block;
}

#column-right .product-slider .row_items,
#column-left .product-slider .row_items {
  margin: 0 10px;
}

#column-right .container-module .item,
#column-left .container-module .item {
  margin: 0px 0px 10px;
  position: relative;
  border-radius: 5px;
}

#column-right .container-module .additional-image,
#column-left .container-module .additional-image {
  display: none;
}

#column-right .container-module .image-carousel,
#column-left .container-module .image-carousel {
  padding: 0px;
}

#column-right .container-module .item:hover,
#column-left .container-module .item:hover {
  box-shadow: none;
}

#column-right .container-module .product-thumb .product_status,
#column-left .container-module .product-thumb .product_status,
#column-right .container-module .option,
#column-left .container-module .option,
#column-right .container-module .quantity_plus_minus,
#column-left .container-module .quantity_plus_minus {
  display: none;
}

#column-right .container-module .product-model,
#column-left .container-module .product-model {
  display: none;
}

#column-right .container-module .product-description,
#column-left .container-module .product-description {
  display: none;
}

#column-right .container-module .image,
#column-left .container-module .image {
  position: inherit;
  float: left;
  width: 33%;
  padding: 5px;
}

#column-right .container-module .product-thumb .caption,
#column-left .container-module .product-thumb .caption {
  margin-bottom: 0px;
  padding: 5px;
  float: left;
  width: 66%;
}

#column-right .container-module .product-name,
#column-left .container-module .product-name {
  text-align: left;
  margin-bottom: 2px;
}

#column-right .container-module .product-name a,
#column-left .container-module .product-name a {
  font-size: 12px;
}

#column-right .container-module .price,
#column-left .container-module .price {
  text-align: left;
  margin-bottom: 2px;
}

#column-right .container-module .rating,
#column-left .container-module .rating {
  text-align: left;
  margin-bottom: 2px;
}

#column-right .container-module .rating:before,
#column-left .container-module .rating:before {
  background: none;
}

#column-right .container-module .rating .rating-box,
#column-left .container-module .rating .rating-box {
  padding: 0px;
}

#column-right .stickers-ns .special,
#column-left .stickers-ns .special,
#column-right .stickers-ns .bestseller,
#column-left .stickers-ns .bestseller,
#column-right .stickers-ns .popular,
#column-left .stickers-ns .popular,
#column-right .stickers-ns .newproduct,
#column-left .stickers-ns .newproduct {
  display: none;
}

.position-no-owl .owl-carousel .owl-wrapper:after {
  padding-bottom: 0px;
}

.position-no-owl .container-modules.owl-carousel {
  display: block;
  margin-bottom: 0px;
}

.position-no-owl .container-module .item {
  margin-bottom: 10px;
}

.position-no-owl .container-module .image-carousel {
  padding: 0px;
}

.position-no-owl .container-module .item:hover {
  box-shadow: none;
}

.position-no-owl .stickers-ns .special,
.position-no-owl .stickers-ns .bestseller,
.position-no-owl .stickers-ns .popular,
.position-no-owl .stickers-ns .newproduct,
.position-no-owl .container-module .additional-image,
.position-no-owl .container-module .quantity_plus_minus,
.container-modules .row_items .product_status,
.position-no-owl .container-module .product-model,
.position-no-owl .container-module .product-description,
.row_items .option {
  display: none;
}

.position-no-owl .container-module .image {
  position: inherit;
  float: left;
  width: 33%;
  border-radius: 4px;
  padding: 0px;
}

.position-no-owl .container-module .image .image-carousel {
  padding: 2px;
}

.position-no-owl .container-module .product-thumb .caption {
  margin-bottom: 0px;
  padding: 5px;
  float: left;
  width: 66%;
}

.position-no-owl .container-module .product-name {
  text-align: left;
  margin-bottom: 2px;
}

.position-no-owl .container-module .product-name a {
  font-size: 13px;
}

.position-no-owl .container-module .price {
  text-align: left;
  margin-bottom: 2px;
}

.position-no-owl .container-module .rating {
  text-align: left;
  margin-bottom: 2px;
}

.position-no-owl .container-module .rating:before {
  background: none;
}

.position-no-owl .container-module .rating .rating-box {
  padding: 0px;
}

.position-no-owl .container-module .product-thumb .image {
  margin-bottom: 0px;
}

#column-right .container-module .product-thumb .image,
#column-left .container-module .product-thumb .image,
.position-no-owl .container-module .product-thumb .image {
  margin-top: 9px
}

.position-no-owl .container-module .actions .btn-general,
#column-left .container-module .actions .btn-general,
#column-right .container-module .actions .btn-general {
  padding: 5px 6px;
}

#column-right .container-module .actions,
#column-left .container-module .actions,
.position-no-owl .container-module .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0px;
  justify-content: center;
}

.actions div.cart {
  margin-right: 2px;
}

#column-right .container-module .actions .cart span,
#column-left .container-module .actions .cart span,
.position-no-owl .container-module .actions .cart span {
  display: none;
}

#column-right .container-module .item:hover .actions,
#column-left .container-module .item:hover .actions,
.position-no-owl .container-module .item:hover .actions {
  opacity: 1;
}

.text_refine {
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  border-radius: 3px;
  background: #ffffff;
}

.subcategory {
  padding: 5px;
  overflow: hidden;
  text-align: center;
}

.subcategory a img {
  margin: 0 auto;
}

.subcategory:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.subcategory .name-wrapper {
  height: 44px;
  overflow: hidden;
  color: #333;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.btn-sort-limit {
  background: #fff none repeat scroll 0 0;
}

.product-layout .product-thumb {
  overflow: hidden;
  position: relative;
}

.product-list .product-thumb,
.product-grid .product-thumb {
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.product-grid .caption {
  position: relative;
}

.product-list .product-thumb:hover,
.product-grid .product-thumb:hover {
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .10)
}

.product-grid .product-thumb .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.product-grid .product-thumb .actions .cart i.fa-minus-square.out_of_stock {
  display: none;
}

.product-list .product-thumb .product-name {
  margin-top: 10px;
  text-align: left;
}

.product-list .price {
  text-align: left;
}

.product-list .product-model {
  text-align: left;
}

.product-list .product-thumb .rating {
  text-align: left;
}

.product-list .product-thumb .rating .rating-box {
  padding-left: 0px;
}

.product-list .product-description {
  margin: 12px 0;
  overflow: hidden;
  height: auto;
}

.product-list .product-thumb .actions {
  text-align: left;
  position: relative
}

.product-list .product-thumb .actions .cart i.fa-minus-square.out_of_stock {
  display: none;
}

@media (min-width: 992px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
    width: 33%;
    margin: 0 auto;
  }

  .product-list .product-thumb .caption {
    float: left;
    width: 66%;
    padding-left: 20px;
  }

  .product-list .product-thumb .product-name a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .product-list .product-thumb .image {
    float: none;
    clear: both;
    width: 100%;
  }

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

.addit-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  width: 100%;
  flex-wrap: nowrap;
}

.addit-action>div {
  margin-right: 3px;
}

.addit-action>div:last-child {
  margin-right: 0px;
}

#product hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #e7e7e7;
}

#product {
  padding: 20px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}

#product .price {
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 15px;
}

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

#product .price-old {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}

.block__saving {
  font-size: 16px;
  margin-bottom: 5px;
}

.block__saving .percent__saving {
  background: red;
  padding: 1px 7px;
  color: #fff;
  border-radius: 2px;
}

#product .availability .fa {
  color: #23a1d1;
}

#product .quantity-adder {
  display: block;
  position: relative;
  margin-right: 5px;
}

#product .quantity-adder .quantity-number input {
  display: inline-block;
  height: 32px;
  padding: 2px;
  text-align: center;
  width: auto !important;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e7e7e7;
}

@media (max-width: 768px) {
  #product .quantity-adder .quantity-number input {
    width: 40px !important;
  }

  #product .btn-fastorder span {
    display: none;
  }
}

#product .quantity-adder .add-action {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  text-align: center;
  width: 25px;
  background: #e7e7e7;
}

#product .quantity-adder .add-up {
  border-radius: 0px 4px 0px 0px;
}

#product .quantity-adder .add-down {
  border-radius: 0px 0px 4px 0px;
}

#product .quantity-adder .add-action:hover {
  background: #43b02a;
  color: #fff;
}

#product .panel h1 {
  margin-top: 5px;
}

#product .stock_status_success {
  color: #379424;
}

.stock-quantity_success {
  background-color: #dff0d8;
  border: 1px solid #379424;
  border-radius: 4px;
  color: #379424;
  padding: 1px 4px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

.stock-quantity_success:after {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #dff0d8;
  left: -5px;
  top: 7px;
}

.stock-quantity_success:before {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #379424;
  left: -6px;
  top: 7px;
}

.info-minimum {
  color: #31708f;
  margin-top: 12px;
}

#product .qty-not-in-stock {
  color: #FC351B;
}

#product .qty-not-in-stock-count {
  background-color: #ffd2b8;
  border: 1px solid #FC351B;
  border-radius: 4px;
  color: #FC351B;
  padding: 1px 4px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

#product .qty-not-in-stock-count:after {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #ffd2b8;
  left: -5px;
  top: 7px;
}

#product .qty-not-in-stock-count:before {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #FC351B;
  left: -6px;
  top: 7px;
}

#product .list-unstyled>li {
  font-size: 16px;
  margin: 1px 0px;
}

#product .actions {
  display: block;
  overflow: hidden;
  margin: 15px 0px;
}

#product .actions .cart {
  margin-right: 5px;
}

#product .hidden-options {
  display: none;
}

.options-expand a .caret.rotate {
  transform: rotate(180deg);
}

.options-close a .caret.rotate {
  transform: rotate(180deg);
}

.options-expand a {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 15px;
  display: block;
}

.options-close a {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 15px;
  display: block;
}

.options-close a .caret {
  transform: rotate(180deg);
}

#product i.required {
  color: #e4003a;
}

#product .radio-checbox-options {
  display: inline-block;
  margin-right: 4px;
}

#product .radio-checbox-options input {
  display: none;
}

#product .radio-checbox-options label {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  padding: 2px 5px;
  font-size: 13px;
}

#product .radio-checbox-options label .option-price {
  border-radius: 3px;
  display: inline-block;
  font-size: 0.9em;
  padding: 0 3px;
  height: 14px;
  line-height: 14px;
}

#product .radio-checbox-options input:checked+label {
  border-color: #43b02a;
  color: #333;
}

#product .radio-checbox-options input:checked+label .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

#product .radio-checbox-options label:hover {
  border-color: #43b02a;
  color: #333;
}

#product .radio-checbox-options label:hover .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

#product .image-radio {
  display: inline-block;
  margin-right: 4px;
}

#product .image-radio input {
  display: none;
}

#product .image-radio img {
  cursor: pointer;
  border: 1px solid #d9d9d9;
}

#product .image-radio input:checked+img {
  border-color: #43b02a;
  border-width: 1px;
}

@media (min-width: 768px) {
  #product .image-radio img {
    max-width: 39px;
  }
}

@media (min-width: 992px) {
  #product .image-radio img {
    max-width: 41px;
  }
}

@media (min-width: 1200px) {
  #product .image-radio img {
    max-width: 44px;
  }
}

#product .options .text-danger {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  padding: 2px 9px 3px;
  position: absolute;
  top: -6px;
  border-radius: 4px;
}

#product .options .form-group {
  position: relative;
  margin: 0px 0px 10px;
}

#product .options .control-label {
  font-size: 13px;
}

#product .options .color-option {
  vertical-align: middle;
  border: 2px solid #e7e7e7;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  padding: 0;
  width: 22px;
  border-radius: 50%;
}

#product .options .image-radio input:checked+span.color-option {
  padding: 1px;
  border: 2px solid #c4c4c4;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.36);
}

.alert {
  margin-bottom: 10px;
}

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

.top-info-product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.info-inline {
  display: inline-block;
  font-size: 16px;
}

.info-product {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .info-product {
    min-width: 100%;
  }
}

.info-product a {
  color: #379424;
}

.info-product b {
  color: #444;
  font-weight: normal;
}

.custom-block-products .title-custom-block-product {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-block-product {
  margin-bottom: 5px;
  cursor: pointer;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
  padding: 13px 15px;
}

.custom-block-product .image {
  width: 50px;
  float: left;
}

.custom-block-product .text {
  margin-left: 65px;
}

.custom-block-product a,
.custom-block-product a:hover {
  text-decoration: none;
}

.custom-block-product .text h4 {
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
}

.custom-block-product .text p {
  color: #777;
  font-size: 12px;
  height: 33px;
  line-height: 1.3;
  margin: 4px 0 0;
  overflow: hidden;
  padding: 0;
}

#logo-footer {
  margin-bottom: 10px;
}

footer.type-footer-1 {
  font-size: 13px;
  margin-top: 15px;
  color: #828282;
}

footer.type-footer-2 {
  font-size: 16px;
  margin-top: 15px;
  color: #d3d3d3;
}

footer.type-footer-1 .footer-top {
  background-color: #f6f6f8;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e7e7e7;
}

footer.type-footer-2 .footer-top {
  background: #122538;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer.type-footer-1 .footer-top ul.list-unstyled li {
  display: block;
  margin-bottom: 5px;
}

footer.type-footer-2 .footer-top ul.list-unstyled li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-top ul.list-unstyled li a {
  font-size: 16px;
}

footer.type-footer-1 .footer-copyright-payment {
  background-color: #f6f6f8;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer.type-footer-2 .footer-copyright-payment {
  background-color: #122538;
  padding: 20px 0px;
}

footer.type-footer-1 .fcopyright {
  padding: 7px 5px 5px;
  text-align: right;
}

footer.type-footer-2 .fcopyright {
  color: #d3d3d3;
}

footer.type-footer-2 .dflex-fcp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  footer.type-footer-2 .dflex-fcp>div {
    margin-bottom: 10px;
  }
}

footer .fpayment ul {
  margin-bottom: 0px;
  text-align: left;
}

footer .fpayment ul li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 5px;
}

footer .fpayment ul li a {
  display: block;
}

footer.type-footer-2 .socials ul {
  margin-bottom: 0px;
}

footer .social_footer {
  padding-top: 10px;
}

footer.type-footer-1 a {
  color: #222;
}

footer.type-footer-1 a:hover {
  color: #43b02a;
}

footer.type-footer-2 a {
  color: #d3d3d3;
}

footer.type-footer-2 a:hover {
  color: #fff;
}

footer.type-footer-1 .title-f {
  font-size: 16px;
  color: #222;
  margin: 5px 0px 10px;
}

footer.type-footer-2 .title-f {
  font-size: 18px;
  color: #fff;
  margin-bottom: 22px;
}

footer .fa-width {
  width: 20px;
}

#gmap_footer {
  width: 100%;
  height: 285px;
}

.open-full-screen {
  color: #000;
}

.normal-screen {
  color: #000;
}

.title_popap_marker {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.description_popap_marker {
  font-size: 12px;
  color: #666666;
}

footer.type-footer-1 .fdesc_fmap {
  padding: 10px 0px;
  background: #fff;
}

footer.type-footer-2 .fdesc_fmap {
  padding: 10px 0px;
  background: #5c6875;
}

.box-heading {
  color: #fff;
  font-weight: bold;
  text-align: left;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
  z-index: 995;
  line-height: 1.42857;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: #43b02a;
  border: 1px solid #43b02a;
}

.box-heading .fa.fa-bars {
  float: right;
  font-size: 16px;
  line-height: 20px;
}

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

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

.container-accordion-menu .parent-link {
  padding: 10px 12px;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  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;
  height: 100%;
  width: 10px;
  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: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}

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

.container-accordion-menu .parent-category.active a {
  color: #007aaa;
}

.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: #007aaa;
}

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

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

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

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

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

.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;
  right: -10px;
  top: 0;
  height: 100%;
  width: 20px;
  background: #fff;
  z-index: 1009;
}

.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: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
}

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

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

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

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

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

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

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

.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;
  line-height: 1.42857143;
  border-top: 1px solid #eee;
  color: #333;
}

.container-accordion-menu .child_children_link>a:hover {
  color: #007aaa;
}

.carousel-container {
  position: relative;
}

.carousel-container .owl-wrapper-outer {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
}

.carousel-container .owl-buttons i.fa {
  font-size: 20px;
  margin: -20px 0 0;
}

.carousel-container .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 48% !important;
}

.carousel-container .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 48% !important;
}

.carousel-container.owl-carousel:hover .owl-buttons .owl-prev {
  left: 0px;
}

.carousel-container.owl-carousel:hover .owl-buttons .owl-next {
  right: 0px;
}

.carousel-container.owl-carousel:hover .owl-buttons div {
  opacity: 1;
}

.carousel-container .slideshow-btn-next i,
.carousel-container .slideshow-btn-prev i {
  color: #202020;
  opacity: 1 !important;
  font-size: 30px !important;
  line-height: 67px !important;
  margin: 0px !important;
}

.carousel-container .slideshow-btn-next,
.carousel-container .slideshow-btn-prev {
  display: block;
  width: 40px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0%;
  text-align: center;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.carousel-container .slideshow-btn-next:hover,
.carousel-container .slideshow-btn-prev:hover {
  opacity: 1;
  background: #fff;
}

.carousel-container .slideshow-btn-next:hover i,
.carousel-container .slideshow-btn-prev:hover i {
  opacity: 1;
  color: #6b6b6f;
}

.carousel-container .owl-wrapper:after {
  padding-bottom: 0 !important;
}

.carousel-container .owl-pagination {
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: auto;
  position: absolute;
}

.banner-ns .owl-pagination {
  bottom: 5px;
  left: 0%;
  right: 0%;
  top: auto;
  position: absolute;
}

.carousel-container .owl-controls .owl-page span {
  background: #fff;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  transition: all .3s ease;
}

.carousel-container .owl-controls .owl-page {
  display: inline-block;
  margin: 0 2px;
}

.carousel-container .owl-controls .owl-page.active span {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%px;
}

.carousel-container .owl-wrapper-outer {
  padding: 0px;
  border: 2px solid #fff;
}


.type-footer-1 .box-banner-container {
  background: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0px;
}

.type-footer-1 .block-banner-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.type-footer-1 .block-banner-footer .image-banner-footer {
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.type-footer-1 .block-banner-footer .icon-banner-footer {
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.type-footer-1 .block-banner-footer .icon-banner-footer span {
  height: 50px;
  width: 50px;
  display: inline-block;
}

.type-footer-1 .block-banner-footer .icon-banner-footer i.fa {
  font-size: 24px;
  line-height: 50px;
  color: #7a7a7a;
}

.type-footer-1 .block-banner-footer .text-footer-banner .banner-title-footer {
  margin: 0;
  padding: 0 0 2px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.type-footer-1 .block-banner-footer .text-footer-banner .banner-description-footer {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  color: #333;
}

.type-footer-2 .box-banner-container {
  background: #f0f2f6;
  ;
  padding: 25px 0px;
}

.type-footer-2 .block-banner-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  flex-direction: column;
}

.type-footer-2 .block-banner-footer .image-banner-footer {
  height: 50px;
}

.type-footer-2 .block-banner-footer .icon-banner-footer {
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.type-footer-2 .block-banner-footer .icon-banner-footer span {
  height: 50px;
  width: 50px;
  display: inline-block;
}

.type-footer-2 .block-banner-footer .icon-banner-footer i.fa {
  font-size: 24px;
  line-height: 50px;
  color: #7a7a7a;
}

.type-footer-2 .block-banner-footer .text-footer-banner {
  margin-top: 12px;
}

.type-footer-2 .block-banner-footer .text-footer-banner .banner-title-footer {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.type-footer-2 .block-banner-footer .text-footer-banner .banner-description-footer {
  font-size: 16px;
  color: #000;
  text-align: center;
}

@media (max-width: 992px) {
  .type-footer-2 .banner-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.banner-ns.owl-carousel .owl-wrapper:after {
  padding-bottom: 0;
}

.product-price {
  margin-left: 10px;
  width: calc(100% - 20px);
  display: table;
  overflow: hidden;
  padding: 0px;
  height: 60px;
  background: #ffffff;
}

.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;
  -moz-transition: all 100ms linear 0s;
  -ms-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;
  transition: all 100ms linear 0s;
}

.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 .product-description,
.product-price .product-thumb .caption .rating,
.product-price .product-thumb .image .stickers-ns {
  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 .pq-box,
.product-price .product-thumb .caption .actions,
.product-price .product-thumb .caption .option,
.product-price .product-thumb .caption .product-name {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #ddd;
  height: 60px;
  min-width: 115px;
}

.product-price .product-thumb .caption .actions .cart {
  display: inline-block;
  margin-right: 4px;
}

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

.product-price .product-thumb .product-name {
  text-align: left;
  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 .price-old {
  font-size: 13px;
}

.product-price .product-thumb .pq-box {
  min-width: 100px !important;
}

.product-price .product-thumb .price {
  height: auto !important;
  align-items: center;
  height: 100%;
  justify-content: center;
  min-width: 100px;
  text-align: center;
  width: 100px;
  font-size: 16px;
}

.product-price .product-thumb .price .price-new {
  flex-basis: 100%;
}

.product-price .product-thumb .actions {
  padding: 5px 3px 5px 7px;
}

.product-price .product-thumb .quantity_plus_minus {
  margin-top: 2px;
  max-height: none;
  text-align: center;
  padding: 4px;
}

.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 .actions .cart {
  margin-bottom: 4px;
}

.product-price .product-thumb .caption .actions .cart .btn-general {
  padding: 5px;
}

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

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #43b02a;
}

#progressBar {
  width: 100%;
  background: #e7e7e7;
}

footer.type-footer-1 .newsletter .form-control,
footer.type-footer-1 .newsletter .form-control:focus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #666;
  display: inline-block;
  height: 43px;
  line-height: 1;
  padding: 8px 15px 8px;
  width: 100%;
  font-size: 13px !important;
  box-shadow: none !important;
}

@media (min-width: 992px) {
  footer.type-footer-2 .newsletter #error-msg {
    position: absolute;
    right: 10px;
    bottom: 8px;
  }
}

footer.type-footer-2 .newsletter .form-control,
footer.type-footer-2 .newsletter .form-control:focus {
  background: #5c6875 none repeat scroll 0 0;
  border: 1px solid #5c6875;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  display: block;
  height: 43px;
  line-height: 1;
  padding: 8px 15px 8px;
  width: 100%;
  font-size: 13px !important;
  box-shadow: none !important;
}

footer.type-footer-2 .newsletter .form-control:focus {
  color: #364555;
  background: #fff;
}

footer.type-footer-2 .newsletter .form-control::placeholder {
  color: #fff;
}

.btn-newsletter i {
  color: #fff;
}

footer.type-footer-1 .btn-newsletter {
  border-radius: 3px;
  color: #fff;
  background: #43b02a;
  border-color: #43b02a;
  vertical-align: baseline;
  margin-right: 4px;
  width: 60px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .15);
}

footer.type-footer-2 .btn-newsletter {
  border-radius: 3px;
  color: #fff;
  background: #43b02a;
  border-color: #43b02a;
  vertical-align: baseline;
  margin-right: 0px;
  padding: 5px 20px;
  height: 43px;
  font-size: 16px;
}

footer.type-footer-1 .btn-newsletter:hover,
footer.type-footer-1 .btn-newsletter:active,
footer.type-footer-1 .btn-newsletter,
footer.type-footer-2 .btn-newsletter:hover,
footer.type-footer-2 .btn-newsletter:active,
footer.type-footer-2 .btn-newsletter {
  background: #43b02a;
}

footer.type-footer-1 .igb-nl {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 0px;
}

footer.type-footer-1 .btn-newsletter .text-btn,
footer.type-footer-2 .btn-newsletter .fa-send-o,
footer.type-footer-2 .newsletter-title-type1,
footer.type-footer-1 .icon-newsletter,
footer.type-footer-1 .newsletter-title-type2 {
  display: none;
}

footer.type-footer-2 .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

footer.type-footer-2 .newsletter .input-group {
  flex: 0 1 100%;
}

footer.type-footer-2 .icon-newsletter {
  margin-right: 35px;
}

footer.type-footer-2 .icon-newsletter i {
  font-size: 60px;
  color: #43b02a;
  transform: rotate(-24deg);
}

footer.type-footer-2 .newsletter-title-type2 {
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  padding: 10px 0px;
  margin-right: 35px;
  margin-bottom: 0px;
}

footer.type-footer-2 .btn-newsletter .text-btn {
  display: inline-block;
}

@media (max-width: 992px) {
  footer.type-footer-2 .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.type-footer-2 .newsletter {
    flex-wrap: wrap;
    justify-content: start;
  }

  footer.type-footer-2 .icon-newsletter {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  footer.type-footer-2 .icon-newsletter i {
    font-size: 34px;
  }

  footer.type-footer-2 .newsletter-title-type2 {
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0px;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  footer.type-footer-2 .icon-newsletter {
    margin-right: 10px;
  }

  footer.type-footer-2 .icon-newsletter i {
    font-size: 30px;
  }

  footer.type-footer-2 .newsletter-title-type2 div:nth-child(1) {
    font-size: 16px;
  }

  footer.type-footer-2 .newsletter-title-type2 div:nth-child(2) {
    font-size: 16px;
  }
}

.btn-login {
  color: #fff;
  background-color: #43b02a;
  border-color: #43b02a;
  border-style: none none solid;
  border-width: 2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-login:hover,
.btn-login:active {
  background-color: #379424;
  color: #fff;
  border-bottom: 2px solid #379424;
}

@media (min-width: 768px) {
  #login-form-popup .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }

  #login-form-popup .modal-login {
    width: 400px;
  }
}

.shopping-cart .table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}

.shopping-cart .table>tbody>tr>td {
  border-top: 0px;
  vertical-align: top;
}


.masked_bg {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.5;
  left: 0;
  top: 0;
}

.loading_masked {
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 11000;
}

.image-hover-effect .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
}

.image-hover-effect .item img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.image-hover-effect .item:hover img {
  -moz-transform: scale(1.1) rotate(0.05deg);
  -ms-transform: scale(1.1) rotate(0.05deg);
  -o-transform: scale(1.1) rotate(0.05deg);
  -webkit-transform: scale(1.1) rotate(0.05deg);
  transform: scale(1.1) rotate(0.05deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.image-hover-effect .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  background: rgba(255, 255, 255, .2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}

.image-hover-effect .item:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}

.container-module.product-category {
  overflow: hidden;
}

#column-right .container-module .reviews .col-md-4,
#column-left .container-module .reviews .col-md-4 {
  width: 100%;
}

#column-right .container-module .title-module.rc-mod span,
#column-left .container-module .title-module.rc-mod span {
  display: block;
}

#column-right .container-module .item-review .rc-media,
#column-left .container-module .item-review .rc-media {
  vertical-align: middle;
}

.container-module .reviews .item-review:hover {
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .10)
}

.container-module .reviews .item-review {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.container-module .reviews .rc-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.container-module .reviews-date {
  color: #c7c7c7;
}

.container-module .item-review .review_plus span {
  color: #1ab90a;
  padding-right: 5px;
}

.container-module .item-review .review_minus span {
  color: #f06262;
  padding-right: 5px;
}

.container-module .item-review .rc-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.container-module .item-review .rc-media {
  text-align: center;
}

.container-module .item-review .rc-media-body {
  width: 65%;
  padding: 0px 0px 0px 10px;
}

.container-module .see-all-reviews {
  color: #43b02a;
  font-size: 16px;
}

.container-module .title-module.rc-mod span {
  padding: 0 10px 0px 0px;
}

@media (max-width: 768px) {
  .container-module .title-module.rc-mod span {
    display: block;
  }
}

.btn-more {
  background-color: #43b02a;
  border-color: #076bb7;
  border-radius: 4px;
  border-style: none none solid;
  border-width: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px;
  transition: all 0.2s ease-out;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  background-color: #076bb7;
  border-color: #076bb7;
  color: #fff;
}

.heading_title_reviews {
  margin-bottom: 15px;
  padding: 10px 0px;
  position: relative;
}

.heading_title_reviews {
  font-size: 20px;
  padding: 0 20px 0px 0px;
  z-index: 5;
  color: #333;
  position: relative;
  text-transform: uppercase;
}

.product-list .reviews-author {
  font-weight: 600;
}

.product-list .reviews-date {
  color: #c7c7c7;
  text-align: right;
}

.container-module .reviews .rs-pr-name {
  height: 42px;
  overflow: hidden;
}

.container-module .reviews .rs-pr-name a {
  color: #333;
  font-size: 16px;
}

.container-module .reviews .review-description {
  height: 58px;
  margin-bottom: 5px;
  overflow: hidden;
}

.nsupdatequantitycheckout {
  width: 120px;
}

.nsupdatequantitycheckout input.form-control {
  text-align: center;
}

#onepcheckout .radio {
  display: inline-block;
  margin: 0 15px 0 0;
}

#onepcheckout .panel-body {
  padding: 15px 0px;
}

#cart_table table td {
  vertical-align: middle;
}

#cart_table .table_total {
  margin: 0 0 20px;
  text-align: right;
  width: 100%;
}

#cart_table .table_total tr td:last-child {
  font-weight: 600;
  padding: 0 0 0 20px;
  white-space: nowrap;
  width: 70px;
}

#cart_table .table_total tr:last-child td {
  font-size: 1em;
  font-weight: 600;
  padding: 0 0 10px;
}

#cart_table .coupon_table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 7px;
  text-align: right;
  width: 100%;
}

#cart_table .coupon_table div {
  float: right;
  padding: 0 0 8px;
  width: 100px;
}

#cart_table .coupon .form-control,
#cart_table .reward .form-control {
  font-size: 12px;
  padding-top: 4px;
  width: 200px;
}

#cart_table .delete_td {
  width: 50px;
}

#onepcheckout .error_input_checkout {
  border: 1px solid red !important;
  box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important;
}

#onepcheckout .error_input_checkout:-moz-placeholder {
  color: red !important;
}

#onepcheckout .error_input_checkout::-moz-placeholder {
  color: red !important;
  opacity: 1
}

#onepcheckout .error_input_checkout:-ms-input-placeholder {
  color: red !important;
}

#onepcheckout .error_input_checkout::-webkit-input-placeholder {
  color: red !important;
}

#onepcheckout div.required .form-control:-moz-placeholder {
  color: red !important;
}

#onepcheckout div.required .form-control::-moz-placeholder {
  color: red !important;
  opacity: 1;
}

#onepcheckout div.required .form-control:-ms-input-placeholder {
  color: red !important;
}

#onepcheckout div.required .form-control::-webkit-input-placeholder {
  color: red !important;
}

#onepcheckout div.required .form-control:-moz-placeholder:before {
  color: #f00;
  content: "* ";
  font-weight: 600;
}

.popup_banner {
  width: 1000px;
  max-width: 90%;
  padding: 15px;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .popup_banner {
    width: 900px;
    max-width: 100%;
    padding: 15px;
    background: #f8f8f8;
  }
}

.popup_banner .close {
  position: absolute;
  z-index: 999;
  top: 8px;
  right: 10px;
}

.popup_banner h1 {
  font-size: 1.8em;
  margin: 0 0 10px;
}

.popup_banner #content {
  min-height: 10px;
}

.is_a_link {
  cursor: pointer;
}

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

.product-layout.ns-blog {
  margin-bottom: 10px;
}

.ns-blog .product-thumb {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #ffffff;
}

.ns-blog .ns-blog-name {
  height: 45px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.ns-blog .ns-blog-description {
  height: 60px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.ns-blog .product-list .ns-blog-description {
  height: 100%;
}

.ns-blog .product-thumb .button-group {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}

.ns-blog .product-list .button-group {
  text-align: left !important;
  padding: 0px;
  margin-top: 10px;
}

.ns-blog .product-thumb .rating {
  clear: both;
}

.ns-blog .product-list .product-thumb .rating:before {
  height: 0px;
}

.ns-blog .product-list .product-thumb .rating {
  text-align: left;
}

.ns-blog .product-list .product-thumb .rating span {
  padding-left: 0px;
}

.article-viewed {
  color: #555;
  display: inline-block;
  float: left;
}

.article-date-added {
  color: #555;
  display: inline-block;
  float: right;
}

#menu-ocp {
  background-color: #333;
  background-repeat: repeat-x;
  border-color: #000;
  min-height: 40px;
}

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

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

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

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

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

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

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

#menu-ocp .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  color: #555;
}

#menu-ocp .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #43b02a;
}

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

#menu-ocp .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #666;
  border-color: #000;
}

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

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

@media (max-width: 767px) {
  #menu-ocp {
    border-radius: 4px;
  }

  #menu-ocp div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu-ocp div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu-ocp .dropdown-inner {
    display: block;
  }

  #menu-ocp .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu-ocp .dropdown-menu a:hover,
  #menu-ocp .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu-ocp .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

#tab-description, #tab-documentation, #tab-video {
  border: 1px solid #e7e7e7;
  padding: 30px 50px;
  border-radius: 4px;
}

.product-thumb .review_plus,
#review-quickview .review_plus,
#review-quickview .review_minus,
.product-thumb .review_minus,
#review .review_plus,
#review .review_minus {
  margin-bottom: 10px;
}

.product-thumb .review_plus span,
#review-quickview .review_plus span,
#review .review_plus span {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-thumb .review_minus span,
#review-quickview .review_minus span,
#review .review_minus span {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-thumb .admin_reply,
#review-quickview .admin_reply,
#review .admin_reply {
  margin-left: 15px;
}

.product-thumb .admin_reply span,
#review-quickview .admin_reply span,
#review .admin_reply div {
  color: #43b02a;
  margin-bottom: 5px;
}

#review-quickview .purchased,
#review .purchased {
  color: #1ab90a;
}

.reviews-author .purchased {
  color: #1ab90a;
  padding-left: 0px;
  font-weight: 400;
}

#review-quickview,
#review {
  border: 1px solid #e7e7ee;
  padding: 30px 50px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.review-item:not(:nth-last-child(2)) {
  margin-bottom: 15px;
}

.review-item .review-heading {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px 50px;
  margin-left: -50px;
  margin-right: -50px;
  overflow: hidden;
}

.review-item .rating {
  margin-bottom: 10px;
}

.review-item .comment {
  margin-bottom: 10px;
}

#form-review-quickview,
#form-review {
  border: 1px solid #e7e7e7;
  padding: 30px 50px;
  border-radius: 4px;
}

.form-horizontal .control-label {
  font-size: 16px;
  margin-bottom: 5px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.product-rating .star-rating {
  color: #e7e7e7;
}

.product-rating .star-rating.active,
.product-rating .star-rating.checked {
  color: #fc0 !important;
}

.product-rating label .fa {
  font-size: 18px;
  padding: 2px 4px 2px 0px;
  cursor: pointer;
}

.product-rating label~label {
  margin-left: -5px;
}

@media (max-width: 992px) {
  #tab-description, #tab-documentation, #tab-video  {
    padding: 10px 15px;
  }

  #form-review-quickview,
  #form-review,
  #review-quickview,
  #review {
    padding: 10px 15px;
  }

  .review-item .review-heading {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tab-pro .tab-content .product-thumb {
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-bottom: 20px;
}

.ns-blog-cont {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.ns-article-related-pr .product-thumb {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff none repeat scroll 0 0;
}

.category_description.psbtb {
  border-top: 1px solid #d2dbe2;
}

.category_description.psbt {
  border-top: 1px solid #d2dbe2;
}

.category_description img {
  max-width: 100%;
}

.category_description {
  clear: both;
  color: #666;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}

.category_description .psfl-l {
  padding: 0 10px 10px 0;
}

.container-fcat {
  margin-top: 10px;
  clear: both;
}

.container-fcat .owl-carousel .owl-buttons {
  position: absolute;
  top: -30px;
  left: 0px;
  right: 0px;
  text-align: center;
  bottom: auto;
}

.box-title {
  background: #f7f7f7;
  height: 140px;
  padding: 10px;
  border-radius: 4px;
}

.box-title .title-text {
  padding-top: 10px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  display: block;
  text-align: center;
}

.carousel-fcat {
  margin-top: -75px;
  margin-bottom: 10px;
  background: transparent;
}

.carousel-fcat .owl-wrapper-outer {
  border: 0px;
  margin-top: 10px;
}

.box-fcat .fcat-img {
  position: relative;
}

.box-fcat .fcat-img.active img {
  border: 4px solid #43b02a;
}

.box-fcat .fcat-img img {
  border: 4px solid #f7f7f7;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background: #fff;
  padding: 5px;
}

.box-fcat .fcat-name {
  margin-top: 5px;
  margin-top: 5px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-fcat .fcat-name a {
  font-size: 16px;
  color: #222;
}

.fcat-img .drop-sub {
  cursor: pointer;
}

.fcat-img .drop-sub.active .fa {
  transform: rotate(-180deg);
}

.fcat-img span .fa {
  width: 25px;
  padding: 5px;
  border: 2px solid #f7f7f7;
  border-radius: 100%;
}

.bsc {
  overflow: hidden;
  border: 4px solid #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 0px;
  display: none;
}

.bsc.active {
  background: #fff;
  display: block;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.bsc .wall-scbox .sub-categoty-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  padding-left: 5px;
}

.bsc .wall-scbox .sub-categoty-name a {
  position: relative;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding-left: 3px
}

.bsc .wall-scbox .box-c3level {
  padding: 6px;
}

.bsc .wall-scbox .box-c3level li a {
  color: #333333;
}

.bsc .wall-scbox .box-c3level li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container-fcat .owl-carousel .owl-buttons {
    top: -27px;
  }

  .carousel-fcat {
    margin-top: -70px;
  }
}

.masonry-wb.wall-scbox .box-c3level {
  padding: 8px 8px 0px 8px;
  margin-bottom: 0px;
}

.masonry-wb.wall-scbox {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.masonry-wb.wall-scbox .item-m-wb {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  float: none;
}

.categorywall-container {
  margin-bottom: 5px;
}

.wall-category-box {
  position: relative;
  margin: 0px -10px 0px;
  overflow: hidden;
}

.imgcategory .product-thumb,
.wall-category-box .item-category {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  position: relative;
}

.wall-category-box .wall-cat-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.wall-category-box .item-category img {
  border-radius: 3px;
}

.imgcategory .wall-cat-name,
.wall-category-box .wall-cat-name {
  color: #222;
  font-weight: 600;
  overflow: hidden;
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase;
  height: 45px;
  border-top: 1px solid #fff;
}

.item-category .wall-cat-name a,
.imgcategory .product-thumb .wall-cat-name a {
  color: #333333;
}

.imgcategory .product-thumb:hover .wall-cat-name a,
.wall-category-box .item-category .wall-cat-name:hover a {
  color: #43b02a;
}

.wall-category-box .item-category:hover {
  border: 1px solid #43b02a;
}

@media (min-width: 768px) {
  .wall-category-box .item-sub-category {
    padding-left: 15px;
  }

  .wall-category-box .item-sub-category .subcategory-name a {
    font-size: 16px;
    color: #222222;
    opacity: 1;
  }

  .wall-category-box .item-sub-category .subcategory-name a:hover {
    font-size: 16px;
    color: #43b02a;
    opacity: 1;
  }

  .wall-category-box .item-sub-category {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 48px;
    opacity: 0;
    padding-top: 5px;
    padding-left: 10px;
    transition: all ease-in-out 0.4s;
  }

  .wall-category-box .parent_category .wall-cat-image {
    opacity: 1;
    transition: all ease-in-out 0.4s;
  }

  .wall-category-box .parent_category:hover .wall-cat-image {
    opacity: 1;
  }

  .wall-category-box .parent_category:hover .item-sub-category {
    opacity: 1;
  }

  .wall-category-box .parent_category:hover .wall-cat-name {
    border-top: 1px solid #e7e7e7
  }
}

@media (max-width: 768px) {
  .wall-category-box .item-category.parent_category .wall-cat-image {
    cursor: pointer;
  }

  .wall-category-box .item-sub-category {
    display: none;
  }

  .wall-category-box .item-sub-category.active-sub-menuu {
    display: block;
    padding: 10px;
    background: #edeef2;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }

  .wall-category-box .item-sub-category.active-sub-menuu .subcategory-name a {
    font-size: 16px;
    color: #222222;
    opacity: 1;
  }

  .wall-category-box .item-sub-category.active-sub-menuu .subcategory-name a:hover {
    font-size: 16px;
    color: #43b02a;
    opacity: 1;
  }
}

.nswc-scrollbar {
  width: 6px;
  background-color: #EDEEF2;
}

.nswc-thumb {
  background-color: #43b02a;
  border-radius: 5px;
}

.nswc-scrollbar.active .nswc-thumb {
  background-color: #2073B2;
}

.quantity_plus_minus {
  flex: 0 0 58px;
  margin-top: 6px;
  align-self: end;
  text-align: right;
  max-height: 34px;
}

.quantity_plus_minus input.quantity-num {
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 2px;
  text-align: center;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  box-shadow: none;
}

@media (max-width: 768px) {
  .quantity_plus_minus {
    text-align: left;
    flex-basis: 100%;
  }
}

.quantity_plus_minus .quantity-btn {
  display: inline-block;
  margin: 0px 0px 0px -4px;
}

.quantity_plus_minus .quantity-btn .add-up {
  border-radius: 0px 4px 0px 0px;
  border-bottom: 0.5px solid #ededed;
}

.quantity_plus_minus .quantity-btn .add-down {
  border-radius: 0px 0px 4px 0px;
  border-top: 0.5px solid #dfdfdf;
}

.quantity_plus_minus .quantity-btn .add-action {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  text-align: center;
  width: 25px;
  background: #e7e7e7;
}

.quantity_plus_minus .quantity-btn .add-action:hover {
  background: #43b02a;
  color: #fff;
  border-color: #43b02a;
}

.product-slider .no-slider .product-thumb {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #fff;
}

.product-slider .no-slider {
  margin-bottom: 10px;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 768px) {
  .product-slider .no-slider {
    padding-left: 4px;
    padding-right: 4px;
  }

  .product-slider {
    margin: 0px -4px;
  }

  .product-slider .owl-item .item {
    margin: 0px 4px 4px 4px
  }

  .product-list .product-thumb,
  .product-grid .product-thumb {
    margin-top: 0px;
  }
}

#column-left .container-module .no-slider,
#column-right .container-module .no-slider,
.position-no-owl .container-module .no-slider {
  border: 0px;
}

.additional-tel a {
  color: #444;
  text-decoration: none !important;
}

.additional-tel a:hover {
  color: #444;
}

div.additional-tel+div.additional-tel {
  margin-top: 1px;
  padding-top: 3px;
}

.additional-tel i.fa {
  font-size: 16px;
}

.contact-header .dropdown-toggle:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 10px;
  bottom: -9px;
}

.icon-image {
  display: inline-block;
  text-align: center;
  margin-right: 1px;
}

@media (min-width: 768px) {
  .vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 4px 0px;
  }
}

.pt20 {
  padding-top: 20px;
}

.text_after_phone {
  color: #999;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 3px;
}

.phone_fix .additional-tel.dth {
  display: none;
}

.phone_fix .additional-tel.dth:nth-child(1),
.phone_fix .additional-tel.dth:nth-child(2) {
  display: block;
}

.phone_fix .contact-header:hover .drop-contacts {
  display: block;
}

#phone .drop-icon-info {
  margin-left: 2px;
  position: absolute;
  top: calc(50% - 10px);
  text-align: center;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  background: #e7e7e7;
  border-radius: 50%;
  right: -23px;
}

@media (min-width: 992px) {
  #phone .drop-icon-info {
    right: -23px;
    background: transparent;
    border-color: transparent;
  }

  .pad-top #phone .drop-icon-info {
    right: -23px;
  }
}

#phone .car-down.fa.fa-angle-down {
  font-size: 18px;
  line-height: 20px;
}

.add_product_alert {
  animation: 0.3s ease-in-out 0s normal slider_add_product;
  position: fixed;
  right: 5px;
  top: 5px;
  width: 310px;
  z-index: 999999999;
}

@keyframes slider_add_product {
  0% {
    top: -40px;
  }

  50% {
    top: -20px;
  }

  100% {
    top: 5px;
  }
}

@media (min-width: 992px) {

  .col-lg-offset-3,
  .col-md-offset-3 {
    margin-left: 25.4%;
  }
}

#fix_image .owl-carousel .owl-wrapper:after {
  padding-bottom: 0px;
}

.scroll-right-info .pr-n {
  font-size: 16px;
  text-align: center;
}

.scroll-right-info .pr-i {
  margin: 0 auto;
  max-width: 100px;
}

.sticky {
  position: fixed;
  z-index: 99;
}

.stop {
  position: relative;
}

.cbp {
  margin-top: 20px;
}

/* @media only screen and (min-width: 1024px) {
  .product-grid:hover .catalogCard-extra {
    display: block;
    box-shadow: -8px 1px 9px -9px rgba(50, 50, 50, .10), 8px 1px 9px -9px rgba(50, 50, 50, .10), 0px 8px 9px -8px rgba(50, 50, 50, .10);
  }
} */

/* .product-grid .catalogCard-extra {
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 4px 4px;
  display: none;
  margin-top: -15px;
  padding: 5px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 99;
} */

.category-page .product-list .attribute-cat .attr-separator:last-child {
  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;
}

.category-page .product-list .attribute-cat {
  margin-bottom: 5px;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name {
  flex: 0 0 40%;
  white-space: nowrap;
  max-width: 40%;
  font-size: 12px;
  color: #646464;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name span {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-name span {
  background: #fff none repeat scroll 0 0;
  padding: 0 5px 0 0;
  position: relative;
  z-index: 2;
}

.option.productpage-opt {
  margin-bottom: 5px;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text {
  font-size: 12px;
  color: #444;
  font-weight: 400;
  text-align: right;
  width: 100%;
  flex: 0 0 60%;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text:before {
  border-bottom: 1px dotted #888;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute>.attr-text span {
  background: #fff none repeat scroll 0 0;
  padding: 0 0 0 5px;
  position: relative;
  z-index: 2;
}

.category-page .product-grid .catalogCard-extra .short-attribute {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width:767px) {
  .modal {
    top: 70px;
  }

  .mfp-wrap .mfp-container {
    top: 55px;
  }

  .product-grid .actions .cart i {
    display: inline !important;
  }

  .product-grid .product-thumb .image {
    padding: 10px;
  }

  .product-grid .short-attribute {
    display: none;
  }
}

#image-box>#wrap {
  display: inline-block;
  position: relative;
  outline: none;
}

.mfp-zoom-in .mfp-content>div {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.6);
}

.mfp-zoom-in.mfp-ready .mfp-content>div {
  opacity: 1;
  transform: scale(1);
}

.short-attributes-groups {
  overflow: hidden;
  font-size: 13px;
}

.short-attribute {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.short-attribute>.attr-text:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  content: '';
  border-bottom: dotted 1px #888;
}

.short-attribute>.attr-name span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 5px 0 0;
}

.short-attribute>.attr-text {
  text-align: right;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.short-attribute>.attr-text span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 0 0 5px;
}

#tab-specification .short-attributes-groups {
  font-size: 16px;
}

@media (min-width: 992px) {
  #tab-specification .short-attributes-groups {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 30px 50px;
  }
}

#tab-specification .short-attributes-groups .short-attribute>.attr-text span {
  color: #000;
  font-weight: 600;
}

#tab-specification .attr-group-name {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
}

#tab-specification .short-attribute {
  padding: 10px 0px;
}

#tab-specification .short-attribute>.attr-text:before {
  left: 10px;
  right: 10px;
  top: 25px;
}

.input-group .form-control[name^=quantity],
#product .quantity-number [name^=quantity] {
  background: #fff;
}

.container-modules.latest_gv {
  overflow: hidden;
}

.box-bg-full {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 8px 0;
  width: auto;
}

.common-home footer {
  margin-top: 0px;
}

.disabled_input {
  pointer-events: none;
  cursor: not-allowed;
}

#login-form-popup .modal-login {
  z-index: 1052;
}

.box-showmore {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.box-showmore span>span {
  padding: 5px 10px;
  background: #43b02a;
  border: 1px solid #43b02a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
}

.box-showmore span>span:hover {
  background: #43b02a;
  border: 1px solid #43b02a;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset;
}

.box-showmore span.box-ajax-load {
  padding: 4px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 3px;
  height: 38px;
  display: inline-block;
  line-height: 28px;
}

@media (max-width:767px) {
  .box-bg-full {
    padding: 0px;
  }

  .product-slider .product-name a {
    font-size: 16px;
  }
}

.container-module .latest_gv .item {
  background: transparent;
}

.container-module .latest_gv .item .product-thumb {
  background: #fff;
}

.container-module .owl-pagination {
  top: 0px;
}

.back-top {
  border: 100px solid #ddd;
}

#back-top {
  bottom: 0;
  display: none;
  margin-bottom: 10px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  z-index: 888;
}

.btn-scroll-top i {
  font-size: 18px;
}

.btn-scroll-top {
  padding: 7px 14px;
  border: 1px solid #43b02a;
  color: #fff;
  background: #43b02a;
}

.btn-scroll-top:hover,
.btn-scroll-top:active,
.btn-scroll-top:focus {
  border: 1px solid #379424;
  color: #fff;
  background: #379424;
}

.banner-blocks-container {
  margin-bottom: 10px;
  margin-top: 10px;
}

#column-left .banner-blocks-container .col-xs-12,
#column-right .banner-blocks-container .col-xs-12,
.position-no-owl .banner-blocks-container .col-xs-12 {
  width: 100%
}

.banner-blocks-container .banner-item {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

.banner-blocks-container .banner-item .banner-image {
  width: 65px;
  float: left;
  padding-bottom: 10px;
}

.banner-blocks-container .banner-item:hover img {
  -webkit-animation-name: pulse-b;
  animation-name: pulse-b;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.banner-blocks-container .banner-item .banner-info {
  margin-left: 70px;
}

.banner-blocks-container .banner-item a,
.banner-blocks-container .banner-item a:hover {
  text-decoration: none;
}

.banner-blocks-container .banner-item .banner-info .banner-title {
  margin: 0;
  padding: 0 0 2px 0;
  height: 24px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
}

.banner-blocks-container .banner-item .banner-info .banner-description {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.3;
  height: 34px;
  overflow: hidden;
  color: #444;
}

@-webkit-keyframes pulse-b {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  75% {
    -webkit-transform: scale(.95);
    transform: scale(.95);

  }
}

@keyframes pulse-b {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  75% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

.product-thumb .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  width: 100%;
}

.quick-order, .wishlist, .compare {
  max-width: 100%;
  min-width: 30%;
  width: 100%;
}

.actions-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px;
}

.product-thumb .actions-group>div {
  margin: 0px 8px;
}

#product .special-countdown .panel {
  margin-bottom: 15px;
}

#next-prev-box {
  margin-bottom: 10px;
}

.nextprevprod {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.nextprevprod .popover {
  max-width: 200px;
  width: 200px;
}

#next-prod-btn,
#prev-prod-btn {
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}

#next-prod-btn {
  border-radius: 0px 4px 4px 0px;
}

.popover-pr-image img {
  margin: 0 auto;
}

.popover-pr-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  ;
  margin-bottom: 10px;
  overflow: hidden;
}

.nextprevprod .price span {
  font-size: 16px;
}

.nextprevprod .price .price-new span {
  font-weight: 600;
  font-size: 16px;
}

.nextprevprod .price .price-old span {
  color: #999999;
  font-size: 16px;
}

.pagination>li>a,
.pagination>li>span {
  color: #43b02a;
  background-color: #fff;
  border: 1px solid #43b02a
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #43b02a;
  background-color: #eee;
  border-color: #43b02a
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #fff;
  background-color: #43b02a;
  border-color: #43b02a;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #43b02a
}

.open .dropdown-menu {
  z-index: 9999;
}

.container-module .reviews {
  overflow: hidden;
}

.localstorage .btn.active {
  border: 1px solid #43b02a;
  background: #43b02a;
  color: #fff;
}

.latest_gv,
.owl-wrapper-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}

footer.type-footer-1 .sficon,
footer.type-footer-2 .sficon {
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
}

footer.type-footer-1 .sficon {
  background: #7a7a7a;
}

footer.type-footer-2 .sficon {
  background: #5c6875;
}

.sficon i {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.danewpod .list-inline-item {
  margin-bottom: 5px;
  overflow: hidden;
}

.danewpod .list-inline-item a {
  background-color: #EEF2FB;
  border: 1px solid #D8DCE5;
  padding: 3px 7px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.danewpod .list-inline-item a.active-date {
  background-color: #fff;
  border: 1px solid #D8DCE5;
  color: #333;
  padding: 3px 7px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-general .fa.fa-lock {
  width: 16px;
}

.row.cbp {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.col-md-offset-right-2 {
  margin-right: calc(20% + 10px);
}

#tab-description.col-md-offset-right-2 {
  width: calc(80% - 15px);
  margin-right: 0px;
}

.col-md-offset-left-8 {
  margin-left: 80%;
}

#right-info .sticky {
  top: 10px;
}

#right-info.fixed-right .sticky {
  top: 10px;
}

.scroll-right-info {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
}

#next-prev-box #prev-prod-btn svg,
#next-prev-box #next-prod-btn svg {
  display: none;
}

.scroll-right-info #prev-prod-btn span,
.scroll-right-info #next-prod-btn span {
  display: none;
}

.scroll-right-info #prev-prod-btn,
.scroll-right-info #next-prod-btn {
  padding: 4px 12px;
}

.sticky {
  position: fixed;
  z-index: 99;
}

.stop {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scroll-right-info .actions>div:not(:last-child) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  margin-right: 3px;
}

.scroll-right-info .pr-n h1 {
  font-size: 16px;
  text-align: center;
}

.scroll-right-info .pr-i {
  margin: 0 auto;
  max-width: 140px;
  margin-bottom: 10px;
}

.scroll-right-info .pr-price {
  margin-bottom: 10px;
}

.scroll-right-info .pr-price .price {
  font-size: 18px;
}

.scroll-right-info .pr-cheaper {
  margin-top: 10px;
}

.scroll-right-info .pr-cheaper .btn-cheaper {
  margin-bottom: 10px;
}

.scroll-right-info .pr-model {
  margin-bottom: 10px;
  text-align: right;
}

.scroll-right-info .pr-model span {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
}

.scroll-right-info .pr-stock .text-stock {
  display: none;
}

.scroll-right-info .stock_status_success {
  color: #379424;
}

.scroll-right-info .qty-not-in-stock {
  color: #FC351B;
}

.scroll-right-info .quantity-adder .quantity-number input {
  display: inline-block;
  height: 32px;
  padding: 2px;
  text-align: center;
  width: auto !important;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e7e7e7;
}

.scroll-right-info .quantity-adder .add-action {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  text-align: center;
  width: 25px;
  background: #e7e7e7;
}

.scroll-right-info .quantity-adder .add-up {
  border-radius: 0px 4px 0px 0px;
}

.scroll-right-info .quantity-adder .add-down {
  border-radius: 0px 0px 4px 0px;
}

.scroll-right-info .quantity-adder .add-action:hover {
  background: #757575;
  color: #fff;
}

.scroll-right-info .nextprevprod .popover {
  max-width: 150px;
  width: 150px;
}

.scroll-right-info .r-b>button:not(:last-child) {
  margin-right: 3px;
}

.scroll-right-info .actions {
  margin-top: 5px;
}

.scroll-right-info .actions .btn-fastorder span {
  display: none;
}

#right-info {
  height: 0px;
}