@import url('../fonts/stylesheet.css');
     :root {
        --red: #D80E00;
    }
    
    #chat-wrap {
        width: 260px !important;
        max-height: calc(75% - 20px) !important;
    }
    
    #chat-header {
        padding-top: 7px !important;
        padding-bottom: 15px !important;
    }
    
    #alpemixlogo,
    #logo-once {
        display: none !important;
    }
    
    #chat-info {
        width: 60% !important;
        left: 0px !important;
    }
    
    body {
        font-family: 'SF Pro Display';
        font-size: 14px;
    }
    
    .responsive_container {
        width: 80vw;
        margin: 0 auto;
    }
    
    img {
        max-width: 100% !important;
    }
    
    #header .navbar-toggler {
        border: 1px solid #000;
        padding: 5px;
    }
    
    #header .navbar-toggler span {
        width: 20px;
        height: 2px;
        margin: 3px;
        display: block;
        background: #000;
    }
    
    *::selection {
        color: #fff;
        background: var(--red);
    }
    
    .bg-grey {
        background: #4a4a4a !important;
    }
    
    *:focus {
        outline: none;
        box-shadow: none !important;
    }
    
    * {
        transition: ease all .25s;
    }
    
    *:hover {
        transition: ease all .25s;
    }
    
    a {
        text-decoration: none;
        color: var(--red);
    }
    
    a:hover {
        text-decoration: none;
    }
    
    .row {
        margin: 0;
    }
    
    .text-white {
        color: #fff !important;
    }
    
    .bg-light-grey {
        background: #f2f2f2;
    }
    
    .menu_container {
        width: 69vw;
        margin: 0 auto;
    }
    
    .iconimg {
        float: left;
        width: 15%;
    }
    
    #header {
        position: sticky;
        background: #fff;
        z-index: 98889;
        top: 0;
        width: 100%;
        margin-bottom: 158px;
    }
    
    #header .top_wrapper {
        position: fixed;
        width: 100%;
        height: 110px;
        top: 0;
    }
    
    #header .menu {
        position: fixed;
        width: 100%;
        top: 110px;
    }
    
    #header .logo {
        border-right: 1px solid #ededed;
        position: relative;
        background: #fff;
        z-index: 999;
    }
    
    #header .row .right {
        background: #fff;
        z-index: 999;
    }
    
    #header .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    
    #header .red-line {
        background: var(--red);
        padding: 5px 10px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 2px;
    }
    
    #header .bottom {
        padding: 15px;
    }
    
    #header .bottom .form-group {
        margin-bottom: 0rem;
    }
    
    #header .bottom .search {
        margin-left: auto;
        position: relative;
        margin-right: 3vw;
    }
    
    #header .bottom .search input {
        height: 45px;
        padding: 6px 21px 6px 41px;
        border-radius: 75px;
        border: solid 1px #d7d7d7;
        max-width: 50%;
        margin-left: auto;
        transition: ease all .25s;
    }
    
    #header .bottom .search input:focus {
        border-color: var(--red);
        max-width: 100%;
    }
    
    #header .bottom .search input::-webkit-input-placeholder {
        color: #bfbfbf;
    }
    
    #header .bottom .search .btn {
        position: absolute;
        right: 3%;
        top: 7%;
        background: transparent;
    }
    
    #header .bottom .search .btn .icon {
        filter: grayscale(100);
        opacity: 0.3;
        width: 20px;
        height: 20px;
    }
    
    #header .bottom .search .btn .icon:hover {
        filter: grayscale(0);
        opacity: 1;
    }
    
    #header .bottom .market-places a {
        display: inline-block;
        margin: 0 3px;
        background: #f0f0f0;
        border-radius: 20px;
        padding: 8px 18px 9px;
        border: 1px solid #fff;
    }
    
    #header .bottom .market-places a:hover {
        border: 1px solid var(--red);
        background: #fff;
    }
    
    #header .bottom .login {
        margin-left: 5vw;
        position: relative;
    }
    
    #header .bottom .login .icon {
        width: 25px;
        height: 25px;
    }
    
    #header .bottom .login a {
        font-size: 16px;
        margin-left: 15px;
        color: #000;
        position: relative;
        overflow: hidden;
    }
    
    #header .bottom .login a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: var(--red);
        transform: translateX(-100%);
        transition: transform ease .75s;
    }
    
    #header .bottom .login a:hover {
        cursor: pointer;
        color: var(--red);
    }
    
    #header .bottom .login a:hover::after {
        transform: translateX(100%);
        transition: transform ease .75s;
    }
    
    #header .bottom .profile {
        margin-left: auto;
    }
    
    #header .bottom .profile .icon {
        width: 23px;
        height: 23px;
    }
    
    #header .bottom .shopping-cart {
        position: relative;
        margin: 0 5vw 0 30px;
    }
    #header .bottom .shopping-cart .tutar{
        position: absolute;
        top: -5px;
        left: 35px;
        border-left: 1px solid #d1d1d1;
        padding: 7px;
        font-size: 18px;
    }
    #header .bottom .shopping-cart .icon {
        width: 30px;
        height: 25px;
    }
    
    #header .bottom .shopping-cart:after {
        content: attr(data-count);
        position: absolute;
        right: -15px;
        top: -15px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        text-align: center;
        background-color: #e4e4e4;
        transition: all ease .25s;
    }
    
    #slider {
        margin-top: 158px;
    }
    
    #header .bottom .shopping-cart:hover {
        cursor: pointer;
    }
    
    #header .bottom .shopping-cart:hover::after {
        background: var(--red);
        color: #fff;
        transition: all ease .25s;
    }
    
    #header .menu .navbar {
        background: #f6f6f6;
    }
    
    #header .menu .navbar .navbar-nav {
        padding: 0 100px;
        margin-left: auto;
        width: calc(100% - 150px);
    }
    
    #header .menu .navbar .nav-link {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
    }
    
    #header .menu .navbar .nav-link.dropdown-toggle {
        font-weight: 500;
    }
    
    #header .menu .navbar .dropdown-toggle::before {
        content: '';
        position: absolute;
        width: 40%;
        height: 4px;
        background: var(--red);
        top: calc(20px - 1rem);
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        transition: top ease .25s;
    }
    
    #header .menu .navbar .dropdown-toggle.active::before,
    #header .menu .navbar .dropdown-toggle:hover::before {
        transition: top ease .25s;
        top: calc(12px - 1rem);
        z-index: 1;
    }
    
    #header .menu .navbar .dropdown-toggle.active {
        font-weight: bold;
    }
    
    #preview_img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .dropdown-toggle::after {
        display: block;
    }
    
    #header .nav.flex-column .nav-link {
        color: #fff;
        font-size: 18px;
        transition: ease all .25s;
        overflow: hidden;
    }
    
    #header .nav.flex-column .nav-link.active,
    #header .nav.flex-column .nav-link:hover {
        font-weight: bold;
        padding-left: 20px;
        position: relative;
        transition: ease all .25s;
    }
    
    #header .nav.flex-column .nav-link::before {
        content: '';
        position: absolute;
        background: #fff;
        height: 2px;
        width: 10px;
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        transition: ease all .25s;
    }
    
    .slide .slide__img img {
        height: 77vh;
    }
    
    #header .nav.flex-column .nav-link.active::before,
    #header .nav.flex-column .nav-link:hover::before {
        left: 3px;
    }
    /* adds some margin below the link sets  */
    
    .navbar .dropdown-menu div[class*="col"] {
        margin-bottom: 1rem;
    }
    
    .navbar .dropdown-menu {
        border: none;
        background: #4a4a4a !important;
        padding: 60px 0;
    }
    
    #slider .slider-bottom {
        position: relative;
        padding: 40px 5vw;
        margin-bottom: 15px;
    }
    
    #slider .slider-bottom .discover span {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        padding-left: 10px
    }
    
    .bouncing {
        width: 12px;
        height: 20px;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-name: bounce;
        animation-timing-function: linear;
    }
    
    @keyframes bounce {
        0% {
            transform: translateY(5px);
        }
        50% {
            transform: translateY(-50%);
        }
        100% {
            transform: translateY(5px);
        }
    }
    
    #slider .slider-bottom .paginator {
        margin-left: auto;
        margin-right: 20%;
    }
    
    #slider .slider-bottom .paginator .slick-arrow .icon {
        opacity: .85;
        width: 30px;
        height: 30px;
    }
    
    #slider .slider-bottom .paginator .slick-arrow:not(.slick-disabled):hover {
        cursor: pointer;
        opacity: 1;
    }
    
    #slider .slider-bottom .paginator .prev {
        margin-right: 40px;
    }
    
    #slider .slider-bottom .paginator .next .icon {
        transform: rotate(180deg);
    }
    
    #banner {
        position: relative;
        height: 150px;
        margin-top: 158px;
    }
    
    #banner img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    #banner::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7931547619047619) 54%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 100%;
    }
    
    #banner .text-wrapper {
        position: absolute;
        top: 5%;
        left: 10vw;
        width: 50%;
        z-index: 1;
    }
    
    #banner .title {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    #banner .text-wrapper p {
        font-size: 18px;
        font-weight: 200;
        line-height: 30px;
        display:none;
    }
    
    #banner .breadcrumb {
        background: transparent;
        padding: 15px 0;
        margin-bottom: 25px;
    }
    
    .breadcrumb+.breadcrumb::before {
        content: '|';
        padding-right: .2rem;
    }
    
    .breadcrumb-item+.breadcrumb-item {
        padding-left: .2rem;
    }
    
    #banner .breadcrumb .breadcrumb-item a {
        color: #fff;
    }
    
    #banner .breadcrumb .breadcrumb-item a:hover,
    .breadcrumb.detail .breadcrumb-item a:hover {
        color: var(--red);
    }
    
    .breadcrumb.detail {
        background: transparent;
        font-size: 15px;
        padding: 15px 0;
    }
    
    .breadcrumb.detail .breadcrumb-item {
        font-size: 15px;
    }
    
    .breadcrumb.detail .breadcrumb-item a {
        color: #000;
    }
    
    
    
    .breadcrumb li::before {
        content: '|';
        padding-right: .2rem;
    }
    
    .BreadCrumb {
        padding-left: .2rem;
        padding-right: .4rem;
    }
    
    #banner .breadcrumb a {
        color: #fff;
    }
    
    #banner .BreadCrumb:hover {
        color: var(--red);
    }
    
    
    .slick-arrow.slick-disabled {
        opacity: .3;
    }
    
    .itemDetailAll .container{width:100%;max-width: 100%;}
    .sube .media {background-color: rgb(255, 255, 255); margin-bottom: 30px ;  width:100%;}
    .sube .media-body{padding:5%;width: 50%;}
    .sube .media-right{width: 50%;}
    .sube .media-body h4 {color: rgb(196, 15, 15);font-family: "Roboto-Medium";font-size: 18px;border-bottom: 1px solid rgba(196, 15, 15, 0.47);margin-bottom: 25px;line-height: 2;}
    .sube .media-body p {font-family: "Roboto-Regular";font-size: 14px;color: rgb(0, 0, 0);line-height: 1.5;text-align: justify;padding-left: 30px;position: relative;margin-bottom: 20px;}
    .sube .media-body p .border{position: absolute;left: -5px; top: -3px;border: 1.25px solid rgb(196, 15, 15);border-radius: 50%;     width: 30px;height: 30px; text-align: center; }
    .sube .media-body i{ color:rgb(196, 15, 15); line-height: 30px;}
    
    #body .list .item {
        position: relative;
        margin-bottom: 15px;
        padding: 0 7.5px !important;
    }
    
    #body .list .item .imga {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    
    #body .list .item .img-hidden {
        overflow: hidden;
    }
    
    #body .list .item .img-fluid {
        height: 40vh;
        width: 100%;
        object-fit: cover;
        transition: 0.7s linear;
    }
    
    #body .list .item:hover .img-fluid {
        transform: scale(1.1);
    }
    
    #body .list .item::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        bottom: 0;
        left: 7.5px;
        right: 7.5px;
        background: linear-gradient(transparent, #000) left no-repeat;
    }
    
    #body .list .item .text-wrapper {
        position: absolute;
        bottom: 7%;
        left: 10%;
        right: 10%;
        z-index: 9;
    }
    
    #body .list .item .text-wrapper .title {
        margin: 0;
        width: 25%;
        font-size: 25px;
        line-height: 35px;
    }
    
    #body .list .item .text-wrapper a {
        margin-left: auto;
        background: #fff;
        width: 45px;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        border-radius: 50%;
    }
    
    #body .list .item .text-wrapper a .icon {
        width: 20px;
        height: 10px;
        margin: 0 auto;
    }
    
    #body .list .item .text-wrapper a:hover,
    #body .list .item:hover .text-wrapper a {
        background: var(--red);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    }
    
    #body .list .item .text-wrapper a:hover .icon,
    #body .list .item:hover .text-wrapper a .icon {
        filter: brightness(0) invert(1);
    }
    
    #body .content img {
        width: 48%;
        height: 100%;
        object-fit: cover;
    }
    
    #body .content .text-wrapper {
        width: 52% !important;
        padding: 0 5%;
    }
    
    #body .content .text-wrapper .title {
        font-size: 35px;
        font-weight: bold;
    }
    
    #body .content .text-wrapper p {
        font-size: 18px;
        color: #707070;
        font-weight: 200;
    }
    
    .list-w-text {
        text-align: center;
        padding: 0 7.5px;
    }
    
    .list-w-text img {
        height: 38vh;
        width: 100%;
        object-fit: cover;
    }
    
    .list-w-text .text-wrapper .title {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 25px;
    }
    
    .list-w-text .text-wrapper .title::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100px;
        height: 6px;
        background: #4a4a4a;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .list-w-text .text-wrapper p {
        font-size: 19px;
        font-weight: 200;
    }
    
    .list-w-text .text-wrapper {
        padding: 0 10%;
        color: #4a4a4a;
        background: #fff;
    }
    
    .advantages {
        padding: 60px 0 30px;
        background: #f7f7f7;
        margin: 0;
        margin-bottom: 80px;
    }
    
    .advantages .item .icon-bg {
        width: 120px;
        height: 120px;
        line-height: 120px;
        vertical-align: middle;
        display: block;
        position: relative;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
        border-radius: 50%;
        margin: 0 auto 25px;
    }
    
    .advantages .item .icon-bg:hover {
        background: var(--red);
        cursor: pointer;
    }
    
    .advantages .item .icon-bg:hover .icon {
        filter: brightness(0) invert(1);
    }
    
    .advantages .item .icon {
        width: 50px;
        height: 50px;
    }
    
    .advantages .item .title {
        font-size: 18px;
        font-weight: bold;
    }
    
    .advantages .item span {
        font-size: 16px;
        font-weight: 200;
        color: #707070;
    }
    
    .advantages .box {
        margin-top: 50px;
    }
    
    .advantages .box .title {
        font-size: 21.1px;
        font-weight: normal;
    }
    
    .advantages .box .title strong {
        font-size: 27px;
        font-weight: bold;
        display: block;
    }
    
    .advantages .box {
        background: var(--red);
    }
    
    .advantages .box .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 40px;
    }
    
    .advantages .box .link {
        font-weight: 600;
        font-size: 11.5px;
        padding: 12px 50px;
        margin-top: 40px;
        display: inline-block;
        border-radius: 20px;
        position: relative;
    }
    
    .advantages .box .link:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 43px;
        top: 0;
        left: 0;
        border: 1px solid #fff;
        border-right: 0;
        padding: 12px 50px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        transition: ease all .45s;
    }
    
    .advantages .box .link:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 43px;
        top: 0;
        right: 0;
        border: 1px solid #fff;
        border-left: 0;
        padding: 12px 50px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        transition: ease all .45s;
    }
    
    .advantages .box .link:hover::before {
        right: -25px;
        transition: ease all .45s;
    }
    
    .advantages .box .link:hover::after {
        left: -25px;
        transition: ease all .45s;
    }
    
    #footer {
        padding: 0 0 30px;
    }
    
    #footer .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    
    #footer .footer-menu {
        list-style: none;
        padding: 0;
    }
    
    #footer .footer-menu li {
        margin-bottom: 7px;
        overflow: hidden;
        position: relative;
    }
    
    #footer .footer-menu li>a {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
    }
    
    #footer .footer-menu li>a:hover {
        padding-left: 30px;
        position: relative;
        transition: ease all .25s;
    }
    
    #footer .footer-menu li>a::before {
        content: '';
        position: absolute;
        background: #fff;
        height: 2px;
        width: 20px;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        transition: ease all .25s;
    }
    
    #footer .footer-menu li>a:hover::before {
        left: 0;
    }
    
    #footer .newsletter .form-group {
        margin-right: 25px;
    }
    
    #footer .newsletter .form-control {
        height: 50px;
        border-radius: 30px;
        color: #d0d0d0;
        background: transparent;
        font-size: 15px;
        padding: 0 30px;
    }
    
    #footer .newsletter .form-control:focus {
        border-color: var(--red);
    }
    
    #footer .newsletter .btn {
        width: 150px;
        border-radius: 30px;
        background: var(--red);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
    }
    
    #footer .newsletter .btn:hover {
        background: #fff;
        color: #4a4a4a;
    }
    
    #footer .social-media {
        position: relative;
    }
    
    #footer .social-media:before,
    #footer .social-media:after {
        position: absolute;
        content: '';
        left: -100px;
        right: -100px;
        height: 1px;
        background: #e5e5e5;
    }
    
    #footer .social-media:before {
        top: 0;
    }
    
    #footer .social-media:after {
        bottom: 0;
    }
    
    #footer .social-media ul {
        margin: 0;
    }
    
    #footer .social-media ul>li {
        display: inline-block;
        margin-right: 70px;
    }
    
    #footer .social-media ul>li:last-child {
        margin: 0;
    }
    
    #footer .social-media ul>li svg {
        width: 20px;
        height: 20px;
        text-align: center;
        filter: brightness(0) invert(1);
    }
    
    #footer .social-media ul>li svg:hover {
        filter: unset
    }
    
    #footer .copyright span {
        font-size: 16px;
        font-weight: 200;
    }
    
    #footer .copyright .anatol-logo {
        margin-left: 100px;
    }
    
    #footer .copyright .anatol-logo svg {
        width: 50px;
        height: 25px;
    }
    
    #footer .copyright .anatol-logo:hover svg {
        transform: skew(-15deg);
        transition: 500ms;
    }
    
    #footer .f-slogan {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 900;
        margin: 20px auto;
    }
    
    #footer .f-logo {
        filter: brightness(0) invert(1);
    }
    
    #footer .media-icon .list-group-item {
        background-color: transparent;
        border: none;
        padding: .25rem 1.25rem;
    }
    #footer .media-icon li a {
        font-size: 40px;
        color: #fff;
    }
    #footer .media-icon li a:hover {
        color: #D80E00;
    }
    
    #body .product-list .filter svg {
        width: 20px;
        height: 17px;
    }
    
    #side-drawer {
        height: 100vh;
        width: 25vw;
        top: 0;
        left: -25vw;
        z-index: 1032;
        padding: 50px 100px;
        background: #fff;
        overflow-y: scroll;
    }
    
    #side-drawer .header .title {
        font-size: 24px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 0;
    }
    
    #side-drawer .header {
        margin-bottom: 100px;
    }
    
    #side-drawer .header .clear-filter {
        margin-left: 20px;
        font-size: 13px;
        color: #707070;
    }
    
    #side-drawer .header .clear-filter:hover {
        color: var(--red);
        cursor: pointer;
    }
    
    #side-drawer .list-group {
        padding: 20px 0;
        border-top: 3px solid #000;
        border-radius: 0;
    }
    
    #side-drawer .list-group .title {
        font-size: 16px;
        font-weight: bold;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    
    #side-drawer .list-group .form-check {
        margin-bottom: 20px;
    }
    
    #side-drawer .list-group label {
        font-size: 16px;
        text-transform: capitalize;
    }
    
    #side-drawer-void {
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 1031;
        background: rgba(0, 0, 0, .6);
    }
    
    #body .product-list .header-area .title {
        font-size: 30px;
        font-weight: bold;
        position: relative;
    }
    
    #body .product-list .header-area .title span {
        position: absolute;
        left: 50%;
        bottom: -40px;
        transform: translateX(-50%) rotate(-90deg);
    }
    
    #body .product-list .header-area .title span .icon {
        width: 20px;
        height: 20px;
    }
    
    #body .product-list .header-area .dropdown .dropdown-toggle {
        background: transparent;
        border: 1px solid #000;
        border-radius: 0;
        padding: 10px 20px;
        position: relative;
    }
    
    #body .product-list .header-area .dropdown .dropdown-toggle::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 23px;
        background: #000;
        right: 25%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #body .product-list .header-area .dropdown .dropdown-toggle .icon {
        width: 15px;
        height: 15px;
        transform: rotate(-90deg);
        margin-left: 20px;
    }
    
    #body .product-list .header-area .dropdown.show .icon {
        transform: rotate(0);
    }
    
    #body .product-list .header-area .dropdown .dropdown-menu {
        border-radius: 0;
        border: 1px solid #000;
        border-top: 0;
        margin: 0;
        width: 100%;
    }
    
    #body .product-list .header-area .dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #000;
        padding: .75rem;
    }
    
    #body .product-list .header-area .dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0;
    }
    
    #body .product-list .item-wrapper .item .bottom {
        overflow: hidden;
        padding: 10px 20px 15px;
    }
    
    #body .product-list .item-wrapper .item .image-wrapper {
        padding: 125px;
        background: #fff;
        xmargin-bottom: 15px;
    }
    
    #body .product-list .item-wrapper .item .image-wrapper .icons {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 5;
    }
    
    #body .product-list .item-wrapper .item .image-wrapper .icons a {
        display: inline-block;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
        background: #f2f2f2;
        border-radius: 50%;
        transform: translateY(-150%);
    }
    
    #body .product-list .item-wrapper .item:hover .icons a {
        transform: translateY(0%);
    }
    
    #body .product-list .item-wrapper .item .icons a:first-child {
        transition-delay: .1s;
    }
    
    #body .product-list .item-wrapper .item:hover .icons a:first-child {
        transition-delay: .1s;
    }
    
    #body .product-list .item-wrapper .item .image-wrapper .icons a:hover {
        background: var(--red);
    }
    
    #body .product-list .item-wrapper .item .image-wrapper .icons a:hover svg {
        filter: brightness(0) invert(1);
    }
    
    #body .product-list .item-wrapper .item .image-wrapper .icons .icon {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    
    #body .product-list .item-wrapper .item .text-wrapper .title {
        display: block;
    }
    
    #body .product-list .item-wrapper .item .text-wrapper .title h2 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
        color: #000;
        height: 50px;
    }
    
    #body .product-list .item-wrapper .item .text-wrapper .title h2:hover {
        color: var(--red);
    }
    
    
    .price {
        font-size: 25px;
        font-weight: bold;
        color: var(--red);
    }
    
    .price del {
        font-size: 20px;
        font-weight: 200;
        color: #000;
        margin-right: 20px;
    }
    
    .discount-rate {
        padding: 10px 15px;
        background-color: #d0d0d0;
        font-size: 18px;
        margin-left: auto;
        display: inline-block;
    }
    
    .button-wrapper {
        margin-bottom: 30px;
    }
    
    .button-wrapper .btn {
        width: 47.5%;
        border: 1px solid #000;
        border-radius: 0;
        padding: 15px 10px;
        font-weight: bold;
    }
    
    .button-wrapper .btn.btn-black {
        color: #fff;
        background: #000;
    }
    
    .button-wrapper .btn:hover {
        color: #fff;
        background: var(--red);
        border-color: var(--red);
    }
    
    #body .product-list .item-wrapper .item .variant-wrapper .rating {
        margin-bottom: 20px;
        xpadding-bottom: 20px;
        border-bottom: 2px solid #000;
    }
    
    #body .product-list .header-area {
        padding: 0 15px;
    }

