/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/* Import fronts */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");

/* Basic styles */

:root {
    --silver: #f8f8f8;
}

html,
body,
div,
span,
applet,
object,

a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
    font-size: 1rem;
}

a {
    color: #3c5a86;
}

.nav-link {
    color: #3c5a86;
}

.text-muted {
    color: black !important;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
button {
    outline: 0;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
q {
    display: inline;
    font-style: italic;
}
q:before {
    content: '"';
    font-style: normal;
}
q:after {
    content: '"';
    font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 2px;
}
big {
    font-size: 120%;
}
small,
sup,
sub {
    font-size: 80%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
dd {
    margin-left: 20px;
}
kbd,
tt {
    font-family: courier;
    font-size: 12px;
}
ins {
    text-decoration: underline;
}
del,
strike,
s {
    text-decoration: line-through;
}
dt {
    font-weight: bold;
}
address,
cite,
var {
    font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}
.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.products-box .products-list {
    clear: both;
    display: flex;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    justify-content: start;
    flex-wrap: wrap;
}
F .entry-content {
    min-height: 400px;
    margin: 40px 0;
}

.price {
    margin: 15px 0;
}

.min-height220 {
    min-height: 150px;
}

.features {
    margin-bottom: 50px;
    margin-top: 20px;
}

.features a {
    text-decoration: none;
}

.features .card {
    height: 450px;
}

.slider {
    margin-bottom: 50px;
    background: #ffffff85;
}

.slide img {
    max-height: 350px;
}

/* Features section */
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
}

@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}

.card .card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

.card .card-has-bg:hover {
    /* transform: scale(0.98); */
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(35, 79, 109);
    background: linear-gradient(
        0deg,
        rgba(4, 69, 114, 0.5) 0%,
        rgba(4, 69, 114, 1) 100%
    );
}

.card .card-footer {
    background: none;
    border-top: none;
}
.card .card-footer .media img {
    border: solid 3px rgba(234, 95, 0, 0.3);
}

.card .card-meta {
    color: orange;
}
.card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-body:hover {
    /* margin-top: 30px; */
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(35, 79, 109);
    background: linear-gradient(
        0deg,
        rgba(35, 79, 109, 0.3785889355742297) 0%,
        rgba(69, 95, 113, 1) 100%
    );
}

.avatar-lg {
    max-width: 100px;
    height: 100px !important;
}

h1,
h2,
h3 {
    font-family: "Lato", sans-serif;
}

.colorOne {
    background: url("./assets/img/pattern-bg.jpg");
    background-repeat: repeat;
    transition: all 0.9s ease-out;
}

.colorTwo {
    background-color: rgb(243, 243, 243);
}

.return-animation {
    transform: translate3d(-30px, 0, 0);
}

.animation-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.9s ease-out;
}

