@font-face {
    font-family: "dejavu";
    src: url("/static/fonts/DejaVuSans-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dejavu-medium";
    src: url("/static/fonts/DejaVuSansCondensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-size: 100%;
    background: #FFFFFF;
    font-family: 'dejavu', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*overflow-x: hidden;*/
}

* {
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1023px) {
    #body-wrapper {
        overflow: hidden;
        overflow-y: scroll!important;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 359px) {
    .social-right {
        margin-left: 0!important;
        margin-top: 5px;
    }
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

a {
    color: black;
}

body a:hover {
    text-decoration: none;
}

.carousel {
    overflow: hidden;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-indicators li {
    opacity: 0.3;
}

/*-- header --*/
/*.header-grid-left ul li a, .new-collections-grid1-image-pos a, .new-collections-grid1 h4 a, .login a, .register-home a, .checkout-right-basket a, .bootstrap-tab-text-grid-right ul li a, .occasion-cart a, input[type="submit"], .mail-grid-right1 ul li a, .categories ul li a, .new-products-grid-right-add-cart p a, .new-products-grid-right h4 a, .products-right-grid1-add-cart p a, .timer-grid-left h3 a, .new-collections-grid1-left p a, .copy-right p a, .footer-grid-sub-grid-right h4 a, input[type="submit"], .footer-grid ul li a {*/
/*transition: .5s ease-in-out;*/
/*-webkit-transition: .5s ease-in-out;*/
/*-moz-transition: .5s ease-in-out;*/
/*-o-transition: .5s ease-in-out;*/
/*}*/

.header-grid {
    padding: 0.1em 0;
    border-bottom: 1px solid #281700;
    background: #1e1000;
    font-size: 13px;
}

.header-grid .inactive {
    color: lightgrey;
}

.header-grid a {
    color: white;
    padding-right: 15px;
}

.header-grid a:last-of-type {
    padding-right: 0;
}

@media screen and (min-width: 992px ) {
    .right-header-links {
        text-align: right;
    }

}

.logo-nav {
    padding: 0;
    position: relative;
}

@media screen and (max-width: 480px) {
    .logo-nav {
        min-height: 48px;
    }
}

.header-grid-left {
    float: left;
}

.header-grid-left ul li {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 1em;
}

.header-grid-left ul li i {
    left: -.5em;
}

.header-grid-left ul li a {
    text-decoration: none;
    color: #999;
}

.header-grid-left ul li a:hover {
    color: #1e1000;
}

.header-grid-right {
    float: right;
    margin-top: 7px;
    display: inline-block;
}

ul.social-icons li {
    display: inline-block;
    margin: 0px 1px;
}

ul.social-icons li:last-of-type {
    margin-right: 0;
}

ul.social-icons li a.facebook {
    background: url("/static/images/facebook.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.vk {
    background: url("/static/images/vk.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.youtube {
    background: url("/static/images/youtube.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.g {
    background: url("/static/images/google-plus.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.instagram {
    background: url("/static/images/instagram.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.e-mail {
    background: url("/static/images/email.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.pinterest {
    background: url("/static/images/pinterest.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

/* white social icons */

ul.social-icons li a.facebook.white {
    background: url("/static/images/facebook_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.vk.white {
    background: url("/static/images/vk_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.youtube.white {
    background: url("/static/images/youtube_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.g.white {
    background: url("/static/images/google-plus.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.instagram.white {
    background: url("/static/images/instagram_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.e-mail.white {
    background: url("/static/images/email_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

ul.social-icons li a.pinterest.white {
    background: url("/static/images/pinterest_white.svg") no-repeat center;
    display: block;
    width: 25px;
    height: 25px;
}

.logo-nav-left {
    float: left;
    display: block;
    width: 165px;

}

.footer-logo img {
    width: 250px;
    margin: auto;
}

@media (max-width: 1000px) {
    .logo-nav-left {
        width: 115px;
    }
}

@media (max-width: 768px) {
    .logo-nav-left {
        width: 126px;
    }

    .footer-logo img {
        width: 160px;
    }
}

@media (max-width: 600px) {
    .logo-nav-left {
        width: 100px;
    }
}

.logo-nav-left h1 a {
    font-size: 1.5em;
    color: #222;
    text-decoration: none;
}

.logo-nav-left h1 a span {
    display: block;
    font-size: .2em;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #222222;
    padding-left: .3em;
}

.logo-nav-left1.in-overlay {
    float: left;
}

.logo-nav-left1:not(.in-overlay) {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo-nav-left1 ul li a {
    font-size: .875em;
    color: #222;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.logo-nav-left1 ul li.active a.act {
    color: #1e1000 !important;
}

.multi-column-dropdown li a {
    color: #999 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #1e1000;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

ul.multi-column-dropdown h6 {
    font-size: 1.5em;
    color: #222222;
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
    text-transform: capitalize;
}

.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #999 !important;
    white-space: normal;
    font-weight: 500 !important;
}

.dropdown-menu.columns-3 {
    min-width: 220px;
    padding: 15px 20px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    color: #1e1000 !important;
}

.navbar-nav > li > a {
    padding: 15px 18px 0;
}

.search-box {
    margin-top: .6em;
}

/*start search*/
.sb-search {
    position: absolute;
    right: 25%;
    width: 0%;
    min-width: 50px;
    margin: 0;
    height: 50px;
    float: none;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    background: none;
}

.sb-search-input {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    outline: none;
    background: #F5F5F5;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    font-size: 14px;
    color: #999;
    padding-left: 1em;
    padding-right: 4em;
}

.sb-search-input::-webkit-input-placeholder {
    color: #999;
}

.sb-search-input:-moz-placeholder {
    color: #999;
}

.sb-search-input::-moz-placeholder {
    color: #999;
}

.sb-search-input:-ms-input-placeholder {
    color: #999;
}

.sb-icon-search, .sb-search-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff url(../images/img-sp.png) no-repeat 7px -91px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    background: #e8e8e8 url(../images/img-sp.png) no-repeat 7px -91px;
    z-index: 90;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 42%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #fff url(../images/img-sp.png) no-repeat 7px -91px;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*-- search-ends --*/
.header-right {
    float: right;
    margin-top: 5px;
    width: 14%;
}

.box_1 {
    float: right;
    margin-top: 5px;
}

.box_1 h3 {
    color: #1e1000;
    font-size: 1em;
    margin: 0;
}

.total {
    display: inline-block;
    vertical-align: middle;
}

.box_1 a img {
    margin: 3px 0 0 0px;
}

.box_1 p {
    margin: 0;
    color: #999;
    font-size: 14px;
}

a.simpleCart_empty {
    color: #212121;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}

/*-- //header --*/
/*-- banner --*/
.banner {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 700px;
}

.banner-info h3 {
    font-size: 5em;
    color: #fff;
    margin: 0;
}

.banner-info {
    text-align: center;
}

.banner-info h4 {
    font-size: 3em;
    color: #fff;
    margin: 0em 0 0 7.5em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.banner-info h4 span {
    padding: 0.8em .9em;
    background: #1e1000;
    border-radius: 100%;
    display: inline-block;
}

.banner-info h4 span i {
    display: block;
}

.banner-info1 p {
    font-size: 2em;
    color: #fff;
    margin: 0;
    line-height: 1.8em;
    width: 65%;
}

.products, .single, .mail {
    padding: 1em 0 2em 0 !important;
}


/* Discount labels */
.price-crossed {
    text-decoration: line-through;
    opacity: 0.5;
    display: block;
}


.discount-label {
    z-index: 100;
    padding: 6px;
    position: absolute;
    top: 17%;
    right: 12%;
    width: 65px;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 4px 0;
}

.discount-label:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}

.discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
}


.discount-label span {
    color:#ffffff;
    font-size:20px;
    text-align:center;
}

.discount-label-category {
    width: 40px;
    padding: 2px;
}
.discount-label-category:after {
    border-width: 13px;
    top: 75%;
}
.discount-label-category:before {
    top: 40%;
    width: 5px;
    height: 5px;
}
.discount-label-category span {
    font-size: 14px;
}



.red{
    background-color:#E80707;
}

.red:after{
    border-right-color: #E80707;

}


.blue{
    background-color:#1883DB;
}
.blue:after{
    border-right-color: #1883DB;
}

.green{
    background-color:#16B516;
}

.green:after{
    border-right-color: #16B516;
}

.yellow{
    background-color:#feaa00;
}

.yellow:after{
    border-right-color: #feaa00;
}

.gray{
    background-color:#737373;
}

.gray:after{
    border-right-color: #737373;
}

.black{
    background-color:#000;

}

.black:after{
    border-right-color: #000;
}

/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
    padding: 0;
}

.banner-bottom-grid-left {
    float: left;
    width: 33.1%;
}

.banner-bottom-grid-left1 {
    float: left;
    width: 32.5%;
    margin: 0 1em;
}

.banner-bottom-grid-right {
    float: left;
    width: 31.5%;
}

.left1-grid:nth-child(2) {
    margin: 1em 0 0;
}

.grid-left-grid1 {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.grid-left-grid1, .banner-bottom-grid-left-grid1 {
    position: relative;
    width: 100%;
}

.grid-left-grid1:hover img, .products-right-grids-position:hover img, .timer-grid-right1:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.grid-left-grid1 img, .products-right-grids-position img, .timer-grid-right1 img {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.grid-left-grid1-pos {
    position: absolute;
    bottom: 14%;
    left: 2%;
    width: 90%;
    text-align: center;
    text-transform: capitalize;
}

.grid-left-grid1-pos p {
    font-size: 2em;
    color: #fff;
    margin: 0;
}

.grid-left-grid1-pos p span {
    display: block;
}

.banner-bottom-grid-left1-pos {
    position: absolute;
    top: 36%;
    left: 3%;
    width: 90%;
}

.banner-bottom-grid-left1-pos p {
    font-size: 2em;
    color: #fff;
    margin: 0;
}

.banner-bottom-grid-left1-position {
    position: absolute;
    top: 6%;
    left: 3%;
    width: 94%;
    height: 89%;
    padding: 1em;
    border: 1px solid #fff;
}

.banner-bottom-grid-left1-pos1 {
    padding: 1.8em;
    background: rgba(0, 0, 0, 0.22);
}

.banner-bottom-grid-left1-pos1 p {
    font-size: 2em;
    color: #fff;
    margin: 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0;
    min-width: 376px;
    max-width: 480px;
    max-height: 470px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
}

.grid figure h3 span {
    color: #1e1000;
}

.grid figure h3 i {
    display: block;
    font-style: normal;
    font-size: .5em;
    line-height: 0.5;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.grid figure h3,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h3 {
    position: relative;
    padding: 0.5em 0 1em;
    font-size: 2em;
    line-height: 1.5em;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0.4em 1em;
    background: #fff;
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-dealer .modal-footer {
    border-top: 0;
    padding-right: 0;
    margin-top: -50px;
}

.example {
    color: #999;
    margin-top: 10px;
    display: block;
    font-size: small;
}

.modal-dealer .logo-nav {
    margin: -10px 20px -30px 20px;
}

.modal-close {
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5em 1em;
    border: 1px solid black;
    cursor: pointer;
    background: white;
}

.modal-close:hover {
    background: #1e1000;
    border: 1px solid transparent;
    color: white;
}

.modal-dialog {
    background: black;
    padding: 1px;
    position: relative;
}

.modal-dialog:before, .modal-dialog:after {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% - 100px);
    background: white;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.modal-dialog:before {
    left: 0;
}

.modal-dialog:after {
    right: 0;
}

.modal-content {
    border-radius: 0;
    margin: 1px !important;
}

.modal-header.subscribe {
    border-bottom: none;
}

.modal-body {
    padding: 25px;
}

.ekko-lightbox .modal-footer {
    text-align: center !important;
    padding: 5px !important;
}

.ekko-lightbox .modal-footer a {
    font-size: 14px;
    color: #bababa;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em 1em;
    line-height: 2.5em;
    border: 1px solid #bababa;
    cursor: pointer;
}

.ekko-lightbox .modal-footer a:hover {
    background: #1e1000;
    border: 1px solid transparent;
    color: white;
}

/*-----------------*/
/*-- //banner-bottom --*/
/*-- new-collections --*/
.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3, .lookbook h3, .collection h3 {
    text-align: center;
    color: #222;
    margin: 0;
    position: relative;
    font-size: 3em;
}

.new-collections h3:before, .new-collections h3:after, h3.title:before, h3.title:after, .login h3:before, .login h3:after, .register h3:before, .register h3:after {
    position: absolute;
    top: 50%;
    width: 15%;
    height: 1px;
    background: #D5D5D5;
    content: '';
}

.new-collections h3:before, .single-related-products h3:before {
    left: 17%;
}

h3.title:before, .login h3:before {
    left: 22%;
}

.new-collections h3:after, .single-related-products h3:after {
    right: 17%;
}

h3.title::after, .login h3:after {
    right: 22%;
}

p.est {
    width: 60%;
    margin: .5em auto 0 !important;
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500 !important;
}

.new-collections-grid {
    padding: 0;
}

.new-collections-grids {
    /*margin: 3em 0 0;*/
}

.new-collections-grid1 {

}

.new-collections-grid1 img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.new-collections-grid1 video {
    max-width: 800px;
    max-height: 411px;
}

.new-collections-grid1 h4 a {
    font-size: .7em;
    color: #222;
    margin: 1em 0 .3em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

.new-collections-grid1 h4 a:hover {
    color: #1e1000;
}

.new-collections-grid1 p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin: 0 0 .5em;
}

.grayscale {
    filter: none;
    transition: filter 0.3s linear;
}

.new-collections-grid1.grayscale:hover {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url("/static/images/grayscale.svg"); !* Firefox 4+ *!*/
    filter: gray; /* IE 6-9 */
    /*-webkit-filter: sepia(1) hue-rotate(221deg);*/
    /*filter: sepia(1) hue-rotate(221deg);*/
}

.new-collections-grid1-left p a, .occasion-cart a {
    font-size: 14px;
    color: #bababa;
    border: 1px solid #bababa;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: .2em 3.5em;
    max-width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.new-collections-grid1-left p i {
    color: #999;
    position: relative;
    font-style: normal;
    font-size: 14px;
}

.new-collections-grid1-left p span {
    margin: 0 1em 0 .5em;
}

.new-collections-grid1-left p i:before, .products-right-grid1-add-cart p i:before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -26%;
    position: absolute;
    right: -20%;
    top: 54%;
    transform: rotate(-8deg) translate(0, -50%);
    -moz-transform: rotate(-8deg) translate(0, -50%);
    -webkit-transform: rotate(-8deg) translate(0, -50%);
}

.new-collections-grid1-left p {
    margin: 0 !important;
    text-transform: capitalize;
    color: #000;
    font-size: 1.2em !important;
}

.new-collections {
    background: #FFFFFF;
    padding-top: 0;
}

.rating-left {
    float: left;
}

.new-collections-grid1-left p a:hover, .occasion-cart a:hover, .products-right-grid1-add-cart p a:hover, .new-products-grid-right-add-cart p a:hover {

    background: rgba(30, 16, 0, 0.03);
    color: black;
}

.new-collections-grid1-left {
    margin: 1.5em 0 .8em;
}

.new-collections-grid1-right {
    position: absolute;
    bottom: 29%;
    left: 30%;
    display: none;
    z-index: 999;
}

.new-collections-grid1-right-rate {
    left: 44% !important;
}

.new-collections-grid1:hover .new-collections-grid1-right {
    display: block;
}

.rating-left img {
    margin: .3em 0.1em 0;
}

.collection {
    margin-top: 10px;
}

.new-collections-grid1:nth-child(2) {

}

.new-collections-grid1 {
    position: relative;
}

/*.new-collections-grid1:before {*/
/*content: "";*/
/*position: absolute;*/
/*width: 0%;*/
/*height: 100%;*/
/*left: 50%;*/
/*top: 0;*/
/*background:rgba(255, 255, 255, 0.0);*/
/*transition: all 0.3s ease;*/
/*z-index: 3;*/
/*}*/

.index.wide:nth-last-of-type(3), .index.wide:nth-last-of-type(2), .index.wide:last-of-type {
    border: none;
}

.new-collections-grid1:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-image:not(.zoom-available):hover {
    position: relative;
    border: none;
    text-align: center;
}

.product-image {
    width: 100%;
}
.custom-image {
    width: 80%!important;
    position: absolute;
    left: 60px;
    top: -120px;
}

/* Loading spinner */
.loading-spinner {
    display: inline-flex;
    max-height: 32px;
    min-width: 105px;
}

.lds-ring {
  display: block;
  position: relative;
  width: 17px;
  height: 16px;
  margin: 0 auto;
}
.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 1px;
  border: 1px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.new-collections-grid1-image.grid-300 {
    height: 150px;
    overflow: hidden;
    margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
    .new-collections-grid1-image.grid-300 {
     height: 110px;
    }
}
@media screen and (max-width: 320px) {
    .new-collections-grid1-image.grid-300 {
     height: 90px;
    }
}

.new-collections-grid1-image {
    position: relative;
    overflow: hidden;
}

.new-collections-grid1-image:not(.preview):before, .new-collections-grid1-image:not(.preview):after {
    content: '';
    background: white;
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.new-collections-grid1-image:before {
    left: 0;
}

.new-collections-grid1-image:after {
    right: 0;
}

.new-collections-grid1-image-pos {
    position: absolute;
    top: 80%;
    text-align: center;
    width: 100%;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    z-index: 9999;
    display: none;
}

.new-collections-grid1-image-pos a {
    padding: 10px 20px;
    color: #fff;
    background: #1e1000;
    border: 1px solid white;
    text-decoration: none;
    font-size: 14px;
}

/*.new-collections-grid1:hover .new-collections-grid1-image-pos {*/
/*display: block;*/
/*}*/

.new-collections-grid1:hover .simpleCart_shelfItem a {
    opacity: 1;
}

.new-collections-grid1-image-pos a:hover {
    background: #9e2234;
}

.new-collections-grid1-image-pos1 {
    left: 41% !important;
}

.new-collections-grid1-sub {
    float: left;
    width: 48.5%;
}

.new-collections-grid1-sub:nth-child(2) {
    margin-left: 1em;
}

.new-collections-grid-sub-grids {
    margin: 1em 0 0;
}

.new-one {
    position: absolute;
    top: 0%;
    right: 0%;
    padding: .1em .5em;
    background: #1e1000;
}

.new-one p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/*-- //new-collections --*/
/*-- collections-bottom --*/

.collections-bottom-grid {
    border: 4px double #212121;
    padding: 2em;
    width: 50%;
    margin-left: 4em;
}

.collections-bottom-grid h3 {
    font-size: 3em;
    color: #fff;
    margin: 0;
    line-height: 1.3em;
    font-family: 'Cabin', sans-serif;
}

.collections-bottom-grid h3 span {
    display: block;
    color: #212121;
}

.newsletter {
    padding: 2em;
    background: #F7F7F9;
    text-align: center;
}

.newsletter h3 {
    font-size: 2em;
    color: #222;
    margin: 0;
}

.newsletter p {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: .5em 0 2em;
}

.newsletter form {
    width: 60%;
    margin: 0 auto;
}

.newsletter input[type="email"] {
    outline: none;
    padding: 10px 10px 10px 35px;
    background: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    color: #999;
    width: 74%;
}

.newsletter input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #1e1000;
    border: none;
    font-size: 1em;
    color: #fff;
    width: 17%;
    margin-left: 2em;
}

.newsletter input[type="submit"]:hover {
    background: #1e1000;
}

.newsletter form span {
    left: 1.5em;
    color: #1e1000;
    top: 0.1em;
}

.col-md-3.new-collections-grid {
    padding: 20px;
}

.collection-bottom-margin {
    margin-bottom: 3em;
}

/*-- //collections-bottom --*/
/*-- footer --*/
.footer {
    background: #1e1000;
    padding: 3em 0;
    margin: auto auto 0 auto;
    width: 100%;
    height: 323px;
}

@media screen and (max-width: 992px)  {
    .footer {
        height: auto;
    }
}

.footer-push {
    min-height: calc(100vh - 323px);
    margin-bottom: 2em;
}

.footer-grid h3 {
    font-size: 1.1em;
    color: #fff;
    margin: 0 0 1em;
    position: relative;
    padding-bottom: .5em;
}

.footer-grid h3:before {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 30%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid a.bold {
    font-family: dejavu-medium;
}

.footer-grid p,.footer-grid a {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin: 0;
    text-decoration: none;
}

.footer-grid p span {
    display: block;
    margin: 1em 0 0;
}

.footer-grid ul li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #999;
    font-size: 10px;
}

.footer-grid ul li i {
    color: #999;
    border: 1px solid #999;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
}

.footer-grid ul li span {
    display: block;
    margin-left: 3em;
}

.footer-grid ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-grid-left {
    float: left;
    width: 33.33%;
    padding: .3em;
}

.footer-grid-sub-grid-left {
    float: left;
    width: 30%;
}

.footer-grid-sub-grid-right {
    float: right;
    width: 62%;
}

.footer-grid-sub-grid-right h4 a {
    text-transform: capitalize;
    font-size: 1em;
    line-height: 1.5em;
    color: #999;
    text-decoration: none;
}

.footer-grid-sub-grid-right h4 a:hover {
    color: #fff;
}

.footer-grid-sub-grid-right p {
    margin: .5em 0 0;
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
}

.footer-grid-sub-grids:nth-child(3) {
    margin: 1em 0 0;
}

.footer-logo {
    text-align: center;
    margin: 1em 0;
}

.footer-logo h2 a {
    font-size: 2em;
    color: #575757;
    text-decoration: none;
    position: relative;
}

.footer-logo h2 {
    position: relative;
}

.footer-logo h2 a span {
    display: block;
    font-size: .2em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.footer-logo h2:before, .footer-logo h2:after {
    content: '';
    width: 36%;
    height: 4px;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    position: absolute;
    top: 60%;
}

.footer-logo h2:before {
    left: 0%;
}

.footer-logo h2:after {
    right: 0%;
}

.copy-right p {
    text-align: center;
    color: #999;
    margin: 0;
    line-height: 1.5em;
    font-size: 0.8em;
}

.copy-right p a {
    color: #fff;
    text-decoration: none;
}

.copy-right p a:hover {
    color: #999;
}

/*-- //footer --*/
/*-- timer --*/
.timer-grid-left h3 a {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #212121;
    margin: 0;
    line-height: 1.5em;
    text-decoration: none;
}

.timer-grid-left h3 a:hover {
    color: #1e1000;
}

.timer-grid-left-price h4 {
    color: #999;
    font-size: 14px;
    margin: 1em 0 2em;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

.timer-grid-left h3 {
    margin: 0 0 0.5em;
}

/* ---------- TIMER ---------- */
#counter {
    height: 125px;
    font-size: 40px;
    color: #212121;
    overflow: hidden;
}

.countHours, .countDays, .countMinutes {
    border-right: 1px solid #E3E3E3;
}

.countDays, .countHours, .countMinutes, .countSeconds {
    display: inline-block;
    padding: 0.5em 0;
}

.points {
    float: left;
    width: 40px;
    margin: 0;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 138px;
    text-shadow: none;
    color: #999;
    display: none;
}

.boxName {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    clear: both;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

/* ---------- /TIMER ---------- */
.timer-grid-right {
    padding: 1em;
    background: #F7F7F9;
    position: relative;
}

.timer-grid-right-pos {
    position: absolute;
    top: 0%;
    right: 0%;
}

.timer-grid-right-pos h4 {
    padding: .3em 1em .5em;
    background: #1e1000;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
}

.logo-near-links {
    padding-left: 20px;
    display: inline-block;
    width: inherit;
}

.logo-near-links a {
    color: black;
}

.logo-near-links a.active {
    border-bottom: 1px solid #1e1000;
    padding-left: 0px;
    color: #1e1000;
}

@media screen and (max-width: 768px) {
    .logo-near-links {
        display: none;
    }
}

.logo-nav > a {
    display: inline-block;
    line-height: 0;
}

@media screen and (min-width: 481px) {
    .logo-nav > a {
        margin-top: 7px;
    }
}

@media screen and (max-width: 480px) {
    .logo-nav > a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.logo-nav-left-link {
    display: inline-block;
    color: black;
    padding-left: 20px;
    line-height: 32px;
}

/*-- //timer --*/
/*-- products --*/
.main-content {
    margin-top: 20px;
}

.breadcrumbs {
    padding: 3px 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.breadcrumb1 {
    padding: 0;
    margin: 0;
}

.breadcrumb1 li {
    font-size: 1em;
    color: #999;
    width: 12%;
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
}

.breadcrumb1 li a {
    color: black;
    text-decoration: none;
}

.breadcrumb1 li span {
    left: 0em;
    padding-right: 1em;
    color: #1e1000;
}

.breadcrumb {
    background: none;
}

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

.sorting {
    float: right;
    width: 35%;
}

.sorting-left {
    float: right;
    margin-right: 2em;
    width: 25%;
}

select#country, select#country1 {
    border: 1px solid #212121;
    outline: none;
    font-size: 14px;
    color: #212121;
    padding: 0.5em;
    width: 100%;
    cursor: pointer;
}

.products-right-grids {
    margin-bottom: 2em;
}

.products-right-grids-bottom {
    background: #FFFFFF;
}
.products-right-grids-bottom .product {
    min-height: 190px;
}
.products-right-grids-bottom .product a {
    white-space: normal;
    text-overflow: initial;
}

.products-right-grid1 {
    text-align: center;
}

.products-right-grid1-add-cart p i {
    color: #999;
    position: relative;
    font-style: normal;
    font-size: 14px;
}

.products-right-grid1-add-cart p, .new-products-grid-right-add-cart p {
    margin: 0 !important;
    text-transform: capitalize;
    color: #000;
    font-size: .9em !important;
}

.products-right-grid1-add-cart p a, .new-products-grid-right-add-cart p a {
    font-size: 14px;
    color: #bababa;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0em 1em;
    border: 1px solid #bababa;
    cursor: pointer;
    line-height: 20px;
}

.products-right-grid1-add-cart p a {
    display: block;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.products-right-grid1-add-cart p span {
    /*margin-left: 1em;*/
}

.products-right-grid1:hover:before {

}

.products-right-grid1:before {

}

.products-right-grids-pos {
}

.products-right-grids-pos-right {
    bottom: 35% !important;
    left: 26% !important;
}

.products-right-grids-bottom-grid {
    padding-left: 0;
}

.products-right-grid1 {
    margin: 1em 0 3em 0;
    height: 230px;
}

.discount-margin {
    margin-bottom: 3em!important;
}

.numbering {
    text-align: right;
}

ul.paging {
    margin: 4em auto 0;
}

.paging > .active > a, .paging > .active > a:hover {
    background-color: #1e1000;
    border-color: #EDB62B;
}

.pagination > li > a {
    color: #212121;
}

.categories, .new-products {
    border: 1px solid #999;
}

.categories {
    margin: 0;
}

.categories h3, .filter-price h3, .new-products h3 {
    font-size: 1.5em;
    color: white;
    margin: 0;
    padding: .5em;
    background: #1e1000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

.scrollmenu-container:after {
    content: '';
    display: inline-block;
    position: relative;
    float: right;
    width: 46px;
    height: 33px;
    background-image: url("/static/images/category-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -31px;

}

div.scrollmenu a {
    display: inline-block;
    color: #333333;
    text-align: center;
    padding: 3px 14px;
    text-decoration: none;
}

div.scrollmenu a:first-of-type {
    padding-left: 0;
}

div.scrollmenu a:last-of-type {
    padding-right: 40px;
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 768px) {
    div.scrollmenu {
        padding-left: 55px;
    }
}

.lookbook {
    /*margin-bottom: 3em;*/
}

.lookbook-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.lookbook-thumb {
    display: block;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}

.ekko-lightbox .modal-header {
    display: none;
}

.ekko-lightbox .modal-body {
    padding: 0px;
}

.simpleCart_shelfItem.products-right-grid1-add-cart {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 400px) {
    .simpleCart_shelfItem.products-right-grid1-add-cart {
        width: 90%;
    }
}

.subscribe-input {
    border-radius: 0;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid #1e1000;
}

.category-item {
    padding-left: 0;
    padding-bottom: 15px;
}

.category-thumb {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.category-thumb img {
    width: 100%;
}

.category-name {
    padding: 5px;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    font-size: 2em;
    position: absolute;
    display: inline-block;
    top: 75%;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-thumb:hover {
    filter: none;
}

.filter-price h3 {
    background: none;
}

.categories ul.cate, .new-products-grids {
    padding: 2em;
}

.categories ul li {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 1em;
}

.categories ul li a {
    color: #999;
    text-decoration: none;
}

.categories ul li a:hover {
    color: #1e1000;
}

.categories ul li span {
    float: right;
}

.active_category {
    color: #1e1000 !important;
    font-weight: 700;
}

ul.cate ul {
    margin-left: 2em;
}

ul.dropdown-menu1 li {
    display: block;
    font-size: 14px;
}

ul.dropdown-menu1 li a {
    color: #212121;
    text-decoration: none;
}

input#amount {
    outline: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.new-products-grid-left {
    float: left;
    width: 35%;
}

.new-products-grid-right {
    float: right;
    width: 60%;
}

.new-products-grid-right h4 a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.8em;
    color: #212121;
    text-decoration: none;
    display: block;
    margin-bottom: .5em;
}

.new-products-grid-right h4 a:hover {
    color: #1e1000;
}

.new-products-grid-right-add-cart p span {
    display: block;
    margin: 0.5em 0 1em;
}

.new-products-grid-right-add-cart p a {
    padding: .5em 1em;
}

.new-products-grid:nth-child(2) {
    margin: 3em 0;
}

.products-right-grids-position, .timer-grid-right1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.products-right-grids-position1 {
    position: absolute;
    top: 40%;
    left: 10%;
}

.products-right-grids-position1 h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 3px;
    padding-bottom: .53em;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.products-right-grids-position1 p {
    margin: 1em 0 0;
    color: #fff;
    font-size: 14px;
    width: 85%;
    line-height: 1.8em;
}

.men-position {
    margin: 3em 0 0;
    position: relative;
    padding: 1em;
    background: #F7F7F9;
}

.men-position-pos {
    position: absolute;
    top: 30%;
    left: 15%;
}

.men-position-pos h4 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    margin: 0;
    padding-bottom: 1em;
    position: relative;
}

.men-position-pos h4:after {
    content: '';
    background: #fff;
    width: 50%;
    right: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
}

.men-position-pos h5 {
    margin: 1em 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
}

.men-position-pos h5 span {
    color: #1e1000;
    font-weight: 600;
}

/*-- //products --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #1e1000;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width: 640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 0px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .category-name {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }

    /*ul.social-icons li a.facebook {*/
        /*background: url("/static/images/facebook.svg") no-repeat center;*/
        /*display: block;*/
        /*width: 15px;*/
        /*height: 15px;*/
    /*}*/

    /*ul.social-icons li a.youtube {*/
        /*background: url("/static/images/youtube.svg") no-repeat center;*/
        /*display: block;*/
        /*width: 15px;*/
        /*height: 15px;*/
    /*}*/

    /*ul.social-icons li a.instagram {*/
        /*background: url("/static/images/instagram.svg") no-repeat center;*/
        /*display: block;*/
        /*width: 15px;*/
        /*height: 15px;*/
    /*}*/

    /*ul.social-icons li a.e-mail {*/
        /*background: url("/static/images/email.svg") no-repeat center;*/
        /*display: block;*/
        /*width: 15px;*/
        /*height: 15px;*/
    /*}*/

    /*ul.social-icons li a.pinterest {*/
        /*background: url("/static/images/pinterest.svg") no-repeat center;*/
        /*display: block;*/
        /*width: 15px;*/
        /*height: 15px;*/
    /*}*/
}

@media (max-width: 320px) {
    .caption span {
        margin: 0 0 1.5em;
    }

    .grid_4 {
        margin-top: 18px;
    }

    h3.title {
        font-size: 1.6em;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    table.table.table-striped, .table-bordered, .bs-docs-example {
        display: none;
    }
}

/*-- //Typography --*/
/*-- mail --*/
.mail h3:before {
    left: 18%;
}

.mail h3:after {
    right: 18%;
}

.mail-grids {
    margin: 3em 0;
}

.mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea {
    outline: none;
    border: 1px solid #E4E4E4;
    background: #f5f5f5;
    font-size: 14px;
    color: #212121;
    padding: 10px;
    width: 100%;
}

.mail-grid-left input[type="email"] {
    margin: 1em 0;
}

.mail-grid-left textarea {
    min-height: 197px;
    margin: 1em 0 .8em;
}

.mail-grid-left input[type="submit"] {
    outline: none;
    border: 1px solid #bababa;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #bababa;
    padding: 0.5em 1em;
    width: 30%;
}

.mail-grid-left input[type="submit"]:hover {
    background: #1e1000;
    color: white;
    border: 1px solid transparent;
}

.mail-grid-right1 {
    padding: 2em;
    background: #1e1000;
    text-align: center;
}

.mail-grid-right1 img {
    margin: 0 auto;
    padding: .5em;
    border: 1px dotted #212121;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

.mail-grid-right1 h4 {
    font-size: 1em;
    color: #212121;
    margin: 1em 0;
    text-transform: uppercase;
}

.mail-grid-right1 h4 span {
    display: block;
    text-transform: capitalize;
    font-size: .8em;
    color: #FFFFFF;
    margin: .5em 0 0;
}

.mail-grid-right1 ul.phone-mail li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    color: #FFFFFF;
}

.mail-grid-right1 ul.phone-mail li a {
    color: #FFFFFF;
    text-decoration: none;
}

.mail-grid-right1 ul.phone-mail li a:hover {
    color: #212121;
}

.mail-grid-right1 ul li i {
    left: -.5em;
}

ul.phone-mail {
    margin: 0 0 2em;
}

.mail iframe {
    width: 100%;
    min-height: 300px;
    padding: 0 1em;
}

@keyframes zoomin {
    0% {
        transform: scale(1.05,1.05);
    }
    100% {
        transform: scale(1.5,1.5);
    }
}
@keyframes zoomout {
    0% {
        transform: scale(1.5,1.5);
    }
    100% {
        transform: scale(1.05,1.05);
    }
}

@keyframes zoomin101 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01);
    }
}

@keyframes zoomin102 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes zoomin103 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.03);
    }
}

@keyframes zoomin104 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}

@keyframes zoomin105 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes zoomout101 {
    0% {
        transform: scale(1.01,1.01);
    }
    100% {
        transform: scale(1.00,1.00);
    }
}

@keyframes zoomout102 {
    0% {
        transform: scale(1.02,1.02);
    }
    100% {
        transform: scale(1.00,1.00);
    }
}

@keyframes zoomout103 {
    0% {
        transform: scale(1.03,1.03);
    }
    100% {
        transform: scale(1.00,1.00);
    }
}

@keyframes zoomout104 {
    0% {
        transform: scale(1.04,1.04);
    }
    100% {
        transform: scale(1.00,1.00);
    }
}

@keyframes zoomout105 {
    0% {
        transform: scale(1.05,1.05);
    }
    100% {
        transform: scale(1.00,1.00);
    }
}
/*-- //mail --*/
/*-- wmuslider --*/
.wmuSlider {
    position: relative;
    overflow: hidden;
}

.wmuSlider .wmuSliderWrapper article img {
    /*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}

/* Default Skin */
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 45%;
    bottom: 10%;
}

ul.wmuSliderPagination {
    padding: 0;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 5px;
    background: transparent;
    border: 2px solid #fff;
}

.wmuSliderPagination a.wmuActive {
    background: transparent;
    border: 2px solid #1e1000;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.banner-wrap {
    padding: 0px 0 5em;
}

.banner {
    display: table;
    width: 100%;
}

.banner .container {
    display: table-cell;
    vertical-align: middle;
}

/*-- //wmuslider --*/
/*-- single --*/
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 2em;
    color: #212121;
    margin: 0;
}

.single-right-left h4 {
    color: #1e1000;
    font-size: 1.5em;
    margin: 2em 0 1em;
}

.single-right-left .item_price {
    font-size: 1em;
}

.description {
    margin: 2em 0;
    word-break: break-word;
}

.description h5 {
    color: #212121;
    font-size: 14px;
    margin: 0;
}

.single-right-left > .description > h5:first-child {
    margin-top: -20px;
}

.description p {
    font-size: 13px;
    color: #999;
    line-height: 1.8em;
    margin: 0.5em 0 0;
}

.color-quality-left {
    float: left;
}

.color-quality-left h5, .color-quality-right h5, .occasional h5 {
    text-transform: uppercase;
    font-size: 1em;
    color: #212121;
    margin: 0 0 1em;
}

.color-quality-left ul li {
    display: inline-block;
    margin-right: .5em;
}

.color-quality-left ul li a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.color-quality-left ul li a span {
    width: 15px;
    height: 15px;
    display: block;
    background: #ff0000;
    margin: 0 auto .5em;
}

.color-quality-left ul li a.brown span {
    background: #00008c;
}

.color-quality-left ul li a.purple span {
    background: #840084;
}

.color-quality-left ul li a.gray span {
    background: #ff00ff;
}

.color-quality-right {
    float: right;
}

.occasional {
    margin: 2em 0;
}

label.radio {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding-left: 20px;
    margin: 0;
}

.radio i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    background: #1e1000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}

.colr {
    float: left;
    margin-right: 1em;
}

.social-left {
    float: left;
}

.social-right {
    float: left;
    margin-left: 2em;
}


.social-left p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.social {
    margin: 2em 0 0;
    padding: 1em 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.bootstrap-tab {
    margin: 5em 0 0;
}

.bootstrap-tab-text p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.bootstrap-tab-text h5, .add-review h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #212121;
    margin: 2em 0;
}

.bootstrap-tab-text p span {
    display: block;
    margin: 2em 0 0;
}

.bootstrap-tab ul li a {
    font-size: 1em;
    color: #999;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #1e1000 !important;
}

.bootstrap-tab-text-grid-left {
    float: left;
    width: 20%;
}

.bootstrap-tab-text-grid-right {
    float: right;
    width: 75%;
}

.bootstrap-tab-text-grid-right ul li {
    display: inline-block;
}

.bootstrap-tab-text-grid-right ul li:nth-child(2) {
    float: right;
}

.bootstrap-tab-text-grid-right ul li a {
    font-size: 1em;
    color: #1e1000;
    text-transform: uppercase;
    text-decoration: none;
}

.bootstrap-tab-text-grid-right ul li a:hover {
    color: #212121;
}

.bootstrap-tab-text-grid-right ul li a span {
    left: -1em;
}

.bootstrap-tab-text-grids {
    margin: 3em 0 0 5em;
}

.bootstrap-tab-text-grid-right p {
    margin: 2em 0 0;
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
}

.bootstrap-tab-text-grid:nth-child(2) {
    margin: 3em 0 0;
}

.add-review form {
    margin: 2em 0 0;
}

.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
    outline: none;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #D2D2D2;
    width: 48.6%;
    font-size: 14px;
    color: #212121;
}

.add-review input[type="email"] {
    margin-left: 1em;
}

.add-review textarea {
    width: 100% !important;
    min-height: 150px;
    margin-bottom: .8em;
}

.add-review input[type="text"]:nth-child(3) {
    width: 100%;
    margin: 1em 0;
}

.add-review input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #1e1000;
    border: none;
    width: 30%;
    font-size: 1em;
    color: #fff;
}

.add-review input[type="submit"]:hover {
    background: #1e1000;
}

.collection-name {
    position: absolute;
    width: 100%;
    top: -60px;
    text-align: center;
    color: white;
    font-size: 25px;
}

.single-related-products {
    background: #F7F7F9;
}

.header-grid-left ul li.active, .header-grid-left ul li.active a {
    color: #1e1000;
}

/*-- Ratings --*/
.rating1 {
    direction: ltr;
}

.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width: 100px;
    overflow: hidden;
}

.starRating:not(old) > input {
    margin-right: -26%;
    opacity: 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/2.png);
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
    opacity: 1;
}

/*-- //Ratings --*/
/*-- //single --*/
/*-- login --*/
.login-form-grids {
    width: 45%;
    padding: 3em;
    background: #F7F7F9;
    margin: 3em auto 0;
}

.login-form-grids input[type="email"], .login-form-grids input[type="password"], .login-form-grids input[type="text"] {
    outline: none;
    border: 1px solid #DBDBDB;
    padding: 10px 10px 10px 45px;
    font-size: 14px;
    color: #999;
    display: block;
    width: 100%;
}

.login-form-grids input[type="email"] {
    background: url(../images/img-sp.png) no-repeat 5px -182px #fff;
}

.login-form-grids input[type="password"] {
    background: url(../images/img-sp.png) no-repeat 5px -220px #fff;
    margin: 1em 0 0;
}

.forgot {
    margin: 1.5em 0 0;
}

.login-form-grids input[type="submit"] {
    outline: none;
    border: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    display: block;
    width: 100%;
    background: #1e1000;
    margin: 1.5em 0 0;
}

.login-form-grids input[type="submit"]:hover {
    background: #1e1000;
}

.login-form-grids ::-webkit-input-placeholder {
    color: #999;
}

.forgot a {
    color: #212121;
    font-size: 14px;
    text-decoration: none;
}

.forgot a:hover {
    color: #1e1000;
}

.login h4 {
    margin: 2em 0 0.5em;
    font-size: 1.5em;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
}

.login p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin: 0;
    text-align: center;
}

.login p a {
    color: #1e1000;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0 .5em;
}

.login p a:hover {
    color: #212121;
}

.login p a span {
    top: 0.1em;
    font-size: .7em;
    left: 0.3em;
}

/*-- //login --*/
/*-- register --*/
.register h3:before {
    left: 20%;
}

.register h3:after {
    right: 20%;
}

.login-form-grids h5, .login-form-grids h6 {
    font-size: 1em;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 2em;
}

.login-form-grids input[type="text"] {
    background: url(../images/img-sp.png) no-repeat 5px -259px #fff;
}

.login-form-grids input[type="text"]:nth-child(2) {
    background: url(../images/img-sp.png) no-repeat 0px -298px #fff;
    margin: 1em 0;
}

.register-check-box label {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin: 1.5em 0 0 0em;
}

.checkbox {
    position: relative;
    padding-left: 38px !important;
    cursor: pointer;
}

.checkbox i {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 2px solid #EDEDED;
    background: #FFF;
}

.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}

.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}

.checkbox input + i:after {
    content: '';
    background: url("../images/check.png") no-repeat 1px 2px;
    top: 0px;
    left: 2px;
    width: 16px;
    height: 16px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.login-form-grids h6 {
    margin: 3em 0 2em !important;
}

.login-form-grids input[type="password"]:nth-child(3) {
    margin: 1em 0;
}

.register-home {
    margin: 2em 0 0;
    text-align: center;
}

.register-home a {
    padding: 8px 45px;
    background: #9F9F9F;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.register-home a:hover {
    background: #1e1000;
}

/*-- //register --*/
/*-- checkout --*/
.checkout h3 {
    font-size: 1em;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 3em;
}

.checkout h3 span {
    color: #1e1000;
}

table.timetable_sub {
    width: 100%;
    margin: 0 auto;
}

.timetable_sub thead {
    background: #004284;
}

.timetable_sub th {
    background: #1e1000;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #A95832;
}

.timetable_sub th, .timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #212121;
}

.timetable_sub td {
    border: 1px solid #CDCDCD;
}

td.invert-image a img {
    width: 30%;
    margin: 0 auto;
}

.rem {
    position: relative;
}

.close1, .close2, .close3 {
    background: url('../images/close_1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: -13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

/*-- quantity-starts --*/
.value-minus,
.value-plus {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-select .entry.value-plus:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}

.value {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover {
    background: #E5E5E5;
}

.quantity-select .entry.value-minus {
    margin-left: 0;
}

/*-- quantity-end --*/
.checkout-left-basket h4 {
    padding: 1em;
    background: #1e1000;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1em;
}

.checkout-left {
    margin: 2em 0 0;
}

.checkout-left-basket ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    color: #999;
}

.checkout-left-basket {
    float: left;
    width: 25%;
}

.checkout-right-basket {
    float: right;
    margin: 8em 0 0 0em;
}

.checkout-left-basket ul li span {
    float: right;
}

.checkout-left-basket ul li:nth-child(5) {
    font-size: 1em;
    color: #212121;
    font-weight: 600;
    padding: 1em 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: 2em 0 0;
}

.checkout-right-basket a {
    padding: 10px 30px;
    color: #fff;
    font-size: 1em;
    background: #212121;
    text-decoration: none;
}

.checkout-right-basket a:hover {
    background: #1e1000;
}

.checkout-right-basket a span {
    left: -.5em;
    top: 0.1em;
}

/*-- //checkout --*/

.collections-bottom-grids img {
    width: 100%;
}

/*-----start-responsive-design------*/
@media (max-width: 1440px) {
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 45%;
    }
}

@media (max-width: 1366px) {
    .sb-search {
        right: 20%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 50%;
    }

    .logo-nav {
        padding: 0;
    }

    .products-right-grid1:hover:before {

    }
}

@media (max-width: 1280px) {
    .banner-info {
    }

    .banner {
        min-height: 630px;
    }
}

@media (max-width: 1080px) {
    .logo-nav-left h1 a {
        font-size: 1.2em;
    }

    .logo-nav-left h1 a span {
        letter-spacing: 9px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav > li > a {
        padding: 25px 15px 0;
    }

    .sb-search {
        right: 18%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 55%;
    }

    .banner-info h3 {
        font-size: 4.5em;
    }

    .banner-info1 p {
        font-size: 1.5em;
    }

    .banner-info {
    }

    .banner {
        min-height: 555px;
    }

    .banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
        padding: 0;
    }

    .grid figure {
        min-width: 310px;
    }

    .grid figure h3 i {
        font-size: .4em;
        letter-spacing: 4px;
    }

    figure.effect-julia h3 {
        padding: 0em 0 1em;
    }

    figure.effect-julia p {
        font-size: 57%;
    }

    .banner-bottom-grid-left1-pos1 {
        padding: .8em;
    }

    .banner-bottom-grid-right {
        width: 31.4%;
    }

    .grid-left-grid1-pos p {
        font-size: 1.5em;
    }

    .banner-bottom-grid-left1 {
        width: 32%;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 2.6em;
    }

    .new-collections-grid1-left p a {
        margin: 1em 0 0;
        padding: 0em 1em;
        width: 65%;
        text-align: center;
        display: block;
    }

    .new-collections-grid1 p {
        font-size: 12px;
    }

    .new-collections-grid1:hover:before {
        height: 100%;
    }

    .new-collections-grid1:before {

    }

    .new-collections-grid1-left {
        margin: 0.5em 0 .8em;
    }

    .new-collections-grid1-sub {
        float: left;
        width: 48.2%;
    }

    .new-collections-grid1-image-pos a {
        padding: 7px 20px;
    }

    .new-collections-grid1-image-pos {

    }

    .new-collections-grid1-right {
        bottom: 37%;
        left: 28%;
    }

    .new-collections-grid1-image-pos1 {
        left: 37% !important;
    }

    .new-collections-grid1-right-rate {
        left: 39.5% !important;
    }

    .timer-grid-left h3 a {
        font-size: 1.3em;
    }

    .timer-grid-left-price p a {
        padding: .5em 1em;
        margin: 0;
        width: auto;
        display: -webkit-inline-box;
    }

    .collections-bottom-grid h3 {
        font-size: 2.5em;
    }

    .newsletter form {
        width: 72%;
    }

    .footer-grid h3 {
        font-size: 1.7em;
    }

    .footer-grid-sub-grid-right h4 a {
        font-size: .9em;
    }

    .footer-logo {
        margin: 2em 0 3em;
    }

    .footer-logo h2:before, .footer-logo h2:after {
        width: 33%;
    }

    .filter-price h3 {
        padding: 0 !important;
    }

    .products-right-grids-position1 h4 {
        width: 100%;
    }

    .products-right-grids-position1 p {
        width: 100%;
    }

    .products-right-grids-position1 {
        top: 35%;
    }

    .products-right-grids-pos {

    }

    .products-right-grids-pos-right {
        left: 21% !important;
    }

    .products-right-grid1:hover:before {

    }

    .men-position-pos {
        top: 20%;
    }

    .single-right-left h3 {
        font-size: 1.8em;
    }

    .colr {
        margin-right: 0.4em;
    }

    .bootstrap-tab-text-grids {
        margin: 2em 0 0 0em;
    }

    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 48.4%;
    }

    .checkout-left-basket {
        width: 40%;
    }

    .login-form-grids {
        width: 60%;
    }

    .dropdown-menu.columns-3 {
        left: -110%;
    }
}

@media (max-width: 1023px) {
    .header-grid {
        display: none;
    }
}

@media (max-width: 1024px) {
    .banner-bottom-grid-left1-pos1 p, .banner-bottom-grid-left1-pos p {
        font-size: 1.8em;
    }

    .header-right {
        width: 16%;
    }

    .dropdown-menu.columns-3 {
        left: -150%;
    }
}

@media (min-width: 991px) {
    .products {
        margin-top: 2em;
    }
}


@media (max-width: 991px) {
    .logo-nav-left1 ul li a {
        font-size: 12px;
    }

    .logo-nav-left h1 a {
        font-size: 1.1em;
    }

    .navbar-nav > li > a {
        padding: 20px 10px 0;
    }

    .logo-nav-left1 {
        margin-left: 0em;
    }

    .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search, .sb-search-submit {
        background: #e8e8e8 url(../images/img-sp.png) no-repeat 0px -101px;
    }

    .sb-search {
        min-width: 35px;
        height: 35px;
    }

    .sb-icon-search, .sb-search-submit {
        width: 35px;
        height: 35px;
    }

    .sb-search-input {
        height: 35px;
    }

    .sb-search {
        right: 21%;
    }

    .header-right {
        width: 13%;
    }

    .box_1 h3 {
        font-size: 9px;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 46%;
    }

    .banner-info h3 {
        font-size: 4em;
    }

    .banner-info h4 {
        font-size: 2.5em;
    }

    .banner {
        min-height: 500px;
    }

    .banner-info1 p {
        width: 75%;
    }

    .grid figure {
        min-width: 238px;
    }

    figure.effect-julia h3 {
        font-size: 1.6em;
    }

    .grid figure h3 i {
        letter-spacing: 2px;
    }

    .grid figure figcaption {
        padding: 1em;
    }

    .grid figure p {
        letter-spacing: 0px;
    }

    .banner-bottom-grid-left1-pos1 p, .banner-bottom-grid-left1-pos p {
        font-size: 1.5em;
    }

    .banner-bottom-grid-left1-position {
        padding: .5em;
    }

    .banner-bottom-grid-left1 {
        width: 31.7%;
        margin: 0 0.5em;
    }

    .banner-bottom-grid-right {
        width: 30.8%;
    }

    .banner-bottom-grid-right {
        width: 31.8%;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 2em;
    }

    .banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
        padding: 0;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
        margin: 0 auto;
    }

    .new-collections-grids {
        margin: 0;
    }

    .new-collections-grid1:hover:before {

    }

    .new-collections-grid1:before {

    }

    .new-collections-grid1-image-pos {
    }

    .new-collections-grid1-right {
        bottom: 43% !important;
        left: 34% !important;
    }

    .new-collections-grid1-image-width:before {
        height: 60% !important;
    }

    .new-collections-grid1-image-width:hover:before {
        height: 60% !important;
    }

    .new-collections-grid1-image-width:hover:before {
        height: 52% !important;
    }

    .new-collections-grid1-image-pos1 {
        left: 33% !important;
    }

    .new-collections-grid1-right-rate {
        left: 37.5% !important;
        bottom: 30% !important;
    }

    .new-collections-grid {
    }

    .dropdown-menu.columns-3 {
        min-width: 585px;
    }

    ul.multi-column-dropdown h6 {
        font-size: 1.2em;
    }

    .new-collections-grid1-sub {
        float: none;
        width: 100%;
    }

    .new-collections-grid1-sub:nth-child(2) {
        margin: 1em 0 0;
    }

    .timer-grid-right {
        width: 60%;
        margin: 2em auto 0;
    }

    .collections-bottom-grid {
        width: 68%;
        margin-left: 2em;
    }

    .newsletter form {
        width: 100%;
    }

    .footer-grid {
        float: left;
        width: 50%;
    }

    .footer-grid:nth-child(2) {
        margin-bottom: 2em;
    }

    .footer-logo h2 a {
        font-size: 1.8em;
    }

    .footer-logo h2:before, .footer-logo h2:after {
        width: 30%;
    }

    .products-left {
        width: 70%;
        margin: 0 auto 2em;
    }

    .products-right-grids-position1 p {
        width: 90%;
    }

    p.est {
        width: 85%;
    }

    .mail-grid-right {
        width: 50%;
        margin: 2em auto 0;
    }

    .value-minus, .value-plus {
        height: 25px;
        width: 25px;
        font-size: 10px;
        margin-right: 0;
    }

    .value {
        width: 25px;
        height: 25px;
        padding: 4px 0px;
        line-height: 15px;
        margin-right: 0;
    }

    .quantity-select .entry.value-plus:after {
        height: 6px;
        top: 60%;
        margin-top: -4px;
    }

    .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
        width: 6px;
        margin-left: -3px;
    }

    .login-form-grids {
        width: 75%;
    }

    .products-right-grid1 {
        height: 210px;
    }
}

@media (max-width: 800px) {
    .dropdown-menu.columns-3 {
        min-width: 490px;
        padding: 1.5em;
    }

    .sb-search {
        right: 14%;
    }

    .header-grid {
        font-size: 10px;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 57%;
    }

    .banner-info h3 {
        font-size: 3.5em;
    }

    .banner-info {
    }

    .banner {
        min-height: 470px;
    }

    .dropdown-menu {
        left: -90%;
    }

    .single-right-left {
        float: left;
        width: 45%;
    }

    .single-right-left:nth-child(2) {
        width: 55%;
    }

    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 48.68%;
    }
}

@media (max-width: 768px) {
    .navbar-nav > li > a {
        padding: 20px 9px 0;
    }

    .men-position-pos {
        top: 41%;
    }

    .men-position-pos h4:after {
        width: 80%;
        right: -5%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 58%;
    }

    .dropdown-menu {
        left: -100%;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        left: 0%;
    }

    .navbar-nav {
        margin: 1em 0 0;
        background: #DFDFDF;
        text-align: center;
        padding-bottom: 1em;
    }

    .dropdown-menu.columns-3 {
        min-width: 360px;
        text-align: center;
        padding: 0 1.5em;
    }

    ul.multi-column-dropdown h6 {
        border-bottom: 1px solid #C3C3C3;
    }

    .logo-nav-left1 {
        width: 30%;
    }

    .navbar-toggle {
        margin: 1em 0 0;
        margin-right: 0em;
        margin-top: 0;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .logo-nav {
        padding: 1em 0;
    }

    .sb-search {
        right: 17%;
        margin-top: 1em;
    }

    .search-box {
        margin-top: 0;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 55%;
    }

    .box_1 h3 {
        font-size: 13px;
    }

    .header-right {
        width: 15%;
    }

    .navbar {
        margin-bottom: 0;
    }
}

@media (max-width: 736px) {
    .logo-nav-left1 {
        width: 30%;
    }

    .sb-search {
        right: 21%;
    }

    .header-right {
        width: 20%;
    }

    .products-right-grid1 {
        height: 220px;
    }
}

@media (max-width: 667px) {
    .logo-nav-left1 {
        width: 30%;
    }
}

@media (max-width: 640px) {
    .header-right {
        width: 21%;
    }

    .logo-nav-left1 {
        width: 26%;
    }

    .sb-search {
        right: 22%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 76%;
    }

    .banner-info h3 {
        font-size: 3em;
    }

    .banner-info h4 {
        font-size: 2em;
    }

    .banner-info1 p {
        font-size: 1.2em;
    }

    .banner {
        min-height: 410px;
    }

    .banner-bottom-grid-left {
        float: none;
        width: 100%;
    }

    .grid figure {
        min-width: 330px;
        margin: 0 auto;
    }

    .grid figure figcaption {
        padding: 2em;
    }

    .banner-bottom-grid-left1 {
        margin: 1em auto;
        float: none;
    }

    .banner-bottom-grid-left1-pos1 p, .banner-bottom-grid-left1-pos p {
        font-size: 1.6em;
    }

    .banner-bottom-grid-left1-pos1 {
        padding: 2em;
    }

    .banner-bottom-grid-right {
        float: none;
        margin: 0 auto;
    }

    .banner-bottom-grid-right, .banner-bottom-grid-left1 {
        width: 55%;
    }

    .new-collections h3:before, .single-related-products h3:before {
        left: 13%;
    }

    .new-collections h3:after, .single-related-products h3:after {
        right: 13%;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
    }

    .new-collections-grid1-image-width:before {
        height: 55% !important;
    }

    .new-collections-grid1-image-width:hover:before {
        height: 48% !important;
    }

    .collections-bottom-grid {
        width: 84%;
    }

    .collections-bottom-grid h3 {
        font-size: 2em;
    }

    .navbar-nav > li > a {
        padding: 14px 0 0;
    }

    .newsletter input[type="email"] {
        width: 72%;
    }

    .footer-logo h2 a {
        font-size: 1.5em;
    }

    .new-collections-grid1 p {
        font-size: 14px;
    }

    .dropdown-menu.columns-3 {
        min-width: auto;
    }

    .breadcrumbs {
        padding: 3px;
    }

    .breadcrumb1 {
        padding: 0;
    }

    .new-collections-grid1:before {

    }

    .men-position-pos h4 {
        font-size: 1.7em;
    }

    .men-position-pos {
        top: 37%;
        left: 8%;
    }

    .products-right-grids-position1 p {
        width: 100%;
    }

    .products-right-grids-position1 {
        left: 5%;
    }

    h3.title:before, .login h3:before {
        left: 17%;
    }

    h3.title::after, .login h3:after {
        right: 17%;
    }

    .mail h3:before {
        left: 22%;
    }

    .mail h3:after {
        right: 22%;
    }

    .mail-grid-right {
        width: 60%;
    }

    .mail iframe {
        min-height: 200px;
    }

    .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
        margin-left: -4px;
    }

    .quantity-select .entry.value-plus:after {
        margin-top: -4px;
    }

    .checkout-left-basket {
        width: 55%;
    }

    .register h3:before {
        left: 15%;
    }

    .register h3:after {
        right: 15%;
    }

    .single-right-left {
        float: none;
        width: 100%;
    }

    .single-right-left:nth-child(2) {
        width: 100%;
        margin: 2em 0 0;
    }

    .single-right-left h3 {
        font-size: 1.6em;
    }

    .single-right-left h4 {
        font-size: 1.3em;
    }

    .colr {
        margin-right: 2em;
    }

    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 48.3%;
    }

    .imagezoom-view {
        display: none;
    }

    .header-grid {
        font-size: 5px;
    }
}

@media (max-width: 600px) {
    .header-grid-left ul li {
        margin: 0 0.6em;
    }
}

@media (max-width: 568px) {
    .header-right {
        width: 23%;
    }

    .sb-search {
        right: 23%;
    }

    .logo-nav-left1 {
        width: 14%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 74%;
    }

    .header-grid-left ul li {
        margin: 0 0.3em;
    }

    .products-right-grid1 {
        height: 190px;
    }
}

@media (max-width: 480px) {
    .header-grid-left, .header-grid-right {
        float: none;
        text-align: center;
    }

    .header-grid-right {
        margin-top: 0.5em;
    }

    .header-grid-left ul li {
        margin: 0 0.7em;
    }

    .logo-nav-left {
        float: none;
        text-align: center;
    }

    .navbar-toggle {
        float: left;
    }

    .sb-search {
        right: 30%;
    }

    .header-right {
        width: 30%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 67%;
    }

    .logo-nav-left1 {
        width: 45%;
    }

    .banner-info h3 {
        font-size: 2em;
    }

    .banner-info h4 {
        font-size: 1.8em;
        margin: 0em 0 0 3.5em;
    }

    .banner-info1 p {
        width: 100%;
    }

    .banner-info {
    }

    .banner {
        min-height: 325px;
    }

    .banner-wrap {
        padding: 0px 0 3em;
    }

    .banner-bottom-grid-right, .banner-bottom-grid-left1 {
        width: 76%;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 1.8em;
    }

    .new-collections h3:before, .new-collections h3:after, h3.title:before, h3.title:after, .mail h3:before, .mail h3:after, .single-related-products h3:before, .single-related-products h3:after, .login h3:before, .login h3:after, .register h3:before, .register h3:after {
        width: 20%;
    }

    .new-collections h3:before, .single-related-products h3:before {
        left: 2%;
    }

    .new-collections h3:after, .single-related-products h3:after {
        right: 2%;
    }

    .banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
        padding: 0;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
    }

    p.est {
        width: 100%;
    }

    .new-collections-grid1-image-width:before {
        height: 56% !important;
    }

    .new-collections-grid1-image-width:hover:before {
        height: 50% !important;
    }

    .timer-grid-left h3 a {
        font-size: 1em;
    }

    .timer-grid-right {
        width: 85%;
    }

    .collections-bottom-grid h3 {
        font-size: 1.6em;
    }

    .newsletter h3 {
        font-size: 1.6em;
    }

    .newsletter {
        padding: 1.5em;
    }

    .newsletter input[type="submit"] {
        padding: 8px 0;
        font-size: 14px;
        width: 21%;
        margin-left: 1em;
    }

    .newsletter input[type="email"] {
        width: 68%;
    }

    .footer-grid h3 {
        font-size: 1.5em;
    }

    .footer {
        padding: 2em 0;
    }

    .footer-grid {
        float: none;
        width: 100%;
    }

    .footer-grid:nth-child(2) {
        margin: 2em 0;
    }

    .footer-grid:nth-child(3) {
        margin: 0em 0 2em;
    }

    .footer-grid-sub-grid-right h4 a {
        font-size: 1.1em;
    }

    .footer-grid-sub-grid-right {
        margin: 3em 0 0;
    }

    .footer-logo h2 a {
        font-size: 1.3em;
    }

    .footer-logo h2:before, .footer-logo h2:after {
        width: 26%;
    }

    .footer-logo {
        margin: 2em 0 2em;
    }

    .categories h3, .filter-price h3, .new-products h3 {
        font-size: 1.2em;
        letter-spacing: 2px;
    }

    .products-left {
        width: 100%;
    }

    .categories {
        margin: 2em 0;
    }

    .men-position {
        margin: 2em 0 0;
    }

    .sorting-left {
        width: 40%;
    }

    .sorting {
        width: 50%;
    }

    .products-right-grids-position1 h4 {
        width: 100%;
        font-size: 1.2em;
    }

    .products-right-grids-position1 {
        top: 22%;
    }

    ul.paging {
        margin: 3em auto 0;
    }

    h3.title:before, .login h3:before {
        left: 8%;
    }

    h3.title::after, .login h3:after {
        right: 8%;
    }

    .mail h3:before {
        left: 14%;
    }

    .mail h3:after {
        right: 14%;
    }

    .mail-grid-left input[type="submit"] {
        font-size: 14px;
        width: 100%;
    }

    .mail-grid-right {
        width: 80%;
    }

    .timetable_sub th, .timetable_sub td {
        display: block;
    }

    .timetable_sub th {
        border-right: none;
        border-bottom: 1px solid #A95832;
    }

    td.invert-image a img {
        width: 50%;
    }

    .timetable_sub td {
        border: none;
    }

    tr.rem1, tr.rem2, tr.rem3 {
        border: 1px solid #D7D7D7;
        padding-bottom: 2em;
        display: block;
        border-top: none;
    }

    .close1, .close2, .close3 {
        right: 190px;
        top: -4px;
    }

    .quantity-select .entry.value-plus:after {
        margin-top: -5px;
    }

    .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
        margin-left: -3px;
    }

    .checkout-left-basket {
        width: 100%;
        float: none;
    }

    .checkout-right-basket {
        float: none;
        margin: 2em 0 0 0em;
        text-align: center;
    }

    .single-right-left {
        width: 100%;
    }

    .colr {
        margin-right: 1em;
    }

    .bootstrap-tab {
        margin: 3em 0 0;
    }

    .bootstrap-tab-text p span {
        margin: 1em 0 0;
    }

    .bootstrap-tab-text h5, .add-review h4 {
        margin: 2em 0 1em;
    }

    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 100%;
    }

    .add-review input[type="email"] {
        margin: 1em 0 0;
    }

    .add-review input[type="submit"] {
        width: 100%;
        font-size: 14px;
    }

    .login-form-grids {
        width: 95%;
        margin: 2em auto 0;
        padding: 2em;
    }

    .login h4 {
        margin: 1.5em 0 0.5em;
        font-size: 1.1em;
    }

    .bootstrap-tab-text-grid:nth-child(2) {
        margin: 2em 0 0;
    }

    .register h3:before {
        left: 5%;
    }

    .register h3:after {
        right: 5%;
    }

    .products-right-grid1 {
        height: 150px;
    }
}

@media (max-width: 414px) {

    .header-right {
        width: 33%;
    }

    .sb-search {
        right: 36%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 63%;
    }

    .footer-grid-sub-grid-right h4 a {
        font-size: 0.9em;
    }

    .banner-info h4 {
        font-size: 1.5em;
    }

    .wmuSliderPagination a {
        width: 35px;
    }

    .wmuSliderPagination {
        left: 60%;
    }

    .banner-info {
    }

    .banner-info1 p {
        font-size: 1em;
    }

    .banner-wrap {
        padding: 0px 0 2em;
    }

    .banner {
        min-height: 265px;
    }

    .banner-bottom-grid-right, .banner-bottom-grid-left1 {
        width: 90%;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 1.6em;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
    }

    .new-collections-grid1-image-width:before {
        height: 50% !important;
    }

    .new-collections-grid1-image-pos1 {
        left: 27% !important;
    }

    .new-collections-grid1-right-rate {
        left: 31.5% !important;
        bottom: 25% !important;
    }

    .newsletter input[type="email"] {
        width: 92%;
        margin: 0 0 .5em;
    }

    .newsletter input[type="submit"] {
        width: 40%;
        margin-left: 0;
    }

    .collections-bottom-grid {
        margin-left: 0;
    }

    .footer-grid-sub-grid-right {
        margin: 1em 0 0;
    }

    .breadcrumb1 {
        margin: 0 !important;
    }

    .bootstrap-tab ul li a {
        padding: 9px;
    }

    .bootstrap-tab-text-grid-right p {
        margin: 1em 0 0;
    }

    .sorting-left {
        width: 45%;
        margin-right: 1em;
    }

    .products-right-grids-position1 h4 {
        width: 100%;
    }

    .products-right-grids-position1 p {
        font-size: 12px;
    }

    .products-right {
        padding: 0;
    }

    .mail-grid-right {
        width: 100%;
    }

    .mail-grids {
        margin: 2em 0;
    }
}

@media (max-width: 384px) {
    .header-right {
        width: 32%;
    }

    .sb-search {
        right: 35%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 64%;
    }

    .logo-nav {
        padding: 0.5em 0 1em;
    }

    .header-grid-left ul li {
        margin: 0 0.7em .5em;
    }

    .header-grid-right {
        margin: 0.5em 0 0;
    }
}

@media (max-width: 375px) {
    .products-right-grid1 {
        height: 150px;
    }

    .header-right {
        width: 37%;
    }

    .logo-nav-left1 {
        width: 63%;
    }

    .sb-search {
        right: 39%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 60%;
    }

    .banner-bottom-grid-right, .banner-bottom-grid-left1 {
        width: 100%;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 1.5em;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
    }

    .new-collections-grid1-image-pos {
    }

    .new-collections-grid1-right {
        left: 31% !important;
    }

    /*.timer-grid-left, .products-left, .single-right, .single-right-left:nth-child(2), .mail-grid-left, .mail iframe {*/
        /*padding: 0;*/
    /*}*/

    .timer-grid-left h3 a {
        font-size: .9em;
    }

    .timer-grid-right {
        width: 100%;
        margin: 1em auto 0;
    }

    .collections-bottom-grid {
        padding: 1em;
    }

    .men-position-pos h4 {
        font-size: 1.8em;
    }

    .men-position-pos h4:after {
        right: 10%;
    }

    .single-right-left h3 {
        font-size: 1.5em;
    }

    .bootstrap-tab-text-grid-right ul li a {
        font-size: 14px;
    }

    .bootstrap-tab-text h5, .add-review h4 {
        font-size: 1.1em;
    }

    .men-position-pos {
        top: 25%;
    }

    .checkout h3 {
        font-size: 14px;
        margin: 0 0 2em;
        line-height: 1.5em;
    }

    .close1, .close2, .close3 {
        right: 143px;
    }

    .login-form-grids {
        width: 100%;
        padding: 1em;
    }
}

@media (max-width: 320px) {
    .header-grid-left ul li {
        margin: 0 0.7em 0em;
        font-size: 13px;
    }

    .logo-nav-left h1 a {
        font-size: 1em;
    }

    .header-right {
        width: 45%;
    }

    .logo-nav-left1 {
        width: 55%;
    }

    .sb-search {
        right: 4%;
        margin-top: 0.5em;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 90%;
    }

    .sb-search-input {
        font-size: 13px;
        padding-left: .5em;
        padding-right: 3em;
    }

    .banner-info h3 {
        font-size: 1.7em;
    }

    .banner-info1 p {
        font-size: 13px;
    }

    .wmuSliderPagination {
        left: 50%;
    }

    .banner {
        min-height: 240px;
    }

    ul.multi-column-dropdown h6 {
        font-size: 1.1em;
    }

    .dropdown-menu.columns-3 {
        padding: 0 0.5em;
    }

    .grid figure {
        min-width: 270px;
    }

    .grid figure figcaption {
        padding: 1.5em;
    }

    .banner-bottom-grid-left1-pos1 {
        padding: 1.3em;
    }

    .new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
        font-size: 1.3em;
    }

    .new-collections h3:before, .single-related-products h3:before {
        left: 0%;
    }

    .new-collections h3:after, .single-related-products h3:after {
        right: 0%;
    }

    p.est, .new-collections-grid1 p, .bootstrap-tab-text p, .description p, .color-quality-left ul li a, label.radio, .copy-right p, .categories ul li, .footer-grid-sub-grid-right p, .new-collections-grid1-left p a, .footer-grid ul li, .footer-grid p, .occasion-cart a, .timer-grid-left-price h4 {
        font-size: 13px;
    }

    .bootstrap-tab-text h5, .add-review h4 {
        font-size: 1em;
        margin: 1.5em 0 0.7em;
    }

    .bootstrap-tab ul li a {
        font-size: 14px;
    }

    .color-quality-left, .color-quality-right {
        float: none;
    }

    .description {
        margin: 2em 0 1em;
    }

    .color-quality-right {
        margin: 1em 0 0;
    }

    .men-position-pos h4 {
        font-size: 1.5em;
    }

    .men-position-pos h5 {
        font-size: 1.6em;
    }

    .categories ul.cate, .new-products-grids {
        padding: 1em 1em 2em;
    }

    .categories h3, .filter-price h3, .new-products h3 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .footer-logo h2 a {
        font-size: 1.1em;
    }

    .footer-logo h2:before, .footer-logo h2:after {
        width: 21%;
    }

    .footer-grid-sub-grid-right {
        margin: 0;
    }

    .footer-grid p span {
        display: initial;
        margin: 0;
    }

    .new-collections-grid, .products-right-grids-bottom-grid {
        width: 100%;
    }

    .new-collections-grid {
        padding: 0;
    }

    .new-collections-grid1:hover:before {

    }

    .new-collections-grid1-image-width:hover:before {
        height: 48% !important;
    }

    .new-collections-grid1-image-width:before {
        height: 45% !important;
    }

    .timer-grid-right {
        margin: 2em auto 0;
    }

    .timer-grid-right-pos h4 {
        font-size: 14px;
    }

    .collections-bottom-grid h3 {
        font-size: 1.3em;
    }

    .new-collections-grid1 h4 a {
        font-size: 14px;
    }

    .newsletter h3 {
        font-size: 1.3em;
    }

    .newsletter {
        padding: 1em;
    }

    .newsletter p, .new-products-grid-right h4 a, select#country, select#country1 {
        font-size: 13px;
    }

    .sorting {
        width: 49%;
    }

    .products-right-grids-position1 h4 {
        width: 100%;
        font-size: 1em;
    }

    .products-right-grids-position1 {
        top: 5%;
    }

    .products-right-grid1-add-cart p, .new-products-grid-right-add-cart p {
        font-size: 1em !important;
    }

    .newsletter input[type="email"] {
        width: 91%;
        font-size: 13px;
    }

    .newsletter p {
        margin: .5em 0 0.5em;
    }

    .newsletter input[type="submit"] {
        width: 55%;
        padding: 5px 0;
        font-size: 13px;
    }

    .footer-grid h3 {
        font-size: 1.3em;
    }

    /*.footer-grid, .mail-grid-right {*/
        /*padding: 0;*/
    /*}*/

    .single-right-left {
        width: 100%;
    }

    .single-right-left h4 {
        font-size: 1.1em;
    }

    .add-review input[type="text"], .checkout-left-basket ul li, .add-review input[type="email"], .mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea, .add-review textarea, .mail-grid-right1 ul.phone-mail li {
        font-size: 13px;
    }

    .checkout-left-basket h4 {
        padding: .7em;
        font-size: 1em;
    }

    .mail-grid-left textarea {
        min-height: 135px;
    }

    .new-products-grid-right {
        width: 61%;
    }

    ul.paging {
        margin: 2em auto 0;
    }

    .mail-grids {
        margin: 1.5em 0;
    }

    .mail iframe {
        min-height: 140px;
    }

    ul.phone-mail {
        margin: 0 0 1em;
    }

    .mail-grid-right1 ul.phone-mail li {
        margin-bottom: .5em;
    }

    .close1, .close2, .close3 {
        right: 114px;
    }

    .checkout-right-basket a {
        font-size: 14px;
    }

    .login-form-grids h5, .login-form-grids h6 {
        margin: 0 0 1.5em;
    }

    .login-form-grids {
        margin: 1.5em auto 0;
    }

    .login-form-grids input[type="email"], .forgot a, .register-check-box label, .login-form-grids input[type="password"], .login-form-grids input[type="text"] {
        font-size: 13px;
    }

    .forgot {
        margin: 1em 0 0;
    }

    .login-form-grids h6 {
        margin: 2em 0 1.5em !important;
    }

    .login-form-grids input[type="submit"], .register-home a {
        font-size: 14px;
    }

    .login h4 {
        font-size: 1em;
    }

    .login p {
        font-size: 12px;
    }

    .logo-nav-left {
        float: left;
        text-align: left;
        height: auto;
    }
}

.logo-nav-left1 {
    width: auto !important;
}

.logo-nav-left {
    float: left !important;
}

.overlay .logo-nav-left {
    float: none !important;
    margin: auto;
    width: 170px;
    margin-bottom: 30px;
}

.overlay .bootstrap-select {
    float: right !important;
}

.overlay .social-icons {
    margin-top: 30px;
}

.mobile-logo {
    display: inline-block;
    float: none !important;
}

.navbar-toggle {
    border-radius: 0;
    border: 2px solid black !important;
    margin: 0 !important;
}

.navbar-toggle:before, .navbar-toggle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% - 20%);
    background: white;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.navbar-toggle:before {
    left: -3px;
}

.navbar-toggle:after {
    right: -3px;
}

#bs-megadropdown-tabs_desktop {
    max-height: 60px !important;
}

.navbar {
    min-height: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #212121;
}

.navbar-default .navbar-toggle {
    margin-left: 0;
    border: 1px solid black;
    margin-right: 10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
}

.logo-nav {
    padding: 0;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.overlay .collapse.in {
    border: 4px solid black;
    position: relative;
    overflow: inherit;
}

.overlay .collapse.in:before, .overlay .collapse.in:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: calc(100% - 20%);
    background: white;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.overlay .collapse.in:before {
    left: -9px;
}

.overlay .collapse.in:after {
    right: -9px;
}

.navbar-nav > li > a {
    color: black;
}

.overlay > .navbar-nav > li:first-of-type {

}

.multi-column-dropdown li a {
    color: black !important;
}

.dropdown-menu.columns-3 {
    left: 0 !important;
}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-toggle {
        margin-top: 2px;
    }

    .logo-nav {
        padding-bottom: 0;
    }

    .navbar-nav > li {
        margin-bottom: 2em;
    }

    .navbar-nav > li > a:first-of-type {
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    #zoom-fig .MagicZoom {
        width: 100%;
        float: left;
    }

    .selectors {
        width: 100%;
        overflow: auto;
        /*padding-inline-start: 2px;*/
        padding-left: 1px;
    }

    .selectors a {
        width: 25%;
        float: left;
        margin-right: 4%;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 992px) {

    .selectors {
        margin-top: 10px;
        margin-bottom: 3em;
    }

    .selectors a {
        width: 23%;
        margin-right: 1%;
    }

    .selectors a:last-of-type {
        margin-right: 0;
    }
}

.selectors a img {
    max-width: 100%;
    max-height: 200px;
}

/* mobile menu overlay start*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .overlay {
        display: none;
    }
}

.overlay-content {
    position: relative;
    min-width: 100vw;
    margin-top: 6px;
}

.overlay .closebtn {
    display: block;
    background: url("/static/images/cancel.svg");
    width: 40px;
    height: 40px;
    margin: 30px auto;
    cursor: pointer;
}

/*.overlay .navbar-collapse.in {*/
/*margin-left: -15px;*/
/*margin-right: -15px;*/
/*}*/

.overlay .navbar-collapse.in ul.navbar-nav {
    background: none;
    text-align: left;
}

.overlay .navbar-collapse.in ul.navbar-nav li {
    text-transform: uppercase;
    border-bottom: 1px solid lightgrey;
    text-align: left;
}

.overlay .navbar-collapse.in ul.navbar-nav li:first-of-type {
    border-top: none;
}

.overlay .navbar-collapse.in > ul.navbar-nav > li:nth-of-type(4) {
    margin-top: 20px;
}

.overlay .navbar-collapse.in > ul.navbar-nav > li:last-of-type {
    border-bottom: none;
}

.overlay .navbar-collapse.in ul.navbar-nav li a {
    padding: 14px 0 14px;
    margin-left: 30px;
}

.overlay .caret.pull-right {
    border-top: 9px dashed lightgray;
    border-right: 7px dashed transparent;
    border-left: 7px solid transparent;
    margin-right: 15px;
    margin-top: 8px;
}

.overlay .multi-column-dropdown li {
    margin: 0;
}

.overlay .multi-column-dropdown {
    margin-left: -21px;
    margin-right: -21px;
}

.overlay .multi-column-dropdown li {
    padding-left: 30px;
    border-bottom: 1px solid white !important;
}

.overlay .multi-column-dropdown li:last-of-type {
    border-bottom: none !important;
}

.overlay .navbar-nav .open .dropdown-menu {
    background: #f5f5f5;
}

.overlay .dropdown.open > a {
    text-decoration: underline;
}

.overlay ul.social-icons li a {
    display: block;
    width: 35px;
    height: 35px;
}

.overlay ul.social-icons li a.facebook {
    background: url("/static/images/facebook.svg") no-repeat center;
}

.overlay ul.social-icons li a.youtube {
    background: url("/static/images/youtube.svg") no-repeat center;
}

.overlay ul.social-icons li a.g {
    background: url("/static/images/google-plus.svg") no-repeat center;
}

.overlay ul.social-icons li a.instagram {
    background: url("/static/images/instagram.svg") no-repeat center;
}

.overlay ul.social-icons li a.e-mail {
    background: url("/static/images/email.svg") no-repeat center;
}

.overlay ul.social-icons li a.pinterest {
    background: url("/static/images/pinterest.svg") no-repeat center;
}

/* mobile menu overlay end*/

/* collapse menu switch*/
@media screen and (min-width: 768px) {
    .logo-nav-left1.mobile {
        display: none;
    }

    .logo-nav-left1.desktop {
        display: inherit;
    }

}

@media screen and (max-width: 767px) {
    .logo-nav-left1.mobile {
        display: inherit;
    }

    .logo-nav-left1.desktop {
        display: none;
    }

    #bs-megadropdown-tabs_desktop {
        display: none;
    }

}

/* collapse menu switch*/

#form_errors {
    font-size: 12px;
    color: red;
    visibility: hidden;
}

#form_success {
    visibility: hidden;
}

#form_output {
    font-size: 12px;
}
.subscribe_success_text {
    color: green;
}