.nostock{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15%;
}
    
    #body .product-list .item-wrapper .item .variant-wrapper .rating .icon {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        filter: grayscale(100);
        opacity: .4;
    }
    
    #body .product-list .item-wrapper .item .variant-wrapper .rating .icon.active {
        cursor: pointer;
        filter: grayscale(0);
        opacity: 1;
    }
    
    #body .product-list .item-wrapper .item .variant-wrapper {
        background: #fff;
        transform: translateY(150%);
        display:none;
    }
    
    #body .product-list .item-wrapper .item:hover .variant-wrapper {
        opacity: 1;
        transform: translateY(0);
        z-index: 99;
    }
    
    #body .product-list .item-wrapper .col-12 {
        height: 720px;
    }
    
    #body .product-list .item-wrapper .item {
        margin-bottom: 30px;
        overflow: hidden;
        height: 550px;
        position: relative;
            width: 95%;
    }
    
    #body .product-list .item-wrapper .item:hover {
        background: #fff;
        box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
        z-index: 99;
        position: relative;
        height: 1000px;
    }
    
    #body .product-list .variant-wrapper .preferences table {
        font-size: 16px;
        font-weight: 200;
        text-transform: uppercase;
        width: 100%;
    }
    
    #body .product-list .variant-wrapper .preferences table td {
        padding: 10px 0;
        width: 50%;
    }
    
    #body .product-list .variant-wrapper .preferences table tr>td:last-child {
        font-weight: bold;
        position: relative;
    }
    
    #body .product-list .variant-wrapper .preferences table tr>td:last-child::before {
        content: ':';
        position: absolute;
        left: -15px;
    }
    
    #body .product-list .load-more {
        margin-top: 90px;
        margin-bottom: 125px;
    }
    
    #body .product-list .load-more label {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    #body .product-list .load-more .btn {
        border: 1.5px solid #000;
        font-size: 22px;
        font-weight: bold;
        color: #4a4a4a;
        letter-spacing: 2px;
        border-radius: 0;
        padding: 10px 50px;
    }
    
    #body .product-list .load-more .btn:hover {
        border: 1.5px solid var(--red);
        background: var(--red);
        color: #fff;
    }
    
    #body .slick-track {
        height: unset;
        margin: 0 auto;
        height:unset !important;
    }
    
    #body .product-list .image-wrapper img {
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    
    #body .product-list .image-wrapper .slick-list,
    #body .product-list .image-wrapper .slick-slider {
        position: unset;
    }
    
    #body .product-list .image-wrapper .slick-dots {
        position: absolute;
        top: 15px;
        bottom: unset;
        left: 15px;
        margin-left: 0;
    }
    
    #body .product-list .image-wrapper .slick-dots li {
        margin: 0 2.5px;
    }
    
    #body .product-list .image-wrapper .slick-dots li.slick-active button {
        background: var(--red);
    }
    
    #body .product-list .image-wrapper .slick-dots li button {
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #d0d0d0;
    }
    
    #body .product .image {
        position: relative;
    }
    
    #body .product .image {
        position: relative;
    }
    
    #body .product .image .product-small-slider {
        position: absolute;
        xwidth: 120px;
            width: 100%;
        left: 0;
        bottom: 5%;
        z-index: 9;
    }
    
    #body .product .image .product-small-slider .slick-slide {
        padding: 15px;
        border: 1px solid #d1d1d1;
        xmargin: 10px 0;
        margin: 0 10px;
        display: inline-block;
        width: auto !important;
    }
    
    #body .product .image .product-small-slider .slick-current.slick-center {
        border-color: var(--red);
    }
    
    #body .product .image .product-small-slider .slick-list {
        padding: 0 !important;
        height:unset !important;
    }
    
    #body .product .image .product-small-slider .slick-slide img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    
    #body .product .image .product-big-slider {
        xpadding: 150px;
        padding:50px 0px 180px;
    }
    
    #body .product .image .product-big-slider img {
        margin: 0 auto;
        xwidth: 50%;
        width: 100%;
        xheight: 350px;
        object-fit: contain;
        border: 1px solid #d1d1d1;
        padding: 15px;
    }
    
    #body .product .image .product-big-slider .slick-dots {
        position: absolute;
        top: 15px;
        bottom: unset;
        left: 15px;
        margin-left: 0;
    }
    
    #body .product .image .product-big-slider .slick-dots li {
        margin: 0 2.5px;
    }
    
    #body .product .image .product-big-slider .slick-dots li.slick-active button {
        background: var(--red);
    }
    
    #body .product .image .product-big-slider .slick-dots li button {
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #d0d0d0;
    }
    
    #body .product .property {
        position: relative;
    }
    
    #body .product .property .title {
        font-size: 27px;
        font-weight: bold;
        margin-bottom: 30px;
        width: calc(100% - 135px);
    }
    
    #body .product .property::after {
        content: url('../img/domestic.svg');
        position: absolute;
        width: 110px;
        height: 45px;
        right: 15px;
        top: 0;
    }
    
    #body .product .property .preferences table {
        font-size: 16px;
        font-weight: 200;
        text-transform: uppercase;
        width: 40%;
    }
    
    #body .product .property .preferences table td {
        padding: 5px 0;
        width: 60%;
    }
    
    #body .product .property .preferences table tr>td:last-child {
        position: relative;
    }
    
    #body .product .property .preferences table tr>td:last-child::before {
        content: ':';
        position: absolute;
        left: -10%;
    }
    
    #body .product .property hr {
        width: 100%;
        border-top: 4px solid rgba(0, 0, 0, .05);
        margin: 40px 0;
    }
    
    #body .product .property .kdv {
        font-size: 15px;
        margin-top: 10px;
        display: block;
    }
    
    #body .product .property .add-to-cart .counter input::-webkit-outer-spin-button,
    #body .product .property .add-to-cart .counter input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    
    .productCountText {
        border: 0;
    }
    
    .productCount {
        border: 1.5px solid #000;
        height: 56px;
        position: relative;
    }
    
    .productCount .buttonX {
        color: #000;
        width: 45px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px;
        position: absolute;
        cursor: pointer;
    }
    
    .productCount .buttonX:hover {
        color: var(--red);
    }
    
    .productCount .buttonX.plus {
        left: auto;
        right: 0;
    }
    
    .productCount .buttonX:before {
        content: "";
        height: 35px;
        width: 1.5px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        background: #000
    }
    
    .productCount .buttonX.plus:before {
        left: 0;
        right: auto
    }
    
    .productCountText {
        height: 56px;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        color: #000;
        font-size: 18px;
        width: 100%;
        background: transparent
    }
    
    #body .product .property .add-to-cart .button-wrapper .btn {
        width: 35%;
    }
    
    #body .product .property .whatsapp .icon {
        width: 25px;
        height: 25px;
    }
    
    #body .product .property .whatsapp h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    #body .product .property .whatsapp h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    #body .product .property .whatsapp .number a {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }
    
    #body .product .property .whatsapp .number a:hover {
        color: var(--red);
    }
    
    #body .product .property .whatsapp label {
        font-size: 14px;
        font-weight: 200;
        margin-top: 15px;
    }
    
     #body .product .property .telegram i { 
        width: 30px;
        height: 30px;
        font-size: 28px;
        position: absolute;
        left: 15px;
    }
    
    #body #productTab.nav-tabs {
        border: 0;
    }
    
    #body #productTab.nav-tabs .nav-item {
        padding: 0px 5px;
        width: 25%;
    }
    
    #body #productTab.nav-tabs .nav-link {
        border: 2px solid #000;
        border-radius: 0;
        font-size: 15px;
        font-weight: bold;
        padding: 17px 20px;
        text-transform: uppercase;
        color: #000;
    }
    
    #body #productTab.nav-tabs .nav-link.active,
    #body #productTab.nav-tabs .nav-link:hover {
        border: 2px solid var(--red);
        background: var(--red);
        color: #fff;
    }
    
    #body #productTabContent {
        padding: 40px 0;
        font-size: 16px;
    }
     #body #productTabContent table {
        xdisplay: block;
        width: 100%;
        overflow-x: auto;
    }
    #body #productTabContent table td,
    #body #productTabContent table th
    {
       width: 25%;
       position:relative;
       padding: 8px 0;
    }
     #body #productTabContent table th::before,
     #body #productTabContent table tr td:nth-child(3)::before{
        border-bottom: 1px dotted #bcbcbc;
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 14px;
        z-index: 0;
    }
    #body #productTabContent table font,
    #body #productTabContent table b,
    #body #productTabContent table strong{
        background-color: white;
        position: relative;
        z-index: 0;
        margin-left: -1px;
    }
    
    .go-top {
        position: fixed;
        right: 5%;
        bottom: -15%;
        background: var(--red);
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        z-index: 999999;
        transition: bottom 2.5s ease, transform .5s ease;
    }
    
    .go-top:hover {
        cursor: pointer;
    }
    
    .go-top .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 25px;
        filter: brightness(0) invert(1);
    }
    /* breakpoint and up - mega dropdown styles */
    
    @media screen and (min-width: 992px) {
        /* remove the padding from the navbar so the dropdown hover state is not broken */
        .navbar {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: .25rem .25rem;
            margin: 0 .25rem;
        }
        .navbar .nav-item.dropdown {
            width: 20%;
            text-align: center;
        }
        #header .menu .navbar .dropdown-toggle::after {
            content: '';
            position: absolute;
            top: 6px;
            right: -9px;
            width: 1px;
            height: 30px;
            background: rgb(108 118 125 / 37%);
            margin-left: 0;
            vertical-align: 0;
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
        }
        #header .menu .navbar .dropdown-toggle:last-child::after {
            content: none;
        }
        /* makes the dropdown full width  */
        .navbar .dropdown {
            position: static;
        }
        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 46px;
        }
        /* shows the dropdown menu on hover */
        .navbar .dropdown:hover .dropdown-menu,
        .navbar .dropdown .dropdown-menu:hover {
            display: block!important;
        }
        .navbar .dropdown-menu {
            border-radius: 0;
            background-color: #fff;
        }
    }
    
    @media screen and (max-width: 1023px) {
        #header .logo img {
            position: relative;
            top: unset;
            left: unset;
            transform: unset;
        }
        #header .red-line {
            font-size: 14px;
        }
        #header .bottom .search {
            width: 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        .list-w-text .text-wrapper {
            width: 100% !important;
            padding: 25px 5%;
            background: #fff;
        }
        .list-w-text .text-wrapper .title {
            font-size: 24px;
            margin-bottom: 25px;
        }
        .list-w-text .text-wrapper .title::before {
            height: 3px;
        }
        .list-w-text .text-wrapper p {
            font-size: 14px;
        }
        #side-drawer {
            width: 75vw;
            left: -75vw;
            padding: 25px 15px;
        }
        #side-drawer .header {
            margin-bottom: 25px;
        }
        #body .product-list .mobile-title {
            font-size: 20px;
            text-align: center;
            margin-bottom: 20px;
        }
        #side-drawer .list-group .form-check {
            margin-bottom: 8px;
        }
        #side-drawer .list-group label {
            font-size: 12px;
        }
        #body .product-list .header-area .title span .icon {
            display: none;
        }
        .navbar-toggler {
            margin-right: 25px;
        }
        .navbar-toggler .icon {
            width: 25px;
            height: 25px;
        }
        #header .menu .navbar .dropdown-toggle::before {
            display: none;
        }
        #body .product-list .item-wrapper .item .image-wrapper {
            padding: 60px 35px;
        }
        #body .product-list .item-wrapper .col-12 {
            height: 600px;
        }
        #body .product-list .item-wrapper .item .text-wrapper .title h2 {
            margin-bottom: 15px;
        }
        .price {
            font-size: 18px;
        }
        #body .product-list .image-wrapper img {
            height: 150px;
        }
        #body .product-list .item-wrapper .item:hover {
            height: 550px;
        }
        .button-wrapper .btn {
            padding: 10px;
        }
        #body .product-list .item-wrapper .item .text-wrapper .title h2 {
            font-size: 16px;
        }
        .price del {
            font-size: 16px;
        }
        .productCount {
            width: 49%;
        }
        .button-wrapper {
            display: block !important;
        }
        .button-wrapper .btn {
            width:49%;
            margin: 10px 0;
        }
        .discount-rate {
            padding: 8px 23px;
            font-size: 12px;
        }
        #body .product-list .variant-wrapper .preferences table td {
            font-size: 12px;
        }
        #body .product-list .load-more {
            margin: 30px 0 45px;
        }
        .navbar-toggler {
            position: relative;
            padding: 0;
            margin-left: auto;
        }
        .navbar-toggler:focus,
        .navbar-toggler:active,
        .navbar-toggler-icon:focus {
            outline: none;
            box-shadow: none;
        }
        #body .product .image .product-big-slider {
            padding: 25px;
            margin-bottom: 25px;
        }
        #body .product .image .product-big-slider .slick-dots {
            display: none;
        }
        #body .product .property .add-to-cart .button-wrapper .btn {
            width: 47.5%;
            margin-top: 0;
            height: 56px;
            line-height: 36px;
            vertical-align: middle;
        }
        #body .product .property .preferences table {
            width: 75%;
        }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1365px) {
        #header .menu .navbar .navbar-nav {
            padding: 0;
            margin-left: auto;
            width: calc(100% - 0px);
        }
        .menu_container {
            width: 85vw;
        }
        .responsive_container {
            width: 100vw;
        }
        #body .product-list .item-wrapper .item .image-wrapper {
            padding: 50px 30px;
            
        }
        #body .product-list .item-wrapper .item:hover {
           height: unset;
            
        }
        #body .product-list .item-wrapper .item .text-wrapper .title h2 {
            font-size: 17px;
            
        }
        .price del {
            font-size: 15px;
            font-weight: 300;
            margin-right:5px;
        }
        .button-wrapper .btn {
            padding: 10px 10px;
            font-size: 0.85rem;
        }
        #body .product-list .item-wrapper .col-12 {
            height: 600px;
        }
        #header .bottom .login {
            margin-left: 0;
        }
        #header .bottom .shopping-cart {
            margin: 0 5vw 0 15px;
        }
        #header .bottom .search {
            margin-right: 0;
        }
        
        
        
        
        
        #side-drawer {
            width: 75vw;
            left: -75vw;
            padding: 25px 15px;
        }
        #side-drawer .header {
            margin-bottom: 25px;
        }
        #body .product-list .mobile-title {
            font-size: 24px;
            text-align: center;
            margin-bottom: 20px;
        }
        #side-drawer .list-group .form-check {
            margin-bottom: 8px;
        }
        .list-w-text .d-flex {
            display: block !important;
        }
        .list-w-text .text-wrapper {
            width: 100% !important;
            padding: 50px;
        }
        #body .product .image .product-big-slider {
            xpadding: 100px 50px;
            padding: 50px 48px;
        }
        #body .product .image .product-big-slider img {
            height: 200px;
        }
        #body .product .property .preferences table {
            width: 100%;
        }
        #body .product .property .w-50,
        #body .product .property .counter {
            width: 100% !important;
        }
        #body .product .property .button-wrapper {
            width: 100% !important;
            padding: 0 !important;
            margin-bottom: 10px;
        }
        #body .product .property .button-wrapper .btn {
            width: 49% !important;
            margin: 10px 0 !important;
        }
        #body .product .property .button-wrapper .btn:last-child {
            float: right;
        }
        #body .product .image .product-small-slider {
            width: 100%;
            transform: translateY(0%);
            bottom: 0;
        }
        #body .product .image .product-small-slider .slick-slide {
            margin: 10px;
        }
        #body .product .image .product-small-slider .slick-slide img {
            width: 50px;
            height: 50px;
        }
        #body .product .image .product-small-slider .slick-list,
        #body .product .image .product-small-slider .slick-track {
            height: unset !important;
        }
    }
    
    @media only screen and (min-width: 1366px) and (max-width: 1920px) {
        .product-list .col-xl-3 {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }
        .slide .slide__img img {
            height: 71.5vh;
        }
        #header .bottom .market-places a {
            padding: 8px;
        }
        #body .product-list .item-wrapper .item .image-wrapper {
            xpadding: 75px;
            padding: 65px 40px 40px;
        }
        #body .product-list .item-wrapper .col-12 {
            margin-bottom: 30px;
        }
        #header .bottom .login {
            margin-left: 2vw;
        }
        #body .product-list .item-wrapper .col-12 {
            height: 550px;
        }
        #body .product-list .item-wrapper .item:hover {
            xheight: 900px;
            height: 550px;
        }
        .list-w-text .text-wrapper {
            padding: 0 5%;
        }
        .list-w-text .text-wrapper .title {
            font-size: 22px;
        }
        .list-w-text .text-wrapper p {
            font-size: 15px;
        }
        #side-drawer {
            width: 40vw;
            left: -40vw;
        }
    }
    
    @media screen and (max-width: 767px) {
        #header {
            position: relative;
            margin-bottom: 187px;
        }
        #banner .text-wrapper {
            width: unset;
            right: 5vw;
        }
        #banner .text-wrapper .title {
            font-size: 20px;
        }
        #banner .breadcrumb a {
            font-size: 13px;
        }
        #banner .text-wrapper p {
            line-height: unset;
        }
        .responsive_container {
            width: 100vw;
        }
        #cat-limit {
            width: 100px !important;
        }
        #header .logo img {
            position: relative;
            top: unset;
            left: unset;
            transform: unset;
            width: 50%;
        }
        #header .top_wrapper {
        height: 132px;}
        
        #header .menu {
            top: 132px;
        }
        #slider {
            margin-top: 132px;
        }
        #header .bottom {
            display:none;
        }
        #header .red-line {
            font-size: 14px;
        }
        #header .bottom .search {
            width: 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }
        #header .bottom .market-places {
            display: none;
        }
        #header .bottom .login {
            margin-left: 0;
        }
        #header .bottom .shopping-cart {
            margin: 0;
            margin-left: 30px;
        }
        #header .bottom .shopping-cart::after {
            display: none;
        }
        .slide .slide__content--headings h2 {
            font-size: 1.5rem;
        }
        .slide .slide__content--headings h4 {
            font-size: 2.5rem;
        }
        .slide .slide__content {
            width: 75%;
            left: 5%;
            transform: translate(0%, -50%);
        }
        #slider .slider-bottom .paginator {
            display: none;
        }
        #header .menu .navbar .navbar-nav {
            padding: 0;
            width: 100%;
        }
        .navbar .dropdown-menu {
            padding: 10px 0;
            overflow-y: scroll;
            height: 500px;
        }
        .dropdown-toggle::after {
            display: inline-block;
        }
        .iconimg {
            float: left;
            width: 8%;
            top: 8px;
            position: relative;
            right: 8px;
        }
        
        #body .product-list .item-wrapper .item,
        #body .product-list .item-wrapper .col-12{
            height: 470px;
            margin-bottom:30px;
        }
        #body .product-list .item-wrapper .item:hover{
            height: 465px;
        }
        #body .product .property .title {
            font-size: 20px;
        }
        .property .discount-rate {
            font-size: 18px;
        }
        .property .price {
            font-size: 25px;
        }
        .likeProduct{
            display:none;
        }
        #body .product-list .item-wrapper .item {
            width: 100%;
        }
        #header .nav.flex-column .nav-link {
            font-size: 15px;
        }
        .navbar .dropdown-menu div[class*="col"] {
            margin-bottom: 0;
        }
        #header .bottom .search .btn {
            top: 8%;
        }
        .slide .slide__content--headings .link {
            font-size: 13px;
            padding: 15px 2;
        }
        .slick-track,
        .slide .slide__img img {
            height: 50vh;
        }
        .sube .media-body, 
        .sube .media-left, 
        .sube .media-right {display: block;}
        .sube .media-body,
        .sube .media-right  {width: 100%;}
        
        
        #body .list .item .text-wrapper .title {
            margin: 0;
            width: 60%;
            font-size: 1.15em;
        }
        #body .list .item .text-wrapper a {
            width: 35px;
            height: 35px;
        }
        
        .advantages .item {
            margin-bottom: 0px;
        }
        .advantages .item .title {
            font-size: 16px;
        }
        #header .bottom .search input {
            max-width: 65%;
        }
        #footer .social-media:before,
        #footer .social-media:after {
            left: 0;
            right: 0;
        }
        #footer {
            padding: 0;
        }
        .advantages {
            padding: 30px 0 30px;
            margin-bottom: 0;
        }
        .advantages .item .icon-bg {
            width: 65px;
            height: 65px;
            line-height: 65px;
            vertical-align: middle;
            display: block;
            position: relative;
            box-shadow: 0 2px 20px 0 rgb(0 0 0 / 9%);
            border-radius: 50%;
            margin: 0 auto 10px;
        }
        .advantages .item .icon {
            width: 30px;
            height: 30px;
        }
        
        #footer .newsletter .form-control {
            height: 40px;
        }
        #footer .advantages .item .title {
            font-size: 9px;
            margin-bottom: 0;
            height: 25px;
        }
        #footer .f-logo img {
            max-width: 42% !important;
            margin: 0 auto;
            display: block;
            margin: 15px auto;
        }
        #footer .f-slogan {
            font-size: 0.75rem;
            margin: 0px auto;
            text-align: center;
        }
        #footer .media-icon .list-group-item {
         margin: 0 auto;
        }
        
        .advantages .item span {
            font-size: 10px;
            font-weight: 200;
            color: #707070;
        }
        .advantages .box .title strong {
            font-size: 15px;
         }
         .advantages .box .link{
             margin-top:0px;
         }
         .advantages .box .icon{
             margin-bottom:20px;
         }
         #footer .footer-menu li>a {
            font-size: 13px;
         }
         #footer .title {
            font-size: 15px;
            text-align: center;
         }
         #footer .col-6 .title {
            margin-bottom: 0;
            margin-top: 10px;
            text-align: left;
         }
        #footer .social-media {
            display: block !important;
        }
        #footer .social-media ul {
            text-align: center;
            padding: 0;
            margin-top: 15px;
        }
        #footer .social-media ul>li {
            margin-right: 20px;
        }
        #footer .copyright {
            margin-left: 20px;
            display: block !important;
            text-align: center;
        }
        #footer .copyright span {
            font-size: 10px;
            display: inline-block !important;
            margin-bottom: 35px;
        }
        #footer .master-visa {
            display: none;
        }
        #footer .copyright .anatol-logo {
            margin-left: 20px;
        }
        #body .product .image .product-small-slider {
            display: none;
        }
        #body .product .image .product-big-slider {
            padding: 50px;
        }
        #body .product .image .product-big-slider img {
            height: 200px;
        }
        #body .product .property .preferences table {
            width: 100%;
        }
        #body .product .property .w-50,
        #body .product .property .counter {
            width: 100% !important;
        }
        #body .product .property .button-wrapper {
            width: 100% !important;
            padding: 0 !important;
            margin-bottom: 10px;
        }
        #body .product .property .button-wrapper .btn {
            width: 49% !important;
            margin: 10px 0 !important;
        }
        #body .product .property .button-wrapper .btn:last-child {
            float: right;
        }
        #body #productTab.nav-tabs .nav-item {
            width: 100%;
            margin: 5px 0 !important;
            padding: 0;
        }
        .go-top {
            display: none;
        }
        .menu_container {
            width: 90vw;
            margin: 0 auto;
        }
    }