/* ==========================================================================
   itome.css
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic-ext,latin);*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Ubuntu', "Arial", sans-serif;
    ;font-size: 14px;
    line-height: 1.428571429;
    font-weight: 100;
    overflow-y: scroll;
    margin: 0;
    color: #000;
}

body {
    font-family: 'Circe-Regular', sans-serif !important;
}

a {
    color: #275973;
    background: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

.section-h {
    height: 100vh;
}

.cloj1 {
    text-align: center;
    margin: auto;
    max-width: 700px;
    display: inline-block;
    vertical-align: middle;
}

.pomoshnichek {
    display: -moz-inline-box;
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    z-index: 301;
}

.preloader__icon {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -80px;
    width: 200px;
    height: 60px;
    background: url(/images/logo-min.png)no-repeat center center;
    background-size: contain;
    transition: all .4s linear;
    transform: translateY(35vh) scale(2);
}

.preloader__spin {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/shika-preload.svg) no-repeat center center;
    top: 60%;
    left: 50%;
    margin-left: -15px;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.left-ta, .right-ta {
    opacity: 0;
}

#bokovyxa {
    float: left;
    width: 300px;
    padding: 20px 29px;
    position: relative;
    border-right: 1px #f1f1f1 solid;
}

#kompa {
    float: left;
    width: calc(100% - 300px);
    padding: 30px;
    min-height: 700px;
    margin-top: 0px;
}

#bokovyxa .razdeli {
    /* padding: 0px 20px; */
}

#bokovyxa .razdeli h3 {
    margin-top: 15%;
    font-family: 'Circe-Regular', sans-serif;
    color: #989898;
    font-size: 12px;
    font-weight: 100;
}

#bokovyxa .razdeli ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bokovyxa .razdeli ul li {
    margin: 0;
    padding: 4% 0;
    border-bottom: 1px solid #E4E4E4;
}

#bokovyxa .razdeli ul li i {
    width: 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 2px;
}

#bokovyxa .razdeli ul li:nth-child(3) i {
    width: 17px;
    left: 0px;
}

#bokovyxa .razdeli ul li:nth-child(4) i {
    width: 13px;
    left: 2px;
}

#bokovyxa .razdeli ul li a {
    color: #000;
    font-family: 'Barkentina', sans-serif;
    font-size: 13px;
    position: relative;
    padding-left: 24px;
}

#bokovyxa .razdeli ul li:hover a {
    color: #EE9150;
}

#bokovyxa .razdeli ul li:hover a i {
    stroke: #EE9150 !important;
    fill: #EE9150 !important;
}

#bokovyxa .razdeli ul li:nth-child(4) span {
    font-family: initial;
    display: inline-block;
    background: #EE9150;
    color: #fff;
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.ExtendedFilterContainer h3 {
    font-size: 14px;
    font-family: 'Barkentina', sans-serif;
}

.ExtendedFilterContainer .filter-cell1 .filter-field-attr-radio .values-container input {
    opacity: 0;
    float: left;
    width: 1px;
    height: 1px;
}

.ExtendedFilterContainer .filter-cell1 .filter-field-attr-radio .values-container label {
    width: 30px;
    height: 30px;
    border: 1px #ef8870 solid;
    color: #ef8870;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
}

.ExtendedFilterContainer .filter-cell1 .filter-field-attr-radio .values-container br {
    display: none;
}

.ExtendedFilterContainer a.uncheck {
    font-family: 'Barkentina', sans-serif;
    font-size: 13px;
    position: relative;
    top: 6px;
}

.ExtendedFilterContainer .filter-cell3 .filter-field-attr-radio .values-container input {
    opacity: 0;
    float: left;
    width: 1px;
    height: 1px;
}

.ExtendedFilterContainer .filter-cell3 .filter-field-attr-radio .values-container label {
    width: 30px;
    height: 30px;
    /* background: #000; */
    /* border: 1px #000000 solid; */
    margin-top: 10px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    color: rgba(255, 255, 255, 0);
    float: left;
    font-size: 1px;
    margin-bottom: 0;
    margin-right: 15px;
}

.ExtendedFilterContainer .filter-cell3 .filter-field-attr-radio .values-container br {
    display: none;
}

