body {
    font-family: 'CenturyGothicStd', sans-serif, Arial;
    font-size: 12px;
}

.black {
    color: #000000;
}

.grey {
    color: #878787;
}

.underline-link {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.international-site {
    margin: 8px 23px 1px 0;
}

hr {
    border: 0;
    border-top: 1px solid #878787;
    display: block;
    height: 1px;
    margin: 9px 0 10px 0;
}

hr.menu {
    margin: 20px auto 10px;
    /* width: 25%; */
    width: 50%; 
}

select {
    font-size: 12px;
    height: 26px;
    padding: 5px;
}

a{
    color: #787878;
    font-size: 12px;
}

a:hover, a:visited, a:active {
    color: #222222;
}

.button {
    background-color: #e1e4df;
    border: 1px solid #878787;
    color: #878787;
    padding: 8px 10px;
    margin: 10px 0;
}

.button:hover {
    background-color: #e1e4df;
    border: 1px solid #000000;
    color: #000000;
}

p.section-title{
    font-size: 14px;
}

p.under-products {
    font-size: 14px;
    line-height: 1.5rem;
    padding: 50px 0 0 0;
}

p.under-products-text{
    font-size: 12px;
    line-height: 1.5rem;
    padding: 0
}

.contain-to-grid .top-bar {
    line-height: 36px;
    max-width: 1400px;
}

a#logo-large img{
    bottom: -18px;
    margin-bottom: 25px;
    position: relative;
}

.sticky-logo {
    display: none;
    left: 0;
    position: absolute;
}

.sticky-logo img {
    max-height: 35px;
}

.contain-to-grid.sticky.fixed .sticky-logo {
    display: block;
    width: 21%;
}

.top-bar-section li a:active, .top-bar-section li a:focus, .top-bar-section li a:visited {
    border: none;
    outline: none;
}

.top-bar-section ul li > a {
    font-family: 'CenturyGothicStd', sans-serif, Arial;
    font-size: 14px;
}

.top-bar-section .has-dropdown > a:after {
    border: 0 none;
}

.static-links .top-bar-section li:not(.has-form) a:not(.button) {
    color: #878787;
}

.static-links .top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #000000;
}

.static-links .top-bar {
    height: 38px;
    min-width: 350px;
}

.static-links {
    height: 38px;
    margin-top: 4px;
}

.static-links nav {
    margin: 0 !important;
    overflow: visible !important;
}

.static-links .top-bar-section {
    height: 36px;
    overflow: visible !important;
}

.static-links .top-bar-section ul > li:not(.sub_category) {
    height: 36px;
    overflow: visible !important;
}

.static-links .top-bar-section ul > li:not(.sub_category) > a {
    height: 36px;
    line-height: 36px !important;
    overflow: visible !important;
}

.contain-to-grid {
    height: 38px;
    overflow: visible !important;
}

.contain-to-grid .top-bar ul > li:not(.sub_category) {
    height: 36px;
    overflow: visible !important;
}

.contain-to-grid .top-bar ul > li:not(.sub_category) > a {
    height: 36px;
    line-height: 36px !important;
    overflow: visible !important;
}

.static-links .top-bar-section a {
    color: red;
    font-size: 14px;
}

.top-bar-section .has-dropdown .dropdown:before {
    border-color: transparent transparent #000 transparent;
    border-width: 0 10px 8px 10px;
    border-style: solid;
    content: "";
    position: absolute;
    top: -8px;
    left: 36px;
}

.top-bar-section .has-dropdown .dropdown:after {
    border-color: transparent transparent #FFF transparent;
    border-width: 0 10px 8px 10px;
    border-style: solid;
    content: "";
    position: absolute;
    top: -7px;
    left: 36px;
}

.row {
    max-width: 1400px;
}

nav.tab-bar {
    background: none;
    margin-top: 15px;
    width: 2.8125 rem;
}

.left-off-canvas-toggle {
    font-size: 32px;
}

.icon-menu {
    color: #222222;
    vertical-align: middle;
}

.icon-menu:hover {
    color: #787878;
}

nav.top-bar {
    background: transparent;
    text-align: center;
}

.contain-to-grid {
    background-color: #ffffff;
}

@-webkit-keyframes fadeInSticky {
0% {opacity: 0;}
100% {opacity: 0.9;}
}

@keyframes fadeInSticky {
0% {opacity: 0;}
100% {opacity: 0.9;}
}

.fadeInSticky {
    -webkit-animation-name: fadeInSticky;
    animation-name: fadeInSticky;
}