.contact_info_block {
    display: block;
    overflow: auto;
    padding: 50px;
    background: white;
    width: calc(100% - 200px);
    margin: auto;
    transform: translateY(-50%);
}

.contact_info_block > .info_block {
    border-left: 1px solid lightgrey;
}

.contact_info_block > .info_block > h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .contact_info_block {
        width: calc(100% - 100px);
        transform: translateY(-100px);
    }

    .contact_info_block > .info_block {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .contact_info_block {
        padding: 15px;
        transform: translateY(-100px);
    }

    .contact_info_block > .info_block {
        margin-bottom: 25px;
    }
}

.partners {
    margin-bottom: 50px;
}
.partners h3 {
    margin-bottom: 3em;
}

.partners .partner-item {
    min-height: 250px;
    margin-bottom: 25px;
    height: 80px;
}

.partners a {
    height: 330px;
}

.partners a:hover {
    color: inherit;
}

.partners .partner-image {
    max-width: 100%;
    max-height: 200px;
    text-align: right;
}

.partners .text {
    font-size: 12px;
}

.partners .text > h4 {
    font-weight: 700;
    margin: 5px 0 15px;
}

#preloader.ready {
    opacity: 0 !important;
}

.right-header-links .bootstrap-select {
    margin: 5px 0 5px 20px !important;
}

