@font-face {
    font-family: OpenSansRegular;
    src: url(../font/Open_Sans/OpenSans-Regular.eot?#iefix) format('embedded-opentype'), url(../font/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSansLight;
    src: url(../font/Open_Sans/OpenSans-Light.eot?#iefix) format('embedded-opentype'), url(../font/Open_Sans/OpenSans-Light.ttf);
}

body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    float: none;
    clear: both;
}

cite {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#map {
    height: 400px;
    z-index: 0;
}

.padding {
    margin-top: 60px;
    padding: 60px 0;
}

.padding1 {
    padding: 60px 0;
}

.wrapper_header {
    width: 100%;
    background: #1f2122;
    padding: 20px 0;
}

.date p {
    text-align: right;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px 0 5px 0;
}

.log_in {
    position: relative;
    z-index: 10;
    text-align: right;
}

#user {
    width: 150px;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.log_in_reg {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.log_in_or {
    text-decoration: none;
    font-size: 12px;
    color: #6cadff;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.login_link {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.login_link:hover {
    color: #6E7172;
}

#user:hover, .log_in_reg:hover {
    color: #6E7172;
}

#login_menu {
    position: absolute;
    width: 250px;
    height: 0;
    right: 0;
    text-align: left;
    background: #6E7172;
    top: 26px;
    overflow: hidden;
    -webkit-transition: height 0.2s linear 0s;
    transition: height 0.2s linear 0s;
}

#login_menu div {
    width: 250px;
    padding: 15px 15px;
}

.overlay {
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    background-color: #ffffff;
    display: none;
}

#acc_menu {
    position: absolute;
    min-width: 190px;
    height: 0;
    right: 0;
    background: #6E7172;
    top: 26px;
    overflow: hidden;
    transition: all 0.2s linear 0s;
}

#acc_menu div {
    min-width: 190px;
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #6E7172;
}

#acc_menu ul {
    list-style: none;
}

#acc_menu li {
    padding: 2px 0;
    display: block;
    text-align: right;
    width: 100%;
}

#acc_menu a {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    width: 100%;
    transition: color 0.2s linear 0s;
}

#acc_menu p {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    width: 100%;
}

#acc_menu button {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    transition: color 0.2s linear 0s;
}

#acc_menu a:hover {
    color: #376eb3;
}

#acc_menu button:hover {
    color: #376eb3;
}

.acc_li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    margin-top: 10px;
    margin-bottom: 8px;
}

.login_input {
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    padding: 5px 2px;
    border: 1px solid #ffffff;
}

.login_input::-webkit-input-placeholder {
    color: red;
    font-size: 12px;
    line-height: 1.7em;
}

.login_input::-moz-placeholder {
    color: red;
    font-size: 12px;
    line-height: 1.7em;
}

.login_label {
    display: inline-block;
    margin: 10px 0;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    position: relative;
}

.login_button {
    background: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    padding: 8px 14px;
    margin: 15px 0;
}

.login_button::before {
    content: '\e806';
    font-family: 'fontello';
    margin-right: 1px;
}

.login_button:active {
    background: black;
    color: #ffffff;
}

