/*!
Theme Name: unreal-themes
Author: Bondarenko Roman
Author URI: https://unrealthemes.ru/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unreal-themes
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Response cf7 */
div.wpcf7-validation-errors {
    background: #F44336!important;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: center;
    display: none!important;
}

div.wpcf7-mail-sent-ok {
    background: #2cb742!important;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: center;
    display: none !important;
}

div.wpcf7-spam-blocked {
    background: #ffa500;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: center;
}

div.wpcf7-acceptance-missing {
    background: #ffa500;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 5px;
    text-align: center;
}

div.wpcf7-mail-sent-ok::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2cb742!important;
    border-left: 10px solid #2cb742!important;
}

div.wpcf7-validation-errors::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f44336!important;
    border-left: 10px solid #f44336!important;
}

div.wpcf7-spam-blocked::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffa500;
    border-left: 10px solid #ffa500;
}

div.wpcf7-acceptance-missing::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffa500;
    border-left: 10px solid #ffa500;
}

div.wpcf7 .ajax-loader {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: #f44336;
}
/* END: Response cf7 */

/* Breadcrumbs */
.kb_title {
    color: #bbbbbb;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.kb_title:hover {
    color: #000;
}

.kb_sep {
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumbs.text-center.text-lg-left ul {
    font-size: 14px;
    color: #bbb;
    line-height: 30px;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
        -ms-flex-wrap: wrap;
}

.breadcrumbs span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumbs li:hover a span,
.breadcrumbs li:hover + span {
    color: #000;
}

/* END: Breadcrumbs */

.codedropz-upload-handler {
    height: 46.8px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0; 
    border: 1px dashed #737373;
    padding: 0;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 63.8px;
}

.codedropz-upload-handler:before {
    content: '\e016';
    font-family: 'ElegantIcons';
    font-size: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45.8px;
    border-right: 1px dashed #737373;
}

.codedropz-upload-inner h3 {
    font-weight: normal!important;
    font-size: 13px!important;
    text-transform: none !important;
    margin-bottom: 0!important;
    line-height: normal!important;
    color: gray;
    margin: 0;
    display: block;
    letter-spacing: -1px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.5;
    height: 100%;
    width: 100%;
    display: block;
}

.codedropz-upload-container {
    padding: 5px 5px 5px 0;
}

.codedropz-upload-wrapper {
    margin-bottom: 15px;
    position: relative;
}

input[type="submit"].wpcf7-submit.page-button {
    border: none;
    font-size: 12px;
    outline: none;
}

.codedropz-upload-inner {
    font-size: 0;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.codedropz-btn-wrap {
	z-index: 1;
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.dnd-upload-status {
    margin-top: 10px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.dnd-upload-status .dnd-upload-details .name {
    padding: 0;
    padding-bottom: 4px;
}

.dnd-upload-status .dnd-upload-image {
    flex-basis: 38px;
    flex-shrink: 0;
    height: 38px;
    border-radius: 5px;
}

.dnd-upload-status .dnd-upload-details {
    width: auto;
    flex-grow: 1;
}

.dnd-upload-status .dnd-upload-details .has-error {
    line-height: 1;
    color: #ed3a4f;
    display: inline-block;
    margin-top: 10px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    border-radius: 3px;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    left: -4px;
    top: 0;
    right: auto;
    width: auto;
    height: 12px;
    line-height: 12px;
}

.dnd-upload-status .dnd-upload-details .remove-file span {
    line-height: inherit;
    text-indent: -9999px;
}

.dnd-icon-remove:before {
    content: "\e901";
    border-radius: 50%;
    background: #fff;
    color: #ed3a4f;
}

input[name="field_policy"] {
    display: none;
}

.field_policy .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
    color: #adadad;
}

.wpcf7-form.form a {
    color: #000000;
    text-decoration: underline;
    line-height: 15px;
    width: 100%;
    height: 20px;
    display: block;
}

.field_policy .wpcf7-list-item-label a {
    display: inline-block;
    width: auto;
}

/* Form fix */
.field_policy #policy + .wpcf7-list-item-label::before {
    content: "";
    display: block;
    float: left;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;
    border: 1px solid rgba(0,0,0,0.6);
    cursor: pointer;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.home .field_policy #policy + .wpcf7-list-item-label::before {
    top: 1px;
}

.field_policy #policy:checked + .wpcf7-list-item-label::before {
    /* content: url(images/icons/check.png);
    position: absolute;
    top: 2px;
    left: -1px;
    cursor: pointer; */
    content: '';
    position: absolute;
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-content .wpcf7-form-control-wrap span {
    font-size: 12px;
    line-height: 1.5;
}

.page-content .form .input-group-prepend {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 46.8px;
}

.page-content .form .input-group-prepend span {
    font-size: 22px;
}

.page-content .form .input-group {
    flex-wrap: nowrap;
}

.home .page-content .form-message,
.page-content:not(.cart):not(.modal) .form-input:not(.form-message) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

span.wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 12px;
    position: relative;
}

span.wpcf7-list-item label {
    padding-left: 40px;
    /* cursor: pointer; */
}

span.wpcf7-list-item label .input-form-policy-img {
    /* width: 100%; */
    height: 100%;
    opacity: 0.5;
}

.page-content__form span.wpcf7-not-valid-tip {
    display: none;
}

.page-content__form .form-control.wpcf7-not-valid,
.page-content__form .form-control.wpcf7-not-valid::placeholder {
    color: #ed3a4f;
}

.footer-modal .modal-content form textarea.style {
    margin: 0px 0px 15px; 
    /* width: 382px;  */
    height: 100px;
    border: 1px solid #a1a1a1;
    font-size: 14px;
}

.footer-modal .modal-content input[type="submit"] {
    outline: none;
}

/* body .page-content__img {
    background-size: contain;
    background-position: center 8px;
} */

.products-cart .cart-list__info-cart.wrapper-preloader { 
    display: none;
    margin-left: 20px;
}

.products-cart .cart-list__info-cart svg {
    width: 50px;
    height: 30px;
    margin: auto;
    padding: 2px;
    background: rgb(255, 255, 255);
    border: 1px solid #000;
    display: block;
    shape-rendering: auto;
}

.products-filter__item label {
    cursor: pointer;
}

.cart-list {
    position: relative;
}

.wrapper-cart-preloader {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #fdfdfdad;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.wrapper-cart-preloader svg {
    width: 100px;
}

.page-template-template-cart .codedropz-upload-wrapper,
.single-product .codedropz-upload-wrapper {
    background: #fff;
}

.page-template-template-cart .dnd-upload-status,
.single-product .dnd-upload-status {
    padding: 4px;
}

.page-template-template-cart .dnd-upload-status .dnd-upload-details .remove-file,
.single-product .dnd-upload-status .dnd-upload-details .remove-file {
    right: 4px;
}

.footer-modal .modal-text.truck {
    background-image: url('images/icons/truck.svg');
}

.page-template-default .page-content .pages__content h2, 
.page-template-template-dealers .page-content .pages__content h2, 
.page-template-template-delivery .page-content .pages__content h2 {
    font-size: 22px;
    line-height: 35px;
}

.page-template-default .page-content .pages__content h2 strong,
.page-template-template-dealers .page-content .pages__content h2 strong,
.page-template-template-delivery .pages__content h2 strong {
    border-bottom: 3px solid #ed3a4f;
}

.page-template-template-dealers .w500 {
    max-width: 100%;
}

.page-id-146 .page-content .fiz-line {
    text-align: center;
}

.page-id-147 .page-content .fiz-line {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
  .header-nav__menu > li.current_page_item {
    -webkit-box-shadow: inset 0 -4px 0 #ed3a4f;
    box-shadow: inset 0 -4px 0 #ed3a4f;
  }
}

.page-button input {
	color: inherit;
	border: none !important;
	outline: none;
	width: 100%;
	background-color: transparent;
    text-transform: uppercase;
}

.page-content .form .input-group textarea,
.page-content .form .input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-content .pages__form .page-content__form form .codedropz-upload-wrapper {
    margin-bottom: 30px;
}

/* Cart accent class */
.fixed-cart.fixed-cart__accent {
	background-color: transparent;
}

.fixed-cart.fixed-cart__accent .fixed-cart__link svg {
	fill: #ed3a4f;
}

.fixed-cart.fixed-cart__accent .fixed-cart__count {
	color: #ed3a4f;
}

/* */
.page-template-template-contacts .codedropz-upload-inner h3,
.hide_mb .codedropz-upload-inner h3 {
    /* margin-bottom: 10px !important; */
}

.page-template-template-contacts .codedropz-upload-wrapper {
    margin-bottom: 30px;
}

/*.page-content .calltoaction .page-content__form form .hide_mb {
    padding: 36px 28px 36px 28px !important;
} */

.page-button.btn-filter {
    display: none;
}

.hide-cart {
    /* display: none; */
    position: relative;
}

.page-description {
    margin-top: 65px;
}

.page-template-template-dealers .wpcf7-form .col-md-4:nth-child(3) .input-group-prepend,
.page-id-147 .wpcf7-form .col-md-4:nth-child(3) .input-group-prepend {
    padding-top: 8px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}


.a_for_posts + .products-grid__pagination,
.a_for_posts + .products-grid__pagination .pagination {
    padding-left: 0;
}

.a_for_posts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
}

.a_for_posts-link {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.a_for_posts-link:last-child {
    margin-bottom: 0;
}

.a_for_posts-link:hover {
    color: #ed3a4f;
}

.sweet-alert {
    border-radius: 0;
    border: 1px solid  #000;
}

@keyframes hideSweetAlert {
    0% {
        transform: translateX(-50%) scale(1);
        -webkit-transform: translateX(-50%) scale(1)
    }
    100% {
        transform: translateX(-50%) scale(.5);
        -webkit-transform: translateX(-50%) scale(.5)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: translateX(-50%) scale(.7);
        -webkit-transform: translateX(-50%) scale(.7)
    }
    45% {
        transform: translateX(-50%) scale(1.05);
        -webkit-transform: translateX(-50%) scale(1.05)
    }
    80% {
        transform: translateX(-50%) scale(.95);
        -webkit-transform: translateX(-50%) scale(.95)
    }
    100% {
        transform: translateX(-50%) scale(1);
        -webkit-transform: translateX(-50%) scale(1)
    }
}

@media screen and (min-width: 480px) {
    .sweet-alert {
        width: 455px;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

.sweet-alert p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.modal.footer-modal {
    padding-right: 0 !important;
}