.header-grid .pull-left > a {
    line-height: 44px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
}

/********************************/
/*            Overlay           */
/********************************/
.fade-carousel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.about-description {
    margin-top: 40px;
}

.container.about > img {
    margin: auto;
    max-height: 400px;
}

#success-order {
    margin-bottom: 20px;
    margin-top: 20px;
}

#success-order .table-top,#success-order .table-down {
    margin-top: 5%;
    width: 500px;
    position: absolute;
    top: -35px;
}

.table-block {
    /*width: 65%;*/
    height: 455px;
    position: relative;
    margin-bottom: 40px;
}
.product-dialog .order-info {
    padding-left: 20px;
}
.product-dialog .table-block {
    margin-bottom: 30px!important;
    height: auto!important;
}

.table-top, .table-down {
    margin-top: 5%;
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
}

.table-top {
    z-index: 1;
  
}

.table-top.is-changing {
    opacity: 0;
    transform: translate(-50%, -30px);
}

.table-down.is-changing {
    opacity: 0;
    transform: translate(-50%, 30px);
}

@media screen and (max-width: 991px) {
    .table-top, .table-down {
        width: 400px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .products .table-block {
        height: 400px;
    }
    .product-dialog .order-info {
    padding-left: 0;
    }

    .table-top, .table-down {
        width: 90%;
        top: -40px;
    }
}

@media screen and (max-width: 500px) {
    .products .table-block {
        height: 250px;
    }

    .table-top, .table-down {
        width: 100%;
        top: -40px;
    }
}

@media screen and (max-width: 400px) {
    #success-order .table-top, #success-order .table-down {
        width: 400px;
    }
    .products .table-block {
        height: 200px;
    }
}

