/*------------------------------------------------------------------
Project:  
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins/Poppins-Italic.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf'); 
}


/*---------------------------------------------*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf'); 
}

/*---------------------------------------------*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1380px;}

@media (max-width: 1600px) {
  .container {max-width: 1200px;}
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {outline: none !important;}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #717fe0;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; 
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: #717fe0;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 25px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  background-color: #717fe0;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 84px;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 124px;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 40px;
  background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
  font-family: Poppins-Regular;
  font-size: 12px;
  line-height: 1.8;
  color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-family: Poppins-Regular;
  font-size: 12px;
  line-height: 1.8;

  height: 100%;
  color: #b2b2b2;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a:first-child {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a:hover {
  color: #6c7ae0;
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 84px;
  top: 40px;
  left: 0px; 

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65%;
  margin-right: 55px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  position: relative;
  padding: 20px 10px 20px 0px;
  margin: 0px 4px 0px 14px;
}

.main-menu > li > a {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #333;
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header-v3 .main-menu > li > a {
  color: #fff;
}

/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 178px;
  max-width: 225px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 0;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}

.sub-menu li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0;
}

.sub-menu a {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #555;

  display: block;
  padding: 8px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
  color: #6c7ae0;
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #6c7ae0;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
  content: attr(data-notify);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background-color: #717fe0;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}


/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 50px 15px 100px 15px;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 960px;
  max-width: 100%;
  height: 120px;
  border: 2px solid #e6e6e6;
  background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-family: Poppins-ExtraLight;
  font-size: 50px;
  line-height: 1.2;
  color: #333;
  
  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: #333;
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #6c7ae0;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
  height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
  background-color: #222;
  border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
  height: 110px;
}

/*---------------------------------------------*/
.main-menu > li.active-menu > a {
  color: #6c7ae0;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #717fe0;
}

.main-menu-m > li > a {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}

.main-menu-m > li {
  color: white;
  position: relative;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #fff;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

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


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103,117,214,0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
  color: #6c7ae0;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {top: -2px;}
.rs1-select2 .select2-dropdown--below {top: 2px;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #6c7ae0;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #6c7ae0;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0,0,0,0.3);
  position: absolute;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255,255,255,0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #7280e0;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: Poppins-ExtraLight;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 60px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;
  
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick3:hover {
  background-color: rgba(0,0,0,0.9);
}

.prev-slick3 {left: 0px;}
.next-slick3 {right: 0px;}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #888;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #717fe0;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: Poppins-Bold;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: Poppins-Regular;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {display: none;}

.show-search .icon-close-search,
.show-filter .icon-close-filter {display: unset;}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #717fe0;
  border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {width: 27%;}
.filter-col2 {width: 27%;}
.filter-col3 {width: 26%;}
.filter-col4 {width: 20%;}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 50%;}
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 100%;}
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  width: 140px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
  width: 45px;
  height: 100%;
  cursor: pointer;
}

.num-product {
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #888;
  line-height: 18px;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  padding: 0px 8px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.quick-view-panel {
  background: #ffffff;
  color: #333333;
  min-height: 760px;
}

.quick-view-panel .how-pos3 {
  filter: none;
}

.quick-view-title,
.quick-view-price {
  color: #1f2430;
}

.quick-view-info {
  max-width: 520px;
}

.quick-view-title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 14px;
}

.quick-view-price {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 28px;
}

.quick-view-description,
.quick-view-label,
.quick-view-social {
  color: #555555;
}

.quick-view-description {
  max-width: 440px;
  color: #4f5664;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.quick-view-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  color: #424a57;
  font-size: 14px;
  margin-bottom: 10px;
}

.quick-view-stats span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.quick-view-stats em {
  color: #1f2430;
  font-style: normal;
}

.quick-view-option-row {
  align-items: center;
  margin-bottom: 14px;
}

.quick-view-action-row {
  margin-top: 16px;
}

.quick-view-label {
  justify-content: flex-start;
  width: 72px;
  font-size: 15px;
}

.quick-view-select {
  position: relative;
  background: #ffffff;
  border-color: #d8dce5;
  height: 48px;
  border-radius: 2px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quick-view-info .size-204 {
  width: calc(100% - 72px);
}

.quick-view-select:hover,
.quick-view-select:focus-within {
  border-color: #717fe0;
  box-shadow: 0 0 0 3px rgba(113, 127, 224, 0.16);
}

.quick-view-select select {
  width: 100%;
  height: 46px;
  padding: 0 44px 0 18px;
  border: 0;
  outline: 0;
  background: #ffffff;
  color: #2a2f3a;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
}

.quick-view-select::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 18px;
  color: #6b7280;
  transform: translateY(-50%);
  pointer-events: none;
}

.quick-view-qty {
  border: 1px solid #d8dce5;
  border-radius: 2px;
  overflow: hidden;
  height: 48px;
  margin-right: 20px;
}

.quick-view-qty button,
.quick-view-qty input {
  background: #ffffff;
  border: 0;
  color: #1f2430;
}

