html {
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.mb-5 {
    margin-bottom: 5px;
}
.img-fullwidth {
    width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.home-wrap .container.main-menu {
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}
.wrap .container.main-menu {
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 10px;
}
#main-menu-panel .modal-body {
    padding-left: 30px;
}
#main-menu-panel .modal-header {
    margin-bottom: 30px;
}
#main-menu-panel ul {
    padding: 0px;
    list-style: none;
}
#main-menu-panel ul > li {
    padding-bottom: 30px;
    color: #000000;
    font-size: 18px;
}
#main-menu-panel .main-menu-sub > li {
    padding-bottom: 0px;
    padding-top: 20px;
    font-size: 16px;
}
#main-menu-panel ul > li a{
    color: #000000;
}
#main-menu-panel ul > li a:hover{
    font-weight: bold;
}
#main-menu-panel ul > li a.selected{
    font-weight: bold;
}
#main-menu-panel ul > li > span {
    padding-bottom: 20px;
    display: block;
    color: #aeadad
}
#main-menu-panel ul > li hr{
    padding: 0px;
    margin: 0px;
}
#main-menu-panel ul > li ul {
    padding: 0px;
    padding-left: 25px;
}
#main-menu-toggle {
    position: relative;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
}
#main-menu-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
#main-menu-toggle:hover, #main-menu-toggle:active, #main-menu-toggle:focus {
    background-color: #ddd;
}
.home-wrap #main-menu-toggle:hover, .home-wrap #main-menu-toggle:active, .home-wrap #main-menu-toggle:focus {
    background: transparent;
}
#main-menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    background-color: #888;
    border-radius: 0px;
}
.home-wrap #main-menu-toggle .icon-bar {
    background-color: #ffffff;
}
.error {
    text-align: center;
}
.error h1 {
    font-size: 150px;
    color: #e0e0e0;
    margin-bottom: 40px;
}
.error p {
    font-size: 16px;
}
#navbar-cart {
    margin: 8px;
    margin-right: 0px;
    padding: 10px;
    padding-bottom: 2px;
    position: relative;
}
#navbar-cart i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
}
#navbar-cart #car-count {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 12px;
    font-stretch: ultra-condensed;
}
.home-wrap #navbar-cart #car-count {
    color: #ffffff;
}
body {
    position: relative;
    margin: 0;
    min-height: 700px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    cursor: default;
    color: #000000;
}
.navbar a {
    font-weight: 500!important;
}
h1 {
    font-weight: 400;
}
label {
    font-weight: normal;
}
.static-content {
    font-size: 16px;
}
a {
    text-decoration: none!important;
    color: #aeadad;
}
a:hover, a:focus, a:active {
    text-decoration: none!important;
    color: #666;
}
h1, h2, h3, h4, h5 {
    margin: 0px;
    margin-bottom: 15px;
}
h3 {
    font-size: 24px;
}
p {
    font-size: 14px;
}
/*---- navbar ----*/
h5 {
    /*font-weight: 700;*/
    font-size: 16px;
}
.modal-backdrop {
    z-index: 0;
}
.navbar {
    border: none;
    margin-bottom: 0px;
    min-height: 30px;
}s
.navbar.navbar-default {
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-brand {
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 35px;
    margin-top: 8px;
    margin-bottom: 8px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.navbar-default .navbar-nav > li > a {
    color: #555;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500!important;
}
.dropdown-menu {
    min-width: 0px;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0px;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dropdown.dropdown-form {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.dropdown.dropdown-form > a{
    width: 100%;
    display: block;
    padding: 7px 12px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    font-weight: 500!important;
}
.dropdown.dropdown-form.open > a{
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}
.dropdown.dropdown-form > a > i {
    margin-left: 10px;
}
#filter-toggle .dropdown.dropdown-form > a {
    padding: 12px 12px;
    border-left: none;
}
.top-line {
    width: 1px;
    top: 7px;
    bottom: 7px;
    left: 0px;
    border: none;
    position: absolute;
    border-left: 1px solid #000000;
}
.dropdown.open .top-line {
    top: 0px;
    bottom: 0px;
}
.dropdown.dropdown-form .dropdown-menu {
    margin: 0px;
    margin-top: -1px;
    padding-bottom: 20px;
}
.dropdown.dropdown-form .dropdown-menu > li {
    text-align: center;
}
.dropdown.dropdown-form .dropdown-menu > li > button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500!important;
    padding-top: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000000;
    white-space: nowrap;
    margin: 0px;
    background-color: #FFFFFF;
    border: none;
    outline: none;
}
.dropdown-menu .menu-divider span {
display: block;
margin-left: 10%;
margin-right: 10%;
width: 80%;
border-top: 1px solid #000000;
}
.navbar-default .navbar-nav a {
border: 1px solid #ffffff;
border-bottom: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: transparent;
border: 1px solid #000000;
border-radius: 0px;
border-bottom: none;
}
.dropdown-menu > li > a {
color: #000000;
text-align: center;
font-size: 12px;
    font-weight: 500!important;
padding-top: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #e3212b;
text-decoration: none;
background-color: #ffffff;
}
/*---- end navbar ----*/
/*---- carousel ----*/
.carousel-indicators li {
    border-radius: 0px;
}
.carousel-label {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
/*---- end carousel ----*/
/*---- home about ----*/
.home-about .two-columns {
    padding-bottom: 30px;
}
.home-about .relative .vertical-container {
    padding-bottom: 0px;
    height: auto;
}
.home-about {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
    padding: 24px 9px;
    background: rgba(0, 0, 0, 0.05);
    margin-left: 0px;
    margin-right: 0px;
}
.home-about .home-title {
    margin-top: 50px;
}
.home-about-image {
    position: absolute;
    z-index: -1;
    top:0px;
    left: 0px;
    right: 0px;
    height: 330px;
    background-position: 36% 65%;
}
.home-about-box {
    width: 90%;
    margin: 0px 5%;
    padding: 20px;
    background-color: #FFF;
    padding-top: 40px;
    text-align: left;
}
.home-about h2 {
    font-size: 24px;
    font-weight: bold;
}
.home-about-subbox {
    margin-bottom: 30px;
    line-height: 24px;
}
.home-about .btn-black-inverted {
    background-color: transparent;
    width: 100%;
}
.home-about .btn-black-inverted:hover {
    background-color: #000000;
}
/*---- end home about ----*/
/*---- home subscribe ----*/
.subscribe-text {
    margin-bottom: 30px;
}
/*---- end home subscribe ----*/
/*---- bredcrumbs ----*/
.breadcrumbs-img {
    width: 100%;
    padding: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 80px;
}
.breadcrumbs-img .breadcrumbs-container {
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
/*---------------------*/
/*---- production step -----*/

.production-step {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.step-img img{
    width: 100%;
    height: auto;
}
.production-step .description {
    margin-bottom: 20px;
}
.production-step .description h1 {
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    color: #e0e0e0;
}
.production-step .description h3 {
    margin-bottom: 20px;
}
.production-step .description p {
    font-size: 14px;
    margin: 0px;
    line-height: 1.5;
}

/*---------------------------*/
/*----- blog ----------------*/
.square {
    position: relative;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.post-popular {
    position: relative;
    width: 100%;
}
.post-popular img {
    width: 100%;
    height: auto;
}
.post-popular-link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    padding: 20px;
    padding-top: 40px;
}
.post-popular-link {
    display: block;
    color: #ffffff;
}
.post-title {
    margin-bottom: 20px;
    font-weight: 400;
}
.post-date {
    margin-bottom: 10px;
}
.post-date span {
    font-size: 14px;
    font-weight: 400;
}
.post-content {
    margin-bottom: 100px;
    font-size: 16px!important;
    line-height: 1.6;
    font-weight: 400;
}
.post-popular-title {
    min-height: 60px;
    font-weight: 400;
}
/*---------------------------*/
/*--------- shoes -----------*/
.shoes-grid {
    margin-top: 20px;
    margin-bottom: 40px;
}
.shoes-grid .shoes-preview-container {
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.2);
}
a.small-img {
    width: 100%;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
a.small-img:after {
    content: "";
    display: block;
    padding-bottom: 78%;
}
.shoes-small {
    padding: 10px;
    padding-bottom: 30px;
}
.shoes-preview-container {
    position: relative;
}
.shoes-preview {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shoes-preview-oos {
    filter: grayscale(100%);
    opacity: 0.7;
}
/*.home-product .shoes-preview {
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
}*/
.shoes-preview-container:after {
    content: "";
    display: block;
    padding-bottom: 120%;
}
.shoes-discount{
    text-decoration: line-through;
    color: #aaa;
    font-size: 16px;
    margin-right: 30px;
}
.shoes-price{
    color: #000000;
    font-weight: 700;
    font-size: 14px;
}
.shoes-preview-model {
    margin-top: 15px;
    margin-bottom: 10px;
}
.home-popular .shoes-preview-model {
    margin-bottom: 0px;
}
.shoes-preview-title, .shoes-preview-plus {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}
.shoes-preview-title:hover, .shoes-preview-plus:hover{
    text-decoration: none;
    color: #666666;
}
.shoes-preview-details {
    font-size: 12px;
}
.shoes-preview-plus {
    float: right;
    font-size: 30px;
    line-height: 20px;
    font-family: "Source Code Pro", Courier, monospace;
}
.shoes-preview-img {
    width: 100%;
    height: auto;
}
.shoes-preview-discount {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}
.shoes-heading {
    margin-bottom: 45px;
}
.shoes-details ul > li{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500!important;
}
.shoes-description p{
    font-size: 12px;
    font-weight: 500!important;
}
/*---------------------------*/
/*--------- tooltip ---------*/
.tooltip{
    position:absolute;
    z-index:10020;
    display:block;
    visibility:visible;
    padding:10px;
    font-size:12px;
    /*opacity:0;*/
    /*filter:alpha(opacity=0);*/
}
.tooltip.in{
    opacity:1;
}
.tooltip.top{
    margin-top:-10px
}
.tooltip.right{
    margin-left:10px
}
.tooltip.bottom{
    margin-top:10px
}
.tooltip.left{
    margin-left:-10px
}
.tooltip.top .tooltip-arrow{
    bottom:-4px;
    left:50%;
    margin-left:-10px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #000000;
}
.tooltip.top .tooltip-arrow:after{
    position: absolute;
    content: " ";
    bottom:1px;
    left:50%;
    margin-left:-8px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:9px solid #fff;
}
.tooltip-inner{
    max-width:200px;
    padding:10px 15px;
    color:#000000;
    text-align:center;
    text-decoration:none;
    background-color:#fff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:1px solid #000000;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0
}
/*---------------------------*/
/*----------- form ----------*/
.invalid {
    color: #fe2b2b;
}
em.invalid {
    margin-top: -13px;
    display: block;
    color: #fe2b2b;
}
.input {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    padding: 12px 0px;
    margin-bottom: 15px;
    background-color: transparent;
}
.input-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding-right: 10px;
}
.input-select:after {
    content: '<>';
    font: 12px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
textarea.input {
    resize: vertical;
}
.input:focus, .input:active, .select:focus, .select:active {
    outline: none;
}
input.input:-webkit-autofill,
input.input:-webkit-autofill:hover,
input.input:-webkit-autofill:focus
input.input:-webkit-autofill {
    background-color: #fff!important;
}
textarea.input:disabled, input.input:disabled {
    background-color: #fff;
}
.cart-item textarea.input:disabled, .cart-item input.input:disabled {
    background: transparent;
}
.select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #000000;
    font-size: 14px;
    padding: 12px 12px;
    margin-bottom: 15px;
    background-color: transparent;
}
.select-label {
    margin-bottom: 11px;
}
input.select, span.select {
    padding: 11px 12px;
}
.select:disabled {
    background-color: transparent;
}
/*---------------------------*/
/*----------- modal ----------*/
@media (min-width: 768px) {
    .modal-sm {
        width: 420px;
    }
}
.modal-content {
    border-radius:0px;
}
.modal-body {
    padding: 40px;
}
.modal-head {
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
}
.modal-head .close {
    margin-top: 10px;
}
.modal.right .modal-body, .modal.left .modal-body {
    padding-top: 0px;
}
.modal.left .close, .modal.right .close {
    float: none;
    font-size: 24px;
    font-weight: 100;
    outline: none;
}
.modal.left .modal-header, .modal.right .modal-header {
    text-align: right;
    padding: 0px;
    padding-top: 15px;
}
/*---------------------------*/
/*------ checkbox-radio------*/
/**/
/* radios and checkboxes */
/**/
.modal .btn-black {
    background-color: #000000;
}
.modal .btn-black:hover, .modal .btn-black:active, .modal .btn-black:focus{
    background-color: transparent;
}
.radio,
.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
    color: #000000;
    cursor: pointer;
    margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0;
}
.radio input,
.checkbox input {
    position: absolute;
    left: -9999px;
}
.radio i,
.checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    outline: none;
    border-style: solid;
    background: transparent;
    width: 17px;
    height: 17px;
    border-width: 1px;
}
.radio i {
    border-radius: 50%;
}
.radio input + i:after,
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input + i:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    background-color: #000000;

}
.checkbox input + i:after {
    content: '\f00c';
    width: 15px;
    height: 15px;
    text-align: center;
    top: 2px;
    left: 0;
    font: normal 10px FontAwesome;
    color: #000000;
}
.radio input:checked + i:after,
.checkbox input:checked + i:after {
    opacity: 1;
}
.radio input:checked + i,
.checkbox input:checked + i,
.toggle input:checked + i {
    border-color: #000000;
}
.rating input:checked ~ label {
    color: #72c02c;
}
.inline-group {
    margin: 0 -30px 0px 0;
}
.inline-group:after {
    content: '';
    display: table;
    clear: both;
}
.inline-group .radio,
.inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
    margin-bottom: 4px;
}
/*--------------------------------*/
/*---------- buttons -------------*/
.btn {
    border-radius: 0px;
    padding: 10px 20px;
}
.btn.btn-height {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-big {
    padding: 20px 40px;
    min-width: 190px;
}
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-black:hover, .btn-black:active, .btn-black:focus  {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-black-inverted {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-black-inverted:hover, .btn-black-inverted:active, .btn-black-inverted:focus  {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline: none;
outline-offset: 0px;
}
.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-white-noborder {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white-noborder:hover, .btn-white-noborder:active, .btn-white-noborder:focus {
    border-color: #000000;
}
.toggle-block button.btn {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
    width: 100%;
    border-right: none;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 500!important;
    display: block;
}
.toggle-block button.btn:hover, .toggle-block button.btn:active, .toggle-block button.btn-white:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
/*--------------------------------*/
/*---------- link pager ----------*/
.pagination {
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    display: none;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    color: #000000;
    background-color: #eee;
    border-color: #eee;
}
/*--------------------------------*/
/*--------- search filter --------*/
#filter-sidebar {
    margin-bottom: 25px;
}
.panel-text {
    position: relative;
}
.panel-text .input{
    padding-right: 30px;
}
.panel-text button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    outline: none;
    border-right:none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    color: #666;
    cursor: pointer;
}
.panel-text button:active{
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.filter-back-arrow.fa-angle-right:before {
    display: none;
}
.filter-section button.close {
    opacity: 1;
}
.filter-back-arrow {
    border: 1px solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    margin-left: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.filter-ul {
    list-style: none;
    padding: 0px;
    width: 100%;
}
.filter-ul li{
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.filter-ul li:last-child {
    border-bottom: none;
}
.filter-ul li span{
    cursor: pointer;
    font-size: 14px;
}
h3.modal-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.filter-section .colors input:checked ~ label {
    border: 1px solid #000000;
    padding: 1px;
}
.filter-section .colors input {
    left: -9999px;
    position: absolute;
}
.filter-section ul.colors > li > span {
    padding: 0px;
    padding-left: 20px;
}
.filter-section .colors .shoes-colors a {
  color: #000000;
}
.filter-section .colors .shoes-colors li.active .fa-check {
    float: right;
    color: #e3212b;
}
/*--------------------------------*/
/*------------- gallery-----------*/
#shoes-mobile-preview {
    display: block;
    width: 100%;
}
#shoes-mobile-preview .preview-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#shoes-mobile-preview .preview-item:after {
    content: "";
    display: block;
    padding-bottom: 140%;
}
#shoes-mobile-preview .preview-item-zoom-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    opacity: 0.3;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    text-align: center;
}
#shoes-mobile-preview .preview-item-zoom-btn:hover {
    opacity: 0.8;
}
#shoes-mobile-preview .owl-dots {
    position: relative;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
#shoes-mobile-preview .owl-dots button.owl-dot{
    border: none;
    width: 25%;
    padding-bottom: 70px;
    display: inline-block;
    padding: 4px!important;
    cursor: pointer!important;
    position: relative;
}
#shoes-mobile-preview .owl-dots button.owl-dot img {
    width: 100%;
    height: 100%;
    cursor: pointer!important;
}
#gallery-preview-modal .modal-body{
    padding: 0px;
}
#gallery-preview-modal  .clearfix {
    position: relative;
}
#gallery-preview-modal .gallery-preview-close-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1000;
    padding: 14px;
}
.gallery-preview {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.gallery-preview:after {
    content: "";
    display: block;
    padding-bottom: 120%;
}
#gallery .indicators .carousel-indicators{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
#gallery .indicators .carousel-indicators li{
    border: 1px solid #000000;
}
#gallery .indicators .carousel-indicators .active{
    border: none;
    background-color: #000000;
}
#gallery-zoom {
    width:100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
