/************   OTHER   *************/

body {
    font-size: 14px;
    color: #6d6d6d;
    padding: 0;
    margin: 0;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}
h4 {
    font-size: 19px;
}
h1, h2, h3, h4 {
    font-family: 'GothamProBold', sans-serif;
}
a {
    color: #273d56;
}
a:hover {
    color: #BA1007;
}
a, input, a:hover, input:hover {
    transition: all .25s ease;
}
a.button, button.button, div.button, input.button {
    color: #fff;
    background: #BA1007;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #BA1007;
    border-radius: 25px;
    padding: 13px 35px;
    cursor: pointer;
    font-family: 'GothamProRegular', sans-serif;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    text-align: center;
}
a.button:hover, button.button:hover, div.button:hover, input.button:hover {
    box-shadow: 0px 3px 15px rgba(0,0,0,.22);
    border: 1px solid #BA1007;
    background: #fff;
    color: #BA1007;
}
a.button.white {
    border: 1px solid #BA1007;
    background: #fff;
    color: #BA1007;
}
a.button.white:hover {
    color: #fff;
    background: #BA1007;
    border: 1px solid #BA1007;
}
a.button.black, button.button.black, div.button.black {
    border: 2px solid #333;
    background: #333;
    color: #fff;
}
a.button.black:hover, button.button.black:hover, div.button.black:hover {
    border: 2px solid #fff;
    background: #333;
    color: #fff;
}
.table-responsive {
    overflow: visible;
}
.row {
    margin: 0;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.main-container {
    margin: 0;
}
#content {
    padding: 0;
}
.navbar {
    margin: 0;
}
.owl-carousel {
    margin: 0 !important;
}
.owl-wrapper-outer {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.nopadding {
    padding: 0;
}
.alert-success {
    color: #333333;
}
.alert-success a {
    color: #B91106;
}
.form-control:focus {
    border-color: #BA1007;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(186,16,7,.6);
}
.modal-body input {
    width: 100%;
    height: 45px;
    border: 1px solid #6d6d6d;
    margin-bottom: 20px;
    padding: 0 10px;
}
input.error {
    border-color: #BA1007;
    background: #ffd4d4;
}
.modal-body {
    padding-bottom: 40px;
}
.ok-message1, .ok-message2, .ok-message3 {
    text-align: center;
    margin-top: 15px;
}
.red {
    color: #BA1007 !important;
}
.green {
    color: #00c112 !important;
}
.modal-body .hiddenblock {
    visibility: hidden;
}
.red2 {
    color: #fff;
    border: 1px solid #BA1007;
    margin-bottom: 0 !important;
    padding: 20px;
}
.green2 {
    color: #fff;
    border: 1px solid #00c112;
    margin-bottom: 0 !important;
    padding: 20px;
}
.callback input.error {
    border: 2px solid #BA1007;
    background: #ffd4d4;
}
.message-block3 {
    margin-bottom: 10px;
}
.input-file {
    border: 0 !important;
}
.textarea {
    resize: none;
    border: 1px solid #6d6d6d;
}

/************   HEADER   *************/

header {
    background: #eee;
}
#logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#logo a {
    height: 140px;
    display: block;
    width: 80px;
    position: relative;
}
#logo a img {
    vertical-align: middle;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#logo img {
    margin-top: 20px;
}
.logo-text {
    margin-left: 17px;
    font-size: 13px;
    max-width: 270px;
}
.logo-text h3 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}
.top-menu {
    margin-top: 20px;
}
.top-menu a {
    font-size: 15px;
    color: #6d6d6d;
    position: relative;
}
.top-menu a:hover {
    color: #B91106;
}
.top-menu a:not(:last-of-type) {
    margin-right: 30px;
}
.top-menu a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #B91106;
    transition: all .25s ease;
}
.top-menu a:hover::after {
    width: 100%;
    transition: all .25s ease;
}
header a.button {
    margin-top: 25px;
    margin-left: 50px;
}
.contacts-top {
    text-align: right;
    line-height: 25px;
    margin-top: 18px;
}
.contacts-top a {
    color: #000;
    font-size: 15px;
    display: block;
}
.contacts-top-icons {
    text-align: right;
    margin-top: 10px;
}
.contacts-top-icons a {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
}
.contacts-top-icons img {
    max-height: 30px;
}
#menu {
    background: #BA1007;
    height: 60px;
    border-radius: 0;
}
#menu .nav > li > a {
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    height: 100%;
    line-height: 38px;
}
#menu .nav > li {
    height: 100%;
    width: 20%;
    text-align: center;
}
#menu .nav > li.dropdown:after {
    content: '\f0d7';
    font: 16px 'FontAwesome';
    position: absolute; top: 50%; right: 35px;
    transform: translateY(-50%);
    color: #fff;
}
.navbar-collapse.collapse {
    height: 100% !important;
}
.navbar-nav {
    height: 100%;
    width: 100%;
}
.dropdown-menu {
    padding: 0;
    width: 100%;
    background: #BA1007;
}
.dropdown-menu .dropdown-menu {
    left: 100%; top: -3px;
}
.dropdown-menu .dropdown-inner {
    width: 100%;
}
.dropdown-menu ul {
    width: 100%;
}
.dropdown-menu a {
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 38px !important;
    padding: 10px !important;
}
.dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}
.main-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.stick-info {
    display: none;
    background: #eee;
}
.main-menu.fixed > .stick-info {
    display: block;
}
.stick-info img {
    max-height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.stick-info .button {
    margin-top: 5px;
}
.stick-info .phone-number {
    font-size: 18px;
    padding-top: 18px;
    display: block;
}
#cart {
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    right: 10px;
    width: 130px;
    z-index: 99;
    text-align: right;
}
.carticon i {
    font-size: 30px;
}
.carticon {
    border-radius: 50% !important;
    width: 70px;
    height: 70px;
    padding: 21px 0 0 13px !important;
}
#cart-total {
    background: #fff;
    border: 1px solid #BA1007;
    color: #BA1007;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    right: 15px;
    bottom: 15px;
}

