@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,300italic,700italic&subset=latin,latin-ext);
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: inherit !important;
    text-decoration: inherit !important;
}

a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

.wrapper {
    width: 100%;
    max-width: 2000px;
    padding-left: 50px;
    padding-right: 50px;
}

.spacer {
    clear: both;
}

.button {
    height: 46px;
    text-align: center;
    padding-left: 56px;
    padding-right: 56px;
    border: 2px solid black;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    padding-top: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background: black;
    color: white;
}

.popup_bg {
    height: 100%;
    width: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 5;
}

.popup_bg .popup_content {
    min-height: 177px;
    max-width: 700px;
    padding-top: 30px;
    position: absolute;
    width: 90%;
    background: white;
    text-align: center;
    top: 50%;
    left: 50%;
}

.popup_bg .popup_content p {
    font-size: 20px;
    font-weight: 300;
}

.popup_bg .popup_content .popup_buttons {
    text-align: center;
    margin-top: 25px;
}

.popup_bg .popup_content .popup_buttons div {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.popup_bg .popup_content .popup_buttons .popup_continue {
    height: 46px;
    text-align: center;
    padding-left: 56px;
    padding-right: 56px;
    background: #f6f4f5;
    border: 2px solid #f6f4f5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    padding-top: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header {
    height: 105px !important;
    width: 100%;
}

header #logo {
    float: left;
    margin-top: 8px;
    max-height: 85%;
}

#cnt_box {
    width: 210px;
    margin: 0 auto;
    top: -175px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

#cnt_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-top: 12px;
    line-height: 23px;
}

header #main_menu {
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin-left: 50px;
    margin-top: 50px;
}

header #main_menu li {
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

header #main_menu li a {
    color: #372f2e !important;
    position: relative;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

header #main_menu li a:hover:after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

header #main_menu li.active>a:after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

header #main_menu li.has_child:after {
    height: 5px;
    width: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: 1px;
    background: url("../images/shop/menu_tick.png");
    content: " ";
    display: block;
    position: absolute;
}

header #main_menu li ul {
    width: 235px;
    display: none;
    position: absolute;
    background: white;
    margin: 0px;
    padding: 0px;
    left: -85px;
    z-index: 50;
    padding-top: 5px;
    padding-bottom: 5px;
}

header #main_menu li ul li {
    height: 34px;
    width: 80%;
    display: block;
    padding: 0px;
    margin: 0px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ededed;
}

header #main_menu li ul li.last {
    border: none;
}

header #search_box {
    float: right;
    padding-top: 40px;
}

header #search_box #search_area {
    height: 34px;
    width: 302px;
    border: 1px solid #c9c9c9;
}

header #search_box #search_area input[type="text"] {
    height: 32px;
    width: 225px;
    float: left;
    border: none;
    text-align: center;
}

header #search_box #search_area #search_submit {
    height: 30px;
    width: 75px;
    cursor: pointer;
    padding-top: 5px;
    margin-top: 1px;
    border-left: 1px solid #c9c9c9;
    float: right;
    text-align: center;
}

header #search_box #search_area input[type="text"]::-webkit-input-placeholder {
    font-size: 13px;
    padding-top: 1px;
    font-style: italic;
}

header #search_box #search_area input[type="text"]:-moz-placeholder {
    font-size: 13px;
    padding-top: 1px;
    font-style: italic;
}

header #search_box #search_area input[type="text"]::-moz-placeholder {
    font-size: 13px;
    padding-top: 1px;
    font-style: italic;
}

header #search_box #search_area input[type="text"]:-ms-input-placeholder {
    font-size: 13px;
    padding-top: 1px;
    font-style: italic;
}

header #cart_area {
    height: 35px;
    width: 155px;
    float: right;
    padding-top: 40px;
    margin-left: 50px;
    cursor: pointer;
}

header #cart_text {
    height: 35px;
    width: 105px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

header #cart_text span {
    color: #ee3a52;
    font-weight: normal;
}

header #cart_ico {
    height: 35px;
    width: 48px;
    text-align: center;
    float: right;
}

