.vertical-menu{
    height: 100%;
    cursor: pointer;
}
.vertical-menu .btn-dropdown{
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: var(--cl-x);
    text-align: left;
    color: #fff;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.vertical-menu .dropdown-item{
    padding: 6px 12px;
    transition: all .1s ease-in-out;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.vertical-menu .dropdown-item:hover{
    color: #fff;
    background-color: var(--cl-x);
}
.vertical-menu .dropdown-item{
    white-space: normal;
}

.vertical-menu:hover>.dropdown-menu{
    display: block;
}
.vertical-menu .dropend:hover .dropdown-menu{
    display: block;
}
.vertical-menu .dropend .dropdown-menu{
    left: 99%;
    top: -6px;
}

.vertical-menu .dropdown-item i{
    margin-right: 8px;
}
.vertical-menu .dropdown-menu{
    right: 0;
    left: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0px;
    /*width: max-content;*/
}
.vertical-menu .dropend .dropdown-menu{
    width: max-content;
}
.vertical-menu:hover .dropdown-menu{
    /*display: block;*/
}


/*===*/
.widdget{
    border: 1px solid rgba(127, 75, 61, 0.30);
}

.widdget + .widdget{
    margin-top: 1.5rem;
}

.widdget-title{
    margin-bottom: 0.5rem;
    padding: 0.75rem 0.5rem;
    color: var(--cl-x);
    text-transform: uppercase;
    font-size: var(--fs-20);
    font-weight: 700;
    text-align: center;
}

/*menusidebarr*/
.sidebar-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-nav .nav>ul{
    width: 100%;
}

.sidebar-nav ul li{
    position: relative;
    padding: 0.5rem 0.25rem;
}

.sidebar-nav .nav>ul>li{
    padding: 0.5rem 1rem 0.5rem 2.25rem;
}

.sidebar-nav .nav>ul>li:after{
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../images/icon-menu.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sidebar-nav .nav>ul>li>a{
    font-weight: 700;
}

.sidebar-nav ul li a {
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 20px);
}

.sidebar-nav ul li a:hover {
    border-bottom: 0;
}

.sidebar-nav ul li.selected a {
    display: block;
    margin-right: 50px;
    color: #004c84;
    font-weight: bold;
}

.sidebar-nav ul li a.menu-toggle {
    position: relative;
    width: 20px;
    text-align: center;
    border-bottom: 0;
    vertical-align: top;
}
 .sidebar-nav ul li a.menu-toggle:after {
    position: relative;
    right: 0;
    text-align: middle;
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f078";
}

.sidebar-nav ul li a.menu-toggle.rotate {
    transform: rotate(180deg);
}

.sidebar-nav ul.sub-menu {
    display: none;
    list-style: disc;
    margin-left: 0.5rem;
}

/*=============== Single Product ===============*/
.slide_show{
    height: clamp(25rem, 23.75rem + 6.25vw, 31.25rem);
    border: 1px solid #c5c5c5;
}

.slide_show_next:after,
.slide_show_prev:after{
    content: "";
}

.slide_show .slide_show_next,
.slide_show .slide_show_prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #696969;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    pointer-events: all;
    opacity: 0;
}
.slide_show:hover .slide_show_next,
.slide_show:hover .slide_show_prev{
    opacity: 1;
}
.slide_show:hover .swiper-button-disabled{
    opacity: 0.5;
}

/*===*/
.single-title{
	margin-bottom: 1rem;
    font-size: var(--fs-28);
    font-weight: bold;
    color: #000;
}
.single-rate{
    margin-top: 0.5rem;
    color: #fcf200;
    font-size: 20px;
}
.single-skud{
    margin-top: 1rem;
}

.single-category{
    margin-bottom: 1rem;
    color: var(--cl-x);
    font-weight: 600;
}

.single-description{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(127, 75, 61, 0.30);;
    font-weight: 300;
}

.single-price{
    display: flex;
    align-items: center;
    font-size: var(--fs-24);
    font-weight: 600;
}

