/*** header ***/
#pathline {
    background: var(--color-pathline-background);
    color: var(--color-pathline-color);
}

#pathline a {
    color: var(--color-pathline-color);
}

#logo img {
    max-height: 120px;
    max-width: 100%;
}

/*
#top-menu {}

#top-menu .navbar-expand-xl .navbar-collapse {
    justify-content: center;
}
*/

#top-menu .nav-link {
    text-transform: uppercase;
    color: var(--color-dark-black);
}

#top-menu .navbar-light .navbar-toggler {
    color: var(--color-pathline-color);
    border-color: var(--color-pathline-color);
}

.favorites-section sub,
.cart-section sub {
    color: var(--color-black);
    font-size: 15px;
    top: 6px;
}

#top-menu .nav-item {
    position: relative;
}

#top-menu .nav-item.active::after,
#top-menu .nav-item:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--color-dark-green);
}

header{
    background: url(/images/assets/header/golden-background.png) no-repeat center center;
    background-size: cover;
    color: var(--color-header-text);
}

header a,
header a:link,
header a:visited {
    color: var(--color-header-link);
}

header .col-phone a {
    margin-right: 10px;
}

header .col-phone a i {
    color: var(--color-green)
}

header .call-to {
    font-weight: bold;
    font-size: 30px;
}

header .col-language {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
}

header .language-bar {
    border: 1px solid var(--color-header-link);
    padding: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

header .language-bar a {
    display: block;
    color: var(--color-header-link);
    /* background: var(--color-header-link); */
    /* border-radius: 2px; */
}

header .language-bar span {
    display: block;
    color: var(--color-header-link);
    background: var(--color-green);
    border-radius: 2px;
}

#pathline .auth {
    position: relative;
    padding-bottom: 15px;
}

header .auth a.carret {
    padding-right: 22px;
    position: relative;
}

header .auth a.carret::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/images/assets/caret-down.png) no-repeat center center;
    width: 10px;
    height: 9px;
    transform: translateY(-50%);
}

header .auth:hover a.carret::after {
    background-image: url(/images/assets/caret-up.png)
}

.buttons{
    margin-top: 8px;
}

.edate{
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 8px;
    color: var(--gray);
}
.description{
    line-height: 1.4em;
    font-size: 15px;
}

#pathline .auth ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-text);
    width: 210px;
    padding: 30px 18px 18px;
    z-index: 999;
    display: none;
}

#pathline .auth:hover ul {
    display: block;
}

#pathline .auth ul::before {
    content: "";
    border: 0;
    border-bottom: 15px solid var(--color-text);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -14px;
    left: 15px;
    width: 0;
    height: 0;
}

#pathline .auth ul li a {
    color: var(--color-background);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

#pathline .auth ul li:last-child a {
    margin-bottom: 0;
}

#pathline .auth ul .logout {
    margin-top: 19px;
    border: 1px solid var(--color-white);
    background: var(--color-dark-black);
    color: var(--color-white);
    text-align: center;
    padding: 15px;
}

#pathline .auth ul .logout a {
    color: var(--color-white);
}

.search-container {
    position: relative;
    margin-top: 60px;
}

input.search-input {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--color-gold);
    padding: 10px 50px 10px 20px;
    max-width: 100% !important;
}

input.search-input:hover {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--color-gold);
    padding: 10px 50px 10px 20px;
    max-width: 100% !important;
}

input.search-input:focus {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--color-gold);
    padding: 10px 50px 10px 20px;
    max-width: 100% !important;
}

button.search-submit {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

#pathline-left .call-to {
    padding: 15px 0;
    display: inline-block;
}

#pathline-left .call-to img {
    max-height: 20px;
}

.auth-column {
    padding: 15px 0 0;
}

.auth-column img {
    max-height: 20px;
}

#mini-cart-module {
    padding: 15px 0;
    margin-left: 15px;
}

#mini-cart-module img {
    max-height: 80px;
}


/*** footer ***/
#copyright {
    background: var(--color-copyright-background);
    color: var(--color-copyright-text);
    font-size: 12px;
}

#copyright a {
    color: var(--color-copyright-link);
}

#copyright img {
    max-height: 25px;
}

#copyright strong {
    color: var(--color-copyright-link);
}

#footer-top {
    background: var(--color-footer-background);
    color: var(--color-footer-text);
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer-top h3 {
    font-size: 20px;
    padding-bottom: 22px;
    margin-bottom: 27px;
    position: relative;
    color: var(--color-white);
}