#verx-kompanent {
}

#verx-kompanent .zagolovochek h2 {
    font-family: 'Barkentina', sans-serif;
}

#verx-kompanent .zagolovochek h3 {
    font-size: 14px;
}

#verx-kompanent .zagolovochek {
    margin-bottom: 35px;
}

#comjshop h1 {
    border: 1px #ee9150 solid;
    display: inline-block;
    padding: 10px 15px;
    color: #ee9150;
    margin-bottom: 50px;
    background: #ef9a6a;
    background: -moz-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: -webkit-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: linear-gradient(to right, #ef9a6a 0%, #ef647e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9a6a', endColorstr='#ef647e', GradientType=1);
}

#content {
    padding-top: 50px;
    display: inline-block;
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    text-align: left;
    box-shadow: 1px 1px 37px rgba(0, 0, 0, 0.17);
}

#niz {
    display: inline-block;
    width: 100%;
}

footer {
    background: #f9f9f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12) inset;
    margin-bottom: -10px;
    padding-bottom: 0px !important;
    margin-top: -5px;
}

span.heart {
    position: relative;
    top: 3px;
}

span.heart svg path {
    fill: red !important;
    stroke: red !important;
}

footer.clean {
}

footer .toright {
}

#main {
    text-align: center;
}

.jshop_list_product a.btn.button_detail {
    display: none;
}

.jshop_list_product .product {
    /* border: 1px #e8e8e8 solid; */
    border-radius: 3px;
    /* padding: 0 !important; */
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0);
    transition: all linear 0.5s;
}

.jshop_price {
    color: #ee9150;
}

.jshop_list_product .product .name a {
    color: #000;
    font-size: 16px;
}

.jshop_list_product .product .jshop_price {
    margin-top: -5px;
    font-size: 16px;
    margin-bottom: 0;
}

.jshop_list_product .image_block {
    height: 100%;
    width: 100%;
    /* padding: 0; */
    transition: all linear 0.2s;
}

.jshop_list_product .image_block a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.jshop_list_product .image_block a img {
    width: 100%;
    border-radius: 3px;
}

.jshop_list_product .product .image {
    /* height: 450px; */
    overflow: hidden;
}

.row-fluid [class*="sblock"]:first-child {
    padding-left: 10px;
}

.seredina {
    text-align: left;
}

a.btn.btn-success.button_buy {
    display: none;
}

#bokovyxa .ExtendedFilterContainer .filter-cell select#selecters {
    display: none;
}

input.viborCategorii {
}

#bokovyxa .ExtendedFilterContainer .filter-cell .razdeli {
}

#bokovyxa .ExtendedFilterContainer .filter-cell .razdeli input {
    display: none;
}

#bokovyxa .ExtendedFilterContainer .filter-cell .razdeli li label {
    font-weight: 100;
    margin-bottom: 0;
    transition: all linear 0.2s;
}

#bokovyxa .ExtendedFilterContainer .filter-cell .razdeli li:hover label {
    color: #ee9150;
}

.viborCategories img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    margin-right: 11px;
}

.jshop_list_product .product:hover {
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.32);
}

.jshop_list_product .product:hover .image_block {
    padding: 10px;
    /* box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.32); */
    /* transition: all linear 0.2s; */
}

span#mxcpr {
    display: none!important;
}

.results-text p {
    display: none;
}

.productfull .image_middle img {
    /* max-height: 500px; */
    width: 100%;
}

.productfull .image_middle {
    float: left;
    width: 70%;
}

.productfull .jshop_img_description {
    float: left;
    width: 30%;
    padding-right: 5%;
}

.productfull .jshop_img_description img {
    /* height: 148px; */
    width: 100%;
}

.productfull h1 {
    font-size: 25px;
    padding: 15px 25px !important;
    background: #ee9150;
    color: #fff !important;
    position: relative;
    margin-bottom: 15px !important;
    font-family: 'Barkentina', sans-serif;
}

.productfull h1 span.jshop_code_prod {
    background: #fff;
    padding: 4px 9px;
    position: relative;
    top: -3px;
    color: #000;
}

.productfull h1:before {
    content: " ";
    left: 47%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ee9150;
    border-width: 6px;
    bottom: -13px;
    left: 10px;
}

