/**
 * main styles
 */
 
@font-face {
    font-family: 'PTSans-Caption';
    src: url('../fonts/PTSans-Caption.eot');
    src: local('PTSans-Caption'), local('PTSans-Caption'),
        url('../fonts/PTSans-Caption.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Caption.woff2') format('woff2'),
        url('../fonts/PTSans-Caption.woff') format('woff'),
        url('../fonts/PTSans-Caption.ttf') format('truetype'),
        url('../fonts/PTSans-Caption.svg#PTSans-Caption') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans.eot');
    src: local('NotoSans'), local('NotoSans'),
        url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans.woff2') format('woff2'),
        url('../fonts/NotoSans.woff') format('woff'),
        url('../fonts/NotoSans.ttf') format('truetype'),
        url('../fonts/NotoSans.svg#NotoSans') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
} 


body {
  font-family: 'NotoSans', sans-serif;
  color: #323438;
  font-size: 14px;
  letter-spacing: -0.2333px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, .h3, .h4, .h5 {
  font-weight: 400;
  letter-spacing: -1px;
  font-family: 'PTSans-Caption', sans-serif;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 24px;
  font-weight: 700;
}
h3, .h3 {
  font-size: 20px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: #71767a;
  transition: .5s;
}
a:hover,
a:focus {
  color: #f2b053;
}
#content p a {color: #f2b053;}
#content p a:hover, #content p a:focus {text-decoration: underline;}
p {
  color: #71767a;
  font-family: 'NotoSans', sans-serif;
  word-spacing: -0.1px;
  line-height: 1.6;
}
p.price-h {font-size: 28px; font-weight: 400; font-family: 'NotoSans', sans-serif; color:#323438;margin-bottom: 0;}
hr {
  border-color: #eeeff2;
}
label {
  font-size: 14px;
  font-weight: 400;
}
legend {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  border-bottom: none;
}
.navbar-brand>img {max-width: 150px;}
body:not(.common-home) .container-fluid {max-width:1440px;}

/**
 * forms
 */

.form-control {
  font-family: 'NotoSans', sans-serif;
  height: 40px;
  color: #323438;
  font-size: 14px;
  background: #fff;
  border-color: rgba(185, 193, 199, 0.5);
  border-radius: 3px;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(185, 193, 199, 0.6);
  border-left-color: rgba(185, 193, 199, 0.6);
  border-bottom-color: rgba(185, 193, 199, 0.6);
  box-shadow: 0px 0px 2px 1px #eeeff2;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #9eaab3;
}
.form-control::-moz-placeholder {
  color: #9eaab3;
}
.form-control:-ms-input-placeholder {
  color: #9eaab3;
}
.form-control::placeholder {
  color: #9eaab3;
}


/**
 * errors
 */
.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #aab2bd;
  box-shadow: none;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.text-danger {
  color: #e9573f;
}


/**
 * paddings
 */

.space-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.space-1530 {
  padding-left: 30px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .space-30,
  .space-1530 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/**
 * misc
 */

.well {
  background: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 19px 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border: none;
}
#content {
  min-height: 815px;
}
#content .list-unstyled li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.checkout-success .success {
background: #eaf9ff;
padding: 10px;
font-size: 16px;
color: #222;
}
#content .success a {text-decoration: underline;}
#content .success a:hover {text-decoration: none;}
.bg-filled {
  background: linear-gradient(0deg, #f7f8fa, #fff);
}
.bought {font-size: 16px;}
.bought span {color:#f2b053; cursor: pointer;}
.bought span:hover {text-decoration: underline;}
.price-new {
  color: /*#f2b053*/ #be1931;
}
.input-group .material-icons,
.form-group .material-icons {
  font-size: 20px;
  line-height: 1.3;
}
.fa {
  font-size: 14px;
}
.fa.fa-2x {font-size: 2em;}
.fa.fa-linkedin {width: 28px; height: 28px;}
.fa.fa-linkedin:before {content: ''; background: url(../image/viber.svg) no-repeat center; background-size: contain;width: 24px; height: 24px; display: block;}
.fa.fa-tumblr:before {content: ''; background: url(../image/telegram.svg) no-repeat center; background-size: contain;width: 24px; height: 24px; display: block;}
.social-left {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    height: 150px;}
.social-left li {width: 28px; height: 28px; padding: 4px; margin-bottom: 16px; margin-right: 1px; background: #fff; border-radius: 50%;}
.social-left li a {color: #323438;}
.social-left li a:hover {color: #f2b053;}
.social-list li {width: 36px; height: 36px; margin-right: 12px;}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
div.required .control-label:before {
  content: '* ';
  color: #f44336;
  font-weight: bold;
}


/**
 * tooltip
 */

.tooltip {
  font-size: 13px;
}
.tooltip-inner {
  color: #eceff1;
  background: #37474f;
  padding: 6px 8px;
  border-radius: 4px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #37474f;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #37474f;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #37474f;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #37474f;
}


/**
 * dropdown menu
 */

.dropdown-menu {
  font-size: 13px;
  border-color: #eeeff2;
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, 0.05);
}


/**
 * header
 */

header {
  position: relative;
  background: #fff;
  padding: 15px 0 5px;
  transition: .3s;
}
header a {
  color: #323438;
}
header .material-icons {
  font-size: 28px;
  line-height: 1;
}
header .list-inline {
  margin-top: 11px;
  margin-bottom: 0;
  margin-right: 20px;
  display: inline-block;
  float: right;
}
header .list-inline li {
  padding-left: 6px;
  padding-right: 6px;
}
header .list-inline.show-mobile {display: none;}


/**
 * logo
 */

.navbar-brand {
  padding-left: 45px;
  padding-top: 3px;
  padding-right: 33px;
}

@media (min-width: 992px) {
.slick-list {min-height: 100%;}
.slider-nav {
	flex-basis: 100%;
	flex-grow: 1; overflow: hidden;}
.product-image {display: flex; overflow: hidden;}
}

@media (max-width: 992px) {
  .navbar-brand {
    padding-right: 20px;
  }
    #__replain_widget {max-height: 80% !important;}
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 0;
  }
  .navbar-brand img {
    max-height: 40px;
  }
}
.h1-logo {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 2px;
  margin-right: 92px;
  margin-left: 30px;
}


/**
 * shopping cart
 */

.cart-icon {
  position: relative;
}
.cart-total, #cart-total, #cart-total-m {
  display: none;
  position: absolute;
  bottom: 22px;
  right: -5px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  background-color: #ff4c4c;
  border: 1px solid #ff3333;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

/**
 * main menu
 */

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default {
  background-color: #fff;
  border-bottom: none;
  width: 100%;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #dce0e3;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #dce0e3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #323438;
}
.navbar-default .navbar-nav > li > a {
  color: #323438;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #f2b053;
  background-color: #fff;
}
.navbar ul li ul li{
  position: relative;
}
.navbar .dropdown-triangle::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 29px;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  border-bottom: 8px solid rgba(178, 180, 185, 0.36);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: visibility 0s, opacity 2s ease;
  -moz-transition: visibility 0s, opacity 2s ease;
  -o-transition: visibility 0s, opacity 2s ease;
  transition: visibility 0s, opacity 2s ease;
}
.navbar .dropdown-triangle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 30px;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: visibility 0s, opacity 0s ease;
  -moz-transition: visibility 0s, opacity 0s ease;
  -o-transition: visibility 0s, opacity 0s ease;
  transition: visibility 0s, opacity 0s ease;
  z-index: 1001;
}
.navbar ul li:hover span::before,
.navbar ul li.open span::before {
  visibility: visible;
  opacity: 1;
}
.navbar ul li:hover span::after,
.navbar ul li.open span::after {
  visibility: visible;
  opacity: 1;
}
.navbar .nav > li > a {
  background: none;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.open > a {
  color: #f2b053;
  background: none;
}
.navbar .dropdown-menu {
  padding: 12px 0 10px;
  border-radius: 3px;
}
.navbar .sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 98%;
  padding: 10px 0;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeff2;
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  z-index: 1001;
  min-width: 160px;
}
.navbar .fa-angle-right {
  color: #eeeff2;
  font-size: 18px;
}
.navbar .dropdown-inner,
.navbar .sub-dropdown-inner {
  display: table;
}
.navbar .dropdown-inner ul,
.navbar .sub-dropdown-inner ul {
  display: table-cell;
}
.navbar .dropdown-inner a {
  border-bottom: 1px solid #f7f8fa;
  clear: both;
  display: block;
  color: #71767a;
  min-width: 230px;
  padding: 15px 20px;
}
.navbar .see-all {
  display: block;
  color: #71767a;
  padding: 15px 20px;
  border-radius: 0;
}
.navbar .dropdown-inner a:hover,
.navbar .dropdown-inner a:focus,
.navbar .see-all:hover,
.navbar .see-all:focus {
  color: #f2b053;
}
.navbar .nav-tabs > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  border: none;
}
aside .list-group.category a.list-group-item {font-size: 16px;}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu,
  .navbar ul li ul li:hover > .sub-dropdown-menu {
    display: block;
  }
  .navbar-collapse.collapse {display: inline-block !important;}
  
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    border-radius: 0;
  }
  .navbar div.dropdown-inner > ul.list-unstyled,
  .navbar .dropdown-inner {
    display: block;
  }
  .navbar .dropdown-inner a {
    width: 100%;
  }
  .navbar #category {
    float: left;
    margin-left: 15px;
    font-weight: 700;
    margin-top: 17px;
  }
  .navbar .nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar ul li:hover span,
  .navbar ul li:focus span,
  .navbar ul li:active span,
  .navbar .fa-angle-right {
    display: none;
  }
}