#footer-top h3::after {
    content: "";
    width: 81px;
    height: 2px;
    background: var(--color-white);
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer-top .info p {
    padding-bottom: 15px;
    color: var(--color-footer-text);
}

#footer-top .info p:last-child {
    padding-bottom: 0;
}

#footer-top a {
    color: var(--color-footer-text);
}

#footer-top .work-time {
    color: var(--color-footer-text);
}

#footer-top .work-time p {
    color: var(--color-footer-text);
}

/*** categories menu ***/
#products-most-section h2.title a.button {
    margin-top: 8px;
}


/*
*#categories-menu {

}
*/

#categories-menu .categories-title {
    background: var(--color-blue);
    color: var(--color-white);
    padding: 14px 20px;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

#categories-menu .categories-title::after {
    content: "";
    position: relative;
    display: inline-block;
    right: 0;
    background: url(/images/assets/caret-down-white.png) no-repeat center center;
    width: 10px;
    height: 9px;
    margin-left: 12px;
}

#categories-menu .categories-link {
    color: var(--color-black);
    padding: 14px 20px;
    text-transform: uppercase;
}

#categories-menu .categories-container {
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    padding: 15px 20px;
    box-shadow: 8px 8px 10px var(--color-dark-gray);
    position: absolute;
    width: 100%;
    display: none;
    z-index: 2;
}

#categories-menu .categories-container.active {
    display: block;
}

#categories-menu .categories-container .item {
    position: relative;
    margin-bottom: 6px;
}

#categories-menu .categories-container .item.item-toggle {
    display: none;
}

#categories-menu .categories-container .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 15px;
    margin-right: 12px;
    position: relative;
}

#categories-menu .categories-container .item .icon img {
    max-width: 19px;
    max-height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#categories-menu .categories-container .item a {
    display: block;
    color: var(--color-black);
    margin-right: 20px;
}

#categories-menu .categories-container .item .arrow {
    top: 4px;
}

#categories-menu .categories-container .sub-categories-container {
    margin-top: 6px;
    display: none;
}

#categories-menu .categories-container .item.active>.sub-categories-container {
    display: block;
}

#categories-menu .categories-container .sub-categories-container .sub-item {
    position: relative;
    margin-bottom: 6px;
}

#categories-menu .categories-container .sub-categories-container .left-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 15px;
    margin-right: 12px;
    position: relative;
}

#categories-menu .categories-container .sub-categories-container .left-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-light-black);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#categories-menu .toggle-class-more {
    margin-top: 35px;
}

#categories-menu .toggle-class-more span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    display: none;
}

#categories-menu .toggle-class-more span.open {
    display: inline-block;
}

#categories-menu .toggle-class-more span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-blue);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 25px;
}

#categories-menu .toggle-class-more span.show-more::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 8px;
    width: 0;
    height: 0;
    border: none;
    border-top: 9px solid var(--color-blue);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

#categories-menu .toggle-class-more span.show-less::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 8px;
    width: 0;
    height: 0;
    border: none;
    border-bottom: 9px solid var(--color-blue);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

#categories-menu .categories-container-data {
    min-height: 395px;
}

/*** Banners ***/
#banners {
    height: 500px;
}

#banner-slider {
    background: var(--color-blue);
    /* box-shadow: 8px 8px 10px var(--color-black); */
}

#banners .baner-full {
    width: 100%;
    height: 500px;
    position: relative;
}

#banners img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#banners .banner-image {
    position: relative;
    width: 100%;
    height: 100%;
}

#banners .owl-carousel .owl-nav .owl-next,
#banners .owl-carousel .owl-nav .owl-prev {
    display: none;
}

#banners .description {
    position: absolute;
    width: calc(50% - 40px);
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 80px;
    background: var(--color-blue-transparent);
    border-radius: 20px;
    text-align: center;
    max-width: 650px;
}

#banners .description .read-more {
    display: inline-block;
    border: 2px solid var(--color-white);
    color: var(--color-white);
    text-transform: uppercase;
    padding: 10px 18px;
    margin-top: 30px;
    border-radius: 10px;
}

#banners .description .read-more:hover {
    background: var(--color-gold);
    color: var(--color-black);
    border-color: var(--color-black);
}

#banners h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4em;
    color: var(--color-white);
    min-height: 160px;
}

#banners h1 .highlight {
    color: var(--color-blue);
}