.login_acc {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.login_acc:hover {
    color: black;
}

.search_div {
    width: 300px;
    display: inline-block;
}

.search_holder {
    width: 240px;
    height: 36px;
    background: #1f2122;
    border: 1px solid #6E7172;
    position: relative;
    float: left;
}

.search {
    display: inline-block;
    width: 195px;
    height: 36px;
    padding: 0 20px;
    font-size: 13px;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    color: #ffffff;
    border-right: 1px solid #6E7172;
    background: transparent;
}

.submit {
    display: block;
    width: 45px;
    height: 36px;
    color: #ffffff;
    font-size: 15px;
    transition: color 0.2s linear 0s;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.submit:hover {
    color: #6E7172;
}

.search_results {
    display: none;
    z-index: 1000;
    line-height: 1em;
    position: absolute;
    width: 100%;
    background: #ffffff;
    color: #6E7172;
    top: 39px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ffffff;
}

.search_results b {
    color: #376eb3;
}

.results {
    display: block;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    color: #6E7172;
}

.results:hover {
    color: #333;
}

.results:focus {
    color: #333;
    outline: none;
}

.shop_cart_div {
    display: inline-block;
    padding-top: 6px;
}

.shop_cart {
    font-size: 29px;
    color: rgb(68, 136, 223);
    text-decoration: none;
    transition: color 0.2s linear 0s;
    line-height: 0.9;
}

.shop_cart:hover {
    color: #ffffff;
}

.menu_pic {
    max-width: 1920px;
    height: 800px;
    background: url("../img/hero-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.menu_glass {
    width: 100%;
    height: 100%;
    background: rgba(31, 33, 34, 0.2);
}

#nav {
    width: 100%;
    background: rgba(31, 33, 34, 0.2);
    transition: background 0.5s linear 0s;
    z-index: 1;
}

#nav_black {
    width: 100%;
    background: rgba(31, 33, 34, 1);
    z-index: 2;
}

.navLinkStyle {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    transition: color 0.3s linear 0s;
    font-size: 19px;
    letter-spacing: 1px;
}

.navLinkStyle:hover {
    color: #376eb3;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu-icon.svg");
}

.content_center {
    padding: 60px 0;
}

.content_center h1 {
    text-align: center;
    font-size: 70px;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-weight: 300;
}

.content_center h1::after {
    content: "";
    width: 200px;
    height: 5px;
    display: block;
    position: relative;
    background: #376eb3;
    top: 20px;
    margin: 0 auto;
}

.content_center p {
    text-align: center;
    line-height: 2em;
    margin-top: 60px;
    font-size: 18px;
    font-family: OpenSansLight, sans-serif;
    font-weight: 300;
}

.content_center a {
    text-decoration: none;
    color: #376eb3;
    font-weight: 400;
}

.content_center1 h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
}

.card-cont {
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
    opacity: 0;
    overflow: hidden;
    position: relative;
    height: 420px;
    -webkit-box-shadow: 4px 4px 16px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 16px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 16px -9px rgba(0, 0, 0, 0.75);
}

.card-cont-over {
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    transition: all 1s ease 200ms;
}

.card-cont-over h3 {
    font-family: 'OpenSansLight', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: rgba(31, 33, 34, 1);
    letter-spacing: 2px;
    display: inline-flex;
}

.card-cont-over i {
    font-size: 16px;
    float: right;
    display: inline-block;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
}

.card-cont-over a {
    text-decoration: none;
    color: #376eb3;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

.card-cont-img{opacity: 1;}

.products {
    width: 0;
    height: 400px;
    background-size: cover;
    transition: width 0.8s linear 0s;
}

.product_hover {
    width: 100%;
    height: 0;
    background: rgba(31, 33, 34, 0.5);
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.product_hover p {
    text-align: center;
    margin-top: 40%;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.footer {
    width: 100%;
    background: #1f2122;
}

.footer_img {
    height: 129px;
    background-image: url("../img/map.png");
    background-repeat: no-repeat;
    background-position: center;
}

.footer_h1 {
    color: #ffffff;
    text-align: center;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer_link {
    display: inline-block;
    width: 100%;
    color: #6cadff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.footer_cont {
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

.footer_social {
    width: 100%;
    text-align: center;
}

.footer_social_networks {
    text-decoration: none;
    color: black;
    font-size: 15px;
    padding: 9px;
    background-color: white;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 150ms linear 0s;
}

.footer_social_networks:nth-last-child(1) {
    margin-right: 0;
}

.icon-t {
    color: #4099FF;
}

.icon-f {
    color: #3B5998;
}

.icon-l {
    color: #007bb6;
}

.icon-g {
    color: #dd4b39;
}

.icon-t:hover {
    background: #4099FF;
    color: #ffffff;
}

.icon-f:hover {
    background: #3B5998;
    color: #ffffff;
}

.icon-l:hover {
    background: #007bb6;
    color: #ffffff;
}

.icon-g:hover {
    background: #dd4b39;
    color: #ffffff;
}

.footer_p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
}

.copy {
    width: 100%;
    background: #1f2122;
}

.copy_p {
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
}

#error {
    color: #ffffff;
    background: #F2555C;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    position: fixed;
    padding: 10px 0;
    z-index: 3;
}

.contact_h1 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #444;
    text-align: left;
    margin-bottom: 40px;
}

.contact_h2 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #376eb3;
    margin-bottom: 20px;
}

.contact_p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    margin-bottom: 10px;
}

.contact_social_networks {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact_social_networks a {
    color: #376eb3;
    text-decoration: none;
}

.contact_form {
    width: 80%;
}

.contact_inp_group {
    position: relative;
    margin: 35px 0 35px 0;
}

.contact_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 15px;
    color: #999;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.contact_inp {
    width: 100%;
    border-bottom: 1px solid #6E7172;
    padding: 10px 10px;
    color: #376eb3;
    background: #ffffff;
    font-size: 15px;
}

