﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: "Play", sans-serif !important;
    font-style: normal;
}

.hero {
   
    background-image: url('../images/hero.jpg');
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.hero-ty {
    background-image: url('../images/hero-ty.jpg') !important;
    background-repeat: no-repeat !important;
    height: 30vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-size: cover !important; 
}

    .hero h1 {
        font-size: 62px;
    }

    .hero h4 {
        font-size: 25px;
    }

.white-cta {
    color: #333;
    background: #fff;
    padding: 18px 33px;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

    .white-cta:hover {
        text-decoration: none;
        color: #333;
        opacity: 0.85;
        box-shadow: 0 0 10px #EE323E;
    }

.features {
    padding: 60px 0 10px 0;
    position: relative; /* Ensures absolute positioning of h4 and p elements is relative to this container */
}

    .features > .container > .row > .col-md-4 {
        position: relative; /* Set position to relative for each column */
        overflow: hidden; /* Hide overflow to contain overlay */
    }

    .features img {
        transition: opacity 0.3s ease; /* Add transition effect for opacity */
    }

        .features img:hover {
            opacity: 1; /* Reduce opacity of image on hover */
        }

    .features h4,
    .features p {
        position: absolute; /* Positions the h4 and p elements absolutely within the .features container */
        color: white; /* Set text color to white */
        z-index: 1; /* Ensure text is above the image */
    }

    .features h4 {
        top: 40px; /* Adjust this value to position the h4 elements vertically */
        left: 50px; /* Adjust this value to position the h4 elements horizontally */
        padding-bottom: 20px;
    }

    .features p {
        top: 140px; /* Adjust this value to position the p elements vertically */
        left: 50px; /* Adjust this value to position the p elements horizontally */
        width: 70%; /* Set width of the paragraph */
    }

    .features h4::after {
        content: ''; /* Create a pseudo-element to style the border bottom */
        position: absolute; /* Position the pseudo-element absolutely */
        bottom: -10px; /* Align the pseudo-element to the bottom */
        left: 0; /* Align the pseudo-element to the left */
        width: 30%; /* Set the width of the border bottom */
        border-bottom: 1px solid; /* Style the border bottom */
    }

.overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 20px;
    width: 90%;
    height: 98%;
    border-radius: 20px;
    z-index: 1;
    display: none;
}




@media screen and (max-width: 768px) {
    .hero {
        height: 100vh
    }
}


.prod {
    background: #F5F5F5;
    border-radius: 10px;
    transform: scale(0.95);
    padding-bottom: 30px;
}

.addToCart {
    width: 100%;
    display: block;
    background: #EE323E;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(238, 50, 62, 0.5);
    cursor: pointer;
}

    .addToCart:hover {
        background: #c6000d;
    }
/*
.dropdown {
    position: relative;
    border-color: #E0E0E0;
    color: #9a9999;
}
    */
/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
    width: 20%;
    transform: scale(0.95);
}

.slick3 {
    width: 80%;
    transform: scale(0.95);
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .slick3-dots li img {
        width: 100%;
    }

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .slick3-dot-overlay:hover {
        border: 3px solid #888888;
    }

.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888888;
}

@media screen and (max-width: 768px) {
    .hero h1 {
        font-size: 35px;
    }
}

.prod-type h4 {
    font-size: 18px;
    font-weight: 700;
}

.type-select {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    width: 100%;
}

.item-type {
    opacity: .5;
    cursor: pointer;
    display: flex;
    padding: 20px;
}

.btn-type-select {
    background: #5a5a5a;
    color: #fff;
    padding: 10px 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.item-type.active {
    border: 3px solid #ff4848;
    border-radius: 8px;
    opacity: 1;
}

.btn-type-select.active {
    background: #ff4848;
}


.valid {
    color: black !important;
}

select option {
    color: #000;
}

.header-icons {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-icons {
        margin-top: -113px;
    }

    .section01 span {
        height: 78%;
        right: -11px;
        top: -1px;
    }

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

    .prod-name {
        text-align: left !important;
    }
}

.autocomplete-express ul {
    margin-top: 60px;
}

.control-fields_address2 {
    margin-left: 160px;
}

.item {
    border: 1px solid #ddd;
    margin: 5px 0;
}

.cs-container {
    background-image: url('../images/ty-cs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 30px;
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 60px;
}

#chkboxSameAddress{
    width:auto !important;
}
.item:hover {
    background: rgb(18 120 162 / 10%);
}