:root {
  --color-primary: #c81400;
  --color-primary-dark: #a4000a;
  --color-secondary: #FF9800;
  --color-1: var(--color-primary);
  --color-3: #dd0000;
  --color-5: #636466;
  --color-6: #eaeaea;
  --radius: 7px;
  --duration: .3s;
  --color-black: #101010; /* Màu đen chuẩn */
  --color-black-dark: #383838; /* Màu đen đậm */
  --color-black-light: #414141; /* Màu đen nhạt */
  --color-black-lighter: #606060; /* Màu đen nhạt hơn */

--color-red-products: #D60000; /* Màu đỏ */
--color-red-products-hover: #c10000; /* Màu đỏ đậm hơn */  
--color-green-products: #008535; /* Màu xanh lá */
--color-green-products-hover: #00752f; /* Màu xanh lá đậm hơn */
--color-blue-products: #0062D6; /* Màu xanh dương */
    --color-blue-products-hover: #0058c1; /* Màu xanh dương đậm hơn */
  
  --color-gray: #bbb; /* Màu xám đậm */
  --color-gray-dark: #ddd; /* Màu xám đậm */
  --color-gray-light: #d3d3d3; /* Màu xám nhạt */
  --color-gray-lighter: #d6d6d6; /* Màu xám nhạt hơn */
  
  --color-primary-hover: #ffeb3b;
  --color-secondary-hover: #dd0000;
  
  --page-extra-large-width: 1200px; /* Max Width tối đa */
  --page-large-width: 780px; /* Large Width */
  --page-medium-width: 720px; /* Medium Width */
  --page-small-width: 540px; /* Small Width */
  
  --sidebar-width: 315px; /* Width sidebar */

  --cat-sub-menu-width: 288px; /* Width Cat Sub Menu */
  
  --menu-height: 85px; /* Chiều Cao Menu */
  --menu-desk-height: 50px; /* Chiều Cao Menu Desktop*/

  --top-header-height: 32px; /* Chiều Cao Top Header */

  --center-header-height: 118px; /* Chiều Cao Top Header */

  --list-cat-menu-height: 427px; /* Chiều Cao Top Header */

  --form-control-height: 38px; /* Chiều Cao Của Class "form-control" */

}
.btn,.form-control{font-weight:400;padding:.375rem .75rem;font-size:1rem;line-height:1.5}button{border-radius:0}button:focus{outline:0}button,input,select,textarea{border:none;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}.form-control{display:block;width:100%;height:var(--form-control-height);color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:var(--radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control:focus::-ms-value{color:#495057;background-color:#fff}.btn{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}
/*Layout 2 column*/
.page-wrap{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.page-content{
  padding-bottom: 45px;
}
@media (max-width: 575.8px){
  .page-content{
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid var(--color-gray-light);
  }
  .page-sidebar {
    padding: 20px 0;
    background-color: #f1f3f4;
  }
}
@media (min-width: 576px){
  .page-wrap{
    max-width: var(--page-small-width);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px){
  .page-wrap{
    max-width: var(--page-medium-width);
  }
}

@media (min-width: 992px){
  .page-wrap{
    max-width: var(--page-large-width);
  }
}

@media (min-width: 1200px){
  .page-wrap{
    max-width: var(--page-extra-large-width);
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .page-content{
    width: calc(100% - 35px - var(--sidebar-width));
    padding-bottom: 0;
  }
  .page-sidebar{
    width: var(--sidebar-width);
  }
  .page-sidebar{
    position: sticky;
    top: calc(35px + var(--menu-desk-height) );
    z-index: 1;
    height: max-content;
    transition: .5s;
  }
}
.marginY{
	margin-top: 55px;
    margin-bottom: 55px;
}
@media (min-width: 992px) {
    .marginY {
        margin-top: 85px;
        margin-bottom: 85px;
    }
}

h1, h2, h3, h4, h5{
  margin: 0;
  font-weight: 600;
}
img {
    vertical-align: middle;
    border-style: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
body a{
  text-decoration: none;
  color: #141414;
  transition: all ease .3s;
}
body a:hover{
  color: var(--color-primary);
  transition: all ease .3s;
}
.list-unstyled{
  list-style: none;
}
.rlt{
  position: relative;
}
.text-center{
  text-align: center;
}
.img-fluid, .img-responsive{
  max-width: 100%;
  height: auto;
}
.block-top{
  margin-top: 40px;
}
.block-bottom{
  margin-bottom: 40px;
}



/*Sidebar*/
.sidebar-wrapper {
    background: #fff;
    box-shadow: 0 0 3px var(--color-gray-lighter);
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    transition: var(--transition);
}
.sidebar-wrapper:last-child{
  margin-bottom: 0;
}
.sidebar-wrapper a{
  color: #101010;
}
.sidebar-wrapper a:hover{
  color: #ff0e0e;
}
.title-sidebar-wrapper {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.title-sidebar-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 3px;
  width: 50%;
  background-color: var(--color-primary);
}
.title-sidebar-wrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-gray-dark);
}
@media (max-width: 575.8px){
  .sidebar-wrapper{
    border-top: 1px solid var(--color-gray-dark);
    border-bottom: 1px solid var(--color-gray-dark);
  }
}
@media (min-width: 576px){
  .sidebar-wrapper{
    border-radius: var(--radius);
    border: 1px solid var(--color-gray-dark);
    margin-bottom: 35px;
  }
}
/*End Sidebar*/





h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--color-primary);
}
.trans {
  transition: 0.5s;
}
.text-center {
  text-align: center;
}
.rlt {
  position: relative;
}
.img-fluid,
.img-responsive {
  max-width: 100%;
  height: auto;
}
.align-items-center {
  align-items: center;
}
img {
  vertical-align: middle;
  border-style: none;
}

/*Banner*/

@media (min-width: 1200px){
  .banner-wrap {
      display: flex;
      justify-content: end;
  }
  .section-banner{
    width: calc((100% - var(--cat-sub-menu-width)) - 0px);
  }
}
/*End Banner*/

/*Products popular*/
.title-lg-products-popular img {
    width: 100%;
    height: auto;
}
.products-popular-wrapper {
    border: 1px solid #c9c9c9;
    padding: 7px;
    transition: .3s;
}
.products-popular-wrapper:hover {
    border: 1px solid var(--color-primary);
}
.products-popular-image {
  position: relative;
  overflow: hidden;
}
.products-popular-image img {
  transition: .5s;
}
.products-popular-image:hover img {
  transform: scale(1.08);
}
.products-popular-title a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;   
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.products-icon-sale{
  position: absolute;
  top: 3px;
  left: 3px;

}
.products-icon-sale {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/iconsale.png") top left no-repeat;
    padding: 5px 10px 7px 25px;
    background-size: contain;
    font-size: 13px;
    color: #fff;
}
.products-popular-price{
  font-size: 16px;
}
.products-popular-price span{
  color: var(--color-primary);
  font-weight: 600
}
.products-popular-price del{
  color: #444; 
}
/*End Products popular*/


/*Products Cat Hot With Items*/
.products-wrap:not(:last-child){
  margin-bottom: 50px;
}
.products-cat-hot-items-wrap {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.title-cat-hot-items-wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.title-cat-hot-items-wrap:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
}
.title-cat-hot-items-wrap>a {
    display: flex;
    align-items: center;
    height: 45px;
    flex: none;
    font-size: 14.5px;
}
.title-cat-hot-items-wrap>a>svg {
    width: 13px;
    height: 13px;
    margin-left: 3px;
    transition: .3s;
}
.title-cat-hot-items-wrap>a:hover>svg {
    fill: var(--color-primary);
    transform: translateX(-3px);
}
.title-cat-hot-items-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}
.title-cat-hot-items-box h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 30px;
    margin-right: 60px;
    background-color: var(--color-primary);
}
.title-cat-hot-items-box h2:after {
    content: "";
    width: 59px;
    height: 45px;
    background: url("../images/after-2.png") no-repeat;
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
}
.title-cat-hot-items-box h2 a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.title-cat-hot-items-box h2 a:hover{
  color: var(--color-primary-hover);
}

ul.list-cat-menu-array {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    list-style: none;
    padding-left: 0;
    margin: 3px 0 0 0;
    font-size: 14.5px;
}
ul.list-cat-menu-array>li>a {
    position: relative;
    color: #000;
    padding: 5px 0;
}
ul.list-cat-menu-array>li>a:hover {
    color: var(--color-primary);
}
ul.list-cat-menu-array>li:not(:last-child)>a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    width: 0.5px;
    height: 12px;
    background-color: #0000002e;
}