#banners .owl-dots {
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 33px;
    right: 33px;
}

#banners .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--color-white);
    background: var(--color-white);
    margin-top: 10px;
}

#banners .owl-dots .owl-dot:hover,
#banners .owl-dots .owl-dot.active {
    background: var(--color-green);
}

/*** Adverts ***/
.adverts.adverts-1 {
    position: relative;
    border: 1px solid var(--color-gold);
}

.adverts.adverts-1 .img {
    height: 280px;
    position: relative;

}

.adverts.adverts-2 {
    position: relative;
    border: 1px solid var(--color-gold);
}

.adverts.adverts-2 .img {
    height: 280px;
    position: relative;

}

.adverts img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.adverts.adverts-1 .description {
    position: relative;
    background: var(--color-blue);

}

.adverts.adverts-2 .description {
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: calc(100% - 25px - 25px);
}

.adverts .read-more {
    display: inline-block;
    border: 2px solid var(--color-white);
    color: var(--color-white);
    text-transform: uppercase;
    padding: 15px 18px;
    margin-top: 30px;
}

.adverts .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.adverts h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4em;
    color: var(--color-white);
    padding: 8px 15px;
    text-align: center;
}

.adverts h2 a {
    color: var(--color-white);
}

.adverts h2 .highlight {
    color: var(--color-blue);
}

.adverts h2 a .highlight {
    color: var(--color-blue);
}

/*** Product Slider ***/
#productsSliderTab.nav-pills {
    margin-bottom: 25px;
}

#productsSliderTab.nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid var(--color-gold);
    color: var(--color-white);
    text-transform: uppercase;
    padding: 10px 15px;
    margin-right: 25px;
    margin-bottom: 15px;
}

#productsSliderTab.nav-pills .nav-link.active,
#productsSliderTab.nav-pills .nav-link:hover,
#productsSliderTab.nav-pills .show>.nav-link {
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-white);

}

#browse_products {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    line-height: 0;
    text-align: justify;
    position: relative;
}

#browse_products::after {
    content: '';
    width: 100%;
    display: inline-block;
}

#category-content {
    position: initial !important;
}

.filter-right {
    position: absolute;
    top: 0;
    right: 15px;
}

#price-slider-tooltip {
    margin-bottom: 12px;
}

h4.props_title {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

h4.props_title .icon {
    color: var(--color-blue);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hide .props_vals {
    display: none;
}

.props_vals .checkbox {
    padding-bottom: 0;
}

.props_vals .show-more-link,
.props_vals .show-less-link {
    cursor: pointer;
    margin-left: 28px;
    margin-top: 10px;
}

.props_vals .show-more-link span,
.props_vals .show-less-link span {
    position: relative;
}

.props_vals .show-more-link span::after,
.props_vals .show-less-link span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    display: block;
    background: var(--color-blue);
    position: absolute;
    bottom: 3px;
    left: 0;
}

.props_vals .show-less-link,
.props_vals .show-more {
    display: none;
}

.props_vals.show .show-more-link {
    display: none;
}

.props_vals.show .show-less-link,
.props_vals.show .show-more {
    display: block;
}

.props_vals .color {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-dark-gray);
    cursor: pointer;
    margin-right: 14px;
    margin-bottom: 14px;
}

.props_vals .color.active {
    border: 2px solid var(--color-blue);
}

.props_vals .color input {
    display: none;
}

.product_item {
    width: 240px;
    border: 1px solid var(--color-black);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    text-align: left;
    border-radius: 6px;
}

.product_item:hover {
    border: 1px solid var(--color-black);
}

.owl-carousel .product_item {
    display: block;
    margin: 0 auto;
    width: 280px;
}

.product_item .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.bview-list .product_item .img {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.bview-list .product_item .adata {
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: top;
}

.product_item .img a {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    transition: 0.5s all ease-in-out;
}

.product_item .img a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*object-fit: cover;*/
}

.product_item:hover .img a:first-child {
    height: 0;
}

.product_item .img-container {
    position: relative;
}

.product_item .img-container .favorites {
    display: none;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.product_item:hover .img-container .favorites {
    display: block;
}

.product_item .img-container .favorites::before {
    content: "\f004";
    font-family: 'FontAwesome';
    color: #A8BA14;
    position: absolute;
    left: 5px;
    bottom: 8px;
    font-size: 25px;
}

.product_item .img-container .favorites .notif {
    position: absolute;
    font-size: 18px;
    color: #4F2B0D;
    top: 7px;
    right: 5px;
}

.product_item .img-container .discount {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--color-gold);
    padding: 14px 10px;
}

