.cont-img1,
.cont-img2,
.cont-img3 {
    padding: .5rem;
    gap: 1.5rem;
}

.cont-img2 {
    margin-top: 0.5rem;
}

.content-wrapper .sogo-content .product-layout {
    padding: 0;
}

.product-grid .product-card {
    width: 25%;
    margin: 0 !important;
}

.product-card .product-caption {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.product-price-wrapper > span {
    font-weight: bold;
}

.sogo-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: .5rem;
}

.sogo-content-top .sogo-breadcrumb {
    padding: 0 1rem;
    border: none;
}

.content-wrapper .sogo-content .filter-sort {
    height: 40px;
    padding: 0 1rem;
}

ul.product-price {
    position: unset;
}

.sogo-product-container .product-right {
    padding: 0 2rem;
}

.sogo-product-container .product-left > ul {
    flex-wrap: unset !important;
    flex-direction: column !important;
}

.sogo-product-container .product-left > ul > li {
    width: 100% !important;
    margin-right: 0 !important;
}

.footer-contain {
    display: flex;
    width: 60%;
}

.footer-newsletter {
    width: 40%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid;
    padding-left: 1rem;
}

.footerwebsite .footer-middle .newsletter-wrapper .cbx {
    width: auto;
}

.footer-pull.footer-bottom {
    padding: 0;
}

.footerwebsite {
    box-shadow: none !important;
    border: none !important;
    background-color: #e9e9e9;
    margin-bottom: 0 !important;
}

.footer-social {
    border-bottom: 3px solid;
    padding: 1rem;
    padding-top: 0;
}

.footerwebsite .footer-middle .newsletter-wrapper .newsletter-group .newsletter {
    background-color: transparent;
}

.footer-bottom-text {
    padding: 2rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 15px;
    justify-content: flex-end;
}

.footer-top-social-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.footer-top-social {
    padding-top: 1.5rem;
}

.footer-social > a {
    margin-top: .5rem;
    font-size: 20px;
}

.footer-newsletter .footer-middle {
    padding-top: 0;
}

.prod-colors .colors-img {
    width: 9%;
    margin-left: 0;
    margin-right: 5px;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 0.2rem;
}

.prod-colors .colors-img:hover {
    border-color: #000;
}

.description-wrapper .description-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.description-wrapper .description-text {
    font-size: 13px;
    font-weight: 400;
}

