
.btn:focus {
    color: unset;
    background-color: var(--color-primary);
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.hero{
	padding-top: 0px !important;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    /*background-color: rgba(51, 51, 51, 0.2) !important;*/
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    /*background-image: url("/data/images/loading.gif") !important;*/
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.single-nav-icon {
    cursor: pointer;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* Custom CSS */

:root {
    --color-primary: #f0f0f0;
    --color-olive: #ced944;
    --color-primary-transparent: #f0f0f0de;
    /*    --color-primary: #ced944;
    --color-primary-transparent: #ced944de;*/

}

#blog_grid .carousel-card:hover img {
    transform: none;
}

body {
    background: white;
    font-size: 17px;
}

.header {
    background: white;
    z-index: 10000;
    box-shadow: 0 -27px 10px 20px black;
}

nav.navigation {
    margin-right: 0;
}

.header__logo.logo {
    margin-left: 20px;
}

.header__logo.logo img {
    max-height: 29px;
}

.vertical-logo__layer img {
    max-width: 80px;
}

.footer__logo img {
    max-width: 100%;
    width: 100%;
}

.footer__logo {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-logo__layer--yellow {
    background: black;
}

.hero__title {
    color: white;
}

.hero__title span {
    color: black;
}

.hero__content {
    min-height: 600px;
    margin-top: 20px;
}

.works__title span {
    color: var(--color-primary);
}

.features {
    background: white;
}


.carousel::before {
    background-color: white;
}

.carousel-card__bottom {
    background: white;
}

.carousel-card__bottom .carousel-card__title {
    color: white;
}

.carousel-card__icon svg {
    fill: black;
}

.carousel__btn:focus {
    color: unset;
}

.carousel__btn:hover {
    color: var(--color-primary);
}

.feature-card__caption {
    font-weight: 900;
    background: white;
    color: black;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*


.contact-section {
  background: black;
}

.contact-section__title {
  color: var(--color-primary);
}

.contact-section__address {
  color: white;
}

.contact-section__link a {
  color: var(--color-primary);
}

.contact-section__social a {
  color: white;
}
*/


.footer {
    background-color: #fdfdfd;
}

/*

.carousel-card:hover img,
.carousel-card:focus img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
*/

.features__text {
    color: black;
}

.features__left_text {
    margin-left: auto;
}

.features__right_text {
    margin-right: auto;
}

.blog-grid__first-screen {
    overflow: unset;
}


.feature-card:hover .feature-card__caption {
    background: var(--color-primary);
    color: black;
}

.style-2.feature-card:hover .feature-card__caption {
    background: black;
    color: white;
}


.contact-section {
    background: white;
}

.discuss-project__wrapper {
    background-color: var(--color-primary);
}

.navigation__item {
    margin-right: 15px;
}

.header--secondary .header__mobile .mobile-canvas__nav {
    margin-right: 0;
}

.carousel__navigation {
    margin-left: 30px;
    margin-top: 30px;
    justify-content: start;
}

.carousel__btn svg {
    transition: all .2s ease;
}

.fc {
    flex-direction: column;
}

.index_services .carousel-card__title {
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}


.instagram-feed {
    background: white;
}

.instagram-feed iframe {
    width: 100%;
    min-height: 380px;
}

.video-section {
    background: white;
    display: flex;
    justify-content: end;
    align-items: center;
}

.video-section iframe {
    padding-left: 50px;
}

.video-section .video__text {
    margin-bottom: 200px;
    text-align: right;
}

.carousel-card__bottom {
    transform: translateY(0);
    position: relative;
    background: white;
}

.navigation__link {
    cursor: pointer;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-section .video__con {
    width: 60%;
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.features__title {
    font-size: 56px;
    margin-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

.btn--theme-black.style-2 {
    border: none;
}

.btn--theme-black.style-2:hover {
    background: var(--color-primary);
}

.t-j {
    text-align: justify;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.sp-text {
    color: var(--color-olive);
}

.designer-pages .single-post__image img {
    height: auto;
    object-fit: unset;
    object-position: unset;
}


@media screen and (min-width: 768px) {
    .contact-section__aside .discuss-project__title {
        margin-top: -105px;
        margin-bottom: 50px;
    }

    .carousel__btn {
        font-size: 60px;
    }

    .single-post__text {
        font-size: 17px;
    }
}

@media screen and (min-width: 992px) {
    .works {
        background: white;
        padding-top: 300px;
    }

    .footer__logo {
        padding: 53px 63px;
    }

    .navigation__dropdown {
        bottom: -43px;
    }

    .hero {
        z-index: 100;
    }

    .header--white .navigation__item--current .navigation__link,
    .header--white .navigation__link {
        color: black;
    }

    .features__card--size-small {
        margin-top: 138px;
    }

    .features__card.features__card--description {
        margin-top: 150px;
        max-width: 400px;
    }

    .features__card.features__card--description.de-left {
        text-align: left;
        margin-left: 45px;
    }

    .features__card.features__card--description.de-right {
        text-align: right;
        margin-left: auto;
    }

    .features__text {
        font-size: 17px;
    }

    .single-post__title.bigger__title {
        font-size: 45px;
    }

    .single-post__title.smaller__title {
        font-size: 32px;
    }

    #shop_grid .hero__title {
        transform: translateY(53%)
    }


}

.hero__bg img {
    object-position: 0 -160px;
}

.pad-tb-150p {
    padding-top: 150px;
    padding-bottom: 150px;
}

.services-section__link span {
    opacity: 1;
}

.services-section__link span svg {
    fill: var(--color-olive);
}


.single-project__hero-text {
    margin-top: 0;
    margin-bottom: 50px;
}

.subpage-submenu {
    margin-top: 110px;
    background: var(--color-primary);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 555;
}

.subpage-submenu nav.navigation {
    margin-right: auto;
}

.subpage-submenu nav.navigation .navigation__link {
    color: black;
}

.subpage-submenu nav.navigation .navigation__link:hover svg {
    fill: black;
}

main {
    background: white;
}

#shop_grid .news-card__content {
    background: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

#shop_grid .news-card__wrapper:hover .news-card__content, .news-card__wrapper:focus .news-card__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.news-card__price {
    width: max-content;
    background: var(--color-primary);
    background: black;
    color: white;
    z-index: 66;
    padding: 5px 10px;
}

.news-card__add_to_cart {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: var(--color-primary);
    background: black;
    color: white;
    z-index: 555;
}

#shop_grid .news-card__bottom {
    margin-bottom: 30px;
}

#shop_grid .news-card__content {
    flex: 1;
}

.hero__header {
    bottom: 26px;
}

#shop_grid .news-card__title {
    margin-bottom: 10px;
}

#shop_grid .news-card__title > a {
    color: black;
}

.news-card__price-discount {
    text-decoration: line-through rgba(34, 34, 34, 0.60) 2px;
    opacity: 0.8;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 10px
}

#shop_grid .blog-grid__card.style-2 .news-card__price {
    border: none;
    text-align: right;
}

#shop_grid .blog-grid__card {
    margin-bottom: 130px;
}