#slider {
    margin-top: 10px;
}

#slider .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

#slider_box {
    position: relative;
}

#slider_box:before {
    height: 58px;
    width: 100%;
    content: " ";
    position: absolute;
    top: -10px;
    left: -5px;
    display: block;
    z-index: 2;
    background: url("../images/shop/shop_slider_top.png") no-repeat;
}

#slider_box:after {
    height: 36px;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: -10px;
    left: -5px;
    display: block;
    z-index: 2;
    background: url("../images/shop/shop_slider_bottom.png") no-repeat;
}

#slider_box #cart_box {
    display: none;
    position: absolute;
    top: 4px;
    right: 9px;
    width: 302px;
    padding-bottom: 5px;
    background: white;
    z-index: 5;
}

#slider_box #cart_box h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 0px;
}

#slider_box #cart_box #cart_prod_list {}

#slider_box #cart_box #cart_prod_list .cart_prod {
    height: 101px;
    width: 270px;
    margin: 0 auto;
    border-top: 1px solid #969696;
}

#slider_box #cart_box #cart_prod_list .cart_prod:first-child {
    border-top: none;
}

#slider_box #cart_box #cart_prod_list .cart_prod .img {
    height: 100%;
    width: 84px;
    float: left;
}

#slider_box #cart_box #cart_prod_list .cart_prod .img img {
    height: 62px;
    width: 62px;
    margin: 19px auto;
    display: block;
}

#slider_box #cart_box #cart_prod_list .cart_prod .data {
    height: 100%;
    width: 137px;
    float: left;
}

#slider_box #cart_box #cart_prod_list .cart_prod .data h2 {
    font-size: 13px;
    font-weight: 300;
    margin: 0px;
    margin-left: 14px;
    margin-top: 32px;
    margin-bottom: 3px;
}

#slider_box #cart_box #cart_prod_list .cart_prod .data p {
    margin-left: 14px;
    font-size: 14px;
    color: #3f1c86;
}

#slider_box #cart_box #cart_prod_list .cart_prod .delete {
    height: 100%;
    width: 49px;
    float: left;
}

#slider_box #cart_box #cart_prod_list .cart_prod .delete img {
    margin: 42px auto;
    display: block;
}

.bx-controls-direction {
    height: 80px;
    width: 244px;
    position: absolute;
    right: 9px;
    bottom: 18px;
}

.bx-wrapper .bx-prev {
    height: 80px !important;
    width: 120px !important;
    margin-top: 0px !important;
    position: initial !important;
    cursor: pointer;
    background: white url("../images/shop/slider/slider_l.png") no-repeat center center;
    text-align: center;
    float: left;
}

.bx-wrapper .bx-prev:hover {
    background-position: center center;
}

.bx-wrapper .bx-next {
    height: 80px !important;
    width: 120px !important;
    margin-top: 0px !important;
    position: initial !important;
    cursor: pointer;
    background: white url("../images/shop/slider/slider_r.png") no-repeat center center;
    text-align: center;
    float: right;
}

.bx-wrapper .bx-next:hover {
    background-position: center center;
}

#slider_text {
    width: 588px;
    position: absolute;
    top: 100px;
    left: 60%;
}



#slider_text .title {
    color: #000101;
    font-size: 35px;
    line-height: 45px;
}

#slider_text .title b {
    display: block;
    font-size: 54px;
}

#slider_text .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
}

#slider_text .button {
    height: 46px;
    width: 272px;
    padding-top: 12px;
    border: 2px solid black;
    background: transparent;
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
}

#slider_text.white .title {
    color: white;
}

#slider_text.white .text {
    color: white;
}

#slider_text.white .button {
    border-color: white;
    color: white;
}

section #left_menu {
    list-style: none;
    font-size: 22px;
    margin-top: 134px;
    font-weight: 600;
}

section #left_menu li {
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section #left_menu li.active>a {
    padding-bottom: 4px;
    padding-right: 120px;
    background: url("../images/shop/menu_active.png") no-repeat bottom;
}