#gallery {
    position: relative;
}
#gallery a.small-img{
    width: 20%;
    padding: 5px;
    float: left;
    opacity: .5;
}
#gallery a.small-img.active{
    opacity: 1;
}
/*--------------------------------*/
.shop-product .shoes-colors label {
    width: 26px;
    height: 26px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.shop-product .shoes-colors label.active {
    padding: 1px;
    border: 1px solid #333;
}
.shop-product .shoes-colors label span{
    width: 100%;
    height: 100%;
    display: block;
}
.shop-product .shoes-sizes.dropdown-form > a.dropdown-toggle{
    border-right: none;
}
.shop-product .shoes-sizes > ul > li {
    padding: 0px;
}
.shop-product .shoes-sizes label {
    width: 100%;
    font-size: 20px;
    float: right;
    padding: 10px;
    border: none;
    display: block;
    text-align: center;
    margin: 0px;
}
.shop-product .shoes-sizes label.disabled {
    color: #aaa;
}
.shop-product .shoes-sizes label:hover {
    cursor: pointer;
}
.shop-product .shoes-sizes input:checked ~ label {
    color: #e3212b;
}
.shop-product .shoes-sizes input {
    left: -9999px;
    position: absolute;
}
#dimensional-grid-toggle {
    cursor: pointer;
}
.product-quantity {
    display: table;
    white-space: nowrap;
    margin: 6px auto;
    table-layout: fixed;
}
.product-quantity .quantity-button {
    display: table-cell;
    width: 40px;
    height: 40px;
    margin-top: -6px;
    background-position: center;
    padding: 0px;
}
.product-quantity .quantity-field {
    display: table-cell;
    width: auto;
    min-width: 30px;
    max-width: 50px;
    height: 40px;
    font-size: 22px;
    border-bottom: none;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
}

