/*

Welcome to Custom CSS!

*/



.widget>.product-categories>.cat-parent {
    /*background: rgba(76, 163, 215, 0.12);*/
    padding: 17px 20px;
    /*border: 4px solid rgba(54, 75, 138, 0.2);*/
    margin-bottom: 15px;

    background: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}



.widget>.cat-parent>a {
    font-size: 28px;

}



.widget .children {
    list-style-type: none;
    border-top: 2px solid #ebebeb;
    margin-top: 7%;
    padding-top: 7%;

}


.widget .product-categories {

    list-style-type: none;

}



.widget a {
    text-decoration: blink;
    /*color: #54397E;*/
    color: #57585a;
}



.widget .cat-parent>a {
    font-size: 20px;
    /*border-bottom: 2px solid #eee;
    border-bottom-color: #dfdce4;*/
    /*font-family: 'Helvetica Neue';*/
    font-weight: bold;
    /*color: #53239d;*/
    color: #57585a;
    text-transform: uppercase;
}



.widget .children li {

    text-decoration: blink;

    padding: 0px 10px;

    /*list-style-type: disc;*/

}



.widget .cat-parent a {

    cursor: default;

    text-decoration: none;

}



.widget .cat-parent .children a {

    cursor: pointer;

    /*text-decoration: underline;*/

}

/*.widget_categories ul li:before {
    position: absolute;
    left: 0;
    padding: 0 0 0 2px;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    font-family: FontAwesome;
    color: #4caf50;
}*/



.sidebar-widget {

    padding: 0;

    border-radius: 0;

    box-shadow: none;

    background: none;

}



.site-branding {

    margin-top: 100px;

    height: 450px;

    background-color: #ebeff0 !important;

    background-size: contain !important;

    /*    background-size: contain !important;*/

}


header .site-nav {

    width: 100%;



    z-index: 999;

}



header .site-nav .container {

    width: 90%;

    max-width: 100%;

}



.site-logo-wrap {

    background: none;

    padding: 0;

}



.site-logo img {

    /* margin-top: 4%;

    width: 85%; */

}



button.button-feedback {

    margin-top: 7%;

}



.site-phone {

    text-align: center;

    margin-top: 7%;

}


/*[vip nc]:task24052*/
.phone-number {
    font-size: 21px;
    /* font-size: 25px;*/

}

/*[vip]*/

.phone-number a {
    text-decoration: none;
}

.email-address {

    font-size: small;

}



.single-product-row-info {

    background: #fff;

    overflow: hidden;

    margin-bottom: 5%;

    padding: 2%;

}



.single-product-row-info .woocommerce-product-gallery__image img {

    border: 1px solid green;

    padding: 12%;

}



.summary.entry-summary {

    width: 100% !important;

}



.entry-summary {

    margin: 0;

}



.single-product-row-info .woocommerce-product-gallery {

    width: 100% !important;

}





span.cp_loan_icon {

    display: inline-block;

    width: 24px;

    height: 24px;

    background: url(https://image.freepik.com/free-icon/no-translate-detected_318-32067.jpg);
    /*default icon*/

    vertical-align: middle;

    margin-right: 10px;

    background-size: 25px;

}



span.pa_price {

    background: url(../img/pa_price.png);

}



span.pa_validity {

    background: url(../img/pa_validity.png);

}



span.pa_time_of_receipt {

    background: url(../img/pa_time_of_receipt.png);

}



span.pa_payment-methods {

    background: url(../img/pa_payment-methods.png);

}



span.pa_provided {

    background: url(../img/pa_provided.png);

}



.woocommerce table.shop_attributes th {

    width: 55%;

}



.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {

    background: none;

}



.shop_attributes th {

    font-size: 1.0rem;

    color: #898a8e;

}



table.shop_attributes tr {

    height: 50px;

}



.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {

    line-height: 1.0;

}



.woocommerce-tabs.wc-tabs-wrapper {

    background-color: #FFF;



}



.tabs.wc-tabs {

    background: #f1f1f1;

    margin: 0 !important;

}



.woocommerce div.product .woocommerce-tabs .panel {

    padding: 20px 10px 0 10px;

    box-shadow: 0 0 10px #E5E5AB;

}



.single-product-row-info {

    box-shadow: 0 10px 6px -6px #c0c0c0;

}



.woocommerce-loop-product__title {

    margin-bottom: 0;

}



.product_modal_div {

    width: 300px;

    height: 300px;

    border-radius: 5px;

    border: 3px #000 solid;

    background: #fff;

    position: fixed;

    top: 45%;

    left: 50%;

    margin-top: -150px;

    margin-left: -150px;

    display: none;

    opacity: 0;

    z-index: 9999999;

    padding: 20px 10px;

}



.product_modal_div #product_modal_close {

    width: 21px;

    height: 21px;

    position: absolute;

    top: 10px;

    right: 10px;

    cursor: pointer;

    display: block;

}