section #left_menu li ul {
    list-style: none;
    padding-top: 10px;
    display: none;
}

section #left_menu li ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 3px;
}

section #sort_select {
    height: 46px;
    width: 70%;
    border: 2px solid black;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}

section #shop_main .category_title {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    clear: both;
    font-weight: bold;
    text-align: center;
    color: black;
    padding-top: 25px;
    padding-bottom: 25px;
}

section #shop_main .shop_item .shop_el {
    height: 523px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 0;
}

section #shop_main .shop_item .shop_el img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index: -1;
}

section #shop_main .shop_item .shop_el .img_holder {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
}

section #shop_main .shop_item .shop_desc {}

section #shop_main .shop_item .shop_desc h2 {
    font-size: 15px;
    color: #000101;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

section #shop_main .shop_item .shop_desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

section #shop_main .shop_item .shop_desc .price {
    font-size: 23px;
    font-weight: 300;
}

section #shop_main .shop_item .shop_desc .strike {
    text-decoration: line-through;
}

.soldout {
    background: url(/asset/site/images/soldout.png) no-repeat;
    background-position: right top;
    background-size: 45% 100%;
    height: 150px;
    z-index: 111;
}

section #full_cart {}

section #full_cart h1 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-bottom: 15px;
}

section #full_cart #full_cart_elements {
    border-bottom: 2px solid black;
    padding-bottom: 30px;
}

section #full_cart #full_cart_elements .shop_item .shop_el {
    height: 523px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    position: relative;
}

section #full_cart #full_cart_elements .shop_item .shop_el img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}

section #full_cart #full_cart_elements .shop_item .shop_desc {}

section #full_cart #full_cart_elements .shop_item .shop_desc h2 {
    font-size: 15px;
    color: #000101;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

section #full_cart #full_cart_elements .shop_item .shop_desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

section #full_cart #full_cart_elements .shop_item .shop_desc .price {
    font-size: 23px;
    font-weight: 300;
}

section #full_cart #full_cart_elements .shop_item .shop_item_remove {
    height: 30px;
    width: 30px;
    float: right;
    background: #efefef;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;
}

section #full_cart #backet_summary {
    float: left;
    width: 350px;
    margin-top: 15px;
}

section #full_cart #backet_summary h1 {
    font-weight: 600;
    font-size: 25px;
}

section #full_cart #backet_summary h1 span {
    color: #fd4440;
}

section #full_cart #backet_summary a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-left: 46px;
}

section #full_cart #backet_summary a:before {
    height: 16px;
    width: 10px;
    display: block;
    margin-left: -14px;
    margin-top: 1px;
    position: absolute;
    content: " ";
    background: url("../images/cart_back.png") no-repeat;
}

section #full_cart #basket_pay {
    float: right;
    margin-top: 45px;
}

section #order_data_box {}

section #order_data_box h1 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section #order_data_box input {
    height: 50px;
    width: 100%;
    clear: both;
    margin-top: 15px;
    background: #f7f7f7;
    font-size: 13px;
    border: none;
    padding-left: 20px;
    color: black;
}

section #order_data_box input.half {
    width: 49%;
    clear: none;
}

section #order_data_box input.half:nth-child(odd) {
    float: right;
}

section #order_data_box input::-webkit-input-placeholder {
    font-style: italic;
    letter-spacing: 1px;
}

section #order_data_box input:-moz-placeholder {
    font-style: italic;
    letter-spacing: 1px;
}

section #order_data_box input::-moz-placeholder {
    font-style: italic;
    letter-spacing: 1px;
}

section #order_data_box input:-ms-input-placeholder {
    font-style: italic;
    letter-spacing: 1px;
}

section #order_data_box #basket_pay {
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

section #order_data_box #backet_summary {
    float: left;
    width: 350px;
}

section #order_data_box #backet_summary h1 {
    font-weight: 600;
    font-size: 25px;
    padding-left: 30px;
}

section #order_data_box #backet_summary h1 span {
    color: #fd4440;
}

section #order_data_box #backet_summary a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-left: 46px;
}