.determine-size ul{
    list-style: none;
    padding-left: 0px;
}
.determine-size ul > li{
    margin-bottom: 40px;
    font-size: 16px;
}
.determine-size .fa-collaspse {
    border-radius: 50%;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    padding: 1px 4px;
}
/*--------- cart ------------*/
.cart-btn-container .btn{
    margin-top: 20px;
}
.cart-item {
    border: none;
    width: 100%;
    margin-bottom: 25px;
}
.cart-item .cart-item-img {
    position: relative;
}
.cart-item .cart-item-img .small-img{
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.2);
}
.cart-item .cart-item-img .close {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #bd2c33;
    opacity: .5;
    font-size: 30px;
}
.cart-item td {
    border: none;
    padding: 0px;
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 10px;
}
.cart-item .count-block td {
    padding-top: 12px;
    padding-bottom: 2px;
}
.cart-item td.borderless {
    border: none;
}
.cart-item .cart-label{
    font-size: 14px;
}
.cart-item .cart-value {
    font-size: 16px;
    /*padding-bottom: 5px;*/
    color: #bbb;
    text-align: right;
}
.cart-item .product-quantity {
    margin: 6px 0px;
    float: right;
}
.cart-item .product-quantity .quantity-button {
    width: 26px;
    height: 26px;
    margin-top: -6px;
}
.cart-item .product-quantity .quantity-field {
    min-width: 26px;
    max-width: 24px;
    height: 26px;
    font-size: 18px;
}
.cart-total {
    font-size: 16px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.cart-total .cart-total-price {
    display: table-cell;
    width: 50%;
    text-align: right;
    font-weight: 700;
}
.cart-total .cart-total-label {
    display: table-cell;
    width: 50%;
    text-align: left;
}

.cart-nav-btn .btn {
    margin-right: 30px;
    min-width: 210px;
    padding: 20px 40px;
    font-size: 16px;
}
/*---------------------------*/
/*--------- sizes -----------*/
.full-width {
    width: 100%;
}
.width-200 {
    width: 200px;
}
.width-270 {
    width: 270px;
}
.v-bottom {
    vertical-align: bottom;
}
.v-top {
    vertical-align: top;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-bottom-80 {
    margin-bottom: 60px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.margin-bottom-140 {
    margin-bottom: 140px;
}
.margin-bottom-150 {
    margin-bottom: 150px;
}
.margin-bottom-170 {
    margin-bottom: 170px;
}
.margin-bottom-250 {
    margin-bottom: 250px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-t-b-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
/*---------------------------*/
/*----------- colors --------*/
.red {
    color: #ff0000!important;
}
.grey {
    color: #aeadad;
}
.black {
    color: #000000;
}
/*---------------------------*/
.shadow {

    background: rgba(37, 37, 37, 0.2);
    background: -webkit-linear-gradient(rgba(37,37,37,0),rgba(37,37,37,0.3)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(37,37,37,0),rgba(37,37,37,0.3)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(37,37,37,0),rgba(37,37,37,0.3)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(37,37,37,0), rgba(37,37,37,0.3)); /*Standard*/
}
.post-preview {
    position: relative;
    width: 100%;
}
.post-preview .post-preview-img {
    width: 100%;
    padding-top: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.post-preview .post-preview-info {
    padding: 16px 0px;
}
.post-preview .post-preview-date {
    color: #fff;
}
.post-preview .post-preview-title {
    color: #fff;
    font-weight: 400;
}
.post-preview a{
    color: #fff;
}
.post-preview a:hover, .post-preview a:focus{
    color: #fafafa;
}
.post-preview-content p{
    padding: 0px!important;
    margin: 0px;
}
.post-preview-content br{
    display: none;
}
.post-preview-content {
    margin-bottom: 80px;
    margin-top: 10px;
}
#posts-page {
    padding-top: 90px;
}
.black-background .pagination > li > a, .black-background .pagination > li > span {
    color: #ffffff;
}
.black-background .pagination > li > a:hover, .black-background .pagination > li > span:hover, .black-background .pagination > li > a:focus, .black-background .pagination > li > span:focus {
    color: #000000;
}
.black-background .pagination > .active > a:hover, .black-background .pagination > .active > span:hover, .black-background .pagination > .active > a:focus, .black-background .pagination > .active > span:focus {
    color: #ffffff;
}
.post {
    padding-top: 90px;;
    color: #ffffff;
}
.post .post-title {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.post .post-date {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
.post .post-content {
    margin-bottom: 100px;
    font-size: 15px!important;
    line-height: 1.6;
    font-weight: 400;
}
.post .post-media {
    padding-top: 25px;
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    margin-bottom: 160px;
}
.post .post-media .row {
    margin-left: -5px;
    margin-right: -5px;
}
.post .post-media .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.post .post-media .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.post .post-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.post .post-image-large {
    padding-top: 80%;
}
.post .post-image-small {
    padding-top: 130%;
}
.post .post-content .img-fullwidth {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-share {
    display: inline-block;
}
.block {
    padding: 10px 0px;
}
.block .block-r4 {
    padding-right: 12px;
}
.block .block-l20 {
    padding-left: 12px;
}
.owl-nav {
    float: right;
    font-size: 16px;
    padding: 10px;
}
.owl-nav a{
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
/*--------- subscribe ---------*/
.subscribe-container h3 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.subscribe-container-inner {
    position: relative;
    padding-top: 270px;
}
.subscribe-image {
    position: absolute;
    z-index: -1;
    top:0px;
    left: 0px;
    right: 0px;
    height: 320px;
    background-position: 20% 50%;
    background-size: 100%;
}
.subscribe-box {
    position: relative;
    width: 90%;
    padding: 30px 40px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.subscribe-box .content-sub-2 {
    line-height: 24px;
    margin-bottom: 30px;
}
.subscribe-box .btn-black-inverted {
    width: 100%;
    background-color: transparent;
}
.subscribe-box .btn-black-inverted:hover {
    background-color: #000000;
}
.subscribe-info {
    width: 100%;
    position: relative;
}
.subscribe-info .subscribe-form .btn-black {
    width: 100%;
}

/*-----------------------------*/
/*------- carousel ------------*/
.carousel-indicators li{
    border: 1px solid #fff;
}
.carousel-indicators .active{
    border: none;
    background-color: #fff;
}
.main-carousel-nav {
    width: 100%;
    display: table;
    margin-top: 25px;
}
.main-carousel-nav .indicators {
    display: table-cell;
    text-align: left;
    width: 33%;
}
.main-carousel-nav .indicators .carousel-indicators{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}
.main-carousel-nav .indicators .carousel-indicators li{
    border: 1px solid #000000;
}
.main-carousel-nav .indicators .carousel-indicators .active{
    border: none;
    background-color: #000000;
}
.main-carousel-nav .down-arrow {
    display: table-cell;
    text-align: center;
    width: 33%;
}
.main-carousel-nav .language {
    display: table-cell;
    text-align: right;
    width: 33%;
}

.sub-carousel .carousel-caption {
    bottom: 20%;
    /*left: 0px!important;
    right: 0px!important;&*/
}
.carousel-caption {
    left: 10%;
    right: 10%;
}
.carousel-caption p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.sub-carousel .carousel-caption .btn{
    padding: 16px 10px;
    width: 100%;
}
/*-----------------------------*/
/*----------cart order --------*/
.shopping-cart-order .question {
    font-size: 14px;
    height: 18px;
    width: 18px;
    font-weight: normal;
    border: 1px solid #999;
    border-radius: 50px;
    padding: 0px 5px;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
}
.shopping-cart-order h3 {
    margin-bottom: 30px;
}
#cart-order .btn[type="submit"]{
    font-size: 16px;
}
#orderform-payment_method {
    margin-bottom: 8px;
}
#orderform-payment_method .radio {
    margin-bottom: 30px;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 0px;
}
#other-delivery-message {
    font-size: 16px;
    margin-top: 25px;
}
.f-16 {
    font-size: 16px;
}
/*------- contacts ------------*/
.contacts-info {
    margin-top: 25px;
}
.contacts-block {
    margin-bottom: 55px;
}
.contacts-header {
    margin-bottom: 10px;
}
.contacts-block .contacts-list {
    list-style: none;
    padding: 0px;
}
.contacts-block .contacts-list li {
    margin-bottom: 12px;
}
#google-map {
    width: 100%;
    height: 530px;
    margin-bottom: 30px;
}
.map-description {
    margin-bottom: 50px;
}
.contact-form-header {
    margin-bottom: 20px;
    font-size: 18px;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0px!important;
}
.invoice-header .list-unstyled  li {
    margin-bottom: 10px;
}

.contacts-container button.btn {
    width: 100%;
}
#nova-poshta-logo {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}
#shop-form .btn {
    width: 100%;
}
.filter-toggle-container {
    display: table;
    width: 100%;
    position: relative;
}
.toggle-block {
    display: table-cell;
    width: 50%;
}
.shoes-information > ul {
    list-style: none;
    padding: 0px;
    width: 100%;
}
.shoes-information > ul > li{
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #000000;
}
.shoes-information > ul > li span{
    font-size: 14px;
}
.toggle-li {
    cursor: pointer!important;
}
.font-14 {
    font-size: 14px!important;
}
.shoes-determine-size ul {
    padding: 0px;
    list-style: none;
}
.shoes-determine-size img {
    max-width: 100%;
}
#cart-inner-form {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}
#cart-inner-form .dropdown-form {
    display: table-cell;
    width: 50%;
}
#cart-inner-form .dropdown-form > a.dropdown-toggle{
    width: 100%;
}
#cart-inner-form .dropdown.dropdown-form > a {
    padding: 20px 12px;
}
/* #cart-inner-form .shoes-sizes a.dropdown-toggle {
    border-right: none;
} */
#cart-inner-form .shoes-sizes .top-line {
    right: -1px;
    left: auto;
}
#cart-inner-form .shoes-sizes.open .top-line {
    right: 0px;
}
#cart-inner-form .shoes-sizes.open + .shoes-count .top-line {
    display: none;
}
.popular-shoes-home .arrows{
    display: none;
}
.popular-shoes-home {
    margin-bottom: 40px;
}
.popular-shoes-container {
    width: 100%;
    overflow: hidden;
}
.popular-shoes-inner-container {
    width: 100%;
    overflow: auto;
    margin-bottom: -20px;
}
.popular-shoes-container .table-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.popular-shoes-container .table-container .shoes-small {
    display: table-cell;
    width: 230px;
    min-width: 230px;
}
/* sidebar modal */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal-body .modal-header {
    padding-top: 0px;
}
.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
    min-height: 100%;
    padding-bottom: 60px;
    position: relative;
}
.modal.left .modal-body .bottom,
.modal.right .modal-body .bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.modal.left .bottom .btn,
.modal.right .bottom .btn {
    width: 100%;
}
.modal.right .modal-header {
    text-align: center;
}
.modal.right .modal-header .close {
    float: left;
}
/*Left*/
.modal.left.fade .modal-dialog{
    left: -100%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

#main-menu-panel.modal.left .modal-dialog,
#main-menu-panel.modal.right .modal-dialog{
    width: 70%;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.carousel-fixed .carousel-inner > .item {
    height: 400px;
    background-size: auto 100%;
    background-position: 50% 0;
}
.label-discount {
    padding-top: 5px;
    color: #e3212b;
}
.shoes-information .shoes-model-name {
    font-size: 22px;
    font-weight: bold;
}
.shoes-information .shoes-price-info-toggle span {
    font-size: 19px;
}
.shoes-information .shoes-model-toggle {
    border-bottom: none;
}
.shoes-information .shoes-price-info-toggle {
    padding-top: 0px;
    padding-bottom: 30px;
}
.shoes-information ul {
    margin-bottom: 25px;
}
.dropdown.dropdown-form > a {
    font-size: 14px;
}
.dimmensional-container {
    margin-top: 20px;
}
.shoes-question {
    margin-top: 45px;
    margin-bottom: 40px;
}
.shoes-question h3 {
    font-weight: bold;
}
.no-padding {
    padding: 0px!important;
}
#shop-info-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    width: 40px;
}

