.Logo {
    margin-top: -10px;
    padding: 0 50px 0 0;
}

.navbar {
    padding-top: 40px;
    padding-bottom: 20px;
}

header.fixed-top {
    background-color: #fff;
    padding: 0 0 10px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.topSearch {
    margin: -50px auto;
    position: absolute;
    top: 0;
    right: 12px;
}

.SearchBtn {
    margin-left: -33px !important;
    z-index: 4 !important;
    background-color: #fff;
    transform: scale(.85);
}

#navBars {
    align-items: flex-start;
}

#navBars .nav-link,
footer .nav-link {
    position: relative;
    color: #706e6c;
    padding: 0.25rem 1.5vw;
}

#navBars .nav-link.active,
#navBars .nav-link:hover,
footer .nav-link:hover {
    color: #83521e;
    font-weight: bold;
}

#navBars .nav-link:after,
footer .nav-link:after,
#Panel_Logout:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #ccc;
}

#navBars .nav-item:last-child .nav-link:after,
footer .nav-item:last-child .nav-link:after {
    display: none;
}

.nav-link:focus, .nav-link:hover {
    color: #820000;
}

#Panel_Logout{
    padding: 0.25rem 1.5vw;
    position: relative;
}

#Label_NickName::before{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person-fill' viewBox='0 0 16 16'%3e%3cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    background-position: center 6px;
    background-repeat: no-repeat;
    background-size: auto;
}

#Button_Logout{
    padding: 4px 5px;
    margin: 0 0 0 5px;
    background-color: #d0885e;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
}

#Button_Logout:hover{
    background-color: #000;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    margin-left: 10px;
}

.carousel-control-next, .carousel-control-prev {
    color: #d3d3d3;
    filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.carousel-indicators .active {
    background-color: #a4a4a4;
}

.border-right::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background-color: #eee;
}

.discount .col-md-3:last-child .border-right::before {
    display: none;
}

.discount .card-text {
    font-size: 13px;
    /* max-height: 25px; */
    max-width: 90%;
}

.discount img {
    max-width: 60px;
    max-height: 60px;
}

.text-brown {
    color: #612c0f !important;
}

.btn-brown {
    color: #fff;
    background-color: #612c0f;
    border-color: #612c0f;
}

.btn-brown:hover {
    color: #fff;
    background-color: #441d08;
    border-color: #441d08;
}

.btn-secondary {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

#BannerList2 {
    opacity: 1;
}

.masonry{
    /* column-count: 2;
    column-gap: 0; */
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    height: 2000px;
    width: 100%;
}

.masonry .item{
    position: relative;
    display: block;
    padding: 2px;
    width: 50%;
    box-sizing: border-box;
    counter-increment: item-counter;
}

.masonry .item img{
    display: block;
    width: 100%;
    height: auto;
}

.masonry .item:nth-child(2n+1){
    order: 1;
}

.masonry .item:nth-child(2n){
    order: 2;
}

.masonry .item:after{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    background-color: #000;
    color: #fff;
    content: counter(item-counter);
}

#LoginModal .nav-tabs .nav-item .nav-link {
    color: #d2d2d2;
    background-color: #fafafa;
    border-color: #eee;
    border-top: 3px solid #eee;
}

#LoginModal .nav-tabs .nav-item.show .nav-link, #LoginModal .nav-tabs .nav-link.active {
    color: #706e6c;
    background-color: #fff;
    border-color: #eee #eee #fff;
    border-top: 3px solid #612c0f;
}

#LoginModal .tab-content {
    padding: 50px 15px;
    border: 1px solid #eee;
    border-top: none;
}

#LoginModal .tab-area-left input {
    border: 0;
    outline: none;
    color: #5e3b25;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}

#LoginModal .tab-area-left label {
    display: none;
}

#LoginModal input[type=button],
#Button_Login {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #5e3b25;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

#Label_Message_Login {
    background-color: #ffc1c1;
    padding: 5px 7px;
    color: #a50000;
    display: none;
    border-radius: 4px;
}

input:-webkit-autofill{
    background-color:rgb(255, 236, 189) !important;
    background-image:none !important;
    color:rgb(0, 0, 0) !important;
}

::placeholder {
    color: #c2c2c2 !important;
    opacity: 1;
}

#LoginModal .tab-area-left input::placeholder {
    color: #ccc;
}

#LoginModal .btn-link {
    color: #5e3b25;
    text-decoration: none;
    padding: 0 5px;
}

#LoginModal .btn-link:hover {
    color: #391e0e;
    border-bottom: 1px solid;
    border-radius: 0;
}