/**
 * sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  right: -500px !important;
  padding: 30px;
  background: #fff;
  height: 100vh !important;
  width: 500px;
  z-index: 1002;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
  overflow-y: auto;
}
.sidebar .inner {
  padding: 50px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .sidebar {
    right: -400px !important;
    width: 400px;
  }
  .sidebar .inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    right: -250px !important;
    width: 250px;
  }
  .sidebar .inner {
    padding: 10px;
  }
}
.sidebar-account.open,
.sidebar-search.open {
  right: 0 !important;
  border-left: 1px solid #eeeff2;
}
.close-sidebar {
  cursor: pointer;
}
.sidebar .inner .list-unstyled li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.sidebar .input-group .btn-lg,
.sidebar .input-group .input-lg {
  height: 50px;
}
.sidebar .inner .account,
.sidebar .inner .currency,
.sidebar .inner .language {
  margin-bottom: 70px;
}


/**
 * breadcrumbs
 */

.breadcrumb {
  font-family: 'NotoSans', sans-serif;
  font-size: 13px;
  color: #71767a;
  background: transparent;
  margin: 0;
  padding: 25px 0 0;
}
.breadcrumb li {
  vertical-align: middle;
}
.breadcrumb > li + li:before {
  content: '.\00a0';
  color: #b9c1c7;
  padding: 0 4px;
}
.breadcrumb .material-icons {
  font-size: 20px;
}
.product-page .breadcrumb {padding: 0;}
.breadcrumb.show-mobile {margin: 20px 0;}


