* {
    padding: 0;
    margin: 0;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.screen-size {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -999;
    visibility: hidden;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.off-canvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body {}

hr {
    color: #66d5f0;
}

.bg-part-1 {
    background-color: fbfbfb;
}

.bg-part-2 {
    background-color: fbfbfb;
}

.cont {
    background-color: white;
    border-bottom: solid;
    border-width: 0.2px;
    box-shadow: 2px 2px 2px #66d5f0;
    height: 70px;
    width: 100%;
    margin: auto;
    position: relative;
}

.login-out {
    width: 80%;
    display: inline-block;
    float: right;
    margin: 15% 15% 0 0;
}

.search-not-cart-pro {
    margin: 15px 0 0 0;
    width: 15%;
    display: inline-block;
    float: right;
}

.search-not-cart-pro i {
    margin: 3% 7% 0 0;
    font-size: 20;
    color: #0d0d0d;
    position: relative;
}

.notification {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #66d5f0;
    position: absolute;
    top: 10px;
    left: -8px;
    font-size: 18;
    text-align: center;
    color: #f3f3f3;
}

.logo-container button {
    float: right;
    transition: border-radius 0.3s ease-in-out 0.3s;
    margin: 0 2% 0 0;
    width: 100px;
    height: 40px;
    border: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color: #0d0d0d;
    background-color: #0d0d0d;
    font-weight: 700;
    color: white;
}

.logo-container button:hover {
    border-radius: 0;
}

button:active {
    outline: none;
}

.logo-container {
    display: inline-block;
    height: 400px;
    background-color: white;
    width: 23%;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #0d0d0d;
    border-radius: 20px;
    box-shadow: 0px 16px 8px 0px #0d0d0d;
}

.logo-container img {
    width: 250px;
    margin: 30px 2% 0px 11%;
}

.social-button {
    margin: 0 0 0 8%;
}

.social-button a {
    display: inline-block;
}

.social-button img {
    margin-left: 5px;
    height: 45px;
    width: 45px;
}

.logo-cont-small {
    height: 100px;
    width: 80%;
    display: none;
    background-color: white;
    margin: auto;
    margin-top: 25px;
    border: solid;
    border-width: 1px;
    border-color: #0d0d0d;
    border-radius: 20px;
    box-shadow: 0px 16px 8px 0px #0d0d0d;
}

.logo {
    width: 20%;
    display: inline-block;
}

.logo-cont-small .logo img {
    display: inline-block;
    width: 200px;
    margin: auto;
}

.logo-cont-small .social-button {
    margin: 3% 0 0 0;
    display: inline-block;
    width: 38%;
}

.logo-cont-small .social-button a {
    display: inline-block;
}

.logo-cont-small .login-out {
    width: 33%;
    display: inline-block;
    float: right;
    margin: 3% 2% 0 0;
}

.logo-cont-small button {
    float: right;
    transition: border-radius 0.3s ease-in-out 0.3s;
    margin: 0 5% 0 0;
    width: 100px;
    height: 40px;
    border: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color: #0d0d0d;
    background-color: #0d0d0d;
    font-weight: 700;
    color: white;
}

.logo-cont-small button:hover {
    border-radius: 0;
}

.offcanvas-menu-wrapper {
    visibility: hidden;
    position: fixed;
    left: -350px;
    top: 0;
}

.canvas-open {
    display: none;
}

.nav-menu {
    display: inline-block;
    margin-left: 5%;
    width: 80%;
}

ul li {
    list-style-type: none;
    display: inline-block;
    margin: 13px 4% 0 0;
}

ul li.active a {
    color: 66d5f0;
}

ul li i {
    margin: 12px 10px 0 0;
}

ul li a {
    color: 0d0d0d;
    font-size: 15;
    font-weight: 100;
}

ul li a:hover {
    color: 66d5f0;
}

.hero-section {
    position: relative;
    width: 100%;
    margin: auto;
}

.fa-arrow-alt-circle-left,
.fa-arrow-alt-circle-right {
    color: #66d5f0;
    visibility: hidden;
}

.slider-cont:hover .fa-arrow-alt-circle-left {
    color: #66d5f0;
    visibility: visible;
}

.slider-cont:hover .fa-arrow-alt-circle-right {
    color: #66d5f0;
    visibility: visible;
}

.slider-cont {
    box-shadow: 0px 16px 8px 0px #0d0d0d;
    display: inline-block;
    width: 71%;
    height: 400px;
    margin: 30px 7px 10px 2%;
    position: relative;
    border-radius: 20px;
}

.slider-1-card {
    height: 70%;
    width: 30%;
    background-color: brown;
    position: absolute;
    top: 20%;
    left: 6%;
    z-index: 3;
}

.slider-1-card-2 {
    padding: 1%;
    text-align: center;
    height: 70%;
    width: 30%;
    background-color: #66d5f0;
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 3;
}

.slider-1-card-2 h2 {
    margin-top: 5%;
    color: #0d0d0d;
    z-index: 3;
}

.slider-cont img {
    display: none;
    width: 100%;
    object-fit: cover;
    height: 400px;
    position: relative;
    border: solid;
    border-width: 1px;
    border-color: #0d0d0d;
    border-radius: 20px;
}

.icerik {
    width: 100%;
    background-color: black;
    height: 330px;
    border-radius: 20px;
}

.current-slider {
    width: 25%;
    position: absolute;
    left: 45%;
    top: 90%;
}

.dot {
    cursor: pointer;
    height: 5px;
    width: 20px;
    margin: 0 4px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.2s ease;
    position: relative;
}

.activedot,
.dot:hover {
    background-color: #66d5f0;
}

#next {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 45%;
    z-index: 1;
}

#pre {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 45%;
    z-index: 1;
}