.contain-to-grid.sticky.fixed {
    opacity: 0.9;
    -webkit-animation-name: fadeInSticky;
    animation-name: fadeInSticky;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.f-topbar-fixed {
    padding-top: 0px !important;
}

section.top-bar-section {
    display: inline-block;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #ffffff;
    color: #000000;
}

.top-bar-section li:hover:not(.has-form)
a:not(.button) {
    background-color: #ffffff;
    color: #666666;
}

.top-bar-section .has-dropdown a {
    padding-right: 15px !important;
}

.dropdown td {
    padding: 0;
}

.dropdown li.sub_category {
    /*
     max-width: 102px;
     */
}

.top-bar-section ul li {
    background-color: #ffffff;
}

.dropdown table {
    border: 1px solid #000000;
    margin-bottom: 0;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    line-height: 25px;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #FFFFFF;
    color: #000000;
}

.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button),
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a.sale:not(.button){
color: #FFFFFF;
background: #A8A8A8;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a.sale:not(.button){
color: #cb1932;
}

.dropdown-divider {
    border-left: 1px solid #000000;
    height: 130px;
}

input.search {
    font-size: 12px;
    height: 21px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 7px;
    text-align: center;
    width: 143px;
}

input.placeholder-center::-webkit-input-placeholder {/* WebKit browsers */
    color: #878787;
    font-size: 12px;
    text-align: center;
}

input.placeholder-center:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: #878787;
    font-size: 12px;
    opacity: 1;
    text-align: center;
}

input.placeholder-center::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: #878787;
    font-size: 12px;
    opacity: 1;
    text-align: center;
}

input.placeholder-center:-ms-input-placeholder {/* Internet Explorer 10+ */
    color: #878787;
    font-size: 12px;
    text-align: center;
}

header .notification {
    font-size: 12px;
    margin-bottom: 10px;
}

.account a {
    margin: 0 8px;
}

.account.small-cart {
    margin-top: 25px;
}

.icon-cart2 {
    font-size: 28px;
    vertical-align: middle;
    color: #222222;
}

.icon-cart2:hover {
    color: #787878;
}

.slider {
    margin-bottom: 18px;
}

.alternatives {
    margin-top: 3em;
}

.alternatives p {
    font-size: 14px;
}

footer {
    margin-top: 60px;
}

footer .newsletter {
    margin-top: 75px;
}

footer p {
    font-size: 12px;
    margin-bottom: 18px;
}

footer .newsletter p {
    margin-bottom: 5px;
}

footer input[type="text"] {
    height: 21px;
    padding: 0 7px;
    max-width: 288px;
    text-align: center;
}

footer .button.postfix {
    background: #999999;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 18px;
    height: 21px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    width: 50px;
}

footer .button.postfix:hover {
    background: #adadad;
    border-left: none;
}

footer .copyright{
    font-size: 11px;
    margin-top: 4px;
}

footer .links{
    margin: 5px 0 12px 0;
}

@media only screen and (max-width: 860px){
    footer .links{
        padding-bottom: 20px;
    }
}

/*
footer #newsletter-btn{
    line-height: 19px;
    margin: 0;
    padding: 0px 5px;
}
*/

footer .links a {
    font-size: 11px;
    padding: 0 10px;
}

.breadcrumb {
    margin-top: 20px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #878787;
}

.breadcrumb a:hover, .breadcrumb a.active {
    color: #222222;
}

.product-description {
    padding-top: 50px;
}

.product-description p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

.product-description b {
    font-size: 12px;
}

.product-description .price .mark {
    border-bottom: 1px solid #878787;
    position: relative;
    top: -10px; /* Tweak this and the other top in equal, but opposite values */
}

.product-description .price .offsetMark {
    font-size: 14px;
    position: relative;
    top: 10px; /* Tweak this and the other top in equal, but opposite values */
}

.product-description .title {
    line-height: 20px;
    margin-bottom: 20px;
}

.product-description .title {
    font-size: 18px;
    margin: 0;
}

.product-description .code {
    font-size: 12px;
}

.product-description .price {
    font-size: 21px;
    margin-bottom: 8px;
}

.boot-size-border{
    border: 1px solid #878787;
}