.hero {
    min-height: unset;
    display: block;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero + section {
    padding-top: 100px;
}


.works {
    background: white;
    background-image: unset;
}


.carousel-card img {
    width: 100%;
}

.features__description {
    color: black;
}

#shop_grid .news-card__pic img {
    /*object-fit: contain;
    -o-object-fit: contain;*/
    padding-left: 25px;
}

.height-auto {
    height: auto;
}

.mb-15p {
    margin-bottom: 15px;
}

.h-100 {
    height: 100%;
}


/*

#shop_grid .blog-grid__card.cs-3 .news-card__content {
    background: black;
    color: white;
}

#shop_grid .blog-grid__card.cs-3 .news-card__add_to_cart {
    background: var(--color-primary);
    color: black;
}

#shop_grid .blog-grid__card.cs-4 .news-card__content {
    background: black;
    color: white;
}

#shop_grid .blog-grid__card.cs-4 .news-card__add_to_cart {
    background: var(--color-primary);
    color: black;
}


#shop_grid .blog-grid__card.cs-4 .news-card__price {
    background: var(--color-primary);
    color: black;
}


#shop_grid .blog-grid__card.cs-5 .news-card__content {
    padding-right: 0;
}

#shop_grid .blog-grid__card.cs-5 .news-card__add_to_cart {

}


#shop_grid .blog-grid__card.cs-5 .news-card__price {
    right: 0;
}


#shop_grid .blog-grid__card.cs-6 .news-card__price {
    right: -5px;
}

#shop_grid .blog-grid__card.cs-7 .news-card__price {
    position: absolute;
    top: 155px;
    right: 260px;
    background: var(--color-primary);
    color: black;
    z-index: 66;
    padding: 5px 10px;
    font-size: 25px;
}

#shop_grid .blog-grid__card.cs-9 .news-card__price {
    position: absolute;
    top: 155px;
    right: 262px;
    background: black;
    color: white;
    z-index: 66;
    padding: 5px 10px;
    font-size: 20px;
}
*/