section #order_data_box #backet_summary a:before {
    height: 16px;
    width: 10px;
    display: block;
    margin-left: -14px;
    margin-top: 1px;
    position: absolute;
    content: " ";
    background: url("../images/cart_back.png") no-repeat;
}

section #order_data_cnt {
    border-bottom: 2px solid black;
    padding-bottom: 30px;
}

section #order_data_cnt .checkbox {
    margin-bottom: 25px;
}

section #order_data_cnt .f-vat {
    opacity: 0.35;
}

section #summary_data_cnt {
    border-bottom: 2px solid black;
    padding-bottom: 30px;
}

section #summary_data_box {}

section #summary_data_box h1 {
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section #summary_data_box #basket_pay {
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

section #summary_data_box #backet_summary {
    float: left;
    width: 350px;
    margin-top: 38px;
}

section #summary_data_box #backet_summary h1 {
    font-weight: 600;
    font-size: 25px;
    padding-left: 30px;
}

section #summary_data_box #backet_summary h1 span {
    color: #fd4440;
}

section #summary_data_box #backet_summary a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-left: 46px;
}

section #summary_data_box #backet_summary a:before {
    height: 16px;
    width: 10px;
    display: block;
    margin-left: -14px;
    margin-top: 1px;
    position: absolute;
    content: " ";
    background: url("../images/cart_back.png") no-repeat;
}

section #summary_data_c {
    margin-top: 20px;
}

section #summary_data_c table {}

section #summary_data_c table tr td {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #989898;
    font-style: italic;
}

section #summary_data_c table tr td:first-child {
    padding-right: 25px;
    color: black;
    font-style: normal;
}

section #summary_data_c select {
    height: 50px;
    width: 100%;
    background: #f7f7f7;
    border: none;
    color: #757575;
    padding-left: 15px;
    font-style: italic;
}

section #summary_data_c textarea {
    height: 245px;
    width: 100%;
    background: #f7f7f7;
    color: #757575;
    padding: 15px;
    margin-top: 15px;
    border: none;
    resize: none;
}

section #summary_data_c textarea::-webkit-input-placeholder {
    color: #757575;
}

section #summary_data_c textarea:-moz-placeholder {
    color: #757575;
}

section #summary_data_c textarea::-moz-placeholder {
    color: #757575;
}

section #summary_data_c textarea:-ms-input-placeholder {
    color: #757575;
}

section #summary_data_c #cost_sum_up {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    background: url("../images/shop/menu_active.png") bottom left no-repeat;
}

section #summary_data_c #cost_sum_up span {
    color: #fd4440;
}

section #summary_data_c #cost_sum_down {
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

section #summary_data_c #cost_sum_down span {
    color: #fd4440;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: 0px;
}

section #summary_data_c #courier_info {
    margin-left: 20px;
    margin-top: 20px;
    display: none;
}

section .checkbox {
    font-size: 12px;
    font-weight: 300;
    color: #737373;
    font-style: italic;
    margin-left: 21px;
    margin-top: 25px;
}

section .checkbox_alt {
    height: 25px;
    width: 25px;
    margin-top: -5px;
    margin-left: -20px;
    float: left;
    margin-right: 10px;
    background: #efefef;
    cursor: pointer;
}

section .checkbox_alt.checked {
    background: #efefef url("../images/check.png") no-repeat center center;
}

section #prod_bg {
    height: 925px;
    width: 1320px;
    background: #f8faf9;
    position: relative;
    margin-top: 30px;
}

section #prod_bg #prod_cnt {
    height: 100%;
    width: 1050px;
    position: relative;
}

section #prod_bg #prod_cnt img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}

section #prod_desc {
    
    position: absolute;
    right: -357px;
    top: 257px;
}

section #prod_desc>.title {
    font-size: 35px;
    color: #000101;
    text-transform: uppercase;
    margin-bottom: 0px;
}

section #prod_desc>.author {
    font-size: 16px;
    font-weight: 300;
    color: #b00000;
    text-transform: uppercase;
    margin-top: 2px;
    margin-left: 2px;
}

section #prod_desc>.social {
    margin-top: -5px;
}