#LoginModal .login_fb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 auto 25px auto;
    background-color: #3b5998;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 15px;
}

.product_list h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.product_list h5{
    font-size: 14px;
    margin-top: 15px;
}

.feature a h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    margin-bottom: 2px;
}

.feature a p{
    text-align: center;
    color: #555;
    font-size: 0.95em;
    line-height: 1.28em;
}

.feature a{
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 5px;
}

.feature a:hover{
    background-color: #fff;
    /* box-shadow: 0 7px 15px rgb(0 0 0 / 15%); */
}

.feature .price {
    font-size: 13px;
    color: #666;
    text-align: right;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
}

.feature .original_price {
    font-size: 16px;
    font-family: 'Century Gothic';
    color: #888;
    text-align: right;
    text-decoration: line-through;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.feature .current_price {
    font-size: 20px;
    font-family: 'Century Gothic';
    text-align: right;
    font-weight: bold;
    margin: 0 0 0 2px;
}

.feature .price_all {
    color: #a91a1a;
}

.feature a:hover .price,
.feature a:hover .current_price,
.feature a:hover .original_price {
    color: #a91a1a;
}

nav.Small .collapse li {
    line-height: 18px;
    font-size: 0.95em;
}

.product_list a p{
    margin-bottom: 0;
}

#navBars .nav.right{
    min-width: 315px;
    justify-content: end;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
}

@keyframes moveIn {
    from {opacity: 0;transform: translateX(10000px);}
    to {opacity: 1;transform: translateX(0px);}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

#shopCart{
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    width: 380px;
    right: 12px;
    background-color: #fff;
    box-shadow: 0 15px 25px -15px rgb(0 0 0 / 30%);
    z-index: 9;
    display: none;
}

#shopCart.show{
    display: block;
}

#shopCartBtn{
    cursor: pointer;
}

#shopCart .btnBar{
    text-align: right;
    padding-top: 10px;
}

#shopCart .cartList{
    max-height: 350px;
}

#shopCart .ptop{
    position: relative;
}

#shopCart .ptop h3{
    font-size: 18px;
}

#shopCart .ptop .close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.productList {
    border: 1px solid #ccc;
}

.productList .product {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.productList .product.text {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.productList .product:last-child {
    border-bottom: none;
}

.productList .product.text {
    background-color: #fff;
    padding: 2px 0;
}

.productList .product .pimg {
    width: 15%;
    padding: 5px;
}

.productList .product .quantity {
    width: 10%;
    padding: 5px;
    white-space: nowrap;
}

.productList .product .title {
    width: 50%;
    padding: 0 5px;
    overflow: hidden;
}

.productList .total {
    width: 100%;
    padding: 3px 0;
    text-align: right;
    border-top: 1px solid #eee;
}

.productList .product.text .price {
    color: #212529;
}

#Label_ShoppingCart_TotalPrice {
    font-family: 'Century Gothic';
    color: #ea0000;
    padding: 0 5px;
    font-weight: bold;
    font-size: 1.3em;
}

#Label_ShoppingCart_TotalPrice:before {
    content: '$';
    font-weight: normal;
    font-size: .75em;
    margin-right: 3px;
}

.productList .product .price {
    width: 25%;
    font-family: 'Century Gothic';
    color: #ea0000;
    text-align: right;
    padding: 0 5px;
}

.productList .product .delete {
    width: 10%;
    font-family: 'Century Gothic';
    color: #e7b1b1;
    text-align: right;
    padding: 0 5px;
}

.productList .product .delete:hover {
    color: #ea0000;
}

.productList .product .delete span {
    cursor: pointer;
}

.productList .product .price span {
    font-weight: bold;
    font-size: 1.3em;
}

.bd-aside a {
    padding: 0.1875rem 0.3rem;
    margin-top: 0.125rem;
    margin-left: 0;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(179, 103, 82, 0.1);
}

.bd-aside .active {
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
}

.bd-aside .btn {
    padding: .25rem 0;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    border: 0;
    font-size: 0.95em;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(121, 82, 179, .1);
}

.bd-aside .btn:focus {
    box-shadow: 0 0 0 1px #7952b3b3;
}

.bd-aside .btn::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    transform: scale(.65);
}

.bd-aside .btn[aria-expanded="true"]::before {
    transform: rotate(90deg) scale(.65);
}

