@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    background-color: #eff7f8;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #222;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn {
    transition: all .4s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* header */
#top-nav-fixed {
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition: all .3s;
}

#top-nav-fixed.sticky {
    height: 80px;
    transition: all .3s;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

#top-nav-fixed .navbar-brand img {
    max-width: 90px;
    transition: all .4s;
}

#top-nav-fixed.sticky .navbar-brand img {
    transform: scale(.7);
    transition: all .4s;
}

#top-nav-fixed .navbar {
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(184, 39, 89, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
    position: absolute;
    top: 22px;
    right: 0;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #222;
    text-transform: uppercase;
    padding: 0;
    display: block;
    margin: 0px 20px;
    position: relative;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .active>.nav-link {
    color: #d43065;
}

header .navbar-light .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    transform: scale(0);
    background-color: #d43065;
    transition: all .4s;
}

header .navbar-light .navbar-nav .nav-link:hover:after,
header .navbar-light .navbar-nav .nav-link.active:after {
    transform: scale(1);
}

header .navbar-light .icon-menu .navbar-nav .nav-link {
    margin: 0 0 0 25px;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 100%;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    overflow: hidden;
}

.cart-number {
    background-color: #e41e2c;
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1;
}

.icon-menu .dropdown-toggle::after {
    display: none;
}

.user-profile-logo {
    display: flex;
    gap: 10px;
    font-size: 15px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    line-height: 110%;
    white-space: normal;
}

.user-profile-logo img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}

.icon-menu .dropdown-menu {
    padding: 1rem 10px;
    border: 0;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    min-width: 13rem;
}

.icon-menu .dropdown-item {
    padding: .5rem .5rem;
}

.icon-menu .dropdown-item:focus,
.icon-menu .dropdown-item:hover {
    color: #222;
    background-color: #f9f2f4;
}

/* banner */
.banner-section {
    position: relative;
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}

.banner-section h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-section .list-unstyled li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 5px;
}

.banner-section .list-unstyled li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
}

.text-pink {
    color: #d43065;
}

.rounded-lg {
    border-radius: 20px !important;
}

.banner-section .carousel-inner {
    overflow: initial;
}

.carousel-indicators {
    right: auto;
    margin-left: 0;
    bottom: -50px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #d43065;
}

.banner-img {
    position: relative;
    z-index: 1;
}

.banner-img:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 30px;
    right: 40px;
    bottom: -20px;
    border: 2px solid #d43065;
    z-index: -1;
    border-radius: 12px;
}

.text-18 {
    font-size: 18px;
}

.product-inquiry .table-responsive {
    overflow: hidden !important;
}

.product-inquiry .product-table,
.contact-us .product-table,
.cart-page .product-table {
    margin-bottom: 20px;
}

.cart-detail-row {
    gap: 30px;
}


.contact-detail-list-right {
    /*background: url(../images/Rectangle.svg) left top / cover;*/
    background-color: #232228;
    color: #fff;
    margin-top: -25px;
    margin-bottom: -25px;
    padding: 40px;
    padding-bottom: 20px;
    right: -5px;
}


.contact-detail-list-right .table.product-table thead th {
    background: rgba(255, 255, 255, 25%);
    color: white;
    border-radius: 100px;
    padding-left: 20px;
}


.contact-detail-list-right i {
    height: 50px;
    min-width: 50px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    background-color: #fff;
    font-size: 24px;
    color: #d43065;
}


.contact-us .product-table {
    min-width: auto;
}

.contact-us .list-group-item {
    border: none;
}

.btn-pink {
    background-color: #d43065;
    min-width: 130px;
    padding: 8px 15px 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 100px;
}

.button-group .btn-repeat {
    background-color: #40811b;
    border-color: #40811b;
}


.button-group .btn-order-detail {
    background-color: #3680a1;
    border-color: #3680a1;
}

.button-group .btn-order-detail:hover {
    background-color: #3d93ba;
    border-color: #3d93ba;
}

.button-group .btn-repeat:hover {
    background-color: #4d9b20;
    border-color: #4d9b20;
}

.button-group .btn {
    min-width: 160px;
    min-width: 160px !important;
    font-size: 13px !important;
    border-radius: 100px !important;
    padding: 5px 15px 5px;
    text-align: center;
    color: #fff;
}

.button-sub-group {
    gap: 10px;
}

.btn-pink-bordered {
    background-color: #fff;
    border: 1px solid #d43065;
    color: #222;
}

.btn-black {
    background-color: #232228;
}

.btn-pink:hover {
    background-color: #fc185a;
    color: #fff;
}

.btn-pink-lg {
    min-width: 200px;
    padding: 15px 15px 12px;
    text-align: center;
    color: #fff;
}

.btn-warning {
    background-color: #fdb81a;
    border-color: #fdb81a;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #d43065;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-content-width {
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
}

section.section-from-top {
    padding-top: 160px;
}

.main-title {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.main-title:after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background-color: #ca3361;
    font-size: 24px;
    margin-top: 12px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.main-title span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.white-card {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(37, 84, 123, 0.08);
    padding: 25px 20px;
    border-bottom: 2px solid #d43065;
    overflow: hidden;
}

.white-card:not(:last-child) {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    height: calc(1.75em + .75rem + 2px);
    padding: .375rem 1.2rem;
    font-size: 15px;
    color: #222;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #ffb1c8;
}

.product-table {
    font-size: 14px;
    margin-bottom: 0;
    min-width: 700px;
}

.table.product-table td,
.table.product-table th {
    vertical-align: middle;
    border-bottom: 1px dashed #d9e9eb
        /*E4E6EF*/
    ;
    border-top: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(245 252 253);
    background-color: rgb(245 252 253);
}

.qty-col {
    width: 130px;
}

.confirm-order-btn {
    width: 200px;
    padding: 10px 15px 10px
}

.cart-section-border {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.cart-page .form-custom-checkbox {
    color: rgb(0, 0, 0, 0.7);
}

.cart-col,
.status-col {
    width: 140px;
}

.qty-col .form-control {
    height: 34px;
}

.cart-col .btn-pink {
    min-width: 140px;
    padding: 5px 15px 5px;
    font-size: 14px;
    white-space: nowrap;
}

.status-available {
    background-color: #D4EDDA;
    border-radius: 100px;
    padding: 4px 10px;
    color: #155724;
    min-width: 110px;
    display: inline-block;
    text-align: center;
}

.pagination .page-link {
    color: #222;
    border: 1px solid #ddd;
    border-radius: 100% !important;
    margin-left: 5px;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link:hover,
.pagination .active {
    color: #fff;
    background-color: #d43065;
    border: 1px solid transparent;
}
.card {   
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}

footer {
    background-color: #333;
    padding-top: 70px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #d43065;
}

.footer-col {
    text-align: center;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f1ceda;
    color: #d43065;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    /*border: 3px solid #c18097;*/
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px #6c0f30;
}

.footer-col h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.copyright {
    margin-top: 60px;
    border-top: 1px solid #444;
    padding: 25px 0 20px;
    font-size: 14px;
    font-weight: 300;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    background-color: #000;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 0 8px #ccc;
    transition: all .4s;
    display: none;
}
.form-control-cart {
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: 15px;
    color: #222;
    border-radius: 100px;
    border: 1px solid #ddd;
}