.designer_text_photo_big .twisted .creative-hero__main {
    position: absolute;
    top: 50%;
    right: 40px;
    left: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-card:hover img, .feature-card:focus img,
.carousel-card:hover img,
.feature-card__image:hover img {
    transform: scale(1.15);
}

.carousel-card img,
.feature-card__image img {
    transition: all 1s ease;
}

.clickable {
    cursor: pointer;
}

header .navigation-icons {
    gap: 20px;
    margin-left: 15px;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

#top_menu_cart {
    position: fixed;
    right: 0;
    padding-top: 120px;
    top: 0;
    bottom: 0;
    width: 360px;
    z-index: 1000;
    background: white;
    transition: all .3s ease;
    transform: translateX(100%);
    border: 2px solid var(--color-primary);
    overflow: auto;
}

#top_menu_cart.show-cart {
    transform: translateX(0);
}

#top_menu_cart .btn-group > a {
    width: 100%;
    margin: 0 0 15px;
    justify-content: space-between;
    font-weight: bold;
    color: black;
    background: var(--color-primary);
}

#top_menu_cart .btn-group > a:hover,
.cart_to_shop_button a:hover {
    background: black;
    color: white;
}

#top_menu_cart .btn-group > a:hover svg,
.cart_to_shop_button a:hover svg {
    fill: white;
}

.cart_to_shop_button a {
    color: black;
}


#top_menu_cart .btn-group > a > svg {
    margin-left: 10px;
}

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

#top_menu_cart ul li {
    position: relative;
}

#top_menu_cart .single-cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#top_menu_cart .single-cart-item h4 {
    margin: 0;
}

#top_menu_cart .close i {
    position: absolute;
    right: 42px;
    top: 130px;
}

.old-price {
    text-decoration: line-through rgba(0, 0, 0, 0.6) 1px;
    opacity: 0.6;
    padding-left: 5px;
}

#top_menu_cart .single-cart-item-body {
    padding-left: 15px;
}

.top-menu-cart-container {
    padding: 20px 20px 0;
}

#top_menu_cart .removeItem {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cart-loading {
    background: transparent !important;
    padding-top: 200px;
    padding-bottom: 200px;
}

.sf-on-load {
    transition: opacity .3s linear;
}

.slight-fade {
    opacity: 0.3;
}

table#cart {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    border-spacing: 0;
}

#cart-page .section-content {
    margin-top: 100px;
}

#cart-page .section-content {
    margin-bottom: 50px;
    padding-bottom: 25px;
}


table#cart > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
    padding: 30px 5px;
}

table#cart > tbody > tr > td {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 5px;
    transition: all .3s ease;
}

table#cart > tbody > tr.minimize > td {
    padding: 0 5px;
}

table#cart .product-thumbnail img {
    max-width: 222px;
}

table#cart .product-thumbnail {
    width: 222px;
}

table#cart .product-name a {
    color: black;
}


table#cart .removeItem {
    color: black;
}

table#cart .cart_item {
    transition: all .3s ease;
}

table#cart .cart_item.fade-out {
    opacity: 0;
}

.item-old-price {
    text-decoration: line-through rgba(0, 0, 0, 0.6) 1px;
    opacity: 0.6;
}

.input-text.qty {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eee;
    outline: none;
}


.qtyminus {
    height: 50px;
    width: 35px;
    background: white;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 0;
    cursor: pointer;
}