@media (max-width: 459.8px){
  .title-cat-hot-items-box h2 {
      padding: 0 20px;
  }
}
@media (max-width: 413.8px){
  .title-cat-hot-items-wrap>a{
    display: none;
  }
}
@media (min-width: 414px){
  .products-cat-hot-items-wrap{
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 768px){
  .products-cat-hot-items-wrap{
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 992px){
  .products-cat-hot-items-wrap{
    grid-template-columns: repeat(4,1fr);
  }
}
@media (min-width: 1200px){
  .products-cat-hot-items-wrap{
    grid-template-columns: repeat(5,1fr);
  }
}
/*End Products Cat Hot With Items*/

/*Start Title Primary*/
.title-primary {
    position: relative;
    display: flex;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 1.7;
    max-width: max-content;
    font-weight: bold;
    text-transform: uppercase;
}

.title-primary:before, .title-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 60px;
    background-color: var(--color-3);
}

.title-primary:before {
    left: -10px;
    transform: translateX(-100%);
}

.title-primary:after {
    right: -10px;
    transform: translateX(100%);
}

.preview-primary p {
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: var(--color-7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 500px) {
    .title-primary {
        font-size: 28px;
    }

    .title-primary:before, .title-primary:after {
        width: 30px;
    }
}

@media (min-width: 992px) {
    .preview-primary p {
        max-width: 75%;
        -webkit-line-clamp: 2;
    }
}

/*End Title Primary*/

/*News Home*/
.news-item {
    position: relative;
}

.news-item:hover .news-item-image::before {
    right: 0;
    opacity: 1;
    transition: var(--tran-slow);
    left: 130%;
}

.news-item:hover .news-item-image img {
    transform: scale(1.1);
}

.news-item-image {
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
}

.news-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}

.news-item-content {
    position: relative;
    padding: 65px 20px 30px;
    margin-bottom: 15px;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.05);
}

