@import 'stylesheet.css';

@font-face {
    font-family: 'Lato';
    src: url('lato-bold-webfont.woff2') format('woff2'),
    url('lato-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.woff2') format('woff2'),
    url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lora';
    src: url('lora-bolditalic-webfont.woff2') format('woff2'),
    url('lora-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Lora';
    src: url('lora-italic-webfont.woff2') format('woff2'),
    url('lora-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.tm-headerbar-background {
    background: #f0f0f0;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.08);
}

.tm-navbar {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
}

.tm-phone-header {
    line-height:1;
}

.tm-gallery-on-main-page h3 {
    min-height: 69px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content:center;
    text-align: center;
}

.thumbnail {
    padding: 0;
}

.hikashop_subcontainer.thumbnail {
    border-radius:0 !important;
}

div.hikashop_subcontainer span {
    display: block;
    margin-top:25px;
}
.uk-panel-box-secondary {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.tm-overlay-hika {
    padding-bottom: 70px;
}

.tm-overlay-hika .uk-overlay-panel {
    background: #ffffff;
    opacity: 1 !important;
}

.tm-overlay-hika h3  a:not([class]) {
    text-decoration: none;
}
.tm-overlay-hika h3 {
    min-height: 69px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size:24px;
}

.uk-open > .uk-dropdown-navbar {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
}

.hikashop_inserted_product .hikashop_product_price_full span.hikashop_product_price,
.tm-gallery-for-products .hikashop_product_price_full span.hikashop_product_price {
    font-style: normal;
    color: #FE4A7F;
    font-family: 'bebas_regular', Helvetica, Arial, sans-serif;
    font-size:20px;
}
.tm-gallery-for-products table  {
    width:100%;
}
.tm-gallery-for-products table td:nth-child(3)  {
    text-align: right;
}
.tm-gallery-for-products table td:nth-child(2) div {
    min-height: 69px;
    width: 20px;
}
.tm-gallery-for-products h3 {
    /*   min-height: 69px;
     display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      justify-content: space-between;*/
    text-align: left;
    font-size:18px;
    line-height:1.2;
}

.tm-item {
    border:1px solid silver;
    box-shadow:  0 0 3px silver;
}
.tm-overlay-uniq .uk-overlay-panel::after {
    -webkit-box-shadow: 0 0 3px silver;
    -moz-box-shadow: 0 0 3px silver;
    box-shadow: 0 0 3px silver;
    border:1px solid silver;
}

.tm-gallery-for-products .tm-overlay-uniq .uk-overlay-panel {
    background: #f5f5f5;
    opacity: 1 !important;
    box-shadow: 0 0 3px;
}

.tm-overlay-uniq .tm-panel-caption {
    text-align: left;
    padding:20px;
    border-top: 1px solid rgba(180, 179, 179, 0.3);
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 375px) {
    #YMapsID {
        height: 200px;
    }
}



a.sound-reverse:focus {
    text-decoration: none;
    color: #831727;
}
a.sound-reverse {
    position: absolute;
    right: 0;
    top: -78px;
    background: rgba(255, 255, 255, 0.64) none repeat scroll 0% 0%;
    display: block;
    padding: 2px 10px;
}

a.sound-reverse:before {
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

strong {
    font-weight:700;
}


.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eaeaea;
    border: 1px solid #ccc;
}


 .input-append .add-on,  .input-prepend .add-on {
    background-color: #ffffff;
    border-color: #e5e5e5;
    height: 42px;
    line-height: 42px;
    text-shadow: none;
    padding: 0 3px;
     vertical-align: bottom;
     position: relative;
}
 .input-append.input-prepend input {
    height: 42px;
    line-height: 42px;
}
.hikashop_product_quantity_field {
    width: 55px;
    margin: 0 !important;
    padding: 0 !important;
}

a.hikashop_product_quantity_field_change {
    text-decoration: none;
    margin: 0px;
    color: #757a7f;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease .3s;
}

a.hikashop_product_quantity_field_change:hover {
    background-color: #eeeeee;
    text-decoration: none;
    margin: 0px;
    color: #757a7f;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


input.hikashop_product_quantity_field {
    color: #757a7f;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: none;
}

.tm-add-to-cart {
    margin-left:20px;
    padding-left:40px;
    padding-right:40px;
}

@media (max-width: 405px) {
    .tm-add-to-cart {
        margin-left:0;
        margin-top:20px;
    }
}



.hikashop_product_name_main {
    font-family: "bebas_regular",Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    font-size: 31px;
    line-height: 1;
}
 .hikashop_product_code_main:before {
    content: "Артикул: ";
}

.hikashop_product_code_main[itemprop] {
    display: block;
}

.hikashop_product_code_main {
    text-transform: none;
    color: grey;
    font-size: 14px;

}

span.hikashop_product_price {
    font-family: "bebas_bold", Arial, Helvetica,  sans-serif;
    font-size: 31px;
    font-style: normal;
    color: #fe316d;
    font-weight: normal;
}

.hikashop_product_variant_subname {
    /*color: silver;*/
    font-family:"bebas_regular",Arial, Helvetica, sans-serif;
}

.uk-overlay-background {
    background: rgba(72, 72, 72, 0.5);
}

.uk-overlay-icon::before {
    color: #fff;
}

/*
кастомные поля
*/

.hikashop_product_custom_value:after {
    content: "";
    display: block;
}

.hikashop_product_custom_value {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: rgb(51, 51, 51);

}
.hikashop_product_custom_name {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: rgb(153,153,153);
}
.specs {
    line-height: 1.3;
    margin:30px 0;
}

#hikashop_product_custom_name_24 {
    display: none;
}


.uk-tab > li.uk-active  {
    color: #fe316d;
}

.hikashop_product_vote_listing {
    margin-top:30px;
}
.uk-tab {
padding: 10px 20px 0px;
    background-color: #f2f2f2;

}


.hikashop_product_main_image_subdiv {
    text-align: center;
}

.hika_vote_listing_username {
    color: #fe316d;
}

.uk-nav.uk-nav-search.uk-autocomplete-results  li a div {
    font-size:11px;
    line-height:1.2;
    color: #ccc;
}
.uk-nav.uk-nav-search.uk-autocomplete-results  li:nth-child(2n) {
    background-color: #f2f2f2;
}
.uk-nav.uk-nav-search.uk-autocomplete-results  li {
    font-size:13px;
    border-top: 1px solid silver;
}

.uk-dropdown-search {
    -webkit-box-shadow: 0 0 3px silver;
    -moz-box-shadow: 0 0 3px silver;
    box-shadow: 0 0 3px silver;
}

.hikashop_cart_module {
    padding-right:80px;
}

@media (max-width: 405px) {
    .hikashop_cart_module {
        padding-right:24px;
    }

}

.uk-icon-medium {
    font-size: 150%;
    vertical-align: -8%;
}


/*
checkout
*/
.hikashop_checkout_cart img.hikashop_product_checkout_cart_image, img.hikashop_product_cart_image {
    max-width: 80px;
    max-height: 80px;
}
.hikashop_cart_product_name {
    margin: 0;
}
.hikashop_cart_product_name a, .hikashop_checkout_cart span.hikashop_product_price {
    font-size: 14px;
    color: #4c4c4c !important;
}
.hikashop_cart_product_price_title {
    text-align: right;
}

.hikashop_checkout_cart .table th, .hikashop_checkout_cart .table td {
    border-top: 1px solid #eaeaea;
    line-height: 24px;
    padding: 8px;
    vertical-align: middle;
}
.hikashop_cart_title, .uk-table th.hikashop_cart_title {
    font-size: 11px;
    font-weight: bold;
     text-transform: uppercase;
    text-align: center;
}
#hikashop_cart_product_price_title {
    text-align: right;
}

#hikashop_cart_product_total_title {
    text-align: right;
}

