:root {
    --primary-color: #000;
    --second-color: #fff;
    --third-color: #ff6108;
    --fourth-color: #777;
    --fiveth-color: #020201;
    --color-6: #f3f3f3;
    --color-7: #f5f5f5;
    --color-8: #e1e1e1;
    --color-9: #ccc;
}
.toiuu .owl-carousel{
    display: block;
}
.toiuu .owl-carousel .box-images:first-child {
    display: block !important;
}
.toiuu .owl-carousel .box-images {
    display: none;
}
* {
  box-sizing: border-box;
  background: var(--color);
}

body {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

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

a,
button {
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5;
}

label {
  margin: 0;
  font-weight: 500;
}

a {
  color: var(--primary-color);
}

a:hover {
  text-decoration: none;
  color: var(--third-color);
}

a:focus {
  text-decoration: none;
  outline: none;
}

input:focus-visible,
textarea:focus-visible {
  outline: unset;
}

/* width */

/* // */

.wrap {
  width: 1430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrap1 {
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrap__full {
  width: 1830px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 40px 0 30px;
}

@media (max-width: 991.9px) {
  section {
    padding: 30px 0 20px;
  }
}

.section__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .padding0 {
    padding: 0;
  }
}

/* images */

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}

.box-images {
  position: relative;
  display: block;
  overflow: hidden;
}

.box-images img,
.box-images iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

/* ===========DEFAULT=========== */
/* setting */
.btn.btn-primary {
  top: 80px !important;
}

/* end setting */

/* MENU MOBILE */

.affix {
  z-index: 999;
  animation: slide-down 0.5s linear forwards;
  background-color: rgba(0, 0, 0, 0.588);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  top: 0;
  width: 100%;
}

.menu-head-mobile {
  background-color: var(--third-color);
  padding-top: 20px;
  padding-bottom: 12px;
  display: none;
}

.box-navbar.affix {
  position: fixed;
  z-index: 3;
  padding: 2px 0;
  background-color: var(--second-color);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  #menu_mobile {
    display: none;
  }
}

@media (max-width: 991.8px) {
  .menu-head-mobile {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--third-color);
  }

  .logo-header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .logo-header a {
    display: inline-block;
  }

  .bars-menu {
    display: inline-block;
    padding-right: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
  }

  .right-item {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home .nav-element__left-group li a {
    font-size: 18px;
  }

  .cart-mobile .account,
  .cart-mobile .cartlist {
    display: inline-flex;
  }

  .cart-mobile {
    display: inline-flex;
    padding-right: 25px;
    /* transform: translate(0, 7px); */
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9999;
    right: 0;
  }

  .header-lang {
    text-align: center;
    transform: translate(0px, 4px);
  }

  .categories-menu-m a,
  .child-categories-m a {
    font-size: 16px;
    font-weight: 500;
    color: var(--second-color);
    text-transform: uppercase;
  }

  .categories-menu-m .child {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
  }

  .categories-menu-m {
    padding-bottom: 15px;
  }

  .focus-category > a {
    /* color: var(--third-color) !important; */
  }

  .child-categories-m {
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  .child-categories-m a {
    text-transform: capitalize;
  }

  .hasc {
    position: relative;
  }

  .categories-menu-m span {
    display: none;
  }

  .hasc span {
    content: url("./images/arrow-right.svg");
    position: absolute;
    color: var(--color-7);
    top: -1px;
    right: 0;
    transition: 0.3s;
    z-index: -1;
    display: block;
  }

  .child-categories-m::before {
    content: "";
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 99%;
    display: block;
    margin-right: 10px;
    background-color: var(--second-color);
  }

  .hasca {
    width: 100%;
    display: block;
  }

  .set span {
    transform: rotate(90deg);
  }

  #menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 10000;
    transition: 0.5s linear;
    visibility: hidden;
    opacity: 0;
  }

  .mbactive .backdorp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transition: 0.5s linear;
  }

  .menu_mobile-wrap {
    position: relative;
    min-width: 270px;
    width: 70%;
    background-color: var(--third-color);
    height: 100vh;
    padding: 48px 10px 0 20px;
    opacity: 1;
    visibility: hidden;
    transform: translate(-80%, 0);
    transition: 0.5s linear;
    overflow: scroll;
  }

  .menu_mobile-wrap::-webkit-scrollbar {
    display: none;
  }

  .menu_mobile-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mbactive .menu_mobile-wrap {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    border-radius: 0;
  }

  .mbactive {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbactive .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .child-product-m {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0px;
  }

  .child-categories-m {
    margin-bottom: 15px;
    margin-top: 14px;
    display: flex;
    align-items: center;
  }

  body.over {
    overflow: hidden;
  }
}

/* END MENU MOBILE */

/* EXTENT */
.adm-glyphicon {
  position: relative;
  z-index: 1000;
}

.exten {
  position: fixed;
  right: 20px;
  bottom: 30px;
  transform: translate(150%, 0);
  visibility: hidden;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 10;
}