.news-item-date {
    padding: 20px 24px 15px 10px;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-50%);
    display: block;
    z-index: 9;
    width: 120px;
    height: 120px;
    background-color: #fff;
    clip-path: path("M44.5 2.33013C49.141 -0.349364 54.859 -0.349365 59.5 2.33013L96.4615 23.6699C101.103 26.3494 103.962 31.3013 103.962 36.6603V79.3397C103.962 84.6987 101.103 89.6506 96.4615 92.3301L59.5 113.67C54.859 116.349 49.141 116.349 44.5 113.67L7.53848 92.3301C2.89746 89.6506 0.038475 84.6987 0.038475 79.3397V36.6603C0.038475 31.3013 2.89746 26.3494 7.53848 23.6699L44.5 2.33013Z");
}

.news-item-date::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--color-primary);
    clip-path: path("M36.5 2.33013C41.141 -0.349363 46.859 -0.349365 51.5 2.33013L79.8013 18.6699C84.4423 21.3494 87.3013 26.3013 87.3013 31.6603V64.3397C87.3013 69.6987 84.4423 74.6506 79.8013 77.3301L51.5 93.6699C46.859 96.3494 41.141 96.3494 36.5 93.6699L8.19873 77.3301C3.55772 74.6506 0.69873 69.6987 0.69873 64.3397V31.6603C0.69873 26.3013 3.55771 21.3494 8.19873 18.6699L36.5 2.33013Z");
    z-index: -1;
}