.top-select, .down-select {
    position: relative;
    white-space: nowrap;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 450px;
    margin: 0;
	
}

.top-select-wrapper, .down-select-wrapper {
    position: relative;
    margin-top: 30px;
}
.down-select-header .preview-description {
    margin-left: 0;
    margin-bottom: 1px;
}

.arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: rotate(90deg);
    width: 46px;
    height: 33px;
    background-image: url("/static/images/category-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.arrow-up {
    top: -5%;
    transform: rotate(-90deg);
}

.top-select > .item, .down-select > .item {
    display: block;
    margin: 10px auto;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-in;
	position: relative;
}

/*.top-select > .item:first-of-type, .down-select > .item:first-of-type {*/
    /*margin-bottom: 30px;*/
/*}*/


.top-select > .item {
   
    width: 120px;
    height: 80px;
}

.down-select > .item {
    
    width: 120px;
    height: 100px;
}

.top-select > .item.active, .down-select > .item.active {
    box-shadow: 0 0 0 3px rgba(178, 32, 39);
	position: relative;
}

.top-select::-webkit-scrollbar, .down-select::-webkit-scrollbar {
    display: none;
}

.preview-description {
    text-align: center;
    font-weight: normal;
    font-family: "Open sans light";
    font-size: 22px;
    color: #666666;
}