.productfull {
    padding-top: 20px;
}

.productfull .row-fluid.jshop {
    width: 50%;
    float: left;
}

.productfull .text_zoom {
    width: 20px;
    display: none;
}

.productfull .jshop_prod_description, .productfull .jshop_prod_attributes, .productfull .prod_price, .productfull .prod_buttons {
    float: left;
    width: 50%;
}

.productfull .jshop_prod_attributes .row-fluid {
    .row-fluid: 50% float: ;
    display: inline-block;
    width: initial;
    height: 120px;
    margin-right: 20px;
}

.productfull .jshop_prod_description p span {
    font-size: 15px !important;
    font-family: initial !important;
    color: initial !important;
    font-family: 'Circe-Regular', sans-serif !important;
}

.productfull #block_price {
    font-size: 30px;
    color: #ef677d;
}

.jshop.productfull .jshop_prod_attributes #block_attr_sel_1 select {
    display: none;
}

.jshop.productfull .jshop_prod_attributes #block_attr_sel_1 span.prod_attr_img img, .jshop.productfull .jshop_prod_attributes #block_attr_sel_2 span.prod_attr_img img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

.ExtendedFilterContainer .filter-cell3 .filter-field-attr-radio .values-container label img {
    /* display: none; */
    width: 30px;
    margin: 0;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
}

.filter-field-attr-radio a.uncheck {
    top: 16px;
}

.jshop_prod_attributes .attributes_title {
    float: left;
}

.ExtendedFilterContainer .filter-cell1 .filter-field-attr-radio .values-container label img {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none !important;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff !important;
    border: 3px #ee8871 solid !important;
    position: relative;
    top: -7px !important;
}

.ui-slider-horizontal .ui-slider-range {
    /* height: 2px; */
    width: 100% !important;
    left: 0 !important;
}

.ui-widget-content {
    border: none !important;
    background-image: none !important;
    color: #222 !important;
    height: 4px !important;
    margin-top: 10px;
}

#DOMWindow {
    position: fixed !important;
    z-index: 10001 !important;
    margin: auto !important;
    left: initial !important;
    display: block !important;
    top: 0 !important;
    border: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 600px !important;
    display: inline-block;
    background-repeat: no-repeat !important;
    overflow: auto !important;
    padding: 0px !important;
    background-color: rgb(255, 255, 255) !important;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.externbootstrap_wrapp .extern_wrap {
    height: 100%;
    box-shadow: none;
    /* width: 100%; */
    overflow-y: scroll;
}

.externbootstrap_wrapp .extern_wrap .extern_content {
    width: 100%;
    max-height: 100%;
    background: #fff;
    padding: 15px 15px !important;
}

body .seredina .extern_bottom {
    display: inline-block;
    width: 100%;
    margin-top: -25px !important;
}

.mycart_wrapp {
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
}

body .seredina .externbootstrap_wrapp {
    display: block;
    background-color: #f3f3f3;
    box-shadow: 1px 1px 45px rgba(0, 0, 0, 0.35) !important;
}

.mycart_wrapp.externbootstrap_wrapp.dark .mini_cart_img {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none !important;
    padding: 0;
    text-align: center;
    position: relative;
    top: 15px;
    left: 25px;
}

.mycart_wrapp.externbootstrap_wrapp.red .mycart_mini_txt, .mycart_wrapp.externbootstrap_wrapp.green .mycart_mini_txt, .mycart_wrapp.externbootstrap_wrapp.orange .mycart_mini_txt, .mycart_wrapp.externbootstrap_wrapp.blue .mycart_mini_txt, .mycart_wrapp.externbootstrap_wrapp.grey .mycart_mini_txt, .mycart_wrapp.externbootstrap_wrapp.dark .mycart_mini_txt {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
    color: #000 !important;
}

.externbootstrap_text p {
    float: left;
    font-size: 14px;
}

.externbootstrap_text p:last-child {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    color: #ef7976;
}

.externbootstrap_text {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 15px;
    left: 17px;
}

.mycart_wrapp.externbootstrap_wrapp.dark .mini_cart_img a i {
    font-size: 15px;
}