/**
 * pagination
 */

.pagination > li > a,
.pagination > li > span {
  color: #71767a;
  font-weight: 700;
  background: #fff;
  border-color: rgba(185, 193, 199, 0.7);
  margin-left: 3px;
  border-radius: 20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f2b053;
  font-weight: 700;
  background: #fff;
  border-color: rgba(185, 193, 199, 0.2);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #f2b053;
  background: #fff;
  border-color: transparent;
}
.results {
  padding-top: 29px;
  padding-bottom: 20px;
}


/**
 * footer
 */

footer {
  background-color: #eeeff2;
  border-top: 1px solid #eeeff2;
  padding: 20px 0 0;
}
footer h5, footer .h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
footer ul {
  line-height: 1.6;
  font-family: 'NotoSans', sans-serif;
  color: #71767a;
  font-size: 13px;
}
.powered {
  color: #71767a;
  font-size: 13px;
}


/**
 * buttons
 */

.buttons {
  margin: 1em 0;
  padding: 20px 0;
  overflow: auto;
}
.btn {
  background: none;
  border-radius: 2px;
}
.input-group .btn {
  height: 40px;
}
.btn-default {
  color: #71767a;
  /* font-size: 13px; */
  background-color: #f7f8fa;
  border-color: rgba(185, 193, 199, 0.5);
  border-radius: 2px;
  padding: 9px 12px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #eeeff2;
  border-color: rgba(185, 193, 199, 0.5);
  box-shadow: none;
}
.checkout-cart .btn-default.btn-xs-block {padding: 12px 42px;}
.checkout-cart .buttons {display: flex;
justify-content: center;
gap: 0 30px;}
.checkout-cart .buttons .btn-xs-block:nth-child(1) {order: 2;}
.checkout-cart .buttons .btn-xs-block:nth-child(2) {order: 1;}
.total-table {font-size: 20px;}

.btn-primary {
  color: #fff;
  padding: 9px 12px;
  background-color: #ffa22a;
  border: 1px solid #ffa22a;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  transition: .2s;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #ff9206;
  border: 1px solid #ff9206;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ff9206;
  border: 1px solid #ff9206;
}
.btn-check {
    padding: 9px 42px;
}
.btn-form {
  color: #71767a;
  background-color: #fff;
  border-color: rgba(185, 193, 199, 0.5);
  border-left: none;
  border-radius: 2px;
}
.btn-form:hover {
  color: #f2b053;
  background: #fff;
  border-color: rgba(185, 193, 199, 0.5);
  border-left: none;
  box-shadow: none;
}
.btn-rmcart, .btn-rmcart:hover {
    border-left: 1px solid rgba(185, 193, 199, 0.5);
}
.btn-empty {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #525558;
  padding: 0;
  text-shadow: none;
  margin-right: 20px;
}
.btn-empty:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #f2b053;
  text-shadow: none;
}
@media (max-width: 767px) {
  .btn-xs-block {
    display: block;
    width: 100%;
  }
  .btn-xs-block + .btn-xs-block {
    margin-top: 5px;
  }
}