@media (min-width: 992px) {
    header {
        height: 150px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu a {
        line-height: 20px !important;
    }
    #logo img {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    #menu .nav > li:nth-child(5) > a {
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .logo-top-block {
        padding: 0;
    }
    .logo-text {
        display: none;
    }
    #logo img {
        margin-top: 10px;
        max-height: 80px;
    }
    .contacts-top {
        margin-top: 10px;
    }
    .contacts-top-icons {
        margin-bottom: 10px;
    }
    .logo-text-smart h3 {
        font-size: 16px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .navbar-collapse.collapse {
        position: absolute;
        width: 100%;
        height: 400px !important;
        top: 55px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #B91106;
        z-index: 999;
        color: #fff;
    }
    .navbar-nav {
        margin: 0;
    }
    #menu .nav > li {
        width: 100%;
    }
    #menu .nav > li:last-child > a {
        line-height: 38px;
    }
    button.btn-navbar {
        background: 0;
        border: 0;
        box-shadow: none;
    }
    button.btn-navbar i {
        font-size: 28px;
        line-height: 36px;
    }
    .contacts-top-block {
        padding: 0;
    }
    .main-menu.fixed > .stick-info {
        display: none;
    }
    .navbar-header .phone-number {
        color: #fff;
        font-size: 18px;
        margin-top: 15px;
        display: inline-block;
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .phone-number-block {
        padding: 0;
    }
    .top-menu {
        margin-top: 15px; text-align: center;
    }
    .callback-top {text-align: center;}
    .stick-info .button {
        margin-bottom: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    header a.button {
        margin: 20px 0 0; padding: 12px 25px;
    }
    .top-menu a:first-child {display: inline-block; margin: 0 10px 10px;}
    .top-menu a:not(:last-of-type) {
        margin-right: 0;
    }
}

@media (max-width: 350px) {
    .logo-text-smart h3 {
        display: none;
    }
}

/************   MAIN PAGE CONTENT   *************/

/* РЎР»Р°Р№РґРµСЂ */
.front-slider .item {
    width: 100%;
    height: 530px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.front-slider .item::after {
    background: rgba(63, 65, 74, 0.8);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-title {
    color: #fff;
    z-index: 10;
    position: relative;
    width: 40%;
    margin-left: 50px;
    margin-top: 13%;
}
.slider-title .h1 {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'GothamProBold', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 26px;
}
.slider-title p {
    color: #fff;
    margin-bottom: 25px;
}
#slideshow0.owl-carousel .owl-buttons .owl-prev, #slideshow0.owl-carousel .owl-buttons .owl-next {
    top: 40%;
}
#slideshow0.owl-carousel .owl-buttons .owl-prev img, #slideshow0.owl-carousel .owl-buttons .owl-next img {
    width: 60px;
    height: 60px;
}

@media (max-width: 767px) {
    .front-slider .item {
        height: 350px;
    }
    .slider-title {
        width: 75%;
    }
}

/* РЎ РЅР°РјРё РІРѕР·РјРѕР¶РЅРѕ */

.front-benefits {
    background: #fafafa;
    padding-top: 60px;
    color: #000;
    padding-bottom: 70px;
}
.front-benefits img {
    width: 60px;
    height: 60px;
}
.front-benefits .benefits {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 65px;
}
.front-benefits .line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 33%;
    padding-left: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.front-benefits .line:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
    padding-left: 34%;
    padding-right: 2%;
}
.front-benefits h4 {
    padding-bottom: 3px;
    color: #000;
}
.front-benefits .line .text {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 30px;
    text-align: right;
}
.front-benefits .line:nth-child(2n) .text {
    padding-left: 30px;
    align-items: flex-start;
    text-align: left;
}
.front-benefits .text p {
    font-size: 16px;
}
.front-benefits .button.white {
    min-width: 270px;
}