.contact_inp:focus + .contact_label, .contact_inp.has-value + .contact_label {
    top: -10px;
    font-size: 12px;
}

.contact_label_message {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 15px;
    color: #999;
    margin-bottom: 10px;
}

.contact_message {
    width: 100%;
    height: 269px;
    border: 1px solid #6E7172;
    margin-bottom: 20px;
    color: #376eb3;
    background: #ffffff;
    font-size: 15px;
    display: block;
}

.contact_message:focus {
    outline: none;
}

.contact_button {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #376eb3;
    background: #ffffff;
    padding: 16px 32px;
    border: 1px solid #376eb3;
}

.contact_button:active {
    background: #376eb3;
    color: #ffffff;
}

.aside_catalog {
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #1f2122;
    padding-bottom: 15px;
    margin: 0 0 25px 0;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #1f2122;
}

.aside_catalog_p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}

.aside_catalog_availability {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin-left: 3px;
}

.aside_catalog_ul, .aside_catalog_ul_inf {
    list-style: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    margin-bottom: 20px;
}

.aside_catalog_ul a, .aside_catalog_ul p {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.aside_catalog_ul_inf li {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.aside_catalog_ul_inf a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 15px;
    position: relative;
    padding: 0 0 0 10px;
}

.aside_catalog_ul_inf a::before {
    content: '\e80a';
    display: inline-block;
    font-family: 'fontello';
    font-size: 7px;
    position: absolute;
    top: 1px;
    left: 0;
}

.aside_catalog_wishlist {
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #666;
    color: #666;
    padding: 5px 10px;
    margin: 10px 0 20px 0;
}

.aside_catalog_wishlist::after {
    content: '\e80a';
    font-family: 'fontello';
    margin-left: 5px;
}

.aside_catalog_new_products_con {
    min-height: 115px;
    border-bottom: 1px solid #999;
}

.aside_catalog_new_products_con:nth-last-child(1) {
    border-bottom: none;
}

.aside_catalog_new_products_img {
    height: 87px;
    background-position: center;
    background-size: cover;
}

.aside_catalog_new_products_name {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    color: #1f2122;
    margin-bottom: 10px;
}

.aside_catalog_new_products_info {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    color: #1f2122;
    margin-bottom: 13px;
    line-height: 1.4em;
}

.aside_catalog_new_products_price {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #1f2122;
    margin-bottom: 15px;
}

.product_section_top {
    width: 100%;
    height: 30px;
}

.product_section_info {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.product_section_info h1, .product_section_info p {
    width: 50%;
    display: inline-block;
}

.product_section_info_p {
    text-align: right;
    font-size: 12px;
}

.product_section_info_h1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
}

.product_section_option {
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 2px;
    width: 23%;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.product_section_option label {
    font-size: 14px;
}

.product_section_option select {
    width: 160px;
}

.product_section_type {
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.product_select_product_type {
    display: inline-flex;
    padding: 10px 10px;
    text-decoration: none;
    color: #3B5998;
}

.product_group {
    overflow: hidden;
}

.product_picture {
    height: 185px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 30s ease-in-out 0s;
}

.product_info {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    text-align: left;
    margin: 15px 0;
}

.product_info::first-letter {
    font-size: 20px;
}

.product_price {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 30px;
    color: #376eb3;
    font-weight: 300;
    text-align: left;
    margin: 10px 0;
    display: none;
}

.product_add {
    display: inline-block;
    transition: background 0.2s linear 0s;
    border: 1px solid #376eb3;
    background: #ffffff;
    color: #376eb3;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.product_add:hover {
    background: #376eb3;
    color: #ffffff;
    border: 1px solid #376eb3;
}

.product_more {
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s linear 0s;
    border: 2px solid #2c2b2e;
    border-left: none;
    background: #2c2b2e;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.product_more:hover {
    background: #ffffff;
    color: #2c2b2e;
    border: 2px solid #2c2b2e;
    border-left: none;
}

.product_wish {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin: 10px 0;
}

.product_wish a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s linear 0s;
}

.product_wish a:hover {
    color: #888;
}

.product_pages {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.product_pages a {
    display: inline-block;
    padding: 8px 10px;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
    border-right: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
}

.product_pages a:nth-last-child(1) {
    border: 1px solid #333;
}

.search_results_message {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    margin-top: 42px;
    margin-left: 20px;
}

.reg_inp_group {
    position: relative;
    margin-bottom: 30px;
}

.reg_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.reg_inp {
    width: 75%;
    border-bottom: 1px solid #6E7172;
    padding: 10px 10px;
    color: #376eb3;
    margin-bottom: 20px;
    background: #ffffff;
    font-size: 15px;
}

.reg_inp:focus + .reg_label, .reg_inp.has-value + .reg_label {
    top: -10px;
    font-size: 12px;
}

.reg_h1 {
    width: 85%;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #444;
    text-align: left;
    margin-bottom: 80px;
    line-height: 1.2em;
}

.reg_h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #444;
    margin-top: 15px;
}

.reg_button {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #376eb3;
    background: #ffffff;
    padding: 16px 16px;
    border: 1px solid #376eb3;
    margin-top: 30px;
}

.reg_button:active {
    color: #ffffff;
    background: #376eb3;
    border-color: #376eb3;
}

.fname_error {
    position: absolute;
    top: -25px;
    left: 555px;
    background: OrangeRed;
    width: 200px;
    padding: 25px 10px;
    border-radius: 5px;
    display: none;
}

.fname_error::before {
    content: '\e80d';
    font-family: 'fontello';
    display: block;
    position: absolute;
    right: 193px;
    width: 16px;
    height: 16px;
    font-size: 29px;
    color: orangered;
}

.error_p {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 0rem;
}

.lname_error {
    position: absolute;
    top: -25px;
    left: 555px;
    background: OrangeRed;
    width: 200px;
    padding: 25px 10px;
    border-radius: 5px;
    display: none;
}

.lname_error::before {
    content: '\e80d';
    font-family: 'fontello';
    display: block;
    position: absolute;
    right: 193px;
    width: 16px;
    height: 16px;
    font-size: 29px;
    color: orangered;
}

.e_mail_error {
    position: absolute;
    top: -25px;
    left: 555px;
    background: OrangeRed;
    width: 335px;
    padding: 25px 10px;
    border-radius: 5px;
    display: none;
}

.e_mail_error::before {
    content: '\e80d';
    font-family: 'fontello';
    display: block;
    position: absolute;
    right: 328px;
    width: 16px;
    height: 16px;
    font-size: 29px;
    color: orangered;
}

.password_error {
    position: absolute;
    top: -25px;
    left: 555px;
    background: OrangeRed;
    width: 335px;
    padding: 25px 10px;
    border-radius: 5px;
    display: none;
}

.password_error::before {
    content: '\e80d';
    font-family: 'fontello';
    display: block;
    position: absolute;
    right: 328px;
    width: 16px;
    height: 16px;
    font-size: 29px;
    color: orangered;
}

.repassword_error {
    position: absolute;
    top: -25px;
    left: 555px;
    background: OrangeRed;
    width: 200px;
    padding: 25px 10px;
    border-radius: 5px;
    display: none;
}

.repassword_error::before {
    content: '\e80d';
    font-family: 'fontello';
    display: block;
    position: absolute;
    right: 193px;
    width: 16px;
    height: 16px;
    font-size: 29px;
    color: orangered;
}

.admin_body {
    padding-top: 180px;
}

.admin_h1 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background: #333;
    text-align: center;
    padding: 22px 0;
    font-weight: 300;
    margin-bottom: 20px;
}

.admin_login {
    min-width: 550px;
    background: white;
    margin: 0 auto;
    box-shadow: 3px 3px 10px #555;
    padding-bottom: 30px;
}

.admin_login_section {
    width: 515px;
    margin: 0 auto;
}

.admin_inp_group {
    display: inline-block;
    position: relative;
    margin-left: 16px;
}

.admin_input {
    width: 155px;
    display: inline-block;
    background: #ffffff;
    color: #376eb3;
    border-bottom: 1px solid #333;
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.admin_input:focus + .admin_label, .has-value + .admin_label {
    top: -5px;
    font-size: 12px;
}

.admin_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 49%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.admin_button {
    background: #ffffff;
    color: #333;
    border: 1px solid #333;
    padding: 10px 20px;
    margin: 10px 0 0 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
}

.admin_bottom {
    width: 100%;
    margin-top: 30px;
}

.admin_link {
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    color: #376eb3;
    text-decoration: none;
    text-align: center;
}

.control_panel_h1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 10px 20px 0;
    text-align: center;
}

.control_panel_p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px 20px 0;
    text-align: right;
}