.bottom-pic {
    display: inline-block;
    width: 96%;
    height: 500px;
    margin: auto;
    margin-left: 2%;
    position: relative;
}

.bottom-pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 500px;
    position: relative;
}


/**/


/**/


/**/


/**/

.categories-list {
    grid-row: span 2;
    background-color: white;
    border: solid;
    border-width: 0.01px;
    border-color: #0d0d0d;
    border-radius: 20px;
    box-shadow: 0px 16px 8px 0px #0d0d0d;
}

.categories-list a {
    margin: 7% 0 0 15%;
    display: block;
    font-size: 20px;
    color: #0d0d0d;
    text-decoration: none !important;
}

.categories-list a:hover {
    color: #66d5f0;
}

.cat-list-small {
    margin: auto;
    display: none;
    width: 96%;
    background-color: white;
    border: solid;
    border-width: 0.01px;
    border-color: #0d0d0d;
    border-radius: 20px;
    box-shadow: 0px 16px 8px 0px #0d0d0d;
    text-align: center;
    margin-bottom: 25px;
}

.cat-list-small a {
    margin: 1% 1% 2% 1%;
    display: inline-block;
    font-size: 17px;
    color: #0d0d0d;
    text-align: center;
}

.veritical-product-i {
    grid-row: span 2;
}

.veritical-product-i img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.h-list-1 {
    margin: auto;
    margin-top: 20px;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 25px 25px;
}

.product {}

.product-item {
    display: inline-block;
    width: 100%;
    height: 350px;
}

.product-item:hover .discount {}

.discount {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 80px;
    background-color: #66d5f0;
}

.discount h4 {
    margin-left: 6px;
}

.off {
    margin-left: 6px;
}

.place-holder {
    position: relative;
    width: 271;
    height: 260;
    display: none;
}

.flip-cont {
    width: 100%;
    height: 260;
}