/**
 * table
 */

.table,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: transparent;
  padding: 14px 0;
  vertical-align: middle;
}
.table > thead,
.thead {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.table > tbody + tbody {
  border-top: none;
}
.table.attributes {font-size: 16px;}
.table.attributes td:first-child, .product-page .space-153 .table td:first-child {width: 100px;}
.table.attributes .attribute-text {font-weight: 600;}

.attribute-text div {display: inline-block; margin-right: 10px;}
.attribute-text div span {display: inline-block; margin-right: 6px; vertical-align: middle; border-radius: 50%; width: 16px; height: 16px;-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5); box-shadow: inset 0 0 1px rgba(0,0,0,.5);}

.attribute-text div[title^="Черный"] span {background: #000;}
.attribute-text div[title^="Белый"] span {background: #fff;}
.attribute-text div[title^="Серый"] span {background: #b7b7b7;}
.attribute-text div[title^="Синий"] span {background: #0054a5;}
.attribute-text div[title^="Голубой"] span {background: #00aeef;}
.attribute-text div[title^="Бежевый"] span {background: #fdc68c;}
.attribute-text div[title^="Персиковый"] span {background: #fbad82;}
.attribute-text div[title^="Зеленый"] span {background: #00a650;}
.attribute-text div[title^="Хаки"] span {background: #827a00;}
.attribute-text div[title^="Бирюзовый"] span {background: #16bcb4;}

.attribute-text div[title^="Красный"] span {background: #ee1d24;}
.attribute-text div[title^="Желтый"] span {background: #ff0;}
.attribute-text div[title^="Горчичный"] span {background: rgb(255, 244, 103);}
.attribute-text div[title^="Оранжевый"] span {background: #f7941d;}
.attribute-text div[title^="Коралловый"] span {background: #f16c4d;}
.attribute-text div[title^="Коричневый"] span {background: #a1410d;}
.attribute-text div[title^="Фиолетовый"] span {background: #62055f;}
.attribute-text div[title^="Розовый"] span {background: #ef6ea8;}
.attribute-text div[title^="Малиновый"] span {background: #ef6ea8;}
.attribute-text div[title^="Бордовый"] span {background: #790000;}

.attribute-text div[title="Разноцветный"] span, #v-500410037 .ocf-color {background: linear-gradient(135deg, #ff0000 0%,#fcef00 20%,#00e000 40%,#00a5f2 60%,#cb00d6 80%,#fc0093 100%);}


.product-page .table a {font-weight: 600; font-size: 16px;}

@media screen and (max-width: 767px) {
  .table,
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 14px 10px;
  }
  .table-responsive {
    border: none;
  }
}


/**
 * panel
 */

.panel-group .panel {
  border-radius: 3px;
}
.panel-heading {
  padding: 12px 15px;
}
.panel-title a {
  display: block;
}
.panel-default {
  background: transparent;
  border: none;
  border-bottom: 1px solid #eeeff2;
  box-shadow: 0 1px 7px 0 #f7f8fa;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
.panel-default > .panel-heading,
.panel-footer {
  background: #fff;
  border-color: #fff;
}

.panel-default#ProductFilterUp, .panel-default#ocfilter {
    border-bottom: 0;
    box-shadow: none;
}
#ocfilter .panel-heading {
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 24px;
    padding: 12px 0;
}

/**
 * list
 */

.list-group {
  margin-top: 30px;
}
.list-group-item {
  font-size: 13px;
  padding: 20px 15px;
  border: none;
  border-top: 1px solid #eeeff2;
}
.list-group-item-name {
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 20px;
  margin-bottom: 10px;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #f2b053;
  background-color: transparent;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #f2b053;
  background-color: transparent;
  border: none;
  border-top: 1px solid #eeeff2;
}
.list-group-item:first-child,
.list-group-item.active:first-child,
.list-group-item.active:first-child:hover {
  border-top: 1px solid #fff;
}
.sub-list-group-item {
  font-size: 12px;
  padding: 17px 15px 17px 25px;
}
.sub-list-group-item-3 {
  font-size: 12px;
  padding: 17px 15px 17px 50px;
}
.badge {
  background: #71767a;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background: #71767a;
}
.bg-filled .list-group-item {
  background-color: transparent;
}


/**
 * refine search
 */

.refine-search {
  margin-top: 10px;
  margin-bottom: 30px;
}
.refine-search img:hover {
  opacity: 0.8;
}
.refine-search-link {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
}


/**
 * product filter
 */

.product-filter {
  font-family: 'NotoSans', sans-serif;
  margin: 20px -15px 10px -17px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}
 .product-filter > .hidden-xs {display: none;} 
.product-filter a {
  font-size: 13px;
  color: #313335;
}
.product-filter a:hover {
  color: #f2b053;
}
.product-filter .input-group-addon {
  background: #fff;
  border-color: #c2c4c5;
}
.product-filter .input-group-addon:first-child {
  border-top: 1px solid #f7f8fa;
  border-left: 1px solid #f7f8fa;
}
.product-filter .btn-group,
#compare-total {
  display: inline-block;
}
.product-filter .btn-group {
  margin-top: -1px;
}
#compare-total {
  margin-top: 5px;
}
@media (max-width: 992px) {
  .product-filter .btn-empty {
    margin-right: 0;
  }
}


/**
 * product grid
 */

.product-grid .product-thumb {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.product-grid .image {
  position: relative;
  overflow: hidden;
}
.product-grid .brand-name {
    z-index: 1;
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    -webkit-transition: .2s opacity ease;
    -o-transition: .2s opacity ease;
    transition: .2s opacity ease;
}
.product-grid:hover .brand-name {
    opacity: 0;
}
.checkout-subinfo .product-grid .brand-name {
    font-size: 14px;
}
.product-grid .image:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.4)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.4));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4));
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    content: '';
}
.product-grid img {
  width: 100%;
  opacity: 1;
  border-radius: 2px;
  transition: all 0.55s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.product-grid img:hover {
  opacity: 0.7;
  -webkit-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}
.product-grid .image a {
  display: block;
  width: 100%;
}
.product-grid .caption {
  padding: 6px 15px;
}
.product-grid .name,
.product-list .name {
  display: block;
  font-size: 13px;
  margin: 12px 0 1px;
}
.product-grid .price-regular,
.product-grid .price-new,
.product-list .price-regular,
.product-list .price-new {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 10px;
  transition: .3s;
}
.product-grid .price-regular.price-old {margin-bottom: 0; font-size: 14px;}
.product-grid .rating,
.product-grid .description,
.product-grid .btn-group {
  display: none;
}
.product-grid .btn-group {
  display: none;
  width: 101%;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  padding: 12px 0 5px;
  background: rgba(255, 255, 255, 0.9);
}
.product-grid .image:hover .btn-group {
  display: block;
}
.product-grid .btn-group > .btn {
  float: none;
  color: #323438;
}
.product-grid .btn-group > .btn:first-child {
  margin-left: 20px;
}
@media(max-width: 767px) {
  .product-grid .image:hover .btn-group {
    display: none;
  }
}


/**
 * product list
 */

.product-list .image {
  float: left;
  width: 180px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.product-list .product-thumb .description {
  margin: 10px 0 25px;
}
.product-list .product-thumb .rating {
  margin: 0 0 10px;
}
.product-list .btn-group {
  display: none;
}


/**
 * column
 */

#column-left h4,
#column-right h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 15px;
}
#column-left .product-grid,
#column-right .product-grid {
  width: 100%;
  overflow: hidden;
}
#column-left .product-grid .product-thumb,
#column-right .product-grid .product-thumb {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
}
#column-left .product-grid .caption,
#column-right .product-grid .caption {
  margin-top: 0;
  padding: 0;
}
#column-left .product-grid .image,
#column-right .product-grid .image {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
#column-left .product-grid img:hover,
#column-right .product-grid img:hover {
  opacity: 0.8;
  -webkit-transform: none;
  transform: none;
}
#column-left .product-grid .name a,
#column-right .product-grid .name a {
  display: inline;
  float: none;
  margin: 0;
}
.list-group.center {
    text-align: center;
}
.manufacturer-item span {display: inline-block;padding: 4px;}
.manufacturer-item span {
-webkit-box-shadow: 0 0 0 2px #fff inset;
box-shadow: 0 0 0 2px #fff inset;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.manufacturer-item span:hover {
-webkit-box-shadow: 0 0 0 2px #e0e0e0 inset;
box-shadow: 0 0 0 2px #e0e0e0 inset;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.manufacturer-item.btn.active, .manufacturer-item.btn:active {
    -webkit-box-shadow: none;
box-shadow: none;
}

.product-page #tab-description .table {text-align: center; margin-top: 22px; width: auto;}
.product-page #tab-description hr {border-color: #ddd;
width: 200px;
margin-left: 0;margin-top: 30px;
margin-bottom: 30px;}

.product-page #tab-description .table td, .product-page #tab-description .table th {border-color: #dedede;
padding: 16px 26px;
font-size: 14px; color: #222;}
.product-page .tab-pane p, .product-page .tab-pane ul li, .product-page .tab-pane ol li {color: #222 !important; font-size: 16px;font-family: 'NotoSans', sans-serif !important;}


@media (max-width: 992px) {
  #column-left .product-grid .image,
  #column-right .product-grid .image {
    width: 48%;
    margin: 0 2px 0 0;
  }
  #column-left .product-grid .name a,
  #column-right .product-grid .name a {
    width: 48%;
    float: right;
    display: inline;
  }
}
#column-left .product-grid .price-regular,
#column-right .product-grid .price-regular,
#column-left .product-grid .price-new,
#column-right .product-grid .price-new {
  display: inline;
  float: none;
  font-size: 15px;
  text-align: left;
  margin: 0;
}
#column-left .product-grid .btn-control,
#column-right .product-grid .btn-control,
#column-left .product-grid .btn-group,
#column-right .product-grid .btn-group {
  display: none;
}


/**
 * product page
 */

.product-page .price {
  margin-bottom: 16px;
  display: inline-block;
width: 150px;
  
}
.product-page .form-group.add-to-cart {display: flex;
width: 100%;
justify-content: flex-start;}
.product-page .form-group.add-to-cart > .input-group {
	order:2;
	padding: 0 20px;
	flex-basis: 40%;
}
.product-page .form-group.add-to-cart > .btn-primary {
	order: 1;
	flex-basis: 60%;
}
.product-page .quantity {margin-top: 0px; height: 50px;}
.product-page .quantity:focus {box-shadow: none;}
.price-old {display: inline;
  color:#8f9599;
  text-decoration: line-through;}
.product-page .price-old {
  display: inline;
  color:#8f9599;
  text-decoration: line-through;
  font-size: 16px;
}
.product-page .input-group .btn.minus, .product-page .input-group .btn.plus {height: 50px;}
.product-page .price-new {
  display: inline;
}
.product-page .table,
.product-page .table > thead > tr > th,
.product-page .table > tbody > tr > th,
.product-page .table > tfoot > tr > th,
.product-page .table > thead > tr > td,
.product-page .table > tbody > tr > td,
.product-page .table > tfoot > tr > td,
.product-page .table-bordered > thead > tr > th,
.product-page .table-bordered > tbody > tr > th,
.product-page .table-bordered > tfoot > tr > th,
.product-page .table-bordered > thead > tr > td,
.product-page .table-bordered > tbody > tr > td,
.product-page .table-bordered > tfoot > tr > td {
  border-color: transparent;
  padding: 4px 0;
  font-size: 13px;
}
.product-page .common .table > tbody > tr > td{padding: 4px;}
.product-page .text-more {
  font-size: 12px;
  color: #b2bdc5;
  cursor: pointer;
}
.product-page .text-more:hover {
  color: #9eaab3;
}
.product-page .btn-empty {
  margin-bottom: 30px
}
.product-page .btn-empty.to-cart {
    margin-bottom: 0;
}
.product-page .minus {
  border-left: 1px solid rgba(185, 193, 199, 0.5);
}
.product-page .quantity {
  border-left: none;
  border-right: none
}
.product-page .tax-rewards {
  font-size: 11px;
  color: #9eaab3;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.short-description {
  margin-bottom: 30px;
}
.tags li {
  padding: 0;
  margin-bottom: 13px;
}
.tags li a {
  font-size: 12px;
  background: #fff;
  border: 1px solid #dadce2;
  border-radius: 15px;
  padding: 6px 12px;
}
.tags li a:hover {
  border-color: #c9ccd6;
}


/**
 * tabs
 */

.nav-tabs {
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeff2;
  background: #e1e1e1;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
}
.nav-tabs > li {float: none;}
.nav-tabs > li > a {
  color: #555;
  padding: 10px 35px;
  font-size: 18px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #f9f9f9;
  border-bottom: 1px solid transparent;
  border-color: transparent;
  color: #555;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #f9f9f9;
  border-bottom: 1px solid transparent;
  border-left: 0px solid #eeeff2;
  border-right: 0px solid #eeeff2;
  border-top: 1px solid transparent;
  color: #555;
}
.tab-content {
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.tab-content>.active {padding: 0 10px;}

@media (min-width: 1360px) {
   .navbar .nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
} 
    
}

@media (min-width: 1280px) and (max-width: 1359px) {
     .navbar-brand {
    padding-right: 40px;
}
    
   .navbar .nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
} 
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .navbar-brand {
    padding-right: 0;
}
.navbar .nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
}
}