.product_item .img-container .discount .discount-inner {
    font-size: 18px;
    color: white;
}

.img-avail {
    background: rgba(255, 255, 255, 0.8);
    color: #b20000;
    padding: 20px;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.product_item h3 {
    font-size: 18px;
    color: var(--color-black);
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
    height: 45px;
    overflow: hidden;
}

.product_item h3 a {
    color: var(--color-black);
}

.product_item:hover h3 a {
    color: var(--color-black);
}

.product_item .intro {
    font-size: 14px;
    line-height: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.product_item .intro::after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 1px;
    position: absolute;
    left: -5px;
    bottom: 0;
    background: var(--color-gold);
}

.product_item .intro p {
    font-size: 14px;
    line-height: 1.3em;
    color: var(--color-white);
}

.product_item .rating-bar {
    margin: 10px 0;
    text-align: left;
}

.w-px-35 {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

.product_item .add-to-cart {
    display: inline-block;
    width: 28px;
    height: 25px;
    position: relative;
    font-size: 16px;
    background: url(/images/assets/cart.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

.product_item .favorites {
    display: inline-block;
    width: 28px;
    height: 25px;
    position: relative;
    font-size: 16px;
    background: url(/images/assets/heart.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

.product_item .price {
    font-size: 18px;
}

.product_item .read-more {
    display: inline-block;
    text-transform: uppercase;
    background: var(--color-dark-green);
    color: var(--color-white);
    border: 1px solid var(--color-dark-green);
    border-radius: 8px;
    padding: 10px 20px;
}

/*** Contacts Page ***/
#contact-form {
    max-width: 430px;
    display: inline-block;
    text-align: left;
}

#contact-form .sub-item {
    margin-bottom: 10px;
}

a.social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
    background: var(--color-black);
    color: var(--color-white);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 2em;
}

.mini-cart-section .mini-cart {
    position: absolute;
    top: 100%;
    right: 15px;
    z-index: 999;
}

.mini-cart-section .mini-cart-data {
    background: var(--color-text);
    width: 530px;
    padding: 25px 18px 18px;
}

.mini-cart-section .mini-cart-data::before {
    content: "";
    border: 0;
    border-bottom: 15px solid var(--color-text);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -14px;
    right: 15px;
    width: 0;
    height: 0;
}

.mini-cart-section .mini-cart-data .mini-cart-data-container .item {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--color-text-link);
    text-align: left;
    font-size: 18px;
}

.mini-cart-section .mini-cart-data .mini-cart-data-container .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.mini-cart-section .mini-cart-data .item .props {
    font-style: italic;
    color: var(--color-background);
}

.mini-cart-section .mini-cart-data .item .props p {
    color: var(--color-background);
}

.mini-cart-section .mini-cart-data .item>div {
    display: inline-block;
    vertical-align: top;
}

.mini-cart-section .mini-cart-data .item .img {
    width: 83px;
}

.mini-cart-section .mini-cart-data .item .img img {
    max-width: 100%;
}

.mini-cart-section .mini-cart-data .item .remove {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: var(--color-white) url(/images/assets/remove.png) no-repeat center center;
}

.mini-cart-section .mini-cart-data .item .content {
    width: calc(100% - 83px - 18px);
    padding-left: 10px;
    padding-right: 15px;
}

.mini-cart-section .mini-cart-data .item .content h3 {
    font-size: 18px;
}

.mini-cart-section .mini-cart-data .item .content a {
    color: var(--color-background) !important;
}

.mini-cart-section .mini-cart-data .item .content .prices {
    color: var(--color-background);
}

.mini-cart-section .mini-cart-data .minicart-footer {
    margin-top: 25px;
    border-top: 1px solid var(--color-background);
    padding-top: 30px;
}

.mini-cart-section .mini-cart-data .minicart-footer .total {
    text-align: right;
    font-size: 24px;
    color: var(--color-background);
    margin-bottom: 30px;
    margin-top: 15px;
    float: left;

}

.mini-cart-section .mini-cart-data .minicart-footer .order {
    text-align: right;
}

.mini-cart-section .mini-cart-data .minicart-footer .order .button.order-it {
    border: 1px solid var(--color-white);
    background: var(--color-black);
    color: var(--color-white);
    display: inline-block;
    width: 166px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
}

.mini-cart-section .mini-cart-data .minicart-footer .order .button.share-it {
    border: 1px solid var(--color-white);
    background: var(--color-white);
    color: var(--color-blue);
    display: inline-block;
    width: 166px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    float: left;
    cursor: pointer;
}

/*** Product Page ***/
.images-slider-links {
    display: none;
}

.images .image {
    /* background: white; */
    padding: 15px;
}

.images .image .img {
    position: relative;
    height: 437px;
}

.images .image .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.images .images-slider .item {
    position: relative;
    width: 80px;
    height: 80px;
    background: white;
    cursor: pointer;
}

.images .images-slider .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

#product-page h3 {
    font-size: 35px;
}

#product-page h3.highlight {
    color: var(--color-blue);
}

