/* Код для подключения шрифта в /css/stylename.css */
/* font-family: "RalewayRegular"; */
@import "header.css";
@import "footer.css";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

.h1, h1 {
    font-size: 2rem;
}
.underline-0 {
    text-decoration: none !important;
}

.default-text {
    color: #666366 !important;
    font-size: 0.7rem;
    font-family: 'Open Sans', OpenSans, Bold;
    letter-spacing: 2px;
    font-weight: 400!important;
}

.default-label-text {
    color: #666366 !important;
    font-size: 1rem;
    font-family: 'Open Sans', OpenSans, Bold;
    letter-spacing: 2px;
    font-weight: 200!important;
}

.default-label-text-small {
    color: #666366 !important;
    font-size: 0.7rem;
    font-family: 'Open Sans', OpenSans, Bold;
    font-weight: 200!important;
}

.default-text.mr {
    margin-right: -4px;
}

.r-5 {
    border-radius: 5px;
}

.open-sans-bold {
    font-family: 'Open Sans', OpenSans, Bold;
    letter-spacing: 2px;
    margin-right:-4px;
}

.open-sans-italic{
    font-family: 'Open Sans', OpenSans, Italic;
}

.open-sans-semibold {
    font-family: 'Open Sans', OpenSans, Semibold;
}

.open-sans-extra-bold {
    font-family: 'Open Sans', OpenSans, Extra-Bold;
}

.open-sans {
    font-family: 'Open Sans', OpenSans;
}

.raleway_regular_text {
    font-family: Raleway, Raleway-Regular;
    letter-spacing: 8px;
    font-size: 1.2em;
}

.raleway_bold {
    font-family: Raleway, Raleway-Bold;
}

.raleway_medium {
    font-family: Raleway, Raleway-Medium;

}

.raleway_ExtraBold {
    font-family: Raleway, Raleway-ExtraBold;
}
.lora-bold {
    /*font-family: Lora-Bold;*/
    font-size: 30px;
}
.letter-spacing-none{
    letter-spacing: 0px;
}
.letter-spacing-min{
    letter-spacing: 2px;
}
.letter-spacing{
    letter-spacing: 2px;
}

.letter-spacing-med{
    letter-spacing: 6px;
}

.overflow-hidden {
    overflow: hidden;
}

.rotateAnim {
    -webkit-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s;
}

.rotateAnim:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.circle-logo:hover {
    text-decoration: none !important;
}

.rubble-icon-main{
    height: 10px;
    margin-top: -2px;
}

.circle-logo {

    z-index: 1;
}

.circle-logo .logo-text {
    width: 210px;
}

.circle-logo .with-love {
    margin-top: -10px;
}

.font-brown {
    color: #666366 !important;
}
.font-brown-placeholders::placeholder {
    color: #666366 !important;
}
.font-brown-placeholders::-ms-input-placeholder {
    color: #666366 !important;
}

.font-light-brown {
    color: #737373 !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.times-new-roman {
    font-family: "Times New Roman";
}

.font-gray,
.font-brown,
.font-light-brown {
    font-weight: 200;
}

.font-gray {
    color: #666366 !important;
}

.font-light-gray {
    color: #b5b4a9 !important;
}

.font-dark-gray {
    color: #999999 !important;
}

.font-medium-dark-gray {
    color: #636266 !important;
}
.bg-medium-dark-gray {
    background-color: #636266 !important;
}

.font-medium-2-dark-gray {
    color: #707374 !important;
}

.font-dark-red {
    color: #b15256 !important;
}

.font-dark-red-link a {
    color: #b15256 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.bg-dark-red {
    background-color: #b15256;
}

.bg-cream{
    background-color: #f7f7f7;
}

.bg-light-brawn {
    background-color: #c2b3a1;
}

.bg-light-brawn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(207, 197, 180);
}