@media (min-width: 990px) and (max-width: 1199px) {
  .navbar-brand {
    padding-right: 0;
}
#collapse-coupon {width: 100%;}
}

/*
@media (min-width: 990px) {
.navbar-collapse.collapse {
    display: block !important;
}
.navbar-toggle {
    display: none;

} */
@media (min-width: 768px) and (max-width: 989px) {
  .navbar-brand {
    padding-right: 0;
}
.navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
/* .navbar-collapse.collapse {
    display: none !important;
}
.navbar-toggle {
    display: block;
} */
 .product-page .quantity {padding-left: 0; padding-right: 0;}
 .product-page .form-group.add-to-cart > .input-group {padding: 0 0 0 20px;}
 
   

}
@media (min-width: 768px) and (max-width: 830px) {
 .navbar .nav > li > a {font-size: 13px;}   
}

@media (max-width: 767px) {
  .tab-content {
    margin-bottom: 20px;
  }
  .product-page #tab-description .table td, .product-page #tab-description .table th {padding: 16px 8px;}
  .nav-tabs > li > a {padding: 10px 22px; font-size: 16px;}
  header .container-fluid {padding-right: 0; padding-left: 0;}
   .container-fluid > .navbar-header {margin: 0;}
}


/**
 * login page
 */

.login {
  padding-top: 120px;
  margin-bottom: 90px;
}
.login p {
  font-size: 14px;
  margin: 10px 0 5px;
}
.login .forgotten {
  font-size: 13px;
}
.login .nav-tabs {
  border-bottom: none;
}
.login .nav-tabs > li.active > a,
.login .nav-tabs > li.active > a:hover,
.login .nav-tabs > li.active > a:focus {
  border-top: 1px solid #eeeff2;
  border-left: 1px solid #eeeff2;
  border-right: 1px solid #eeeff2;
  border-bottom: 1px solid #fff;
}
.login .tab-content {
  padding: 45px;
  border: 1px solid #eeeff2;
}