#shop-info-container .shop-info-btn {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    opacity: 0.3;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
#shop-info-container .shop-info-btn:hover, #shop-info-container .shop-info-btn:focus, #shop-info-container .shop-info-btn:active {
    opacity: 1;
}
#user-order-details-data {
    margin-top: 10px;
}
.home-video-header {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.home-production-box {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 100px;
    margin-bottom: 130px;
}
.home-production-text {
    text-align: center;
    color: #FFF;
}
.home-production-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 80px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5px;
}

.home-production-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 46px;
}
.home-production-text .btn {
    padding: 15px 50px;
}
.btn.popular-btn {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.shoes-small-popular {
    padding: 10px;
    padding-bottom: 30px;
}
.shoes-small-popular {
    position: relative;
}
.shoes-small-popular .shoes-preview-link, .shoes-small .shoes-preview-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    display: block;
    text-decoration: none;
    background: transparent;
}
.label-badge {
    border: 1px solid #000000;
    padding: 8px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 17px;
    font-weight: normal;
    font-size: 10px;
}
#yt-container {
    position: relative;
    width: 100%;
    margin-bottom: 130px;
    min-height: 120px;
}
#yt-player {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.yt-top {
    z-index: 1!important;
}
#yt-overlay {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.home-services {
    margin-bottom: 100px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.home-services span {
    cursor: pointer;
    display: inline-block;
}
.more-btn i {
    margin-right: 10px;
}
.more-btn:hover {
    font-weight: bold;
}
.call-me-btn i {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-image: url('../img/icons/phone_dark_thin.svg');
    margin-left: 10px;
}
.call-me-btn:hover, .call-me-btn.active {
    font-weight: bold;
}
.call-me-btn:hover i, .call-me-btn.active i {
    background-image: url('../img/icons/phone_dark.svg');
}
#call-me-content .btn-black-inverted {
    background-color: transparent;
    margin-top: 30px;
    width: 100%;
    display: block;
}
#call-me-content .btn-black-inverted:hover {
    background-color: #000000;
}