.exten.show {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.exten__left {
  left: 20px;
  bottom: 20px;
  right: unset;
}

.exten__zalo {
  background: var(--second-color) !important;
}

.exten__image {
  width: 50px;
  height: 50px;
  -webkit-animation: tada 1s infinite;
  animation: tada 1s infinite;
}

.exten .button {
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  display: block;
  line-height: 50px;
  border: 0;
  background: var(--third-color);
  border-radius: 10rem;
}

.exten .zoom__infi:not(:last-child) {
  background: transparent;
  box-shadow: unset;
}

.exten .zoom__infi:not(:last-child) .xxxx {
  width: 35px;
  height: 35px;
  background: var(--third-color);
  position: relative;
  left: 10px;
  border-radius: 50%;
  top: 10px;
}

.exten .zoom__infi:not(:last-child) .xxxx::after {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background: var(--third-color);
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.exten .zoom__infi:not(:last-child) .xxxx::before {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background: transparent;
  width: 75px;
  height: 75px;
  border: 1px solid var(--third-color);
  border-radius: 50%;
  -webkit-animation: zoomIn 1s infinite;
  animation: zoomIn 1s infinite;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.exten .zoom__infi:not(:last-child) svg {
  width: 16px;
  height: 35px;
  -webkit-animation: tada 1s infinite;
  animation: tada 1s infinite;
}

.exten .zoom__infi:hover .xxxx {
  background: rgb(67, 185, 30);
}

.exten .zoom__infi:hover .xxxx:before {
  border-color: rgb(67, 185, 30);
}

.exten .zoom__infi:hover .xxxx::after {
  background: rgba(67, 185, 30, 0.302);
}

.exten .button:not(:last-child) {
  margin-bottom: 20px;
}

.exten .button:hover {
  color: rgb(33, 0, 85);
  transform: scale(1.1);
}

.exten .button svg {
  position: relative;
  z-index: 2;
}

.exten .button:active {
  transform: scale(0.97);
}

/* @keyframes effect {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

/* END EXTENT */

/* breadcrumb */

.banner ol {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}

.banner ol * {
  display: inline-block;
  color: var(--second-color);
  font-size: 16px;
  font-family: "SVN-Poppins";
}

.banner ol li:not(:last-child) {
  padding-right: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.banner ol li:last-child a {
  pointer-events: none;
}

.banner ol li:not(:last-child)::after {
  content: "\f105";
  position: absolute;
  right: 10px;
}

/* end breadcrumb */

/* account */

.form__control1 {
  border: 1px solid var(--fourth-color) !important;
  margin-bottom: 20px;
}

.heading-account {
  margin-bottom: 20px;
  font-size: 26px;
}

.btn-account {
  width: 200px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--second-color);
  background: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.account-form {
  width: 600px;
  max-width: 100%;
  margin: auto;
  padding: 30px;
  background: var(--second-color);
  text-align: center;
}

.account-form .form__control {
  margin-bottom: 20px;
  border: 1px solid var(--fourth-color);
}

.re-takex {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 500;
}

.re-takex:hover {
  color: var(--primary-color);
}

.re-takex:not(:last-child) {
  margin-right: 20px;
}

/* recover */

.dktv-form .modal-body {
  padding: 0;
}

.dktv-img {
  background-color: var(--color-9);
  text-align: center;
  padding: 20px;
}

.dktv-form .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.dktv-body {
  padding: 20px 35px 15px;
}

.form-dk form .input-addon {
  position: absolute;
  left: 10px;
  top: 10px;
}

#recover .form-group input {
  width: 100%;
  border: 1px solid var(--color-8);
  outline: none;
  height: 43px;
  padding: 0 0 0 34px;
  border-radius: 10px;
}

.dktv-title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}

.dktv-body-des {
  margin-bottom: 17px;
  text-align: center;
}

.form-dk form .form-group {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

/* end account */

.dashboard .sibar-dashboard {
  margin-right: -23px;
  border: 1px solid var(--color-8);
  padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user {
  padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 10px;
  background-color: rgb(221, 221, 221);
  border-radius: 50%;
  position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
  float: left;
  margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.dashboard .sibar-dashboard .user .info.point {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary-color);
}

.dashboard .sibar-dashboard ul {
  margin-top: 100px;
}

.dashboard .sibar-dashboard ul li {
  padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img {
  margin-right: 10px;
  width: 16px;
  height: auto;
}

.dashboard .sibar-dashboard ul li a {
  color: var(--primary-color);
}

.dashboard .sibar-dashboard ul li.active {
  background: var(--color-6);
}

.dashboard .sibar-dashboard ul li:hover {
  background: var(--color-6);
}

.dashboard .tab-info {
  margin-left: 33px;
  margin-bottom: 20px;
}

.dashboard .dashboard-button {
  border: none;
  background: rgb(255, 97, 8);
  color: var(--second-color);
  padding: 7px 15px;
  transition: 0.3s linear;
  font-weight: 500;
}

.dashboard .dashboard-button:hover {
  background-color: rgb(255, 218, 122);
  color: var(--primary-color);
}

.dashboard .tab-info h2.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-align: left;
}

.dashboard .tab-info .info-inner:not(:first-child) {
  margin-top: 40px;
}

.dashboard .tab-info table {
  border: 1px solid var(--color-8);
  width: 100%;
}

.dashboard .tab-info table th {
  padding: 16px 20px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--primary-color);
  text-align: center;
}

.dashboard .tab-info table td {
  padding: 12px 10px 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
  color: rgb(255, 0, 0);
}

.dashboard .tab-info table .watch-now {
  display: inline-block;
  padding: 3px 8px;
  background-color: var(--primary-color);
  color: var(--second-color);
  font-size: 12px;
  line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
  background-color: var(--color-6);
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
  text-align: left;
}

table.type-1 th {
  width: 13%;
}

table.type-1 th:nth-child(3) {
  width: 15%;
}

table.type-1 th:first-child {
  width: 46%;
}

table.type-2 th {
  width: 13%;
}

table.type-2 th:first-child {
  width: 74%;
}

.dashboard .tab-info .info-inner .see-more {
  padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--primary-color);
}

table.type-3 th.stt {
  width: 5%;
  text-align: center;
}

table.type-3 th {
  width: 10%;
}

table.type-3 th.account {
  width: 30%;
  text-align: left;
}

.dashboard .tab-info table.type-3 td.stt {
  text-align: center;
  padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
  text-align: left;
}

table.type-3 .status {
  color: rgb(186, 157, 0);
}

#ref_link_text {
  color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child) {
  margin-bottom: 20px;
}

.dashboard {
  padding: 50px 0;
}

.dashboard .form-control {
  border-radius: 0;
  background: var(--second-color);
  height: 45px;
  margin-top: 10px;
  box-shadow: unset;
}

.dashboard .wrap {
  width: 1190px;
}

.menu-close {
  display: none;
}

@media only screen and (max-width: 768px) {
  .dashboard .sibar-dashboard {
    margin-right: 0;
    padding: 20px 0 20px;
  }

  .dashboard .tab-info {
    margin-left: 0;
    margin-top: 30px;
  }

  .dashboard .tab-info .table-mobile {
    overflow-x: scroll;
    padding: 0px 0px 20px;
  }

  .dashboard .tab-info .table-mobile table {
    min-width: 600px;
  }

  .dashboard .tab-info table th {
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  table.type-3 th {
    width: 10%;
  }

  .dashboard .sibar-dashboard ul li:hover {
    background: unset;
  }

  /* user-menu-mobile */
  .header-ring {
    position: absolute;
    top: -9px;
    left: -30px;
  }

  .name-user {
    margin-left: 10px;
  }
}

.user header {
  background: var(--primary-color);
  position: static;
}

/* Card */
#cart-page {
  padding: 30px 0;
}

#cart-page .product-image {
  width: 80px;
  height: 55px;
  float: left;
}

.product__cart--info {
  padding-left: 100px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .product__cart--info {
    padding-left: 90px;
  }

  .table {
    margin-bottom: 10px;
  }

  #cart-page {
    padding: 50px 0;
  }
}

.spantext {
  font-size: 16px;
}

.nowrap {
  white-space: nowrap;
}

#cart-page .cart-product {
  color: var(--primary-color);
}

.product__cart--name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.product__cart--price {
  font-weight: 500;
  margin-bottom: 2px;
}

.product__cart--attr {
  font-weight: 500;
  margin-bottom: 2px;
}

#cart-page .qty-container .input-qty {
  height: 36px;
  max-width: 36px;
}

.cart-quantity {
  font-size: 0;
  white-space: nowrap;
}

.quantity-cart-header {
  height: 36px;
  border-radius: unset !important;
  text-align: center;
  width: 36px;
  font-size: 15px;
  border: 1px solid rgb(212, 212, 212);
}

.quantity-button {
  border: 1px solid rgb(212, 212, 212);
  padding: 0;
  font-size: 10px;
  height: 44px;
  width: 38px;
  transition: 0.3s;
  font-size: 13px;
  line-height: 0;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: var(--primary-color);
  background: rgb(240, 240, 240);
}