.media-heading a {
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

.review-item {
    background: #ffffff85;
    padding: 10px;
}

.card-colors {
    background-color: #f3f3f399 !important;
}

.pro {
    background-color: #bd0f0f;
    border-radius: 3px;
    display: inline-block;
    padding: 2px;
    font-weight: bold;
    color: #fff;
    box-shadow: inset -3px 11px 1px rgb(0 0 0 / 10%);
}

.home-cards {
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
}

.home-card-left {
    background-image: url(./assets/img/hard-worker.jpeg);
}

.home-card-right {
    background-image: url(./assets/img/electronics-repair.jpg);
}

.auditory .col {
    text-align: center;
    border-radius: 5px;
}

.auditory__inner {
    background-color: var(--silver);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 15px;
    border-radius: 5px;
}

.auditory i {
    font-size: 3rem;
    margin-bottom: 10px;
}

.auditory .fa-telegram {
    color: #36a3d9;
}

.auditory .fa-facebook-f {
    color: #0a78ea;
}

.auditory .fa-viber {
    color: #784f97;
}

.auditory .fa-mouse-pointer {
    color: black;
}

.auditory__counter {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.auditory small {
    font-size: 0.875rem;
    font-style: italic;
    color: #356935;
}

.order-card .card-title {
    font-size: 1.2rem;
}
.order-card > a {
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-size:1.4rem;
}

/* Multi carousel */

.our-orders .carousel {
    background-color: var(--silver);
}

.our-orders .card {
    border: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: unset;
}

.our-orders .card .img-fluid {
    width: auto;
    height: auto;
}

.our-orders .card {
    background-color: var(--silver);
}

@media (max-width: 767px) {
    .our-orders .carousel-inner .carousel-item > div {
        display: none;
    }
    .our-orders .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.our-orders .carousel-inner .carousel-item.active,
.our-orders .carousel-inner .carousel-item-next,
.our-orders .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .our-orders .carousel-inner .carousel-item-end.active,
    .our-orders .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .our-orders .carousel-inner .carousel-item-start.active,
    .our-orders .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.our-orders .carousel-inner .carousel-item-end,
.our-orders .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* Comments */

#comments,
#commentz {
    background-color: var(--silver);
    padding: 10px;
    border-radius: 10px;
    margin-top: 40px;
}

.comments-title {
    margin-bottom: 20px;
}

.comment {
    border: 2px solid white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/* Comments
--------------------------------------------- */
.comment {
    background-color: #f6f6f6;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comment {
    display: flex;
    gap: 10px;
    color: black;
    width: 100%;
    align-items: stretch;
}

.comment .media-body {
    width: 100%;
}

.comment tite {
    font-style: normal;
    font-size: 1.1rem;
    font-weight: bold;
}

.comment-metadata {
    font-size: 0.875rem;
    font-style: italic;
}

.comment-content {
    margin-top: 20px;
}
.comments-area > ol {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comments-area > ol li {
    width: 100%;
}
@media (min-width: 48rem) {
    .comments-area > ol li {
        width: calc(33.333% - 15px);
    }
}

.says {
    display: none;
}

.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
}
.comment-respond .comment-form-cookies-consent {
    margin-bottom: 1.875rem;
    margin-left: 9.375rem;
    font-size: 14.4px;
    color: #4d4d4d;
    font-weight: 300;
}
.comment-respond .comment-form label {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 0.625rem;
    min-width: 2.375rem;
    margin-bottom: 0.3125rem;
}

input[name="numbercheck"] {
    max-width: 120px;
}

/* Form */

.comment-form input[type="text"],
.comment-form textarea {
    max-width: 450px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    outline: none;
    border: 1px solid #b0cfe0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.comment-form input[type="text"]:focus {
    box-shadow: 0 0 5px #b0cfe0;
    border: 1px solid #b0cfe0;
}

.form-style-9 ul li textarea {
    width: 100%;
    height: 100px;
}
.comment-form input[type="button"],
.comment-form input[type="submit"] {
    box-shadow: inset 0px 1px 0px 0px #3985b1;
    background-color: #216288;
    border: 1px solid #17445e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 18px;
    text-decoration: none;
    font: 1.1rem;
}
.comment-form [type="button"]:hover,
.comment-form input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2d77a2 5%, #337da8 100%);
    background-color: #28739e;
}

/* .container-with-sidebar {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-bottom: 40px;
    gap: 30px;
} */




.main-entry {
    display: inline-block;
    width: 70%;
}

.container-with-sidebar > aside {
    background-color: var(--silver);
    box-sizing: border-box;
    padding: 10px;
    width: calc(30% - 20px);
    float: right;
}

@media (max-width: 900px) {
    .container-with-sidebar .main-entry{
        width: 100%;
    }

    .container-with-sidebar > aside {
        float: none;
        width: 100%;
    }
}


.widget-area > ul {
    list-style: none;
}

.widget-area .widget-container {
    margin-bottom: 40px;
    display: block;
    position: relative;
}

/* Shortcodes */

.our-orders-title {
    text-align: center;
}

.home-comments {
    border: 2px solid #4c8cbd;
}

.home-comments .comment-author {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.home-comments .comment-author img {
    border-radius: 5px;
}

.home-comments .commentmetadata {
    font-style: italic;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

/* Carusel shortcode */

.main-entry .promo-packet {
    margin: 40px 0;
}

.promo-packet .promo-packet__ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    grid-auto-flow: row;
}

.promo-packet .promo-packet__ul li {
    background-color: var(--silver);
    min-height: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.promo-packet .promo-packet__ul i {
    text-align: center;
}

.promo-packet .promo-packet__ul i::before {
    font-size: 3rem;
    margin-bottom: 15px;
    min-width: 80px;
    text-align: center;
    background-color: white;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid currentColor;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px,
        rgba(0, 0, 0, 0.12) 0px -6px 15px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 6px 7px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.promo-packet .promo-packet__ul .promo-packet__facebook {
    background-color: #0576e8;
    color: white;
}

.promo-packet .promo-packet__special i::before {
    border-width: 4px;
}

.promo-packet .promo-packet__ul .fa-edit {
    color: #795548;
}

.promo-packet .promo-packet__ul .fa-table {
    color: #607d8b;
}

.promo-packet .promo-packet__ul .fa-phone-volume {
    color: #97a8b0;
}

.promo-packet .promo-packet__ul .fa-life-ring {
    color: #ff4c89;
}

.promo-packet .promo-packet__ul .fa-viber {
    color: #765096;
}

.promo-packet .promo-packet__ul .fa-telegram {
    color: #23a1df;
}

.promo-packet .promo-packet__ul .fa-rocket {
    color: red;
}

.promo-packet .promo-packet__ul .fa-list-alt {
    color: #ffc107;
}

#wrapper {
    width: 100%;
}

header.bg-dark {
    height: auto;
}

@media (min-width: 341px) {
    header.bg-dark {
        height: 130px;
    }
}

@media (min-width: 1200px) {
    header.bg-dark {
        height: 90px;
    }
}

.navbar {
    justify-content: center;
}

.rcl-cart-form {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-end;
}

.for-what {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.for-what span{
    font-size: 1.2rem;
    background-color: #ea5b0d;
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-weight: bold;
}

.card-body .for-what span {
    font-weight: normal;
    font-size: 1rem;
    background-color: inherit;
    color: black;
    box-shadow: none;
    border: 2px solid #ea5b0d;
    
}

.for-what .for-what-text {
    font-size: 0.875rem;

}

.card-body .for-what  {
    margin-bottom: 20px;
}

#product-154 {
    background-color: #03a9f440 !important;
}

/* Handpay */

.hand-pay {
    font-size: 1.3rem;
    background-color: #ddeeff !important;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.hand-pay p {
    margin-block: 1em;
}

.price-sum {
    font-size: 1.4rem;
    font-style: italic;
}

.order-created {
    color: green;
    margin-block: 20px;
}