.boot-size{
    color: #878787;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 4px 4px 0;
    text-align: center;
    width: 23px;
    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.boot-size p{
    padding-top: 1px;
    
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.boot-size:hover,
.boot-size.selected-size,
.boot-size.selected {
    border: 1px solid #000000;
    color: #000000;
}

.has-tip {
    border-bottom: none;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: none;
    color: #333333;
}

.like-container.has-tip{
    font-weight: normal;
}

.like-container.has-tip:hover, .like-container.has-tip:focus {
    color: #878787;
}

p.order-by-phone {
    margin: 0;
}

p.order-by-phone span {
    color: #0d0d0d;
    font-size: 12px;
}

p.small-link-texts {
    margin: 5px 0 5px 0;
}

.small-link-texts a {
    color: #8e8e8e;
    font-size: 12px;
}

.small-link-texts a {
    text-decoration: underline;
}

.small-link-texts a:hover {
    color: #0d0d0d;
}

.info_images{
		max-height: 80px;
		width: auto;
    margin-right: 30px;
}

.login-btn {
    padding: 3px 30px;
    margin: 0;
}

.profile-form {
    margin: 0 10px;
}

.prod-quantity .quantity {
    display: inline-block;
    border: 1px solid #8f8f8f;
    color: #878787;
    font-size: 12px;
    margin: 0 3px;
    max-height: 18px;
    max-width: 46px;
    padding: 0;
    text-align: center;
}

input[type="text"][readonly] {
    background-color: #ffffff;
}

.grey-right-border {
    border-right: 1px solid #c7c7c7;
}

.product-page-comments {
    color: #848484;
    margin: 2em auto 0;
    width: 80%;
}

.product-page-comments a {
    color: #848484;
    text-decoration: underline;
}

.product-page-comments a:hover {
    color: #0d0d0d;
}

.product-page-comments p{
    font-size: 12px;
}

/* --- Owl Slider --- */

.owl-carousel .item img {
    display: block;
    height: auto;
}

#owl-slider h1{
    line-height: 1.4rem;
}

@media only screen and (max-width: 18em) {
    #owl-slider h1{
        font-size: 0.5rem;
        line-height: 0.6rem;
    }
}

@media only screen and (max-width: 24em) {
    #owl-slider h1{
        font-size: 1.4rem;
    }
    #owl-slider .owl-carousel .item .item-text{
        bottom: 0 !important;
    }
}

#owl-slider, #owl-slider-products {
    position: relative;
}

#owl-slider .item img {
    width: 100%;
}

#owl-slider-products .item img {
    margin: auto;
}

.owl-carousel .item {
    position: relative;
    text-align: center;
}

.owl-carousel .item .item-text {
    /*
    bottom: 32%;
    position: absolute;
    width: 100%;
    */
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/* .owl-carousel .item .item-text .bottom_item */
.owl-carousel .item .item-text .top_item
{
    height: 55%;
    position: relative;
}

.owl-carousel .item .item-text .top_item_content,
.owl-carousel .item .item-text .bottom_item_content{
    position: absolute;
    width: 100%;
}

.owl-carousel .item .item-text .top_item_content{
    bottom: 0;
}

.owl-carousel .item .item-text .bottom_item_content{
    top: 0;
}

.owl-carousel .item .item-text h1 {
    font-family: 'Reenie Beanie', cursive;
    color: #FFFFFF;
    font-size: 5.5 vw;
}

.owl-carousel .item .item-text p {
    width: 60%;
    margin-left: 20%;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.2 rem;
}

.owl-carousel .item .item-text a {
    display: inline-block;
    margin: 5px 0 20px 0;
    /* margin-top: 2vw; */
    padding: 9px 22px 7px;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.4);
    background: transparent;
    position: relative;
    top: 44%;
}

.owl-carousel .item .item-text a:hover {
    background: rgba(255,255,255,.2);
}

.owl-carousel .item .item-text a:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

.owl-controls {
    width: 100%;
}

#owl-slider .owl-controls {
    bottom: 0;
    position: absolute;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #000;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9) !important;
    filter: Alpha(Opacity=90) !important;/*IE7 fix*/
    opacity: 0.9 !important;
    width: 10px;
    height: 10px;
}

#owl-slider .owl-custom-navigation a {
    opacity: 0;
}

#owl-slider:hover .owl-custom-navigation a {
    opacity: 1;
}

.owl-custom-navigation a {
    font-family: 'icomoon';
    /*
     border: 2px solid rgba(255,255,255,.4);
     */
    border-radius: 99px;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    height: 38px;
    line-height: 35px;
    margin-top: -19px;
    margin-left: 40px;
    margin-right: 40px;
    position: absolute;
    top: 50%;
    width: 38px;
    background: transparent;
}

#owl-slider-lookbook .owl-custom-navigation{
    position: relative;
}

#owl-slider-lookbook .owl-custom-navigation a{
    top: 0;
    z-index: 1;
}

#owl-slider-lookbook .owl-custom-navigation a.prev{
    left: -15px;
}

#owl-slider-lookbook .owl-custom-navigation a.next{
    right: -15px;
}

#owl-slider-lookbook {
    margin-top: -30px;
}

#owl-slider-lookbook .owl-custom-navigation a.prev, #owl-slider-lookbook .owl-custom-navigation a.next {
    color: #868686;
    font-size: 16px;
}

#owl-slider-lookbook .owl-custom-navigation a.prev {
    margin-left: -12px;
}

#owl-slider-lookbook .owl-custom-navigation a.next {
    margin-right: -12px;
}

#owl-slider-lookbook .owl-custom-navigation a.prev:hover, #owl-slider-lookbook .owl-custom-navigation a.next:hover {
    background: none;
    color: #555555;
}

.owl-custom-navigation a:hover {
    background: rgba(255,255,255,.2);
    /*
     border: 2px solid rgba(255,255,255,.5);
     */
}