/* 
.quantity-custom {
    display: inflex;
    justify-content: center
} */

.quantity-down {
  margin-right: -1px;
}

.quantity-up {
  margin-left: -1px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 10px;
  vertical-align: middle;
}

thead {
  font-size: 16px;
  color: var(--primary-color);
}

#cart-page .cart-delete path {
  transition: all 0.3s;
}

#cart-page .cart-delete:hover path {
  fill: var(--third-color);
}

#cart-page .table-resposive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

#cart-page .product-name {
  min-width: 220px;
}

.input-coupon {
  margin-bottom: 0;
  padding-right: 112px !important;
}

.errcoupon {
  margin-top: 5px;
  color: rgb(255, 0, 0);
}

.form_lable label {
  margin-bottom: 10px;
}

.sidebar-box {
  margin-bottom: 10px;
}

#coupon {
  position: relative;
}

.apply-coupon {
  border-radius: unset;
  font-weight: 500;
  float: right;
  background: var(--third-color);
  color: var(--second-color);
  height: 40px;
  width: 100px;
  text-align: center;
  /* border-color: var(--primary-color); */
  border: unset;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.apply-coupon:hover {
  color: var(--second-color);
  background: var(var(--primary-color));
}

#cart-page .cart-total-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

#cart-page .cart-total-title::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 6px;
  bottom: 0;
  left: 0;
  background: var(--third-color);
  border-radius: 10px;
}

/* #cart-page .cart-total {
    background: #f2f2f2;
    padding: 30px 50px;
    margin: 30px 0;
} */

#cart-page .titletxt {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
}

#cart-page .subtotal {
  line-height: 22px;
  color: var(--primary-color);
}

#cart-page .total {
  /* line-height: 22px; */
  color: var(--primary-color);
  /* text-align: end; */
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.float-right {
  float: right;
}

.attrname {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.cartnum {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  /* border: 1px solid var(--primary-color); */
  font-size: 12px;
  color: var(--second-color);
  background: #ff6108;
  position: absolute;
  top: -12px;
  right: -15px;
}

.fs-22 {
  font-size: 22px;
  color: var(--primary-color);
}

/* //css them */
.fancybox__content .form__group {
  display: flex;
  border: 1px solid rgb(165, 153, 153);
}

.fancybox__content .form__search {
  background: var(--third-color);
  color: var(--second-color);
  min-width: 60px;
}

.form__control-se {
  width: 100%;
  border: unset;
  padding: 10px;
}

.form__group-se .btn__brown {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.product-sort__result {
  margin-bottom: 20px;
}

.adm-glyphicon {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

.cart-succes-des {
  margin-bottom: 20px;
}

/* end card */
/* ===========END DEFAULT=========== */

/* button */
[class^="btn__"],
[class*="btn__"] {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 15px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}

.btn__white {
  background: var(--second-color);
  color: var(--primary-color);
  position: relative;
  z-index: 1;
}

.btn__white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.25s;
  background-color: var(--third-color);
}

.btn__white:hover {
  /* color: var(--primary-color); */
  color: var(--second-color);
}

.btn__white:hover::before {
  height: 100%;
}

/* black */

.btn__black {
  background: var(--primary-color);
  color: var(--second-color);
  position: relative;
  z-index: 1;
}

.btn__black::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.25s;
  background-color: var(--third-color);
}

.btn__black:hover {
  color: var(--second-color);
}

.btn__black:hover::before {
  height: 100%;
}

/* .btn__black {
    background: var(--primary-color);
    color: var(--second-color);
}

.btn__black:hover {
    background: var(--third-color);
    color: var(--second-color);
} */

/* heading */
.box__heading {
  margin-bottom: 30px;
  text-align: center;
}

.heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  color: var(--primary-color);
  text-transform: uppercase;
}

.heading--sm {
  font-size: 28px;
}

.sub__heading {
  font-size: 16px;
  color: var(--primary-color);
}

.color__white {
  color: var(--second-color);
}

.color__black {
  color: var(--primary-color);
}

@media (max-width: 1199.8px) {
  .heading {
    font-size: 32px;
  }

  .contact__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.9px) {
  .heading {
    font-size: 24px;
  }
}

/* ----------RATE----------- */
.starscmt {
  display: inline-block;
}

.starscmt li {
  display: inline-block;
  font-size: 0;
}

.rate__count {
  transform: translateY(-3px);
  display: inline-block;
  font-size: 15px;
}

.element__rate {
  margin-bottom: 10px;
}

/* ----------END RATE----------- */

/* ----------OWL---------- */

.owl-nav button {
  position: absolute;
  background: var(--second-color) !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  opacity: 0;
}

.owl-nav button:hover {
  background: var(--third-color) !important;
}

.owl-nav button:hover i {
  color: var(--second-color) !important;
}

.owl-carousel:hover .owl-nav button {
  opacity: 1;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots button {
  width: 10px;
  height: 6px;
  background-color: var(--color-9) !important;
}

.owl-dots button.active {
  background: var(--third-color) !important;
  width: 20px;
}

.owl-dots button:not(:last-child) {
  margin-right: 10px;
}

.owl-dots button.active {
}

/* ----------END OWL---------- */

/* FORM */
.form__control {
  height: 40px;
  width: 100%;
  font-size: 14px;
  background: var(--second-color);
  border: 0;
  padding: 10px 12px;
  color: var(--primary-color);
}

textarea.form__control {
  height: auto !important;
  resize: none;
}

.form__member .form__group {
  background: var(--second-color);
  white-space: nowrap;
  height: 40px;
  line-height: 0;
  font-size: 0;
}

.form__register {
  height: 40px;
  width: 80px;
  border: 0;
  background: transparent;
  color: var(--second-color);
  background: var(var(--primary-color));
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.form__member .form__control {
  width: calc(100% - 80px);
}

/* END FORM */

/* subscribe */
.form__group {
  position: relative;
}

.subscribe__form {
  margin-bottom: 15px;
}

.subscribe__form .form__control {
  padding-right: 92px;
}

.subscribe__form button {
  height: 40px;
  background: var(--third-color);
  font-weight: 500;
  position: absolute;
  right: 0;
  border: unset;
  padding: 0 10px;
  width: 80px;
}

/* end subscribe */

/* ---------HEADER--------- */
/* ----------header-top---------- */
header {
  position: absolute;
  background-color: var(--second-color);
  width: 100%;
  z-index: 100;
}

.header-top {
  padding: 10px 0;
  /* border-bottom: 1px solid rgba(123, 110, 210, 0.1); */
}

.header-top .header-top-right {
  float: right;
}

.header-top .header--top__group {
  float: left;
  line-height: 20px;
}

.header-top .header--top__group:not(:last-child) {
  margin-right: 15px;
}

.header-top .header-top-left a {
  color: var(--primary-color);
}

.home .header-top .header-top-left a {
  color: var(--second-color);
}

.header-top .header--top__group-text {
  color: var(--primary-color);
  line-height: 20px;
}

.home .header-top .header--top__group-text {
  color: var(--second-color);
}

.header-top .header--top__group-text:hover {
  color: var(--second-color);
}

/* ----------header-top---------- */

/* ----------boxnav---------- */
.logo-header img {
  /* max-width: 148px; */
  height: 50px;
  max-height: 90%;
}

.logo-header {
  display: inline-block;
}

.logo-header img,
.logo-header img img {
  width: auto;
}

.navbarnav > li > a {
  padding: 0;
}

.navbarnav > li > .nav-link {
  padding: 10px 0;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}

.navbarnav > li > .nav-link a {
  /* color: var(--second-color); */
}

.navbarnav > li > .nav-link:hover {
  /* background: unset; */
}

.navbarnav > li > .nav-link i {
  transform: rotate(90deg);
  margin-left: 6px;
  font-size: 12px;
}

.nav-element {
  display: inline-block;
}

.navbarnav > .nav-item {
  display: inline-block;
}

.navbarnav > .nav-item {
  margin-left: 36px;
}

.navbarnav > li > .nav-link::after {
  position: absolute;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 3px;
  background: transparent;
  border-radius: 10px;
  left: 0;
  bottom: 14px;
}

.navbarnav > li:hover > .nav-link:after {
  background: var(--second-color);
  width: 100%;
}

.navbarnav > li:hover > .nav-link i {
  color: #ff6108;
}

.navbarnav > li.menu-active > .nav-link:after {
  background: var(--second-color);
  width: 100%;
}

.navbarnav > li.menu-active > .nav-link {
  color: #ff6108;
}

.navbarnav > li > .nav-link:focus {
  background: unset;
}

.navbarnav > li > .dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid red;
}

.navbarnav > li:hover > .nav-link {
  text-decoration: none;
  background-color: unset;
  color: var(--second-color);
}

.box-navbar {
  padding: 16px 0;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, .2); */
  width: 100%;
  z-index: 2;
}