#product_overlay {

    z-index: 3;

    position: fixed;

    background-color: #000;

    opacity: 0.8;

    -moz-opacity: 0.8;

    filter: alpha(opacity=80);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    cursor: pointer;

    display: none;

}



.product_modal_div {

    opacity: 1;

    top: 50%;

    /* background-color: #ebe9eb;*/

    width: 380px;

    height: 450px;

    padding: 0 !important;

}



.modal_h3 {

    padding-top: 40px;

    margin-bottom: 20px;

    line-height: 1.3 !important;

    color: #14bbd4;

    font-weight: 600 !important;

    text-align: center;

    font-size: 19px !important;

}



.modal-input {

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    width: 300px;

    height: 54px;

    line-height: 54px;

    color: #666666;

    font-size: 15px;

    margin: 10px auto;

    text-indent: 20px;

    display: block;

    outline: none;

    background: #fff;

    padding: 0;

    outline: none;

    border: 1px solid transparent;

}



.modal-button {

    font-size: 21px;

    color: #4f3506;

    width: 305px;

    height: 65px;

    background: none;

    line-height: 61px;

    background-image: url(../img/btn5.png);

    background-repeat: no-repeat;

    background-position: center;

    display: block;

    text-align: center;

    font-family: "Open Sans";

    padding: 0;

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.49);

    margin: 10px auto 0 auto;

    text-decoration: none;

    font-weight: 600;

    border: none;

    outline: none;

    cursor: pointer;

    padding-bottom: 4px;

}


.error-empty {

    display: none;

    color: #FF0000;

    font-size: 22px;

    line-height: 22px;

    width: auto;

    position: absolute;

    z-index: 999;

    right: 65px;

    top: 45%;

    margin-top: -5px;

}





.product_modal_close {
    position: absolute;
    top: -18px;
    right: -5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/fancybox_sprite.png);
}



.product_open_modal:hover {

    background: #357a38;

    color: white;

}



.modal-button {

    width: 300px;

    border: solid 1px #004F72;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    color: #E5FFFF;

    background-color: #3BA4C7;

    background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);

    background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);

    background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);

    background-image: -ms-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1982A5', endColorstr='#1982A5', GradientType=0);

    background-image: linear-gradient(top, #3BA4C7 0%, #1982A5 100%);

    -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

    -moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

    box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

    background-color: #00bec7;

}



.footer-widget .widget-title {

    color: green;

}



.footer-widget .textwidget {
    color: #cacaca;
    line-height: 20px;

}





/*product sections styles*/

.woocommerce ul.products li.product a img {

    width: auto;

}



.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {

    width: 100%;

    background: #FFFFFF;

    padding: 2%;

    box-shadow: 0 13px 6px -6px #c0c0c0;

    margin: 0 2.8% 0.992em 0;

}



.term-description {

    padding: 25px;

    margin: 5px 0 15px 0;

    background: #FFFFFF;

    box-shadow: 0 13px 6px -6px #c0c0c0;

}



.woocommerce ul.products li.product a img {

    border: 1px solid green;

    padding: 5%;

}



.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {

    font-style: normal;

}



h1.woocommerce-products-header__title {

    background: #FFFFFF;

    border-bottom: 1px solid #AAA;

    padding: 5px 5px 39px 15px;

}



ul.products .woocommerce-loop-product__title {

    font-size: 1.5rem !important;

    color: #898a8e;

}



.woocommerce .star-rating span {

    color: #c7d600;

}


/*[VIP.RU nc]*/
.product_modal_div {

    /* height: 350px;*/
    height: 270px;

}

/*[/VIP.RU]*/


/*[VIP.RU AC]*/
.product_modal_div.extra-fields {
    height: 350px;
}

/*[/VIP.RU]*/


.button,
.read-more,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {

    max-width: 100%;

    padding: 6px 10px;

}