.mycart_wrapp.dark .mycart_mini_txt {
    padding: 0;
    padding-top: 3px;
}

.minicart_attr_wrap .minicart_attr_list, .minicart_ef_wrap .minicart_ef_list {
    display: block !important;
}

.minicart_attr_wrap {
    font-size: 0;
}

.minicart_attr_list {
    width: 100%;
    background: #f9f9f9;
    border-color: #eaeaea;
    line-height: 18px;
    font-size: 11px;
    position: relative;
    top: -33px;
}

.extern_row span.name {
    font-size: 16px;
}

.extern_row span.name a {
    color: #000;
}

body .seredina .extern_row {
    border: none !important;
    border-bottom: 1px #e3e3e3 solid !important;
    margin-bottom: 15px !important;
    padding-bottom: 20px !important;
}

div.extern_wrap {
    display: inline-block;
    width: 100%;
}

.desription-top {
    display: inline-block;
    width: 100%;
}

.desription-bottom.block {
    display: inline-block;
    width: 100%;
    height: 45px;
}

.desription-top-middle .name span {
    float: left;
    width: inherit;
    /* padding: 0; */
}

.desription-top-middle .name span.qtty {
    color: #b1b1b1;
    padding-right: 0px;
}

.quantity.block .price {
    margin-top: 14px !important;
}

.quantity.block .price span {
    font-size: 16px;
    color: #020000;
}

#quick_view_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.88);
}

#quick-view {
    padding: 0px;
    border-radius: 0px;
    ]: 0px }

#quick-view #list_product_image_middle img {
    border: none !important;
    width: 100%;
    max-height: initial;
    max-width: initial;
}

#quick-view div.jshop_img_description {
    margin-top: 0;
    /* position: absolute; */
    /* bottom: 0; */
    /* opacity: 0.2; */
    background: #383838;
}

#quick-view .image_middle {
    height: 100%;
}

#quick-view #list_product_image_thumb img {
    padding: 0;
    transition: all ease-in-out 0.2s;
}

#quick-view .image_middle span, #quick-view .image_middle span a {
    /* display: inline-block; */
    /* width: 100%; */
}

#quick-view h1 {
    font-family: 'Barkentina', sans-serif;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.quick_prod_description {
    font-size: 14px;
    line-height: 18px;
}

#quick-view .prod_price {
    font-family: 'Barkentina', sans-serif;
    margin: 20px 0;
}

#quick-view .prod_price span {
    font-size: 24px !important;
    color: #ee9150 !important;
}

.prod_qty, .prod_qty_input {
    display: none;
}

div.jshop_prod_attributes select {
    display: none;
}

#quick-view .attributes .attributes_1 {
    margin-top: 30px;
}

#quick-view .attributes .attributes_1 img#prod_attr_img_1 {
    width: 30px;
    margin: 10px 0;
}

span.input_type_radio.checha input:checked + label img {
    transform: scale(1.5);
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.21);
}

#quick-view .jshop_prod_attributes span input[type=radio] {
    display: none;
}

#quick-view .jshop_prod_attributes span#block_attr_sel_2 label {
    font-size: 0;
}

.ExtQv {
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0);
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

div#quick_view_close {
    top: -24px;
    right: 0;
    position: absolute;
}

div#quick_view_close a {
    color: #fff;
}

div#quick_view_close span {
    background: #fff;
    color: #000;
}

div#quick_view_close:hover a {
    color: #ddd;
}

div#quick_view_close:hover span {
    background: #ddd;
}

#quick-view .quick_right {
    padding-right: 20px;
    padding-left: 20px;
}

#quick-view .quick_readmore {
    display: none;
}

#quick-view small {
    background: #ee9150;
    color: #fff;
    padding: 4px 13px;
    border-radius: 3px;
    top: 10px;
    position: relative;
}

#QvUrl a {
    display: none;
}

#quick-view .quick_button_cart, #quick-view .quick_button_wishlist, #quick-view .buttons-quick a {
    /* background: #ff8004; */
    /* padding: 25px 55px; */
    height: 50px;
    width: 150px !important;
    line-height: 50px;
    width: initial;
    border-style: hidden;
    background: #ef9a6a;
    background: -webkit-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: -o-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: linear-gradient(to right, #ef9a6a 0%, #ef647e 51%, #ef9a6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9a6a', endColorstr='#ef647e', GradientType=1);
    background-size: 200% auto;
    font-family: 'Circe-Regular', sans-serif !important;
    text-transform: none;
}

