﻿@media(max-width:576px) {
    .fs-4 {
        font-size: 1.6rem !important;
    }
}

input[type="text"] {
}

button.btn-IQ:hover, a.btn-IQ:hover, input.btn-ok:hover {
    background-color: #3C3C3C !important;
}

input[type=text]:focus {
    border: #92a458 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 164, 88, .4) !important;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: lightgray;
    height: 16px;
    width: 16px;
    border: 1px solid white;
    padding-right: 2px;
}

    input[type="checkbox"]:checked {
        background: #92a458;
    }

    input[type="checkbox"]:after {
        content: '';
        position: relative;
        width: 74%;
        height: 75%;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

    input[type="checkbox"]:checked:after {
        display: block;
    }

.fs-4 {
    color: #262626;
    font-size: 1.7rem !important;
    text-align: right;
    font-weight: bold !important;
    margin-top: 15px !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    direction: ltr;
}

a:focus {
    outline: none !important;
}

a {
    color: #4F4F4F !important;
}

.product-desc_info {
    text-align: center;
    direction: rtl;
}

.testimonial-img.text-center > span {
    font-size: 9em;
}

.rating-box.gamboge-color {
    margin: 0 auto;
}

.btn_search_rugs {
    display: inline-block;
    padding: 0.85em 1.5em;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background-color: #5c6ac4;
    border: none;
    border-radius: 0.4em;
}

.rug-code {
    padding: 0 !important;
}

@media (max-width:992px) {
    .user-default-shortcut {
        display: none !important;
    }
}

.user-default-shortcut {
    float: left;
    box-shadow: none;
    display: inline-grid;
    padding-top: 0;
}
.postStick {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
}
.template-color-4 {
    /*padding-top: 75px !important;*/
    background-color: #f6f1eb;
    height: auto !important
    /*    height: 100% !important
*/
}

.footer-background {
    background: #fbf7f2;
}

@media(max-height: 100px) {
    .footer-background {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}

@media(max-width:768px) {
    #myBtn {
        padding: 7px !important;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #606060 !important;
    cursor: pointer;
    padding: 15px;
}

    #myBtn i {
        color: #fffcf7;
    }

@media(max-width:568px) {
    .footerMail:not(:last-child)::after, .footerPhone li:not(:last-child)::after {
        content: '' !important;
    }
}