.socials-box {
  margin-left: -15px;
}

.socials-box a:not(:last-child) {
  margin-right: 16px;
  display: inline-block;
}

.navbarnav .nav-item:hover .dropdown-menu {
  display: block;
}

.navbarnav .nav-item .dropdown-menu {
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  min-width: max-content;
  border-radius: 5px;
  margin-top: 0;
  /* display: block; */
}

.navbarnav .nav-item .dropdown-menu a {
  white-space: nowrap;
  padding: 8px 24px;
  font-weight: 700;
  /* color: var(--third-color); */
}

.navbarnav .nav-item .dropdown-menu a:hover {
  color: var(--third-color);
  background: unset;
}

.nav-element__left-group li {
  display: block;
  float: right;
}

.nav-element__left-group li a {
  /* color: var(--primary-color); */
  font-size: 20px;
}

.nav-element__left-group li a {
  /* color: var(--second-color); */
  font-size: 20px;
  position: relative;
}

.nav-element__left-group {
  height: 66px;
  line-height: 66px;
}

.nav-element__left-group li:not(:last-child) {
  margin-left: 40px;
}

/* ----------end boxnav---------- */

@media (max-width: 991.8px) {
  .box-navbar {
    display: none;
  }

  .bars-menu {
    display: inline-block;
    padding-right: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
  }

  .bars-menu path {
    stroke: var(--second-color);
  }

  .right-item {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home .nav-element__left-group li a {
    font-size: 18px;
  }

  .cart-mobile .account,
  .cart-mobile .cartlist {
    display: inline-flex;
  }

  .cart-mobile {
    display: inline-flex;
    padding-right: 25px;
    /* transform: translate(0, 7px); */
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9999;
    right: 0;
  }

  .header-lang {
    text-align: center;
    transform: translate(0px, 4px);
  }

  .categories-menu-m a,
  .child-categories-m a {
    font-size: 16px;
    font-weight: 500;
    color: var(--second-color);
    text-transform: uppercase;
  }

  .categories-menu-m .child {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
  }

  .categories-menu-m {
    padding-bottom: 15px;
  }

  .focus-category > a {
    /* color: var(--third-color) !important; */
  }

  .child-categories-m {
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  .child-categories-m a {
    text-transform: capitalize;
  }

  .hasc {
    position: relative;
  }

  .categories-menu-m span {
    display: none;
  }

  .hasc span {
    content: url("./images/arrow-right.svg");
    position: absolute;
    color: var(--color-7);
    top: -1px;
    right: 0;
    transition: 0.3s;
    z-index: -1;
    display: block;
  }

  .child-categories-m::before {
    content: "";
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 99%;
    display: block;
    margin-right: 10px;
    background-color: var(--second-color);
  }

  .hasca {
    width: 100%;
    display: block;
  }

  .set span {
    transform: rotate(90deg);
  }

  #menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 10000;
    transition: 0.5s linear;
    visibility: hidden;
    opacity: 0;
  }

  .mbactive .backdorp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transition: 0.5s linear;
  }

  .menu_mobile-wrap {
    position: relative;
    min-width: 270px;
    width: 70%;
    background-color: var(--third-color);
    height: 100vh;
    padding: 48px 10px 0 20px;
    opacity: 1;
    visibility: hidden;
    transform: translate(-80%, 0);
    transition: 0.5s linear;
    overflow: scroll;
  }

  .menu_mobile-wrap::-webkit-scrollbar {
    display: none;
  }

  .menu_mobile-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mbactive .menu_mobile-wrap {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    border-radius: 0;
  }

  .mbactive {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbactive .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

/* ---------END HEADER--------- */

/* ----------FOOTER---------- */
footer {
  color: var(--second-color);
  background: var(--primary-color);
}

.footer__top-wrap {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.188);
}

.footer__top-right {
  text-align: right;
}

.footer__top ul {
  display: inline-block;
}

.footer__top ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}

.footer__top ul li + li {
  margin-left: 20px;
}

.footer__top li a {
  color: var(--second-color);
}

.footer__top-left i {
  margin-right: 10px;
}

.footer__top li i {
  font-size: 20px;
}

.footer__tab-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer__main {
  padding: 30px 0;
}

.footer__tab-list li:not(:last-child) .footer__link {
  margin-bottom: 10px;
}

.footer__link {
  display: inline-block;
  color: var(--color-9);
  border-bottom: 2px solid transparent;
}

.footer__link:hover {
  border-color: var(--third-color);
}

.footer__tab-des {
  margin-bottom: 15px;
  color: var(--color-9);
}

.footer__tab-text {
  font-size: 12px;
  color: var(--color-9);
  font-style: italic;
}

@media (min-width: 768px) {
  .payment {
    float: right;
  }
}

.footer__bottom-wrap {
  line-height: 32px;
}

.footer__bottom-wrap {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.188);
}

/* ----------END FOOTER---------- */

/* BANNER */
.banner__home {
  height: 100vh;
  background: var(--fiveth-color);
  position: relative;
}

.banner__home .owl-carousel .box-images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 10%);
  z-index: 0;
}

.banner__home .box-images {
  padding-bottom: 100vh;
}

.banner__home .owl-carousel {
  display: block;
}

.banner__home .owl-carousel .box-images:not(:first-child) {
  display: none;
}