.modal_h3 {

    color: #d41414;

}



.entry-more-btn {

    float: left;

}



header .site-nav {

    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}



.shop-attributes-title {

    color: #357a38;

}



/*ul.product_list_widget li.product {

    width: 100%;

    background: #FFFFFF;

    padding: 2%;

    box-shadow: 0 13px 6px -6px #c0c0c0;

    margin: 0 2.8% 0.992em 0;

}*/

/*/product sections styles*/

.breadcrumbs {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.breadcrumbs a {
    color: #777;
    text-decoration: underline;
}


.front-site-content .entry-header-page {
    padding: 0px 0px 10px 0;
}

.front-site-content .entry-title {
    background: #FFFFFF;
    border-bottom: 1px solid #AAA;
    padding: 5px 5px 39px 15px;
}


.front-site-content .hentry {
    background: none;
    box-shadow: none;
}


.front-site-content .entry-content {
    background: #FFFFFF;
}

.widget.entry-content {
    margin-top: 5%;
}

.site-branding-custom {
    margin-top: 170px;
    /*background-color: #ebeff0;
    background-size: contain;*/
    /* background-size: contain !important; */
}


.metaslider .caption-wrap {
    width: auto !important;
    margin: 0 15% 5% 15% !important;
    background: rgba(0, 0, 0, 0.64) !important;
}

.metaslider .caption {
    max-width: 700px;
}

.comment-form-url {
    display: none;
}


#feedback_form_wrapper {
    top: 45%;
    width: auto;
    /*height: 300px;*/
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 9999999;
    padding: 20px 10px;
}

#feedback_form_wrapper input {
    width: 95%;
}



@media (max-width: 1850px) {
    .main-navigation a {
        font-size: 85%;
        padding: 31px 13%;
    }
}



@media (max-width: 1366px) {
    .main-navigation a {
        font-size: 0.6rem;
        padding: 31px 10px;
    }
}

@media (min-device-width: 950px) and (max-device-width: 1150px) {

    /*[vip nc]:task24052*/
    .phone-number {
        /*font-size: 1.0rem;*/
        font-size: 0.8rem;
    }

    /*[vip]*/

    .email-address {
        font-size: 0.6rem;
    }
}



@media (max-width: 768px) {
    #feedback_form_wrapper {
        width: auto;
        border-radius: 5px;
        border: 3px #000 solid;
        background: #fff;
        position: fixed;
        top: 6%;
        margin-top: -150px;
        margin-left: -150px;
        display: none;
        opacity: 0;
        z-index: 9999999;
        padding: 20px 10px;
    }

    .product_modal_div {
        width: auto;
        border-radius: 5px;
        border: 3px #000 solid;
        background: #fff;
        position: fixed;
        top: 10%;
        margin-top: -150px;
        margin-left: -150px;
        display: none;
        opacity: 0;
        z-index: 9999999;
        padding: 20px 10px;
    }

    .menu-status__mobile.open {
        background-image: url(../img/down.png);
        z-index: 9999999;
        float: right;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .menu-status__mobile.close {
        background-image: url(../img/top.png);
        z-index: 9999999;
        float: right;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
    }


}


@media (max-width: 418px) {
    #feedback_form_wrapper {
        width: 100%;
        border-radius: 5px;
        border: 3px #000 solid;
        background: #fff;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: none;
        opacity: 0;
        z-index: 9999999;
        padding: 20px 10px;
        margin: 5% 0 0 0;
    }

    .product_modal_div {
        width: 100%;
        /* height: 300px; */
        border-radius: 5px;
        border: 3px #000 solid;
        background: #fff;
        position: fixed;
        top: 5%;
        left: 0;
        display: none;
        opacity: 0;
        z-index: 9999999;
        padding: 20px 10px;
        margin: 5% 0 0 0;
    }

    .p-form-modal .col-xs-7 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*.notifyjs-happyblue-base {
    white-space: nowrap;
    background-color: lightblue;
    padding: 5px;
}
.notifyjs-happyblue-superblue {
    color: white;
    background-color: blue;
}
*/
.notifyjs-phonerequest-base {
    color: #4F8A10;
    background-color: #DFF2BF;
    padding: 12%;
    margin-top: -5px;
    /*FOR NOFITICATION*/
}



input[type="comments"]:focus {
    color: #898a8e;
    border-bottom-color: #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
}