.qtyplus {
    height: 50px;
    width: 35px;
    background: white;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
}

.mr-0 {
    margin-right: 0 !important;
}

.leaf-spinner {
    display: inline-block;
    position: sticky;
    width: 35px;
    height: 35px;
    animation: leaf-spinner 2s infinite;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
}


.cart_total_table {
    width: 100%;
    margin-bottom: 30px;
}

.cart_total_buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cart_total_buttons > div {
    flex: 0 0 50%;
    margin: 0 !important;
}

.pr-15p {
    padding-right: 15px;
}

.pl-15p {
    padding-left: 15px;
}

.cart_total_buttons a {
    margin: 0;
    width: 100%;
    justify-content: space-between;
    color: black;
}

.cart_total_buttons a:hover {
    color: white;
}

.cart_total_buttons a:hover svg {
    fill: white;
}


.cs-news-card .news-card__title {
    font-size: 55px;
    color: black;
    margin-bottom: 20px;
}

.cs-news-card .news-card__text {
    max-width: 450px;
}

#results.success + .hide-pt {
    padding-top: 0 !important;
}

.leaf-spinner-absolute {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    animation: leaf-spinner 2s infinite;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    transform: translate(-50%, -50%);
}

@keyframes leaf-spinner {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(450deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(900deg);
    }
}


.show-cart-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

#cart_element_counter {
    transition: all .2s ease;
}

#cart_element_counter.new-item-animation {
    transform: translateY(-5px);
}

table#cart.empty-cart > tbody > tr > td {
    border-top: 1px solid #f4f4f4;
}

table#cart.empty-cart thead {
    display: none;
}


.checkout-country .select2-container {
    width: 100% !important;
}

.checkout-country .select2-selection {
    background-color: #fff;
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.checkout-country .select2-container .select2-selection--single {
    height: 37px;
}

.checkout-country .select2-selection__rendered {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5) !important;
    padding-left: 0 !important;
}

.custom-control.custom-radio {
    display: flex;
}

.custom-control.custom-radio input {
    display: none;
}

.custom-control.custom-radio label {
    width: 100%;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-control.custom-radio label svg {
    transition: all .1s ease;
}

.custom-control.custom-radio input:not(:checked) + label svg {
    opacity: 0;
}

#cart_data tfoot th {
    font-weight: 400;
}

#cart_data .product-subtotal {
    padding-right: 0;
}

#checkout_login_btn svg {
    margin-left: 10px;
}
#checkout_login_btn a {
    color: black;
}


#checkout_login_btn:hover a {
    color: white;
}

#checkout_login_btn:hover svg {
    fill: white;
}


.required span.field__hint::after {
    content: "*";
    right: -7px;
    position: absolute;
    top: -2px;
    color: darkred;
}

.has-error input,
.has-error .select2-selection,
.has-error .custom-control.custom-radio label {
    border-color: darkred;
}

.has-error .field__hint,
.has-error label.custom-control-label  {
    color: darkred;
}


#checkout_form #cart_data tfoot tr th {
    padding-top: 5px;
}

#checkout_form #cart_data tfoot tr:first-of-type th {
    padding-top: 15px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-text {
    padding-left: 10px;
}

/* When the checkbox is checked, add a blue background */
.custom-control-label input:checked ~ .checkmark {
    background-color: black;
    transition: none;
}


/* Show the checkmark when checked */
.custom-control input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-control .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: white;
    transition: none;
}

.myaccount-page-wrapper {
    padding-top: 100px;
    padding-bottom: 70px;
}

.error-container {
    background: var(--color-primary);
    border-bottom: 3px solid #eaeaea;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.error-container .error-text {
    padding-left: 10px;
}

.cs-btn-group {
    display: flex;
}

.cs-btn-primary {
    display: flex;
    justify-content: space-between;
    color: black;
}

.cs-btn-primary:hover svg {
    fill: white;
}

#checkout_form .cs-btn-primary:hover,
.cs-btn-primary:hover {
    color: white;
}

.color-black {
    color: black;
}

.login-row > div:last-of-type label,
.register-row > div:last-of-type label {
    margin-bottom: 15px;
}

