* {
    box-sizing: border-box;
}
.head_gi {
    text-align: center;
    padding: 15px 0;
    opacity:0.02;
}

.header_row {
    padding: 0px 20px;
}

.head_f_icon {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0px;
}

.head_f_icon ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head_f_icon ul li {
    display: inline-block;
    padding-right: 20px;
}

.head_f_icon img {
    width: 20px;
}

.header-top {
    background: #fff;
    width: 100% !important;
    z-index: 2;
    box-shadow: 0px 1px 10px #999;
}

.head_logo img {
    position: relative;
    width: 18%;
    padding: 5px 0 5px 0;
}

.head_f_icon ul li:last-child {
    padding: 0px;
}

.navigation_n ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.navigation_n ul li {
    padding: 5px 8px 5px 8px;
    text-align: center;
}
.navigation_n ul li marquee{color: #fff;}
.navigation_n ul li i {
    display: inline-block;
    margin-left: 5px;
    margin-right: 7px;
    color: white;
}

.navigation_n img {
    width: 18px;
}

.navigation_n {
    background: #e83e31;
    padding: 0px 20px;
}

.navigation_n ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.navigation_n .live-timer {
    color: #fff;
    border: none;
    margin-left: auto;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    min-width: 319px;
}

.navigation_n .live-timer span {
    color: white;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.navigation_n #point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding: 0px 4px;
    font-weight: bold;
    font-size: 12px;
}

.dropdown-1 {
    position: relative;
    display: inline-block;
    padding-right: 5px !important;
    min-width: 200px;
    border-left: 1px solid #fff;
}

.dropdown-content-1 {
    display: none;
    position: absolute;
    right: 0px;
    margin-top: 5px;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-1 .drp-link {
    color: grey;
    letter-spacing: 0.5px;
    padding: 9px 14px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgb(255, 152, 152);
}

.dropdown-content-1 .drp-link:hover {
    background-color: #ddd;
}

.dropdown-1:hover .dropdown-content-1 {
    display: block;
}

.dropdown_menu-6 {
    animation: growDown 400ms ease-in-out forwards;
    transform-origin: top center;
}

.dropdown-1:hover {
    background-color: rgb(230, 98, 98);
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

/* Animasi Detik Kedap - Kedip */
@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

.head_f_icon form {
    margin: 0;
}


/*   popup on navigation */

.popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;
}

.popover__wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: #f5bcbc;
    padding: 1.5rem;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: auto;
}


.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f5bcbc transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    left: -88px;
    width: 200px;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    top: 60px;
}

.modal-area {
    text-align: center;
}

.modal-area input[type="radio"] {
    display: block;
}

.modal-area p {
    font-size: 20px;
    font-weight: 400;
}

.modal-area a i {
    position: absolute;
    right: 11%;
    bottom: 22%;
    transform: translate(-10%, -23%);
}

.popover__wrapper input {
    border: none;
    background-color: #eee;
    position: relative;
    padding: 5px 0px;
    color: #858585;
    text-align: center;
    border-radius: 10px;
}

.search_n {
    margin-top: 2px;
    display: block;
    background-color: #e83d31;
    color: white;
    padding: 6px 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;

}

.search_n:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search_n i {
    margin-right: 3px;
    font-size: 14px;
}

/* .search_n form {
    position: relative;
    top: 15px;


    transform: translate(0%, -50%);
    transition: all 1s;
    width: 28px;
    height: 28px;

    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #e83e31;
    padding: 8px;
} */

/* .search_n input {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    max-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(211, 211, 211);

    line-height: 30px;
    outline: none;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;

} */

/* .search_n ::placeholder {
    color: grey;
} */

/* .search_n .fa {
    box-sizing: border-box;
    padding: 3px;
    width: -1px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 2px;
    border-radius: 50%;
    color: #e83e31;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
} */

/* .search_n form:hover,
.search_n form:valid {
    width: 160px;
    cursor: pointer;
} */

/* .search_n form:hover input,
.search_n form:valid input {
    display: block;
} */

/* .search_n form:hover .fa,
.search_n form:valid .fa {
    color: #e83e31;
} */

