.main-header .top-search-holder .search-area .search-field {
    border-radius: 999px 0 0 999px;
}

.footer .footer-bottom {
    padding-top: 35px;
}

.error {
    color: red;
}

.logo img {
    width: 100px;
}

.flex_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_f {
    width: 15%;
}

.search_f {
    width: 70%;
}

.top_cart_f {
    width: 15%;
}

.main-header {
    padding: 15px 0px 15px 0px;
}

.main-header .logo-holder {
    margin-top: 0px;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.sidebar .side-menu nav .nav>li>a.none_arrow:after {

    content: "";

}

.sidebar .side-menu nav .nav>li>a {
    padding: 12px 17px 12px 20%;
}


.icon_block {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 10%;
}

.icon_block>img {
    position: absolute;
    max-width: 95%;
    max-height: 95%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.sidebar .side-menu nav .nav>li>.mega-menu {
    min-width: 200%;
}

.sort_block {
    margin-bottom: 20px;
}

.page-title>h1 {
    font-size: 22px;
}

.breadcrumb-inner li,
.breadcrumb-inner li a {
    white-space: nowrap;
}

.my_product_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_product_price>div {
    width: 50%;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li label span {
    color: #666666;
    font-weight: normal;
    cursor: pointer;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li label span:hover {
    color: #59B210;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li label input:checked+span {
    color: #59B210;
}

.catalog_good_code_brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.catalog_good_brand {
    color: grey;
}

.catalog_good_brand img {
    max-width: 140px;
    max-height: 50px;
}

.catalog_good_code {
    color: grey;
    font-size: 10px;
    padding-left: 10px;
}

.product-info .name {
    margin-top: 10px;
}

.product_hover {

    padding: 4px 15px;
}

.product_hover:hover {

    background: #F7F7F7;
}

.product_hover:hover .name a {

    color: #59B210;
}

.detail-block {
    overflow: visible;
    z-index: 1000;
    position: relative;
}

.good_variations_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}

.good_variations_area_w {
    width: 30%;
    text-align: center;
}

.good_variations_w {
    width: 70%;
}

.good_variations_w .btn-default {
    color: #000;
}

.good_vars_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.good_vars_block label {
    width: 35%;
    text-align: right;
    overflow: hidden;
}

.good_vars_block div {
    width: 60%;
}

.good_vars_block span.capacity {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    /*color: #A2A0A0;*/
    color: #000;
}

.area_body {
    font-size: 40px;
    color: #59B210;
    font-weight: bold;
}

.area_sections {
    font-size: 12px;
    color: #777;
    text-transform: lowercase;
}

.area_sections span {
    font-weight: bold;
}

li.disabled {
    opacity: 0.5;
}

.good_variations_block {
    border-top: 1px solid #F2F2F2;

    margin-top: 20px;
    padding-top: 20px;

}

.good_variations_block .form-group:last-child {
    margin-bottom: 0px;
}

.price_flex_block {
    border-top: 1px solid #F2F2F2;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.price_flex_price {
    width: 30%;
}

.price_flex_cart {
    width: 70%;
}

.price_flex_cart_flex {

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.price_flex_cart_qty {
    width: 25%;
    text-align: right;
}

.price_flex_cart_cart {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.price_flex_price .price-box {
    text-align: left;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    overflow: hidden;
}

.product_desc_head {
    display: block;
    padding: 12px 28px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f8f8f8;
    border: 1px #fff solid;

    float: left;
    color: #fff;
    background: #aaaaaa;
}

.product_desc {
    padding: 10px 20px;
    clear: both;
}


.one_img_good {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    display: block;


}

.one_img_good.none_img {
    background: #DDDDDD;
}

.one_img_good img {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.product-image .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.product .product-image .image img {
    display: block;
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.cart_img .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}


.cart_img .image a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cart_img .image img {
    display: block;
    position: absolute;
    width: 98%;
    min-width: 98%;
    min-height: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-item img {
    display: block;
    width: 90%;
    margin: 0 auto;
}


.top_cart_f .dropdown:hover .dropdown-menu {
    z-index: 2001;
}

.media-body p,
.contact-span p {
    padding-top: 7px;
}

.manufacturer-title {
    color: #555;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 22px;
    margin-top: 70px;
}

.megamenu-horizontal .dropdown:hover .dropdown-menu {
    display: block;
}

.top-cart-row .dropdown-cart {

    z-index: 2000;
}

.price span {
    font-weight: normal;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket:after {
    content: '';
}

.total-price {
    text-transform: lowercase;
    font-size: 12px;
}


.total-price .value {
    font-size: 20px;
}

.cart_modal_back {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
    z-index: 5000;
}

.cart_modal_back.active {
    display: block;
}

.cart_modal {
    position: fixed;
    width: 50%;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.cart_modal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);


}

.cart_modal_head_content {
    padding: 5px 20px;
    font-size: 20px;
}


.cart_modal_close {
    font-size: 20px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.cart_modal_close:hover {
    color: rgba(0, 0, 0, 0.7);
}

.cart_modal_content {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
}

.cart_modal_item {
    position: relative;
    padding: 15px 10px;
}

.cart_modal_item_remove {
    position: absolute;
    right: 1%;
    top: 1%;
    width: 10px;
    text-align: center;
    color: gray;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart_modal_item:hover .cart_modal_item_remove {
    opacity: 1;
}

.cart_modal_item_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding-right: 10px;
}

.cart_modal_img_w {
    width: 10%;
}

.cart_modal_name_w {
    width: 60%;
}

.cart_modal_qty_w {
    width: 30%;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart_modal_qty_w>div {
    width: 50%;
}


.cart_modal_img {}


.cart_modal_img .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.cart_modal_img .image img {
    display: block;
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart_modal_name {
    padding: 0 10px;
}


.cart_modal_name_good {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.cart_modal_name_good a {
    color: #0E53A5;
}

.cart_modal_name_good:hover {
    color: #59B210;
}

.cart_modal_name_var {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #CDCDCD;
}

.cart_modal_price {
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.new_cart_qty {
    display: flex;
    align-items: center;
    justify-content: space-between;


    border-radius: 5px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    min-width: 130px;
}

.qty_minus_bl {
    width: 33%;
    border: 1px solid #fff;
    border-right: 1px solid #E5E5E5;


    cursor: pointer;
}

.qty_minus_bl:hover {
    background: #EDEDED;
    border: 1px solid #EDEDED;
    border-right: 1px solid #E5E5E5;
}

.qty_minus_bl div {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}


.qty_minus_bl div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.qty_input_bl {
    width: 33%;
    border: 1px solid #fff;


}


.qty_input_bl div {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.qty_input_bl div input {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2%;
    border: none;
    width: 100%;
    text-align: center;
}

.qty_input_bl div input:focus {

    border: none;

    outline: none;
}

.qty_plus_bl {
    width: 33%;


    border: 1px solid #fff;
    border-left: 1px solid #E5E5E5;
    cursor: pointer;
}

.qty_plus_bl:hover {
    background: #EDEDED;
    border: 1px solid #EDEDED;
    border-left: 1px solid #E5E5E5;
}


.qty_plus_bl div {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}


.qty_plus_bl div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}


.cart_modal_footer {

    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart_modal_footer_fl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
}

.cart_modal_footer .total_all {
    text-align: right;

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: bold;
    padding: 10px 20px;
}


.back_cart_bl {
    padding: 5px 20px;
}

.checkout_cart_bl {
    padding: 5px 20px;
}

.conf_cart {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.conf_cart_bl {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;

    min-height: 25vh;
}


.conf_cart_info_bl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.conf_cart_info_bl>div {
    width: 33%;
}

.conf_cart_info {
    padding: 0 20px;
}

.conf_cart_info_head {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;

    margin-top: 0px;
    border-bottom: 1px #e5e5e5 solid;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 20px;

}

.conf_cart_info .info-title {
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

.conf_cart_info_sum {
    background: #FAFAFA;
}

.summary {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #84b943;
    font-weight: bold;
    text-align: center;
}

.summary_but {
    text-align: center;
    padding-bottom: 20px;
}

.error_block span {
    color: red;
    font-size: 10px;
    padding: 2px 0;
}

.thank_you {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
    text-align: center;
}


.one_img_news {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    display: block;


}

.one_img_news.none_img {
    background: #DDDDDD;
}

.one_img_news img {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-item a.image {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}


.owl-item a.image img {
    display: block;
    position: absolute;
    width: 80%;
    min-width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.navbar-nav>li>.dropdown-menu {
    z-index: 5000;
}

.main-header .top-search-holder .search-area .search-field:focus {
    outline: none;
}

.top-search-holder {
    position: relative;

}

.search-area {
    position: relative;
    z-index: 11;
}

.search_result_main {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5% 2% 2% 2%;

    border: 1px solid #E5E5E5;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    z-index: 10;
    display: none;
}

.good_search {
    padding-bottom: 10px;
}

.good_search a {
    display: block;
    padding: 3px 0;
}

.cat_search a {
    display: block;
    padding: 3px 0;
}


.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list.list_flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list label {
    padding: 0 3px;
}

.color_filter {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 2px;
}


.social .inst a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

}

.social .inst a:before {
    content: "\f16d";

    font-family: 'Font Awesome 5 Brands';
    font-weight: 600;
}

.contact-page .contact-info .contact-i {
    margin-bottom: 10px;
}

.good_parameters_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #F2F2F2;



}

.good_parameters_block>div {
    width: 48%;
}


.good_all_parameters_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 0;




}

.good_all_parameters_block>div {
    width: 45%;
}

.parameter_block {
    clear: both;
    padding: 10px 0;
}

.parameter_name {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.parameter_value {
    float: right;
    width: 50%;
    font-weight: bold;
    word-break: break-word;
}

.info-box a {
    color: #8B8B8B;
    font-weight: bold;
}

#description img {
    max-width: 100%;
}

.good_vars_capacity {
    color: #59B210 !important;
}


.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:after {
    border-style: none !important;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: left !important;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li a {
    margin: 0;
    border: none;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:after {
    border: none;
}

.good_delivery {
    font-weight: bold;
}




.d-palette .color_brick {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    background-size: cover;
    transition: all .1s;
    cursor: pointer;
}

.d-palette .color_brick:hover {
    box-shadow: -1px 1px 2px 0px #000000;
}

.d-palette .color_brick.selected {
    box-shadow: -3px 3px 5px 0 #a5a5a5;
    transform: translate(1px, -2px);
}

.d-palette .p-color-sel {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    transition: all .2s;
    border: 10px solid #f7f7f7;
}

.d-palette .p-colors {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    padding: 16px;
    margin-top: 16px;
}

.d-palette .p-selected {
    padding-bottom: 20px;
}

.d-palette .h-color {
    height: 20px;
}

.product-info .good_variations_block {
    position: relative;
    padding-bottom: 35px;
}

.product-info.good_block .badge_bl {


    text-align: right;
}

.product-info.good_block .badge {

    display: inline-block;
    cursor: pointer;
    background-color: #59B210;
}

@media (max-width: 768px) {
    .product-info.good_block .badge {}
}

@media (max-width: 440px) {
    .product-info.good_block .badge {}

    #palettes-tabs li {
        float: none !important
    }

}

.single-product .product-info .quantity-container {
    padding-bottom: 5px;
}

.buy-one-click-bl {
    text-align: right;
    padding-bottom: 20px;
}

.buy-one-click {
    background-color: #ffffff;
    border: 2px solid #59B210;
    color: #59B210;
    display: inline-block;
}

.buy-one-click:hover {
    border-color: #59B210;
}

.one_click_modal .cart_modal_content {
    padding: 20px 20px;
}

.one_click_modal .cart_modal {
    width: 375px;
}

.one_click_modal input {
    color: #000000;
}


.category_desc {
    padding: 1em 0;
}


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

    .flex_header {
        flex-wrap: wrap;
    }

    .logo_f {
        width: 100%;
    }

    .search_f {
        width: 100%;
    }

    .top_cart_f {
        width: 100%;
    }

    .good_variations_block {
        flex-wrap: wrap;
    }

    .good_variations_area_w {
        width: 100%;
        padding-bottom: 20px;
    }

    .good_variations_w {
        width: 100%;
    }

    .price_flex_block {
        flex-wrap: wrap;
    }

    .price_flex_price {
        width: 100%;
    }

    .price_flex_cart {
        width: 100%;
    }

    .price_flex_cart_qty {
        display: none;
    }

    .price_flex_cart_cart {
        width: 100%;

    }

    .good_parameters_block>div {
        width: 100%;
        min-width: 50%;
    }

    .single-product-gallery-thumbs {
        display: none;
    }

    .good_all_parameters_block>div {
        width: 100%;
    }


    .cart_modal {

        width: 95%;

    }

    .cart_modal {
        width: 100%;
        top: 0;
        border-radius: 0;
        min-height: 100vh;
    }

    .cart_modal_footer_fl {
        flex-wrap: wrap;
    }

    .back_cart_bl {
        display: none;
    }

    .cart_modal_item_fl {
        flex-wrap: wrap;

    }

    .cart_modal_img_w {
        width: 20%;
    }

    .cart_modal_name_w {
        width: 80%;
    }

    .cart_modal_qty_w {
        width: 100%;
        padding-top: 10px;
    }

    .cart_modal_qty_w>div {
        width: 70%;
    }

    .cart_modal_qty_w>div:first-child {
        width: 30%;
    }

    .cart_modal_price {
        text-align: right;
    }

    .cart_modal_qty_w .new_cart_qty {
        min-width: auto;
    }

    .cart_modal_content {
        max-height: 60vh;
        top: 5px
    }

    .cart_modal_item_remove {
        opacity: 0.2;
    }

    .cart_modal_item {
        border-bottom: 1px solid #F3F3F3;
    }

    .conf_cart_info_bl {
        flex-wrap: wrap;
    }

    .conf_cart_info_bl>div {
        width: 100%;
    }

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

    .price_flex_price .price-box {
        text-align: center;
    }

}


.display-flex-for-products .row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767.8px) {
    .display-flex-for-products .col-sm-6 {
        width: 100%;
    }
}

.spollers {
    display: grid;
    gap: 15px;
  }
  .spollers__item {
    max-width: 100%;
  }
  .spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    background-color: #59b210;
    color: #fff;
  }
  ._spoller-init .spollers__title {
    cursor: pointer;
  }
  ._spoller-init .spollers__title::before, ._spoller-init .spollers__title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 15px;
    transition: transform 0.5s ease 0s;
  }
  ._spoller-init .spollers__title::before {
    transform: translate(-75%, -50%) rotate(40deg);
  }
  ._spoller-init .spollers__title::after {
    transform: translate(0, -50%) rotate(-40deg);
  }
  ._spoller-init .spollers__title._spoller-active::before {
    transform: translateX(-75%) rotate(-40deg);
  }
  ._spoller-init .spollers__title._spoller-active::after {
    transform: rotate(40deg);
  }

  @media (min-width: 999.9px){
      .spollers__title{
        display: none;
      }
  }

  @media (max-width: 600px){
    .good_parameters_block > div{
        min-width: 100%;
    }
  }
  @media (max-width: 1000px){
    .single-product .product-info .quantity-container{
        flex-direction: column;
    }
    .single-product .price_flex_block{
        align-items: flex-start;
    }
  }
  @media (max-width: 767px) {
    body .owl-main {
      height: 200px;
    }
    body .header-top-inner{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    body .top-bar .header-top-inner .cnt-account{
        margin: 0px;
    }
    body .top-bar .header-top-inner .clearfix{
        display: none;
    }
  }

  .ufive_uptop {
    position: fixed;
    display: block;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    z-index: 1000;
    border: none;
    background-color: #59B210;
    border-radius: 3px;
    bottom: 50px;
    right: 50px;
    margin-right: -30px;
    outline: none;
    opacity: 0;
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    cursor: pointer;
  }
  .ufive_uptop:hover {
    background-color: #59B210;
  }
  
  .ufive_upview {
    transition: opacity 0.3s ease, margin-right 0.5s ease-out;
    margin-right: 0px;
    opacity: 0.6;
  }
  
  .ufive_uptop::before,
  .ufive_uptop::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #fff;
    top: 16px;
  }
  .ufive_uptop::before {
    left: 18px;
    transform: rotate(45deg);
  }
  .ufive_uptop::after {
    right: 18px;
    transform: rotate(-45deg);
  }
  @media (max-width: 999px){
    .ufive_uptop {
        right: 10px;
        bottom: 10px;
        z-index: 10000000;
      }
      .faq-page h3 img{
        max-width: 100%;
        object-fit: contain;
      }
  }
.sketchfab-embed-wrapper iframe{
    max-width: 100%;
}