section #prod_desc>.desc {
    font-size: 14px;
    font-weight: 300;
    padding-top: 30px;
    line-height: 26px;
}

section #prod_desc>.basket {
    height: 42px;
    padding-top: 6px;
    cursor: pointer;
    margin-left: 106px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    padding-left: 55px;
    padding-right: 55px;
    border: 4px solid #f8faf9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
   
}

section #prod_controlls {
    height: 80px;
    width: 244px;
    position: absolute;
    right: 3px;
    bottom: 3px;
}

section #prod_controlls #prod_prev {
    height: 80px !important;
    width: 120px !important;
    margin-top: 0px !important;
    position: initial !important;
    cursor: pointer;
    background: white url("../images/shop/slider/slider_l.png") no-repeat center center;
    text-align: center;
    float: left;
}

section #prod_controlls #prod_prev:hover {
    background-position: center center;
}

section #prod_controlls #prod_next {
    height: 80px !important;
    width: 120px !important;
    margin-top: 0px !important;
    position: initial !important;
    cursor: pointer;
    background: white url("../images/shop/slider/slider_r.png") no-repeat center center;
    text-align: center;
    float: right;
}

section #prod_controlls #prod_next:hover {
    background-position: center center;
}



section #prod_other>h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    clear: both;
    font-weight: bold;
    text-align: center;
    color: black;
    padding-top: 25px;
    padding-bottom: 25px;
}

section #prod_other .show_more {
    height: 40px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: bold;
    clear: both;
    float: right;
    background: url("../images/more_button.png") no-repeat center right;
    padding-right: 50px;
}


/* Footer */

#google_maps_box {
    height: 450px;
    -webkit-transform: rotateX(75deg);
    transform: rotateX(75deg);
    margin-top: -150px;
    text-indent: 150px;
    position: relative;
}

#google_maps_box #mainmap {
    position: absolute;
    left: 0px;
}

#google_maps_mask {
    height: 190px;
    width: 100%;
    opacity: 0.80;
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    z-index: 999;
    margin-top: 55px;
    background: url("../images/map_gradient.png") no-repeat top center;
}

#footer_up {
    height: 200px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    margin-top: -180px;
    z-index: 1001;
    background: url("../images/footer_up.png") no-repeat;
}

#footer_up .row {
    width: 926px;
    margin: 0 auto;
}

#footer_up .row h2 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}

#footer_up .row p {
    color: white;
    font-size: 14px;
    margin-top: 41px;
}

#footer_up .row input {
    height: 54px;
    width: 100%;
    margin-top: 20px;
}

#footer_up .row input[type="text"] {
    border: 0px;
    padding-left: 3%;
}

#footer_up .row input[type="submit"] {
    background: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 3px solid white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#footer_up .row input[type="submit"]:hover {
    background: white;
    color: black;
}

#footer_mid {
    height: 100px;
    width: 100%;
    background: white;
}

#footer_mid .tel_box {
    height: 51px;
    width: 220px;
    margin-left: 15px;
    margin-top: 26px;
    padding-top: 0px;
    text-align: right;
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    float: left;
    background: url("../images/tel_icp.png") no-repeat left center;
}

#footer_mid .contact_us {
    height: 46px;
    width: 272px;
    margin: 0 auto;
    padding-top: 11px;
    position: relative;
    top: 31px;
    border: 2px solid black;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#footer_mid .contact_us:hover {
    background: black;
    color: white;
}

#footer_mid .facebook_box {
    height: 51px;
    width: 345px;
    margin-right: 15px;
    margin-top: 26px;
    padding-top: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    float: right;
    background: url("../images/facebook_ico_b.png") no-repeat right center;
}

#footer_bot {
    height: 100px;
    width: 100%;
    background: black;
}

#footer_bot #menu_bot {
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin-left: 7px;
    margin-top: 45px;
}

#footer_bot #menu_bot li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

#footer_bot #menu_bot li a {
    color: white !important;
    position: relative;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

#footer_bot #menu_bot li a:hover:after {
    border-top: 1px solid #fff;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