.quick-view-qty button {
  width: 48px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.quick-view-qty button:hover {
  background: #717fe0;
  color: #fff;
}

.quick-view-qty input {
  width: 56px;
  font-weight: 600;
}

.quick-view-add {
  background: #717fe0;
  border-color: #717fe0;
  min-width: 170px;
  height: 48px;
  border-radius: 24px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(113, 127, 224, 0.25);
}

.quick-view-add:hover {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
}

.quick-view-social {
  color: #555555;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.quick-view-social:hover {
  background: #222;
  color: #717fe0;
}

.shop-pagination {
  gap: 10px;
}

.shop-page-link {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #333;
  border-radius: 22px;
  background: #1f1f1f;
  color: #d8d8d8;
  font-weight: 600;
}

.shop-page-link:hover,
.shop-page-link.is-active {
  background: #717fe0;
  border-color: #717fe0;
  color: #fff;
}

.favorite-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.favorite-button.is-favorite .icon-heart1,
.favorite-button:hover .icon-heart1 {
  opacity: 0;
}

.favorite-button.is-favorite .icon-heart2,
.favorite-button:hover .icon-heart2 {
  opacity: 1;
}

.cart-qty-btn {
  width: 45px;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 50px;
}

.table-shopping-cart .column-2 {
  width: 220px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 120px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 145px;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 172px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}

.table-shopping-cart .table_row {
  height: 185px;
}

.table-shopping-cart .table_row td {
  padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
  font-family: Poppins-Bold;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: Poppins-Regular;
  color: #555;
  line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  border: 1px solid #e6e6e6;
}

.block1-txt {
  background-color: rgba(103,117,214,0.0);
}

/*---------------------------------------------*/
.block1-name {color: #333;}
.block1-info {color: #555;}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(103,117,214,0.8);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1.25;
  background: #f5f5f5;
}

.block2-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-btn-quick {
  bottom: -50px;
}

.block2-btn-cart {
  bottom: -105px;
  border: 0;
  cursor: pointer;
}

.block2-cart-form {
  margin: 0;
}

.home-layout-block {
  padding-top: 10px;
}

.home-promo {
  position: relative;
  display: flex;
  min-height: 250px;
  overflow: hidden;
  padding: 36px;
  background-position: center;
  background-size: cover;
  color: #222;
  flex-direction: column;
  justify-content: flex-end;
}

.home-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.82));
  transition: all 0.4s;
}

.home-promo:hover::before {
  background: linear-gradient(180deg, rgba(113, 127, 224, 0.05), rgba(113, 127, 224, 0.82));
}

.home-promo span,
.home-promo strong {
  position: relative;
  z-index: 1;
}

.home-promo span {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}

.home-promo strong {
  max-width: 360px;
  font-family: Poppins-Bold;
  font-size: 30px;
  line-height: 1.16;
  color: #222;
}

.home-promo:hover span,
.home-promo:hover strong {
  color: #fff;
}

.home-promo-large {
  min-height: 530px;
}

.home-promo-small {
  min-height: 250px;
}

.home-product-section .mtext-112 {
  position: relative;
  display: inline-block;
}

.home-product-section .mtext-112::after,
.home-collection-strip .mtext-112::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 12px;
  background: #717fe0;
}

.home-collection-strip .mtext-112::after {
  margin-left: auto;
  margin-right: auto;
}

.home-collection-card {
  position: relative;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
}

.home-collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
  transition: all 0.4s;
}

.home-collection-card:hover::before {
  background: linear-gradient(180deg, rgba(113, 127, 224, 0.1), rgba(113, 127, 224, 0.78));
}

.home-collection-card span {
  position: relative;
  z-index: 1;
  font-family: Poppins-Bold;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 767px) {
  .home-promo,
  .home-promo-large,
  .home-promo-small,
  .home-collection-card {
    min-height: 280px;
  }

  .home-promo {
    padding: 26px;
  }

  .home-promo strong {
    font-size: 24px;
  }
}

.block2-pic:hover .block2-btn-quick {
  bottom: 20px;
}

.block2-pic:hover .block2-btn-cart {
  bottom: 76px;
}

.quick-view-gallery {
  width: calc(100% - 90px);
  position: relative;
}