.flip {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 260;
    transition: z-index;
    -webkit-transition: z-index;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.flip:hover {}

.product-img,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-img {
    color: black;
    background-color: white;
}

.product-img:hover {
    cursor: pointer;
}

.flip-back {
    color: white;
    background-color: #f3f3f3;
    transition: trasform 0.5s 2s;
    transform: rotateY(180deg);
}

.product-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-baslik {
    background-color: e1e1e1;
    height: 90px;
    width: 100%;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    text-align: center;
    border-width: 0.5px;
    border-color: #0d0d0d;
}

.product-baslik h2 {
    font-weight: 100;
    margin-top: 3px;
}

.product-baslik h3 {
    font-weight: 600;
    margin-top: 3px;
}

.loader {
    display: block;
    border: 16px solid #0d0d0d;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 20%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-content {
    padding: 25px;
    display: none;
    margin: auto;
    width: 100%;
    top: 0;
    grid-gap: 25px 25px;
    background-color: #f3f3f3;
    border: solid;
    border-color: #0d0d0d;
    z-index: 99999;
    position: relative;
}

.product-images {}

.the-big-one {
    display: inline-block;
    height: 50%;
    width: 50%;
    border: solid;
    border-color: #3498db;
}

.the-big-one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.the-smalls {
    padding-top: 2%;
    float: left;
    display: inline-block;
    height: 50%;
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 5px 5px;
}

.the-smalls img {
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-details {
    overflow: scroll;
    width: 50%;
    float: right;
    text-align: center;
    height: 50%;
}

.product-details h2 {
    color: #0d0d0d;
}

.product-details p {
    color: #0d0d0d;
}

.product-description {
    padding: 2%;
    float: right;
    height: 45%;
    width: 100%;
}

.product-price-part {
    padding: 2%;
    width: 50%;
    height: 50%;
    display: inline-block;
    float: right;
}

.table-ship {
    width: 100%;
    height: 30%;
    border: solid;
    border-color: #3498db;
}

.table-ship tr,
td {
    text-align: center;
    color: #0d0d0d;
    width: 50%;
    height: 50%;
    border: solid;
    border-color: #3498db;
}

.price {
    margin: auto;
    margin-top: 2%;
    width: 50%;
    height: 28%;
    color: #0d0d0d;
    border: solid;
    border-color: red;
    text-align: center;
}

.price h4 {
    margin-top: 5%;
    text-align: center;
    color: #0d0d0d;
    width: 100%;
}

.add-cart-section {
    margin: auto;
    margin-top: 5%;
    height: 30%;
    color: red;
    width: 100%;
}

.add-cart-section i {
    float: right;
    margin-left: 5%;
    height: 30%;
    color: #3498db;
}

.add-cart-section button {
    background-color: #0d0d0d;
    height: 80%;
    width: 45%;
    color: #3498db;
    border-color: #3498db;
    font-size: 25;
    font-weight: 600;
}


/**/


/**/


/**/


/**/

.middle-slider {
    grid-row: span 2;
    grid-column: span 3;
}

.m-s-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    width: 100%;
    height: 150px;
    text-align: center;
    background-color: #1C1C1C;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner h2 {
    color: white;
}


/**/


/**/


/**/

.h-list-2 {
    margin: auto;
    margin-top: 15px;
    width: 96%;
    display: grid;
    grid-template-columns: 2fr 3fr 4fr;
    grid-template-rows: repeat(1, 300px);
    grid-gap: 15px 15px;
}

.tab-product-item {
    display: inline-block;
    width: 100%;
}

.tab-product-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.tab-product-item {
    height: 300px;
}

.h-list-3 {
    margin: auto;
    margin-top: 15px;
    width: 96%;
    display: grid;
    grid-template-columns: 4fr 3fr 2fr;
    grid-template-rows: repeat(1, 300px);
    grid-gap: 15px 15px;
}

.tab-product-item {
    display: inline-block;
    width: 100%;
}

.tab-product-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.tab-product-item {
    height: 300px;
}


/**/


/**/


/**/


/*FOOTER*/

.cont-fluid-s {
    width: 100%;
    background-color: #1C1C1C;
    height: 150px;
    margin-top: 15px;
}

.cont-fluid-l {
    width: 100%;
    background-color: #0d0d0d;
}

.footer-logo img {
    margin-left: 10%;
    margin-top: 10px;
    width: 80%;
}

.footer-nav-menu {
    display: block;
    width: 80%;
    margin: 10% 0 10% 0;
}

.footer-nav-menu ul {
    position: relative;
    display: block;
    padding-left: 80px;
}

.footer-nav-menu ul li {
    list-style-type: none;
    display: block;
    margin: 13px 4% 0 0;
}

.footer-nav-menu ul li.active a {
    color: #66d5f0;
}

.footer-nav-menu ul li i {
    margin: 12px 10px 0 0;
}

.footer-nav-menu ul li a {
    text-decoration: none !important;
    color: #f3f3f3;
    font-size: 15;
    font-weight: 100;
}

.footer-nav-menu ul li a:hover {
    color: 66d5f0;
}

.f-contact {
    text-align: center;
    margin-top: 40px;
    display: block;
    width: 100%;
}

.f-contact a {
    text-decoration: none !important;
    color: #f3f3f3;
    display: block;
    width: 100%;
    font-size: 18;
    margin-top: 7%;
}

.f-contact a:hover {
    color: #66d5f0;
}

.f-contact i {
    margin-right: 3%;
}

.f-contact input {
    width: 300px;
    border-radius: 5px;
    height: 50px;
    border-color: #f3f3f3;
    text-indent: 10px;
}

.f-contact img {
    width: 40px;
    margin-right: 3%;
    margin-left: 0;
}

.help {
    text-align: center;
    position: relative;
    display: block;
}

.help h2 {
    margin-top: 40px;
    color: #f3f3f3;
}

.help a {
    line-height: 3.5em;
    color: #f3f3f3;
    text-decoration: none !important;
    text-align: center;
    position: relative;
    display: block;
}

.help a:hover {
    color: #66d5f0;
}

.besyakat {
    margin-left: -10px;
    margin-bottom: 5%;
    width: 100%;
    position: relative;
    list-style-type: none;
}

@media (max-width:1260px) {
    .h-list-1 {
        margin: auto;
        margin-top: 20px;
        width: 96%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-gap: 25px 25px;
    }
    .veritical-product-i {
        grid-row: span 2;
    }
    .logo-container {
        display: none;
    }
    .logo-cont-small {
        display: block;
    }
    .slider-cont {
        width: 96%;
    }
    .cat-list-small {
        display: block;
    }
    .categories-list {
        display: none;
        grid-row: span 0;
        grid-column: span 0;
    }
    .middle-slider {
        grid-row: span 2;
        grid-column: span 2;
    }
    .add-cart-section {
        margin: auto;
        margin-top: 5%;
        height: 30%;
        color: red;
        width: 100%;
    }
    .add-cart-section i {
        float: right;
        margin-left: 5%;
        height: 30%;
        color: #3498db;
        font-size: 35;
    }
    .add-cart-section button {
        background-color: #0d0d0d;
        height: 80%;
        width: 45%;
        color: #3498db;
        border-color: #3498db;
        font-size: 15;
        font-weight: 600;
    }
}

@media (max-width:920px) {
    .h-list-1 {
        margin: auto;
        margin-top: 20px;
        width: 96%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px 25px;
    }
    .veritical-product-i {
        grid-row: span 2;
    }
    .middle-slider {
        grid-row: span 2;
        grid-column: span 2;
    }
    .h-list-2 {
        margin: auto;
        margin-top: 15px;
        width: 96%;
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
    .nav-menu {
        display: none;
    }
    .overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .off-canvas-overlay.active {
        visibility: visible;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #0d0d0d;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 50px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .canvas menu {
        margin-top: 15%;
    }
    .offcanvas-menu-wrapper .canvas-close {
        font-size: 40px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 27px;
        position: absolute;
        right: 60px;
        top: 20px;
        cursor: pointer;
        color: #f3f3f3;
    }
    .canvas-open {
        display: inline-block;
        margin: 15px 0 0 15px;
        z-index: 2;
    }
    .search-not-cart-pro {
        width: 50%;
        display: inline-block;
        float: right;
        padding-left: 25%;
    }
    .search-not-cart-pro i {
        margin: 3% 3% 0 0;
        font-size: 20;
        color: #0d0d0d;
    }
    .offcanvas-menu-wrapper li {
        list-style-type: none;
        display: block;
        margin: 5% 0 0 5%;
    }
    .offcanvas-menu-wrapper li i {
        margin: 0% 4% 0 0%;
    }
    .offcanvas-menu-wrapper a {
        color: #f3f3f3;
        font-size: 30;
        font-weight: 200;
    }
    .offcanvas-menu-wrapper a:hover {
        color: #66d5f0;
    }
    .logo-cont-small .social-button {
        display: none;
        margin: 5% 0 0 0;
    }
    .logo-cont-small .social-button a {
        display: inline-block;
    }
    .logo-cont-small .social-button i {
        display: inline-block;
    }
    .offcanvas-menu-wrapper .social-button {
        width: 100%;
        height: 45px;
        margin: 200px 20px 0 15px;
        position: relative;
        bottom: 30px;
        display: block;
    }
    .offcanvas-menu-wrapper .social-button a {
        display: inline-block;
    }
    .offcanvas-menu-wrapper .social-button img {
        margin-left: 5px;
        height: 30px;
        width: 30px;
    }
    .offcanvas-menu-wrapper .login-out {
        width: 100%;
        margin: 20% 2% 30% 0;
        display: block;
    }
    .offcanvas-menu-wrapper .login-out button {
        float: right;
        transition: border-radius 0.3s ease-in-out 0.3s;
        margin: 0 5% 0 0;
        width: 100px;
        height: 50px;
        border: solid;
        border-width: 1px;
        border-radius: 20px;
        border-color: #f3f3f3;
        background-color: #f3f3f3;
        font-weight: 700;
        color: #0d0d0d;
    }
    .offcanvas-menu-wrapper .login-out button:hover {
        border-radius: 0;
    }
    .logo-cont-small .login-out {
        display: none;
    }
    .logo-cont-small .logo {
        width: 100%;
        padding: 1% 0 0 30%;
    }
    .logo-cont-small .logo img {
        width: 200px;
    }
    .product-content {
        padding: 25px;
        display: none;
        margin: auto;
        width: 100%;
        top: 0;
        grid-gap: 25px 25px;
        background-color: #f3f3f3;
        border: solid;
        border-color: #3498db;
        z-index: 99999;
        position: relative;
    }
    .product-images {}
    .the-big-one {
        display: inline-block;
        height: 50%;
        width: 50%;
        border: solid;
        border-color: #3498db;
    }
    .the-big-one img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .the-smalls {
        padding-top: 2%;
        float: left;
        display: inline-block;
        height: 50%;
        width: 50%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 5px 5px;
    }
    .the-smalls img {
        display: inline-block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .product-details {
        overflow: scroll;
        width: 50%;
        float: right;
        text-align: center;
        height: 50%;
    }
    .product-details h2 {
        color: #0d0d0d;
    }
    .product-details p {
        color: #0d0d0d;
    }
    .product-description {
        padding: 2%;
        float: right;
        height: 45%;
        width: 100%;
    }
    .product-price-part {
        padding: 2%;
        width: 50%;
        height: 50%;
        display: inline-block;
        float: right;
    }
    .table-ship {
        width: 100%;
        height: 20%;
        border: solid;
        border-color: #3498db;
    }
    .table-ship tr,
    td {
        text-align: center;
        color: #0d0d0d;
        width: 50%;
        height: 50%;
        border: solid;
        border-color: #3498db;
    }
    .price {
        margin: auto;
        margin-top: 2%;
        width: 50%;
        height: 28%;
        color: #0d0d0d;
        border: solid;
        border-color: red;
        text-align: center;
    }
    .price h4 {
        margin-top: 5%;
        text-align: center;
        color: #0d0d0d;
        width: 100%;
    }
    .add-cart-section {
        margin: auto;
        margin-top: 5%;
        height: 30%;
        color: red;
        width: 100%;
    }
    .add-cart-section i {
        margin-top: 10%;
        float: right;
        margin-left: 5%;
        height: 30%;
        color: #3498db;
        font-size: 30;
    }
    .add-cart-section button {
        background-color: #0d0d0d;
        height: 80%;
        width: 45%;
        color: #3498db;
        border-color: #3498db;
        font-size: 15;
        font-weight: 600;
    }
}

@media (max-width:768px) {
    .h-list-1 {
        margin: auto;
        margin-top: 20px;
        width: 96%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, fr);
        grid-gap: 25px 25px;
    }
    .veritical-product-i {
        grid-row: span 1;
    }
    .middle-slider {
        grid-row: span 1;
        grid-column: span 1;
    }
    .logo-cont-small .logo {
        width: 100%;
        padding: 2% 0 0 32%;
    }
    .logo-cont-small .logo img {
        width: 200px;
    }
    .h-list-2 {
        margin: auto;
        margin-top: 15px;
        width: 96%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
    .h-list-3 {
        margin: auto;
        margin-top: 15px;
        width: 96%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
    .product-content {
        padding: 25px;
        display: none;
        margin: auto;
        width: 100%;
        top: 0;
        grid-gap: 25px 25px;
        background-color: #f3f3f3;
        border: solid;
        border-color: #3498db;
        z-index: 99999;
        position: relative;
    }
    .product-images {}
    .the-big-one {
        display: block;
        height: 25%;
        width: 100%;
        border: solid;
        border-color: #3498db;
    }
    .the-big-one img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .the-smalls {
        padding-top: 2%;
        display: block;
        height: 25%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 5px 5px;
    }
    .the-smalls img {
        display: inline-block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .product-details {
        overflow: scroll;
        width: 100%;
        text-align: center;
        height: 25%;
    }
    .product-details h2 {
        color: #0d0d0d;
    }
    .product-details p {
        color: #0d0d0d;
    }
    .product-description {
        padding: 2%;
        height: 45%;
        width: 100%;
    }
    .product-price-part {
        padding: 2%;
        width: 100%;
        height: 25%;
        display: inline-block;
    }
    .table-ship {
        width: 100%;
        height: 10%;
        border: solid;
        border-color: #3498db;
    }
    .table-ship tr,
    td {
        text-align: center;
        color: #0d0d0d;
        width: 50%;
        height: 50%;
        border: solid;
        border-color: #3498db;
        font-size: 12;
    }
    .price {
        margin: auto;
        margin-top: 2%;
        width: 50%;
        height: 28%;
        color: #0d0d0d;
        border: solid;
        border-color: red;
        text-align: center;
    }
    .price h4 {
        margin-top: 1%;
        text-align: center;
        color: #0d0d0d;
        width: 100%;
    }
    .add-cart-section {
        margin: auto;
        margin-top: 5%;
        height: 30%;
        color: red;
        width: 100%;
    }
    .add-cart-section i {
        float: right;
        margin-top: 3%;
        margin-left: 5%;
        height: 30%;
        font-size: 20;
        color: #3498db;
    }
    .add-cart-section button {
        background-color: #0d0d0d;
        height: 100%;
        width: 45%;
        color: #3498db;
        border-color: #3498db;
        font-size: 15;
        font-weight: 600;
    }
    .footer-nav-menu {
        text-align: center;
    }
    .footer-nav-menu ul {
        text-align: center;
        padding-left: 25%;
    }
    .footer-nav-menu li {
        display: inline-block !important;
    }
}

@media (max-width:550px) {
    .search-not-cart-pro {
        padding-left: 15%;
    }
    .h-list-1 {
        margin: auto;
        margin-top: 20px;
        width: 96%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, fr);
        grid-gap: 25px 25px;
    }
    .veritical-product-i {
        grid-row: span 1;
    }
    .middle-slider {
        grid-row: span 1;
        grid-column: span 1;
    }
    .logo-cont-small .logo {
        width: 100%;
        padding: 4% 0 0 14%
    }
    .logo-cont-small .logo img {
        width: 200px;
    }
    .h-list-2 {
        margin: auto;
        margin-top: 15px;
        width: 96%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
    .h-list-3 {
        margin: auto;
        margin-top: 15px;
        width: 96%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
    .add-cart-section i {
        float: right;
        margin-left: 5%;
        height: 30%;
        color: #3498db;
        font-size: 15;
    }
    .add-cart-section button {
        background-color: #0d0d0d;
        height: 100%;
        width: 45%;
        color: #3498db;
        border-color: #3498db;
        font-size: 10;
        font-weight: 600;
    }
}