#product-page h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--color-text);
}

#product-page .description-item {
    padding-left: 20px;
    position: relative;
    color: var(--color-text);
}

#product-page .description-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-text);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#product-page .description-text {
    color: var(--color-light-black);
}

#product-page .description-text ul li {
    padding-left: 20px;
    position: relative;
    color: var(--color-light-black);
}

#product-page .description-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-light-black);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#product-page .full-description-link {
    display: inline-block;
    margin-left: 20px;
    margin-right: 25px;
    position: relative;
    color: var(--color-text-link);
}

#product-page .full-description-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-text-link);
    position: absolute;
    left: 0;
    bottom: -2px;
}

#product-page .full-description-link::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 7px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-text-link);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#product-page .product-sku {
    font-size: 22px;
}

#product-page .product-price {
    font-size: 22px;
}

.col-checkout-fast {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}

/*
#product-page .product-checkout-fast {}
*/

#product-page .checkbox {
    padding-bottom: 0;
}

#product-page .checkbox label {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 0;
}

#product-page .checkbox label::before {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-dark-black);
}

#product-page .checkbox input:checked~label::before {
    background: var(--color-white);
    border: 1px solid var(--color-blue);
}

#product-page .checkbox input:checked~label::after {
    border-color: var(--color-dark-black);
    width: 6px;
    height: 10px;
}

#product-page button.submit {
    background: var(--color-dark-black);
    color: var(--color-white);
    border: 1px solid var(--color-gold);
    border-radius: 8px;
    padding: 14px 20px;
    min-width: 150px;
}

#product-page .product-actions .prices-section {
    border: 1px solid var(--color-text);
}

#product-page .product-actions .prices-section .prices-header {
    background: var(--color-blue);
    padding: 15px;
    color: var(--color-white);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

#product-page .product-actions .prices-section .prices-header .discount {
    background: var(--color-gold);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px;
}

#product-page .product-actions .prices-section .prices-content {
    padding: 25px 32px;
    text-align: center;
}

#product-page .product-actions .prices-section .prices-content .old-price {
    color: var(--color-text);
}

#product-page .product-actions .prices-section .prices-content .old-price .value {
    font-size: 25px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#product-page .product-actions .prices-section .prices-content .old-price .value::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-red);
}

#product-page .product-actions .prices-section .prices-content .price {
    color: var(--color-text-link);
    font-size: 35px;
}

#product-page .product-actions .prices-section .prices-content .discount {
    color: var(--color-text);
}

#product-page .product-actions .prices-section .prices-content .warranty-text {
    color: var(--color-blue);
    font-size: 18px;
    text-transform: uppercase;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .quantities {
    text-align: left;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .quantities .label {
    color: var(--color-text);
    margin-right: 20px;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .quantities .minus,
#product-page .product-actions .prices-section .prices-content .product-checkout .quantities .plus {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 16px;
    color: var(--color-text-link);
    border: 1px solid var(--color-text);
    background: var(--color-text);
}

#product-page .product-actions .prices-section .prices-content .product-checkout .quantities .value {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    font-size: 18px;
    text-align: center;
}

.col-product-favorites {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .favorites {
    display: inline-block;
    width: 28px;
    height: 25px;
    position: relative;
    font-size: 16px;
    background: url(/images/assets/heart.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .add-to-cart {
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    color: var(--color-blue);
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 7px;
    padding-left: 58px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .add-to-cart .icon {
    width: 50px;
    height: 100%;
    background: var(--color-blue) url(/images/assets/cart.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

#product-page .product-actions .prices-section .prices-content .product-checkout .properties .item {
    margin-bottom: 16px;
}

#product-page .leasing-link {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: var(--color-black);
}

#product-page .leasing-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-blue);
    position: absolute;
    left: 0;
    bottom: -2px;
}

#product-page .leasing-link::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 7px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-blue);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.leading-symbol {
    font-size: 1.3em;
    padding-right: 13px;
    position: relative;
    top: 7px;
}

#product-page .accessoaries .section-data-row {
    border: 1px solid var(--color-blue);
    cursor: pointer;
}

#product-page .accessoaries .section-data-row a {
    color: var(--color-dark-black);
}

