/* Minification failed. Returning unminified contents.
(2009,1): run-time error CSS1019: Unexpected token, found '}'
 */
* {
    margin: 0;
    padding: 0;
    /*font-size: 0;*/
    border: 0;
    outline: 0;
}

/*/* open-sans-condensed-300 - latin */
html,
body {
    height: 100%;
}

body {
    min-width: 960px;
    height: 100%;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Philosopher', 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background: #000;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
}

.flex-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100vh;
}

.page-languages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background: url('Images/home.jpg') 50% 50% no-repeat;
}

.languages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    margin: auto;
    width: 22%;
}

.languages_en {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.languages_ru {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.languages__logo {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 46.87%;
    margin: initial;
}

.languages__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.languages__link_en {
    text-align: right;
}

.languages__link_ru {
    text-align: left;
}

.languages__header {
    padding-bottom: 11px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.languages__heading {
    font-size: 34px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    line-height: 1.588;
}

.languages__description {
    font-size: 18px;
    padding-top: 16px;
    line-height: 1.333;
}

.site-header {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    max-height: 390px;
    margin-bottom: 28px;
    background-image: url('Images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
}

@media screen and (max-width: 640px) {
    .site-header {
        max-height: 77px;
        height: 77px;
        background-image: none;
        background: #3d3e40;
    }
}


.site-header__wrapper {
    width: 50%;
    min-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .site-header__wrapper {
        width: 100%;
        min-width: initial;
        margin: 0 auto;
    }
}

.site-header__logo {
    position: relative;
    /*min-width: 530px;*/
    height: 314px;
    margin-bottom: 15px;
    background-image: url('Images/logo.png');
    background-repeat: no-repeat;
    background-position: center 10px;
}

@media screen and (max-width: 640px) {
    .site-header__logo {
        height: initial;
        background-image: none;
    }
}

.site-header__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 110%;
    overflow: hidden;
    text-transform: uppercase;
}

.site-header__menu-button {
    display: none;
    position: absolute;
    left: 25px;
    width: 60px;
    height: 44px;
    cursor: pointer;
    font-size: 18px;
    color: #85b7fe;
    background-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .site-header__menu-button {
        display: block;
        z-index: 1001;
    }
}

.site-header__cart-link {
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 75px;
    height: 55px;
    background-image: url('Images/Cart.png');
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .site-header__cart-link {
        display: block;
    }
}

.site-header__cart-link .cart-items {
    position: relative;
    width: 26px;
    line-height: 47px;
    font-size: 20px;
    border: none;
    margin: initial;
    margin-right: 6px;
    color: #000;
    text-decoration: none;
}



@media screen and (max-width: 640px) {
    .main-nav {
        display: none;
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 1002;
    }
}

.main-nav::before,
.main-nav::after {
    content: "";
    display: block;
    height: 6px;
    background-image: url('Images/wave-line.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 1px solid red;*/
}

@media screen and (max-width: 640px) {
    .main-nav::before,
    .main-nav::after {
        content: none;
    }
}

.main-nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    font-size: 0;
}

@media screen and ( max-width: 640px) {
    .main-nav ul {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.main-nav__item {
    margin-right: 50px;
}

@media screen and ( max-width: 640px) {
    .main-nav__item {
        margin-right: 0;
    }

        .main-nav__item:first-child::before,
        .main-nav__item::after {
            display: block;
            height: 5px;
            content: "";
            background-image: url('Images/menu-item-separator.png');
            background-repeat: no-repeat;
            background-size: cover;
        }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .main-nav__item {
        margin-right: 4.93%;
    }
}

.main-nav__link {
    font-size: 23px;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .main-nav__link {
        line-height: 50px;
    }
}

@media screen and (min-width: 641px) and ( max-width: 769px) {
    .main-nav__link {
        font-size: 17px;
    }
}

.main-nav__link_active {
    font-weight: bold;
    color: #81b1fd;
}

.main-nav__link:hover {
    text-decoration: none;
}

.cart-items {
    display: inline-block;
    vertical-align: middle;
    min-width: 19px;
    margin: 0 0 3px 10px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.main-nav__link_active .cart-items {
    border-color: #81b1fd;
}

.lang-selector {
    position: absolute;
    top: 10px;
    right: 10px;
}

.lang-selector__item {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin-left: 5px;
    background-image: url('Images/flags.png');
    background-repeat: no-repeat;
    text-indent: 100px;
    overflow: hidden;
}


.lang-selector__item_ru {
    background-position: -10px -40px;
}

.lang-selector__item_en {
    background-position: -10px -10px;
}

.lang-selector__item_active {
    border: solid 1px #fff;
}

/*--------------------------------------------------------------------------*/
main {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    width: 50%;
    min-width: 960px;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
    main {
        min-width: 100%;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    main {
        min-width: 100%;
    }
}

.contacts__title {
    margin-bottom: 40px;
    font-size: 48px;
    text-transform: uppercase;
}

.contacts__control {
    display: block;
    width: 47.5%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 23px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
}

.contacts__control_area {
    margin-bottom: 33px;
}

.contacts__control_button {
    width: 31.45%;
}

.footer {
    position: relative;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
    min-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 12px;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 640px) {
    .footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
        min-width: initial;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .footer {
        min-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .socials {
        -ms-flex-order: 2;
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-bottom: 30px;
    }
}

.socials__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    font-size: 19px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
    color: #81b1fd;
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .socials__title {
        font-size: 14px;
        margin-right: 8px;
    } 
}

.socials-network {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    font-size: 0;
}

.socials-network__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.socials-network__link {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url('Images/social.png');
    background-repeat: no-repeat;
}

.socials-network__link_facebook {
    text-indent: 102%;
    overflow: hidden;
}

.socials-network__link_vkontakte {
    background-position: -36px 0;
}

.socials-network__link_twitter {
    background-position: -72px 0;
}

.socials-network__link_instagram {
    background-position: -108px 0;
}

.socials-network__link:active,
.socials-network__link:hover {
    background-position-y: -36px;
}

.contacts {
    position: relative;
    font-size: 12px;
    font-weight: 300;
}

.contacts__details {
    margin-bottom: 20px;
    font-size: 16px;
}

.contacts__phone {
    text-decoration: none;
    color: #fff;
    cursor: default;
}

.contacts__label {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    text-align: right;
}

.contacts__values {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.contacts__copyright {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-family: Arial, Arial, Helvetica, sans-serif;
    line-height: 1.167;
}

@media screen and (max-width: 640px) {
    .contacts__copyright {
        position: static;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-bottom: 30px;
    }
}

.contacts__info {
    position: absolute;
    right: 0;
    top: 20px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    line-height: 1.167;
}

@media screen and (max-width: 640px) {
    .contacts__info {
        position: static;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}

.contacts__backcall-title {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*   GALARY PAGE*/
.slideshow-galary {
    position: relative;
}

.slider {
    width: 100%;
    max-width: 100%;
    height: 450px; /* remove*/
    margin-bottom: 27px;
}

@media screen and (max-width: 640px) {
    .slider {
        height: auto;
    }
}

.slider__item {
    width: 100%;
    max-height: 452px;
}

.cycle-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.gallery-image {
    max-width: 960px;
    /*max-height: initial;*/
    max-height: 452px;
}

.slide-links {
    display: none;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    cursor: pointer;
    border: 2px solid #fff;
}

.cycle-pager-active {
    background-color: #fff;
}

.product-galary__item {
    /*margin-right: 8px;*/
    vertical-align: top;
}

.product-galary__image {
    width: 232px;
    height: 360px;
}

@media screen and (max-width: 640px) {
    .product-galary__image {
        width: 93%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.cycle-prev {
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-image: url('Images/arrows.png');
    width: 24px;
    height: 38px;
    background-position: -10px -10px;
    background-repeat: no-repeat;
    z-index: 1000;
}

@media screen and (max-width: 640px) {
    .cycle-prev {
        left: 5px;
    }
}

.cycle-next {
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
    width: 26px;
    height: 39px;
    margin: auto;
    cursor: pointer;
    background-image: url('Images/arrows.png');
    width: 24px;
    height: 38px;
    background-position: -10px -58px;
    background-repeat: no-repeat;
    z-index: 1000;
}

@media screen and (max-width: 640px) {
    .cycle-next {
        right: 5px;
    }
}

/*SHOP PAGE*/

.catalog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 640px) {
    .catalog {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}



.products {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-self: baseline;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .products {
        -webkit-box-orient: vertical;
    }
}

.products__empty-category {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.product-card__image {
    display: block;
    width: 368px;
    height: 368px;
}

@media screen and (max-width: 640px) {
    .product-card__image {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-card__image {
        width: 100%;
        /*width: 300px;*/
        height: auto;
    }
}

.paginator-container {
    width: 100%;
}

.paginator {
    width: 100%;
    margin-top: 20px;
    list-style: none;
    font-size: 0;
}


.paginator__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 5px;
}


.paginator__link {
    display: block;
    vertical-align: top;
    width: 50px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    line-height: 45px;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
}

.paginator__link_active {
    border-color: #81b1fd;
}


.paginator__link_small {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}
/* SHOP ASIDE*/

.product-filter {
    width: 180px;
    min-width: 180px;
    margin-right: 35px;
}

@media screen and (max-width: 640px) {
    .product-filter {
        width: 91%;
        min-width: initial;
        margin: auto;
        margin-bottom: 30px;
    }

    .product-page .product-filter {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-filter {
        width: 18.75%;
        max-width: 18%;
        min-width: 15%;
        margin-right: 1.5%;
        margin-left: 0.5%;
    }
}

.product-category {
    list-style: none;
}

@media screen and (max-width: 640px) {
    .product-category {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.product-category__item {
    margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
    .product-category__item {
        width: 90%;
        max-width: 300px;
        margin-right: 2px;
    }
}


.product-category__link {
    display: block;
    width: 100%;
    padding: 5px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #bb81fd;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

    .product-category__link:hover {
        color: #000000;
    }

@media screen and (max-width: 640px) {
    .product-category__link {
        width: initial;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 1.7em;
        white-space: nowrap;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-category__link {
        width: initial;
    }
}

.product-filter__sidebar {
    margin-top: 66px;
    margin-bottom: 66px;
}

@media screen and ( max-width: 640px) {
    .product-filter__sidebar {
        display: none;
    }
}

.product-filter__sidebar-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.product-filter__sidebar-content {
    margin: 21px 0 0 0;
    text-align: center;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.product-card {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
}

    .product-card:nth-child(2n) {
        margin-right: 0;
    }

@media screen and (max-width: 640px) {
    .product-card {
        margin-right: 0;
    }
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-card {
        width: 46%;
    }
}

.product-images {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    margin-right: 34px;
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-images {
        width: 33%;
        max-width: 33%;
        min-width: 33%;
    }
}


.product-card__wrapper {
}

@media screen and (max-width: 640px) {
    .product-images {
        margin-right: 0;
        margin: 0 auto;
        max-width: initial;
    }
}

.product-images__big-image {
    width: 320px;
    height: auto;
    max-height: 460px;
    margin-bottom: 14px;
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .product-images__big-image {
        width: 100%;
     }
}


.product__image {
    display: block;
    width: 368px;
    height: 368px;
}

.product-images__all {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 640px) {
    .product-images__all {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.product-images__small-image {
    width: 69px;
    height: 104px;
    margin-right: 9px;
    margin-top: 9px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-images__small-imgage_active {
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.card-details_editable {
}

.product-card:hover .card-details {
    display: block;
    background-color: rgba(0, 26, 68, 0.75);
}


.card-details__name {
    margin: 30px 0 22px 0;
    padding: 0;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    .card-details__name {
        font-size: 22px;
    }
}

.card-details__description {
    margin: 0 auto;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.167;
    width: 200px;
}

.card-details__link,
.card-details__link:visited {
    color: #fff;
    text-decoration: none;
}

.card-details__price {
    display: block;
    font-size: 24px;
    line-height: 2.25;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: 2px solid #FFF;
    width: 120px;
    margin: 34px auto 0 auto;
}

.card-details__price_out-of-stock {
    color: red;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 5px 1px;
}

/*  PRODUCT PAGE*/
.product-page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 640px) {
    .product-page {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.product-details {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .product-details {
        text-align: left;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-details__name {
    margin: -11px 0 16px 0;
    padding: 0;
    font-family: 'Philosopher', sans-serif;
    font-size: 48px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    line-height: 45px;
}

@media screen and (max-width: 640px) {
    .product-details__name {
        font-size: 37px;
        line-height: 41px;
    }
}

.product-details__description {
    font-family: 'Philosopher', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-style: italic;
}

.product-details__out-of-stock {
    display: block;
    margin-top: 40px;
    color: red;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}


.social-share {
    margin: 25px 0 23px 0;
}

.social-share__caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 36px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #81B1FD;
    margin-right: 14px;
}

.product-property-selector {
    display: block;
    list-style: none;
}

.product-property-selector__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
}

.product-property-selector__label {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 45px;
    font-size: 24px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #fff;
}

.product-property-selector__cotrol {
    display: none;
}


.color-selector__item_active {
    border-color: #81B1FD;
    color: #81B1FD;
}

.size-selection {
    margin-bottom: 12px;
}

.size-selector__item > input[type="radio"]:checked {
    color: #81b1fd;
    border: 2px solid #81b1fd;
}

.size-selector__item_active {
    color: #81b1fd;
    border: 2px solid #81b1fd;
}

.size-selector__item_wide {
    width: auto;
    padding: 0 12px;
}

.selector__title {
    display: block;
    margin-bottom: 10px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.286;
}

.size-selector__titile {
}



.size-selector {
}

.colors-selector {
}

.color-selector {
    margin-bottom: 10px;
}

.color-selector__item {
}

.bullet {
    line-height: 45px;
    font-size: 72px;
}

.quantity-selector {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 79%;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .quantity-selector {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
}

.cart-sales-cost {
    white-space: nowrap;
}

.product-details .cart-sales-cost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.cart-sales-cost__total-price-caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 24px;
    font-size: 20px;
    color: #fff;
    line-height: 49px;
}

@media screen and (max-width: 640px) {
    .cart-sales-cost__total-price-caption {
        display: none;
    }
}


.checkout-form .cart-sales-cost__total-price-caption {
    display: none;
}

.cart-sales-cost__currency {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 8px;
    font-size: 48px;
    font-weight: 700;
    color: #81b1fd;
}

@media screen and (max-width: 640px) {
    .cart-sales-cost__currency {
        margin-left: -10px;
    }
}


    .cart-sales-cost__currency_shipping {
        vertical-align: middle;
    }

    .cart-sales-cost__price {
        -ms-flex: 1 1;
        -webkit-flex: 1 1;
        -webkit-box-flex: 1;
        flex: 1 1;
        margin: auto;
        font-size: 48px;
        font-weight: 700;
        /*line-height: 49px;*/
        color: #81b1fd;
    }
@media screen and (min-width: 641px) and ( max-width: 769px) {
    .cart-sales-cost__price {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        
    }
}


    .product-details__button,
    .product-details__button:visited {
        display: block;
        width: 79%;
        margin: 30px 0;
        color: #f00;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        line-height: 62px;
        background-color: transparent;
        text-decoration: none;
        background: #000;
        border: 2px solid #FFF;
        cursor: pointer;
        -webkit-appearance: none;
    }


    @media screen and (max-width: 640px) {
        .product-details__button,
        .product-details__button:visited {
            display: block;
            width: 94%;
            margin: 0 auto;
        }
    }

    .product-details__button_cart {
        display: none;
    }

    .error-field-container {
        display: none;
        color: red;
        font-size: 16px;
    }

    .error-field-container__payment {
        margin-bottom: 10px;
    }

    .cart-contact__payment {
        width: 487px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: left;
    }

    @media screen and (max-width: 640px) {
        .cart-contact__payment {
            width: 80%;
        }
    }

    .cart-contact__payment-title {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-bottom: 10px;
    }

 .cart-contact___radio:before {
    content: "";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*vertical-align: middle;*/
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 48px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .cart-contact___selector {
        display: none;
    }

        .cart-contact___selector:checked + .cart-contact___radio:before {
            content: "•";
            color: #fff;
            padding-left: 5px;
            padding-top: 1px;
        }

        .cart-contact___selector:disabled + .cart-contact___radio:before {
            content: "";
            color: #f00;
            padding-left: 5px;
            padding-top: 1px;
            border-color: #888;
        }

    .cart-contact___radio {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
        margin-right: 15px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }

.cart-contact___selector:disabled + .cart-contact___radio {
    color: #888;
}

    @media screen and (max-width: 640px) {
        .cart-contact__radio {
            font-size: 12px;
            line-height: 24px;
        }
    }

    .cart-contact__shippment-selector-wrpper {
        margin-top: 30px;
    }

    .cart-contact__shippment-title {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 300;
    }

    .cart-contact__shippment {
        width: 487px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: left;
    }


    .cart-contact__shippment-selector {
        list-style: none;
    }

        .cart-contact__shippment-selector li:before {
            content: '*';
            margin-right: 5px;
        }

    .cart-contact__shippment-icon:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        background-image: url('Images/delivery.png');
        background-repeat: no-repeat;
    }

    .cart-contact__shippment-icon_post:after {
        width: 48px;
        height: 23px;
        background-position: -10px -39px;
    }

    .cart-contact__shippment-icon-cdek:after {
        width: 72px;
        height: 19px;
        background-position: -10px -10px;
    }
    /*   SCHEDULE PAGE*/
    .schedule {
        margin-bottom: 50px;
    }

    .schedule__title {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .schedule__image {
        max-width: 100%;
    }

    .events {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 10px;
        list-style: none;
    }

    @media screen and (max-width: 640px) {
        .product-filter .events {
            display: none;
        }
    }

    @media screen and (min-width: 641px) and ( max-width: 769px) {
        
    }

    .events__item {
        min-width: 30%;
        margin-bottom: 77px;
        margin-right: 10px;
    }

    .events__link {
        color: #fff;
        text-decoration: none;
    }

    .events__logo {
        width: 180px;
        height: 75px;
    }

    @media screen and (min-width: 641px) and ( max-width: 780px) {
        .product-filter .events__logo {
            width: 100%;
            height: auto;
        }
    }

    .events__country {
        display: block;
    }

    /*Cart page*/
    .empty-cart-title {
        margin-bottom: 40px;
        font-size: 48px;
        text-transform: uppercase;
    }

    .cart-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff;
        -webkit-box-align: center;
    }

    @media screen and (max-width: 640px) {
        .cart-item {
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-lines: multiple;
            line-height: 60px;
        }
    }



    .cart-item__image-container {
        position: relative;
    }

    @media screen and (max-width: 640px) {
        .cart-item__image-container {
            display: -webkit-inline-box;
            vertical-align: top;
        }
    }

    .cart-item__remove-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-self: center;
        font-size: 20px;
        color: red;
        cursor: pointer;
        font-family: 'Zapf Dingbats', Arial sans-serif;
    }

    @media screen and ( max-width: 640px) {
        .cart-item__remove-item {
            display: -webkit-inline-box;
            vertical-align: top;
            min-width: 20%;
            max-width: 30%;
        }
    }

    .cart-item__image {
        -ms-flex: 0 0;
        -webkit-flex: 0 0;
        -webkit-box-flex: 0;
        flex: 0 0;
        width: 148px;
        height: 148px;
        margin: auto;
        margin-right: 42px;
        padding-left: 20px;
    }

    @media screen and (max-width: 640px) {
        .cart-item__image {
            width: 100px;
            height: 100px;
            margin-right: 10px;
            padding-left: 5px;
        }
    }

    .cart-item__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 1 1 27%;
        -webkit-flex: 1 1 27%;
        -webkit-box-flex: 1;
        flex: 1 1 27%;
        text-align: left;
    }

    @media screen and (max-width: 340px) {
        .cart-item__info {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            display: -webkit-inline-box;
            vertical-align: top;
            max-width: 50%;
        }
    }

    .cart-item__link {
        text-decoration: none;
        color: #fff;
    }

        .cart-item__link:hover,
        .cart-item__link:focus {
            color: #fff;
            text-decoration: none;
        }

    .cart-item__name {
        display: block;
        margin-bottom: 7px;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
    }

    @media screen and (max-width: 640px) {
        .cart-item__name {
            font-size: 20px;
        }
    }

    .cart-item_description {
        font-family: 'Arial Regular';
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }

    .cart-details {
        white-space: nowrap;
    }

    .cart-details__item {
        display: inline-block;
        vertical-align: top;
        width: 25px;
        height: 22px;
        font-size: 0;
        border: 2px solid #fff;
    }

    .cart-details__item_size {
        margin-right: 6px;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
    }

    @media screen and (max-width: 640px) {
        .cart-details__item_size {
            font-size: 10px;
        }
    }

    .cart-details__item_custom_size {
        width: auto;
        padding: 0 5px;
    }

    .cart-details__item_color {
        display: inline-block;
        vertical-align: top;
        background-color: #81b1fd;
    }

    .cart-item .cart-sales-cost {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-flex-basis: 111px;
        -ms-flex-preferred-size: 111px;
        flex-basis: 111px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: center;
    }

    @media screen and (max-width: 640px) {
        .cart .cart-sales-cost {
            display: -webkit-inline-box;
            vertical-align: top;
            max-width: 40%;
        }
    }

    .cart .cart-sales-cost__currency {
        margin: auto;
    }

    .cart-sales-quantity {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: auto;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        font-size: 0;
        white-space: nowrap;
    }

    .quantity-selector .cart-sales-quantity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
    }

    .product-details .cart-sales-quantity {
        margin-bottom: 7px;
    }

    .cart-item .cart-sales-quantity {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media screen and (max-width: 640px) {
        .product-details .cart-sales-quantity {
            position: relative;
            padding-right: 0;
        }
    }

    @media screen and (max-width: 640px) {
        .cart-item .cart-sales-quantity {
            display: -webkit-inline-box;
            vertical-align: top;
            max-width: 40%;
            padding-right: 40px;
        }
    }
}

.cart-sales-quantity__label {
    margin-right: 7px;
    font-family: 'Arial Bold';
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: left;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout-form .cart-sales-quantity__label {
    display: none;
}

@media screen and (max-width: 640px) {
    .product-details .cart-sales-quantity__label {
        /*position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: -120px;*/
        line-height: 51px;
    }
}


.cart-sales-quantity__value {
    width: 50px;
    height: 45px;
    margin-right: 14px;
    color: #fff;
    text-align: center;
    font-family: 'Arial Bold';
    font-size: 23px;
    line-height: 45px;
    border: 3px solid #fff;
    background-color: transparent;
}

@media screen and (max-width: 640px) {
    .product-details .cart-sales-quantity__value {
        margin-right: 0;
    }
}

.cart-sales-controls {
    position: relative;
}

@media screen and (max-width: 640px) {
    .product-details .cart-sales-controls {
        display: inline-block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.cart-sales-controls__button {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .cart-sales-controls__button {
        margin-left: 7px;
    }
}

.cart-sales-controls__button_up {
    bottom: -3px;
    border-style: solid;
    border-width: 0 10px 16px 10px;
    border-color: transparent transparent #fff transparent;
}

.cart-sales-controls__button_down {
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 640px) {
    .cart-item .cart-sales-controls__button_up {
        bottom: 0px;
    }

    .cart-item .cart-sales-controls__button_down {
        top: -3px;
    }
}

.cart-item__price {
    -ms-flex: 1 1 178px;
    -webkit-flex: 1 1 178px;
    -webkit-box-flex: 1;
    flex: 1 1 178px;
    margin: auto;
    font-size: 48px;
    font-weight: bold;
    color: #81b1fd;
}

.cart-total {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 48px;
    font-weight: bold;
    color: #81b1fd;
}

.cart-total__item {
    display: inline-block;
    vertical-align: top;
}

.cart-total__item_label {
    margin-right: 14px;
}

.shipping-cost {
    display: inline-block;
}

.cart-sales-cost__shipping-cost-caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 22px;
}

.cart-total__shipping-cost-value {
    vertical-align: middle;
    font-size: 48px;
    font-weight: bold;
    color: #81b1fd;
}

.cart-contact {
    padding-top: 57px;
    padding-bottom: 57px;
    background-color: #171717;
}


.cart-contact__controls {
    margin-bottom: 22px;
}

.cart-contact__controls_additional {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
    .cart-contact__controls_additional {
        width: auto;
    }
}

.cart-contact__input {
    width: 487px;
    height: 50px;
    padding: 0 10px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
}

@media screen and (max-width: 640px) {
    .cart-contact__input {
        width: 85%;
    }
}

.cart-contact__label {
    display: inline-block;
    vertical-align: middle;
    width: 87px;
    padding-right: 10px;
    font-size: 23px;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .cart-contact__label {
        display: block;
        margin: auto;
    }
}

.cart-contact__label_wide {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .cart-contact__label_wide {
        text-align: center;
    }
}

.required-mark {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    color: #f00;
}

.required-mark_hidden {
    visibility: hidden !important;
}

.cart-contact__input_area {
    display: inline-block;
    width: 487px;
    height: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .cart-contact__input_area {
        display: initial;
        width: 85%;
        margin: initial;
    }
}

.cart-contact__button {
    width: 300px;
    height: 70px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    background-color: #81b1fd;
    cursor: pointer;
    -webkit-appearance: none;
}


/*ScheduleManagement*/
.schedule .image-previer__image {
    width: 180px;
    height: 75px;
    margin-right: 10px;
}

.gallery .image-previer__image {
    width: 960px;
    height: 452px;
}

.schedules {
    list-style: none;
}



.schedule-management__image {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 75px;
}

.image-previewer {
    margin-bottom: 20px;
}


/*Product Management*/




.product-pictures .image-previer__image {
    width: 320px;
    height: 483px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.product-pictures .image-previewer__image_main {
    width: 368px;
    height: 368px;
}

.custom-sizes-container {
    display: none;
}

.custom-sizes {
    display: none;
    margin-bottom: 24px;
}


.custom-size {
    margin-bottom: 60px;
}

.standard-sizes {
    display: none;
    font-size: 0;
}

    .standard-sizes label {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 45px;
        margin-right: 3px;
        font-size: 23px;
        line-height: 45px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        cursor: pointer;
    }

    .standard-sizes input[type="checkbox"]:not(checked) + label {
    }

    .standard-sizes input[type="checkbox"]:checked + label {
        color: #81b1fd;
        border: 2px solid #81b1fd;
    }

    .standard-sizes input[type="checkbox"] {
        display: none;
    }


.size-selector-error {
    display: block;
    font-size: 12px;
}

.standard-colors {
    margin-bottom: 20px;
    font-size: 0;
}

    .standard-colors label {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 45px;
        margin-right: 3px;
        line-height: 45px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        cursor: pointer;
    }

    .standard-colors input[type="checkbox"]:not(checked) + label {
        background-color: #eee;
        border-color: #fff;
    }

    .standard-colors input[type="checkbox"]:checked + label {
        color: #81b1fd;
        border: 2px solid #81b1fd;
    }

    .standard-colors input[type="checkbox"] {
        display: none;
    }

.custom-color {
    /*display: none;*/
    margin: 30px auto;
}

.custom-color__wrapper {
    width: 47.5%;
    margin: 10px auto;
}

.zoomImg {
    width: 700px !important;
    height: 1060px !important;
}

@media screen and (max-width: 640px) {
    .zoomImg {
        width: 100% !important;
        height: 100%;
    }
}

/*CategoryManagement*/
.error-informer {
    color: red;
}

.category-table {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

    .category-table thead tr th {
        text-align: center;
    }

.color-table {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

    .color-table thead tr th {
        text-align: center;
    }

.color-box {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 20px;
}

.color-box-bordered {
    border: 2px solid #fff;
}
/*Gallery Management*/
.gallery-items {
    list-style: none;
}

/*Product Gallery Management*/
.products-gallery-selector {
    list-style: none;
    font-size: 0;
    text-align: left;
}

.products-gallery-selector__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    margin-bottom: 10px;
}

.products-gallery-selector__wrapper {
    position: relative;
}

.products-gallery-selector__image {
    width: 239px;
    height: 360px;
    cursor: pointer;
}

.apply-symbol {
    position: absolute;
    top: 0;
    right: 0;
    color: greenyellow;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.apply-symbol__left {
    left: 10px;
    right: auto;
}

/*Orders Management*/

.order-links {
    list-style: none;
    font-size: 0;
}

.order-links__item {
    display: inline-block;
    vertical-align: top;
}

.order-link {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.orders-table thead th {
    text-align: center;
}


.order-search-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.order-search {
    width: 45%;
    margin-bottom: 30px;
    border: 2px solid #fff;
}

.order-search__label {
    display: block;
    margin-bottom: 30px;
}

.order-search__input {
    display: block;
    width: 70%;
    margin: 30px auto;
    margin-bottom: 30px;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    border: 2px solid #fff;
}

.order-search__button {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 23px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
}

    .order-search__button:disabled {
        color: #cdcdcd;
        border-color: #cdcdcd;
    }

.find-orders-message {
    color: red;
    font-size: 16px;
}

.track-number-modal {
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: hidden;
}

.modal-dialog {
    margin-top: 120px;
    background-color: #000;
    border: 1px solid #fff;
}

/*OrderDetails Management*/
.products-table thead th {
    text-align: center;
}

.products-table__link {
    color: #fff;
}

/*Region Management*/
.region-table thead tr th {
    text-align: center;
}


/*Site Settings*/

/*OgImage Settings*/
.og-images {
    list-style: none;
}

.og-images__item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.og-images__control-wrapper {
    margin-right: 20px;
    font-size: 0;
    flex-grow: 1;
}

.og-images__section-name {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    margin-right: 10px;
    font-size: 23px;
}

.og-images__edit {
    display: inline-block;
    vertical-align: top;
    min-height: 31px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 23px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
}

.og-images__button {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-left: none;
    padding: 8px 20px;
    cursor: pointer;
}


.og-images__image-wrapper {
}

.og-images__image {
    
    min-width: 200px;
    max-width: 200px;
}

/*Standard controls*/
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
}

.input-control {
    display: block;
    width: 47.5%;
    min-height: 54px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 23px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
    .input-control {
        width: 80%;
    }
}

.input-control_area {
    margin-bottom: 33px;
}

.button {
    display: block;
    min-width: 31.45%;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 23px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-appearance: none;
}

    .button:disabled {
        color: #eee;
        border-color: #eee;
    }

.button-link {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #428bca;
}

    .button-link:hover {
        text-decoration: underline;
    }

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.error-field::-webkit-input-placeholder {
    color: red;
}

.error-field:-moz-placeholder {
    color: red;
}

.error-field:-moz-placeholder {
    color: red;
}

.error-field:-ms-input-placeholder {
    color: red;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0;
}

.image-wrapper__link,
.image-wrapper__link:visited {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.button-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: red;
    cursor: pointer;
}

    .button-close:before,
    .button-close:after {
        position: absolute;
        left: 0px;
        top: 8px;
        display: block;
        background-color: #fff;
        width: 18px;
        height: 3px;
        content: "";
    }

    .button-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.label-control-block {
    display: block;
}

.checkbox-label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
}

    .checkbox-label:before {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: greenyellow;
        content: "";
        border: 2px solid #fff;
    }

.checkbox {
    margin-bottom: 20px;
}

.checkbox-control {
    display: none;
}

    .checkbox-control:checked ~ .checkbox-label:before {
        content: "✓";
    }

.file-upload {
    position: relative;
    height: 32px;
    width: 47.5%;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.42857143;
    color: #555;
}

    .file-upload:after {
        content: "Browse";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        z-index: 5;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0 4px 4px 0;
        padding: 6px 12px;
        color: #333;
    }

    .file-upload:hover:after {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .file-upload:active:after {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .file-upload:before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: block;
        width: calc(100% - 40px);
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .file-upload input {
        position: absolute;
        display: block;
        top: 0;
        height: 100%;
        z-index: 99;
        width: 100%;
        opacity: 0;
    }

.check-button {
    visibility: hidden;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url('Images/Check.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.admin-content-link {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.daterangepicker {
    color: #000000;
}

.overlay {
    background: rgba(0, 0, 0, 0.97);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 9000;
}

.overlay__image {
    width: auto;
    max-width: 50%;
    max-height: 90vh;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9000;
}

@media screen and (max-width: 640px) {
    .overlay__image {
        width: auto;
        max-width: initial;
        height: 100%;
        max-height: 100%;
    }
}

.hidden {
    display: none;
}

.validation-summary-errors {
    color: red;
    font-size: 16px;
}

    .validation-summary-errors ul {
        list-style: none;
    }

/*Bootstrap ovverwrite*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 487px;
}

@media screen and (max-width: 640px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 85%;
    }
}

.cart-contact__controls .btn.dropdown-toggle.btn-default {
    display: block;
    width: 487px;
    color: #fff;
    outline: none;
    border-radius: 20px;
    border: 2px solid #fff;
    background-color: transparent;
}

    .cart-contact__controls .btn.dropdown-toggle.btn-default:active,
    .cart-contact__controls .btn.dropdown-toggle.btn-default:focus {
        outline: none !important;
    }

@media screen and (max-width: 640px) {
    .cart-contact__controls .btn.dropdown-toggle.btn-default {
        width: 100%;
    }
}

.cart-contact__controls .dropdown-menu {
    width: 500px;
}

@media screen and (max-width: 640px) {
    .cart-contact__controls .dropdown-menu {
        width: 70%;
    }
}


.cart-contact__controls .btn.dropdown-toggle.btn-default .filter-option.pull-left {
    font-size: 23px;
    text-align: center;
}

.cart-contact__controls .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 4px solid #fff;
}

.cart.contact .btn-group.bootstrap-select {
    width: 85%;
}

.text-danger {
    color: #f00;
}

.checkbox-label-danger {
    color: red;
}
.checkbox-label-danger:before {
    color: red;
}

.input-control.price-control {
    margin-bottom: 3px;
}