.control_panel_a {
    color: #ffffff;
    text-decoration: none;
    padding-right: 10px;
}

.control_panel_a:nth-child(2) {
    border-left: 1px solid #ffffff;
    padding-right: 0;
    padding-left: 10px;
}

.control_panel_box {
    display: block;
    width: 62%;
    background: #777;
    text-align: right;
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    color: #ffffff;
    float: right;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.control_panel_box_white {
    background: #ffffff;
    color: #777;
}

.panel_page {
    width: 100%;
}

.add_product_panel {
    width: 460px;
    margin: 66px 0 0 66px;
}

.view_product_panel {
    height: 915px;
    overflow: scroll;
}

.view_product_panel_h1 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 20px 0;
}

.view_product_panel_item {
    width: 240px;
}

.view_product_panel_item_img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.view_product_panel_item_name {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}

.view_product_panel_button {
    display: inline-block;
    width: 115px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 10px;
}

.green {
    background: #ffffff;
    color: #376eb3;
    border: 1px solid #376eb3;
}

.green:active {
    background: #376eb3;
    border: 1px solid #376eb3;
    color: #ffffff;
}

.red {
    background: #ffffff;
    color: #1f2122;
    border: 1px solid #1f2122;
    margin-left: 10px;
}

.red:active {
    background: #1f2122;
    border: 1px solid #1f2122;
    color: #ffffff;
}