.uk-table td {
    vertical-align: middle;
}

.hikashop_cart_product_quantity_value .hikashop_product_quantity_field {
    width:40px;
    min-height:30px;
}
.hikashop_cart_product_quantity_value {
    text-align: center;
}


#hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_empty_footer, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_empty_footer + td, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_empty_footer + td + td {
    background-color: #ffffff;
    border: none;
}
#hikashop_checkout_coupon {
    position: absolute;
    right: 200px;
}
#hikashop_checkout_coupon input {
    border: 1px solid #fe316d;
    margin: 0;
    min-height: 42px;
    padding: 0px 7px;
    width: 200px;
}



#hikashop_checkout_login_left_part .controls label span {
    border: 2px solid #dfdfdf;
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
    padding: 2px 10px;
    width: 70%;
    box-sizing: border-box;
}

a.hikashop_cart_button[id='hikashop_checkout_shopping_button'] {
    background-color: #ffffff;
    color: #4c4c4c !important;
    padding-left: 0;
    margin-left: 0;
}
a.hikashop_cart_button[id='hikashop_checkout_shopping_button']:hover {
    color: #c6c6c6 !important;
}
.hikashop_cart_shipping_value,
.hikashop_cart_total_value,
#hikashop_checkout_cart_final_total_title,
#hikashop_checkout_cart_shipping_title {
}
.hikashop_checkout_page_step1, .hikashop_checkout_page_step2, .hikashop_checkout_page_step3, .hikashop_checkout_page_step4, .hikashop_checkout_page_step1 label, .hikashop_checkout_page_step2 label, .hikashop_checkout_page_step3 label, .hikashop_checkout_page_step4 label, #hikashop_checkout_login, #hikashop_checkout_login label, #hikashop_checkout_login input, #hikashop_checkout_login input[type="text"] {
    font-size: 14px;
}
.hikashop_registration_email_line, .hikashop_registration_required_info_line {
    /* display: none; */
}