#product-page .accessoaries .section-data-row .checkbox {
    display: none;
}

#product-page .accessoaries .section-data-row.active {
    background: var(--color-blue);
    color: var(--color-white);
}

#product-page .accessoaries .section-data-row.active .checkbox {
    display: inline-block;
}

#product-page #product-props .subitem {
    padding-left: 20px;
    position: relative;
    color: var(--color-text);
    font-size: 18px;
}

#product-page #product-props .subitem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-text);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#product-category-section {
    height: 750px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#product-category-section h2.title {
    color: var(--color-white);
}

#product-category-section .text {
    color: var(--color-white);
}

#product-category-section .text p {
    color: var(--color-white);
}

#product-category-section .container {
    height: 100%;
}

#product-category-section .product-category-container {
    display: flex;
    height: 100%;
}

#product-category-section .product-category-container .text {
    display: inline-block;
    align-self: flex-end;
}

/*** Cart ***/
#cart-browse .cart-row-header {
    background: var(--color-blue);
    color: var(--color-white);
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

#cart-browse .cart-row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-blue);
}

#cart-browse .col.actions {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}

#cart-browse .col.qty {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}

#cart-browse .col.total-price {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
}

#cart-browse .col.price {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}

#cart-browse .col.img {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

#cart-browse .col.img img {
    max-width: 100%;
}

#cart-browse h3 {
    font-size: 18px;
}

#cart-browse h3 a {
    color: var(--color-text-link);
}

#cart-browse .props {
    font-style: italic;
    color: var(--color-text);
}

#cart-browse .props p {
    color: var(--color-text);
}

#cart-browse .cart-row .col.price,
#cart-browse .cart-row .col.total-price {
    color: var(--color-text);
    font-size: 18px;
}

#cart-browse .cart-row .remove {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: var(--color-white) url(/images/assets/remove.png) no-repeat center center;
    background-size: 10px 8px;
    border: 1px solid var(--color-blue);
}

#cart-browse .cart-row .quantities .minus,
#cart-browse .cart-row .quantities .plus {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 16px;
    color: var(--color-text-link);
    border: 1px solid var(--color-text);
    background: var(--color-text);
}

#cart-browse .cart-row .quantities .value {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    font-size: 18px;
    text-align: center;
}

#cart-browse .order-totals,
.checkout-browse-footer .order-totals {
    font-size: 25px;
}

#cart-browse .order-totals .total,
.checkout-browse-footer .order-totals .total {
    color: var(--color-text);
}

.col.col-checkout {
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}

.cart-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-text-link);

}

.cart-section:last-child {
    border-bottom: none;
}

.cart-section h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    color: var(--color-text);
    position: relative;
}

.cart-section h3.pdd {
    padding-left: 0
}

.cart-section h3 .mark {
    width: 50px;
    height: 50px;
    background: var(--color-black);
    color: var(--color-white);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 2.2em;
}

.cart-section .form-item {
    margin-bottom: 10px;
}

.cart-section .checkbox {
    padding-bottom: 0;
}

.cart-section .checkbox label {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 0;
}

.cart-section .checkbox.error label {
    color: var(--color-red);
}

.cart-section .checkbox label::before {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-dark-black);
}

.cart-section .checkbox.error label::before {
    border-color: var(--color-red)
}

.cart-section .checkbox input:checked~label::before {
    background: var(--color-white);
    border: 1px solid var(--color-blue);
}

.cart-section .checkbox input:checked~label::after {
    border-color: var(--color-dark-black);
    width: 6px;
    height: 10px;
}

.cart-section .form-container {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 382px;
}

.cart-section .radio {
    padding-bottom: 0;
}

.cart-section .radio label {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 0;
}

.cart-section .radio label::before {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-dark-black);
}

.cart-section .radio input:checked~label::before {
    background: var(--color-white);
    border: 1px solid var(--color-blue);
}

.cart-section .radio input:checked~label::after {
    background: var(--color-blue);
    width: 10px;
    height: 10px;
    left: 5px;
}