#footer_bot #menu_bot li a.active:after {
    border-top: 1px solid #fff;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

#footer_bot {
    height: 100px;
    width: 100%;
    background: black;
}

#footer_bot #lang_bot {
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin-left: 15px;
    margin-top: 45px;
}

#footer_bot #lang_bot li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

#footer_bot #lang_bot li a {
    color: white !important;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

#footer_bot #menu_bot li a:hover:after {
    border-top: 1px solid #fff;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

#footer_bot #menu_bot li a.active:after {
    border-top: 1px solid #fff;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

#footer_bot #copyright {
    float: right;
    color: white;
    font-size: 12px;
    font-weight: 300;
    margin-top: 48px;
    margin-right: 8px;
}

#footer_bot #copyright img {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 970px) {
    header #top_bar #main_menu li {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    header #main_menu {
        max-width: 90%;
        margin-left: 0px;
        margin-left: 5px;
    }
    header #main_menu li {
        margin-left: 2px;
        margin-right: 2px;
    }
    header #cart_area {
        margin-right: 30px;
    }
    #slider {
        margin-top: 60px;
    }
    section #left_menu {
        padding: 0px;
    }
    .bx-controls {
        display: none;
    }
    #slider_text {
        width: 45%;
        top: 10px;
        left: 56%;
    }
    #slider_text .text {
        margin-top: 10px;
        line-height: 18px;
    }
    #slider_text .title b {
        font-size: 39px;
    }
    #slider_text .title {
        font-size: 28px;
        line-height: 36px;
    }
    section #sort_select {
        text-indent: 5px;
    }
    section #prod_bg {
        width: 100%;
    }
    section #prod_bg #prod_cnt {
        width: 80%;
    }
    .summ_data {
        margin-top: 20px;
    }
    header #search_box {
        padding-top: 30px;
    }
    header #cart_area {
        padding-top: 10px;
    }
    #page_cnt #page_content h2 {
        padding-top: 5px !important;
    }
    #footer_up .row {
        width: auto;
    }
    #footer_up .row p {
        margin-top: 24px;
    }
    #footer_mid {
        height: auto;
        padding-bottom: 50px;
    }
    #footer_mid .contact_us {
        clear: both;
    }
    #footer_bot {
        height: auto;
    }
    #footer_bot #copyright {
        float: none;
        clear: both;
        text-align: right;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .art_photorow {
        text-align: center;
    }
    #calendar_page #calendar #calendar_box {
        width: 200px !important;
    }
    #calendar_page #news_list .news_thumb {
        display: none;
    }
    #calendar_page #news_list .news_excerpt {
        padding-bottom: 30px;
    }
}
/* Tablet */
@media (max-width:970px){
    section #prod_bg {
    height: 650px;
width:80%;
        left:10%
}
    
       section #prod_bg #prod_cnt img {
   margin-top: -350px ;
margin-left: -172px ;
}
    
    section #shop_main .shop_item .shop_el {
    height: 350px;
 
}
    
    
    
    #slider_box:before {
    display: none;
}


    
}
/* Mobile */
@media (max-width:767px){
    #prod_other{margin-top: 440px !important;}
section #shop_main .shop_item .shop_el {
    height: 400px;
 min-width: 300px;
    margin-top:20px;
}
    section #prod_bg {
    height: 526px;
width:70%;
        left:15%
}
    
    
    section #prod_bg #prod_cnt img {
   margin-top: -224px ;