#hikashop_checkout_cart_final_total_title {
    text-align: right;
}
.hikashop_cart_total_value {
    text-align: right;
}

.hikashop_checkout_page_step1 #hikashop_register_form_button {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.hikashop_shipping_group table td {
    border-top: 1px solid #eaeaea;
    line-height: 24px;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}
.hikashop_shipping_group table td  br {
    display: none;
}

#hikashop_checkout_page div.hikashop_cart_step span a {
    font-size: 12px;
}




#hikashop_checkout_login_left_part input, #hikashop_checkout_login_right_part input, #hikashop_checkout_login_left_part select, #hikashop_checkout_login_right_part select {
    margin: 3px 0px;
    padding: 6px;
    float: none;
    background-color: #f6f6f6;
    outline: none;
}



#hikashop_checkout_login_left_part .controls label input:checked + span {
    border: 2px solid #fe316d;
}
.hikashop_checkout_login.uk-grid {
    width: 100%;
}
#hikashop_checkout_login.uk-grid .uk-width-1-3, #hikashop_checkout_login.uk-grid .uk-width-2-3 {
    padding: 30px;
}
#com-form-login-username label, #com-form-login-password label {
    display: inline-block;
    width: 80px;
}
#com-form-login-remember label {
    display: inline-block;
}
#hikashop_checkout_login_form ul {
    font-size: 12px;
    line-height: 17px;
    list-style: outside none none;
    padding: 0;
}
#hikashop_checkout_login_form ul a {
    color: #b2b2b2;
}
#hikashop_checkout_login_right_part .hikashop_cart_button {
    bottom: -46px;
    padding: 0 60px;
    position: absolute;
    right: 0;
}
#hikashop_checkout_billing_address_zone .hika_edit {
    display: none;
}
#hikashop_collectondelivery_end {
    font-size: 24px;
    margin: 30px auto 0;
    text-align: center;
    width: 100%;
    display: block;
    width: 60%;
    padding-top: 80px;
    position: relative;
}
#hikashop_collectondelivery_end_message  hr {
    margin: 0;
}
#hikashop_collectondelivery_end_message:before {
    content: '\f05d';
    font-size: 80px;
    color: #3cb44a;
    font-family: 'FontAwesome';
    left: 50%;
    position: absolute;
    margin-left: -40px;
    padding-top: 25px;
    top: 0;
}
#hikashop_collectondelivery_end_message  .over {
    margin: 30px;
    display: block;
}
#hikashop_collectondelivery_end_message .info {
    color: #8f8f8f;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    display: block;
}
#hikashop_collectondelivery_end_message .itog {
    font-size: 18px;
    margin: 0 auto;
    padding: 30px;
    display: block;
}
#hikashop_collectondelivery_end_message .itog-price, #hikashop_collectondelivery_end_message .itog-num {
    color: #000000;
    font-weight: bold;
}
#hikashop_collectondelivery_end_message .thanks {
    font-size: 16px;
    margin: 0 auto;
    padding: 20px;
    display: block;
}
#hikashop_collectondelivery_end_message br {
    display: none;
}
#hikashop_checkout_additional_info {
    margin: 40px 0;
}
#hikashop_checkout_additional_info table {
    width: 100%;
    padding: 30px;
    vertical-align: top;
}
#hikashop_checkout_additional_info tbody, #hikashop_checkout_additional_info td, #hikashop_checkout_additional_info tr  {
    padding: 5px;
    vertical-align: top;
}
#hikashop_checkout_additional_info td.key {
    width: 250px;
}
#hikashop_checkout_additional_info .inputbox {
    width: 100%;
    height: 100px;
}
tr.hikashop_billing_address_address_lastname td.key label, tr.hikashop_billing_address_address_firstname td.key label, tr.hikashop_billing_address_address_telephone td.key label, tr.hikashop_billing_address_address_middle_name td.key label {
    text-transform: lowercase;
}
tr.hikashop_billing_address_address_lastname td.key label:before {
    content: "Ваша ";
    text-transform: capitalize;
}
tr.hikashop_billing_address_address_firstname td.key label:before, tr.hikashop_billing_address_address_middle_name td.key label:before{
    content: "Ваше ";
    text-transform: capitalize;
}
tr.hikashop_billing_address_address_telephone td.key label:before {
    content: "Ваш ";
    text-transform: capitalize;
}
#hikashop_checkout_billing_address_selection:before {
    content: "Проверьте адрес доставки";
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
#member-registration a.btn {
    color: #4c4c4c;
}