.single-price-regular{
    text-decoration: line-through;
    color: #4A4949;
    font-size: var(--fs-18);
    font-weight: 500;
}

.single-price-discount{
    color: #000;
    margin-right: 0.5rem;
}

.label_discount_price{
    /*background-color: var(--cl-x);*/
    margin-left: 40px;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: var(--cl-y);
}

.single-variation{
    margin-top: 1rem;
}

 .single-variation-item{
    display: flex;
    gap: 0.5rem;
}

.single-variation .label-checkbox-circle{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.single-variation .label-checkbox-circle.active{
    outline: 2px solid var(--cl-x);
    outline-offset: 2px;
}

.single-variation .label-checkbox-circle input{
    opacity: 0;
}



.box-quantity{
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #fff;
}
.box-quantity input{
    width: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem);
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
}

.box-quantity .btn-sub,
.box-quantity .btn-add{
    width: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    height: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 28px;
}

.box-quantity-cart .qty-down,
.box-quantity-cart .qty-up{
    font-size: var(--fs-24);
    color: var(--cl-x);
    z-index: 1;
}
.box-quantity-cart .qty-down{
    border-right: 1px solid var(--cl-x);
}

.box-quantity-cart .qty-up{
    border-left: 1px solid var(--cl-x);
}

.box-quantity-cart input{
    width: 4rem;
    z-index: 1;
}

/*custom*/

.wrapper-single-button.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.single-group-button .box-quantity{
    position: relative;
    background-color: #F5F5F5;
}

.single-group-button .box-quantity input{
    width: 50px;
}

.single-group-button .box-quantity button{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.single-group-button{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.5rem;
    position: relative;
}

.single-group-button:before{
    content: "";
    position: absolute;
    left: 0;
    right: 60%;
    height: 3px;
    top: 0;
    background-color: var(--cl-x);
}

.single-group-button:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 1px;
    background-color: var(--cl-x);
    opacity: 0.5;
}

.btn-add-cart{
    flex: 1;
    font-weight: bold;
    border-radius: 2px;
}

.btn-add-cart.buy-now{
    width: 100%;
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

.group-share-social{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;

}
.group-share-social li{
     
}

.group-share-social a{
    font-size: var(--fs-18);
    color: var(--cl-x);
}

/**/
#single-tab-product{
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solids rgba(0, 0, 0, 0.10);
}

#single-tab-product .nav-link{
    padding: 0.5rem 0;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-size: var(--fs-20);
    font-weight: 700;
    color: #000;
}

#single-tab-product .nav-link.active{
    border-bottom: 3px solid var(--cl-x);
}

#single-tab-content {

}

#single-tab-content img{
    max-width: 100%;
    height: auto;
}


/* Giỏ hàng ========================================*/
.wrapper-cart{
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
    background: rgba(127, 75, 61, 0.10);

}

.wrapper-cart-detail{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.line-bottom-cover{
    position: relative;
}

.line-bottom-cover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: var(--cl-x);
}

.form-checkout label{
    color: #000;
}

.form-checkout .form-control{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--cl-x);
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent;
}

.form-check-input:checked{
    background-color: var(--cl-x);
    border-color: var(--cl-x);
}

.content-payment-method{
    display: none;
    padding: 0.5rem 1.75rem;
    font-size: var(--fs-14);
}

.content-payment-method.defaul{
    display: block;
}



.btn-thanhtoan{
    background-color: #fff;
    border: 2px solid var(--cl-x);
    color: var(--cl-x);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.box-discount-code{
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--cl-x);
    border-radius: 0.5rem;
    background-color: #fff;
}

.box-discount-code .form-control{
    flex: 1;
    border: 0;
    box-shadow: none !important;
    background-color: transparent;
}

.box-discount-code .btn-custom{
    padding: 0 0.5rem;
}

.box-detail-price .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-detail-price .item + .item{
    margin-top: 0.5rem;
}

.box-detail-price .item .label-name{
    font-weight: 600;
}

.box-total-order{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: var(--cl-x);
    color: #fff;
}

