/*------------------------------------------------------------------
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 ]*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Raleway:400,400i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');

* {
  font-family: 'Poppins', sans-serif;
}

*:lang(ar) {
  font-family: 'El Messiri', sans-serif;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* @font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  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", sans-serif;
  font-weight: 500;
  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", sans-serif;
  font-weight: 700;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  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;}


a {
  color: #646464;
  text-decoration: none !important;
}
a:hover {
  color: #cd9550;
}


/*//////////////////////////////////////////////////////////////////
[ 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;
}
.header-v4{
  position: sticky;
  z-index: 1000;
  top: 0;
}


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

/*---------------------------------------------*/
.left-top-bar {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: #b2b2b2;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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: #cd9550;
}


/*---------------------------------------------*/
.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: +99;
  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", sans-serif;
  font-weight: 500;
  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", sans-serif;
  font-weight: 400;
  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: #cd9550;
}

.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: #cd9550;
  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", sans-serif;
  font-weight: 400;
  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: #e1c53a;
}

/*---------------------------------------------*/
.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: #cd9550;
}

/*---------------------------------------------*/
@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: #e1c53a;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ 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% - 32px); */
    /* max-height: 97%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 134px;
    height: 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", sans-serif;
  font-weight: 500;
  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", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 400;
  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: #cd9550;
}


/*------------------------------------------------------------------
[ 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: #cd9550;
  color: white;
}

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

.rs1-select2 .select2-results__options {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 400;
  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(../img/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../img/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(../img/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", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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: #cd9550;
  border-bottom: 1px solid #cd9550;
}

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

@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;
  margin-left: auto;
  margin-right: auto;
  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", sans-serif;
  font-weight: 400;
  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;
}

.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: 112px;
  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: 191px;
  padding-right: 0px;
  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", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.table-shopping-cart td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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;
  height: 339px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product-img-class {
  object-fit: cover;
  height: 100%;
}

.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-pic:hover .block2-btn {
  bottom: 20px;
}

/*---------------------------------------------*/
.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", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}

.stext-103 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.466667;
}

.stext-105 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}

.stext-107 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.923;
}

.stext-108 {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  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", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-116 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.666667;
}


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


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  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: #e1c53a;}
.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: #cd9550;
}

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

.label1::after {
  content: attr(data-label1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  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", sans-serif;
  font-weight: 400;
  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;
}
.img-product-outlet {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.img-product-outlet img {
  max-height: 85px;
  min-height: 219px;
  object-fit: cover;
  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;
  }

}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Call Us */


.Callus {
  position: fixed;
  bottom: 9px;
  left: 5%;
  /* transform: translate(-50%, -50%); */
  z-index: +9999;
}

.Callus svg {
  width: 29px;
}

.Callus ul {
  list-style: none;
}

.Callus ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #e1c53a;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Callus ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

/* .Callus ul li.facebook{
  background: #3b5998;
} */


.Callus ul li.facebook div.slider {
  background: #e5e5e5;
}


.Callus .slider::before{
  display: none;
}
.Callus .slider {
  content: "";
  position: absolute;
  top: 12%;
  left: 51px;
  display: flex;
  justify-content: center;
  height: 37px;
  width: 0px;
  background: #eebb5c;
  border-radius: 20px;
  transition: all 0.5s 0.3s ease;
  align-items: center;
}

.Callus .slider p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #6d6d6d;
  text-align: center;
  /* line-height: 50px; */
  opacity: 0;
  transition: all 0.6s ease;
  margin-bottom: 0px;
}

.Callus ul li:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}

.Callus ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

/* ShowVideo */
.showvideo {
  display: none;
  position: fixed;
  bottom: 72px;
  left: 5%;
  /* transform: translate(-50%, -50%); */
  z-index: +9999;
}

.showvideo svg {
  width: 29px;
}
.showvideo ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background:#25b695;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.showvideo ul {
  list-style: none;
}
.showvideo .close {
  background: red;
  width: fit-content;
  padding: 0px 12px;
  color: white;
  font-size: 20px;
  margin-bottom: 3px;
  font-family: 'Poppins-Medium';
  cursor: pointer;
  float: left;
}
.showvideo i {
  color: white;
  font-size: 21px;
}
.showvideo iframe {
  width: 180px;
}
.i3mal-video-pop {
  position: absolute;
  left: 56px;
  bottom: -62px;
}
/*  */


/* Chat */
.Chat {
  position: fixed;
  bottom:77px;
  left: 5%;
  /* transform: translate(-50%, -50%); */
  z-index: +9999;
}

.Chat svg {
  width: 29px;
}
.Chat ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background:#383839;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Chat ul {
  list-style: none;
}
.Chat .close {
  background: red;
  width: fit-content;
  padding: 0px 12px;
  color: white;
  font-size: 20px;
  margin-bottom: 3px;
  font-family: 'iamalFont';
  cursor: pointer;
}
.Chat i {
  color: white;
  font-size: 21px;
}
/*  */




/* Start Product Page */
.product-page {
  background: #f5f6f9;
  padding-top: 40px;

}

section.top-content {
  background: white;
}

.product-titel {
  font-size: 24px;
  color: #293847;
  /* border-top: 1px solid #D6D6D6; */
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 600;
}

