@font-face {
font-family: fontello;
src: url(//znak.store/wp-content/themes/constructzine-child/assets/app/css/icons/font/fontello.eot?31919061);
src: url(//znak.store/wp-content/themes/constructzine-child/assets/app/css/icons/font/fontello.eot?31919061#iefix) format("embedded-opentype"), url(//znak.store/wp-content/themes/constructzine-child/assets/app/css/icons/font/fontello.woff?31919061) format("woff"), url(//znak.store/wp-content/themes/constructzine-child/assets/app/css/icons/font/fontello.ttf?31919061) format("truetype"), url(//znak.store/wp-content/themes/constructzine-child/assets/app/css/icons/font/fontello.svg?31919061#fontello) format("svg");
font-weight: 400;
font-style: normal
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden
}
body {
width: 100%;
min-width: 320px;
color: #242424;
font-weight: 400;
font-size: 18px
}
h1, h2, h3, h4, h5 {
font-weight: inherit;
color: inherit;
font-size: inherit
}
h1 {
margin: 0
}
p {
margin: .75em 0;
font-weight: 400
}
img {
width: 100%;
height: auto
}
article {
float: none;
width: inherit;
margin-top: 0
}
.grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px
}
.container {
padding: 40px 15px;
width: auto;
max-width: 1130px;
margin: 0 auto
}
.header_container {
padding: 30px 5px;
position: relative
}
.header-top {
margin-bottom: 30px
}
.heading {
text-align: center
}
.content {
width: calc(60% - 30px);
margin: 15px;
min-width: 300px
}
.content_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%
}
.content_grid {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.content_img {
line-height: 0;
height: 274px;
}
.content_img img {
border: 0
}
.content_desc {
background-color: #ededed;
padding: 35px
}
.content .content_desc {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.content .content_desc p {
font-size: 18px;
line-height: 1.3;
color: #242424;
background-color: transparent;
font-weight: 400
}
.sidebar {
width: calc(40% - 30px);
margin: 15px;
min-width: 320px;
padding-top: 0
}
.btn {
padding: 10px 30px;
color: #242424;
font-weight: 700;
border: 2px solid transparent;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
text-transform: uppercase
}
.btn_submit {
width: 100%;
background-color: #fcd53a
}
.btn_submit:hover {
background-color: #fff;
border-color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.btn_light {
border: 1px solid #3b3b3a;
font-weight: 400;
background-color: #fff;
text-transform: uppercase;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
padding: 8px 25px
}
.btn_light:hover {
background-color: #fcd53a;
border-color: #fcd53a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.btn:disabled {
cursor: not-allowed
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
border: none;
z-index: 99999
}
a.disabled {
cursor: not-allowed
}
a.btn {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content
}
.wpcf7-form {
width: inherit
}
.wpcf7-form input {
width: 100%;
height: inherit;
padding: 0;
display: block;
float: none;
font-size: 16px
}
.wpcf7-form input[type=email] {
margin: 0
}
.wpcf7-form textarea {
height: inherit;
margin: 0;
border: none;
float: none
}
div.wpcf7-acceptance-missing, div.wpcf7-response-output {
color: #fff;
font-weight: 400
}
#general .wpcf7-response-output {
color: #3b3b3a
}
#general .wpcf7-mail-sent-ok {
display: none
}
.wpcf7-not-valid-tip {
color: #cc0505 !important
}
.post_heading {
border-bottom: 2px solid #ccc;
padding-bottom: 25px;
font-size: 28px;
font-weight: 700;
color: #3b3b3a
}
.post_title {
margin: 0
}
.post_date {
margin: 5px 0;
font-weight: 400;
color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.post-entry {
margin: 25px 0
}
.post-entry h2 {
font-weight: 700;
color: #3b3b3a;
font-size: 22px;
margin-top: 10px
}
.post-entry h3 {
font-weight: 700;
color: #3b3b3a;
font-size: 20px
}
.post-entry h4 {
font-size: 18px
}
.post-entry ol {
counter-reset: item;
padding-left: 20px
}
.post-entry ol li {
display: block
}
.post-entry ol li:before {
content: counter(item) ". ";
counter-increment: item;
color: #fcd53a;
font-weight: 400;
margin-right: 5px
}
.post-entry ul {
padding-left: 20px;
list-style: none;
margin-bottom: 15px
}
.post-entry ul li::before {
content: "\2022";
color: #fcd53a;
font-weight: 700;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 20px;
margin-left: 0
}
.call-for-action {
margin-left: auto;
margin-right: 17px
}
.yamapauthor {
display: none
}
[type=radio]:checked, [type=radio]:not(:checked) {
position: absolute;
left: -9999px
}
[type=radio]:checked + label, [type=radio]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
font-weight: 400;
color: #fff
}
[type=radio] + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 14px;
height: 14px;
border: 2px solid #fcfcfc;
border-radius: 100%;
background: 0 0
}
[type=radio] + label:after {
content: '';
width: 8px;
height: 8px;
background: #fcd53a;
position: absolute;
top: 5px;
left: 5px;
border-radius: 100%;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0)
}
[type=radio]:checked + label:before {
border-color: #fcd53a
}
[type=radio]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.contacts_elem {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.contacts_elem p {
margin-bottom: 0;
margin-right: 5px
}
.autocomplete-suggestions {
text-align: left;
cursor: default;
border: 1px solid #ccc;
border-top: 0;
background: #fff;
-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
position: absolute;
display: none;
z-index: 9999;
max-height: 254px;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.autocomplete-suggestion {
position: relative;
padding: 0 .6em;
line-height: 23px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 1.02em;
color: #333
}
.autocomplete-suggestion b {
font-weight: 400;
color: #1f8dd6
}
.autocomplete-suggestion.selected {
background: #f0f0f0
}
.breadcrumbs .container {
padding: 0
}
.breadcrumbs_container {
margin: 10px 0 20px
}
.breadcrumbs a {
color: #3b3b3a;
font-weight: 400
}
.breadcrumbs .breadcrumb_last {
color: #fcd53a;
font-weight: 700
}
.header_service {
position: absolute;
left: 0;
top: 0;
width: 100%
}
.header_service .service_nav {
margin: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none
}
.header_service .service_nav li {
margin: 0 15px
}
.header_service .service_nav li a {
color: #fff
}
.header_service .service_nav li a:hover {
color: #ccc
}
.header-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header_nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative
}
.header_nav .navigation-menu {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: inherit
}
.header_nav .navigation-menu ul li ul li a:hover {
border-bottom: 3px solid transparent
}
.header_nav .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.header_nav .sub-menu .menu-item a {
max-width: inherit;
text-align: left
}
.header_nav .navigation-socials {
float: inherit;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.header_nav .navigation-socials li {
margin: 0 5px
}
.header_nav .navigation-socials .social_icon {
width: 25px;
height: 25px;
min-width: 25px;
min-height: 25px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #3b3b3a
}
.header_nav .navigation-socials .social_icon i {
font-size: 24px
}
.header_nav .menu-item {
position: relative
}
.header_nav .menu-item a {
line-height: 1.2;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
border-bottom: 3px solid transparent;
padding: 0 17px;
width: inherit;
position: relative;
max-width: 250px
}
.header_nav .menu-item a i {
position: absolute;
right: 5px;
height: 100%;
width: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.header_nav .menu > li .sub-menu .current-menu-item a, .header_nav .menu > li .sub-menu .current-menu-parent a {
border-bottom: none
}
.header_nav .current-menu-ancestor > a, .header_nav .current-menu-item > a, .header_nav .current-menu-parent > a, .header_nav .current_page_parent > a {
border-bottom: 3px solid #fcd53a
}
.header_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
header .layer {
width: inherit
}
.features {
background-color: #ededed
}
.features_heading {
font-size: 34px;
color: #242424;
font-weight: 700;
margin-bottom: 30px;
text-align: center;
line-height: 1.2
}
.features_grid .grid_item {
margin: 15px;
width: calc((100% / 4) - 45px);
min-width: 260px
}
.features_card {
padding: 15px;
border: 1px solid #ccc;
text-align: center;
background-color: #fff
}
.features_card .card_title {
margin-top: 20px;
font-weight: 700;
font-size: 14px;
line-height: 18px;
min-height: 85px
}
.features_card .card_img {
width: 70px;
max-width: 70px;
height: 70px;
max-height: 70px;
margin: 0 auto
}
.features_card .card_img img {
height: 100%
}
.features_card .card_desc {
min-height: 70px
}
.consult {
background-color: #3b3b3a;
padding: 20px 30px;
top: 145px
}
.consult_title {
color: #fff;
text-align: center;
font-weight: 700;
font-size: 18px;
text-transform: uppercase
}
.consult .form_group {
margin: 20px 0
}
.consult .form_control {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px;
color: #3b3b3a;
font-weight: 400
}
.consult .form_control::-webkit-input-placeholder {
color: #888886
}
.consult .form_control::-moz-placeholder {
color: #888886
}
.consult .form_control:-ms-input-placeholder {
color: #888886
}
.consult .form_control::-ms-input-placeholder {
color: #888886
}
.consult .form_control::placeholder {
color: #888886
}
.consult .form_checkbox {
color: #fff;
font-size: 12px;
font-weight: 400
}
.consult .form_checkbox label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.consult .form_checkbox label span {
margin-left: 5px;
line-height: 1
}
.consult .form_checkbox input {
width: inherit
}
.consult .form_captcha {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.checkingCode {
padding: 25px 20px;
margin: 0 auto;
max-width: 300px
}
.checkingCode_title {
text-align: center;
font-weight: 700;
color: #3b3b3a;
font-size: 18px;
text-transform: uppercase
}
.checkingCode_form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px
}
.barcode {
background-color: #3b3b3a
}
.barcode_heading {
text-align: center;
color: #fff;
font-weight: 700
}
.barcode_title {
font-size: 28px;
margin-bottom: 20px
}
.barcode_subtitle {
font-size: 18px;
margin-bottom: 20px
}
.barcode_grid {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.barcode_grid .grid_item {
width: calc(50% - 40px);
margin: 50px 20px 15px;
min-width: 300px
}
.barcode_card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.barcode_card .card_count {
width: 60px;
min-width: 60px;
height: 45px;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg)
}
.barcode_card .card_count span {
font-size: 20px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
color: #3b3b3a;
font-weight: 700;
-webkit-transform: skew(30deg);
-ms-transform: skew(30deg);
transform: skew(30deg)
}
.barcode_card .card_count span i {
color: #28ab2e
}
.barcode_card .card_body {
padding: 0 20px;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.barcode_card .card_title {
font-size: 24px;
color: #fff;
font-weight: 700;
line-height: 1.2
}
.barcode_card .card_desc {
color: #fff;
line-height: 1.2;
font-weight: 400;
font-size: 16px
}
.barcode_card .card_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.barcode_card .card_link {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
color: #fcd53a;
font-weight: 700;
text-decoration: underline;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.barcode_card .card_link:hover {
text-decoration: none;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.barcode_form {
color: #fff;
line-height: 1.1
}
.barcode .wpcf7-form-control-wrap {
width: 100%
}
.barcode .wpcf7-list-item {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 10px 0
}
.barcode .wpcf7-list-item input {
width: inherit
}
.news {
background-color: #ededed
}
.news_heading {
font-size: 28px;
font-weight: 700
}
.news_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.news_grid .grid_item {
width: calc((100% / 3) - 30px);
margin: 15px;
min-width: 285px
}
.news_card .card_img {
line-height: 0;
height: 210px
}
.news_card .card_img img {
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.news_card .card_date {
font-size: 14px;
color: #ffb438;
font-weight: 400;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 10px 0
}
.news_card .card_title {
font-size: 18px;
font-weight: 700;
text-align: left;
color: #3b3b3a;
min-height: 80px;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.news_card .card_title:hover {
color: #fcd53a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.partners_heading {
font-size: 28px;
font-weight: 700;
color: #3b3b3a
}
.partners_content {
position: relative
}
.partners .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 170px
}
.partners .swiper-button-next, .partners .swiper-button-prev {
background-image: none;
width: 30px;
height: 30px;
border: solid #3b3b3a;
border-width: 2px 2px 0 0
}
.partners .swiper-button-next:active, .partners .swiper-button-next:focus, .partners .swiper-button-prev:active, .partners .swiper-button-prev:focus {
outline: 0
}
.partners .swiper-button-next {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
right: 0
}
.partners .swiper-button-prev {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
left: 0
}
.partners_card {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
height: 100%;
width: 100%;
padding: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.questions {
background-color: #ededed
}
.questions_heading {
font-weight: 700;
color: #3b3b3a
}
.questions_title {
font-size: 28px
}
.questions_subtitle {
font-size: 18px
}
.questions_form .wpcf7-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.questions_form .wpcf7-response-output {
color: #3b3b3a
}
.questions_form .form_set {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.questions_form .form_group {
margin: 15px
}
.questions_form .form_control {
border: 1px solid #3b3b3a;
padding: 10px;
color: #3b3b3a;
font-weight: 400
}
.questions_form .form_control::-webkit-input-placeholder {
color: #888886
}
.questions_form .form_control::-moz-placeholder {
color: #888886
}
.questions_form .form_control:-ms-input-placeholder {
color: #888886
}
.questions_form .form_control::-ms-input-placeholder {
color: #888886
}
.questions_form .form_control::placeholder {
color: #888886
}
.questions_form .form_control:focus {
border: 1px solid #fcd53a
}
.questions_form .form_submit .btn {
text-transform: uppercase
}
.questions_form .form_submit .ajax-loader {
display: none
}
.contacts_container {
height: 260px;
position: relative
}
.contacts_content {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 41%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: -o-linear-gradient(325deg, rgba(252, 213, 58, .7) 80.99%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(125deg, rgba(252, 213, 58, .7) 80.99%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%)
}
.contacts_wrap {
max-width: 300px
}
.contacts_heading {
-moz-text-align-last: left;
text-align-last: left;
font-size: 28px;
font-weight: 700;
color: #3b3b3a
}
.contacts_info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 15px;
font-size: 18px;
font-weight: 700
}
.contacts_info a {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 5px 0;
color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.contacts_info a:hover {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
color: #bbbbb9
}
.searching_form {
max-width: 700px;
margin: auto
}
.searching .searchingform {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.searching_icon {
position: absolute;
top: calc(50% - 10px);
left: 25px;
width: 20px;
height: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.searching_icon i {
font-size: 18px
}
.searching .form_group {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-right: 30px
}
.searching .form_control {
width: 100%;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.searching .form_choise {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 10px 0
}
.searching .form_choise .form_radio {
margin-right: 30px
}
.searching .form_choise .form_radio label {
color: rgba(27, 32, 43, .5)
}
.searching .form_choise .form_radio label:before {
border-color: rgba(27, 32, 43, .5)
}
.searching .form_choise .form_radio input[type=radio]:checked + label:before {
border-color: #fcd53a
}
.searching .form_submit {
position: relative
}
.searching .form_submit .btn {
padding-left: 50px
}
.search_heading {
font-size: 28px;
font-weight: 700;
color: #3b3b3a;
text-align: left;
margin-bottom: 25px
}
.search .post_head {
font-size: 22px;
font-weight: 700;
padding-bottom: 20px;
border-bottom: 1px solid #ededed;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.search .post_head a {
color: #3b3b3a
}
.search .post_head a:hover {
text-decoration: underline;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.search .post-meta {
color: #fcd53a;
font-weight: 400;
margin-top: 15px
}
.search .post-entry {
margin-bottom: 10px
}
.search .post-footer {
text-align: right;
margin-bottom: 25px
}
.search .post-footer a {
font-size: 18px;
font-weight: 700;
color: #3b3b3a;
text-decoration: underline;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.search .post-footer a:hover {
text-decoration: none;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.productsearch_form {
margin-left: auto
}
.productform {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.productform .form_control {
padding: 2px 5px;
font-weight: 400
}
.productform .btn_icon {
padding: 2px 7px 3px;
background-color: #fcd53a;
border: 1px solid #ccc;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.productform .btn_icon:hover {
background-color: #fff;
border-color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.category_title {
text-align: center;
font-size: 28px;
font-weight: 700;
color: #3b3b3a
}
.category_grid .grid_item {
width: calc((100% / 3) - 30px);
margin: 15px;
min-width: 285px
}
.category_card {
width: 100%
}
.category .post-title {
font-size: 18px;
font-weight: 700;
color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
min-height: 75px
}
.category .post-title:hover {
color: #fcd53a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.category .post-image {
height: 210px;
line-height: 0
}
.category .post-image img {
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.category_pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 35px
}
.category_pagination .navigation {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.category_pagination .navigation .page-numbers {
margin: 0 10px;
font-size: 18px;
color: #3b3b3a;
font-weight: 400
}
.category_pagination .navigation .page-numbers.current {
color: #fcd53a
}
.category_pagination .navigation .arrow {
width: 50px;
height: 40px;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #3b3b3a
}
.category_pagination .page-numbers {
margin: 0 10px;
font-size: 18px;
color: #3b3b3a;
font-weight: 400
}
.category_pagination .page-numbers.current {
color: #fcd53a
}
.category_pagination .arrow {
width: 50px;
height: 40px;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #3b3b3a
}
.shop_wrap {
position: relative
}
.shop_bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: 100%;
background-repeat: no-repeat;
z-index: -1
}
.shop_head {
background-color: rgba(32, 32, 32, .7);
color: #fff
}
.shop_head h1 {
color: #fff
}
.shop_body-head {
text-align: center;
font-size: 28px;
font-weight: 700
}
.shop_body-action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 30px 0
}
@media (max-width: 576px) {
.shop_body-action {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
}
.shop_grid {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
@media (max-width: 1300px) {
.shop_grid {
margin: 0
}
}
.shop_grid .grid_item {
width: 100%;
margin: 20px 0
}
.shop_card .post_title {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
padding-bottom: 25px;
border-bottom: 1px solid rgba(27, 32, 43, .2);
font-size: 22px;
font-weight: 700;
color: #1b202b;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.shop_card .post_title:hover {
color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.shop_card .post_content {
margin-top: 25px
}
.shop_card .post_meta {
color: #fcd53a
}
.shop_card .post_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}
.shop_card .post_action a {
color: #1b202b;
text-decoration: underline;
font-weight: 700
}
.shop_card .post_action a:hover {
text-decoration: none
}
.shop_btn {
font-weight: 700;
font-size: 16px;
text-align: center;
padding: 10px;
margin: 10px 15px;
color: #1b202b;
background-color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 250px
}
.shop_btn:hover {
background-color: #1b202b;
color: #fff
}
.shop_btn-inverse {
background-color: #1b202b;
color: #fff
}
.shop_btn-inverse:hover {
color: #1b202b;
background-color: #fcd53a
}
.notFound_container {
max-width: 800px;
margin: auto
}
.notFound_head {
text-align: center;
font-size: 36px;
color: #3b3b3a;
font-weight: 700;
margin-bottom: 40px;
line-height: 1.2
}
.notFound_img {
max-width: 460px;
margin: auto
}
.notFound_title {
font-size: 28px;
color: #3b3b3a;
font-weight: 700;
line-height: 1.4
}
.notFound_content ol {
counter-reset: item
}
.notFound_content ol li {
display: block
}
.notFound_content ol li:before {
content: counter(item) ". ";
counter-increment: item;
color: #fcd53a;
font-weight: 400
}
.notFound_content a {
color: #fcd53a
}
.notFound_nav {
margin: 10px 0 20px 20px
}
.notFound_nav .menu {
list-style-type: none
}
.notFound_nav .menu-item {
font-weight: 700
}
.notFound_nav .menu-item a {
color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.notFound_nav .menu-item a:hover {
color: #fcd53a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.notFound_action {
font-size: 28px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin: 20px 0
}
.notFound_action span {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 10px 0;
font-weight: 700;
color: #fcd53a
}
.notFound_action a {
color: #fcd53a
}
.notFound_action a:hover {
color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.footer {
color: #fff;
font-weight: 400
}
.footer_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.footer .title {
font-weight: 700;
font-size: 18px
}
.footer .menu {
list-style-type: none
}
.footer .menu-item a {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.footer .menu-item a:hover {
color: #fff;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.footer .about-us {
width: calc(40% - 30px);
margin: 15px
}
.footer .contact-us, .footer .directions {
width: calc(30% - 30px);
margin: 15px
}
.footer .contact-us_content {
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.footer .contact-us_content p {
margin-bottom: 0
}
.footer .contact-us_content a {
color: #fff;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.footer .contact-us_content a:hover {
color: #8e8e8e;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.footer .contact-us_content p {
margin-top: 0
}
.basket {
width: 60px;
height: 45px;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
margin-left: 15px;
border: 2px solid #fcd53a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
cursor: pointer
}
.basket:hover {
background-color: #fff;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.basket_label {
font-size: 24px;
color: #3b3b3a
}
.basket_counter {
position: absolute;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #fff;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
color: #3b3b3a;
font-weight: 400;
top: -12px;
right: -12px
}
.tabs {
margin-top: 20px
}
.tabs_head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tabs_link {
width: 52%;
min-width: 369px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 22px;
font-weight: 700;
background-color: #ededed
}
.tabs_link.active {
width: 48%
}
.tabs_link a {
color: #3b3b3a;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
padding: 15px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.tabs_link.active {
background-color: #fcd53a;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.tabs_link.active a {
width: calc(100% - 54px)
}
.tabs_link.active:after {
content: '';
width: 0;
height: 0;
border-top: 54px solid #fcd53a;
border-right: 54px solid transparent;
position: absolute;
top: 0;
right: -54px
}
.tabs_link:last-child.active a {
width: calc(100% - 54px)
}
.tabs_link:last-child.active:after {
right: inherit;
left: -54px;
border-top: 0;
border-bottom: 54px solid #fcd53a;
border-left: 54px solid transparent
}
.tabs_body {
position: relative
}
.tabs_content {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
position: absolute
}
.tabs_content.show {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
position: relative
}
.request {
background-color: #3b3b3a;
margin: 40px 0
}
.request_container {
padding: 20px 40px
}
.request_title {
color: #fff;
font-weight: 700;
text-align: center;
text-transform: uppercase;
font-size: 18px
}
.request .form_set {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-height: 220px
}
.request .form_group {
width: calc((100% / 3) - 30px);
margin: 10px
}
.request .form_control {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 10px
}
.request .form-check label {
color: #fff;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.request .form-check span {
line-height: 1;
margin-left: 5px
}
.request .form_checking {
width: inherit
}
.request .form_captcha {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.productes {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px
}
.productes_item {
width: calc(50% - 30px);
margin: 15px;
min-width: 354px
}
.productes_item_lg {
width: 100%
}
.productes_title {
background-color: #ededed;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 10px 20px;
font-weight: 700;
font-size: 18px
}
.productes_section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.productes_link {
font-size: 14px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.productes_link:hover {
color: #000;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.prod {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #ededed;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.prod > a {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex
}
.products_info {
padding: 20px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: auto;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.products_title {
font-weight: 400;
color: #3b3b3a;
max-width: 240px
}
.products_more {
margin: 0 15px
}
.products_price .price {
color: #3b3b3a !important;
font-size: 15px !important;
font-weight: 400
}
.gost_products {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px
}
.gost_products .prod {
width: calc(50% - 30px);
margin: 0 15px
}
.woocommerce .cart_block {
width: 60px;
height: 40px;
min-width: 60px;
background-color: #fcd53a
}
.woocommerce a.cart_link {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.woocommerce a.cart_link:after {
content: '';
background-image: url(//znak.store/wp-content/themes/constructzine-child/assets/app/img/shopping-basket.png);
width: 25px;
height: 25px;
background-repeat: no-repeat
}
.woocommerce a.added_to_cart {
display: none
}
.woocommerce a.button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 0;
font-weight: 700;
border-radius: 0;
left: auto;
color: #515151;
background-color: #fcd53a;
border: 1px solid #fcd53a;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.woocommerce a.button.added {
background-color: #3b3b3a
}
.woocommerce a.button.added::after {
content: '';
margin-left: 0;
background-image: url(//znak.store/wp-content/themes/constructzine-child/assets/app/img/shopping-basket_add.png)
}
.woocommerce a.button.added:hover {
background-color: #3b3b3a
}
.woocommerce a.button:hover {
background-color: #fff;
border-color: #3b3b3a;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.woocommerce nav.woocommerce-pagination {
height: inherit;
margin-top: 40px
}
.woocommerce nav.woocommerce-pagination .page-numbers {
border: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
border-right: 0;
height: 40px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.woocommerce nav.woocommerce-pagination .page-numbers li .current {
background-color: transparent;
color: #fcd53a;
font-weight: 400
}
.woocommerce nav.woocommerce-pagination .page-numbers li .next, .woocommerce nav.woocommerce-pagination .page-numbers li .prev {
width: 50px;
height: inherit;
background-color: #fcd53a;
font-size: 18px;
color: #3b3b3a;
font-weight: 300;
padding: 0;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.woocommerce-notices-wrapper {
display: none !important
}
.woocommerce div.product div.summary {
float: none;
width: 100%
}
.woocommerce div.product button.button.alt {
width: 60px;
height: 40px;
border-radius: 0;
border: 1px solid #fcd53a;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
padding: 0
}
.woocommerce div.product button.button.alt:hover {
background-color: #fff;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.woocommerce div.product button.button.alt:after {
content: '';
background-image: url(//znak.store/wp-content/themes/constructzine-child/assets/app/img/shopping-basket.png);
width: 25px;
height: 25px;
background-repeat: no-repeat
}
.woocommerce div.product button.button.alt.added {
background-color: #3b3b3a
}
.woocommerce div.product button.button.alt.added::after {
content: '';
margin-left: 0;
background-image: url(//znak.store/wp-content/themes/constructzine-child/assets/app/img/shopping-basket_add.png)
}
.woocommerce div.product button.button.alt.added:hover {
background-color: #3b3b3a
}
.woocommerce div.product_information ul {
padding-left: 30px;
list-style-type: none
}
.woocommerce div.product_information ul li {
position: relative
}
.woocommerce div.product_information ul li:before {
content: "\2022";
position: absolute;
color: #fcd53a;
font-weight: 700;
top: 0;
left: -10px
}
.woocommerce div.product h1.product_title {
margin: 0
}
.woocommerce div.product .price {
font-weight: 700;
margin-bottom: 25px
}
.woocommerce-cart-form {
margin-top: 30px
}
.woocommerce table.shop_table {
border: 0
}
.woocommerce table.shop_table thead {
background-color: #ededed;
border-bottom: 0
}
.woocommerce table.shop_table td {
border-top: 0;
font-weight: 700;
color: #3b3b3a;
border-bottom: 1px solid #ededed
}
.woocommerce table.shop_table td a {
color: #3b3b3a
}
.woocommerce table.shop_table td {
padding: 20px 12px
}
.woocommerce a.remove {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: inherit;
font-size: 15px;
color: #3b3b3a !important;
text-align: center;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.woocommerce a.remove:hover {
background: #fff;
color: #fcd53a !important;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: auto;
margin-bottom: 20px;
margin-right: 40px
}
.woocommerce .woocommerce-cart .wc-proceed-to-checkout {
padding: 0
}
.product_total {
border-bottom: 1px solid #ededed;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}
.product_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}
.product_action .btn {
padding: 8px 25px;
text-transform: uppercase;
font-weight: 700
}
.product_action .btn_light {
margin-right: 15px
}
.contact_heading {
font-size: 28px;
font-weight: 700;
text-align: center;
color: #3b3b3a
}
.contact_map {
position: relative;
height: 500px
}
.contact_section {
background-color: rgba(252, 213, 58, .8);
max-width: 280px;
padding: 40px 30px;
position: absolute;
top: 10%;
left: 20%
}
.categories_heading {
font-size: 28px;
font-weight: 700;
text-align: center;
color: #3b3b3a
}
.categories_grid {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.categories_grid .grid_item {
width: calc((100% / 3) - 45px);
margin: 15px;
min-width: 300px
}
.categories_card .card_heading {
background-color: #ededed;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.categories_card .card_heading a {
color: #3b3b3a;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
height: 100%;
min-height: 75px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 20px
}
.categories_card .card_heading:hover {
background-color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.categories_card .card_body {
padding: 20px
}
.categories_list {
list-style-type: none;
height: 100%
}
.categories_list .list_item {
margin: 7px 0
}
.categories_list .list_item a {
font-size: 18px;
color: #3b3b3a
}
.categories_list .list_item a:hover {
text-decoration: underline;
color: #fcd53a
}
.categories_action a {
font-size: 18px;
text-decoration: underline;
font-weight: 700;
color: #3b3b3a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.categories_action a:hover {
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.subcategory_head {
font-size: 28px;
line-height: 1.2;
font-weight: 700;
color: #3b3b3a;
border-bottom: 1px solid #ededed;
padding-bottom: 25px
}
.subcategory_body {
height: auto
}
.subcategory_description {
margin-top: 30px;
line-height: 1.5;
color: #3b3b3a;
font-weight: 400
}
.subcategory_description p {
margin: .75em 0;
color: #242424
}
.subcategory_description h2 {
font-weight: 700;
color: #3b3b3a;
font-size: 22px
}
.subcategory_description ul {
padding-left: 20px;
margin-left: 20px;
list-style: none
}
.subcategory_description ul li {
margin: .75em 0;
position: relative
}
.subcategory_description ul li::before {
content: '\2022';
color: #fcd53a;
font-weight: 700;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 20px;
left: -20px;
position: absolute
}
.subcategory_list {
list-style-type: none
}
.subcategory_list li {
margin: 5px 0
}
.subcategory_list li a {
color: #3b3b3a;
font-weight: 400;
font-size: 18px
}
.subcategory_list li a:hover {
color: #fcd53a
}
.subcategory_list li::before {
content: '\2022';
color: #fcd53a;
font-weight: 700;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 20px;
margin-left: 0
}
#steps .barcode_grid .grid_item {
width: 100%
}
#steps .barcode_grid .grid_item:last-child .barcode_card::after {
display: none
}
#steps .barcode_card {
max-width: 600px;
margin: 40px auto;
position: relative
}
#steps .barcode_card::after {
content: '';
position: absolute;
background-image: url(//znak.store/wp-content/themes/constructzine-child/assets/app/img/dbl_arrow.png);
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
z-index: 1;
bottom: -75px
}
#steps .barcode_card .card_body {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
#steps .barcode_card .card_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
#steps .barcode_form .form_quantity input {
max-width: 255px
}
#steps .barcode_form .form_load label i {
right: -20px
}
#steps .rate {
max-width: 300px
}
.modal {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, .7);
overflow-y: scroll;
z-index: 99999
}
.modal_table .modal_content {
max-width: 900px
}
.modal_content {
max-width: 700px;
margin: 50px auto;
position: relative;
padding: 20px;
background-color: #fff
}
.modal_content-general {
max-width: 900px
}
.modal_content em {
color: red
}
.modal_content span {
font-size: 13px;
color: #3b3b3a;
font-weight: 400
}
.modal_content i {
text-decoration: underline
}
.modal_content .icon-cancel, .modal_content .icon-plus {
text-decoration: none
}
.modal_heading {
position: relative
}
.modal_close {
position: absolute;
top: 0;
right: 10px;
font-size: 24px;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.modal_close:hover {
color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.modal_title {
text-align: center;
font-size: 23px;
font-weight: 700;
margin-bottom: 20px
}
.modal_title h3 {
text-transform: uppercase
}
.modal_form .form_set {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.modal_form .form_set-1-2 .form_group {
width: 50%;
margin-right: 15px
}
.modal_form .form_set-1-2 .form_group:last-child {
margin-right: 0
}
.modal_form .form_set-1-3 .form_group {
width: calc(100% / 3);
margin-right: 15px
}
.modal_form .form_set-1-3 .form_group:last-child {
margin-right: 0
}
.modal_form .form_group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px 0
}
.modal_form .form_group label {
font-weight: 700
}
.modal_form .form_group input, .modal_form .form_group textarea {
padding: 5px;
border: 1px solid #3b3b3a;
color: #3b3b3a
}
.modal_action {
margin-top: 20px
}
.hidden_field {
position: absolute;
opacity: 0;
left: 100%
}
#general .form_first {
max-width: 700px;
margin: auto
}
#general .form_first .form_set-1-2 .form_group_last {
margin-right: 0
}
#general .form_first .form_set-1-3 .form_group_last {
margin-right: 0
}
#general .form_second .row_first label {
display: block
}
#general .form_second .row label {
font-weight: 700;
font-size: 14px;
line-height: 1
}
#general .form_submit {
margin-top: 30px
}
#general .form_submit_payment {
display: none
}
#general .form_submit .btn {
width: inherit;
padding: 0 20px
}
#general .form div.wpcf7-response-output {
color: #3b3b3a;
font-weight: 400
}
#thankyou .modal_content {
max-width: 350px
}
#thankyou .modal_text {
font-size: 18px;
font-weight: 400;
color: #3b3b3a;
line-height: 1.5;
text-align: center
}
.row_title {
display: none;
font-size: 20px;
font-weight: 700
}
.row_content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.row_content label {
display: none;
min-height: 30px;
font-size: 14px;
font-weight: 700;
color: #3b3b3a;
line-height: 1
}
.row_content textarea {
max-height: 50px;
border: 1px solid #3b3b3a;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
color: #3b3b3a;
font-weight: 400;
resize: none
}
.row:first-child label {
display: block
}
.col {
padding: 3px
}
.rate {
max-width: 70%
}
.rate .form_group {
margin-bottom: 15px
}
.rate .form_control {
width: 100%;
color: #3b3b3a;
font-weight: 400;
padding: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.rate .form_section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-height: 110px;
margin-bottom: 15px
}
.rate .form-radio {
width: 50%;
margin-bottom: 7px;
font-weight: 400
}
.rate_info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px
}
.rate_info h4 {
font-weight: 400;
color: #3b3b3a
}
.rate_val {
margin-left: 10px;
width: inherit;
max-width: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.rate_val input {
font-size: 18px;
border: none;
color: #3b3b3a
}
.rate_val .m_elem {
font-size: 18px
}
.form_third .modal_title {
margin-bottom: 5px;
margin-top: 15px
}
#payment .payment_content {
background-color: #fff;
position: relative;
margin: 50px auto;
max-width: 400px;
padding: 20px
}
#payment .form-radio {
margin: 5px 0
}
#payment .form-label {
font-size: 18px;
font-weight: 700;
color: #3b3b3a
}
#payment .form-check {
margin-bottom: 15px
}
#payment .form-check input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer
}
#payment .form-check label {
position: relative;
cursor: pointer
}
#payment .form-check label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #3b3b3a;
padding: 7px;
border-radius: 2px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px
}
#payment .form-check input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 4px;
left: 5px;
width: 4px;
height: 9px;
border: solid #fcd53a;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
#payment .form_action .btn:disabled {
cursor: not-allowed
}
.woocommerce-checkout .post_heading {
border-bottom: none
}
.wpmc-tabs-wrapper .wpmc-tabs-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
margin-bottom: 15px
}
.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item {
width: 175px;
margin: 0 5px;
height: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 0;
background-color: #ededed;
color: rgba(59, 59, 58, .7)
}
.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item.previous {
background-color: rgba(252, 213, 58, .5);
color: rgba(59, 59, 58, .7)
}
.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
border-bottom-color: transparent
}
.wpmc-tabs-wrapper .wpmc-tab-item.current {
color: #3b3b3a
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
margin-top: 0
}
.wpmc-tabs-wrapper .wpmc-tab-item:before {
border-bottom: none
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
border-radius: 0;
border: none;
line-height: 1;
width: auto;
min-width: auto;
height: auto;
min-height: auto;
color: inherit;
font-size: 24px;
font-weight: 700;
margin-left: 5px;
background-color: transparent
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
border: none;
background: 0 0
}
.wpmc-tabs-wrapper .wpmc-tab-item.current {
background-color: #fcd53a
}
.wpmc-tabs-wrapper .wpmc-tab-text {
width: auto;
font-size: 24px;
font-weight: 700;
color: inherit;
padding-top: 0
}
.wpmc-tabs-wrapper {
margin-top: 20px
}
.woocommerce-billing-fields h3 {
font-size: 24px;
color: #3b3b3a;
font-weight: 700;
text-align: center;
margin: 15px 0
}
.woocommerce-billing-fields__field-wrapper {
max-width: 700px;
margin: 15px auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.woocommerce-checkout form .form-row {
width: calc((100% / 2) - 6px)
}
.woocommerce-checkout form .form-row input {
padding: 10px
}
.woocommerce-NoticeGroup .woocommerce-NoticeGroup-checkout {
display: none !important
}
#wpmc-back-to-cart {
border-radius: 0;
background-color: transparent;
color: #3b3b3a;
border: 1px solid #3b3b3a;
padding: 10px 30px
}
#wpmc-next, #wpmc-prev {
border-radius: 0;
background-color: #fcd53a;
color: #3b3b3a;
border: 1px solid #fcd53a;
padding: 10px 30px
}
#payment_heading {
display: none
}
#payment .wc_payment_method label {
color: #3b3b3a
}
#payment .form-row {
width: 100%
}
.checkout_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto
}
#order_review_heading {
display: none
}
.wpmc-nav-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.select2-container--default .select2-selection--single {
padding: 6px;
height: inherit;
border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px
}
#aditional_fields .woocommerce-additional-fields__field-wrapper {
max-width: 500px;
margin: 15px auto
}
#aditional_fields .woocommerce-additional-fields__field-wrapper .form-row {
width: 100%
}
#aditional_fields h3 {
font-size: 24px;
color: #3b3b3a;
font-weight: 700;
text-align: center;
margin: 15px 0
}
.select2, .select2-selection {
outline: 0
}
.form_entepreneur {
display: none
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
font-weight: 400
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
font-weight: 400
}
#customer_details address {
border: none;
font-weight: 400;
padding: 0
}
#customer_details address p {
margin: 5px
}
#woo_order .h2 {
font-size: 18px;
font-weight: 700;
color: #3b3b3a;
margin-bottom: 15px;
border-bottom: 2px solid #ededed
}
#woo_order .order_information {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
#woo_order .order_column {
width: 50%;
min-width: 325px
}
#woo_order .order_column .h4 {
font-weight: 600
}
#woo_order .order_details {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
#woo_order .order_item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-right: none
}
#woo_order .order_item > span {
min-width: 120px;
font-weight: 400;
font-size: 14px
}
.order_action {
text-align: center
}
#order_comments_field {
display: none
}
.woocommerce-info::before {
display: none
}
.woocommerce-info, .woocommerce-message {
position: relative;
background-color: #fff;
color: #3b3b3a;
font-weight: 400;
border-top: 3px solid #ededed
}
.generator_heading {
font-weight: 700;
font-size: 28px;
text-align: left;
margin-bottom: 15px
}
.generator_grid {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.generator_grid .grid_item {
margin: 15px;
background-color: #ededed;
padding: 20px;
width: calc(50% - 50px)
}
.generator_grid .grid_item:first-child {
width: calc(65% - 15px)
}
.generator_grid .grid_item:last-child {
width: calc(35% - 15px)
}
.generator_list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 2px solid #fcd53a
}
.generator_list .list_item {
padding: 5px 10px;
font-weight: 700;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.generator_list .list_item.active {
background-color: #fcd53a
}
.generator_list .list_item img {
max-width: 16px;
margin-right: 10px
}
.generator_forms {
margin-top: 25px
}
.generator_forms .form {
display: none
}
.generator_forms .form.show {
display: block
}
.generator_forms .form_head {
font-weight: 400;
color: #3b3b3a;
font-size: 24px
}
.generator_forms .form_group {
margin: 10px 5px;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: calc(50% - 10px)
}
.generator_forms .form_group_phone, .generator_forms .form_group_url {
width: 100%
}
.generator_forms .form_group input, .generator_forms .form_group textarea {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 5px
}
.generator_forms .form_group span {
font-weight: 400
}
.generator_forms .form_group em {
color: red;
font-size: 18px
}
.generator_forms .form_action {
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.generator_forms .form_action .btn {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content
}
.generator_forms .form_section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.generator_forms .form_title {
width: 150px;
min-width: 150px;
font-weight: 700;
margin-top: 10px
}
.generator_forms .form_set {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.generator_formats .form_group label {
color: #3b3b3a
}
.generator_formats .form_group label:before {
border-color: #fff
}
.generator_result .h2, .generator_result .h4, .generator_result .h5 {
font-weight: 700;
text-align: center
}
.generator_result .h2 {
font-size: 28px
}
.generator_result .h4 {
font-size: 18px
}
.generator_result .h5 {
text-align: center;
margin-bottom: 10px
}
.generator_result form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.generator_result form .form_group {
margin: 0 10px
}
.generator_result .btn {
margin-top: 20px;
text-align: center
}
.generator_action {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
#qr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
#qr img {
max-width: 250px
}
#canvas {
display: none
}
.chipping_heading {
text-align: left;
font-size: 22px;
font-weight: 700;
color: #3b3b3a;
margin-bottom: 30px
}
.chipping_grid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative
}
.chipping_grid:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #ededed;
top: 15%
}
.chipping_grid .grid_item {
margin: 5px
}
.chipping_card .card_head {
text-align: center;
margin-bottom: 30px;
position: relative
}
.chipping_card .card_head:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
background-color: #fcd53a;
border-radius: 50%;
bottom: -7px;
left: calc(50% - 3px);
z-index: 2
}
.chipping_card .card_head:after {
content: '';
position: absolute;
width: 2px;
height: 20px;
background-color: #ededed;
top: 30px;
left: calc(50% - 1px)
}
.chipping_card .card_desc {
text-align: center;
line-height: 1.2;
font-weight: 400
}
.chipping_card .card_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative
}
.chipping_card .card_wrap:before {
content: '';
position: absolute;
width: 75%;
border: 1px dashed #ededed;
top: -5px
}
.chipping_card .card_img {
width: 90px;
height: 90px;
max-width: 90px;
max-height: 90px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #fcd53a
}
.chipping_card .card_img img {
height: 100%;
max-width: 52px;
max-height: 52px;
-o-object-fit: contain;
object-fit: contain
}
.chipping_card .card_title {
line-height: 1;
max-width: 90px;
font-size: 13px;
font-weight: 700;
color: #3b3b3a;
text-align: center;
margin-top: 20px;
min-height: 35px
}
.chipping_card .card_info {
margin: 5px;
position: relative
}
.chipping_card .card_info:hover .card_tooltip {
display: block
}
.chipping_card .card_info a {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
font-size: 14px
}
.chipping_card .card_info a:hover .card_img {
background-color: rgba(252, 213, 58, .6);
-webkit-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease
}
.chipping_card .card_tooltip {
position: absolute;
left: -80px;
top: 100%;
background-color: #fff;
padding: 30px;
z-index: 10;
display: none;
min-width: 220px;
-webkit-box-shadow: 0 0 23px -16px rgba(0, 0, 0, .75);
box-shadow: 0 0 23px -16px rgba(0, 0, 0, .75)
}
.chipping_card .card_post {
cursor: pointer
}
.chipping_card .card_post .h3 {
font-weight: 700;
font-size: 12px;
color: #3b3b3a;
text-align: center
}
.chipping_card .card_post .h3 a {
color: #3b3b3a
}
.chipping_card .card_subpost {
display: none
}
.chipping_card .card_list {
color: #3b3b3a;
text-align: left;
font-weight: 400;
list-style: none;
margin-top: 10px
}
.chipping_card .card_list .list_item {
position: relative;
margin-left: 7px;
line-height: 1.5;
padding: 3px 0
}
.chipping_card .card_list .list_item::before {
content: '';
position: absolute;
width: 7px;
min-width: 7px;
height: 7px;
min-height: 7px;
background-color: #fcd53a;
border-radius: 50%;
left: -15px;
top: 10px
}
.chipping_card .card_list .list_item a:hover {
color: #fcd53a;
line-height: 1
}
.topChipping {
background-color: #1b202b;
color: #fff
}
.topChipping_heading {
text-align: center;
color: #fff;
font-weight: 700;
font-size: 24px
}
.topChipping_grid {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.topChipping_grid .grid_item {
width: calc(50% - 30px);
margin: 25px 15px;
min-width: 356px
}
.topChipping_grid .grid_item_lg {
width: 70%;
max-width: 650px
}
.topChipping_grid .grid_item_lg .card {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.topChipping_card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.topChipping_card .card_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.topChipping_card .card_count {
width: 60px;
min-width: 60px;
height: 45px;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg)
}
.topChipping_card .card_count span {
font-size: 20px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
color: #3b3b3a;
font-weight: 700;
-webkit-transform: skew(30deg);
-ms-transform: skew(30deg);
transform: skew(30deg)
}
.topChipping_card .card_body {
padding: 0 20px;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.topChipping_card .card_title {
font-size: 20px;
color: #fff;
font-weight: 700;
line-height: 1.2
}
.topChipping_card .card_desc {
color: #fff;
line-height: 1.2;
font-weight: 400
}
.topChipping_card .card_action {
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.topChipping_card .card_action a {
color: #fcd53a;
font-weight: 400;
text-decoration: underline
}
.topChipping_card .card_action a:hover {
text-decoration: none
}
.topChipping_card .card_form {
width: 100%
}
.topChipping_card .card_form .form_group {
margin: 0 15px 15px
}
.topChipping_card .card_form .form_captcha {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.topChipping_card .card_form .form_control {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 7px;
color: #3b3b3a;
font-weight: 400
}
.topChipping_card_middle {
max-width: 400px;
margin: auto;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px
}
.topChipping_card_middle .card_count, .topChipping_card_middle .card_title {
color: #3b3b3a
}
.topChipping_card_middle .card_title {
font-size: 28px
}
.middleChipping {
background-color: #fff
}
.middleChipping_heading {
font-size: 28px;
font-weight: 700;
text-align: center;
padding-bottom: 20px;
border-bottom: 2px solid #ededed
}
.bottomChipping {
background-color: #1b202b;
color: #fff
}
.bottomChipping_info {
text-align: center;
font-size: 24px;
font-weight: 400
}
.selector {
background-color: #ededed
}
.selector .h1 {
font-size: 24px;
font-weight: 700;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px
}
.selector_list {
list-style-type: none;
margin: 15px 20px
}
.selector_item {
font-size: 18px;
margin: 5px 0;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.selector_item .btn {
max-width: 120px;
padding: 5px 20px;
font-size: 16px;
margin-left: auto
}
.selector_item a, .selector_item p {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.selector_item a:before, .selector_item p:before {
content: '';
width: 5px;
min-width: 5px;
height: 5px;
min-height: 5px;
display: block;
background-color: #fcd53a;
border-radius: 50%;
margin-right: 15px
}
.selector_item a:hover {
color: #fcd53a;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.selector .hint {
background-color: #fff;
padding: 15px;
font-size: 16px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.selector .hint__icon {
margin-right: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #fcd53a;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative
}
.selector .hint__icon:after {
content: '!';
position: absolute;
font-size: 34px
}
.selector .hint__right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}
.selector .steps {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style-type: none;
margin: 15px 0
}
.selector .steps__item {
padding: 30px 5px;
background-color: #fff;
min-width: 200px;
text-align: center;
-webkit-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
transform: skewX(-15deg);
margin: 5px;
cursor: not-allowed
}
.selector .steps__item span {
-webkit-transform: skewX(15deg);
-ms-transform: skewX(15deg);
transform: skewX(15deg);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-weight: 700;
font-size: 16px
}
.selector .steps__item.active-step {
background-color: #feea9e;
cursor: pointer
}
.selector .steps__item.current-step {
background-color: #fcd53a;
cursor: pointer
}
.selector .step-info__list-title {
font-size: 22px;
font-weight: 700
}
#selector .document_name {
font-size: 20px;
margin-top: 10px
}
#selector .form_checkbox label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
#selector .form_checkbox input {
width: inherit;
margin-right: 10px
}
#selector .form_captcha {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
#selector div.wpcf7-acceptance-missing, #selector div.wpcf7-response-output {
color: #3b3b3a
}
.faq {
padding: 10px 0
}
.faq .container {
padding: 20px 0
}
.faq_head .h2 {
font-size: 28px;
font-weight: 700;
text-align: center
}
.faq_item {
border: 1px solid #fcd53a;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 5px
}
.faq_title {
padding: 10px 30px 10px 10px;
cursor: pointer;
position: relative;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
background-color: #feea9e
}
.faq_title h3 {
font-size: 20px;
font-weight: 700;
margin: 0
}
.faq_title:after {
content: '';
width: 8px;
height: 8px;
border: solid #242424;
border-width: 2px 2px 0 0;
position: absolute;
right: 10px;
top: calc(50% - 4px);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s
}
.faq_title.active {
background-color: #fcd53a;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s
}
.faq_title.active:after {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s
}
.faq_content {
padding: 15px 10px;
display: none
}
.faq_content p {
margin-bottom: 10px
}
.faq_content ul {
margin-bottom: 10px;
margin-left: 30px;
list-style-type: none
}
.faq_content ul li {
margin: 5px 0
}
.faq_content ul li::before {
content: "\2022";
color: #ffb438;
font-weight: 700;
display: inline-block;
width: 1em;
margin-left: -1em
}
.faq_content a {
color: #ffb438
}
.faq_content blockquote {
padding: 10px;
background-color: #eee;
font-style: italic;
margin-bottom: 10px
}
.faq_content blockquote p {
margin-bottom: 0
}
.faq_page-heading {
text-align: center;
font-size: 28px;
font-weight: 700;
text-align: center;
margin-bottom: 30px
}
.faq_page-heading-mt {
margin-bottom: 0;
margin-top: 20px
}
.faq_page-body h2, .faq_page-body h3 {
font-weight: 700
}
.faq_page-body h2 {
font-size: 24px
}
.faq_page-body h3 {
font-weight: 20px;
text-align: left
}
.faq_page-body ul {
list-style: none;
margin-left: 30px
}
.faq_page-body ul li {
position: relative
}
.faq_page-body ul li:before {
content: '';
width: 7px;
height: 7px;
background-color: #fcd53a;
border-radius: 50%;
position: absolute;
top: 10px;
left: -15px
}
.faq_page-body img {
max-width: 600px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 auto
}
@media only screen and (max-width: 1024px) {
body {
max-width: 100%
}
.inner {
width: inherit
}
.header_nav .menu-item a {
padding: 0 5px
}
.headerbg {
display: none
}
.header-top .call-for-action {
margin-left: auto;
float: none
}
nav .navigation-menu {
width: 75%
}
nav .navigation-socials {
width: 25%
}
.breadcrumbs_container {
margin-left: 15px
}
.chipping_grid {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.chipping_grid:before {
display: none
}
.chipping_grid .grid_item {
margin: 5px 15px
}
.front-form {
width: 100%
}
.front-form .wpcf7-form .wpcf7-text {
width: 30.31%
}
.front-form .wpcf7-form input[type=email] {
margin: 0 4.44% 0 4.44%
}
#main-content .featured .box3 {
width: 31.12%;
margin-left: 3.11%;
padding: 3.11%
}
#main-content .featured .box3:first-child {
margin-left: 0
}
#main-content .front {
width: 65.35%
}
#main-content aside {
width: 31.12%
}
#main-content .blog-left {
width: 65.76%
}
#main-content .blog-left article .post-entry .wpcf7-form {
width: 100%
}
#main-content .blog-left article .post-entry .wpcf7-form .wpcf7-text {
width: 32.49%
}
#main-content .blog-left article .post-entry .wpcf7-form input[type=email] {
margin: 0 1.26% 0 1.26%
}
#main-content .blog-left .similar-articles .similar-article {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 25% !important;
height: 80px !important;
margin-left: 0 !important;
padding: 0 !important
}
#main-content .blog-left #comments .comments-list .comment-avatar {
width: 21.45%
}
#main-content .blog-left #comments .comments-list .comment-entry {
width: 78.54%
}
#main-content .blog-left #comments .comments-list .comment-entry iframe {
max-width: 100%
}
#main-content .blog-left #comments #respond .input-text {
width: 32.49%;
margin-left: 1.26%
}
#main-content .blog-left #comments #respond .input-text:first-child {
margin-left: 0 !important
}
#main-content .sidebar {
width: 31.12%
}
#main-content .sidebar .widget #s {
width: 86.66%
}
#main-content .sidebar .widget #searchsubmit {
width: 13.33%
}
#services .services-content .services-content-left {
width: 34.43%
}
#services .services-content .services-content-left .service-button-box {
width: 88.85%
}
#services .services-content .services-content-left .service-button-box .services-button {
width: 100%
}
#services .services-content .services-content-left .service-button-box .service-button-hover {
display: none
}
#services .services-content .services-content-right {
width: 65.57%
}
footer .about-us {
width: 33.19%
}
footer .contact-us {
width: 21.78%
}
footer .directions {
width: 44.6%
}
.ti-cl-full-width {
width: 100% !important
}
.prod > a {
width: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.products_title {
max-width: inherit;
margin: 10px 15px;
width: 100%;
text-align: center
}
.products_info {
margin: 0;
padding-top: 0
}
.products_price {
width: 100%;
text-align: center;
margin-bottom: 10px
}
.request .form_set {
max-height: 320px
}
.request .form_group {
width: calc(50% - 20px)
}
.request .form_captcha {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8
}
.request .form_message {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7
}
.request .form-check {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6
}
}
@media only screen and (max-width: 992px) {
.navigation-menu .openresponsivemenu {
margin-top: 15px;
margin-left: 15px;
display: block;
fill: #414140;
cursor: pointer
}
.navigation-menu .menu {
display: none;
background: #fff;
border-bottom: 3px solid #414140;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
overflow-y: auto;
overflow-x: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100% !important;
position: absolute;
z-index: 999999;
float: none;
top: 65px;
left: 0;
max-height: 80vh;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}
nav .navigation-menu ul li:hover > ul {
display: none
}
.header_nav .current-menu-ancestor > a, .header_nav .current-menu-item > a, .header_nav .current-menu-parent > a, .header_nav .current_page_parent > a {
border-bottom: none
}
.header_nav .menu-item a {
max-width: 100%
}
nav .navigation-menu ul li a:hover {
border-bottom: none
}
nav .navigation-menu ul li .sub-menu {
position: initial;
left: 0;
display: none;
padding-left: 15px;
width: 100%
}
nav .navigation-menu ul li a {
height: 40px;
line-height: 40px;
width: 100%;
max-width: 100%
}
.navigation-menu .menu li {
width: 100%;
font-size: 15px
}
.navigation-menu .menu ul li a {
text-align: center;
line-height: 40px;
height: 40px;
padding: 0
}
.navigation-menu .menu ul li a:hover {
background: #eee;
border-bottom: 1px solid #414140
}
.navigation-menu .menu ul li ul {
width: 100%;
margin-top: 0;
position: initial;
display: none !important;
border: none
}
.navigation-socials {
width: 215px !important;
min-width: 215px
}
.header_service {
display: none
}
.chipping_card .card_title_tooltip {
display: none
}
.chipping_card .card_tooltip {
display: block;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
left: 0;
top: 0;
min-width: inherit;
padding: 0
}
.chipping_card .card_desc p {
display: none
}
.chipping_card .card_post .h3 {
max-width: 90px;
margin-top: 20px;
line-height: 1
}
.chipping_card .card_post-one {
display: none
}
.chipping_card .card_list {
position: absolute;
z-index: 10;
background-color: #fff;
padding: 10px 10px 10px 20px;
min-width: 200px;
left: -70%;
-webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .75);
box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .75)
}
}
@media only screen and (max-width: 768px) {
body {
max-width: inherit
}
.content, .sidebar {
width: 100%;
height: inherit
}
.call-for-action {
width: 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
text-align: center
}
.contacts_content {
background: rgba(252, 213, 58, .7);
width: 50%
}
.topChipping_grid .grid_item {
width: 100%;
margin: 30px;
min-width: inherit
}
#main-content .blog-left {
width: 100% !important
}
#main-content .blog-left article #comments .comments-list .comment-avatar {
width: 100%
}
#main-content .blog-left article #comments .comments-list .comment-entry {
width: 100%
}
#main-content .sidebar {
width: 100% !important;
margin-top: 30px
}
#main-content .sidebar ul li {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
#main-content .front {
width: 100% !important
}
#main-content aside {
width: 100% !important
}
footer .about-us {
width: 100% !important
}
footer .contact-us {
width: 100% !important;
margin-top: 60px
}
footer .directions {
width: 100% !important;
margin-top: 60px
}
.productes_item {
width: 100%
}
.prod {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between
}
.prod > a {
max-width: 240px
}
.products_info {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-top: 20px
}
.products_price {
margin-bottom: 0
}
.tabs_link {
width: 100%
}
.tabs_link.active {
width: 100%
}
.tabs_link:after {
display: none
}
.request .form_set {
max-height: inherit
}
.request .form_group {
width: 100%;
margin: 10px 0
}
.request .form-check {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9
}
.request .form_captcha {
-webkit-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8)
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
display: none
}
.generator_grid {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.generator .grid_item:first-child, .generator .grid_item:last-child {
width: 100%
}
.responsivemenu ul li a {
padding: 0 10px !important
}
#woo_order .order_information {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.rate {
max-width: inherit
}
.selector .steps__item {
width: 100%
}
.basket {
margin-left: 0;
margin-right: 10px
}
.gost_products {
margin: 0
}
.gost_products .prod {
width: 100%
}
.shop_bg {
display: none
}
.searching .form_choise {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
}
@media only screen and (max-width: 580px) {
body {
max-width: inherit
}
.page .layer {
padding-bottom: 0 !important
}
.single .layer {
padding-bottom: 0 !important
}
header .layer {
padding-bottom: 0
}
header .header-top #logo {
width: inherit;
text-align: left
}
header .header-top .call-for-action {
width: 100%;
margin-top: 15px;
text-align: center
}
header .front-form .wpcf7-form .wpcf7-text {
width: 100% !important
}
header .front-form .wpcf7-form input[type=email] {
margin: 10px 0 10px 0 !important
}
header .front-form .wpcf7-form textarea {
margin-top: 10px !important
}
#main-content .featured .box3 {
width: 100% !important;
margin-top: 15px;
margin-left: 0 !important
}
#main-content .featured .box3:first-child {
margin-top: 0
}
article .post-entry input[type=password] {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 5px 0;
padding: 0 28px !important;
display: block
}
article .post-entry input[type=submit] {
width: 100% !important
}
article .post-entry .wpcf7-form .wpcf7-text {
width: 100% !important
}
article .post-entry .wpcf7-form input[type=email] {
margin: 6px 0 6px 0 !important
}
#comments #respond .input-text {
width: 100% !important;
margin-top: 6px;
margin-left: 0 !important
}
#comments #respond .input-text:first-child {
margin-top: 0
}
#comments #respond #input-submit {
width: 100%
}
.features_heading {
font-size: 24px
}
.contacts_map {
display: none
}
.contacts_content {
width: 100%
}
.prod {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.prod > a {
max-width: inherit
}
.products_info {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 0
}
.products_price {
margin-bottom: 10px
}
.barcode_grid .grid_item {
width: 100%;
min-width: 280px
}
.categories_card .card_heading {
font-size: 15px
}
.modal_form .form_set {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.modal_form .form_set-1-2 .form_group, .modal_form .form_set-1-3 .form_group {
width: 100%;
margin-right: 0
}
.row_content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.row_content label {
display: block
}
.row_title {
display: block
}
.generator_forms .form_section {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.generator_forms .form_set {
width: 100%
}
.generator_forms .form_group {
width: 100%;
margin: 10px 0
}
.generator_forms .form_body {
margin-top: 20px
}
.woocommerce-checkout form .form-row {
width: 100%
}
.chipping_card .card_head {
font-weight: 400
}
}
@media only screen and (max-width: 480px) {
body {
max-width: inherit
}
.header-top {
margin-bottom: 0
}
#logo {
max-width: 200px;
height: inherit
}
#logo img {
width: 100%
}
.call-for-action span {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex
}
#main-content #services .services-content {
display: none
}
#main-content article .post-image {
width: 100%;
margin-right: 0
}
.searching_form .searchingform {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.searching_form .form_group {
margin-right: 0;
width: 100%
}
.searching_form .form_submit {
margin-top: 15px
}
.productes_action {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.productsearch_form {
margin-left: 0
}
.notFound_action {
font-size: 18px
}
.tabs_link {
min-width: inherit;
font-size: 18px
}
.request_container {
padding: 20px
}
.contact_section {
padding: 40px 20px;
top: 0;
left: 0;
width: 100%
}
.wpmc-nav-wrapper {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.wpmc-footer-left {
margin-bottom: 15px
}
.rate {
max-width: 100%
}
.rate .form_control {
font-size: 14px
}
.checkingCode_form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.checkingCode_form .form_group {
margin-right: 0;
margin-bottom: 15px;
width: 100%
}
.checkingCode_form .form_control {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.chipping_card .card_wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.topChipping_card {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.topChipping_card .card_wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.selector_item {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.selector_item .btn {
margin-left: 0
}
.selector .steps__item {
margin: 10px 5px
}
.searching .form_choise {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: 30px
}
.searching .form_choise .form_radio {
margin-right: 0;
margin: 5px 0;
width: 100%
}
.searching_form .searchingform {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
}