.inputbox {
    border:1px solid silver;
    padding: 10px;
    background-color: #f6f6f6;
}

.hikashop_registration_email_line #register_email {
    width: 250px;
}
.dalee {
    padding:0 40px;
}


#hikashop_checkout_status .label.label-info {
    color: #fe316d;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    #hikashop_checkout_status .label.label-info {
        display: block;
    }


    #hikashop_checkout_coupon {
        position: relative;
        right:0;
    }
    #hikashop_checkout_coupon input {
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .tm-apply {
        margin-bottom:20px;
        width:100%;
    }
    #hikashop_checkout_next_button {
        width:100%;
        text-align: center;
    }
    #hikashop_checkout_page h1 {
        line-height:1.4;
    }


    #hikashop_checkout_login_left_part input {
        display: none;
    }
    #hikashop_checkout_login_left_part .controls label span {
        width:100%;
        margin: 5px 0;
    }

    #hikashop_checkout_login_right_part fieldset,
    #hikashop_checkout_login_left_part fieldset {
        margin: 0;
        width:100%;
        padding: 0;
    }
    .hikashop_registration_email_line #register_email {
        width:100%;
    }
    .hikashop_checkout_page_step1 #hikashop_register_form_button {
        position: relative;
        width:100%;
        box-sizing: border-box;
    }

    .hikashop_registration_email_line #register_email {
        width: 100%;
        box-sizing: border-box;
    }

    #hikashop_register_form_button {
        padding: 0 10px;
    }

    .hikashop_checkout_address_left_part {
        width: 100%;
    }
    #hikashop_checkout_billing_address_selection a {
        margin: 0 30px 0 0;
    }

    #hikashop_checkout_billing_address_selection a.uk-button-primary {
        margin:0;
        width:100%;
        padding:0 20px;
    }
    #hikashop_shipping_methods table {
        width:100%;
    }

    #hikashop_shipping_methods table label {
        margin: 0;
    }

    #hikashop_shipping_methods table label .hikashop_checkout_shipping_price_full {
        margin: 5px 0 5px 0px;
        display: block;
        float: none;
        padding-top:5px;
        border-top: 1px solid silver;
        line-height:1.2;
    }
    .hikashop_checkout_shipping_name {
        line-height:1.2;
        display: block;
    }

    #hikashop_payment_methods table {
        width:100%;
    }

    .tm-gallery-for-products table td:nth-child(2) div {
        min-height: 69px;
        width: 0;
    }

    .tm-overlay-uniq .tm-overlay-panel-title {
        font-size:16px;
    }

    .tm-overlay-hika h3 {
        font-size:18px;
    }

    .tm-overlay-uniq .tm-panel-caption {
        line-height: 1.1;
        font-size: 14px;
    }


    .filter_values_container select {
        width:180px;
    }

    .uk-overlay-panel {
        padding:5px;
    }

    .tm-overlay-uniq .tm-panel-caption {
        padding: 5px 10px;
    }
    .hikashop_checkout_address_left_part td, .hikashop_checkout_address_right_part td {
        padding: 0;
    }

    .tm-panel-link .tm-icon-plus {
        top: calc(25% - 5px);
    }

}
@media only screen and (max-width: 340px) {
    .tm-product-name {
        max-width:110px;
        word-break: break-all;
    }
}
.hikashop_checkout_payment_description,
.hikashop_checkout_shipping_description {
    font-family:"Lora", Times, serif;
    line-height:1.1;
    font-size:12px;
}