#quick-view .buttons-quick {
    display: flex;
    align-items: center;
}

#quick-view .prod_buttons {
    width: 100%;
}

.sizes {
    padding: 12px 13px;
    margin-right: 1em;
    transition: all .3s;
}

#quick-view .jshop_prod_attributes label {
    margin-bottom: 20px;
}

#quick-view .attributes .input_type_radio:first-child {
    margin-left: 10px;
}

.radio_attr_label img {
    width: 30px;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
}
.radio_attr_label {
    font-size: 0;
}

#quick-view .attributes .input_type_radio {
    margin-right: 30px;
}

#quick-view .quick_button_cart:hover {
    background-position: 100% center !important;
    transform: scale(1.03);
    box-shadow: 1px 3px 9px 0px rgba(45, 45, 45, 0.23);
}

#quick-view .jshop_prod_attributes .attributes_1 label {
    /* margin-bottom: 0; */
}

#quick-view #list_product_image_thumb img:hover {
    opacity: 0.7;
}

.msg_incart {
    margin-top: 0px;
    color: rgb(38, 191, 48);
}

#quick-view .quick_button_addcart {
    padding: 0px !important;
    line-height: 50px !important;
    height: 50px !important;
}

.ExtendedFilterContainer .filter-cell3 .filter-field-attr-radio .values-container label img:hover {
    border: 3px rgba(0, 0, 0, 0.32) solid;
}

.plodezh .right .beach_gal .gblock .price sup {
    top: -2px;
    left: 1px;
}

.jshop_prod_attributes.jshop input {
}

.productfull .prod_qty {
    display: none;
}

.productfull .prod_qty_input {
    display: none;
}

.productfull .prod_buttons .btn.btn-primary.button {
    background: #ef9a6a;
    background: -webkit-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: -o-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: linear-gradient(to right, #ef9a6a 0%, #ef647e 51%, #ef9a6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9a6a', endColorstr='#ef647e', GradientType=1);
    border: none;
    padding: 15px 60px;
}

.productfull .prod_buttons .btn.btn-primary.button:hover {
    background-position: 100% center;
    box-shadow: 1px 3px 9px 0px rgba(45, 45, 45, 0.49);
    transform: scale(1.03);
}

a.atcart.btn.list-btn.satcip {
    color: #12b700;
}

.uk-panel.uk-panel-box.uk-panel-header {
    border: none !important;
    background: #ffffff !IMPORTANT;
    border-radius: 2px !important;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 20px 30px;
}

form#oneStepCheckoutForm {
    background: #fbfbfb;
    padding: 50px;
    margin-top: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: -30px;
}

#oneStepCheckoutForm .step-header {
    font-family: 'Barkentina', sans-serif;
    color: #000;
    border-bottom: none;
    font-size: 14px;
}

select#delivery_adress_2 {
    display: none;
}

#oneStepCheckoutForm .uk-panel-box .os-value input {
    width: 100%;
    padding: 25px 15px;
    border: 1px #f0f0f0 solid;
}

#oneStepCheckoutForm .uk-panel-box .os-value .requiredtext {
    display: none;
}

.uk-grid:not(.uk-grid-preserve)+.uk-grid {
    margin-top: 15px;
}

#oneStepCheckoutForm .uk-panel-box .os-value span:before {
    content: "*";
    font-size: 14px;
    position: absolute;
    color: #f00;
    right: 20px;
    top: 1px;
}

#oneStepCheckoutForm .uk-panel-box .os-value span {
    position: relative;
}

.requiredtext {
    display: none;
}

#oneStepCheckoutForm .row_agb {
    border: none;
    text-align: left !important;
}

.uk-form textarea {
    width: 100% !important;
    padding: 20px;
}

#oneStepCheckoutForm .rabatt_input {
    /* background: #f2f2f2; */
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

#oneStepCheckoutForm .uk-navbar {
    border: none;
    background: #ffffff;
    margin: 20px 0;
    padding: 0;
}