.box-total-order .inner-left{
    flex: 1;
}

.box-total-order .btn-custom{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.box-total-order .btn-custom:hover{
    background-color: #fff;
    color: #000;
}




.cate-rating i{
    color: #e9ecef;
    font-size: var(--fs-24);
}
.cate-rating .vote-hover i,
.cate-rating .vote-active i,
.quantity-star i,
.rating-num i{
    color: var(--cl-x);
}



/*===*/
.progress-rating .progress{
    background-color: #e6e6e6;
}
.progress-rating .progress-bar{
    background-color: var(--cl-x);
}
.item-progress{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.item-progress .box-progress{
    flex: 1;
}
.item-progress span{
    width: 50px;
}
.item-progress + .item-progress{
    margin-top: 0.5rem;
}

.content-comment form .form-control{
    border-radius: 0;
    box-shadow: none !important;
}

.list-binhluan .item-binhluan + .item-binhluan{
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc;
}

.list-binhluan .accordion-button{
    margin-top: 0.5rem;
    padding-left: 1rem;
    font-size: 14px;
    font-style: italic;
}



/*===*/
#contact-form label{
    font-weight: 700;
}

#contact-form label.label-required:after{
    content: "*";
}

#contact-form .form-control{
	border: ;
    border: 1px solid rgba(127, 75, 61, 0.50);
    border-radius: 0;
	box-shadow:none !important;
    color: var(--cl-x);
}

#contact-form .form-control::placeholder{
    color: rgba(127, 75, 61, 0.50);
}

.list-info-contact{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-info-contact .label-title{
    font-size: var(--fs-20);
    color: var(--cl-x);
    font-weight: 700;
}

.list-info-contact li + li{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(127, 75, 61, 0.50);
}

.box-iframe-contact iframe{
    height: 400px;
}


/* Singgle Post ========================================*/
.box-title-single .box-date{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--fs-18);
}

.box-title-single .box-date{
    font-weight: 500;
}

.box-title-single .box-date .dot{
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #000;
}

.box-title-single .box-date .date{
    color: var(--cl-x);
}

.box-title-single .title{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.5rem;
}

.list-related-post .card-blog-vertical + .card-blog-vertical{
    margin-top: 1rem;
}


/*pagination*/
.arrow-pagination{
    padding: 0;
}
.arrow-pagination ul{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    /*border: 1px solid #ccc;*/
}

.arrow-pagination li a,
.arrow-pagination li .current{
    float: unset;
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-shadow: none;
    background: #fff;
}
.arrow-pagination li a:hover,
.arrow-pagination li .current:hover{
    border-color: #000;
}
/*.arrow-pagination li + li{
    border-left: 1px solid #ccc;
}*/

.arrow-pagination ul li .current{
    background-color: unset;
    color: unset;
}
.arrow-pagination ul li.active:not(.arrow-pagination ul li.active:first-child):not(.arrow-pagination ul li.active:last-child) .current{
    background-color: var(--cl-x);
    color: #fff;
}


.wp-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    background: #e7e7e7;
}

.input-fix {
    margin-top: 10%;
    position: relative;
    z-index: 9999;
}

.input-fix input {
    height: 40px;
    min-width: 250px;
    border-radius: 6px;
    border: 0;
    margin-top: 15px;
    padding: 3px 15px;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 0, 0, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 0, 0, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 0, 0, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 0, 0, 0.3);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.wp-fix h1 {
    font-size: 36px;
}

.btn-enter {
    height: 36px;
}

.input-fix {
    margin-top: 18%;
    position: relative;
    z-index: 9999;
}

.input-fix form {
    position: relative;
    display: inline-block;
}

.input-fix input {
    height: 40px;
    min-width: 300px;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    padding: 3px 15px;
}

.btn-enter {
    height: 40px;
    width: 45px;
    background: #ccc;
    border: 0;
    margin-left: -4px;
    position: absolute;
    top: 0;
    right: 0;
}




/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 30;
}

.box-ring {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: 5rem;
    height: 5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: 3rem;
    height: 3rem;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}