@media (max-width: 767px) {
    .front-benefits .line {
        padding-right: 0 !important;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 25px;
    }
    .front-benefits .line .text {
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: calc(100% - 120px);
        padding-left: 30px;
        text-align: left;
        padding-right: 0;
    }
    .front-benefits .line:nth-child(2n) {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .front-benefits .buttons-block > div {
        text-align: center !important;
        margin-bottom: 15px;
    }
}


/* Р—Р°РєР°Р¶РёС‚Рµ СЃРµР№С‡Р°СЃ */

.front-categories {
    text-align: center;
    background: #f8f8f8;
    padding-top: 60px;
    color: #000;
    padding-bottom: 70px;
}
.front-categories .container {
    padding-top: 40px;
}
.front-categories .row > div {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 35px;
    background-color: #FFF;
    border: 1px solid #e1e1e1;
    margin: 0 5px;
}
.front-categories img {
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
}
.front-categories h4 {
    margin-top: 10px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.front-categories .button {
    padding: 15px 0;
    width: 100%;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 13px;
}
@media (min-width: 992px) {
    .front-categories .col-md-2 {
        width: calc(20% - 10px) !important;
    }
}
@media (max-width: 991px) {
    .front-categories .row > div {
        margin-bottom: 30px;
    }
}


/* Р­С‚Р°РїС‹ СЂР°Р±РѕС‚С‹ */

.front-stages {
    text-align: center;
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 70px;
}
.front-stages img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.front-stages h4 {
    font-size: 18px;
    padding: 10px 0;
}
.front-stages p {
    margin-bottom: 15px;
}
.front-stages .button {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .front-stages .row > div {
        margin-bottom: 40px;
    }
}


/* РћС‚Р·С‹РІС‹ */

.reviews-module {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 70px;
    color: #000;
}
.reviews-module .item {
    padding: 0 100px 30px 100px;
}
.reviews-module .photo-wrap img {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.085);
    border: 4px solid #fff;
}
.reviews-module .review-wrap {
    margin-top: 50px;
}
.reviews-module p {
    font-size: 18px;
    opacity: 0.6;
}
.reviews-module h5 {
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 17px;
}
.reviews-module p.review-company {
    font-size: 13px;
    font-weight: 300;
    opacity: 0.8;
}
#reviews-module.owl-carousel .owl-buttons .owl-prev, #reviews-module.owl-carousel .owl-buttons .owl-next {
    top: 35%;
}
#reviews-module.owl-carousel .owl-buttons .owl-prev img, #reviews-module.owl-carousel .owl-buttons .owl-next img {
    width: 60px;
    height: 60px;
}
#reviews-module.owl-carousel .owl-pagination {
    top: 0;
}