.sale_news{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sale_news li{
    background: transparent url(data:image/gif;base64,R0lGODlhBAAFAIAAAP///01JSiH5BAAAAAAALAAAAAAEAAUAAAIGRICWygcFADs=) no-repeat 0 9px;
}

.sale_news .snews{
    font-size: 0.95em;
    color: #83521e;
    padding: 0 0 0 10px;
}

.news .sale_news .snews{
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

.product_info {
    padding: 10px 0 0;
}

.product_info .original_price {
    font-size: 16px;
    font-family: 'Century Gothic';
    color: #000;
    text-align: right;
    text-decoration: line-through;
    font-weight: bold;
}

.product_info .price {
    font-size: 14px;
    font-family: 'Century Gothic';
    color: #ea0000;
    text-align: right;
    vertical-align: top;
    display: flex;
    font-weight: bold;
    justify-content: end;
}

.product_info .price span {
    font-size: 50px;
    font-weight: bold;
}

.alb_list{
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.alb_list .alb_item{
    width: 30%;
    height: auto;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
}

.alb_list .alb_item:hover,
.alb_list .alb_item.active{
    border: 5px solid rgb(211, 187, 174);
    cursor: zoom-in;
}

#productImg:hover{
    cursor: zoom-in;
}

.alb_list .alb_item img{
    width: 100%;
    height: auto;
}

.addcart .input-group-text{
    color: #999;
    background-color: #eee;
    height: 38px;
}

.addcart .number{
    max-width: 50px;
    text-align: center;
    font-size: 16px;
    font-family: 'Century Gothic';
    height: 38px;
}

.addcart .minus{
    cursor: pointer;
}

.addcart .plus{
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
}

.addcart .input-group-text:hover{
    background-color: #612c0f;
    color: #fff;
}

#productTab{
    margin: 50px auto;
}

#productTab .nav{
    justify-content: center;
}

#productTab .nav-tabs .nav-item .nav-link {
    color: #bebebe;
    background-color: #fafafa;
    border-color: #eee;
    border-top: 3px solid #eee;
}

#productTab .nav-tabs .nav-item.show .nav-link, #productTab .nav-tabs .nav-link.active {
    color: #706e6c;
    background-color: #fff;
    border-color: #eee #eee #fff;
    border-top: 3px solid #612c0f;
}

#productTab .tab-content {
    padding: 50px 15px;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}

.pageTitle{
    font-weight: bold;
    font-size: 25px;
    margin: 50px 0 20px;
    text-indent: 1.5em;
    position: relative;
}

.pageTitle .bi{
    transform: translate(-88px, -5px) scale(1.15);
    position: absolute;
    left: 0;
    transform-origin: 0 0;
    color: #bababa;
}

.pageTitle .bi.rotate{
    transform: rotate(348deg) translate(-88px, -2px) scale(1.15);
}

.newslist a{
    color: #666;
    text-decoration: none;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 7.5%);
    transition: all .3s ease;
    overflow: hidden;
}

.newslist a img{
    transition: all .5s ease;
    transform: scale(1);
}

.newslist a:hover{
    color: #444;
    box-shadow: 0 15px 15px -10px rgba(81, 19, 0, 0.5);
    background-color: #ffece2;
}

.newslist a:hover img{
    transform: scale(1.05);
}

.newslist a h3{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    height: 53px;
    overflow: hidden;
}