/**
 * rating
 */

.rating {
  margin-bottom: 30px;
}
.rating a {
  font-size: 13px;
  margin-left: 3px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #ffce54;
  font-size: 16px;
}
.rating .fa-star {
  color: #ffce54;
  font-size: 16px;
}
.rating .fa-star + .fa-star-o {
  color: #ffce54;
}


/**
 * Loader
 */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(255, 255, 255);
}


/**
 * column left + content + right
 */

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


/**
 * product image
 */

.product-gallery {
  clear: both;
  margin-top: 15px;
  margin-bottom: 30px;
}
.product-gallery .image-main {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  clear: both;
}
.product-gallery .image-main img {
  width: 100%;
}
.product-gallery .image-additional {
  max-width: 88px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
}

#product .payment img {max-width: 150px; margin-right: 16px; margin-bottom: 12px;}
#product .delivery img {max-height: 40px; margin-right: 16px; margin-bottom: 12px;}

/**
 * easyZoom
 */

.easyzoom.is-ready img {
  cursor: all-scroll;
}


/**
 * Slider
 */

.slider {
  margin-bottom: 15px;
}
.slider-nav {padding: 0;}
.slider-nav img {
  max-width: 81px;
  margin: 0 auto;
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before {
  font-family: 'Material Icons';
  font-size: 24px;
  color: #323438;
  display: none;
}
.slick-prev::before {
  content: '\e5cb';
}
.slick-next::before {
  content: '\e5cc';
}
.slick-prev,
.slick-next {
  z-index: 9;
}
.slick-slide {outline: none;}


/**
 * top bar notifications
 */

.ns-box.ns-bar {
  left: 0;
  /*bottom: 0;*/
  position: fixed;
  top: 0;
 /* right: 0;
  margin: auto;*/
  width: /*60%*/ 100%;
 /* height: 350px;*/
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #eeeff2;
  padding: 7px 20px 12px;
  z-index: 9999;
}
.ns-bar .ns-close {
  cursor: pointer;
}
.ns-bar .ns-close,
.ns-bar .ns-sign {
  margin-top: 7px;
}
.ns-bar .ns-message {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
}
[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1);
    transform: translate3d(0,-50%,0) scale3d(0,0,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1);
    transform: translate3d(0,-50%,0) scale3d(1,1,1);
  }
}
@keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1);
    transform: translate3d(0,-50%,0) scale3d(0,0,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1);
    transform: translate3d(0,-50%,0) scale3d(1,1,1);
  }
}
.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  -moz-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}