@media (max-width: 991px) {
    .reviews-module .photo-wrap img {
        margin: 0 auto;
    }
    .reviews-module p, .reviews-module h5, .reviews-module p.review-company {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .reviews-module .item {
        padding: 0 30px 30px 30px;
    }
}


/* РќР°Рј РґРѕРІРµСЂСЏСЋС‚ */

.trust-module {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 70px;
}
#carousel0 img {
    margin: 0 auto;
}

/* РљР°СЂС‚Р° */
.front-map-inner>h3 {display: none;}
.front-map-inner .view_first a {display: inline-block; position: absolute; left: 50%; bottom: 0; background: #BA1007; padding: 5px 10px; border-radius: 5px 5px 0 0; color: #fff!important; text-decoration: none!important; transform: translateX(-50%);}
.front-map-inner .view_first + .container, .front-map-inner #google-map {display: none;}
.front-map, .front-map-inner {
    position: relative;
}
.front-map > .container, .front-map-inner > .container {
    width: 100%;
    padding: 0;
}
.front-map > .container > .container, .front-map-inner > .container > .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#google-map {
    height: 700px;
}
.map-info {
    background: #fff;
    width: 380px;
    padding: 42px;
    box-shadow: 0 2px 25px rgba(0, 0, 5, 0.2);
    position: absolute;
    z-index: 13;
    height: auto;
    float: right;
    display: block;
    border-radius: 10px;
    right: 100px;
    top: 70px;
}
.map-info h3 {
    text-align: left;
    font-size: 26px;
}
.front-map ul {
    padding-left: 0px;
}
.contact li {
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
    text-align: left;
    width: 100%;
}
.contact li a {
    margin-left: 50px;
    display: block;
    color: #777;
    position: relative;
    top: -20px;
    max-height: 60px;
}
.contact li a:hover {
    color: #000;
    transition: all .25s ease;
}
.conta_img {
    width: 200px !important;
    height: 140px;
    border: 3px solid #cdcdcd;
    border-radius: 4px;
    margin-left: 50px;
}
.conta_img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
ul.social {
    padding-left: 10px;
}
.social li {
    display: inline-block;
    margin-right: 60px;
}
.social li img {
    height: 30px;
    width: 30px;
}

@media (max-width: 991px) {
    .map-info {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .front-map > .container > .container {
        position: unset;
    }
    .map-info {
        position: unset;
    }
}

/* РћСЃС‚Р°Р»РёСЃСЊ РІРѕРїСЂРѕСЃС‹ ? */

.faq-module {
    background: #323342;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}
.faq-module h3 {
    color: #fff;
    margin-bottom: 15px;
}
.faq-module span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    display: block;
}
.callback .name-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/reboot_child/assets/image/ico_user.png');
    top: 13px;
    left: 25px;
}
.callback .phone-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/reboot_child/assets/image/ico_phone_form.png');
    top: 13px;
    left: 25px;
}
.callback .message-block::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/reboot_child/assets/image/ico_message.png');
    top: 13px;
    left: 25px;
}
.callback input {
    width: 100%;
    padding: 8px 14px 12px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    font-size: 13px;
    background: #ffffff;
    height: 45px;
}
.callback .fcallback {
    padding: 0 12px 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    text-align: center;
    height: 45px;
    background: #BA1007;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #BA1007 !important;
}
.callback .fcallback:hover {
    background: #fff !important;
    color: #BA1007 !important;
}
/* */
.callback .ok-message {
    text-align: center;
    color: #fff;
    margin-top: 12px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .callback .cb-title {
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .callback {
        background: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 15px 20px 10px 20px;
        margin: 25px auto;
        max-width: 300px;
    }
    .callback input {
        width: 100%;
        padding: 11px 14px 12px 32px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        border: 0;
        font-size: 16px;
        background: #FFF;
        height: 34px;
        margin-bottom: 10px;
    }
    .callback .fcallback {
        font-size: 16px;
        height: 38px;
        padding: 6px 14px 11px 14px;
    }
    .callback .name-block::before, .callback .phone-block::before, .callback .message-block::before {
        top: 10px;
    }
    .callback .fcallback {
        padding: 0px 14px 0px 14px;
        line-height: 30px;
    }
}

/************   CATEGORY   *************/

.category-page {
    background: #f8f8f8;
    padding-top: 120px;
    padding-bottom: 70px;
}
.section_head {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.sorting-block {
    display: none;
}
.section_head h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #000 !important;
}
.section_head .section_line {
    background: #BA1007 !important;
    height: 4px;
    width: 120px;
    border-radius: 10px;
    margin: -20px auto 20px;
}
.cat-item {
    margin: 0px 10px;
    margin-bottom: 0px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    outline: none;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    text-align: center;
}
.cat-item:hover {
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
}
.cat-item img {
    max-height: 150px;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 7px;
}
.cat-item h3 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    min-height: 57px;
}
.cat-item h3 span {
    background: #ff0; display: inline-block; line-height: 15px;
}