.news-item-date span {
    font-weight: 600;
    line-height: 31px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.news-item-date .news-item-day {
    font-size: 30px;
    margin-top: 5px;
}

.news-item-date .news-item-month {
    font-size: 15px;
}

.news-item-content-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}

.news-item-content-paragraph p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 15px 0 20px;
    color: var(--color-7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.view-more-news-home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    height: 40px;
    border-radius: var(--radius);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.view-more-news-home:hover {
    color: #fff;
}

.view-more-news-home:hover:before {
    height: 100%;
    background: var(--color-primary);
}

.view-more-news-home:before {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
    height: 0%;
    left: 0;
    top: 0;
    transform: skew(0deg);
    transform-origin: top left;
    width: 100%;
    border-radius: var(--radius);
}

.view-more-news-home i {
    margin-left: 4px;
    transition: all ease .3s;
}

.view-more-news-home:hover i {
    transform: translateX(5px);
}

/*End News Home*/

/*ADV Home*/
.news-adv-image img {
    border-radius: 10px;
}
.hover-adv-home {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hover-adv-home:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: all ease 0.7s;
  transform: rotate(30deg);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.hover-adv-home:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-newsperty: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/*End ADV Home*/

/* begin footer */
.footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 30px;
    margin-top: 85px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.footer:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.contact-form-reminder {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-6);
    line-height: 1.8;
}

.end-footer p {
  border-top: 1px solid #5f5f5f;
  position: relative;
}

.footer-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-6);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  width: 50px;
  background-color: var(--color-secondary);
}

.footer-list {
  padding-left: 0;
}

.footer-list li {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-6);
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}

.footer-list li a {
  color: #fff;
  text-decoration: none;
}
.footer-list li a:hover{
  color: var(--color-secondary);
}


/* end footer */





.fa-shake {
    -webkit-animation-name: fa-shake;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: var( --fa-animation-iteration-count, infinite );
    animation-timing-function: var(--fa-animation-timing, linear)
}
@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}