#call-me-content {
    background-color: #FFF;
    padding: 25px 25px;
    text-align: left!important;
    position: absolute;
    right: -20px;
    bottom: 11px;
    width: 250px;
    box-shadow: 6px -9px 6px rgba(200,200,200,0.1);
}
.popover.top > .arrow {
    border-color: transparent;
    bottom: 0px;
}
.popover-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}
.callme-label {
    margin-top: 20px;
}
.popover-content {
    padding: 0px;
    border: none;
}
.popover {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}
.borderless {
    border: none!important;
}
/*------------------------*/
.gray-background {
    background-color: #ffffff;
}
.black-background {
    background-color: #000000;
}
.home-wrap .navbar.navbar-default {
    background-color: transparent;
}
.home-main {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 460px;
    margin-bottom: 75px;
}
.home-main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(255,255,255, 0.0));
}
.about-banner {
    position: relative;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(255,255,255, 0.0));
}
.about-banner-content {
    min-height: 600px;
    background-color: #000000;
    margin-bottom: 65px;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
}
.about-banner-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    max-width: 700px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}
.section-spacer {
    margin-bottom: 30px!important;
}
.home-secondary.home-secondary-large {
    height: 820px;
}
.home-main-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
}
.home-title-link {
    font-size: 32px;
    line-height: 44px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}