#delivery_content input[type="text"] {
    max-width: 100%;
}

#delivery_content textarea {
    max-width: 100%;
    height: 110px;
}

#profile-menu .nav-link {
    background: var(--color-black);
    color: var(--color-white);
    padding: 15px;
    margin-right: 25px;
    min-width: 160px;
    text-align: center;
}

#profile-menu .nav-link:hover,
#profile-menu .nav-item.active .nav-link {
    background: var(--color-blue);
}

#auth-section .form-item {
    margin-bottom: 10px;
}

#auth-section input[type="text"],
#auth-section input[type="email"],
#auth-section input[type="password"] {
    max-width: 100%;
}

#auth-section textarea {
    max-width: 100%;
    height: 110px;
}

#auth-section h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 70px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    color: var(--color-text);
    position: relative;
}

#auth-section h3 .mark {
    width: 50px;
    height: 50px;
    background: var(--color-black);
    color: var(--color-white);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 2.2em;
}

.order-item .toggle-order {
    position: relative;
    padding-right: 30px;
    cursor: pointer
}

.order-item .toggle-order::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/images/assets/caret-down.png) no-repeat center center;
    width: 10px;
    height: 9px;
    transform: translateY(-50%);
}

.order-item.show .toggle-order::after {
    background-image: url(/images/assets/caret-up.png)
}

.order-item .toggle-hide {
    display: none;
}

.order-item.show .toggle-hide {
    display: block;
}

.category-tree .category_name {
    background: var(--color-blue);
    color: var(--color-white);
    padding: 14px 20px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.category-tree .category_name a {
    color: var(--color-white);
    padding-left: 20px;
    position: relative;
}

.category-tree .category_name a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border: none;
    border-right: 9px solid var(--color-white);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.category-tree .category_sub_name {
    font-size: 16px;
    color: var(--color-text-link);
    margin-bottom: 15px;
}

.category-tree .category_sub_name a {
    color: var(--color-text-link);
}

#product-form-properties-old-price,
#product-form-properties-price {
    font-size: 20px;
    position: relative;
    color: var(--color-black);
}

#product-form-properties-old-price::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--danger);
}

#product-form-properties-form .dropdown select {
    background: var(--color-background);
}

#product-form-properties .prices.row {
    margin-bottom: 16px;
    font-size: 22px;
}

#product-form-properties .sub-item {
    margin-bottom: 16px;
}

#product-form-properties .sub-item:last-child {
    margin-bottom: 0;
}

#product-form-properties .sub-item label {
    font-size: 18px;
}

.compare-module {
    background: var(--color-white);
    border: 2px solid var(--color-blue);
    border-radius: 10px;
    width: 120px;
    padding: 15px;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
}

.compare-module .compare-item {
    padding: 0;
    height: 90px;
    margin-bottom: 15px;
    position: relative;
}

.compare-module .compare-item .img {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid var(--color-light-black);
}

.compare-module .compare-item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.compare-module .compare-item .remove {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: var(--color-white) url(/images/assets/remove.png) no-repeat center center;
    position: absolute;
    top: 1px;
    right: 1px;
}

.compare-module .submit {
    padding: 8px 15px;
    width: 100%;
}

.compare-section-data .col {
    border: 1px solid var(--color-light-black);
    padding-top: 15px;
    padding-bottom: 15px;
}

.compare-section-data .add-to-cart {
    display: inline-block;
    width: 28px;
    height: 25px;
    position: relative;
    font-size: 16px;
    background: url(/images/assets/cart.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

.filter_title_name {
    text-align: center;
    position: relative;
    border-bottom: 2px solid var(--color-black);
    padding-bottom: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    display: none;
}

.filter_title_name .icon {
    color: var(--color-blue);
    position: absolute;
    top: 2px;
    right: 0;
}

.show .filter_title_name .icon .fa-caret-down::before {
    content: "\f0d8";
}

#auth-section .form-group {
    max-width: 430px;
}

.section-border-left {
    padding-left: 55px;
}

.section-border-left::before {
    content: "";
    background: var(--color-black);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
}

.img-section {
    position: relative;
}

/*
.img-section img {}
*/

.img-section::before {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-dark-green));
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
        /*rotate(-1deg)*/
    ;
    z-index: -2;
    border-radius: 12px;
}

#product-description {
    position: relative;
    /* padding-left: 55px; */
}

#product-props {
    position: relative;
    padding-left: 25px;
}