.product-thumb {
    margin: 0px 10px;
    margin-bottom: 0px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    outline: none;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    text-align: center;
}
.product-thumb img {
    margin: 0 auto;
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 15px;
}
.product-thumb h4 {
    margin-bottom: 15px;
}
.product-thumb .prod-desc {
    max-height: 60px;
    overflow: hidden;
    color: #6d6d6d;
    margin-bottom: 15px;
}

/************   PRODUCT   *************/


.product-page {
    padding-top: 120px;
    padding-bottom: 70px;
}
.product-page #product {
    margin-bottom: 30px;
}
a.thumbnail {
    border: none;
}
.product-info h1 {
    margin-bottom: 20px;
}
.product-info .price-value {
    font-family: GothamProBold;
    color: #B91106;
    font-size: 20px;
    margin-bottom: 20px;
}
#tab-description {
    margin-bottom: 40px;
}
#tab-description p {
    font-size: 14px;
    color: #6d6d6d;
}
.quant-wrap {
    padding: 5px;
    background: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    display: inline-block;
}
#input-quantity {
    width: 50px;
    height: 38px;
    text-align: center;
}
div.category {
    font-size: 13px;
    margin-top: 40px;
}
a.cat-link {
    text-decoration: underline;
    color: #9f9f9f;
    font-size: 13px;
}
a.cat-link:hover {
    text-decoration: none;
}


/************   CART   *************/

.cart-page {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 70px;
}
.cart-page h1 {
    margin-bottom: 30px;
}
.cart-page a.button.checkout {
    padding-right: 35px;
}
.cart-page a.button.checkout::after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
}
.rmv-btn {
    background: 0;
    color: #da4f49;
    border: 0;
    box-shadow: none;
}
.cart-table th {
    background-color: #BA1007;
    color: #fff;
    font-size: 14px;
    border: 0 !important;
    font-family: 'GothamProLight', sans-serif;
    font-weight: 400;
}
.cart-table td {
    background: #fff;
    border: 0 !important;
    color: #000;
    vertical-align: middle !important;
}
.cart-table td a {
    color: #000;
}
.cart-page input {
    border-radius: 4px !important;
    text-align: center;
    max-width: 50px;
}
.cart-page .img-thumbnail {
    border: 0;
    width: 47px;
}


@media (max-width: 991px) {
    .input-group-btn {
        padding-bottom: 30px;
        text-align: center;
    }
    .confirm-button {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .input-group-btn {
        padding-top: 20px;
    }
}

/************   CHECKOUT   *************/

.checkout-page {
    padding-top: 120px;
    padding-bottom: 70px;
}
.checkout-page h1 {
    margin-bottom: 55px;
    text-align: center;
}
.checkout-page h4 {
    text-align: center;
    margin-bottom: 15px;
}
#totals thead td {
    background: #fdfdfd;
    border: 0;
}
#totals tbody td {
    background: #f8f8f8;
    border: 0;
}
.firsttd {
    width: 70%;
}