.home-title-link.m-white {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.home-img {
    background-position: center center;
    background-size: cover;
}
.square-container {
    width: 100%;
    height: 0px;
    padding-bottom: 89%;
    position: relative;
}
.square-container p {
    margin-bottom: 30px;
}
.relative {
    position: relative;
}
.home-text {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    margin-top: 86px;
}
.flower-sign {
    margin-bottom: 46px;
    width: 155px!important;
    height: auto;
}
.home-read-more {
    color: #000000;
    text-decoration: none;
}
.home-read-more:hover {
    text-shadow: 0 0 .65px #000000, 0 0 .65px #000000;
}
.home-categories .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.home-category-header {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.home-category {
    position: relative;
    cursor: pointer;
}
.home-category .home-category-box {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.home-category .home-category-img {
    position: relative;
    width: 100%;
    height: auto;
}
.home-category-label {
    font-size: 32px;
    line-height: 44px;
}
.home-category-link {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    text-align: center;
    color: #000000;
    padding: 50px;
    padding-top: 57%;
    font-size: 16px;
    line-height: 33px;
}
#home-popular-shoes {
    margin-bottom: 50px;
}
.vertical-container {
    width: 100%;
    height: 0px;
    padding-bottom: 111%;
    position: relative;
}
.home-about .vertical-container {
    padding-bottom: 90%;
}
.two-columns {
    column-count: 2;
}
.two-columns.home-read-more {
    position: absolute;
    bottom: 0px;
}
.home-secondary {
    position: relative;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.horizontal-container {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    position: relative;
}
.horizontal-container-50 {
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    position: relative;
}
.horizontal-container .home-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 70px;
}
.home-subscribe {
    width: 100%;
    position: relative;
    margin-bottom: 90px;
}
.home-subscribe .home-title {
    padding-left: 30px;
    padding-top: 35px;
}
.home-subscribe .row{
    margin: 0px;
}
.home-subscribe .col-sm-6 {
    padding: 0px;
}
.home-subscribe-content {
    background-color: #000000;
    color: #ffffff;
}
.home-subscribe-image {
    background-position: center center;
    background-size: cover;
}
.arrows {
    margin-top: 30px;
    width: 100%;
    position: relative;
    height: 18px;
}
.arrows__arrow-left{
    position: absolute;
    top: 0px;
    left: 0px;
}
.arrows__arrow-right{
    position: absolute;
    top: 0px;
    right: 0px;
}
/*---- footer ----*/
.footer #panel-user-menu {
    padding-left: 10px;
}
.footer ul#panel-user-menu > li {
    margin: 0px;
}
.footer ul {
    list-style: none;
    padding: 0px;
}
.footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}
.footer ul > li {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 5px;
}
.footer .contact-title {
    opacity: 0.5;
    display: block;
    margin-bottom: 5px;
}
.footer h4 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}
.footer .red-line {
    border: 1px solid #FF0000;
    float: right;
    width: 35px;
    height: 0px;
    margin-top: 25px;
}
.logo-footer img {
    width: 83px;
}
/*---- end footer ----*/
.navbar-collapse {
    box-shadow: rgba(28, 28, 28, 0.5) 0px 10px 20px;
    position: absolute;
    background-color: rgb(245, 245, 245);
    z-index: 100;
    top: 75px;
    right: 72px;
    left: 72px;
}
.navbar-collapse #car-count {
    display: none;
}