.uk-form input[type="text"] {
    width: 84%;
}

#oneStepCheckoutForm .rabatt_input .uk-button {
    width: 15%;
}

#oneStepCheckoutForm .button_order_finish {
    width: 100%;
    margin-top: 50px;
    padding: 25px;
    border: none;
    background: #ef9a6a;
    background: -webkit-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: -o-linear-gradient(left, #ef9a6a 0%, #ef647e 100%);
    background: linear-gradient(to right, #ef9a6a 0%, #ef647e 51%, #ef9a6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9a6a', endColorstr='#ef647e', GradientType=1);
    background-size: 200% auto;
}

#oneStepCheckoutForm .button_order_finish:hover {
    background-position: 100% center;
    box-shadow: 1px 3px 9px 0px rgba(45, 45, 45, 0.49);
    transform: scale(1.03);
}

form#oneStepCheckoutForm .jshop_prod_cart {
}

form#oneStepCheckoutForm .jshop_prod_cart .jshop_img_description_center a img {
    height: 172px;
    float: left;
    margin-right: 15px;
}

form#oneStepCheckoutForm .jshop_prod_cart .jshop_img_description_center .list_attribute {
    float: left;
    background: #f4f4f4;
    padding: 5px 15px;
    margin-top: 10px;
}

form#oneStepCheckoutForm .jshop_prod_cart .jshop_img_description_center a {
    float: left;
    vertical-align: middle;
    color: #000;
    width: 100%;
}

.uk-table th, .uk-table td {
    border-bottom: 1px #ececec solid;
    padding: 10px 0px;
    vertical-align: top;
}

#oneStepCheckoutForm .row_agb a.policy {
    /* display: block; */
    /* margin: 10px 0; */
    font-size: 80%;
    text-transform: none;
}

form#oneStepCheckoutForm h1.zagl {
    font-size: 20px;
    font-family: 'Barkentina', sans-serif;
}



.ajaxloaddingcart_mini {
    background: url(/images/shika-preload.svg) no-repeat center transparent;
    opacity: 0.8;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: -25px;
    z-index: 9999;
    animation: spin .8s linear infinite;
}

form#oneStepCheckoutForm .jshop_prod_cart .jshop_img_description_center .list_attribute p {
    padding-left: 0;
}

video.uk-responsive-width {
    width: 250px;
    height: 250px;
}

.uk-slidenav-position {
    padding: 0px 5%;
    padding-top: 15px;
    padding-bottom: 5%;
    /* box-shadow: 1px -4px 12px rgba(0, 0, 0, 0.09); */
    margin-bottom: 5px;
}

.youtubchik {
    margin-top: 30px;
}

a.gblock {
    color: #000 !important;
    border: 1px rgba(234, 234, 234, 0) solid;
    transition: all ease-in-out 0.3s !important;
}

a.gblock:hover {
    border: 1px #eaeaea solid;
    background: #f8f8f8;
}

.jshop_img_description #list_product_image_thumb img {
    /* width: auto; */
}

.hidden-sm {
    display: none!important;
    visibility: none!important;
}

button.pink.filters__button, button.pink.filters__close {
    display: none;
}

h2.insta_title {
    margin: 0;
    padding: 2% 0;
    font-family: 'Barkentina';
    font-weight: 600;
    color: white;
    width: 94%;
    margin: 3% auto;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 30px;
}

video.uk-responsive-width {
    background: black;
}

.uk-text-center.uk-panel-teaser {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.38);
    height: 250px;
    transition: all .2s linear;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 2%;
    text-align: right;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 2%;
    text-align: left;
}

.uk-slidenav-position .uk-slidenav {
    transition: all .2s linear;
}

.uk-slidenav-position .uk-slidenav {
    font-size: 30px;
    display: block!important;
}

.uk-overlay-background {
    background: linear-gradient(to left, rgba(239, 100, 126, 0.7), rgba(239, 154, 106, 0.7));
    border: 10px solid white;
    border-image: linear-gradient(to left, #ef647e, #ef9a6a);
    border-image-slice: 2;
}

.uk-overlay-icon:before {
    color: white;
}

.uk-text-center.uk-panel-teaser:hover {
    box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.38);
    transform: translateY(-5px);
}