.owl-custom-navigation a.prev {
    font-size: 14px;
    left: 0;
    padding-top: 2px;
    text-indent: 10px;
}

.owl-custom-navigation a.next {
    font-size: 14px;
    right: 0;
    padding-top: 2px;
    text-indent: 12px;
}

.owl-custom-navigation a.prev:before {
    content: "\e646";
}

.owl-custom-navigation a.next:before {
    content: "\e647";
}

#owl-slider-products .owl-custom-navigation a {
    color: #000000;
}

#owl-slider-products .owl-custom-navigation a:hover {
    background: rgba(0,0,0,.2);
}

.owl-product-carousel {
    margin: 0 auto;
    max-width: 440px;
}

.owl-product-carousel .owl-carousel .item img {
    display: inline;
}

.owl-product-carousel .owl-controls {
    position: absolute;
    top: 50%;
}

.owl-product-carousel .owl-controls .owl-buttons div {
    font-family: 'icomoon';
    color: #FFFFFF;
    display: block;
    position: absolute;
}

.owl-product-carousel .owl-theme .owl-controls .owl-buttons div {
    background: none;
    border-radius: 0;
    padding: 0;
}

.owl-product-carousel .owl-controls .owl-buttons div a {
    font-size: 36px;
}

.owl-product-carousel .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}

.owl-product-carousel .owl-controls .owl-buttons .owl-next {
    right: -30px;
}

.owl-product-carousel .owl-controls .owl-buttons .owl-prev a:before {
    color: #878787;
    content: "\e644";
}

.owl-product-carousel .owl-controls .owl-buttons .owl-next a:before {
    color: #878787;
    content: "\e645";
}

.owl-product-carousel .small-image {
    cursor: pointer;
}

.owl-product-carousel .owl-custom-navigation{
    position: relative;
    z-index: 1;
}

.owl-product-carousel .owl-custom-navigation a{
    color: #787878;
    font-size: 36px;
    
    opacity: 0.6;
    padding: 0;
    text-indent: 0;
}

.owl-product-carousel .owl-custom-navigation a:hover{
    background: none;
}

.owl-product-carousel .owl-custom-navigation a.prev{
    margin-left: -30px;
}

.owl-product-carousel .owl-custom-navigation a.next{
    margin-right: -30px;
}

.owl-product-carousel .owl-custom-navigation a.prev:before {
    color: #878787;
    content: "\e644";
}

.owl-product-carousel .owl-custom-navigation a.next:before {
    color: #878787;
    content: "\e645";
}

.owl-product-carousel .owl-custom-navigation a.prev:hover{
    opacity: 1;
}

.owl-product-carousel .owl-custom-navigation a.next:hover{
    opacity: 1;
}

#owl-slider-lookbook p {
    color: #868686;
    font-size: 12px;
    margin-top: 25px;
}

/*
 * Aside Menu
 */

.left-off-canvas-menu, .left-submenu {
    background-color: #222222;
}

.left-off-canvas-menu .has-form {
    padding: 0.66667 rem;
}

.left-off-canvas-menu .has-form .icon-search {
    background: none repeat scroll 0 0 #444444;
    color: #999999;
    font-size: 0.99 rem;
    border: 0 none;
    margin: inherit;
}

.left-off-canvas-menu .has-form .icon-search:hover {
    background: none repeat scroll 0 0 #303030;
}

ul.off-canvas-list li label {
    padding: 0;
}

ul.off-canvas-list li a {
    text-transform: capitalize;
    font-size: 14px;
}

ul.off-canvas-list li a:hover {
    background-color: #292929;
}

/*
 * Icons
 */

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
}

.icon-arrow-right2 {
    font-size: 14px;
    vertical-align: sub;
}

.icon-twitter, .icon-facebook, .icon-facebook3, .icon-instagram, .icon-tumblr {
    color: #787878;
    font-size: 24px;
    vertical-align: text-top;
}

.icon-twitter.new-black, .icon-facebook.new-black, .icon-instagram.new-black {
	color: black;
	margin-right: 15px;
}

.icon-instagram:hover {
	color: #d10869;
}

.icon-twitter:hover {
    color: #2478ba;
}

.image_fb_share a .share_text{
    color: #878787;
    text-decoration: underline;
}

.image_fb_share a:hover .share_text{
    text-decoration: none;
}

.image_fb_share .icon-facebook3{
    font-size: 18px;
}

#facebook-share *:hover,
.icon-facebook:hover,
.image_fb_share:hover .icon-facebook3{
    color: #3a589d;
}

.icon-instagram: hover {
    color: #3b6994;
}

.icon-tumblr:hover {
    color: #37465d;
}

.icon-info {
    color: #878787;
}

a.delete {
    color: #e71d30;
}

.row.basket-head {
    margin: 20px 0 10px 0;
}