.dropzone {
    width: 460px;
    height: 300px;
    border: 2px dashed #ccc;
    color: #ccc;
    transition: all 200ms linear 0s;
}

.dropzone p {
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 10px;
}

.icon-upload {
    font-size: 70px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 95px;
}

.loader {
    width: 460px;
    margin-top: 10px;
    padding: 3px;
    background: #cccccc;
}

.loader_fill {
    display: block;
    width: 0;
    background: #376eb3;
    height: 4px;
    transition: width 100ms ease-out 0s;
}

.product_inp_group {
    position: relative;
    margin: 35px 0 35px 0;
}

.product_input {
    width: 100%;
    border-bottom: 1px solid #6E7172;
    padding: 10px 10px;
    color: #376eb3;
    background: #ffffff;
    font-size: 15px;
}

.product_input:focus + .product_label, .product_input.has-value + .product_label {
    top: -10px;
    font-size: 12px;
}

.product_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 15px;
    color: #999;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.product_details_container {
    width: 460px;
    position: relative;
}

.product_details {
    width: 460px;
    height: 33px;
    max-height: 300px;
    display: inline-block;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #6E7172;
    color: #376eb3;
    background: #ffffff;
    font-size: 15px;
    resize: none;
}

.product_details:focus + .product_details_label, .product_details.has-value + .product_details_label {
    top: -20px;
    font-size: 12px;
}

.product_details:focus {
    outline: none;
}

.product_details_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 15px;
    color: #999;
    position: absolute;
    top: 3px;
    left: 0;
}

.product_control {
    width: 145px;
    height: 50px;
    display: inline-block;
    float: left;
    position: relative;
    margin-top: 35px;
}

.product_control::after {
    content: "\e80c";
    display: inline-block;
    font-family: 'fontello';
    text-decoration: none;
    top: 27px;
    right: 25px;
    position: absolute;
    color: #999;
    z-index: -1;
}

.product_control label {
    position: absolute;
    top: 0;
    color: #999;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
}

.product_control select {
    position: absolute;
    top: 20px;
    width: 130px;
    height: 28px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #376eb3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: transparent;
}

.product_control select:focus {
    outline: none;
}

.product_cancel {
    width: 82px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6E7172;
    background: #ffffff;
    padding: 14px 0;
    border: 1px solid #6E7172;
    margin-top: 36px;
}

.product_save {
    width: 82px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #376eb3;
    background: #ffffff;
    padding: 14px 0;
    border: 1px solid #376eb3;
    margin-top: 36px;
}

.product_cancel:active {
    color: #ffffff;
    background: #6E7172;
}

.product_save:active {
    color: #ffffff;
    background: #376eb3;
}

.type_holder {
    display: none;
    position: absolute;
}

.select_type {
    margin: 10px;
    z-index: 100;
}

.reg_com_h1 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 30px;
    color: #376eb3;
    margin-bottom: 20px;
    font-weight: 400;
}

.reg_com_hr {
    margin-bottom: 30px;
}