input[type="comments"] {
    color: #898a8e;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0;
    padding: 5px 10px;
    outline: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 0 0 0 #4caf50;
}



/*[VIP.RU nc]*/
.page-contact {
    overflow: hidden;
}

.page-contact-left {
    float: left;
}

.page-contact-right {
    float: right;
    width: 40%;
}

.page-contact-right .wpcf7 textarea {
    height: 70px;
}

.widget li .fa {
    color: #4caf50;
    margin-right: 5px;
}

form .modal-button {
    height: 35px;
    width: auto;
    padding: 6px 12px;
    margin: 0px auto;
    display: block;
    font-weight: 200;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

form .modal-input {
    width: 100%;
    text-indent: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

form .modal-input,
form .modal-button {
    height: 35px;
    outline: none;
    box-shadow: 0 0 0 0 #4caf50;
    margin-bottom: 19px;
    font-family: "Roboto", sans-serif;
}

.modal_h3 .fwb {
    color: #515151;
}

.wpcf7 .modal_h3 {
    padding-top: 0px;
}

div.otvet {
    margin: 0 0 24px 0;
    padding: 0px 24px;
    font-style: italic;
    border-left: 5px solid #4caf50;
}

div.otvet p {
    text-align: justify;
}

p.vopros {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-contact {
    color: #fff;
    /* float: left; */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1%;
}

.footer-contact p {
    margin: 0 0 15px;
}

.footer-logo {
    overflow: hidden;
    text-align: initial;
    margin-left: -15px;
}

.footer-logo-link {
    float: left;
    margin-right: -30px;
}

.all-step {
    overflow: hidden;
    width: 100%;
}

.step-left {
    float: left;
    width: 50%;
}

.step-right {
    float: right;
    width: 50%;
}

.all-step h3 {
    font-size: 1.3rem;
    color: #515151;
    margin: 20px 0 15px;
    text-align: center;
}

.all-step p {
    margin-left: 10px;
    margin-right: 10px;
}

.all-step img {
    width: 100%;
}

p.title-h3 {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.term-description h2,
.description_tab h2,
.entry-content h2 {
    color: #4caf50;
}

div.woocommerce-products-header__title.page-title {
    background: #FFFFFF;
    border-bottom: 1px solid #AAA;
    padding: 10px 5px 10px 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: normal;
    clear: both;
    margin: 0 0 24px;
    display: block;
    text-transform: uppercase;
}

input[value="Жду звонка"] {
    width: auto;
    padding: 6px 12px;
    margin: 0px auto;
    display: block;
}

@media (max-width: 1199px) {

    .page-contact-right,
    .page-contact-left {
        float: none !important;
        width: 100% !important;
    }

    .page-contact-right input {
        width: 100% !important;
    }
}

@media (max-width: 1100px) {
    .footer-logo-link {
        margin-right: -80px;
    }

    .footer-logo-link .site-logo img {
        width: 70%;
    }

    .all-step h3 {
        margin: 0px 0 15px;
        font-size: 1.2rem;
    }
}

@media (max-width: 969px) {
    .page-contact-right form p {
        margin: 0 0 14px;
    }

}

@media (max-width: 950px) {
    .all-step p {
        margin-right: 3px;
        margin-left: 5px;
    }

    .all-step h3 {
        margin: 0px 0 10px;
        font-size: 1rem;
    }

    .step-left {
        width: 45%;
    }

    .step-right {
        width: 55%;
    }
}

@media (max-width: 880px) {

    .step-right,
    .step-left {
        float: none;
        width: 100%;
    }

    li.cat-item.cat-parent.product-list-global {
        margin-top: 20px;
        background: #4caf50 !important;
        top: 114px;
        /* position: fixed; */
        z-index: 999;
        width: 100%;
        left: 0px;
    }

    li.cat-item.cat-parent.product-list-global a {
        color: #fff;
    }

    .cat-item.cat-parent.product-list-global .fa {
        display: none;
    }

    .widget .cat-item .children li {
        text-decoration: blink;
        padding: 8px 10px;
        font-size: 18px;
        border-bottom: 1px dotted;
    }

    .widget .cat-item .children li a {
        color: #57585a;
    }

    .widget .cat-item-43 .children li,
    .widget .cat-item-45 .children li,
    .widget .cat-item-44 .children li,
    .widget .cat-item-35 .children li {
        padding: 0px 10px;
        font-size: 1.1rem;
        border-bottom: none;
    }

    .cat-item.cat-parent.product-list-global ul.children {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 220px;
        background: #fff;
        border: 1px solid;
        left: 0px;
        width: 100%;
    }
}

/*@media (max-width: 800px){
	.site-nav .container .row .col-md-2{width: 33%;}
	.site-header .site-nav .phone-number {font-size: 20px;}
	.metaslider .caption-wrap {margin: 0 15% 0% 15% !important;}
	.site-branding-custom{margin-top: 140px;}
}*/
.div-vk {
    text-align: center;
}

.div-vk .fa {
    font-size: 30px;
    margin-top: 14%;
    color: #515151;
}

.div-vk .fa.fa-google-plus {
    font-size: 24px;
    margin-top: 11%;
    margin-left: 5%;
}

@media (max-width: 950px) {
    .site-nav .container .row .col-md-2 {
        width: 33%;
    }

    .site-header .site-nav .phone-number {
        font-size: 20px;
    }

    .metaslider .caption-wrap {
        margin: 0 15% 0% 15% !important;
    }

    /* .site-branding-custom{margin-top: 140px;} */
}

@media (max-width: 750px) {
    .slides .caption-wrap h2 {
        font-size: 1.1rem;
    }

}

@media (max-width: 720px) {
    li.cat-item.cat-parent.product-list-global {
        top: 108px;
    }
}

@media (max-width: 675px) {
    .site-header .site-nav .phone-number {
        font-size: 18px;
    }

    li.cat-item.cat-parent.product-list-global {
        top: 103px;
    }
}

@media (max-width: 620px) {
    .site-header .site-feedback .button-feedback {
        padding: 6px 0px;
    }

    .site-header .site-nav .phone-number {
        font-size: 16px;
    }

    li.cat-item.cat-parent.product-list-global {
        top: 99px;
    }
}

@media (max-width: 600px) {
    .footer-contact {
        float: none;
    }

    .footer-logo {
        text-align: center;
        margin-left: 0px;
    }

    .footer-logo-link {
        margin-right: 0px;
        float: none;
    }

    .site-branding-custom {
        display: none;
    }

    /* #main, #container.col-sm-12{margin-top: 115px;} */
}

@media (max-width: 570px) {
    .site-header .site-nav .phone-number {
        font-size: 14px;
    }

    li.cat-item.cat-parent.product-list-global {
        top: 112px;
    }
}

@media (max-width: 479px) {
    .site-header .site-logo img {
        width: 40%;
        margin-left: -35px;
        margin-left: -35px;
        margin-top: 5px;
    }

    .site-nav .container .row .col-md-2 {
        width: 100%;
    }

    .site-header .container .row {
        text-align: center;
    }

    .site-header button.button-feedback {
        margin-top: 0px;
    }

    .site-header .site-feedback .button-feedback {
        padding: 6px 20px;
        width: auto;
    }

    .site-header .site-nav .site-phone {
        margin-top: 2%;
    }

    /* #main,#container.col-sm-12{margin-top: 43%;} */
    li.cat-item.cat-parent.product-list-global {
        top: 195px;
    }

    form .modal-button {
        padding: 6px 7px;
    }
}

@media (max-width: 449px) {
    li.cat-item.cat-parent.product-list-global {
        top: 190px;
    }

    /* #main,#container.col-sm-12 {
    margin-top: 48%;
} */
}

@media (max-width: 415px) {
    .site-header .site-logo img {
        margin-left: -20px;
    }

    li.cat-item.cat-parent.product-list-global {
        top: 185px;
    }
}

@media (max-width: 380px) {
    li.cat-item.cat-parent.product-list-global {
        top: 180px;
    }

    /* #main, #container.col-sm-12 {
    margin-top: 60%;
	} */
}

@media (max-width: 360px) {
    li.cat-item.cat-parent.product-list-global {
        top: 178px;
    }
}

@media (max-width: 345px) {
    li.cat-item.cat-parent.product-list-global {
        top: 175px;
    }
}

@media (max-width: 320px) {
    li.cat-item.cat-parent.product-list-global {
        top: 172px;
    }
}

/*[/VIP.RU]*/

/*[VIP.RU nc]*/
ul.dostavka-list-ok {
    list-style: none;
    margin-left: 0px;
}

.dostavka-list-ok li:before {
    content: '✔';
    position: absolute;
    margin-left: -15px;
    color: #4caf50;
}

.dostavka-list {
    column-count: 2;
}

.img-gal-dostavka {
    text-align: center;
}

.back-div-bot {
    display: none;
    background-image: url(/wp-content/uploads/2018/03/zoom.png);
    background-position: center center;
    background-size: initial;
    background-repeat: no-repeat;
    background-color: #4caf50;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 45px;
    margin-top: 10.5%;
    margin-left: 11.2%;
}

.img-gal-dostavka .dost-child-two:hover img {
    background: #fff;
    opacity: 0.15;
}

/*.img-gal-dostavka:hover .back-div-bot {display: block}*/
.img-gal-dostavka .gallery-item a {
    display: block;
}

.img-gal-dostavka .gallery-icon.portrait {
    display: inline-block;
}

.dost-child-two {
    display: inline-block;
    margin: auto;
}

.dost-child-two:hover .back-div-bot {
    display: block
}

@media all and (max-width: 1199px) {
    .back-div-bot {
        margin-top: 13%;
        margin-left: 14%;
    }
}

@media all and (max-width: 991px) {
    .back-div-bot {
        min-width: 251px;
        min-height: 337px;
        margin-top: 0%;
        margin-left: 0%;
        border-radius: 0px;
    }

    .img-gal-dostavka .dost-child-two:hover img {
        opacity: 0.05;
    }
}

@media all and (max-width: 500px) {
    .dostavka-list {
        column-count: 1;
    }
}

/*[/VIP.RU]*/

/*[CUSTOMIZATION_BLOCK ac] task:49415 */
.widget_product_categories ul.product-categories li.cat-parent.visible-N ul.children {
    display: none;
}

/*[/CUSTOMIZATION_BLOCK]*/

/*[CUSTOMIZATION_BLOCK ac] task:49429 */
.filter-content {
    margin-bottom: 5%;
}

.filter-content .filter-cat {
    /*border-radius: 15px;
    border: 1px solid;
    padding: 1%;
    text-decoration: blink;*/
    text-decoration: blink;
    color: #4caf50;
    background-color: white;
    padding: 0 4px 0 4px;
    text-transform: lowercase;
    display: inline-block;
    margin: 0.3%;
}



/*[/CUSTOMIZATION_BLOCK]*/


/*[CUSTOMIZATION_BLOCK nc] task:53923 */
form .modal-button-close {
    position: relative;
    height: 35px;
    width: auto;
    background: #d5dfd6;
    display: block;
    top: auto;
    right: auto;
    margin: auto;
    box-shadow: initial;
}

form .modal-button-close:hover {
    background: #6f6f6f;
}

form .p-form-modal {
    padding: 0px 15px;
    margin: 0;
}

/*[/CUSTOMIZATION_BLOCK]*/


/*[CUSTOMIZATION_BLOCK nc] task:57579 */
.main-text-in-blank-bas p.with-border,
.blank-bas p.with-border {
    border-bottom: 1px solid;
    height: 20px;
}

.main-text-in-blank-bas p {
    word-break: break-all;
}

.main-text-in-blank-bas p span {
    display: block;
    position: absolute;
    height: 22px;
    background: #fff;
}

.font-min-size {
    font-size: 13px;
}

.main-text-in-blank-bas {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

@media all and (max-width: 767px) {
    .font-min-size {
        float: none !important;
    }
}

/*[/CUSTOMIZATION_BLOCK]*/

/*[CUSTOMIZATION_BLOCK nc] task:69517 */
@media all and (min-width: 1200px) and (max-width: 1850px) {
    .main-navigation li {
        width: 20%;
        text-align: center;
    }
}

.flexslider .flex-direction-nav .flex-next {
    right: 36px;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 36px;
}

/*[/CUSTOMIZATION_BLOCK]*/
/*[CUSTOMIZATION_BLOCK lb] task:137374 */
.product_modal_div.extra-fields {
    min-height: 350px;
    height: auto;
}

/*[/CUSTOMIZATION_BLOCK]*/

.agree {
    display: none
}

/*[CUSTOMIZATION_BLOCK lb] task:163964*/
span.orig-price-discounted {
    text-decoration: line-through !important;
    font-weight: 500;
}

span.price-discounted {
    font-weight: bold;
}

/*[/CUSTOMIZATION_BLOCK]*/