.btn-no-focus:focus{
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.label-no-focus::after:focus{
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.page-link-no-focus ul li a:focus{
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.form-control-no-focus:focus{
    outline: 0;
    box-shadow: 0 0 0 0rem;
    border-color: rgb(207, 197, 180);
}

.brown-rose {
    height: auto;
}

.brown-rose.x1 {
    margin-top: 5px;
    width: 15px;
}
.brown-rose.x1-inside {
    width: 15px;
}

.brown-rose.x2 {
    width: 30px;
}

.links a:hover {
    text-decoration: none;
}

.outline-0:focus {
    outline: 0 !important;
}

.boxshadow-0:focus {
    box-shadow: none !important;
}

.border-input {
    border-bottom: 3px solid #d7d6ca;
}

.input-text-color input {
    text-align: center;
    color: #c1c1c1;
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
}

.input-text-color input:focus {
    outline: #1b1e21;
}

.input-text-color textarea {
    text-align: center;
    color: #c1c1c1;
    font-size: 20px;
    width: 100%;
    resize: none;
    background: transparent;
}

.input-text-color textarea:focus {
    outline: #1b1e21;
}

.border-input input::-moz-placeholder {
    color: #c1c1c1; /* Цвет подсказывающего текста */
}

.modal-btn{
    border: 1px solid #d7d6ca;
    background-color: transparent;
    color: #d7d6ca;
    font-weight: bold;
}
.modal-btn:hover,
.modal-btn.active {
    background-color: #d7d6ca;
    color: white;
}

.cartAjaxContent{
    margin: 20px 0 20px 0;
    /*text-align: center;*/
}

.cart-content .table {
    border-spacing: 0px !important;
}

.cart-content-desktop .sz-1{
    max-width: 65px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-content-desktop .sz-2{
    max-width: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-content-mobile .szm-1{
    max-width: 85px !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-content-mobile .szm-2{
    max-width: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-sm{
    width: 40px !important;
}

.name-sm{
    display: inline-flex;
}

.table td{
    padding-right: 0 !important;
}


.border-input input::-webkit-input-placeholder { color: #c1c1c1; }
.border-input input:-ms-input-placeholder { color: #c1c1c1; }
.border-input input::-ms-input-placeholder { color: #c1c1c1; }
.border-input input::placeholder { color: #c1c1c1; }
.border-input input::-moz-placeholder {
    color: #c1c1c1; /* Цвет подсказывающего текста */
}
.border-input textarea::-webkit-input-placeholder { color: #c1c1c1; }
.border-input textarea:-ms-input-placeholder { color: #c1c1c1; }
.border-input textarea::-ms-input-placeholder { color: #c1c1c1; }
.border-input textarea::placeholder { color: #c1c1c1; }

.select2-container .select2-results__option--highlighted {
    background: #666366!important;
    color: #fff!important;;
}
.select2-selection{
    outline: none!important;
}
.select2-selection--single{
    outline: none!important;
}
.select2-selection--single .select2-selection__rendered{
    color: #666366!important;
}
.select2-results__option{
    color: #666366!important;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #ced4da!important;
    border-radius: 4px;
}
.icon-phone-svg-mobile{
    height: 22px;
    /*margin-top: 2px;*/
    padding-bottom: 4px;
    margin-left: -17px;
    margin-right: -2px;
    transform: scale(-1, 1)
}
.rubble-icon-small{
    height: 12px!important;
    margin-top: -3px;
}
.rubble-icon-xs{
    height: 10px!important;
    margin-top: -2px;
}
.profile-icon-user{
    height: 16px;
    margin-top: -3px;
    padding-left: 3px;
}
.profile-icon-shopping-cart{
    height: 16px;
    margin-top: -3px;
    padding-left: 1px;
}
.profile-icon-shopping-bag{
    height: 16px;
    margin-top: -3px;
    padding-left: 6px;
}
.profile-icon-cog{
    height: 16px;
    margin-top: -3px;
    padding-left: 5px;
    margin-right: -1px;
}
.sign-in-svg{
    width: 16px;
    height: auto;
}
.profile-icon-sign-out{
    height: 11px;
    margin-top: -3px;
    padding-left: 5px;
}
.x-svg{
    width: 11px !important;
    height: auto !important;
}
.x-svg-xs{
    width: 11px !important;
    height: auto !important;
}
.szm-1{
    max-width: 49px!important;
}
.arrow-right-svg-sm{
    width: 15px!important;
    height: auto;
    margin-top: -3px;
}
.form-control {
    border-radius: 0!important;
}
.btn{
    border-radius: 0!important;
}
.select2-selection--single {
    border-radius: 0!important;
}

.big-text {
    font-size: 1.4rem;
    color: #666366;
}
.fs-07{
    font-size: 0.8rem!important;
    font-weight: 200!important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-fs {
    font-size: 0.9rem !important;
    font-weight: 200 !important;
    color: #666366 !important;
}

.bank-info {
    color: #666366 !important;
    font-size: 0.8rem !important;
    font-family: 'Open Sans', OpenSans, Bold;
    font-weight: 200!important;
}

.pointer-event-none {
    pointer-events: none;
}

#scroll-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*width: 40px;*/
    /*height: 40px;*/
    /*opacity: .7;*/
    z-index: 99999;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    display: none;
    background-color: rgba(255, 255, 255, .7);
    padding: 3px;
    /*border-radius: 5px;*/
    transition: .5s;
}

#scroll-up:hover {
    background-color: rgba(255, 255, 255, 1);
}

#scroll-up img {
    height: 35px;
    width: auto;
}

[role="button"] {
    cursor: pointer;
}

.navbar .dropdown-menu.show {
    z-index: 2;
}

.popover {
    z-index: 1010 !important;
}

.bg-bright-gray {
    background-color: #EAEAEA;
}

.add-to-card-popover-dismiss {
    background-color: #EAEAEA;
    color:#A75354;
}