.banner__home-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--second-color);
  max-width: 666px;
  text-align: center;
  z-index: 1;
}

.banner__title {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 700;
}

.banner__des {
  font-size: 20px;
}

.banner__des strong {
  color: var(--third-color);
}

.banner__video {
  font-size: 16px;
  color: var(--second-color);
}

.banner__video:hover {
  color: var(--third-color);
}

.banner__video:hover i {
  transform: scale(1.1);
}

.banner__video i {
  font-size: 40px;
  color: var(--third-color);
  transition: all 0.1s ease-in-out;
  animation: tada 1s infinite;
}

.banner__video span {
  transform: translateY(-7px);
  display: inline-block;
  margin-left: 10px;
}

.banner__home .socical {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  text-align: center;
}

.banner__home .socical li {
  animation: tada 1s infinite;
}

.banner__home .socical a {
  color: var(--second-color);
  /* color: var(--third-color); */
  font-size: 25px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.banner__home .socical a:hover {
  transform: rotate(360deg);
  color: var(--third-color);
}

/* banner */
.banner {
  padding: 200px 0 100px;
  background-color: var(--primary-color);
}

/* END BANNER */

/* COLLECTION */
.collection {
  background: var(--fiveth-color);
  padding-bottom: 60px;
}

.collection__item {
  color: var(--second-color);
  margin-bottom: 30px;
}

.collection__item .box-images:hover img {
  transform: scale(0.9);
}

.collection__item .box-images {
  padding-bottom: calc(270 / 450 * 100%);
  overflow: hidden;
}

.collection__body {
  margin-top: 20px;
}

.collection__item-title {
  font-size: 20px;
}

.collection__item-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

/* END COLLECTION */

/* product feature */
.feature {
  background: var(--third-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature__container {
  /* background: var(--primary-color); */
}

.feature__container {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.feature__goal {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--second-color);
  background: var(--third-color);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.feature__product {
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.feature__goal:hover .feature__product {
  display: block;
}

.feature__goal::before {
  content: "";
  position: absolute;
  background: transparent;
  inset: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 15px solid rgba(255, 97, 8, 0.58);
  animation: zoomInFG 1.4s linear infinite;
}

@keyframes zoomInFG {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.feature__item {
  position: absolute;
  display: inline-block;
  z-index: 1;
}

.feature__item:nth-child(1) {
  left: 20%;
  top: 20%;
  transform: translate(-20%, 20%);
}

.feature__item:nth-child(2) {
  left: 50%;
  top: 80%;
  transform: translate(-50%, -80%);
}

.feature__item:nth-child(3) {
  left: 80%;
  top: 20%;
  transform: translate(-80%, -20%);
}

/* feature product */
.feature__product {
  max-width: 290px;
  width: 290px;
  padding: 8px;
  background: var(--second-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

.feature__product .box-images {
  padding-bottom: calc(158 / 274 * 100%);
  overflow: hidden;
}

.feature__product .box-images img {
  transition: all 0.3s;
}

.feature__product:hover .box-images img {
  transform: scale(1.1);
}

.feature__product:hover .feature__product-title {
  color: var(--third-color);
}

.feature__product-title {
  color: var(--primary-color);
  font-weight: 500;
  line-height: 40px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature__product-price {
  color: var(--primary-color);
  line-height: 20px;
  margin-bottom: 10px;
}

.feature__item:nth-child(odd) .feature__product {
}

.feature__item:nth-child(even) .feature__product {
  bottom: 100%;
}

/* end product  feature */

/* product item */
.product__item {
  display: block;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border: 1px solid var(--color-9);
}

.product-grid .product__item {
  margin-bottom: 30px;
}

.product__item .box-images {
  padding-bottom: calc(254 / 442 * 100%);
}

.product__price {
  color: var(--primary-color);
}

.product__body {
  text-align: center;
  padding: 20px;
  font-size: 16px;
}

.product__item-title {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price__goc {
  text-decoration: line-through;
  color: var(--fourth-color);
  margin-right: 5px;
}

.price__ban {
  font-weight: 500;
}

.product__item .box-images .product__image2 {
  display: none;
}

.product__item:hover .box-images .product__image2 {
  display: block;
}

.product__item:hover .box-images .product__image1 {
  display: none;
}

.product__item:hover .product__item-title a {
  color: var(--third-color);
}

.product__item .element__rate {
  margin-bottom: 5px;
}

.product__detail-images {
  position: relative;
}
.product__detail .tab-content #previousIssue ul,
.product__detail .tab-content #currentIssue2 ul{
  list-style: revert;
  padding: revert;
}
.badge__title {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  padding: 3px 8px;
  background: var(--third-color);
  color: var(--second-color);
}

.badge__heart {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.badge__heart:hover,
.badge__heart.active {
  color: var(--third-color);
}

.quick__view {
  position: absolute;
  padding: 10px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: var(--second-color);
  bottom: 15px;
  color: var(--primary-color);
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
}

.product__item:hover .quick__view {
  opacity: 1;
  visibility: inherit;
}

.product__lastest .owl-nav button {
  background: var(--third-color) !important;
}

.product__lastest .owl-nav button i {
  color: var(--second-color);
}

.product__lastest .owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* end product item */

/* trail collection */
.trail__collection-wrap {
  padding: 150px 0px;
  background-attachment: fixed;
  color: var(--second-color);
  background: var(--primary-color);
}

.trail__collection-left {
  text-align: center;
}

/* end trail collection */

/* trending */
.trending-wrap {
  background: var(--color-7);
}

.trending-thumb {
  padding-bottom: calc(758 / 662 * 100%);
}

.trending-right {
  margin: 0 50px;
  padding: 40px 0;
  height: 100%;
  position: relative;
}


/* showroom */
.home-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: var(--second-color);
}

.showroom-box {
  padding: 50px 0;
  background-color: var(--fiveth-color);
}

.showroom-box-contact .showroom-box {
  padding: 50px 0;
  background-color: var(--second-color);
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100 > img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

.wrap-img {
  padding-bottom: 100%;
}

.sr-in {
  position: relative;
}

.sr-in .text-showroom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(to bottom, transparent, #000000);
  padding: 30px 20px 20px;
}

.sr-in .text-showroom p {
  margin-bottom: 0;
}

.sr-in .wrap-img {
  padding-bottom: 66.6%;
}

.sr-in .font-18 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--second-color);
  margin: 0 0 5px;
}

.sr-in .font-14 {
  font-size: 14px;
  color: var(--second-color);
}

@media (min-width: 768px) {
  .trending-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

.trending .product__item {
  border: none;
}

.trending {
  padding-bottom: 60px;
}

/* end trending */

/* best_sale */
.best_sale {
  background: var(--fiveth-color);
  padding-bottom: 60px;
}

.best_sale .product__item-title a {
  color: var(--second-color);
}

.best_sale .price__ban {
  color: var(--second-color);
}

.best_sale .price__goc {
  color: rgb(215, 215, 215);
}

/* end best sale */

/* partner */
.partner {
  background: var(--color-7);
}

.partner .item img {
  width: auto;
  margin: auto;
  opacity: 0.5;
}

.partner .item:hover img {
  opacity: 1;
}

/* end partner */

/* news__item */
.news__item .box-images {
  padding-bottom: calc(250 / 440 * 100%);
}

.news__item .box-images:hover img {
  transform: scale(1.05);
}

.news__body {
  padding: 15px 0;
}

.news__item-title {
  font-size: 20px;
  color: var(--primary-color);
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__item-title:hover {
  color: var(--third-color);
}

.news__created {
  margin-bottom: 10px;
}

.news__item-des {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__item-des * {
  margin: 0;
}

/* end news__item */

/* insta */
.insta .insta__thumb {
  padding-bottom: calc(576 / 804 * 100%);
}

.insta__right {
  margin: 0 50px;
  padding: 40px 0;
  height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .insta-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

.insta .product__item {
  border: none;
}

.insta {
  padding-bottom: 60px;
}

/* end insta */

/* support */
.support {
  background-color: var(--color-7);
}

.support__item {
  text-align: center;
  padding: 10px 20px 10px;
}

.support__item-image {
  width: 56px;
  margin-bottom: 10px;
}

.support__item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/* end support */

/* Quick View */

.quick__view-wrap {
  position: fixed;
  background: var(--second-color);
  padding: 15px;
  max-width: 400px;
  width: 80%;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 103;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.quick__view-close {
  position: fixed;
  right: -100%;
  top: 10px;
  color: var(--second-color);
  z-index: 102;
  font-size: 30px;
  cursor: pointer;
  width: 400px;
  max-width: 80%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.quick__view-show .quick__view-wrap {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.quick__view-show .quick__view-close {
  right: 40px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mbactive.quick__view-backdrop,
.quick__view-show .quick__view-backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  cursor: pointer;
}

.quick__view-wrap .box-images {
  padding-bottom: calc(206 / 360 * 100%);
  min-height: 180px;
}

.quick__view-title {
  font-size: 20px;
  margin: 15px 0 10px;
  color: var(--primary-color);
}

.quick__view-prive {
  font-size: 16;
  font-weight: 500;
  margin-bottom: 15px;
}

.quick__view-prive--goc {
  margin-right: 10px;
  text-decoration: line-through;
  color: var(--fourth-color);
}

.quick__view-prive--ban {
  font-size: 18px;
}

.quick__view-list {
  margin-top: 10px;
  margin-left: 5px;
}

.quick__view-list li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.quick__view-color li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color);
  margin-top: 5px;
}

.quick__view-color li::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
  transform: scale(1.5);
  border: 1px solid var(--color-8);
}

.quick__view-color li.color-seleted::after {
  border: 1px solid var(--color);
}

.quick__view-color li + li {
  margin-left: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.quick__view-size li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid var(--color-8);
  font-size: 12px;
}

.quick__view-size li.size-seleted {
  border-color: var(--primary-color);
}

.quick__view-size li + li {
  margin-left: 10px;
}

.quick__view-clear {
  cursor: pointer;
  margin-bottom: 15px;
  display: none;
}

.quick__view-underline {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.quick__view-underline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-9);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quick__view-underline span {
  background: var(--second-color);
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quick__view-shopnow {
  margin-top: 30px;
  width: 100%;
}

.quick__view-favorite {
  color: var(--primary-color);
  display: block;
  margin-top: 15px;
}

.quick__view-share {
  margin-top: 15px;
}

.quick__view-share ul {
  display: inline-block;
}

.quick__view-share li {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}

.quick__view-detail {
  margin-top: 15px;
}

.quick__view-detail-btn {
  margin-bottom: 10px;
}

.quick__view-cate {
  margin-top: 15px;
}

.quick__view-cate ul {
  display: inline-block;
  font-weight: 500;
}

.overflow {
  overflow: hidden;
}

.quick__view-container .owl-dots {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
}

/* End Quick View */

/* QUANTITY */
.qty-container {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  margin-right: 15px;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid var(--primary-color);
  max-width: 40px;
  height: 38px;
  font-size: 14px;
  transform: translateY(-1px);
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid var(--primary-color);
  padding: 0;
  font-size: 10px;
  height: 38px;
  background: var(--primary-color);
  color: var(--second-color);
  width: 38px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 0;
}

.qty-container .btn-light:hover {
  background: var(--third-color);
  color: var(--second-color);
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

/* END QUANTITY */

/* product__flashsale */

.product__flashsale-item .box-images {
  padding-bottom: calc(288 / 705 * 100%);
  min-height: 200px;
}

.col-sm-6:first-child .product__flashsale-item {
  margin-bottom: 30px;
}

.product__flashsale-content {
  position: absolute;
  /* width: 50%; */
  display: inline-block;
  right: 0;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.product__flashsale-name {
  margin-bottom: 10px;
  color: var(--second-color);
}

/* end product__flashsale */

/* SIDEBAR */
.sidebar__box:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar__title {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 20px;
  border-bottom: 1px solid var(--color-8);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.m_active {
  color: var(--third-color) !important;
}

.m_active::after {
  width: 100% !important;
}

.sidebar__list li {
  margin-bottom: 15px;
}

.sidebar__list a {
  color: var(--fourth-color);
  position: relative;
  font-weight: 500;
  color: var(--primary-color);
}

.sidebar__list a::after {
  content: "";
  background: var(--third-color);
  width: 0;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  transition: all 0.3s;
}

.sidebar__list a:hover:after {
  /* width: 100%; */
  /* color: var(--third-color); */
}

.sidebar__list a:hover,
.sidebar__list label:hover {
  color: var(--third-color);
  cursor: pointer;
}

/* input range */
.range-slider {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 30px;
}

.rangeValues-g {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: rgb(241, 239, 239);
  box-shadow: inset 0 1px 0 0 rgb(205, 198, 198),
    inset 0 -1px 0 0 rgb(217, 212, 212);
  -webkit-box-shadow: inset 0 1px 0 0 rgb(205, 198, 198),
    inset 0 -1px 0 0 rgb(217, 212, 212);
  /* overflow: hidden; */
  left: 0;
  top: 0;
  width: 100%;
  outline: none;
  height: 6px;
  margin: 0;
  padding: 0;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background: var(--primary-color);
}

.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background: var(--primary-color);
}

.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background: var(--primary-color);
}

.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}

.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}

/* slide */

/* sidebar__right */
.sidebar__right {
  background: var(--second-color);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
}

/* end sidebar__right */

/* END SIDEBAR */

/* Product list */
.product__grid {
  border-bottom: 1px solid var(--color-8);
  margin-bottom: 30px;
}

.product__grid .product__item {
  margin-bottom: 30px;
}

/* arrange */
.arrange__form {
  display: inline-block;
  width: auto;
  border: 1px solid var(--color-9);
  margin-bottom: 20px;
}

select.arrange__form {
  float: right;
}

select:focus-visible {
  outline: none;
}

/* end arrange */

/* wrap container */
.wrap__container {
  background: var(--color-7);
}

/* end wrap container */

/* END Product list */

/* detail */

.detail__title {
  font-size: 28px;
  line-height: 34px;
}

.group__quatity {
  margin-top: 15px;
}

.detail__code {
  font-size: 16px;
  margin-top: 10px;
}

.product__detail .element__rate {
  margin: 0;
}

.detail__des {
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail__list {
  display: inline-block;
}

.detail__list--item {
  display: inline-block;
  font-size: 20px;
}

.detail__list--item:not(:last-child) {
  margin-right: 20px;
}

.detail__list--item a {
  color: var(--fourth-color);
}

.detail__list--item i {
  color: var(--third-color);
}

.detail__list--custom .detail__list--item {
  font-size: 18px;
}

.detail__list--custom span {
  font-size: 14px;
  color: var(var(--primary-color));
}

.detail__price {
  font-size: 22px;
  color: var(var(--primary-color));
  line-height: 27px;
}

.detail__desc {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
}

.detail__main {
  margin: 15px 0;
}
.detail__main ul,
.detail__main li {
  padding: revert;
  list-style: revert;
}
.detail__share {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-8);
  border-top: 1px solid var(--color-8);
  margin-bottom: 30px;
}

.detail__thumb {
  margin-bottom: 20px;
}

.detail__main h1,
.detail__main h2 {
  font-size: 24px;
}

.detail__main h3 {
  font-size: 20px;
}

.detail__main h4 {
  font-size: 18px;
}

/* silde thumb */

.sv-slider {
  margin: 20px 0;
}

.sv-slider-item.box-images {
  padding-bottom: calc(377 / 832 * 100%);
}

.sv-slider-item img {
  width: 100%;
  height: 200px;
}

.sv-slider .owl-thumbs {
  white-space: nowrap;
  overflow: auto;
  margin-top: 0;
}

.owl-thumbs button > img {
  /* width: 100px; */
  height: 85px;
}

.owl-thumb-item {
  padding: 4px;
  background: var(--color-6);
  width: 20%;
  border: 1px solid transparent;
}

.owl-thumb-item.active {
  border: 1px solid var(--primary-color);
}

/* .sv-slider-item.box-images {
    padding-bottom: 100%;
} */

.sv-slider .owl-carousel .owl-item img {
  height: 100%;
}

.sv-slider .owl-nav button {
  opacity: 0;
}

.sv-slider .owl-carousel:hover .owl-nav button {
  opacity: 1;
}

.owl-thumbs::-webkit-scrollbar {
  display: none;
}

/* tab content */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {
  border: unset;
  background: transparent;
}

.nav-tabs > li {
  float: unset;
  display: inline-block;
}

.nav-tabs > li > a:hover {
  background: transparent;
}

.nav-tabs {
  border-bottom-color: var(--primary-color);
  text-align: center;
}

.nav-tabs > li > a {
  color: var(var(--primary-color));
  font-size: 16px;
  font-weight: 500;
}

.nav-tabs > li.active > a {
  color: var(--primary-color) !important;
  position: relative;
}

.nav-tabs > li.active > a {
  color: var(--primary-color) !important;
  position: relative;
}

.nav-tabs > li.active > a::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab-element {
  margin-top: 30px;
}

.tab-content > .tab-pane {
  padding: 30px  20px;
}

.tab-content > .tab-pane li {
  list-style: disc;
}

.tab-content > .tab-pane ul {
  /* padding-left: 20px !important; */
}

.form__control__rate {
  margin-bottom: 15px;
}

.form__control__rate span {
  transform: translateY(-3px);
  display: inline-block;
  margin-right: 10px;
}

textarea.form__control {
  resize: none;
  height: auto;
}

.product__detail {
  padding-top: 50px;
  padding-bottom: 0;
}

.product__detail .left__side .box-images {
  padding-bottom: calc(294 / 442 * 100%);
}

.product__detail .mb15,
.product__detail .quick__view-clear {
  margin-bottom: 10px;
}

.heart__item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-left: 10px;
  color: var(--primary-color);
  float: right;
  cursor: pointer;
}

.heart__item.active i {
  color: var(--third-color);
}

.heart__item:hover i {
  color: var(--third-color);
}

.heart__item i {
  font-weight: 700;
}

.left__side {
  padding: 20px 30px;
  background: var(--second-color);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.single {
  background: var(--color-7);
}

.product__related .heading {
  font-size: 28px;
}

/* END DETAIL */

/* ----------COMENT---------- */
.comment__form .form__control {
  border: 1px solid var(--color-8);
  margin-bottom: 20px;
}

.comment__show {
  margin-bottom: 20px;
}

.form-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-8);
}

.comment__show--item:not(:last-child) {
  margin-bottom: 20px;
}

.comment__show--img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--third-color);
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--second-color);
  border-radius: 50%;
  float: left;
}

.comment__show--right {
  padding-left: 100px;
}

.comment__show--name {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-color);
}

.comment__show--name span {
  transform: translateY(-3px);
  margin-right: 10px;
  text-transform: capitalize;
}

.comment__show--created {
  font-size: 16px;
  color: var(var(--primary-color));
  margin-bottom: 10px;
}

.comment__show--des {
  font-size: 16px;
  color: var(var(--primary-color));
}

@media (max-width: 768px) {
  .comment__show--img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .comment__show--right {
    padding-left: 75px;
  }

  .comment__show--created {
    font-size: 14px;
  }

  .comment__show--des {
    font-size: 14px;
  }
}

/* ----------END COMENT---------- */

/* NEWS LIST */
.news_grid .news__item {
  margin-bottom: 15px;
}

.news_grid {
  border-bottom: 1px solid var(--color-8);
  margin-bottom: 30px;
}

/* END NEWS LIST */

/* news__related */
.news__related-image {
  width: 80px;
  height: 60px;
  float: left;
  object-fit: cover;
}

.news_related-content {
  padding-left: 90px;
}

.news_related-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.news__related-item {
  display: block;
}
.news__related-item:not(:last-child) {
  margin-bottom: 15px;
}

.news_related-created {
  font-size: 12px;
  color: var(--fourth-color);
}

/* end news__related */

/* about__thumb */

.about__thumb .box-images {
  padding-bottom: calc(371 / 1410 * 100%);
  min-height: 250px;
}

/* end about__thumb */

/* difference */
.difference__item {
  padding: 20px;
}

.difference__item-image {
  float: left;
  width: 46px;
}

.difference__item-content {
  padding-left: 60px;
}

.difference__item-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}

/* end difference */

/* main__video */
.main__video {
  padding: 150px 0;
}

.main__video-content {
  text-align: center;
}

.main__video-image {
  margin-bottom: 20px;
  animation: shadow-animation 2s infinite;
  box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 0%);
  animation-fill-mode: both;
  border-radius: 50%;
}

@keyframes shadow-animation {
  0% {
    box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 44%);
    transform: scale(0.95);
  }

  50% {
    box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 0%);
    transform: scale(1);
  }

  100% {
    box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 44%);
    transform: scale(0.95);
  }
}

/* end main__video */

/* teams */
.teams .collection__item-des {
  -webkit-line-clamp: 3;
}

.teams .collection__item .box-images {
  padding-bottom: 100%;
}

/* end teams */

/* ----------CONTACT---------- */
.contact {
  background: var(--color-6);
}

.contact__top {
  padding-top: 50px;
  background: url(../images/bg10.png) right / 274px no-repeat;
}

.contact__item {
  text-align: center;
  padding: 30px;
  background: var(--second-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.col-sm-4:last-child .contact__item {
  margin-bottom: 0;
}

.contact__item--image {
  margin-bottom: 20px;
}

.contact__item--title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact__item--des * {
  color: var(--primary-color);
}

.contact__item i {
  font-size: 40px;
  color: var(--third-color);
  margin-bottom: 20px;
}

.contact__left .heading {
  margin-bottom: 20px;
}

.contact__left--contct {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.contact__left--contct:hover {
  color: var(--third-color);
}

.contact__left--des {
  font-size: 16px;
  color: var(var(--primary-color));
}

.contact__main {
  background-repeat: no-repeat;
  background-position: left 50%;
}

.contact__main .form__contact {
  background: url(../images/bg-1.png) center center no-repeat;
  max-width: 100%;
  width: 900px;
  margin: auto;
}

.contact__main .form__contact .form__control {
  background: transparent;
  color: var(var(--primary-color));
  border: 1px solid var(var(--primary-color));
  height: 50px;
  margin-bottom: 20px;
  background: var(--second-color);
}

.contact__main .form__contact textarea.form__control {
  margin-bottom: 25px;
}

.contact_map .box-images {
  padding-bottom: calc(545 / 1903 * 100%);
  min-height: 200px;
  border: 10px solid var(--third-color);
}

/* ----------END CONTACT---------- */

/* ----------RESPONSE---------- */

@media (min-width: 992px) {
  .product__list-close {
    display: none;
  }
}

@media (max-width: 1200px) {
  .banner__title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .box__heading {
    margin-bottom: 20px;
  }

  .owl-dots {
    margin-top: 10px;
  }

  .collection .col-sm-4:not(:last-child) .collection__item {
    margin-bottom: 30px;
  }

  .trending,
  .best_sale,
  .collection,
  .insta,
  .teams,
  .contact__main {
    padding-bottom: 50px;
  }

  .insta__right {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }

  .insta__right .box__heading {
    margin-bottom: 0;
  }

  .footer__top-left ul li {
    display: block;
    margin-bottom: 10px;
  }

  .footer__top-wrap,
  .footer__top-right {
    text-align: center;
  }

  .col-sm-3:not(:last-child) .footer__tab {
    margin-bottom: 20px;
  }

  .footer__bottom-wrap {
    text-align: center;
  }

  .payment {
    margin-bottom: 10px;
  }

  .coppyright {
    line-height: 24px;
  }

  .footer__bottom-wrap {
    padding: 25px 0;
  }

  .banner__title {
    font-size: 26px;
  }

  .trail__collection-wrap {
    padding: 100px 0;
  }

  .trending-right {
    padding: 30px 0;
    margin: 0;
  }

  .difference__left {
    text-align: center;
    margin-bottom: 10px;
  }

  .difference__item-title {
    font-size: 20px;
    margin-top: 4px;
  }

  .difference__item-image {
    width: 36px;
  }

  .difference__item-content {
    padding-left: 56px;
  }

  .main__video {
    padding: 100px 0;
  }

  .contact__main .form__contact {
    padding-top: 0px;
  }

  .contact_map {
    padding-bottom: 0;
  }

  .product__list-filter {
    /* display: none; */
  }

  .product-sort__mobile {
    display: block !important;
    float: left;
    height: 40px;
    color: var(--fourth-color);
    padding: 8px 15px !important;
    background: var(--second-color);
    font-weight: 500;
    cursor: pointer;
    left: -100%;
  }

  .product__list-filter {
    position: fixed;
    z-index: 1111;
    display: block;
    background: var(--second-color);
    top: 0;
    left: -100%;
    height: 100%;
    overflow: scroll;
    max-width: 400px;
    width: 80%;
    padding: 20px;
    transition: all 0.3s;
  }

  .product__list-filter.mbactive {
    left: 0;
    z-index: 1000;
  }

  .product__list-close {
    position: fixed;
    left: -100%;
    top: 10px;
    color: var(--second-color);
    z-index: 102;
    text-align: end;
    font-size: 30px;
    cursor: pointer;
    width: 400px;
    max-width: 80%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .product__list-close.mbactive {
    left: 40px;
    visibility: visible;
    opacity: 1;
  }

  .product__list {
    padding-top: 20px;
  }

  .left__side {
    padding: 15px;
  }

  .left__side .owl-carousel {
    margin-bottom: 15px;
  }

  .detail__title {
    font-style: 24px;
  }

  .feature__item:nth-child(1) {
    left: 20%;
    top: 10%;
    transform: translate(-20%, 10%);
  }

  .feature__item:nth-child(1) .feature__product {
    left: 15%;
    transform: translateX(-15%);
  }

  .feature__item:nth-child(2) {
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
  }

  .feature__item:nth-child(3) {
    left: 80%;
    top: 12%;
    transform: translate(-80%, -10%);
  }

  .feature__item:nth-child(3) .feature__product {
    right: 15%;
    transform: translateX(-85%);
  }

  .feature__item:nth-child(odd) .feature__product {
    margin-top: 10px;
  }

  .nav-element__left-group li:not(:last-child) {
    margin-left: 20px;
  }

  .logo-header img {
    max-width: 120px;
    height: auto;
  }

  .menu-head-mobile {
    padding: 8px 0;
  }

  .banner {
    padding-top: 140px;
  }

  .banner__home-content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .footer__tab {
    margin-bottom: 20px;
  }

  .footer__main {
    padding: 30px 0 0;
  }

  #cart-page .product-name {
    min-width: 300px;
  }
}

@media (max-width: 575.8px) {
  .qty-container {
    margin-bottom: 10px;
  }
}

/* ----------END RESPONSE---------- */

/* //err page */
.err-page {
  overflow: hidden;
  background: var(--second-color);
  font-weight: 700;
}

.err-page .text-err {
  height: calc(100vh - var(--height));
  min-height: 400px;
  width: 100vw;
  position: relative;
}

.text-err-content {
  font-size: 40px;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* pagination */
.pagination-build li {
  display: inline-block;
}

.pagination-build li:not(:last-child) {
  margin-right: 10px;
}

.pagination-build a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.pagination-build li.active a {
  background: var(--primary-color);
  color: var(--second-color);
}

.pagination-build a:hover {
  background: var(--primary-color);
  color: var(--second-color);
}

/* //err page */
.err-page {
  overflow: hidden;
  background: rgb(76, 76, 76);
  font-weight: 700;
}

.err-page .text-err {
  height: calc(100vh - var(--height));
  min-height: 400px;
  width: 100vw;
  position: relative;
}

.text-err-content {
  font-size: 40px;
  color: var(--second-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* //err page */