.row.basket-product p {
    font-size: 12px;
}

.column-title {
    margin: 6px 0 14px 0;
}

@media only screen and (max-width: 1024px) {
    .row.basket-product p {
        padding-top: 5px;
        margin: 0;
    }
}

.payment-cards {
    margin-top: 20px;
}

.payment-cards img {
    max-width: 245px;
}

.row.basket-product p select {
    margin-top: -20px;
    min-width: 60px;
    max-width: 60px;
}

.promo-comments p {
    font-size: 12px;
    margin: 0;
}

.promo-comments p:first-child {
    margin-bottom: 6px;
}

.basket-register input, .basket-login input {
    height: 21px;
    padding: 0 7px;
}

.basket-register input[type='checkbox'] {
    height: 12px;
}

.basket-register label, .basket-login label {
    color: #878787;
    padding: 0;
}

.terms-text {
    font-size: 12px;
    margin: 0 0 15px 0;
}

.accept-terms {
    font-size: 12px;
    margin: 20px 0 10px 0;
}

.small-prod-title {
    padding: 20px 0 10px 0;
}

.newcome span {
    text-align: center;
}

.newcome .item {
    padding: 0.5em;
}

.newcome .spacer {
    height: 2em;
    width: 100%;
}

.home-product-container{
    position: relative;
}

.home-product-container .home-product-image {
    display: block;
}

.home-product-container:hover .home-product-image {
    display: none;
}

.home-product-container .home-product-image-second {
    display: none;
}

.home-product-container:hover .home-product-image-second {
    display: block;
}

.product-container {
    min-height: 200px;
}

.product-container .product-image {
    display: block;
}

.product-container:hover .product-image {
    display: none;
}

.product-container .product-image-second {
    display: none;
}

.product-container:hover .product-image-second {
    display: block;
}

#comment-login-form-container{
    display: none;
}

/* SEARCH */

#search-autocomplete {
    position: relative;
    font-family: "ProximaNovaRegular", Tahoma, Verdana;
    font-size: 13px;
    line-height: 13px;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 2px 0 0 0;
    padding: 10px 1px;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 2px 2px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 2px 2px 5px rgba(68,68,68,0.6);
    box-shadow: 2px 2px 5px rgba(68,68,68,0.6);
    z-index: 300;
	max-height: 600px;
	overflow-y: auto;
    width: 315px;
}

#search-autocomplete li.search-autocomplete-category {
    position: relative;
    display: block;
    /* float: left; */
    width: 284px;
    height: 20px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #ffffff;
    font-family: "ProximaNovaSemibold", Tahoma, Verdana;
    text-transform: uppercase;
    margin: 1px 0;
    padding: 0 0 0 10px;
    background-color: #787878;
}

#search-autocomplete li.search-autocomplete-item {
    position: relative;
    display: block;
    width: 294px;
    height: 67px;
    padding: 0;
}

#search-autocomplete li.search-autocomplete-item a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 177px;
    height: 67px;
    color: #6D6D6D;
    font-size: 14px;
    line-height: 14px;
    font-family: "ProximaNovaRegular", Tahoma, Verdana;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 1px;
    padding: 1px 10px 1px 107px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
}

#search-autocomplete li.search-autocomplete-item.ui-state-focus a {
    color: #ffffff;
    background-color: #787878;
    border: 0;
}

/* NOTICE */
.notice-wrap {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 250px;
    z-index: 1402;
}

* html .notice-wrap {
    position: absolute;
}

.notice-item {
    position: relative;
    height: auto;
    min-height: 60px;
    background-color: #868686;
    color: #fff;
    width: 250px;
    font-family: "ProximaNovaRegular", Tahoma, Verdana;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 10px;
    margin: 0 0 12px 0;
    box-shadow: 0px 0px 6px #aaa;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
}

.notice-item.notice {
}

.notice-item.error {
    background-color: #ff0000;
    font-family: "ProximaNovaSemibold", Tahoma, Verdana;
}

.notice-item.success {
    background-color: #ffffff;
    color: #868686;
}

.notice-item-close {
    position: absolute;
    font-family: "ProximaNovaSemibold", Tahoma, Verdana;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#category > div {
    color: #777774;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

#category .icon-arrow-right2, #dynamic-filters .icon-arrow-right2, .static-filters .icon-arrow-right2 {
    font-size: 18px;
}

.level-1 {
    padding-left: 10px;
    /* background: url("../img/categories-filter-arrow.png") no-repeat scroll 15px center transparent; */

}

.level-2 {
    padding-left: 28px;
    /* background: url("../img/categories-filter-arrow.png") no-repeat scroll 25px center transparent; */
}

.dynamic-filters{
    padding: 0 20px;
}

#dynamic-filters .title,
.static-filters .title{
    color: #777774;
    font-size: 14px;
    padding: 5px 0 10px 10px;
    text-transform: uppercase;
}