.newslist a .card-text{
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.newslist .time{
    color: #bbb;
    font-size: 13px;
    text-align: right;
}

.shoppingSteps{
    margin: 0 auto 15px;
    max-width: 700px;
}

.shoppingSteps .col i{
    font-size: 30px;
    margin: 0 auto 20px;
    color: #d5d5d5;
}

.shoppingSteps .col h5{
    font-size: 16px;
    margin: 20px auto;
    color: #c4c4c4;
    font-weight: bold;
}

.shoppingSteps .col.active i{
    color: #be8669;
}

.shoppingSteps .col.active h5{
    color: #7e4729;
}

.shoppingSteps .feature{
    position: relative;
}

.shoppingSteps .col:before{
    font-size: 30px;
    content: "➔";
    color: #ccc;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: 22%;
    left: -10%;
    transform: translateY(-50%);
}

.shoppingSteps .col.active:before{
    color: #be8669;
}

.shoppingSteps .col:first-child::before{
    display: none;
}

.inputArea{
    margin: 0 auto 15px;
    justify-content: space-around;
    padding: 0;
}

.inputArea .list-group-item{
    padding: 2rem;
    margin: 0 0 15px;
    background-color: #f6f6f6;
}

.inputArea.nobg .list-group-item{
    background-color: transparent;
}

.inputArea .list-group-item+.list-group-item {
    border-top-width: 1px;
}

.inputArea .toolBox{
    padding: 2rem 1rem;
}

.inputArea .form-control:disabled, .inputArea .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.inputArea .form-check-input{
    font-size: 1.5em;
    line-height: 1.5em;
    background-color: #fff;
    border: 3px solid #be8669;
    cursor: pointer;
    margin: 0 auto;
}

.inputArea .form-check-label{
    cursor: pointer;
}

.inputArea .form-check-input:hover,
.inputArea .form-check-input:checked:hover{
    background-color: #7e4729;
    border: 3px solid #be8669;
}

.inputArea .form-check-input:checked {
    background-color: #7e4729;
    border: 3px solid #7e4729;
}

.selectBtn{
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.selectBtn[readonly],
.selectBtn:disabled{
    background-image: none;
}

.productsList{
    margin: 0 auto 15px;
    justify-content: space-around;
    padding: 0;
}

.productsList .close{
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 20px;
    color: #ccc;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.productsList .close:hover{
    color: #820000;
}

.productsList .form-check-input{
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #be8669;
    cursor: pointer;
}

.productsList .form-check-input:hover,
.productsList .form-check-input:checked:hover{
    background-color: #7e4729;
    border: 3px solid #be8669;
}

.productsList .form-check-input:checked {
    background-color: #7e4729;
    border: 3px solid #7e4729;
}

.form-check-input:focus,
.form-control:focus,
.btn-check:focus+.btn, .btn:focus {
    border-color: #7e4729;
    box-shadow: 0 0 0 0.25rem rgb(171 73 16 / 25%);
}

.form-check-input:checked {
    background-color: #7e4729;
    border-color: #7e4729;
}

.productsList .list-group-item{
    padding: 0.5rem 3rem;
}

.productsList .form-checked-content{
    width: 100%;
}

.productsList .addcart .input-group-text {
    color: #999;
    background-color: #fff;
}

.productsList .addcart .input-group{
    justify-content: flex-end;
}

.productsList .addcart .plus {
    border-radius: .25rem;
}

.productsList .addcart .input-group-text:hover {
    background-color: #eecbb6;
    color: #000;
}

.productsList .original_price {
    font-size: 16px;
    font-family: 'Century Gothic';
    color: #ccc;
    text-align: right;
    text-decoration: line-through;
    font-weight: normal;
}

.productsList .price {
    font-size: 14px;
    font-family: 'Century Gothic';
    color: #983b3b;
    text-align: right;
    display: flex;
    font-weight: bold;
    justify-content: end;
    align-items: baseline;
}

.productsList .price span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
}

.productsList a.image {
    display: block;
    margin: 10px;
    width: 100px;
    float: left;
}

.productsList .product {
    display: flex;
    align-items: center;
}

.productsList .title {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #706e6c;
    display: block;
    margin: 15px 0;
}

.productsList .title2 {
    font-size: 16px;
    text-decoration: none;
    color: #706e6c;
    display: block;
    margin: 15px 0;
    text-indent: 3em;
    width: 100%;
}

.productsList .active .title2,
.productsList .active .title2 small{
    color: #714519 !important;
}

.productsList .title:hover,
.productsList .title2:hover {
    color: #000;
}

.payment .list-group-item{
    cursor: pointer;
    transition: all .3s ease;
}

.payment .list-group-item:hover{
    background-color: #faf0eb;
}

.payment .list-group-item.active{
    background-color: #faf0eb;
    border-color: #7e4729;
    border-left: 15px solid #cda189;
}

.payment .list-group-item small{
    float: right;
    font-weight: normal;
}

.productsList .match-activity {
    font-size: 14px;
    text-decoration: none;
    color: #706e6c;
    display: block;
    font-weight: normal;
}

.productsList .nomatch-activity {
    font-size: 14px;
    text-decoration: none;
    color: #706e6c;
    display: block;
    font-weight: normal;
}
.totalBox{
    border: 1px solid #ccc;
    padding: 15px;
    text-align: right;
    background-color: #f2f2f2;
    border-radius: .25rem;
}
.totalBox em{
    font-size: 20px;
    padding: 10px;
    font-style: normal;
    font-family: 'Century Gothic';
    font-weight: bold;
}

.totalBox .orderPrice {
    font-size: 14px;
    font-family: 'Century Gothic';
    color: #ea0000;
    text-align: right;
    align-items: baseline;
    display: flex;
    font-weight: bold;
    justify-content: end;
}

.totalBox .orderPriceBig {
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
}

.totalBox .spreadTotalBlock {
    font-family: 'Century Gothic';
}

.totalBox .mred {
    color: #d30000;
}

.toolBox {
    padding: 0;
}
.btnBig{
    padding-left: 4vw;
    padding-right: 4vw;
    white-space: nowrap;
}
h4.pop {
    font-size: 1.3em;
    color: #555;
}
.mesage{
    min-height: 90px;
}
.mesage p{
    margin: 5px 0;
}
.spec{
    min-height: 160px;
}
.border-right-1{
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.waterfall {
    width: 100%;
    margin: 0px auto;
    column-count: 2;
    column-gap: 20px;
}
.waterfall .item {
    max-width: 100%;
    break-inside: auto;
}

footer p,
footer .nav-link {
    font-size: 14px;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    bottom: 7.5%;
    background: #231815;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.back-to-top:hover {
    color: #fff;
    background: #8a2a31;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 992px) {
    .Logo {
        margin-top: 0;
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .topSearch {
        padding: 0 20px;
        top: 170px;
        right: 0;
        width: 100%;
        left: 0;
    }

    #navBars {
        padding: 15px;
        background-color: #eee;
        border: 1px solid #912020;
        margin: 5px 0 0;
    }

    #navBars .nav-item {
        width: 100%;
    }

    #navBars .nav-link {
        font-weight: 900;
    }

    #navBars .nav-link:after {
        right: 0;
        top: auto;
        bottom: -5px;
        transform: translateY(-100%);
        width: 100%;
        height: 4px;
        background-color: #e3e3e3;
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0);
    }

    .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
        transition: all 0.3s ease;
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        transform: skewX(-25deg) rotate(450deg) scaleY(1.5);
        transition: all 0.3s ease;
    }

    .container.first {
        margin-top: 120px;
    }

    .border-right::before {
        width: 100%;
        height: 100%;
        background-color: transparent;
        /* border: 1px solid #ddd; */
        border-radius: 7px;
    }

    .discount .col-md-3:last-child .border-right::before {
        display: block;
    }
    .discount .card-text,
    .discount strong {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .discount{
        gap: 1%;
        margin: 0 auto;
    }
    .discount img {
        max-width: 75%;
        max-height: 75%;
    }
    .discount .col-6{
        border: 1px solid #ddd;
        border-radius: 7px;
        width: 24%;
        margin-bottom: 15px;
    }
    #shopCart {
        width: 96.7%;
        top: 105px;
    }
    #shopCart.show{
        animation-name: moveIn;
        animation-duration: .5s;
        animation-fill-mode: forwards;
    }
}