.description-wrapper {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.footerwebsite .footer-middle .newsletter-wrapper {
    align-items: flex-start;
}

.mobile-product-details {
    display: none;
}

.mobil-draggable-area {
    display: none;
}

ul.megamenu > li.logo > a > strong {
    font-size: 0 !important;
}

ul.megamenu > li.logo > a > strong > img {
    height: auto;
    width: 150px;
}

.header-wrapper {
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.header-center {
    display: none;
}

.mobil-slick-slider {
    display: none;
}

ul.megamenu > li > a {
    padding: 0 .5rem;
    display: flex;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li {
    border: 1px solid rgba(0,0,0,.1);
    padding-bottom: 0;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li:hover {
    border-color: #000;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option > li.selected {
    background-color: #000 !important;
    color: #fff !important;
}

ul.megamenu > li:last-child > a {
    display: flex !important;
}

.content-wrapper .sogo-content .filter-sort.sticked {
    position: relative;
    background-color: transparent;
    border: none;
}

.marquee-wrapper {
    display: flex;
    background-color: #f3f3f3;
    padding: 0.5rem;
}

.marquee-wrapper span {
    font-size: 13px;
    font-weight: 600;
    margin: 0 .2rem;
}

.footer-fixed {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25d366;
    z-index: 999;
}

.footer-fixed > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.footer-fixed > a > i {
    color: #fff;
    font-size: 25px;
}

.to-top {
    display: none !important;
}


@media screen and (max-width:992px){
    ul.megamenu > li.logo {
        display: none;
    }

    .header-center {
        display: flex;
        width: 100%;
    }

    .header-center > a {
        display: flex;
        width: 150px;
    }
    
    .header-center > a > img {
        width: 100%;
    }
    
    .header-left {
        display: flex;
        width: 100%;
    }
    
    .header-right {
        display: flex;
        width: 100%;
        margin-right: 0;
        justify-content: flex-end;
    }
    
    .header-quick-menu > li > div {
        width: auto;
    }
    
    .header-quick-menu {
        gap: 0.3rem;
    }
    
    .header-wrapper {
        padding: 0.6rem 0.3rem;
        justify-content: space-between;
        gap: .5rem;
        width: 100%;
    }

    .header-quick-menu > li:nth-child(3) {
        display: none;
    }
    
    .header-wrapper::before {
        display: none;
    }

    .show-menu > i {
        color: #000 !important;
        font-size: 29px;
    }
}

@media screen and (max-width:767px) {
    .product-page-wrapper .sogo-container {
        background-color: #fff !important;
    }

    .sogo-product-container .product-right {
        padding: 0;
        background-color: #fff;
        padding-top: 1rem;
        /* position: fixed;
        display: flex;
        align-items: flex-start;
        top: unset;
        bottom: 0;
        height: 14%;
        overflow: hidden;
        flex-direction: column;
        z-index: 999999; */
    }

    .name-fav {
        display: none !important;
    }

    .btn-div-product {
        display: none;
    }

    .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked {
        position: unset;
        background-color: transparent;
    }

    .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked .cart-count-buttons {
        width: 100%;
    }

    .mobile-product-details {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 0.5rem;
        padding-top: 0;
    }

    .mobile-product-name {
        width: 50%;
    }
    
    .mobile-product-btn {
        width: 50%;
        display: flex;
    }

    .mobile-product-btn > button {
        width: 100%;
        background-color: #333;
        border: none;
        color: #fff;
        padding: .5rem;
    }
    
    .mobile-product-name > span {
        font-size: 17px;
        font-weight: 600;
    }

    .sogo-product-container .product-right #product {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* .mobil-draggable-area {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem;
    } */
    
    .draggable-thumb {
        width: 60px;
        height: 0.25rem;
        background: #dcdcdc;
        border-radius: 0.125rem;
    }

    .product-grid .product-card {
        width: 33.33%;
    }

    .product-card .product-caption {
        position: unset;
    }

    .footer-wrapper {
        flex-direction: column;
    }
    
    .footer-contain {
        width: 100% !important;
    }
    
    .footer-newsletter {
        width: 100% !important;
        border: none;
        padding: 0;
        margin-top: 2rem;
    }
    
    .footer-newsletter .footer-middle {
        align-items: flex-start;
        padding-left: 0;
    }

    .content-wrapper .sogo-content .filter-sort .sort-view {
        justify-content: center;
    }

    .mobile-product-slider-wrapper img {
        width: 100%;
    }

    .mobile-product-slider-wrapper .slick-dots > li {
        max-width: 10px;
        width: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-product-slider-wrapper .slick-dots > li > button {
        font-size: 0;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 100%;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 50%;
        background-color: #fff;
        padding: 0;
    }
    
    .mobile-product-slider-wrapper .slick-dots {
        display: flex !important;
        flex-direction: column;
        gap: 0.3rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    
    .mobile-product-slider-wrapper .slick-dots > li.slick-active > button {
        background-color: #000;
    }

    .sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .cont-img2 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .cont-img1 {
        flex-direction: column;
        gap: .5rem;
        padding: 0;
    }
    
    .colimg3 {
        width: calc(50% - (.5rem) / 2) !important; 
    }
    
    .cont-img3 {
        gap: .5rem;
    }

    .mobil-slick-slider {
        display: block;
    }
}

@media screen and (max-width:553px){
    .product-grid .product-card {
        width: 50%;
    }

    .footer-contain {
        gap: 1rem;
        flex-direction: column;
    }

    .sogo-pagination {
        padding: 1.5rem .5rem;
    }

    .footer-pull.footer-bottom {
        justify-content: center;
    }

    .footer-bottom-text {
        justify-content: center;
    }

    .prod-colors .colors-img {
        width: 20%;
        margin-bottom: 0.3rem;
    }
    
}