#culoare-filter,
#marime-filter{
    display: inline-block;
    margin-top: 20px;
}

#culoare-filter .title,
#marime-filter .title{
    color: #777774;
    font-size: 14px;
    padding: 0 0 10px 10px;
}

#culoare-filter .title span,
#marime-filter .title span{
    font-size: 18px;
}

.listing-filters .filter-options-container .color-filter {
    position: relative;
    float: left;
    width: 22px;
    height: 18px;
    margin: 0 9px 9px 0;
    color: #707070;
    border: 1px solid #d5d4d4;
    cursor: pointer;
}

.listing-filters .filter-options-container .color-filter.selected {
}

.listing-filters .filter-options-container .color-filter.selected .selected {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 18px;
    height: 15px;
    background-image: url("../img/filter-over-selected.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.boot-size-container {
    max-width: 154px;
    text-align: center;
}

.static-filters.price{
    margin-top: 20px;
}

.static-filters {
    padding: 0 20px;
}

.price-range-label {
    display: inline-block;
    /* margin-top: 20px; */
    width: 100%;
}

.price-range-label span {
    color: #7F7F7C;
}

.price-range-min, .price-range-max {
    font-size: 14px;
    width: 60px;
}

.price-range-min {
    float: left;
}

.price-range-max {
    float: right;
}

.listing-filters .ui-slider {
    position: relative;
    text-align: left;
    border: 0;
    background-color: #dddddd;
    background-image: none;
    opacity: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 15px 0;
}
.listing-filters .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #707070;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.listing-filters .ui-slider .ui-slider-handle .hover {
    border: 1px solid #707070;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.listing-filters .ui-slider .ui-slider-range {
    position: absolute;
    background-color: #707070;
    background-image: none;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.listing-filters .ui-slider-horizontal {
    height: 8px;
}
.listing-filters .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -9px;
}
.listing-filters .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 8px;
}
.listing-filters .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.listing-filters .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.product-name {
    text-align: center;
}

.product-name a {
    font-size: 12px;
}

.product-price {
    font-size: 12px;
    text-align: center;
}

.product-price .mark{
    border-bottom: 1px solid #000000;
    top: -8px; /* Tweak this and the other top in equal, but opposite values */
    position: relative;
}

.product-price .offsetMark.old-price{
    font-size: 12px;
    position: relative;
    top: 8px; /* Tweak this and the other top in equal, but opposite values */
}

.sale-tag {
    position: absolute;
    top: 0;
    right: -1px;
    height: 60px;
    background-image: url("../img/tags/tag-side-line1.png");
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 2;
}

.sale-tag-gradient {
    position: relative;
    float: left;
    width: 20px;
    height: 18px;
    margin: 21px 0 0 0;
    background-image: url("../img/tags/tag-sale-gradient1.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.sale-tag-content {
    position: relative;
    float: left;
    width: auto;
    height: 18px;
    margin: 21px 0 0 0;
    padding: 0 5px 0 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    background-image: url("../img/tags/tag-sale-bkg1.png");
    background-position: top left;
    background-repeat: repeat-x;
}

.filters-pagination{
    margin-bottom: 40px;
    margin-top: 20px;
    height: 20px;
}

.filters-pagination-down{
    margin-top: 40px;
}

.pagination {
    position: relative;
}

.pagination div {
    position: relative;
    float: right;
}

.pagination .pagination-btn, .pagination .pagination-page {
    color: #787878;
    cursor: pointer;
    font-size: 10px;
    line-height: 18px;
    margin: 0 2px;
    padding: 0 4px;
    position: relative;
    text-transform: lowercase;
    /*
     background: #dddddd; /* for non-css3 browsers */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
    /*background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dddddd)); /* for webkit browsers */
    /*background: -moz-linear-gradient(left,  #ffffff,  #dddddd); /* for firefox 3.6+ */
}

.pagination .pagination-page {
    float: left;
    font-size: 12px;
    width: 10px;
    padding: 0;
    text-align: center;
}

.pagination-divider {
    color: #878787;
    font-size: 12px;
}

.pagination .pagination-page.current {
    color: #878787;
}

div.product-page-headline {
    background: url("../img/dashed-line.png") repeat-x scroll center center transparent;
    height: 10px;
}

.cart-details-promotional-code-form, #user-comments-field {
    display: none;
}

#discount-cart-item p{
    font-size: 12px;
}

.checkout-wrapper p{
    font-size: 14px;
}

.checkout-wrapper p.thank_you_message{
    font-size: 15px;
    margin-bottom: 28px;
}

.back_to_shopping{
    padding-top: 9px;
}

.back_to_shopping a{
    color: #878787;
    font-size: 15px;
    text-decoration: underline;
}

.back_to_shopping a:hover{
    text-decoration: none;
}