.quick-view-thumbs {
  width: 80px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.quick-view-thumb {
  width: 80px;
  height: 100px;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
}

.quick-view-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-view-thumb.is-active,
.quick-view-thumb:hover {
  opacity: 1;
  border-color: #999;
}

.js-modal-image {
  width: 100%;
  height: 710px;
  object-fit: cover;
}

.quick-view-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.quick-view-arrow-left {
  left: 0;
}

.quick-view-arrow-right {
  right: 0;
}

@media (max-width: 767px) {
  .quick-view-panel {
    min-height: auto;
  }

  .quick-view-thumbs {
    width: 100%;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .quick-view-gallery {
    width: 100%;
  }

  .js-modal-image {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

/*---------------------------------------------*/
.block2-txt-child1 {
  width: calc(100% - 30px);
}

.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #66a8a6;
  top: 42px;
  left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {color: #fff;}
.cl1 {color: #717fe0;}
.cl2 {color: #333;}
.cl3 {color: #666;}
.cl4 {color: #999;}
.cl5 {color: #222;}
.cl6 {color: #888;}
.cl7 {color: #b2b2b2;}
.cl8 {color: #555;}
.cl9 {color: #aaa;}
.cl10 {color: #1d1d1d;}
.cl11 {color: #f9ba48;}
.cl12 {color: #ccc;}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
}

.stext-103 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.466667;
}

.stext-105 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.2;
}

.stext-107 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.923;
}

.stext-108 {
  font-family: Poppins-Light;
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-family: Poppins-Regular;
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
  font-family: Poppins-Light;
  font-size: 14px;
  line-height: 1.7857;
}

.stext-114 {
  font-family: Poppins-Italic;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-115 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-116 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
  font-family: Poppins-Light;
  font-size: 15px;
  line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-family: Poppins-Bold;
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-family: Poppins-Bold;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-family: Poppins-Bold;
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: Poppins-Regular;
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-family: Poppins-Bold;
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: Poppins-Bold;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  font-family: Poppins-Bold;
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-family: Poppins-Bold;
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-family: Poppins-Bold;
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-family: PlayfairDisplay-Bold;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-202 {
  font-family: PlayfairDisplay-Regular;
  font-size: 28px;
  line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 161px;
  height: 46px;
}

.size-102 {
  min-width: 139px;
  height: 40px;
}

.size-103 {
  min-width: 179px;
  height: 46px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-106 {
  width: 88px;
  height: 100%;
}

.size-107 {
  min-width: 145px;
  height: 40px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.size-109 {
  width: 60px;
  height: 60px;
}

.size-110 {
  width: 100%;
  min-height: 100px;
}

.size-111 {
  width: 100%;
  height: 40px;
}

.size-112 {
  min-width: 134px;
  height: 43px;
}

.size-113 {
  width: 38px;
  height: 60px;
}

.size-114 {
  width: calc(100% - 38px);
  height: 60px;
}

.size-115 {
  min-width: 185px;
  height: 45px;
}

.size-116 {
  width: 100%;
  height: 50px;
}

.size-117 {
  width: 220px;
  height: 45px;
}

.size-118 {
  min-width: 163px;
  height: 45px;
}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.size-120 {
  width: 100%;
  min-height: 199px;
}

.size-121 {
  width: 100%;
  height: 46px;
}

.size-122 {
  width: 55px;
  height: 100%;
}

.size-123 {
  width: 70px;
  min-height: 70px;
}

.size-124 {
  width: 100%;
  min-height: 150px;
}

.size-125 {
  min-width: 180px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 270px;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 105px;
}

.size-204 {
  width: calc(100% - 105px);
}

.size-205 {
  width: 145px;
}

.size-206 {
  width: calc(100% - 145px);
}

.size-207 {
  width: calc(100% - 78px);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 60px;
}

.size-212 {
  width: calc(100% - 60px);
}

.size-213 {
  max-width: 245px;
}

.size-214 {
  width: 90px;
}

.size-215 {
  width: calc(100% - 110px);
}

.size-216 {
  width: 55px;
}

.size-217 {
  width: calc(100% - 55px);
}

.size-218 {
  max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 30px;
}

.size-302 {
  min-height: 80px;
}

.size-303 {
  height: 390px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #717fe0;}
.bg2 {background-color: #e6e6e6;}
.bg3 {background-color: #222;}
.bg5 {background-color: rgba(0,0,0,0.5);}
.bg6 {background-color: #f2f2f2;}
.bg7 {background-color: #333;}
.bg8 {background-color: #f3f3f3;}
.bg9 {background-color: rgba(255,255,255,0.9);}

/*---------------------------------------------*/
.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {border-radius: 50%;}

.bor1 {
  border-radius: 23px;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-bottom: 1px solid transparent;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bor6 {border-right: 1px solid rgba(255,255,255,0.1);}

.bor7 {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.bor8 {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.bor9 {
  border-right: 1px solid #e6e6e6;
}

.bor10 {
  border: 1px solid #e6e6e6;
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}

.bor17 {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder { color: #999999;}
.plh0:-moz-placeholder { color: #999999;}
.plh0::-moz-placeholder { color: #999999;}
.plh0:-ms-input-placeholder { color: #999999;}

.plh1::-webkit-input-placeholder { color: #b2b2b2;}
.plh1:-moz-placeholder { color: #b2b2b2;}
.plh1::-moz-placeholder { color: #b2b2b2;}
.plh1:-ms-input-placeholder { color: #b2b2b2;}

.plh2::-webkit-input-placeholder { color: #333;}
.plh2:-moz-placeholder { color: #333;}
.plh2::-moz-placeholder { color: #333;}
.plh2:-ms-input-placeholder { color: #333;}

.plh3::-webkit-input-placeholder { color: #555;}
.plh3:-moz-placeholder { color: #555;}
.plh3::-moz-placeholder { color: #555;}
.plh3:-ms-input-placeholder { color: #555;}

.plh4::-webkit-input-placeholder { color: #888;}
.plh4:-moz-placeholder { color: #888;}
.plh4::-moz-placeholder { color: #888;}
.plh4:-ms-input-placeholder { color: #888;}

/*---------------------------------------------*/
.js-addedwish-detail {
  color: #6c7ae0;
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-family: Poppins-Regular;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  height: 15px;
  min-width: 32px;
  border-radius: 7px;
  padding: 0 4px;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 8px);
  right: auto;
  left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
  color: #333;
  border-color: #797979;
}


/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204,204,204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #6774d5;
  left: 0;
  bottom: -2px;
}

.input1:focus + .focus-input1 {
  width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #808080;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.active-pagination1 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: -35px;
  right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 15px;
  left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.how-itemcart1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}


/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
.hov-cl1:hover {color: #717fe0;}
.hov-bg1:hover {background-color: #717fe0;}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #717fe0;
  background-color: #717fe0;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #717fe0;
  border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103,117,214,0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    font-size: 40px;
  }
  
  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }

  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }

}

/* Fix for shop page header overlap */
.shop-page {
  padding-top: 120px; /* space to avoid fixed header overlap (topbar + menu) */
}

@media (max-width: 991px) {
  /* mobile header height differs; adjust so content not hidden */
  .shop-page {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .shop-page {
    padding-top: 90px;
  }
}

/* Home urban layout */
.home-urban {
  background: #0f0f0f;
  color: #f5f5f5;
  padding-top: 90px;
}

.home-benefits {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #202020;
  border-bottom: 1px solid #222;
}

.home-benefits div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  padding: 12px 18px;
  background: #0d0d0d;
}

.home-benefits i {
  grid-row: span 2;
  color: #69b8ff;
  font-size: 22px;
}

.home-benefits span {
  font-size: 13px;
  font-weight: 700;
}

.home-benefits small {
  color: #9c9c9c;
  font-size: 11px;
}

.home-deal-hero,
.home-jeans-hero,
.home-story {
  max-width: 1320px;
  margin: 0 auto 26px;
  min-height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.home-deal-hero::after,
.home-jeans-hero::after,
.home-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,15,15,.18), rgba(15,15,15,.02));
}

.home-deal-copy {
  position: relative;
  z-index: 1;
  padding: 52px 64px;
  max-width: 520px;
}

.home-deal-copy span {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.home-deal-copy h1 {
  font-size: 54px;
  color: #0b57b7;
  font-weight: 900;
  margin: 8px 0 0;
}

.home-deal-copy strong {
  display: block;
  font-size: 84px;
  line-height: .9;
  color: #fff;
  text-shadow: 0 4px 16px rgba(0,0,0,.25);
}

.home-deal-copy p {
  color: #083c77;
  font-weight: 700;
  margin: 14px 0 24px;
}

.home-deal-copy a,
.home-center-action a,
.home-load-more a,
.home-side-promo a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #fff;
  background: #0f0f0f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-product-band,
.home-collections,
.home-combo,
.home-instagram,
.home-category-strips {
  max-width: 1320px;
  margin: 0 auto 28px;
}

.home-band-blue {
  padding: 14px;
  background: #65bdf1;
}

.home-product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-product-row-wrap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card {
  background: #141414;
  border: 1px solid #1f1f1f;
  min-width: 0;
}

.home-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #e9e9e9;
  overflow: hidden;
}

.home-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.home-card:hover .home-card-media img {
  transform: scale(1.04);
}

.home-card-tag {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #7da9ff;
  color: #fff;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-card-quick {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background: #717fe0;
  color: #fff;
  min-width: 118px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 700;
  opacity: 0;
}

.home-card:hover .home-card-quick {
  opacity: 1;
}

.home-card-body {
  padding: 10px 10px 12px;
}

.home-card-body > a {
  display: block;
  color: #d8d8d8;
  font-size: 13px;
  line-height: 1.35;
  min-height: 36px;
  overflow: hidden;
}

.home-card-body > span {
  display: block;
  color: #fff;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

.home-card-actions {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.home-card-actions button {
  width: 24px;
  height: 24px;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  background: #0f0f0f;
  color: #fff;
  cursor: pointer;
}

.home-card-actions button.is-favorite,
.home-card-actions button:hover {
  background: #717fe0;
  border-color: #717fe0;
}

.home-center-action,
.home-load-more {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.home-jeans-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
}

.home-jeans-hero div {
  position: relative;
  z-index: 1;
  padding-left: 110px;
}

.home-jeans-hero h2,
.home-jeans-hero p {
  color: #083c77;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.05;
  margin: 0;
}

.home-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.home-tabs a {
  color: #0f0f0f;
  background: #b7d8ff;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 3px;
}

.home-category-strips {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 14px;
}

.home-side-promo {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.home-side-promo h3 {
  color: #0f0f0f;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-collections h2,
.home-combo h2,
.home-story h2,
.home-instagram h2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 18px;
}

.home-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.home-collection-grid a {
  min-height: 330px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.home-collection-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.58), rgba(0,0,0,.04));
}

.home-collection-grid span,
.home-collection-grid strong {
  position: relative;
  z-index: 1;
}

.home-collection-grid strong {
  font-size: 20px;
  line-height: 1.05;
}

.home-combo-grid,
.home-instagram div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.home-combo-grid img,
.home-instagram img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.home-story {
  min-height: 360px;
  padding: 30px;
  background-position: center;
}

.home-story h2,
.home-story-cards {
  position: relative;
  z-index: 1;
}

.home-story-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 260px;
  align-items: end;
}

.home-story-cards div {
  min-height: 170px;
  background: rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
}

.home-story-cards strong {
  font-size: 24px;
  font-weight: 900;
}

.home-instagram div {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 991px) {
  .home-benefits,
  .home-product-row,
  .home-product-row-wrap,
  .home-collection-grid,
  .home-combo-grid,
  .home-story-cards,
  .home-instagram div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-category-strips {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .home-urban {
    padding-top: 70px;
  }

  .home-benefits,
  .home-product-row,
  .home-product-row-wrap,
  .home-collection-grid,
  .home-combo-grid,
  .home-story-cards,
  .home-instagram div {
    grid-template-columns: 1fr;
  }

  .home-deal-copy,
  .home-jeans-hero div {
    padding: 34px 24px;
  }

  .home-deal-copy h1,
  .home-jeans-hero h2,
  .home-jeans-hero p {
    font-size: 34px;
  }

  .home-deal-copy strong {
    font-size: 58px;
  }
}

/* Theme mode */
:root {
  --theme-bg: #ffffff;
  --theme-surface: #ffffff;
  --theme-surface-2: #f5f5f5;
  --theme-border: #e6e6e6;
  --theme-text: #222222;
  --theme-muted: #666666;
  --theme-soft: #888888;
  --theme-header: #ffffff;
  --theme-topbar: #222222;
  --theme-overlay: rgba(0, 0, 0, 0.5);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --theme-bg: #101216;
  --theme-surface: #171a20;
  --theme-surface-2: #20242c;
  --theme-border: #343945;
  --theme-text: #f2f4f8;
  --theme-muted: #c2c8d2;
  --theme-soft: #98a1af;
  --theme-header: #151820;
  --theme-topbar: #0b0d11;
  --theme-overlay: rgba(0, 0, 0, 0.72);
}

html,
body {
  transition: background-color .2s ease, color .2s ease;
}

html[data-theme="dark"],
html[data-theme="dark"] body {
  background-color: var(--theme-bg);
  color: var(--theme-muted);
}

.theme-toggle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}

.theme-toggle:hover,
.theme-toggle:focus {
  background-color: rgba(113, 127, 224, .12);
}

.account-link-button {
  color: inherit;
  font: inherit;
  height: 100%;
}

.account-role-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background-color: #717fe0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.account-stat {
  min-height: 118px;
  padding: 22px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  text-align: center;
}

.account-stat span {
  display: block;
  color: #222;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.account-stat p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.account-details dt,
.account-details dd {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
}

.account-profile-form {
  margin-bottom: 10px;
}

.account-profile-form label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-family: Poppins-Medium;
  font-size: 13px;
}

.account-profile-form .form-control {
  min-height: 46px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #333;
  font-family: Poppins-Regular;
  font-size: 14px;
  box-shadow: none;
}

.account-profile-form textarea.form-control {
  min-height: 92px;
  resize: vertical;
}

.account-profile-form .form-control:focus {
  border-color: #6c7ae0;
}

.account-profile-form .form-control[readonly] {
  background-color: #f7f7f7;
  color: #777;
}

.account-message {
  margin-bottom: 20px;
  padding: 12px 14px;
  border: 1px solid #bfe7cf;
  border-radius: 4px;
  background: #eaf8f0;
  color: #157347;
  font-size: 14px;
}

.account-order-table {
  margin-bottom: 0;
}

.account-order-table th {
  color: #222;
  font-size: 13px;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
}

.account-order-table td {
  color: #666;
  vertical-align: middle;
  border-color: #e6e6e6;
}

.account-order-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.account-order-product img {
  width: 54px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.account-admin-search {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.account-admin-search input {
  flex: 1 1 auto;
  min-width: 0;
}

.account-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
}

.account-status-badge.is-active {
  background-color: #e6f6ed;
  color: #157347;
}

.account-status-badge.is-disabled {
  background-color: #fde8e8;
  color: #b42318;
}

@media (max-width: 575px) {
  .account-admin-search {
    flex-direction: column;
  }
}

.wrap-header-mobile .theme-toggle {
  width: 36px;
  height: 36px;
}

html[data-theme="dark"] .top-bar {
  background-color: var(--theme-topbar);
  border-color: rgba(255, 255, 255, .08);
}

html[data-theme="dark"] .wrap-menu-desktop,
html[data-theme="dark"] .container-menu-desktop.fix-menu-desktop .wrap-menu-desktop,
html[data-theme="dark"] .wrap-header-mobile,
html[data-theme="dark"] .menu-mobile {
  background-color: var(--theme-header);
  border-color: var(--theme-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .main-menu > li > a,
html[data-theme="dark"] .main-menu-m > li > a,
html[data-theme="dark"] .icon-header-item,
html[data-theme="dark"] .arrow-main-menu-m,
html[data-theme="dark"] .cl2,
html[data-theme="dark"] .cl5,
html[data-theme="dark"] .cl10 {
  color: var(--theme-text);
}

html[data-theme="dark"] .cl3,
html[data-theme="dark"] .cl6,
html[data-theme="dark"] .cl8,
html[data-theme="dark"] .stext-102,
html[data-theme="dark"] .stext-104,
html[data-theme="dark"] .stext-106,
html[data-theme="dark"] .stext-111 {
  color: var(--theme-muted);
}

html[data-theme="dark"] .cl4,
html[data-theme="dark"] .cl7,
html[data-theme="dark"] .cl9 {
  color: var(--theme-soft);
}

html[data-theme="dark"] .main-menu > li > a:hover,
html[data-theme="dark"] .main-menu-m > li > a:hover,
html[data-theme="dark"] .hov-cl1:hover,
html[data-theme="dark"] .how-active1 {
  color: #8d99ff;
}

html[data-theme="dark"] .bg0,
html[data-theme="dark"] .bg6,
html[data-theme="dark"] .bg8,
html[data-theme="dark"] .block2,
html[data-theme="dark"] .block2-txt,
html[data-theme="dark"] .panel-search,
html[data-theme="dark"] .panel-filter,
html[data-theme="dark"] .quick-view-panel,
html[data-theme="dark"] .header-cart,
html[data-theme="dark"] .modal-search-header {
  background-color: var(--theme-surface);
}

html[data-theme="dark"] .bg2,
html[data-theme="dark"] .rs1-select2 .select2-container .select2-selection--single,
html[data-theme="dark"] .rs2-select2 .select2-container .select2-selection--single,
html[data-theme="dark"] .select2-dropdown,
html[data-theme="dark"] .wrap-num-product,
html[data-theme="dark"] .btn-num-product-down,
html[data-theme="dark"] .btn-num-product-up,
html[data-theme="dark"] input.num-product {
  background-color: var(--theme-surface-2);
}

html[data-theme="dark"] .bor3,
html[data-theme="dark"] .bor8,
html[data-theme="dark"] .bor10,
html[data-theme="dark"] .bor13,
html[data-theme="dark"] .bor15,
html[data-theme="dark"] .bor18,
html[data-theme="dark"] .table,
html[data-theme="dark"] .table-shopping-cart,
html[data-theme="dark"] .table-shopping-cart tr,
html[data-theme="dark"] .table-shopping-cart .table_row,
html[data-theme="dark"] .table-shopping-cart .table_row td,
html[data-theme="dark"] .form-control {
  border-color: var(--theme-border);
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] .form-control,
html[data-theme="dark"] .wrap-search-header,
html[data-theme="dark"] .wrap-search-header input,
html[data-theme="dark"] .wrap-search-header button,
html[data-theme="dark"] .input1,
html[data-theme="dark"] .quick-view-select select {
  background-color: var(--theme-surface);
  color: var(--theme-text);
}

html[data-theme="dark"] .quick-view-panel {
  background-color: #ffffff;
  color: #333333;
}

html[data-theme="dark"] .quick-view-title,
html[data-theme="dark"] .quick-view-price,
html[data-theme="dark"] .quick-view-stats em,
html[data-theme="dark"] .quick-view-qty input {
  color: #1f2430;
}

html[data-theme="dark"] .quick-view-description,
html[data-theme="dark"] .quick-view-label,
html[data-theme="dark"] .quick-view-social,
html[data-theme="dark"] .quick-view-stats {
  color: #4f5664;
}

html[data-theme="dark"] .quick-view-select,
html[data-theme="dark"] .quick-view-select select,
html[data-theme="dark"] .quick-view-qty button,
html[data-theme="dark"] .quick-view-qty input {
  background-color: #ffffff;
  color: #2a2f3a;
}

html[data-theme="dark"] .quick-view-select,
html[data-theme="dark"] .quick-view-qty {
  border-color: #d8dce5;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder,
html[data-theme="dark"] .plh0::-webkit-input-placeholder,
html[data-theme="dark"] .plh1::-webkit-input-placeholder,
html[data-theme="dark"] .plh2::-webkit-input-placeholder,
html[data-theme="dark"] .plh3::-webkit-input-placeholder,
html[data-theme="dark"] .plh4::-webkit-input-placeholder {
  color: var(--theme-soft);
}

html[data-theme="dark"] .table,
html[data-theme="dark"] .table th,
html[data-theme="dark"] .table td,
html[data-theme="dark"] .table-shopping-cart th,
html[data-theme="dark"] .table-shopping-cart td,
html[data-theme="dark"] dt,
html[data-theme="dark"] dd,
html[data-theme="dark"] label,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
  color: var(--theme-text);
}

html[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd),
html[data-theme="dark"] .select2-container .select2-results__option[aria-selected="true"] {
  background-color: var(--theme-surface-2);
}

html[data-theme="dark"] .select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #717fe0;
  color: #fff;
}

html[data-theme="dark"] .wrap-header-cart,
html[data-theme="dark"] .wrap-modal1,
html[data-theme="dark"] .overlay-modal1,
html[data-theme="dark"] .s-full {
  background-color: var(--theme-overlay);
}

html[data-theme="dark"] .home-tabs a {
  background-color: #25314a;
  color: var(--theme-text);
}

html[data-theme="dark"] .home-tabs a:hover,
html[data-theme="dark"] .home-tabs a:focus {
  background-color: #717fe0;
  color: #fff;
}

html[data-theme="dark"] .home-benefit,
html[data-theme="dark"] .home-side-promo,
html[data-theme="dark"] .home-card-actions button,
html[data-theme="dark"] .account-stat {
  background-color: var(--theme-surface-2);
  color: var(--theme-text);
  border-color: var(--theme-border);
}

html[data-theme="dark"] .account-stat span,
html[data-theme="dark"] .account-stat p {
  color: var(--theme-text);
}

html[data-theme="dark"] .account-details dt,
html[data-theme="dark"] .account-details dd {
  border-color: var(--theme-border);
}

html[data-theme="dark"] .account-profile-form label,
html[data-theme="dark"] .account-profile-form .form-control {
  color: var(--theme-text);
}

html[data-theme="dark"] .account-profile-form .form-control {
  background-color: var(--theme-surface-2);
  border-color: var(--theme-border);
}

html[data-theme="dark"] .account-profile-form .form-control[readonly] {
  background-color: var(--theme-surface);
  color: var(--theme-muted);
}

html[data-theme="dark"] .account-message {
  background: rgba(25, 135, 84, .18);
  border-color: rgba(25, 135, 84, .35);
  color: #8ee0b1;
}

html[data-theme="dark"] .account-order-table th,
html[data-theme="dark"] .account-order-table td {
  color: var(--theme-text);
  border-color: var(--theme-border);
}

html[data-theme="dark"] .account-order-product img {
  background-color: var(--theme-surface-2);
}

html[data-theme="dark"] .account-status-badge.is-active {
  background-color: rgba(25, 135, 84, .18);
  color: #8ee0b1;
}

html[data-theme="dark"] .account-status-badge.is-disabled {
  background-color: rgba(220, 53, 69, .18);
  color: #ff9aa5;
}

/* Admin order dashboard */
.admin-page {
  min-height: 100vh;
  margin: 0;
  background: #f4f6fb;
  color: #101828;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.admin-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 228px;
  background: #111827;
  color: #d6dce8;
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
  z-index: 20;
}

.admin-brand {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 10px 18px;
  color: #fff;
  font-size: 18px;
}

.admin-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 50%;
  background: #5b5ff2;
  font-size: 12px;
  font-weight: 800;
}

.admin-brand strong {
  color: #9aa7bd;
  font-weight: 600;
}

.admin-nav,
.admin-channel {
  display: grid;
  gap: 4px;
}

.admin-channel {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.admin-channel span {
  padding: 0 10px 8px;
  color: #778195;
  font-size: 11px;
  text-transform: uppercase;
}

.admin-nav-bottom {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.admin-nav a,
.admin-channel a,
.admin-logout-link {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 7px;
  color: #d6dce8;
  font-size: 13px;
  width: 100%;
  background: transparent;
  text-align: left;
}

.admin-nav a i,
.admin-channel a i,
.admin-logout-link i {
  width: 16px;
  text-align: center;
  color: #99a4b7;
}

.admin-nav a:hover,
.admin-channel a:hover,
.admin-logout-link:hover,
.admin-nav a.is-active,
.admin-channel a.is-active {
  background: #5b5ff2;
  color: #fff;
}

.admin-nav a.is-active i,
.admin-channel a.is-active i,
.admin-nav a:hover i,
.admin-channel a:hover i,
.admin-logout-link:hover i {
  color: #fff;
}

.admin-channel a.is-muted {
  background: transparent;
}

.admin-main {
  min-height: 100vh;
  margin-left: 228px;
}

.admin-topbar {
  height: 44px;
  background: #d7ddf2;
  display: grid;
  grid-template-columns: 150px minmax(240px, 520px) 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
}

.admin-browser-dots {
  display: flex;
  gap: 8px;
}

.admin-browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.admin-browser-dots span:nth-child(1) { background: #ff5f57; }
.admin-browser-dots span:nth-child(2) { background: #febc2e; }
.admin-browser-dots span:nth-child(3) { background: #28c840; }

.admin-address {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255,255,255,.46);
  color: #7b8498;
  font-size: 12px;
}

.admin-top-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  color: #536078;
}

.admin-avatar {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f28b36;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

.admin-content {
  padding: 26px 28px 40px;
}

.admin-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}

.admin-title-row h1 {
  color: #111827;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 6px;
}

.admin-title-row p {
  color: #667085;
  font-size: 13px;
}

.admin-shop-select {
  min-width: 230px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid #e5e7ef;
  border-radius: 8px;
  background: #fff;
  color: #667085;
  font-size: 12px;
}

.admin-alert {
  margin-bottom: 14px;
  padding: 11px 14px;
  border: 1px solid #abefc6;
  border-radius: 8px;
  background: #ecfdf3;
  color: #067647;
  font-size: 13px;
}

.admin-alert-danger {
  border-color: #fecdca;
  background: #fef3f2;
  color: #b42318;
}

.admin-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.admin-stat-card {
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid #e5e7ef;
  border-radius: 9px;
  background: #fff;
}

.admin-stat-card span {
  display: block;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.admin-stat-card p {
  margin-top: 7px;
  color: #667085;
  font-size: 12px;
}

.admin-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-radius: 9px;
  background: #fff;
  margin-bottom: 12px;
}

.admin-filter-tabs a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-radius: 17px;
  color: #344054;
  background: #f7f8fc;
  font-size: 12px;
  font-weight: 700;
}

.admin-filter-tabs a span {
  color: #5b5ff2;
}

.admin-filter-tabs a.is-active,
.admin-filter-tabs a:hover {
  background: #5b5ff2;
  color: #fff;
}

.admin-filter-tabs a.is-active span,
.admin-filter-tabs a:hover span {
  color: #fff;
}

.admin-tools-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.admin-search {
  flex: 1 1 auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #e5e7ef;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.admin-search i {
  padding-left: 14px;
  color: #98a2b3;
}

.admin-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  background: transparent;
  color: #344054;
  font-size: 13px;
}

.admin-search button,
.admin-add-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  background: #5b5ff2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.admin-add-button {
  border-radius: 9px;
}

.admin-table-panel {
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}

.admin-orders-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
}

.admin-orders-table th {
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #e5e7ef;
  background: #f8f9fc;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-orders-table td {
  min-height: 54px;
  padding: 12px;
  border-bottom: 1px solid #eef0f6;
  color: #344054;
  font-size: 13px;
  vertical-align: middle;
  white-space: nowrap;
}

.admin-orders-table tr:hover td {
  background: #fafbff;
}

.admin-order-code {
  color: #3156d4;
  font-weight: 700;
}

.admin-order-sub {
  margin-top: 4px;
  color: #98a2b3;
  font-size: 11px;
}

.admin-status {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
}

.admin-status.is-info {
  background: #eef4ff;
  color: #3156d4;
}

.admin-status.is-warning {
  background: #fff4e5;
  color: #b54708;
}

.admin-status.is-success {
  background: #ecfdf3;
  color: #067647;
}

.admin-status.is-danger {
  background: #fef3f2;
  color: #b42318;
}

.admin-row-actions {
  text-align: right;
}

.admin-row-actions a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 8px;
  color: #667085;
  background: #f7f8fc;
}

.admin-row-actions a:hover {
  background: #5b5ff2;
  color: #fff;
}

.admin-empty {
  padding: 34px;
  text-align: center;
  color: #667085;
}

.admin-dashboard-panel {
  padding: 26px;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fff;
}

.admin-dashboard-panel h2 {
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 18px;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.admin-chart {
  height: 210px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  padding-top: 18px;
}

.admin-chart-column {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.admin-chart-value {
  color: #344054;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-chart-bar {
  width: 100%;
  max-width: 34px;
  min-height: 8px;
  border-radius: 7px 7px 3px 3px;
  background: #5b5ff2;
}

.admin-chart-orders .admin-chart-bar {
  background: #12b76a;
}

.admin-chart-column span {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

.admin-softdelete-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-softdelete-summary div {
  padding: 14px;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fafbff;
}

.admin-softdelete-summary span {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.admin-softdelete-summary p {
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
}

.admin-softdelete-summary.is-deleted div {
  border-color: #fecdca;
  background: #fef3f2;
}

.admin-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-dashboard-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 22px;
  background: #20242c;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.admin-dashboard-actions a.is-primary,
.admin-dashboard-actions a:hover {
  background: #5b5ff2;
  color: #fff;
}

.admin-form-panel {
  padding: 26px;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fff;
}

.admin-product-form label {
  display: block;
  margin-bottom: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.admin-product-form .form-control {
  min-height: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  color: #344054;
  font-size: 14px;
}

.admin-product-form textarea.form-control {
  min-height: 110px;
}

.admin-form-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 6px;
}

.admin-cancel-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 9px;
  background: #f2f4f7;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.admin-cancel-button:hover {
  background: #e4e7ec;
  color: #111827;
}

.admin-danger-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border-radius: 9px;
  background: #d92d20;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.admin-danger-button:hover {
  background: #b42318;
  color: #fff;
}

.admin-detail-list {
  margin-bottom: 0;
}

.admin-detail-list dt {
  color: #667085;
  font-weight: 800;
}

.admin-detail-list dd {
  color: #111827;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
  gap: 14px;
}

.admin-side-card {
  height: 100%;
  padding: 18px;
  border: 1px solid #eef0f6;
  border-radius: 10px;
  background: #fafbff;
}

.admin-side-card > span,
.admin-panel-title {
  display: block;
  margin: 0 0 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.admin-product-preview {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.admin-product-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-product-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef0f6;
}

.admin-product-head img {
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  border-radius: 10px;
  border: 1px solid #e5e7ef;
  object-fit: cover;
  background: #fff;
}

.admin-product-head h2,
.admin-cart-summary h2 {
  margin: 10px 0 4px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.admin-product-head p,
.admin-cart-summary p,
.admin-muted-block {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

.admin-cart-table {
  min-width: 1120px;
}

.admin-session {
  max-width: 180px;
  display: inline-block;
  overflow: hidden;
  color: #667085;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.admin-cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #e5e7ef;
  border-radius: 10px;
  background: #fafbff;
}

.admin-deleted-grid {
  display: grid;
  gap: 14px;
}

.admin-mini-list {
  display: grid;
  gap: 10px;
}

.admin-deleted-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eef0f6;
  border-radius: 10px;
  background: #fafbff;
}

.admin-deleted-item strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.admin-deleted-item span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
}

.admin-deleted-product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-deleted-product img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .admin-sidebar {
    position: static;
    width: 100%;
    min-height: auto;
  }

  .admin-main {
    margin-left: 0;
  }

  .admin-topbar,
  .admin-title-row,
  .admin-tools-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .admin-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .admin-content {
    padding: 18px 12px 28px;
  }

  .admin-stat-row {
    grid-template-columns: 1fr;
  }

  .admin-shop-select {
    width: 100%;
  }

  .admin-product-head,
  .admin-cart-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-product-head img {
    width: 88px;
    height: 88px;
  }

  .admin-softdelete-summary {
    grid-template-columns: 1fr;
  }

  .admin-deleted-item {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .shop-page .container {
    position: relative;
  }

  .shop-page .panel-filter:not(.dis-none) {
    position: absolute;
    left: 15px;
    top: 132px;
    width: 270px !important;
    padding-top: 0;
    z-index: 2;
  }

  .shop-page .panel-filter:not(.dis-none) .wrap-filter {
    display: block;
    padding: 28px 24px 8px;
  }

  .shop-page .panel-filter:not(.dis-none) .filter-col1,
  .shop-page .panel-filter:not(.dis-none) .filter-col2,
  .shop-page .panel-filter:not(.dis-none) .filter-col3,
  .shop-page .panel-filter:not(.dis-none) .filter-col4 {
    width: 100%;
    padding-right: 0;
  }

  .shop-page .container:has(.panel-filter:not(.dis-none)) .isotope-grid,
  .shop-page .container:has(.panel-filter:not(.dis-none)) .shop-pagination {
    margin-left: 310px;
  }

  .shop-page .container:has(.panel-filter:not(.dis-none)) .isotope-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .container:has(.panel-filter:not(.dis-none)) .isotope-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.shop-page .container > .flex-w.flex-sb-m.p-b-52 {
  width: 260px;
  float: left;
  display: block;
  padding-bottom: 0;
}

.shop-page .container::after {
  content: "";
  display: block;
  clear: both;
}

.shop-page .container > .flex-w.flex-sb-m.p-b-52::before {
  content: "\f1de  Bộ lọc";
  display: block;
  margin-bottom: 16px;
  color: #222;
  font-family: "FontAwesome", Poppins-Regular, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.shop-page .filter-tope-group {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}

.shop-page .filter-tope-group::before {
  content: "Danh mục";
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-page .filter-tope-group a {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 7px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.shop-page .filter-tope-group a.how-active1,
.shop-page .filter-tope-group a:hover {
  border-color: #222;
  color: #222;
}

.shop-page .container > .flex-w.flex-sb-m.p-b-52 > .flex-w.flex-c-m.m-tb-10 {
  display: none;
}

.shop-page .panel-search.dis-none,
.shop-page .panel-filter.dis-none {
  display: block !important;
}

.shop-page .panel-search {
  margin-bottom: 18px;
  padding: 0;
}

.shop-page .panel-search .bor8 {
  height: 42px;
  padding-left: 0;
}

.shop-page .panel-search button {
  width: 42px;
  height: 40px;
  order: 2;
}

.shop-page .panel-search input {
  width: calc(100% - 42px);
  height: 40px;
  padding: 0 12px;
  font-size: 13px;
}

.shop-page .panel-filter {
  width: 100%;
  padding: 0;
}

.shop-page .panel-filter .wrap-filter {
  display: block;
  padding: 18px 14px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #f7f7f7;
}

.shop-page .panel-filter .filter-link {
  display: inline-block;
  line-height: 1.35;
}

.shop-page .panel-filter .filter-col1,
.shop-page .panel-filter .filter-col2,
.shop-page .panel-filter .filter-col3,
.shop-page .panel-filter .filter-col4 {
  width: 100%;
  padding-right: 0;
}

.shop-page .isotope-grid,
.shop-page .shop-pagination {
  margin-left: 300px;
}

.shop-page .isotope-grid::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 991px) {
  .shop-page .container > .flex-w.flex-sb-m.p-b-52 {
    width: 100%;
    float: none;
    margin-bottom: 28px;
  }

  .shop-page .isotope-grid,
  .shop-page .shop-pagination {
    margin-left: 0;
  }
}