.page-wrap{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.page-content{
  padding-bottom: 45px;
}
@media (max-width: 575.8px){
  .page-content{
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid var(--color-gray-light);
  }
  .page-sidebar {
    padding: 20px 0;
    background-color: #f1f3f4;
  }
}
@media (min-width: 576px){
  .page-wrap{
    max-width: var(--page-small-width);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px){
  .page-wrap{
    max-width: var(--page-medium-width);
  }
}

@media (min-width: 992px){
  .page-wrap{
    max-width: var(--page-large-width);
  }
}

@media (min-width: 1200px){
  .page-wrap{
    max-width: var(--page-extra-large-width);
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .page-content{
    width: calc(100% - 35px - var(--sidebar-width));
    padding-bottom: 0;
  }
  .page-sidebar{
    width: var(--sidebar-width);
  }
  .page-sidebar{
    position: sticky;
    top: calc(35px + var(--menu-desk-height));
    z-index: 1;
    height: max-content;
    transition: .5s;
  }
  .page-sidebar.scrollUp{
    top: 35px;
  }
}

/*Sidebar*/
.sidebar-wrapper {
    background: #fff;
    box-shadow: 0 0 3px var(--color-gray-lighter);
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    transition: var(--transition);
}
.sidebar-wrapper:last-child{
  margin-bottom: 0;
}
.sidebar-wrapper a{
  color: #101010;
}
.sidebar-wrapper a:hover{
  color: #ff0e0e;
}
.title-sidebar-wrapper {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.title-sidebar-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 3px;
  width: 50%;
  background-color: var(--color-primary);
}
.title-sidebar-wrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-gray-dark);
}
@media (max-width: 575.8px){
  .sidebar-wrapper{
    border-top: 1px solid var(--color-gray-dark);
    border-bottom: 1px solid var(--color-gray-dark);
  }
}
@media (min-width: 576px){
  .sidebar-wrapper{
    border-radius: var(--radius);
    border: 1px solid var(--color-gray-dark);
    margin-bottom: 35px;
  }
}
/*End Sidebar*/



/*Start Title & Preview Paging*/
.title-primary-paging {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.6;
    border-left: 5px solid var(--color-primary);
    padding-left: 9px;
    text-transform: uppercase;
}
.content-paging {
    color: var(--color-black-dark);
  font-size: 16px;
  line-height: 1.7;
}
.content-paging p, .content-paging .ck-content p, .content-paging ul, .content-paging ol {
  margin: 20px 0 20px;
}
.content-paging ul, .content-paging ol {
    padding-left: 35px;
}
.content-paging ul li:not(:last-child), .content-paging ol li:not(:last-child){
  margin: 0 0 10px;
}
.content-paging img{
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}
/*End Start Title & Preview Paging*/

/*Start Title View*/
.widget-title-view {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.6;
    text-transform: uppercase;
}
.widget-title-other-view {
    position: relative;
    line-height: 1.5;
    margin: 40px 0 15px;
    font-size: 21px;
    border-left: 3px solid var(--color-primary);
    padding-left: 8px;
    text-transform: uppercase;
}
/*End Title View*/


/*Start Pagination*/
ul.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 35px auto 0;
  padding: 0;
  background-color: #fff;
  border-radius: var(--radius);
}
.page-item.disabled .page-link {
  color: var(--color-black-lighter);
  pointer-events: none;
}
.page-item .page-link {
  display: block;
  border: 1px solid var(--color-gray-light);
  padding: 5px 15px;
  margin-left: -1px;
  font-weight: 600;
  color: var(--color-black);
}
.page-item:first-child .page-link {
  border-radius: var(--radius) 0 0 var(--radius);
}
.page-item:last-child .page-link {
  border-radius: 0 var(--radius) var(--radius) 0;
}
.page-item.active .page-link,
.page-item:hover .page-link {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
/*End Pagination*/

.box-side-bar:not(:last-child), .products-cat-items-wrap:not(:last-child) {
    margin-bottom: 35px;
}
.box-side-bar {
    background-color: #fff;
}
.title-box-side-bar {
    background-color: var(--color-primary);
    border-top: 3px solid var(--color-primary-bold);
    border-left: 1px solid var(--color-primary-bold);
    border-right: 1px solid var(--color-primary-bold);
    padding: 8px 7px 6px 15px;
    font-size: 20px;
    color: #fff;
}
.model-products span, .name-product, .tit-pro-hot-home, .title-box-side-bar {
    text-transform: uppercase;
}
.title-box-side-bar svg {
    margin-bottom: -2px;
}
.block-cat-menu-array {
    padding: 10px;
    border: 1px solid var(--color-primary-bold);
    list-style: none;
    margin: 0;
}
ul.sub-sub-menu li {
    text-align: center;
}
.text-success{color:green}

/** Shopping Cart Menu **/
ul.list-cat-sub-menu {
	display: none;
}
.shopping-cart a{
	font-size: 25px;
	color: var(--color-primary-hover);
	font-weight: 800;
	position: relative;
}
.shopping-cart a:hover{
	color: #edd609;
}
.shopping-cart a:hover span.count-shopping-cart{
	background: #edd609;
	
}
.shopping-cart span.count-shopping-cart{
    position: absolute;
    right: -39%;
    top: -20%;
    font-size: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-weight: 500;
    border: 1px solid #a3a3a3;
    background: var(--color-primary-hover);
}
@media (max-width: 991px){
	.shopping-cart-mb{
		text-align: center;
	}
	.shopping-cart-mb a{
		font-size: 25px;
		color: var(--color-primary);
		font-weight: 800;
	}
	.shopping-cart-mb a:hover{
		color: var(--color-primary-dark);
	}
	.shopping-cart-mb span.count-shopping-cart{
		background-color: var(--color-primary-dark);
		color: #fff;
	}
}
/** End Shopping-cart Menu **/