#product-description::before {
    content: none;
    background: var(--color-black);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;

}

#profile-menu .bg-light {
    background: transparent !important;
}

#service-section {
    background: var(--color-black);
}

#service-section .service-container {
    color: var(--color-white);
    border-radius: 27px;
    padding: 20px 25px 30px;
}

#service-section h2 {
    padding: 0 15px 20px;
}

#service-section h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

#service-section p {
    color: var(--color-white);
    font-size: 18px;
}

#gallery-section .img {
    max-width: 460px;
    /* width: 100%; height: 250px; */
    position: relative;
}

#gallery-section .img::before {
    content: none;
    background: var(--color-dark-green);
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    z-index: -1;
    border-radius: 12px;
}

#gallery-section .img img {
    max-width: 100%;
    /*
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    */
}

#gallery-section h3 {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 25px;
}

#gallery-page-section h2 {
    margin-bottom: 20px;
}

#gallery-page-section .product-tab-description .subitem {
    padding-left: 20px;
    position: relative;
    color: var(--color-text);
    font-size: 18px;
}

#gallery-page-section .product-tab-description .subitem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border: none;
    border-left: 9px solid var(--color-text);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#gallery-page-section .description-products-item {
    margin-bottom: 50px;
}

#gallery-page-section .description-products-item .ename-price {
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-black);
    font-size: 22px;
}

#gallery-page-section .description-products-item .ename-price .product-name {
    font-style: italic;
}

#gallery-page-section .product-tab-description {
    padding-left: 25px;
}

#gallery-page-section .description {
    padding-left: 65px;
    position: relative;
}

#gallery-page-section .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    background: var(--color-black);
    width: 1px;
    height: 100%;
}

#gallery-page-section .col-image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}

#gallery-page-section .col-image img {
    max-width: 100%;
}

#gallery-page-section .col-properties {
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}

.browse_products {
    text-align: justify;
}

.table-end-block {
    display: inline-block;
    width: 100%;
}

#gallery-images .img {
    position: relative;
    width: 100%;
    height: 350px;
}

#gallery-images .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#gallery-page-section .main-image img {
    max-width: 100%;
}

#inquire-checkout-form textarea {
    max-width: 100%;
    width: 100%;
    max-height: 100px;
}

.product-checkout-inquire {
    border: 1px solid var(--color-black);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    margin-left: 15px;
    margin-right: 15px;
}

#gallery-section .gallery-content {
    position: relative;
}

#gallery-section .gallery-content::after {
    content: none;
    position: absolute;
    top: 0;
    right: 15px;
    background: var(--color-black);
    width: 1px;
    height: 100%;
}

header .col-menu {
    padding-left: 0;
    padding-right: 0;
}

.telephone-icon {
    display: inline-block;
    /* vertical-align: middle; */
    width: 20px;
    height: 20px;
    background: url(/images/assets/telephone.png) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 4px;
}

#search-form .search-item {
    position: relative;
}

#search-form .search-item input[name="q"] {
    width: 750px;
    max-width: 100%;
}

#search-form .search-item .search-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 75px;
    height: 100%;
    background: var(--color-black) url(/images/assets/search-icon.png) no-repeat center center;
    background-size: auto 50%;
    border: none;
    cursor: pointer;
}

/*
#news-page {}
*/

#news-page .item {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

#news-slider .item {
    padding-left: 25px;
    padding-right: 25px;
}

#news-page img {
    max-width: 100%;
}

#news-page h3,
#news-slider h3 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--color-blue);
}

#news-page h3 a,
#news-slider h3 a {
    color: var(--color-blue);
}

#news-page h3:hover a,
#news-slider h3:hover a {
    color: var(--color-orange);
}

#news-page .edate,
#news-slider .edate {
    text-align: center;
    font-size: 16px;
    color: var(--color-dark-gray);
    margin-bottom: 20px;
}

/*** FAQs ***/
.question-item {
    margin-bottom: 25px;
}

.question-item.active {
    border-bottom: 1px solid var(--color-black2);
    padding-bottom: 25px;
}

.question-item h3 {
    font-size: 25px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
}

.question-item h3::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: var(--color-green);
}

.question-item.active h3 {
    margin-bottom: 25px;
}

.question-item.active h3::before {
    content: "\f078";
}

.question-item .answer {
    font-size: 23px;
    padding-left: 60px;
    display: none;
}

.question-item.active .answer {
    display: block;
}