.underline {
    text-decoration: underline;
}


#results.success,
#results.error {
    padding: 15px;
    border: 1px solid black;
    margin-bottom: 0;
    margin-top: 15px;
}

#results.success h4,
#results.error h4 {
    margin-top: 0;
}

#results.success p,
#results.error p {
    margin-bottom: 0;
}


.user_sidebar ul {
    list-style: none;
    padding-left: 0;
}

.user_sidebar ul li {
    padding: 15px 10px;
    border-top: 1px solid black;
}

.user_sidebar ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}
.user_sidebar ul li a svg{
    opacity: 0;
    transition: all .1s ease;
}

.user_sidebar ul li a:hover svg,
.user_sidebar ul li.active a svg {
    opacity: 1;
}


.user_sidebar ul li:last-of-type {
    border-bottom: 1px solid black;
}

.w-100 {
    width: 100% !important;
}

.user_sidebar {
    padding-top: 19px;
}

.invoices-table {
    border-collapse: collapse;
}

.invoices-table thead th {
    border-bottom: 1px solid black;
    padding: 5px;
}


.invoices-table tbody tr td {
    padding: 10px 5px;
}

.invoices-table tbody tr + tr td {
    border-top: 1px solid #eaeaea;
}

.carousel-card__bottom .carousel-card__title {
    color: black;
}

.modal {
    border-radius: 0;
}

.news-card__pic {
    height: unset;
}

#shop_grid .news-card__content {
    padding-bottom: 0;
}

.gap-15 {
    gap: 15px;
}



@media (min-width: 576px) {
    .hero__title {
        transform: translateY(45%);
    }

    .hero + section {
        padding-top: 170px;
    }

    .designer_text_photo_big .twisted .creative-hero__main {
        right: 0;
        left: unset;
    }


    .designer_text_photo_big .twisted .creative-hero__image {
        width: calc(50% - 8px);
        margin-left: 0;
        margin-right: auto;
    }
}


@media (min-width: 768px) {
    .designer_text_photo_2 .twisted {
        text-align: right;
    }

    .designer_text_photo_2 .twisted .single-project__hero-text,
    .designer_text_photo_2 .twisted .single-project__icon {
        margin-left: auto;
    }

    .d-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-top: 110px;
    }

    .hero__title {
        transform: translateY(52%);
    }

    .hero + section {
        padding-top: 220px;
    }


    #shop_grid .news-card__content {
        width: 50%;
    }

    #shop_grid .news-card__pic {
        width: 50%;
    }

    .designer_text_photo_2 .twisted .creative-hero__image {
        width: calc(66.6666% - 6px);
    }

    #shop_grid .news-card__content {
        padding-right: 0;
    }


}

@media screen and (min-width: 1200px) {
    .features .features__description {
        color: black;
    }

    .blog-grid__first-screen {
        height: 500px;
    }

    .blog-grid__first-screen-image img {
        object-position: 0 -250px;
    }

    .single-project__title {
        margin-bottom: 30px;
    }

    .hero__title {
        transform: translateY(52%);
    }

    .hero + section {
        padding-top: 330px;
    }

    #news .hero__title {
        transform: translateY(53%);
    }

    .designer_text_photo_big .twisted .creative-hero__main {
        top: 50%;
        right: calc(16.6666666667% + 15px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: unset;
    }
}

@media (min-width: 1400px) {
    .designer_text_photo_big .twisted .creative-hero__image {
        width: calc(66.6666% - 20px);
    }
}

.blog-grid__first-screen-image img {
    object-fit: cover;
    object-position: unset;
    -o-object-fit: unset;
    -o-object-position: unset;
}

.hero__header {
    z-index: 55;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .subpage-submenu {
        display: none;
    }

    #myaccountContent {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .d-desktop {
        display: none;
    }
}

@media screen and (max-width: 480px) {

}


.hero__title {
    transform: translateY(56%);
}

@media (min-width: 576px) {
    .hero__title {
        transform: translateY(60%);
    }
}

@media (min-width: 992px){
    .hero__title {
        transform: translateY(65%);
    }
}

@media screen and (min-width: 1200px) {
    .hero__title {
        transform: translateY(67%);
    }
}