.reg_com_p {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    margin: 10px 0 10px 34px;
    font-weight: 300;
    line-height: 1.6em;
}

.reg_com_span {
    color: #376eb3;
    font-weight: bold;
}

.reg_com_p:nth-child(7) {
    margin: 30px 0 0 0;
    color: #333;
    font-size: 12px;
}

.success_img {
    background-image: url("../img/mail.png");
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
}

.about_us_bac {
    width: 100%;
    background: #E6E5EA;
}

.about_us_img {
    background-image: url(../img/about_us.jpg);
    background-size: contain;
    height: 484px;
    background-position: center;
    background-repeat: no-repeat;
}

.about_us_h1 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 40px;
    color: #376eb3;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

.about_us_p {
    text-align: center;
    line-height: 2em;
    font-size: 18px;
    font-family: OpenSansLight, sans-serif;
    font-weight: 300;
}

.cart {
    position: relative;
}

.cart_holder {
    width: 1200px;
    height: 0;
    position: fixed;
    background: #ffffff;
    z-index: 12;
    overflow: hidden;
    transition: all 200ms linear 0s;
    padding: 0 20px;
}

.product_cart {
    width: 181px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.product_cart_img {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product_cart p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2b2e;
    text-align: center;
}

.cart_h1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}

.cart_message {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

.show_product_more {
    width: 100%;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
}

.show_product_more_img {
    width: 50%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #999;
}

.show_product_more_action {
    width: 40%;
    padding: 0 0 0 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.show_product_more_info {
    margin-top: 20px;
    color: #333;
}

.show_product_more_info h2 {
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.show_product_more_info p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.show_product_more_buy_button {
    background: #376eb3;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border: 1px solid #376eb3;
    transition: all 0.2s linear 0s;
}

.show_product_more_buy_button:hover {
    background: #ffffff;
    color: #376eb3;
}

.show_product_more_add_wish_list {
    font-size: 11px;
    text-decoration: none;
    color: #666;
    transition: all 0.2s linear 0s;
}

.show_product_more_add_wish_list:hover {
    color: #376eb3;
}

.show_product_more_amount_button {
    padding: 9px 0;
}

.show_product_more_amount_button:active i {
    color: #376eb3;
}

.settings_h1 {
    width: 85%;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #6E7172;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.settings_h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #6E7172;
    margin-top: 15px;
}

.input_setting_grup {
    position: relative;
    margin-bottom: 30px;
}

.input_setting_grup:nth-child(5) {
    margin: 0;
}

.settings_inp {
    width: 75%;
    border-bottom: 1px solid #6E7172;
    padding: 10px 10px;
    color: #376eb3;
    margin-bottom: 20px;
    background: #ffffff;
    font-size: 15px;
}

.settings_inp:focus + .settings_label, .settings_inp.has-value + .settings_label {
    top: -10px;
    font-size: 12px;
}

.settings_label {
    display: inline-block;
    font-family: 'OpenSansLight', Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.settings_save_button {
    padding: 15px 20px;
    color: #ffffff;
    background: #376eb3;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #376eb3;
    border: 0px none #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #376eb3;
}

::-webkit-scrollbar-track {
    background: #3e3e3e;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

@media only screen and (max-width: 1200px) {
    .menu_pic {
        height: 650px;
    }
}

@media only screen and (max-width: 1000px) {
    .menu_pic {
        height: 417px;
        background: url("../img/hero-image1000.jpg");
    }
}

@media only screen and (max-width: 800px) {

    .menu_pic {
        height: 333px;
        background: url("../img/hero-image800.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .menu_pic {
        height: 250px;
        background: url("../img/hero-image600.jpg");
    }
}

@media only screen and (max-width: 400px) {
    .footer_img, .about_us_img  {display: none;}
    .menu_pic {
        height: 0px;
        background: none;
    }
}

@media only screen and (max-width: 350px) {
    .footer_img, .about_us_img  {display: none;}
    .menu_pic {
        height: 0px;
        background: none;
    }

    .content_center p {
        line-height: 1.5em;
        font-size: 22px;
    }

    .content_center h1 {
        font-size: 40px;
    }

    .content_center h1::after {
        content: "";
        width: 100px;
        height: 5px;
        top: 20px;
    }

    .content_center1 h1 {
        font-size: 25px;
    }

    .card-cont img {
        width: 100%;
        height: auto;
    }

    .card-cont-over {
        height: auto;
    }
}