.item_add {
    border: 1px solid black !important;
    position: relative;
    color: black !important;
}

.item_add:before, .item_add:after {
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% - 20%);
    background: white;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.item_add:before {
    left: -2px;
}

.item_add:after {
    right: -2px;
}

.item_add.custom {
    padding: 10px 50px;
    font-weight: bold;
    margin: 40px 0;
}

.order-info {
    padding: 0;
}

.order-info .table-block {
    margin-bottom: 0;
    padding: 0;
    height: 145px;
}
.order-info .table-block .table-top,.order-info .table-block .table-down  {
    margin-top: 0;
    width: 100%;
    top: -15px;
}
.order-info .custom-detail-info {
    position: relative!important;
}
.order-info .custom-detail-info p {
    font-size: 60%;
}
.order-dialog {
    width: 700px;
}
.order-dialog .example {
    color: grey;
    font-size: 12px;
}
.order-dialog .agreement {
    font-size: 100%;
    background: #FFFFFF;
    font-family: 'dejavu', sans-serif;
    font-weight: normal;
}
.order-dialog .modal-close:hover {
    background: transparent;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 768px) {
    .order-info .table-block .table-top, .order-info .table-block .table-down{
        width: 335px;
    }
    #custom_order_form .form-group:last-of-type {
        margin-bottom: 0;
    }
    .order-info .table-block {
        height: 200px;
    }
    .order-dialog {
        width: auto;
    }
    .table-block {
            margin-bottom: 0;
    }
}
@media screen and (max-width: 442px) {
    .order-info .table-block .table-top, .order-info .table-block .table-down{
        /*width: 100%;*/
    }

}