margin-left: -120px  ;
}
       #slider_text .button {
    margin-left:-30px;
}

    section #prod_desc>.basket {
    margin-left: -20px;
}
    
    section #prod_desc > .basket{
       margin-top: 65px; 
}
}
@media (max-width: 750px) {
  
    header {
        height: 500px;
        background-size: cover;
    }
    header #top_bar #logo {
        position: absolute;
        margin-left: 5px;
    }
    header #top_bar #main_menu {
        margin-top: 25px;
    }
    header #top_bar #main_menu li {
        padding-bottom: 10px;
    }
    #footer_up {
        height: auto;
        padding-bottom: 20px;
        background-color: black;
    }
}
@media (max-width: 636px) {
    header #cart_area{padding-top: 0px;}
}
@media (max-width: 500px) {
    header {
        height: 500px;
        background-size: cover;
    }
    header #top_bar #logo {
        position: absolute;
        margin-left: 5px;
    }
    header #top_bar #main_menu {
        margin-top: 25px;
    }
    header #top_bar #main_menu li {
        padding-bottom: 10px;
    }
    header #top_bar #lang_choose {
        margin-top: 5px;
    }
    header #top_bar #facebook {
        margin-top: 0px;
    }
    section {
        margin-top: 0px;
    }
    .section #artists_box {
        position: relative;
    }
    .section #artists_box:after {
        margin-top: 0px;
        bottom: -74px;
    }
    .section #t_boxes>div {
        padding-bottom: 30px;
    }
    .section #cnt_box {
        margin-top: 90px;
    }
    #gallery_box .gal_el_h {
        height: 200px;
    }
    #gallery_box .gal_el_w {
        height: 150px;
    }
    #footer_up {
        height: auto;
        padding-bottom: 20px;
        background-color: black;
    }
    #footer_up .row {
        width: auto;
    }
    #footer_up .row p {
        text-align: justify;
    }
    #footer_up .row h2 {
        float: none;
    }
    #footer_mid {
        height: auto;
        padding-bottom: 50px;
    }
    #footer_mid .tel_box {
        float: none;
    }
    #footer_mid .facebook_box {
        float: none;
        margin-right: 2px;
        padding-left: 10px;
    }
    #footer_mid .contact_us {
        float: none;
    }
    #footer_bot {
        height: auto;
        padding-bottom: 20px;
    }
    #footer_bot #menu_bot {
        margin-top: 25px;
        text-align: center;
    }
    #footer_bot #menu_bot li {
        padding-bottom: 10px;
    }
    #footer_bot #lang_bot {
        display: none;
    }
    #footer_bot #copyright {
        float: none;
        position: relative;
        top: 10px;
        font-size: 10px;
        text-align: center;
    }
    h2.prepared {
        font-size: 32px;
    }
    .contact_cnt {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}




/* Mobile */
@media (max-width:595px){

        section #prod_desc > .basket{
       margin-top: 30px; 
}
    
    section #prod_bg #prod_cnt img {
   margin-top: -180px ;
margin-left: -88px ;
}
    
    section #shop_main .shop_item .shop_el img {
margin-left: -140px ;
}
    
    
  header {
    height: 120px !important;
    width: 100%;
}
      section #prod_bg {
    height: 450px;

}
    
      #slider_box {
    margin-top:70px;
}
    
    
 
    
    
    #slider_text .button {
    display:none;
}
    
    
#slider_text .title {

    font-size: 24px;
   
}

#slider_text .title b {
   
    font-size: 30px;
}
    
    
}

/* Mobile */
@media (max-width:456px){

    
  header {
    height: 130px !important;
    width: 100%;
}
    

    
        section #prod_bg {
    height: 350px;
}
    
    
    section #prod_bg #prod_cnt img {
   margin-top: -169px ;
margin-left: -65px ;
}
    
    .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

    
    #slider_text .title {

    font-size: 16px;
   
}

#slider_text .title b {
   
    font-size: 20px;
}

 
    
}

@media (max-width:406px){
  section #prod_other > h2{
        padding-top: 60px;
    }

    section #prod_desc > .basket{
        height:60px;margin-top: 60px; 
    }
    section #shop_main .shop_item .shop_el{margin-top:55px;}
}
    
    @media (max-width:396px){ 
         section #prod_desc > .basket{
        margin-top: 40px; 
    }
    }
@media (max-width:350px){

        #slider_box {
    margin-top:110px;
}
    
        #slider_text .title {

    font-size: 10px;
   
}

#slider_text .title b {
   
    font-size: 20px;
    margin-top: -15px;
}
    
}

@media (max-width:300px){

        #slider_box {
    margin-top:170px;
}
    

    
}