/**
 * animations
 */

/* showcase module animations */
.showcase-block {
  position: relative;
  padding: 15px;
}
.showcase-block:before {
position: absolute; 
padding: 6px 10px; 
top: 0; 
bottom: 0; 
left: 0; 
right: 0;
margin: auto;
text-align: center;
height: 60px;
z-index: 10;
background: rgba(255,255,255,0.8);
display: inline-block;
width: 210px;
font-size: 32px;
letter-spacing: -1px;
}
.showcase-block:nth-child(1):before {content: 'Одежда';}
.showcase-block:nth-child(2):before {content: 'Обувь';}
.showcase-block:nth-child(3):before {content: 'Аксессуары';}
.showcase-block img {
  display: block;
  position: relative;
  width: 100%;
}
.showcase-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-size: 30px 30px;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent        25%,
    transparent        50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent        75%,
    transparent
  );
  animation: barberpole 0.5s linear infinite;
}
.showcase-block:hover .showcase-animation,
.showcase-block:active .showcase-animation {
  opacity: 1;
}

@keyframes barberpole {
  from { background-position: 0 0; }
  to   { background-position: 60px 30px; }
}
.show-mobile, .show-mobile-check {display:none;}

#tab-review .rating, #tab-review #form-review {width: 60%; margin: 0 auto;}
#collapse-coupon {width: 30%;}