.tm-apply {
    vertical-align: top;
    font-size:14px;
}

.uk-button {
    min-height: 42px;
    line-height:42px;
}

.hikashop_cart_product_image_thumb {
    text-align: center;
}

.hikashop_product_code_checkout:before {
    content: "Артикул: ";
}
.hikashop_product_code_checkout {
    color: silver;
    display: block;
}

.hikashop_checkout_cart span.hikashop_product_price {
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.hikashop_checkout_cart .hikashop_product_variant_subname {
    font-family:"Lato", Helvetica, Arial, sans-serif;
    color: #b6b6b6;
}

label {
    display: block;
}

fieldset {
    border:none;
}



#hikashop_checkout_status {
    text-align: center;
    display: block;
}

.uk-search::before {
    background-image: url("/images/icon-search.svg");
}

.uk-search-field {
    width: 180px;
}

.uk-dropdown .uk-button {
    width:100%;
}

.uk-text-primary {
    color: #fe4a7f !important;
}

.uk-form-danger {
    background: rgba(255, 8, 8, 0.7) !important;
}

.pf-button-send {
    padding:0 40px;
}


.testimonial-form {
    padding-left:25px;
    padding-top:25px;
}

#jform_testimonial {
    width:100%;
}

#testimonailform select,
#testimonailform input {
    width: 100%;
}


/*CSS for mobile devices to make form responsive*/
@media only screen and (max-width: 767px) {

    .tp-showcase:after {
        content: "";
        display: block;
        width:100%;
        margin-top:20px;
        border-bottom:1px solid silver;
    }
    .tp-showcase{
        margin-bottom:40px;
    }
}

ul.uk-nav-sub {
    padding: 15px 0 15px 50px;
}

.hikashop_subcategories_listing + .hikashop_submodules {
    margin-top:30px;
}

/*фильтры*/
.filter_values_container select {
    font-size:16px;
    font-family:"Lato", Helvetica, Arial, sans-serif;
    padding: 7px;
    border: 1px solid silver;
    min-width: 180px;
}

.hikashop_filter__1 br {
    display: none;

}

.hikashop_filter_list_selected {
    font-weight:normal !important;
}



#hikashop_payment_methods table tr td:nth-child(2) {
    width:0;
    display: none;
} 
#hikashop_payment_methods table tr td:first-child {
    width:20px;
}

figure.tm-overlay-uniq {
    width:100%;
}

.uk-alert.uk-alert-success h2 {
    display: none;
}

/*.uk-navbar-nav.uk-hidden-small li:last-child {*/
    /*display: none;*/
/*}*/

.hikashop_inserted_product .hikashop_product_price_full {
    text-align: center;
}
.hikashop_inserted_product .hikashop_product_name {
    text-align: center;
}
.hikashop_inserted_product .hikashop_product_tag_image {
    transition: all ease .4s;
}
.hikashop_inserted_product .hikashop_product_tag_image:hover {
    transform: scale(1.2);
}
.hikashop_inserted_product .hikashop_subcontainer {
    padding:14px;
    overflow: hidden;
}

.hikashop_inserted_product div.hikashop_subcontainer span {
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 3;
}


.tm-novosti .uk-overlay-background {
    background: rgba(72, 72, 72, 0);
}

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0.6;
}

div#downlist + a {
    text-align: center;
    text-transform: uppercase;
    color: grey;
    font-size: 12px;
    border-bottom: 1px solid rgb(206, 208, 208);
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
}

div#downlist + a:after {
    background: url(/images/corner.png) center top no-repeat;
    content: '';
    width: 52px;
    height: 11px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: -11px;
}

div#downlist + a.opened:after {
    background-position: 100% 100%;
    top: -11px;
}

div#downlist + a.opened {
    border-top: 1px solid rgb(206, 208, 208);
    border-bottom: 0px;
    padding-top: 7px;
    margin-top: 20px;
}

.hikashop_product_price_before_discount {
    display: block;
    font-family: "bebas_bold", Arial, Helvetica, sans-serif;
    color: #909090;
}

.hidepagination .hikashop_products_pagination {
    display: none;
}