/* FORM VALIDATION */

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 101;
    cursor: pointer;
}

.formError .formErrorContent {
    width: 100%;
    background-color: #868686;
    color: #fff;
    width: 250px;
    font-family: "ProximaNovaRegular", Tahoma, Verdana;
    font-size: 11px;
    padding: 4px 10px;
    box-shadow: 0px 0px 6px #aaa;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    z-index: 101;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    box-shadow: 0px 2px 3px #aaa;
    -moz-box-shadow: 0px 2px 3px #aaa;
    -webkit-box-shadow: 0px 2px 3px #aaa;
    font-size: 0px;
    height: 1px;
    background: #868686;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}
.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd;
}
.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}
.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.user-account-listing-table {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .custom-valign {
        display: block;
        margin-top: 20px;
    }
}

.products-intro {
    color: #878787;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.title-info-orders {
    font-size: 12px;
}

.login-title, .no-account {
    color: #878787;
    font-size: 14px;
}

.login-title {
    margin-bottom: 20px;
}

#forgot-password-link, #create-account {
    color: #878787;
    text-decoration: underline;
}

#forgot-password-link:hover, #create-account:hover {
    color: #222222;
    text-decoration: none;
}

.row.register-newsletter {
    margin-top: 20px;
}

.listing-image {
    position: relative;
}

.listing-image .category-name {
    position: absolute;
    bottom: 28%;
    position: absolute;
    width: 100%;
}

.category-name h1 {
    color: #222222;
    font-family: CenturyGothicStd;
    font-size: 4.0 vw;
}

@media only screen and (max-width: 30em) {
    .category-name{
        display: none;
    }
}

.listing-image .category-name h1 {
    color: #ffffff;
}

#map_canvas {
    height: 470px;
    margin: 0 auto;
    width: 836px;
}

/* Popup filters */
.popup-wrap {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    outline: medium none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 503;
}

.popup-container:before {
    content: "";
    height: 100%;
}

.popup-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.popup-content {
    display: inline-block;
    margin-top: 30px;
    max-width: 100%;
    position: relative;
    text-align: left;
    z-index: 1045;
}

.lightbox-white {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    margin: 0 auto;
    max-width: 230px;
    padding: 0px position : relative;
    width: auto;
}

.popup-close {
    background: none repeat scroll 0 0 #999999;
    border: 1px solid #cccccc;
    color: #ffffff;
    font-size: 18px;
    height: 21px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    width: 20px;
}

.popup-close:hover {
    background: #adadad;
    border-left: none;
}

.white h1, .white p, .owl-carousel .item .item-text.white a {
    color: #FFFFFF !important;
}

.owl-carousel .item .item-text.white a {
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.owl-carousel .item .item-text.white ahover {
    background: rgba(255,255,255,.2);
}

.page-content {
    margin-top: 50px;
}

.brand-content {
    margin: -20px 0 0 0;
}

.brand-address {
    margin: 10px 0 70px 0;
}

.contact-content p,
.brand-content p, .brand-address p {
    color: #868686;
    font-size: 12px;
    line-height: 18px;
}

.brand-address p {
    margin-bottom: 10px;
}

.brand-content {
    margin-bottom: 20px;
}

.terms-content {
    margin-top: -40px;
}

.terms-content h3, .terms-content p, .terms-content ul li {
    font-size: 12px;
    line-height: 17px;
}

.terms-content h3 {
    color: #000000;
    font-family: 'CenturyGothicStd', sans-serif, Arial;
    text-decoration: underline;
}

.terms-content p {
    margin-bottom: 12px;
}

.terms-content ul {
    margin: 0 0 12px 0;
}

.terms-content ul li {
    list-style: none;
}

.guide-content p{
    margin: 0 0 18px 0;
}

.guide-content p,
.guide-content ul{
    color: #878787;
    font-size: 12px;
}

.guide-content ul{
    list-style: none;
    line-height: 15px;
    margin: 0 0 20px 0;
}

.guide-content img{
    margin-bottom: 18px;
}

.guide-content table{
    border: none;
}
.guide-content table th,
.guide-content table td{
    color: #878787;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px 0 0;
}

.guide-content table tr{
    background: none;
}

.popup_newsletter {
    max-height: 600px;
    max-width: 600px;
}

.popup_newsletter h3 {
    font-size: 36px;
    margin: 0;
}

.popup_newsletter p {
    font-size: 18px;
    line-height: 23px;
    margin: 30px 0 55px 0;
}

.popup_newsletter .inner-wraper {
    padding: 56px;
}

.popup_newsletter input, .popup_newsletter a {
    border: 1px solid #000000 !important;
    height: 22px;
    margin: 0;
    padding: 0;
}

.popup_newsletter input {
    max-width: 250px;
}

.popup_newsletter a {
    background: none;
    color: #000000;
    line-height: 18px !important;
    width: 36px;
}

.popup_newsletter input.placeholder-center::-webkit-input-placeholder {/* WebKit browsers */
    color: #000000;
}

.popup_newsletter input.placeholder-center:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: #000000;
}