/************   ACCOUNT   *************/

.account-page {
    padding-top: 120px;
    padding-bottom: 70px;
}
.account-page h2 {
    margin-bottom: 20px;
}


/************   OTHER CONTENT   *************/

.success-page, .error-page {
    padding-top: 120px;
    padding-bottom: 70px;
}
.success-page h1 {
    margin-bottom: 40px;
    text-align: center;
}
.info-page {
    background: #f8f8f8;
    padding: 120px 0;
}
.info-page h1 {
    display: none;
}

/* РЎС‚СЂР°РЅРёС†Р° РѕС€РёР±РѕРє */

.error-page h1 {
    margin: 25px 0;
}
.error-page p {
    font-size: 18px;
}
.error-page .buttons {
    margin-top: 20px;
}

/* Р”РѕСЃС‚Р°РІРєР° Рё РѕРїР»Р°С‚Р° */

.card {
    min-height: 100px;
    width: 412px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 18px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    transition: all .25s ease;
    cursor: pointer;
    float: right;
}
.card:hover {
    transform: scale(1.015);
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
    transition: all .25s ease;
}
.card .section_name img {
    height: 23px;
    width: 23px;
    margin-right: 10px;
    margin-bottom: 2px;
    display: inline-block;
}
.card .section_name h2 {
    font-size: 19px;
    color: #2b7fc7;
    display: inline-block;
}
.card .section_body p, .card .section_body a {
    font-size: 13px;
    opacity: .5;
    font-weight: 400;
    margin-top: 7px;
}
/* РљРѕРЅС‚Р°РєС‚С‹ */


/************   FOOTER   *************/

footer {
    background-color: #fff;
    color: #273d56;
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 13px;
}
footer h5 {
    font-size: 12px;
    color: rgba(31, 51, 73, 0.5);
    font-weight: bold;
    text-transform: uppercase;
}
footer a {
    color: #273d56;
    line-height: 24px;
    font-size: 12px;
}
footer a:hover {
    color: #BA1007;
}
.social-bottom a {
    margin-right: 18px;
}
.social-bottom img {
    height: 15px;
    width: 15px;
}
footer .second {
    margin-top: 40px;
}
footer .third {
    margin-top: 50px;
}

@media (max-width: 767px) {
    footer .row.first > div:first-child {
        display: none;
    }
    .row.first > div {
        text-align: center;
        margin-bottom: 20px;
    }
    .row.second p {
        text-align: center;
    }
    .row.second .social-bottom {
        text-align: center !important;
    }
}

.cart, .cart .row{
    width: 100%;
}

html body .woocommerce-form-coupon-toggle, html body .woocommerce-notices-wrapper,
html body #order_review_heading, html body .woocommerce-NoticeGroup,
#customer_details .col-2, .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody, html body .cart-subtotal
{
    display: none !important;
}

form.checkout{
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 50px;
}

#customer_details, #order_review{
    flex: 1;
}

html body .form-row{
    width: 100% !important;
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

html body .form-row label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

html body .form-row input{
    width: 100%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkout-inline-error-message{
    color: #BA1007;
    font-size: 12px;
}

.woocommerce-shipping-methods{
    list-style: none;
}

#shipping_method li{
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
}

#shipping_method li input{
    margin-right: 10px;
}

.fields-group > label{
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
}

.fields-group{
    margin-bottom: 20px;
}

#payment ul{
    padding-left: 0;
    list-style: none;
}

.added_to_cart.wc-forward{
    display: block;
    margin-top: 20px;
    color: #BA1007;
    font-weight: 600;
    font-size: 1.5rem;
}

form.cart .row{
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-title a {
    text-decoration: none;
}
html body .cat-item_blog h3{
    min-height: unset;
}
.info-page_blog h1{
    display: table;
    font-weight: 400;
    margin-bottom: 50px;
    color: #000 !important;
}