@media (min-width:990px) and (max-width: 1099px) {
#product .delivery img {max-height: 33px;}
 #collapse-coupon {width: 100%;}
}

@media (min-width:768px) and (max-width: 989px) {
 #product .delivery img {max-height: 24px;}
   #product .payment img {max-width: 110px;}
   #collapse-coupon {width: 100%;}
}

@media (max-width: 1024px) {
.navbar-header {width:100%;}
  header .list-inline.show-mobile {float:right; display: inline-block;}
  header .list-inline.show-desktop {display: none;}
  .navbar-nav {margin-top: 16px;}
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 10px;
}
#tab-review .rating, #tab-review #form-review {width: 100%; margin: 0 auto;}
}

@media (max-width: 991px) {
.show-mobile-check {display: block;}
.show-desktop-check {display: none;}
.cart-info table tr td {border-right: 0 !important;}
.payment-data .t-head {margin:0 0 25px 0 !important;}
.payment-data {padding: 0 10px 0 10px !important;}


}
@media (max-width: 767px) {
  .showcase-block:hover .showcase-animation,
  .showcase-block:active .showcase-animation {
    opacity: 0;
  }
  .show-mobile {display:inline-block;}
  .show-desktop {display: none;}

}

/* material buttons click animation */
.ripplelink {
  display: block;
  position: relative;
  overflow: hidden;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.175);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}
@-moz-keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}
@-o-keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}
@keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}

/* dropdown menu animation */
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
 * site overlay
 */

.site-overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  padding: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1001;
}

/**
 * back top
 */
.back-top {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 4;
  border-radius: 100%;
}
.back-top i {
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.saleslable {
    z-index: 9;
	line-height: normal !important;
	text-align: center !important;
    background: url(../image/sold.png) no-repeat center !important; 
    background-size: contain !important;
    width: 100% !important;
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	padding: 8px 0 9px;
}
.slider .saleslable {
    width: 90% !important;
    max-width: 290px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (min-width: 1090px) and (max-width: 1136px) {    
header .list-inline {margin-right: 0;}
.navbar-brand {padding-left: 15px;}
}

@media all and (max-width: 1089px) {
.navbar-nav {
    width: 100%;
    margin-left: 20px;
}
/*.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 10px;
}*/
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
@media all and (max-width: 589px) {  
.nav-tabs {align-items: center; justify-content: center; flex-wrap: wrap;}
   .nav-tabs > li {flex-basis: 100%; text-align:center; border-bottom: 2px solid #eee;}
   .product-page .form-group.add-to-cart > .input-group {flex-basis: 45%;}
   .product-page .form-group.add-to-cart > .btn-primary {flex-basis: 55%;}
   .product-page .quantity {padding-left: 0; padding-right: 0;}
   #product .delivery img {max-height: 30px;}
   #product .payment img {max-width: 130px;}
}
@media all and (max-width: 350px) {  
  .navbar-brand > img {
    max-width: 100px;
}
.navbar-brand {margin-left: 5px; padding-left: 0;}
header .list-inline {margin-right: 10px;}
#product .delivery img {max-height: 27px;}
#product .payment img {max-width: 120px;}
}