.popup_newsletter input.placeholder-center::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: #000000;
}

.popup_newsletter input.placeholder-center:-ms-input-placeholder {/* Internet Explorer 10+ */
    color: #000000;
}

.upload_user_img{
    margin-top: 24px;
}

.uploads_container {
    position: relative;
    text-align:center;
}

.user_upload{
    display: inline-block;
    margin: 18px 2px 0 2px;
    max-width: 221px;
}

.upload_image a{
    color: #878787;
    text-decoration: underline;
}

.upload_image a:hover{
    text-decoration: none;
}

.uploads_container .user_name_small{
    color: #000000;
}

.uploads_container .user_name{
    color: #000000;
    padding-right: 5px;
}

.image_comments{
    padding: 5px;
}

.image_operations{
    margin-top: 3px;
}

.like img{
    margin-left: 5px;
}

.like img,
.comment-toggle img{
    cursor: pointer;
}

.like a{
    color: #878787;
}

.like img.like_image{
    background: url("../img/like.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 14px;
    width: 16px;
}

.like img.like_image.active{
    background: url("../img/like_checked.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.like:hover img.like_image{
    background: url("../img/like_checked.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.like:hover img.like_image.active{
    background: url("../img/like.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.comment-toggle img{
    margin-left: 9px
}

.comment-toggle a{
    color: #878787;
}

.like a span,
.comment-toggle a span{
    text-decoration: underline;
}

.like a:hover span,
.comment-toggle a:hover span{
    text-decoration: none;
}

#image-upload-field .uploader{
    display: inline-block;
}

#image-upload-field .uploader span.filename{
    background-position: 0 -297px;
    background-image: url("../img/uniform/sprite.png");
    background-repeat: no-repeat;
    border-right: 1px solid #bbb;
    color: #777777;
    cursor: default;
    display: block;
    float: left;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    margin: 2px 0 2px 2px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    width: 100px;
    white-space: nowrap;
}

#image-upload-field .image-upload{
    border: medium none;
    bottom: 0;
    cursor: default;
    float: right;
    height: 25px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#image-upload-field .uploader span.action{
    background-color: #fffffff;
    background-image: url("../img/uniform/sprite.png");
    background-position: right -410px;
    background-repeat: no-repeat;    
    cursor: pointer;
    color: #4d4d4d;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    float: left;
    height: 25px;
    line-height: 28px;
    margin-top: 3px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fffffff;
    width: 100px;
}

#image-upload-field .uploader span.action:hover{
    color: #5d5d5d;
    background-position: right -494px;
}

#ProductViewForm .upload-message.error{
    color: #bd1e1e;
}

#ProductViewForm .upload-message.success,
.image-comment-success{
    color: #00b700;
}

#product-images{
    clear: both;
    list-style-type: none;
    margin: 10px 0 0 0;
    position: relative;
    width: 100%;
}

#product-images .product-image{
    background-color: #f0f0f0;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 100px;
}

#product-images .product-image .remove-button{
    background-position: 15px 50%;
    cursor: pointer;
    margin: 0;
    padding: 0px 5px 2px 35px;
    width: 60px;
}

#ProductViewForm{
    margin-top: 10px;
}

#ProductViewForm .size-info{
    padding-top: 5px;
}

#ProductViewForm .remove-button{
    background-image: url("../img/admin/remove-icon.png");
}

#ProductViewForm .add-button, #ProductViewForm .remove-button, #ProductViewForm .edit-button, #ProductViewForm .misc-button{
    background-position: 7px center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 2px 5px;
    padding: 2px 5px 2px 25px;
    position: relative;
}

#ProductViewForm .thumb{
    cursor: move;
}

#ProductViewForm .save-user-image,
.user-upload-form-container,
.user-image-comment-form-container{
    display: none;
}

textarea.image_comment{
    font-size: 14px;
    margin-bottom: 0;
    max-width: 185px; 
}

img.wait-for-upload{
    display: none;
}

.user-upload-login-form table{
    margin: 10px auto 0;
}

.user-upload-login-form table a{
    color: #787878;
}

.user-upload-login-form table a:hover{
    color: #222222;
}

.clear{
    clear: both;
}

.first-image-widget-title,
.second-image-widget-title
{
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.second-image-widget-title{
    margin-bottom: 12px;
}

.image-widget-title{
    font-size: 12px;
    margin: 0;
}

a.user-login-comment-create{
    color: #787878;
}

a.user-login-comment-create:hover{
    color: #222222;
}

.comments-item .name{
    color: #000000;
}

h1.product_title{
    font-family: "CenturyGothicStd", ​sans-serif,​ Arial;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.product_page_banner{
    margin-top: 20px;
}