@media screen and (max-width: 345px) {
    .order-info .table-block .table-top, .order-info .table-block .table-down{
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .after-container {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    html, body {
        width: 100%;
        /*height: 100%;*/
        margin: 0;
        padding: 0;
    }
    .container {
        padding: 0!important;
        margin: 0!important;
    }
    .products .table-info {
        position: absolute;
        bottom: -450px;
        width: 100%;
        left: 0;
    }
    .down-select-header {
        margin-bottom: 300px;
		margin-top: 70px;
    }
    .top-select, .down-select {
        margin-bottom: 30px;
        position: relative;
        white-space: nowrap;
        text-align: center;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 14px 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        height: auto;
    }

    .top-select > .item, .down-select > .item {
        display: inline-block;
        margin: 0 10px;
        background-position: center;
        background-size: cover;
        cursor: pointer;
        transition: all 0.25s ease-in;
    }
    .arrow {
        content: '';
        z-index: 1000;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        width: 46px;
        height: 33px;
        left: auto;
        background-image: url("/static/images/category-arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .arrow-down {
        left: -15px;
        right: auto;
        transform: rotate(180deg) translateY(50%);
    }

    .top-select > .item:first-of-type, .down-select > .item:first-of-type {
        margin-left: 40px;
    }

    .top-select > .item:last-of-type, .down-select > .item:last-of-type {
        margin-right: 30px;
    }

    .top-select > .item {
       
        width: 105px;
        height: 105px;
    }

    .down-select > .item {
        
        width: 100px;
        height: 100px;
    }
    .item_add {
    border: 1px solid black !important;
    position: relative;
    color: black !important;
}

.item_add:before, .item_add:after {
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% - 20%);
    background: white;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.item_add:before {
    left: -2px;
}

.item_add:after {
    right: -2px;
}
}

.email-form-product-save {
    margin-top: 10px;
    font-size: small;
}
.email-form-product-save input[type="email"] {
    width: 150px;
    height: 20px;
    font-size: small;
    border: 1px solid lightgray;
    border-radius: 0;
    padding: 0;
    vertical-align: bottom;
}
@media (max-width: 425px) {
    .email-form-product-save input[type="email"] {
        padding-top: 5px;
    }
}

.email-form-product-save button {
    height: 20px;
    border: 1px solid lightgrey !important;
    padding-top: 2px;
}

.email-form-product-save h4 {
    font-size: 20px;
}

.frame-overlay {
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    border-bottom: 4px solid #350D00;
    border-top: 4px solid #350D00;
    background: linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00);
    background-size: 4px 13%, 4px 13%, 4px 13%, 4px 13%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top right, top left, 0 101%, 100% 101%;
    z-index: 3;
    pointer-events: none;
    transition: all 0.3s ease-out;
}

/*.frame-overlay-under {*/
    /*position: absolute;*/
    /*top:0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*}*/

/*.frame-overlay-under:before, .frame-overlay-under:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*width: 30px;*/
    /*background: white;*/
    /*z-index: 1;*/
/*}*/

/*.frame-overlay-under:before {*/
    /*left:0;*/
/*}*/

/*.frame-overlay-under:after {*/
    /*right: 0;*/
/*}*/

.new-collections-grid1:hover > .frame-overlay {
    top: 10px;
    bottom: 10px;
}

#Zoom-1 {
    margin-bottom: 1rem;
}

button.item_add {
    background: transparent;
}

@media screen and (max-width: 600px){
    .new-collections-grid1:hover > .frame-overlay {
        top: 14px;
        bottom: 14px;
    }
    .new-collections-grid1-image:not(.preview):before, .new-collections-grid1-image:not(.preview):after {
        /*width: 2px;*/
    }
}

@media screen and (max-width: 400px){
    .new-collections-grid1:hover > .frame-overlay {
        top: 10px;
        bottom: 10px;
    }
    .new-collections-grid1-image:not(.preview):before, .new-collections-grid1-image:not(.preview):after {
        /*width: 1px;*/
    }
    .frame-overlay {
        top: 0;
        left: 16px;
        right: 16px;
        bottom: 0;
        border-bottom: 3px solid #350D00;
        border-top: 3px solid #350D00;
        background: linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00), linear-gradient(#350D00, #350D00);
        background-size: 3px 13%, 3px 13%, 3px 13%, 3px 13%;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top right, top left, 0 101%, 100% 101%;
    }
}


.back-button a{
    padding: 2px 5px 1px 5px;
}
.back-button { margin: 40px 0 0;}

.custom-detail-info {
    margin-bottom: 20px;
}

.custom-detail-info h4{
    border-bottom: 2px dashed lightgrey;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 2rem;
}
.custom-detail-info h5{
    border-bottom: 1px solid lightgrey;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 2rem;
}
.custom-detail-info p{
    font-weight: 700;
}
.custom-detail-info span{
    font-weight: normal;
}

.cookies_block{
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: white;
    color: black;
    font-size: 12px;
    z-index: 99;
    opacity: 0.95;
}

.cookies_block>p{
    display: inline-block;
    float: left;
}
.cookies_block>a{
    display: inline-block;
    float: right;
    padding: 5px 20px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.save_reply {
    margin-top: 10px;
}

.nogadisc1 {
     font-size: 11px;
	position: absolute;
    top: 10%;
    background: rgba(100,100,100,.5) !important;
    text-align: center;
    padding: 3px 3px;
    color: #ffffff !important;
	font-weight:none;
	
}


@media screen and (max-width: 600px){
   .nogadisc1 {
     font-size: 9px;
	position: absolute;
    top: 10%;
    background: rgba(100,100,100,.5);
    text-align: center;
    padding: 3px 3px;
    color: #ffffff !important;
	font-weight:none;
	text-align:center;
	
}
 
 

}