.head_f_icon ul li .cart-basket {
    font-size: -35px;
    font-size: 11px;
    position: relative;
    top: -8px;
    right: 7px;
    padding: 1px 3px 1px 4px;
    color: #fff;
    background-color: #e83d31;
    border-radius: 50%;
}

.head_f_icon ul li a i {
   color: #e83e31;
   font-size: 20px;
   font-weight: bold;

}
.head_f_icon ul li a {
    text-decoration: none;
}

.head_f_icon .dropdown {
    position: relative;
    display: inline-block;
}

.head_f_icon .dropdown:hover .dropdown-content {
    display: block;
}

#mobile_header {
    display: none;
}

#destop_header {
    display: block;
}

/* mobile header */


.head_mob {
    text-align: left;
}

.head_mob ul {
    list-style-type: none;
}

.head_mob ul li {
    list-style-type: none;
}

.head_mob_2 {
    text-align: right;
    padding: 0;
}

.head_mob_2 ul {
    list-style-type: none;
}

.head_mob_2 ul li {
    display: inline-block;
    padding-right: 15px;
}

.head_gi_mob {
    /* padding: 0; */
    text-align: right;
    opacity: 0.02;
}

.head_gi_mob img {
    width: 70%;
}

.head_logo_mob img {
    width: 32%;
    text-align: left;
}

.header_row_mob {
    padding: 8px 15px 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header_row_mob_2 {
    padding: 0px 15px 0px 15px;
    border: 1px solid #bbbbbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_mob_2 ul li:last-child {
    padding-right: 13px;
}

.row_2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head_mob_2 ul li .cart-basket {
    font-size: -35px;
    font-size: 11px;
    position: absolute;
    top: -8px;
    right: 7px;
    padding: 1px 3px 1px 4px;
    color: #fff;
    background-color: #e83d31;
    border-radius: 50%;
}

.relative {
    position: relative;
}

.head_mob_2 .dropdown {
    position: relative;
    display: inline-block;
}

.head_mob_2 a i{
    font-size: 16px;
    color: #e83e31;
    vertical-align: middle;
    font-weight: bold;
}

.sidenav_mob {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #e83e31;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 36px;
}

.sidenav_mob ul li {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    font-size: 17px;
    /* border-bottom: 1px solid #fff; */
    color: #fff;

}

.sidenav_mob ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.sidenav_mob a {
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav_mob ul li:last-child {
    border-bottom: none;
}

.sidenav_mob a:hover {
    color: #f1f1f1;
}

.sidenav_mob .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}

.sidenav_mob img {
    width: 7%;
}

.sidenav_mob ul {
    list-style: none;
    border: 1px solid #fff;
}

.sidenav_mob a .dropdown_mob {
    position: absolute;
    right: 0;
    margin: 4px 20px;
    transition: 0.3s ease;
}

.sidenav_mob .rotate {
    transform: rotate(90deg);
}

.sidenav_mob .sub-menu {
    display: none;
}

.sidenav_mob .sub-menu a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin: 6px 8px 0 0px;
    padding: 0px 14px;
    background: #ff4331;
    line-height: 35px;
}

/******** media query *******/

@media screen and (max-width:1120px) {
    .head_logo img {
        padding: 14px 0 5px 0;
    }

    .navigation_n ul li a {
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width:992px) {
    .head_logo img {
        padding: 8px 0 5px 0;
        width: 30%;
    }

    /* .search_n form:hover,
    .search_n form:valid {
        width: 133px;
        cursor: pointer;
    } */

    /* .search_n input {
        padding: 0 17px;
    } */
    .search_n {
        max-width: 160px;
        font-size: 11px;
    }

    .head_f_icon ul li {
        padding-right: 4px;
    }

    #mobile_header {
        display: block;
    }

    #destop_header {
        display: none;
    }
}
@media (max-width: 385px){
.search_n{
    min-width: 160px;
    font-size: 11px;
}
}
@media screen and (max-width:820px) {
    .head_logo img {
        padding: 6px 0 5px 0;
        width: 30%;
    }

}

/* @media screen and (max-width:720px) {
    #mobile_header{
        display: block;
    }
    #destop_header{
        display: none;
    }
} */
@media screen and (max-height: 450px) {
    .sidenav_mob {
        padding-top: 15px;
    }

    .sidenav_mob a {
        font-size: 18px;
    }
}