@media (max-width: 768px) {
    .productsList .form-check-input{
        left: 10px;
    }
    .product_menu {
        height: 38px;
        overflow: hidden;
        margin: 0 auto 15px;
        border: 1px solid #ccc;
        position: fixed;
        width: 100%;
        z-index: 1030;
        background-color: #f2f2f2;
    }
    .product_menu:after {
        height: 38px;
        width: 38px;
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        position: absolute;
        right: 0;
        top: 0;
        line-height: 38px;
    }
    .product_list {
        margin-top: 65px;
    }
    .discount img {
        max-width: 75%;
        max-height: 75%;
    }
}
@media (max-width: 580px) {
    .Logo img {
        height: 70px;
    }
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .product_info h3.title {
        margin-top: 30px;
    }
    #alb_content {
        width: calc(100% - 60px);
    }
    .product_image {
        width: 100%;
        margin: 0 auto;
    }
    .product_content {
        justify-content: end;
        margin: 0 auto;
    }
    .shoppingSteps .col:before {
        top: 20%;
        left: -16%;
    }
    .shoppingSteps .col h5{
        font-size: 13px;
    }
    .btnBig {
        min-width: 90%;
        white-space: nowrap;
    }
    .productsList .title2 {
        text-indent: 0;
    }
    .productsList a.image {
        width: 70px;
        margin: 0 10px 0 0;
    }
    .topSearch {
        top: 140px;
    }
    .container.first {
        margin-top: 95px;
    }
    .product_info {
        padding: 50px 0 0;
    }
    #shopCart {
        width: 94.2%;
        top: 75px;
    }
    .border-right-1{
        border-right: none;
        padding-right: 0;
    }
    #Panel_Logout:after{
        display: none;
    }
    .productsList .product {
        margin: 0 0 8px;
    }
    .waterfall {
        column-count: 1;
        column-gap: 0;
    }
    .Logo {
        max-width: 80%;
        margin: 15px 0;
    }
    .Logo img {
        max-width: 100%;
        height: auto;
    }
    .discount {
        gap: 5%;
    }
    .discount .col-6{
        width: 47%;
    }
    .discount img {
        max-width: 50%;
        max-height: 50%;
    }
}