.home-main-content {
    font-size: 24px;
    line-height: 33px;
}
.home-title-link {
    font-size: 24px;
    line-height: 33px;
}
.home-main-link {
    text-align: left;
    margin-top: 45px;
}
.container-fluid-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.square-container {
    padding-bottom: 90%;
}
.home-title {
    font-size: 24px;
    line-height: 33px;
    margin-top: 28px;
}
.flower-sign {
    margin-bottom: 60px;
}
.relative .square-container {
    height: auto;
    padding-bottom: 0px;
}
.square-container p {
    margin-bottom: 0px;
}
.home-read-more {
    font-size: 14px;
    line-height: 19px;
}
.home-divider {
    margin-top: 12px;
    margin-bottom: 0px;
    border-top: 2px solid #000000;
}
.arrows {
    margin-top: 20px;
}
.home-categories {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
}
.home-category-label {
    font-size: 24px;
    line-height: 33px;
}
.col-0 .shoes-small-container{
    margin: 0px;
}
.col-1 .shoes-small-container{
    margin: 0px;
}
.col-2 .shoes-small-container{
    margin: 0px;
}
.home-popular .shoes-small-container {
    margin-left: 15px;
    margin-right: 15px;
}
.home-popular .shoes-small-popular {
    padding-bottom: 35px;
    padding-top: 70px;
}
.visible-large {
    display: none;
}
.blog-home {
    background-color: #000000;
    padding: 40px 15px;
    margin-bottom: 65px;
}
.blog-home .title{
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.blog-home-footer {
    margin-top: 60px;;
    text-align: center;
}
.two-columns {
    column-count: 1;
    position: relative;
}
.two-columns .home-read-more {
    left: 0px;
    position: absolute;
    bottom: 0px;
}
#section-4 {
    margin-bottom: 0px;
}
.home-showroom .home-title {
    margin-top: 20px;
}
.home-showroom .horizontal-container-content .home-text {
    margin-top: 120px;
}
.home-showroom .horizontal-container {
    height: auto;
    padding-bottom: 0px;
}
.home-showroom-map .home-img {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
    margin-top: 52px;
}
.home-showroom-map .home-text {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 19px;
}
.home-showroom {
    margin-bottom: 0px;
}
.home-subscribe .home-title {
    padding: 16px;
}
.home-subscribe-form {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
}
.home-subscribe-form form {
    display: table;
    width: 100%;
}
.home-subscribe-form-action {
    display: table-cell;
    padding-left: 10px;
    width: 1%;
}
.home-subscribe-form .input {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: table-cell;
    width: 99%;
}
.home-subscribe {
    margin-bottom: 34px;
}
.footer {
    margin-left: 0;
    margin-right: 0;
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #000000;
    font-size: 14px;
    line-height: 19px;
}
.footer h4 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 66px;
    margin-bottom: 18px;
}
.footer-copyright {
    margin-top: 44px;
    position: relative;
}
.footer ul.compact-list > li {
    margin-bottom: 2px;
}
.home-wrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.home-wrap .navbar-default .navbar-collapse, .home-wrap .navbar-default .navbar-form {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
}
.home-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}
.home-wrap .navbar-default .navbar-toggle:hover, .home-wrap .navbar-default .navbar-toggle:focus {
    background: transparent;
}
.nav-language {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.nav-language a{
    color: #fff;
}
.gray-background .nav-language {
    color: #000000;
}
.gray-background .nav-language a {
    color: #000000;
}
.nav-language .selected {
    font-weight: bold;
}
.nav.navbar-nav.m-main-menu .dropdown.open {
    background: transparent;
}
.menu-divider {
    display: none;
}
.home-article {
    position: relative;
}
#section-2 {
    margin-bottom: 65px;
}
.home-categories .home-category {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}
.shoes-small-popular .shoes-small-container {
    border-bottom: 1px solid #000000;
    position: relative;
}
.home-product .shoes-preview-title {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbar-brand-year {
    border-radius: 50%;
    background-color: #ffffff;
    padding: 2px;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 12px;
    position: absolute;
    margin-left: 10px;
}
.gray-background .navbar-brand path {
    fill: #000000;
}
.gray-background #logo-header, .gray-background #navbar-cart > svg > rect, .gray-background #navbar-cart > svg > path {
    stroke: #000000;
    stroke-width: 1px;
}
.main-menu-inner {
    display: table;
    width: 100%;
}
.main-menu-inner .main-menu-left {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 40%;
}
.main-menu-inner .main-menu-center {
    display: table-cell;
    text-align: center;
}
.main-menu-inner .main-menu-right {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 40%;
}

.highlighted {
    font-weight: bold!important;
}

.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 100px;
    z-index: 100000;
    background-color: #FFF;
    padding: 20px 40px;
    border-top: 1px solid #000;
}
.cookie-message {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}
.cookie-banner .btn {
    display: block;
    width: 100%;
}
/*------------------------------------------------------*/

.shoes-add-char{
    margin-bottom: 40px;
}
.shoes-add-char--mobile{
    margin-top: 20px;
    margin-bottom: 0;
}
.shoes-add-char__label{
    margin-right: 8px;
    margin-bottom: 8px;
}
.shoes-add-char__title{
    display: block;
    margin-bottom: 10px;
}

.shoes-add-char__input{
    display: none;
}

.shoes-add-char__input:checked ~ .shoes-add-char__item{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-shadow: 0 0 2px #fff;
    cursor: default;
}

.shoes-add-char__item{
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.cart-add-char{
    padding: 0 24px 24px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.cart-add-char__title{
    font-size: 16px;
    font-weight: 500;
}
.cart-add-char__value{
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
}

@media screen and (min-width: 992px) {
    .cart-add-char__title{
        font-size: 18px;
    }
    .cart-add-char__value{
        font-size: 18px;
        margin-left: 20px;
    }
}