.product-price {
  align-items: center;
  background: linear-gradient(45deg, #3e7f9d, #5f3a29);
  /* border: 1px solid #feb5a5; */
  border-radius: 2px;
  color: #fff8f8;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  justify-content: center;
  padding: 2px 18px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /* transform: skew(172deg, 357deg); */
}

.product-price span {
  font-size: 14px;
  font-weight: 500;
}

.product-mark,
.product-desc {
  font-weight: normal;
}

.product-mark span,
.product-desc span {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: bold;
}

.product-purchase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-q-p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


@media only screen and (max-width: 992px) {
  .product-purchase {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart .sell-btn {
    margin-left: auto !important;
    margin-right: auto !important;

  }

  .sell-btn {
    margin-left: 20px !important;
  }

  .product-purchase .product-quantity,
  .product-purchase .sell-btn,
  .product-purchase .call-btn {
    margin-top: 20px;
  }

  .product-attr {
    margin-top: 20px;
  }
}

.image-gallery-thumbnail {
  width: 66px !important;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  width: 64px !important;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  display: block;
  position: relative;
  max-height: 54px;
  overflow: hidden;
  min-height: 56px;
}

@media only screen and (max-width: 1400px) {

  .image-gallery-content img.image-gallery-thumbnail-image {
    max-height: 52px !important;
    min-height: 52px !important;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1400px) {

  .call-btn {
    background: linear-gradient(231deg, #ffc0ba, #ef5f80);
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    padding: 7px 23px;
    border-radius: 25px;
    font-size: 20px;
    margin-left: 0px !important;
    margin-top: 22px;
    box-shadow: 4px 5px 18px #00000038;
  }
}


@media only screen and (max-width: 1200px) {
  .product-attr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.product-quantity {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.cart .quantity-btn {
  margin-left: 0px;
  font-size: 17px;
}

.quantity-btn {
  margin-left: 22px;
  font-size: 17px;
}

.form-info .quantity-btn {
  margin-right: 14px;
  font-size: 17px;
  direction: ltr;
}

button.qtyplus,
button.qtyminus {
  background: #4c4c4c;
  border: none;
  border-radius: 100%;
  color: #fff;
  height: 29px;
  width: 29px;
}

.qtyinput {
  border: none;
  background: none;
  text-align: center;
  width: 45px;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cart .sell-btn {
  /* background: linear-gradient(231deg, #e1234f, #ffabb0); */
  background: linear-gradient(231deg, #91db63, #4de57c);
  font-size: 17px;
}

.sell-btn {
  background: linear-gradient(45deg, #cd9550, #e1c53a);

  /* background: linear-gradient(231deg, #36C59E, #7EF2FF); */
  /* background: linear-gradient(231deg, #91db63, #4de57c); */
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 7px 23px;
  border-radius: 25px;
  font-size: 18px;
  margin-left: 24px;
  box-shadow: 4px 5px 18px #00000038;
  cursor: pointer;
  transition: all .9s;
  /* font-weight: 600; */
}

.sell-btn svg {
  transform: rotateY(1deg);
  transition: transform 0.8s;
}

.sell-btn:hover svg {
  transition: all .9s;
  transform: rotateY(191deg);
}

.sell-btn:hover {
  box-shadow: -4px 2px 20px #cd9550;
  border-radius: 6px;
}

.call-btn {
  background: linear-gradient(231deg, #ffc0ba, #ef5f80);
  width: fit-content;
  color: white;
  padding: 7px 23px;
  border-radius: 25px;
  font-size: 20px;
  margin-left: 24px;
  box-shadow: 4px 5px 18px #00000038;
}

.call-btn svg,
.sell-btn svg {
  margin-left: 14px;
}

.taksit-titel {
  display: flex;
  align-items: center;
}

.taksit-titel p {
  border: 1px solid;
  width: fit-content;
  padding: 1px 24px;
  border-radius: 33px;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 17px;
  line-height: 20px;
}

.product-taksit-list-price p {
  background: white;
  width: fit-content;
  border-radius: 20px;
  padding: 2px 22px;
}

.product-taksit-list-price p {
  background: #fff;
  /* background: linear-gradient(45deg, #005043, #038e93); */
  background: linear-gradient(45deg, #e7d152, #e5af6f);
  border-radius: 20px;
  box-shadow: -3px 1px 20px #0000001c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 2px 22px;
}

.product-desc ul#pills-tab {
  background: white;
  width: fit-content;
  padding: 9px 34px;
  border-radius: 25px;
  box-shadow: -3px 3px 20px #00000024;
}

@media only screen and (max-width: 600px) {

  .product-desc ul#pills-tab {
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 700px) {
  .product-page .sell-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    z-index: +999;
    height: 56px;
    display: flex;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .product-page .sell-btn-fix {
    position: inherit;
    bottom: 0;
    width: fit-content !important ;
    margin: 0 !important;
    z-index: +999;
    height: auto !important;
    display: flex;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 700px) {

  .sell-btn-moto {
    /* background: linear-gradient(45deg, #cd9550, #e1c53a); */
    /* background: linear-gradient(231deg, #36C59E, #7EF2FF); */
    /* background: linear-gradient(231deg, #91db63, #4de57c); */
    background: linear-gradient(161deg, #a6e05d, #56d3ba) !important;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    padding: 7px 23px;
    border-radius: 25px;
    font-size: 33px !important;
    margin-left: 24px;
    box-shadow: 4px 5px 18px #00000038;
    cursor: pointer;
    transition: all .9s;
    font-weight: 700 !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    right: 50% !important;
    width: 94% !important;
  }
  .sell-btn-moto svg{
    width: 40px;
  }
  .modal-form-moto .modal-body {
    padding: 0 !important;
}
  }

.product-desc .product-desc-btn.active {
  background: black !important;
  border-radius: 28px !important;
  padding: 4px 20px;
  color: white !important;
}

.product-desc .product-desc-btn.active svg {
  fill: white;
}

.product-desc .product-desc-btn {
  color: black;
  padding: 4px 20px;
}

.product-desc .product-desc-btn svg {
  fill: black;
}

.product-desc .product-desc-btn:hover {
  color: #818286;
}

.product-desc div#pills-tabContent {
  background: white;
  border-radius: 28px;
  min-height: 301px;
  box-shadow: -3px 3px 20px #00000024;
  padding: 39px;
}


.product-taksit-section {
  /* border-bottom: 1px solid #AAC783; */
  padding-bottom: 25px;
}

.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #015f57;
  vertical-align: middle;
}

.product-page-price {
  align-items: flex-start;
  padding: 14px 19px;
  background: none;
}

.search-page .product-page-price {
  align-items: flex-start;
  padding: 7px 16px;
  background: none;
}

.product-page-price .tag-taksit {
  background: #ffffff;
  /* background: #F84771; */
  padding: 0px 19px;
  line-height: 20px;
  border-radius: 21px;
  margin-bottom: 4px;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 1px -1px 17px #8080804a;
}

.product-page-price .price {
  color: #5d5e62;
  font-size: 17px;
  font-weight: 700;
}

.product-attr-item {
  display: flex;
  align-items: center;
  line-height: 16px;
}

.product-attr-item p {
  margin-bottom: 0;
  margin-left: 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  text-transform: uppercase;
}

.product-attr {
  display: flex;
  flex-wrap: wrap;
}

.price-section {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.product-page .img-product {
  min-height: 140px;
  max-height: 140px;
  overflow: hidden;
}

.product-page .img-product img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 166px;
  border-radius: 6px;
}

span.product-mounth-time {
  font-size: 15px;
  font-weight: 400;
}

span.product-mounth {
  font-size: 10px;
  margin-right: 8px;
}

.image-gallery-content.fullscreen {
  background: white !important;
}

.image-gallery-content:not(.fullscreen) .image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus {
  outline: none !important;
  border: 2px solid #FFA8BC !important;
  border-radius: 22px;
  box-shadow: 0px 0px 8px #ffa8bc;
  background: white;
}

.image-gallery-content:not(.fullscreen) .image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus {
  outline: none !important;
  border: 2px solid #bdbdbd !important;
  border-radius: 17px;
  box-shadow: 0px 0px 8px #adadad;
  background: white;
  width: 61px !important;
}

.image-gallery-content:not(.fullscreen) .image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus {
  outline: none;
  border: 2px solid #cd9550;
  border-radius: 0px;
  box-shadow: 0px 0px 8px #e0e0e0;
  background: white;
  width: 61px !important;
}

.image-gallery-content:not(.fullscreen) .image-gallery-thumbnail:hover {
  outline: none !important;
  border: 2px solid #cd9550 !important;
  border-radius: 0px;
  box-shadow: 0px 0px 8px #e0e0e0;
  background: white;
  width: 61px !important;
}

.image-gallery-content:not(.fullscreen) .image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 120px;
  width: 23px !important;
}

.fullscreen .image-gallery-fullscreen-button {
  top: -1px;
  margin-top: auto;
  z-index: +9;
  bottom: auto;
  background: #e35274;
  border-radius: 0px 0px 20px 20px;
  right: 10px;
}

.image-gallery-icon:hover {
  color: #ff5757;
}

.image-gallery-slide-wrapper.left,
.image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 74px) !important;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 3px 0px 16px #0000001a;
  border: 1px solid #8080802e;
}

.fullscreen .image-gallery-fullscreen-button svg {
  display: none;
}

.fullscreen .image-gallery-fullscreen-button::before {
  content: 'X';
  display: flex;
  width: 19px;
  height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.bg-product {
  background: white;
}

.product-btn-exist p {
  background: #484747;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 19px;
  margin-bottom: 0;
  color: white;
}

.product-btn-exist span {
  font-size: 13px;
  color: #4a4647;
}

.image-gallery-content:not(.fullscreen) img.image-gallery-image {
  max-height: 453px !important;
  min-height: 453px !important;
  /* object-fit: cover; */
}

@media(max-width : 991px) {
  .image-gallery-content:not(.fullscreen) img.image-gallery-image {
    max-height: 328px !important;
    min-height: 325px !important;
  }
}

.image-gallery-content img.image-gallery-thumbnail-image {
  /* max-height: 57px;
  min-height: 57px; */
  object-fit: cover;
  width: 87%;
  padding: 3px 0px;
}

button.image-gallery-thumbnail {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #80808000;
}

.image-gallery-thumbnail {
  transition: none !important;
}

.remove-btn {
  background: linear-gradient(45deg,#f56383,#ea3c64);
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  margin: auto;
  padding: 9px 15px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.remove-btn svg {
  height: 27px;
  width: 26px;
}

/* End Product Page */


/* .cat-img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 111px;
  box-shadow: 3px 7px 20px #00000021;
} */

.cat-img {
    /* width: 145px; */
    height: 364px;
    object-fit: cover;
    /* border-radius: 111px; */
    /* box-shadow: 3px 7px 20px #00000021; */
}

.meubles-category {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.meubles-category a{
  color: #646464;

}
.categories .swiper-icon {
  cursor: pointer;
  font-size: 18px;
  color: #646464;
}

.title-section {
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
}

.brands img {
     height: auto;
    width: 159px;
    margin: auto;
    text-align: center;
}
.swiper-slide {
    margin: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  background: #fff;
  border-radius: 20px!important;
  box-shadow: -2px 1px 4px #00000066;
  color: #6a6a6a;
  font-size: 21px!important;
  font-weight: 900;
  padding: 8px 13px!important;
}
.top-bar-alsalam {
  background: linear-gradient(45deg, #cd9550, #e1c53a)!important;
}
.form-store {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 20px #cbcbcb;
  padding: 61px;
}
.form-store-register label.form-label {
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 600;
}
span.note-form {
  color: #6e6767;
  font-size: 14px;
}
.form-store-register .err-cart-sum {
  color: #ec325b;
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  text-align: center;
}
.store-form-register--btn {
  background: linear-gradient(247deg,#ec325b,#ec325b);
  border-radius: 23px;
  box-shadow: 0 8px 14px #e01c3b69;
  color: #fff;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 8px 34px;
  width: -moz-fit-content;
  width: fit-content;
}
/* .modal {
  z-index: +9997 !important;
}
.swal2-container {
  z-index: +99999;
} */

section.engagements {
  font-weight: 500;
}
section.engagements svg {
  width: 177px;
  height: auto;
}


/* Start Search Page */
.search-page {
  padding-bottom: 128px;
  background: #fafafa;
}

.search-page .form-select {
  -moz-padding-start: calc(.75rem - 3px);
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"); */
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  /* border: 1px solid #ada4a4; */
  border-radius: 23px;
  color: #040404;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem 2.25rem .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-area {
  background: linear-gradient(45deg, #f33f6959, #ffffff4d), url(https://www.lg.com/africa_fr/images/home-appliances/HA_product_line_up-web.png);
  background-position: 50%;
  margin-bottom: 97px;
  padding-bottom: 56px;
  padding-top: 73px;
  text-align: center;
  width: 100%;
  /* background: #df1b3b; */
  /* background: #cd4357; */
  position: relative;
}

.search-area .titel {
  color: white;
  text-shadow: 2px 2px 10px #0000003b;
  font-size: 31px;
}

.jumia-order-header {
  background: linear-gradient(45deg, #f33f6959, #ffffff4d), url(https://res.by56.com/upload/News/2023/11/4024a3d9-697e-4b51-8ebc-db78ab255afb.png);
  background-position: 50%;
  margin-bottom: 97px;
  padding-bottom: 56px;
  padding-top: 73px;
  text-align: center;
  width: 100%;
  /* background: #df1b3b; */
  /* background: #cd4357; */
  position: relative;
}

.jumia-order-header .titel {
  color: white;
  text-shadow: 2px 2px 10px #0000003b;
  font-size: 31px;
}

.search-area .search {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(8px);
  background-color: #ffffffde;
  border-radius: 30px;
  height: 50px;
  margin-bottom: auto;
  margin-top: 20px;
  padding: 10px 26px;
  width: 59%;
  position: absolute;
  top: 122px;
  box-shadow: 2px 1px 20px #0000002e;
  max-width: 690px;
}

@media only screen and (max-width: 992px) {

  .search-area .search {
    width: 94%;
  }


}

.search-area .search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear
}

.search-area .search .search-input {
  /* padding: 0 10px;
  width: 100%;
  caret-color: #536bf6;
  font-size: 19px;
  font-weight: 300;
  color: black;
  transition: width 0.4s linear; */
  caret-color: #536bf6;
  color: #000;
  font-size: 19px;
  font-weight: 300;
  padding: 0 10px;
  transition: width .4s linear;
  width: 100%;

}


.search-area .search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #7381e0;
  font-size: 10px;
  bottom: 30px;
  position: relative;
  border-radius: 5px;
}

.search-area .search-icon:hover {

  color: #fff !important;
}

.sidebar-wrapper.sidebar--categories {
  background: #ffffff85;
  border-radius: 20px;
  padding: 31px 30px;
  box-shadow: 2px 1px 17px #00000021;
}

/* .search-page .card-product {
  box-shadow: -2px -1px 20px #d9d9d9;
  width: 258px;
} */

.search-page .card-product {
  position: relative;
  /* box-shadow: -2px -1px 20px #d9d9d9; */
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  width: 229px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 507px) {

  .search-page .card-product {
    /* box-shadow: -2px -1px 20px #d9d9d9; */
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    min-width: 229px;
    margin-bottom: 28px;
    width: 88%;
  }


}

.search-page .first-section-product {
  padding: 10px;
  width: 100%;
}

.search-btn {
  background: linear-gradient(45deg, #fa7d98, #febba6);
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 7px 23px;
  border-radius: 25px;
  font-size: 20px;
  /* margin-left: 24px; */
  box-shadow: -2px -1px 13px #0000001a;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.sidebar-wrapper .sidebarBlock-heading {
  border-bottom: 1px solid #e4e7f0;
  display: block;
  font-size: 19px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 700;
}

.sidebar-wrapper .sidebarBlock-heading:before {
  content: "";
  background-color: #f84771;
  height: 2px;
  width: 50px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.search-checkbox {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}

.form-check-input:checked {
  background-color: #f84771;
  border-color: #ffffff;
}

.sidebar-wrapper .sidebarBlock-heading svg {
  margin-right: 9px;
}

.search-page .img-product {
  /* min-height: 145px;
  max-height: 145px;
  overflow: hidden;
  text-align: center; */
}

.search-mark {
  text-transform: capitalize;
}
.img-product {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.img-product img {
  max-height: 59px;
  min-height: 162px;
  object-fit: cover;
  overflow: hidden;
}
.search-page .first-section-product {
  padding: 10px;
  width: 100%;
}
.title-product {
  color: #42464a;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
}
.mark-product {
  background: #000;
  border: 1px solid #c7c7c7;
  color: #fff;
  font-size: 11px;
  padding: 1px 4px;
  width: -moz-fit-content;
  width: fit-content;
}
/* End Search Page */


/* Payment */
.payment-page .mainContainer {
  width: 892px;
  height: 657px;
  margin: 0 auto;
  box-shadow: 0 0 10px #2323;
  margin-top: 50px;
  background: white;
}
.payment-page .cardHolder {
  /* height: 338px; */
  background: linear-gradient(328deg, rgb(0, 0, 0), rgb(82, 82, 82))
/*   border-bottom-left-radius:50%;
  border-bottom-right-radius:50%; */
}
.payment-section {
  padding: 20px 0px;
}
img.pay-img {
  cursor: pointer;
}
img.pay-img:hover {
  opacity: .6;
}
.payment-current
{
  border: 5px solid #5da0a4;
  border-radius: 13px;
}
.payment-page .center{
  display:flex;
  justify-content:center;
  align-items:center;
}
.payment-page .vcenter{
  display:flex;
  align-items:center;
}
.payment-page .heading{
  height:40px;
  font-size:14px;
  letter-spacing:2px;
  color:white;
}
.payment-page .stepHeading{
  height: 20px;
  font-size: 29px;
  font-weight: bolder;
  color: white;
}
.payment-page .card{
  height:180px;
  width:280px;
  background:white;
  margin:0 auto;
  border-radius:1.2em;
  margin-top:25px;
  padding:12px 20px;
}
.payment-page .card > .part{
  height:50px;
  margin-bottom:4px;
}
.payment-page .card > .top{
  display:flex;
  justify-content:flex-end;
}
.payment-page .card > .top > img{
  height:48px;
}
.payment-page .infoheader{
  height:20px;
  font-size:11px;
  font-weight:bold;
  color:#95a5a6
}
.payment-page .card > .middle > .infocontent{
  justify-content:space-between;
  height:30px;
}
.payment-page .number{
  width:150px;
}
.payment-page .card > .middle > .infocontent > .num{
  height:25px;
  font-size:14px;
  letter-spacing:2px;
  font-weight:bolder;
}
.payment-page .card > .bottom{
  display:flex;
  justify-content:space-between
}
.payment-page .holderInfo{
  width:150px;
}
.payment-page .holderInfo > .name,.expDate > .date{
  font-size:12px;
  font-weight:bolder;
  letter-spacing:2px;
}
.payment-page .status{
  height:35px;
  width: fit-content;
  margin:0 auto;
  box-shadow:0 0 10px #2323; 
  margin-top:16px;
  padding:0 16px;
  font-size:15px;
  font-weight:bolder;
  direction: rtl;
}
.payment-page .status > i{
  color:#16a085;
  margin-left:20px;
  font-size:16px;
}
.payment-page h5{
  width: 390px;
  margin: 0 auto;
  padding: 8px;
  margin-top: 14px;
  border-bottom: 2px solid #bdc3c7;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 800;
  color: #5f5f5f;
}
.payment-page .options{
  width:250px;
  height:75px;
  margin:0 auto;
  justify-content:space-between;
}
.payment-page .options > .opt{
  height:75px;
  width:75px;
  box-shadow:0 0 10px #2323; 
  border-radius:5px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.payment-page .options > .opt > .icon{
  height:30px;
  color:#95a5a6;
  font-size:20px;
}
.payment-page .optname{
  height:30px;
  font-size:13px;
  color:#232323;
  font-weight:bolder
}
.payment-page .payment{
  height:80px;
  position:relative;
  top: 24px;
  box-shadow: 0 -5px 5px -5px #2323;
  justify-content:space-around;
}
.payment-page .val{
  height:40px;
  font-size:24px;
  font-weight:bolder;
  color: #5e9ea4;
}
.payment-page .button{
  width: fit-content;
  border-radius: 1.2em;
  background: linear-gradient(247deg,#5da3a3,#5f76aa);
  color: white;
  font-weight: bolder;
  padding: 6px 25px;
}
.ccp-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f3f3f3;
  padding: 66px 0px;
}

.rib {
  border: 3px solid #fbc12f;
  padding: 4px 21px;
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (max-width: 800px) {
  .payment-page .mainContainer {
    background: #fff;
    box-shadow: 0 0 10px #2323;
    height: max-content;
    margin: 50px auto 0;
    width: auto;
}
.payment-page .header-img {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  top: 79px;
  text-align: center !important;
  padding-right:  0 !important;
}
.payment-page .header-img img {
  width: 78px;
  margin-top: 1px !important;
}
.payment-page  .payment-section .form-check-label {
  font-weight: 900;
  margin-bottom: -4px;
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 191px;
}
.payment-page .methode-payment {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.rib {
  border: 3px solid #fbc12f;
  padding: 1px 7px;
  font-size: 20px;
  font-weight: 900;
}
.ccp-page h4 {
  text-align: center;
  font-size: 17px;
  padding: 0px 13px;
}
.payment-page .stepHeading {
  height: 20px;
  font-size: 22px;
  font-weight: bolder;
  color: white;
  padding: 0px 25px;
  text-align: center;
  line-height: 1;
  margin-bottom: 26px;
}
}
.methode-payment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check-input:checked {
  background-color: #288d7d;
  border-color: #5eefd9;
}

.header-payment {
  position: relative;
  min-height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-img {
  position: absolute;
  right: 0;
}

.alsalam-downlaod-btn {
  background: linear-gradient(45deg, #cd9550, #e1c53a);
  border-radius: 23px;
  box-shadow: 0 8px 14px #bbcfdb;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 7px 34px;
  width: -moz-fit-content;
  width: fit-content;
}

.alsalam-downlaod-btn:hover {
  background: linear-gradient(247deg,#bbcfdb,#e7899e);
  color: #fff;
}

.recu-payment {
  background: #f3f3f3;
  min-height: 100vh;
}
.payment-page .back-button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: linear-gradient(247deg, #080808, #6c6c6c);
  color: white;
  font-weight: bolder;
  padding: 6px 25px;
}

.payment-methode-text{
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #707070;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.alert-number {
  background: linear-gradient(247deg,#5da3a3,#5f76aa);
  padding: 2px 23px;
  border-radius: 13px;
  font-size: 26px;
  color: white;
  box-shadow: 1px 1px 4px #00000038;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-top: 13px;
}
/* Payment */


.promo {    
  background: #f74877;
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 2px 9px;
  position: absolute;
  right: -14px;
  top: 9px;
  width: -moz-fit-content;
  width: fit-content;
  transform: skew(177deg, 351deg);
  font-weight: 800;
  border-radius: 6px;
}
.search-page .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.search-page .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.search-page .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.search-page .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.search-page input:checked+.slider {
  background-color: #c74771;
}

.search-page input:focus+.slider {
  box-shadow: 0 0 1px #c74771;
}

.search-page input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.search-page .slider.round {
  border-radius: 34px;
}

.search-page .slider.round:before {
  border-radius: 50%;
}

.footer-icon {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}


.product-title-home {
    font-family: "Poppins", sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    color: #4c4c4c;
}

.logo img {
  width: 67px;
}


.screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9d9d9c4;
  display: flex;
  align-items: center;
  z-index: +99999999999999999999;
}
.loader-wait{
  font-size: 34px;
  font-weight: 800;
  color: #4e4c4c;
}

.loader {
  width: 100%;
  height: 15px;
  text-align: center;
}
















/* Start Dar Idjar Page  */


/*  */
.info-account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-account-header p {
  font-size: 20px;
  font-weight: 600;
}


.form-info {
  max-width: 739px;
  margin: auto;
  background: white;
  padding: 21px 42px;
  border-radius: 20px;
  box-shadow: 0px 3px 16px #20202014;
  padding-bottom: 82px;
}

@media only screen and (max-width: 992px) {
  .form-info {
    padding: 21px 11px;
  }

  .separation {
    border-left: none;
  }
}

.info-account {
  /* background: #e9e9e9; */
}

.info-step-titel {
  color: #ffffff;
  font-size: 21px;
  margin-top: 25px;
  font-weight: 600;
  width: fit-content;
  margin: auto;
  background: linear-gradient(161deg, #2e5e55, #49a18f) !important;
  padding: 6px 47px;
  margin-top: -42px;
  border-radius: 20px;
  /* text-transform: uppercase; */
  box-shadow: 1px 1px 18px #8d8d8d85;
  font-weight: 800;
}

.info-steptitle-img-bank {
  width: 32px;
  margin-right: 15px;
  border-radius: 6px;

}

.multi-step-bar {
  overflow: hidden;
  counter-reset: step;
  width: 75%;
  margin: 15px auto 30px;
  margin-top: 66px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  ul.multi-step-bar p {
    display: none;
  }

  .multi-step-bar {
    width: 100%;
  }

  .info-account-header p {
    font-size: 17px;
  }
}

.multi-step-bar li {
  text-align: center;
  list-style-type: none;
  color: #545454;
  text-transform: CAPITALIZE;
  width: 16.65%;
  float: left;
  position: relative;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
}

.multi-step-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  color: #484848;
  background: #e6e6e6;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  box-shadow: 0 6px 20px 0 rgba(69, 90, 100, 0.15);
}

.multi-step-bar li::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ee355c;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}

.multi-step-bar li:nth-child(2):after,
.multi-step-bar li:nth-child(3):after,
.multi-step-bar li:nth-child(4):after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ee355c;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}

.multi-step-bar li:first-child:after {
  content: none;
}

.multi-step-bar li.active:before {
  background: #eb3159;
  color: white;
}

.info-account .next-info-btn {
  border: none;
  background: linear-gradient(45deg, #686868, #8f8f8f);
  padding: 3px 12px;
  width: fit-content;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  direction: ltr;
}

.confirm-btn {
  padding: 20px 10px;
  border: none;
  background: linear-gradient(231deg, #91db63, #4de57c);
  padding: 7px 13px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}

.info-account .next-info-btn-disable {
  border: none;
  padding: 8px 32px;
  /* width: 36%; */
  border-radius: 20px;
  color: white;
  background: #dddddd;
  cursor: auto;

}

.info-account .cart .cart-img {
  max-width: 81px;
  min-height: 81px;
  object-fit: cover;
}

.info-account .cart-title {
  font-size: 20px;
  color: #8a8d8f;
}

.info-account .cart .cart-product-name {
  font-size: 10px;
}

.info-account .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #c6c6c6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.info-account .form-control::placeholder {
  color: #a7a7a7;
}

.info-account .form-select::placeholder {
  color: #a7a7a7;
}

.info-account .form-select {
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
}

.info-account .form-label {
  margin-bottom: .5rem;
  color: #787878;
  font-weight: 600;
}

.info-account .checkout-price {
  font-size: 15px;
}

.alert-form {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}

/*  */






/*  */
.popup-container {
  padding: 7px 49px;
}

.pre-simulation-popup {
  position: absolute;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  top: 0;
  /* left: 35%; */
  background: #40403eb3;
  width: 100%;
  z-index: +99999;
  min-height: 100vh;
  padding-bottom: 42px;
}

.pre-simulation-popup .label-days {
  font-weight: 700;
  color: #83858b;
}

.err-cart-sum {
  text-align: center;
  font-size: 15px;
  color: red;
}

.cart-sum-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 468px;
}

.cart-simulation-titel {
  text-align: center;
  margin-top: 80px;
  font-weight: 600;
  font-size: 27px;
  /* border: 1px solid #005043; */
  background: linear-gradient(45deg, #E0234F, #FF517A);
  color: white;
  /* border-radius: 21px; */
  border-radius: 21px 21px 0 0;
  width: -moz-fit-content;
  width: 100%;
  margin: auto;
  padding: 20px 14px;
  font-weight: 900;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-close-simulation {
  position: absolute;
  top: -12px;
  right: -16px;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  border-radius: 65px;
  padding: 8px 16px;
  cursor: pointer;
}

.btn-close-simulation div {
  color: #4c4b4b;
}

.cart-simulation-titel svg {
  width: 52px;
  height: 51px;
  margin-right: 22px;
  fill: white;
}

.cart-simulation-desc {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 52px;
  border: 2px solid #e1e1e1;
  padding: 7px 9px;
  background: #f3f3f3a6;
  font-size: 14px;
  color: #545454;
}

.cart-simulation-popup {
  max-width: 700px;
  width: 97%;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 20px;
  background: white;
  /* padding: 20px; */
  border-radius: 20px;
  box-shadow: -1px -1px 20px #b1b1b166;
  margin-top: 39px;
  /* overflow: hidden; */
}

@media only screen and (max-width: 560px) {
  .cart-simulation-popup {}
}

.remboursement-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.remb-box {
  background: #042838;
  height: 136px;
  width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white;
  border-radius: 13px;
  cursor: pointer;
  flex-direction: column;
  margin-top: 8px;
}

.remb-box.active {
  background: linear-gradient(45deg, #E0234F, #FF517A);

}

.remb-box svg {
  /* margin-bottom: 18px; */
  width: 96px;
  height: 44px;
  fill: white;
  margin-bottom: 4px;
}

.rang-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #646464;
  font-size: 18px;
}

.rang-popup-up {
  background: linear-gradient(45deg, #E0234F, #FF517A);
  padding: 3px 10px;
  border-radius: 19px;
  color: white;
  cursor: pointer;
  margin: 0 12px;
}

.btn-cart-simulation {
  border: none;
  padding: 6px 26px;
  background: linear-gradient(45deg, #6c6c6c, #686868);
  color: white;
  border-radius: 28px;
}

.max-amount {
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  background: #ededed;
  color: #6f7172;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 23px 26px;
  border-radius: 18px;
  margin-top: 10px;
}

.cart-pre-sum {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.validation-section .titel {
  font-size: 19px;
  margin-bottom: 19px;
  font-weight: 400;
}

.user-info {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.user-info-items {
  margin-right: 20px;
}

p.user-info-items b {
  color: #7e8381;
}

.rang-popup span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
}

.pre-simulation-popup .form-select {

  border: 1px solid #dbdbdb;
}

.pre-simulation-popup .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: linear-gradient(45deg, #E0234F, #FF517A);
  /* background: linear-gradient(45deg, #F4C5C3, #fad1a3); */
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
  border-radius: 29px;
}

.pre-simulation-popup .slider:hover {
  opacity: 1;
}

.pre-simulation-popup .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: white;
  box-shadow: 0px 2px 17px #00000042;
  cursor: pointer;
  border-radius: 80px;
}

.pre-simulation-popup .slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: white;
  box-shadow: 0px 2px 17px #00000042;
  cursor: pointer;
  border-radius: 80px;

}

/*  */




/* Skeleton */
.slide-skeleton {
  min-height: 557px;
}

/*  */


/*  */
.carousel-item {
  max-height: 647px;
}

/*  */



/* Start Dar I3mar Section */
.dari3mar {
  background: #F5F6F9;
  scroll-behavior: smooth;
}



.dar-i3mar-header img {
  /* width: 100%;
  max-height: 738px;
  min-height: 738px;
  object-fit: cover;
  object-position: top; */
  width: 100%;
  max-height: 688px;
  min-height: 384px;
  object-fit: cover;
  object-position: top;
}

/* .dar-i3mar-box {
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  background-image: none;
  box-shadow: 0 25px 45px rgb(79 86 101 / 8%);
  width: 80%;
  min-height: 187px;
  border-radius: 37px;
  position: absolute;
  margin: auto;
  margin-top: -57px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
} */
.dar-i3mar-box {
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  background-image: none;
  box-shadow: 0 25px 45px rgb(79 86 101 / 8%);
  width: 80%;
  /* background: #ffffff69; */
  min-height: 187px;
  border-radius: 37px;
  /* position: absolute; */
  margin: auto;
  margin-top: -52px;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* backdrop-filter: blur(5px); */
  display: flex;
  justify-content: center;
  align-items: center;
  /* filter: blur(1.5rem); */
}

.box-item p {
  font-size: 20px;
}

.box-section {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .box-section {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* min-width: 170px; */
  /* border-right: 1px solid #707070; */
  /* padding-right: 164px; */
  /* padding-left: 118px; */
  margin: 20px;
}

.box-item:last-child {
  border: none
}

.box-btn {
  background: linear-gradient(45deg, #7FF6AD, #37D9E1);
  padding: 7px 20px;
  border-radius: 44px;
  color: white;
}

.category-dari3mar {
  margin-top: 40px;
  text-align: center;
  background: white;
  padding: 24px 0px;
  padding-bottom: 96px;
}

.category-dari3mar h1 {
  font-size: 32px;
  font-weight: 600;
  color: #747474;
}

.dar-i3mar-cat-card {
  width: 361px;
  height: 304px;
  background: white;
  border-radius: 43px;
  box-shadow: 2px 2px 18px #c7c7c736;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
}

.dar-i3mar-cat-card img {
  min-height: 246px;
}

.dar-i3mar-cat-card-p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dar-i3mar-cat-card-p p {
  margin-bottom: 0;
  font-size: 18px;
  color: #818080;
}

.dar-i3mar-cat-card svg {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translate(-50%);
}

.dari3mar section.engagements {
  background: linear-gradient(45deg, #37D9E1, #7FF6AD);
  color: white;
  margin-top: 28px;
  padding: 76px 0px;
}

.dari3mar .titre:before,
.dari3mar .titre:after {
  content: "";
  flex-grow: 1;
  background: #ffffff;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.description {
  padding: 162px 0px;
  position: relative;
  overflow: hidden;
}

.description .svg-bt {
  position: absolute;
  right: -368px;
  bottom: 33px;
}

.description .svg-tp {
  position: absolute;
  top: 49px;
  left: -82px;
}

.desc-titel {
  font-size: 37px;
  font-weight: 600;
  color: #8D8D8D;
  margin-bottom: 64px;
}

.desc-desc {
  font-size: 16px;
  color: #6a6767;
  max-width: 483px;
  margin-bottom: 47px;
}

.description .box-btn {
  background: linear-gradient(45deg, #7FF6AD, #37D9E1);
  padding: 7px 45px;
  border-radius: 44px;
  color: white;
  width: fit-content;
  font-weight: 600;
}

.pre-simulation-popup .bank-img-simulation img {
  max-width: 53px;
}
.bank-img-simulation img {
  border-radius: 20px;
  max-width: 79px;
}
.daridjar-slide {
  display: flex;
  justify-content: center;
  min-height: 600px;
  position: relative;
}

.daridjar-slide img {
  width: 100%;
  object-fit: cover;
}

.daridjar-desc {
  padding: 88px 0;
  background: white;
}

.dar-idjar-page {
  background: #F5F6F9;
}

.dar-idjar-titel {
  font-size: 37px;
  color: #8D8D8D;
  line-height: 1;
}

.dar-idjar-titel span {
  font-weight: 800;
  color: #1DCA83;
}

p.dar-idjar-text {
  font-size: 15px;
  color: #747373;
}

.idjar-btn {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  padding: 5px 33px;
  border-radius: 44px;
  color: white;
  width: fit-content;
}

.dar-idjar-folder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dar-idjar-folder svg {
  width: 93px;
}

.dar-idjar-folder p {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  padding: 5px 28px;
  border-radius: 44px;
  color: white;
  width: fit-content;
  text-align: center;
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {

  .dar-idjar-folder p {
    background: linear-gradient(45deg, #8b662c, #b8aa72);
    padding: 5px 7px;
    border-radius: 44px;
    color: white;
    width: -moz-fit-content;
    font-size: 15px;
    width: fit-content;
    text-align: center;
  }


}

.dar-idjar-titel {
  font-size: 37px;
  color: #8D8D8D;
  /* text-align: center; */
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.doc-daridjar {
  padding: 88px 0px;
}

.doc-text h1 {
  color: #717171;
  font-weight: 900;
  line-height: 1;
  font-size: 53px;
}

.doc-text p {
  font-size: 25px;
  font-weight: 600;
  color: #8E8E8E;
}

.doc-text span {
  color: #1DCA83;
}

.dar-idjar-page section.engagements {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  color: white;
  /* margin-top: 194px; */
  border-radius: 157px 157px 157px 0px;
  padding: 128px 0px;
  padding-top: 80px;
}

.dar-idjar-page .titre:before,
.dar-idjar-page .titre:after {
  content: "";
  flex-grow: 1;
  background: #ffffff;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.daridjar-head {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  height: 372px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #64d59459, #2dd2c71c), url(https://weberteam.ca/wp-content/uploads/2017/03/weberteam-bg-livingroom.jpg);
  background-position: center;

}

.daridjar-head img {
  margin-bottom: -239px;
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  padding: 27px;
  border-radius: 20px;
}

.daridjar-dossier-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 65px;
  color: #103046;
  margin-top: 131px;
}

.dar-idjar-dossier-sub {
  font-size: 51px;
  color: #898989;
}

@media(max-width : 900px) {
  .dar-idjar-dossier-sub {
    font-size: 21px;
  }

}



/*** VARIABLES ***/
/* Colors */
/*** EXTEND ***/
/* box-shadow */
ol.gradient-list>li::before,
ol.gradient-list>li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

/*** STYLE ***/
.dar-idjar-page main {
  display: block;
  margin: 0 auto;
  max-width: 40rem;
  padding: 1rem;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list>li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list>li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: white;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+2):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+3):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+4):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+5):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+6):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+7):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+8):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+9):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li:nth-child(10n+10):before {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
}

ol.gradient-list>li+li {
  margin-top: 2rem;
}



.dar-idjar-page .pre-simulation-popup {
  position: absolute;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* top: 324px; */
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  background: none;
  width: 700px;
  z-index: +999;
  min-height: auto;
  padding-bottom: 42px;
}



.dar-idjar-page .cart-simulation-titel {
  text-align: center;
  margin-top: 80px;
  font-weight: 600;
  font-size: 25px;
  /* border: 1px solid #005043; */
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  color: white;
  /* border-radius: 21px; */
  width: -moz-fit-content;
  width: 100%;
  margin: auto;
  padding: 19px 20px;
  font-weight: 900;
}

.dar-idjar-page .pre-simulation-popup .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  /* background: linear-gradient(45deg, #F4C5C3, #fad1a3); */
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
  border-radius: 29px;
}

.dar-idjar-page .rang-popup-up {
  background: linear-gradient(45deg, #8b662c, #b8aa72);
  padding: 3px 10px;
  border-radius: 19px;
  color: white;
  cursor: pointer;
  margin: 0 12px;
}

.dar-idjar-page .remb-box.active {
  background: linear-gradient(45deg, #8b662c, #b8aa72) !important;
}

.dar-idjar-page .popup-container {
  padding: 45px 24px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dar-idjar-page .popup-container input {
  border: 1px solid #dbdbdb;
  padding: 12px 13px;
}

.dar-idjar-page .btn-cart-simulation {
  border: none;
  padding: 8px 36px;
  background: linear-gradient(45deg, #6e6e6e, #5c5c5c);
  color: white;
  border-radius: 28px;
}

.dar-idjar-page .user-info {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

.dar-idjar-page .max-amount {
  font-size: 19px;
}

.dar-idjar-page .cart-simulation-desc span {
  font-size: 16px;
  font-weight: 800;
  color: #5a7fb1;
}

.dar-idjar-page .user-info-items {
  margin-right: 0px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 580px) {
  .dar-idjar-page .pre-simulation-popup {

    width: 100%;
  }

  .rang-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #646464;
    font-size: 17px;
  }

  .dar-idjar-page .cart-simulation-titel {

    font-size: 15px;
  }

  .dar-idjar-page .popup-container {
    padding: 40px 6px;
  }

}

/* End Dar Idjar Page  */



.slider .swiper-slide img {
  width: 100%;
  min-height: 304px;
  object-fit: cover;
}

.sizes {
  border: 2px solid #c9c5c5;
  width: fit-content;
  padding: 5px 4px;
  font-weight: 600;
  height: fit-content;
}
.size-quantity {
  font-weight: 600;
  font-size: 13px;
  color: #52a1f9;
}

.product-taksit-list-price p {
  background: #fff;
  /* background: linear-gradient(45deg, #3e7f9d, #5f3a29); */
  background: linear-gradient(45deg, #e7d152, #e5af6f);
  border-radius: 10px;
  box-shadow: -3px 1px 20px #0000001c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  /* padding: 8px 18px; */
  font-family: Poppins, sans-serif;
  /* min-width: 325px; */
  display: flex;
  justify-content: start;
  align-items: center;
}
.no-sizes {
  background: #e3e3e3;
  color: #666666;
}
/* .taksit-titel p {
  border: 1px solid;
  border-radius: 33px;
  color: #005d54;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-right: 17px;
  padding: 1px 24px;
} */

.color-box {
  width: 46px;
  height: 36px;
  /* background: aquamarine; */
  border-radius: 10px;
  box-shadow:2px 0px 15px #a9a6a6d4;
  border: 2px solid #b7b7b7;
}

.livraison {
  background: antiquewhite;
  /* width: fit-content; */
  padding: 22px;
  font-weight: 700;
  border: 2px solid #5196aa;
}

.livraison span{
  color: #ec325b;
  font-style: italic;
  font-weight: 500;
}

@media only screen and (max-width: 700px) {
  .Callus {
    position: fixed;
    bottom: 28px;
    left: -9px;
    /* transform: translate(-50%, -50%); */
    z-index: +9999;
}
}
.condition {
  background: #e4e4e4;
  border-radius: 8px;
  color: #000;
  margin: auto;
  padding: 5px 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.payment-page  .payment-section .form-check-label {
  font-weight: 900;
  margin-bottom: -4px;
  text-align: center;
  padding: 0;
  margin: 0;
  /* max-width: 191px; */
}
.form-check-input:checked {
  background-color: #288d7d;
  border-color: #5eefd9;
}
.captcha-err {
  color: red;
  font-size: 14px;
  font-weight: 400;
}
.form-check .form-check-input {
  position: static !important;
  float: left;
  margin-left: -1.5em;
}
.condition-check {
  border: 3px solid #8d8181;
  cursor: pointer;
  height: 22px!important;
  padding: 0;
  width: 22px!important;
}

.taksit-description {
  direction: rtl;
  font-weight: 500;
  font-family:  'El Messiri', sans-serif;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 20px;
}

@media(max-width : 800px) {
  .pagination a {
    color: black;
    float: left;
    padding: 2px 9px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 20px;
    font-size: 15px;
  }
}

.pagination a.active {
  background-color: #f84771;
  color: white;
  border: none;
  border-radius: 20px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}



.pack-card, .electromenager .pack-card {
  background-image: url(https://www.albayan.ae/polopoly_fs/1.1476421.1476104944!/image/image.jpg);
  background-position: 50%;
  height: 400px;
  padding: 20px 22px;
  position: relative;
  width: 100%;
}
.pack-card {
  background-size: cover;
}
.pack-card-overly {
  background: linear-gradient(1deg,#0000009e,transparent);
  transition: all .3s;
}
.pack-card-overly {
  background: linear-gradient(1deg,#000000bd,transparent);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all .3s;
  width: 100%;
}
.pack-content {
  bottom: 0;
  color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
}
.offer-pack {
  background: #000;
  border-radius: 6px;
  font-family: El Messiri,sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 1px 11px;
  transition: all .3s;
  width: -moz-fit-content;
  width: fit-content;
}
.pack-content .text-title {
  bottom: 67px;
  font-size: 19px;
}
.pack-btn, .pack-content .text-title {
  /* font-family: El Messiri,sans-serif; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;

  /* font-size: 14px;
  line-height: 1.466667;
  color: #4c4c4c; */
  position: absolute;
  transition: all .3s;
}
.pack-btn {
  text-transform: capitalize;
  background: #ffffff00;
  border: 1px solid #fff;
  border-radius: 7px;
  bottom: 8px;
  color: #fff;
  /* font-family: El Messiri,sans-serif; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;

  font-size: 19px;
  font-weight: 600;
  padding: 4px 3px;
  position: absolute;
  text-align: center;
  transition: all .3s;
  width: 100%;
}
a:hover .pack-card-overly {
  background: linear-gradient(1deg,#468091,transparent);
}
a:hover .offer-pack {
  font-size: 21px;
}
a:hover .text-title {
  bottom: 85px;
}
a:hover .pack-btn {
  bottom: 29px;
}



@media only screen and (max-width: 992px) {
  .form-store {
      background: #fff;
      border-radius: 24px;
      box-shadow: 0 6px 20px #cbcbcb;
      padding: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .modal-form-moto .modal-body {
      padding: 0 !important;
  }
}


/* Default styles for reCAPTCHA */
.captcha-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.recaptcha-size {
  width: 100%;  /* Ensure reCAPTCHA takes full available width */
  max-width: 304px; /* Optional: restrict max width of the reCAPTCHA */
}

@media (max-width: 600px) {
  .logo img {
    width: 41px;
}
.icon-header-item {
  position: relative;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
  .recaptcha-size {
    max-width: 100%;  /* Make sure it fits on smaller screens */
    width: 100%;
  }
}














.price-promo {
  color: #f74877;
  text-decoration: line-through;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
}