@charset "UTF-8";
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500");
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');



body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

svg:not(:root) {
  overflow: visible;
}


p {
  font-family: "Poppins", sans-serif;
  color: #757575;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

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

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #782b90;
}




.icon_sale {
  background-color: #df2723;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0px 0 10px;
  line-height: 1em;
  padding: 4px 6px 3px;
  text-transform: capitalize;
  position: absolute;
  top: -1px;
  border-radius: 1px;
  text-align: center;
  right: 10px;

}

.icon_sale:before {
  left: 50%;
  bottom: -9px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  content: "";
  border: 5px solid transparent;
  position: absolute;
  border-top-color: #df2723;

}

.icon_sale.offers_menu {
  background-color: #dd0f0f;
  right: -6px;
}

.icon_sale.offers_menu:before {
  border-top-color: #dd0f0f;

}

.offers a {
  color: #383838 !important;
  font-weight: 600;
}


.menu.header_sticky {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  padding:0;
}


blockquote {
  font-size: 18px;
  border-color: #000;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}



input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  outline: none;
  font-weight: 200;
  font-size: 12px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.btn-main,
.btn-small,
.btn-transparent,
.btn-solid-border {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
}

.btn-main.btn-icon i,
.btn-icon.btn-small i,
.btn-icon.btn-transparent i,
.btn-icon.btn-solid-border i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-main:hover,
.btn-small:hover,
.btn-transparent:hover,
.btn-solid-border:hover {
  background: black;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #000;
}

.btn-transparent:hover {
  background: transparent;
  color: #000;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 8px 25px;
  font-size: 10px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.mt-10 {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f9f9f9;
}

.section {
  padding: 80px 0;
}

.title {
  padding: 20px 0 30px;
}

.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title h1 {
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-category.section {
  padding: 0 0;
  margin: 0 2% 2%;
}

.product-category.section .widget-title {
  margin: 25px 0%;
}

.product-category.section .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.widget-title {
  margin: 0 2%;
  text-align: center;
  padding-top: 0;
  margin-bottom: 30px;
}

.widget-title .box-title {
  color: #000;
  position: relative;
  letter-spacing: .05em;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.widget-title .box-title:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #8886;
  top: -moz-calc(50% - 0.5px);
  top: -webkit-calc(50% - 0.5px);
  top: -ms-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  left: 0;
  right: 0;
  width: 100%;
}

.widget-title .box-title .title {
  padding: 0 24px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.widget-title .box-title .title span {
  font-size: 25px;
  font-weight: 500;
  color: #2f2f2f;

}

.hover-switch>img {
  position: absolute;
  /* top: calc(50% - 100px);
  left: calc(50% - 100px); */
}

/* 
 * Show the last image by default
*/
.hover-switch>img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

/* 
 * Hide the last image on hover
*/
.hover-switch:hover>img:last-of-type {
  opacity: 0;
}

.category-box {
  background-size: cover;
  margin-bottom: 0;
  min-height: 580px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 400px) {
  .category-box {
    min-height: 250px;
  }
}

@media (max-width: 480px) {
  .category-box {
    min-height: 250px;
  }
}

.category-box.category-box-2 {
  min-height: 730px;
}

@media (max-width: 768px) {
  .category-box.category-box-2 {
    min-height: 400px;
  }
}

.category-box:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;

}

.category-box img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_collections .content {
  /* position: absolute; */
  /* z-index: 999; */
  top: 0;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .main_collections .content {
    top: 50%;
    left: 50%;
    transform: none;
    text-align: center;
  }
}

.main_collections .content h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main_collections .content h3 {
    font-size: 20px;
  }
}

.main_collections .content p {
  margin: 6px 0 0;
}

.main_collections:hover .content p a {
  color: #7e3d77;
  border-bottom: 1px solid #766074;
}


.dropdown-header {
  font-size: 15px;
  color: #5f1975;
}

.dropdown.notebook-collection .dropdown-menu img.img-responsive {
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  transition: 0.5s;
}


.dropdown.notebook-collection .dropdown-menu .col-sm-3 {
  text-align: center;
}

.dropdown.notebook-collection .dropdown-menu ul {
  background-color: #f6f6f6;
  margin-bottom: 25px;
  padding: 5%;
  overflow: hidden;
  position: relative;
}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:last-child ul {
  background-color: transparent;
  display: grid;
  text-align: center;
  margin: 0 auto;
}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:last-child ul img {
  width: 25%;
  margin: 0 auto;
}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:last-child ul .btn {
  border: 1px solid #e8e8e8;
  color: #101010;
  background-color: #39393900;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: 0.3s;
}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:last-child ul .btn:hover {
  background-color: #000;
  color: #fff;

}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:hover img.img-responsive {
  transform: scale(1.2);
  transition: 0.5s;
}

.dropdown.notebook-collection .dropdown-menu .col-sm-3:hover ul {
  background-color: white;
  transition: 0.5s;
  cursor: pointer;
}



.dropdown.full-width.dropdown-slide.todo_collection .dropdown-menu {
  width: 50%;
  margin: 0 auto;

}
.dropdown.full-width.dropdown-slide.notebook-collection .dropdown-menu {
width: auto;
margin: 0 10%;
}

.dropdown.full-width.dropdown-slide.-agenda_collection .dropdown-menu ul li a img {
  width: 20%;
}


.year {
  color: #782b90;
  font-weight: 600;
}

.page-header {
  background-color: #703482;
  margin-top: 0;
  border-bottom: none;
  padding: 0 0 0;
  display: flex;
  align-items: center;
  height: 155px;
  margin-bottom: 0;
  background-attachment: fixed;
}


.page-header h1 {
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 30px;

}

.page-header img {
  width: 20%;
}

.page-header .breadcrumb {
  background: transparent;
  padding: 5px;
  margin: 0;
}

.page-header .breadcrumb li {
  font-weight: 200;
  font-size: 12px;
}

.page-header .breadcrumb li a {
  color: #000;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overly-white {
  position: relative;
}

.overly-white:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-wrapper {
  padding: 20px 0;
}

.social-media-icons ul li {
  display: inline-block;
}

.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}

.social-media-icons ul li .twitter {
  background: #00aced;
}

.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
  background: #dd4b39;
}

.social-media-icons ul li .dribbble {
  background: #ea4c89;
}

.social-media-icons ul li .instagram {
  background: #bc2a8d;
}



.call-to-action.full_section {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 380px;
  margin: 0 2%;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}

.call-to-action {
  /* background-size: cover;
  background-position: center;
  height: 380px;
  margin: 0 2%;
  display: flex;
  align-items: center; */

  display: block;
  /* align-items: center; */
  background-color: #f6f5f6;
  padding: 0;

}

/* .call-to-action .title h2 {
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
} */


.call-to-action .title h2 {
  /* font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white; */

  font-size: 30px;
  line-height: 0.9;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #2d2d2d;
  width: 20%;
  margin: 0 18px;
  font-weight: 500;
}

.tf-ion-card {
  font-size: 35px;
  color: #fff;
  float: left;
  margin-top: 15px;
  margin-right: 9px;
}

.svg_icon{
/* color: #fff;
float: left;
width: 3%;
margin-top: 23px;
margin-right: 9px;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(202deg) brightness(105%) contrast(106%); */

color: #fff;
float: left;
width: 30%;
margin-top: 0;
margin-right: 10px;
}

.svg_icon2{
  /* color: #fff;
  float: left;
  width: 57%;
  margin-top: 35px;
  margin-left: 6%;
  border-left: 1px solid #dbdbdb;
  padding-left: 7%; */

  color: #fff;
  float: none;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

  

.title.payment_section{
display: flex;
align-items: center;
justify-content: flex-end;
}

@media (max-width: 480px) {
  .call-to-action .subscription-form {
    display: block;
  }
}

.call-to-action .subscription-form input {
  height: 50px;
}

@media (max-width: 480px) {
  .call-to-action .subscription-form input {
    text-align: center;
  }
}

.call-to-action .subscription-form .btn-main,
.call-to-action .subscription-form .btn-solid-border,
.call-to-action .subscription-form .btn-transparent,
.call-to-action .subscription-form .btn-small {
  font-size: 14px;
}

@media (max-width: 480px) {

  .call-to-action .subscription-form .btn-main,
  .call-to-action .subscription-form .btn-solid-border,
  .call-to-action .subscription-form .btn-transparent,
  .call-to-action .subscription-form .btn-small {
    width: 100%;
  }
}

.dropdown-slide {
  position: static;
}

.dropdown-slide .open>a,
.dropdown-slide .open>a:focus,
.dropdown-slide .open>a:hover {
  background: transparent;
}

.dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-slide:hover .dropdown-menu {
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px);
}

.dropdown-slide .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: 0.3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}



/* .dropdown-slide .dropdown-menu{
  padding: 15px;
} */


.commonSelect {
  margin-left: 10px;
  padding-right: 6px;
  position: relative;
}

.commonSelect:before {
  content: "\f3d0";
  font-family: "themefisher-font";
  position: absolute;
  right: -4px;
  top: 4px;
  font-size: 10px;
}

.commonSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  height: auto;
  color: #555;
}

.commonSelect select:focus {
  box-shadow: none;
  border: none;
}

.tabCommon .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}

.tabCommon .nav-tabs li {
  margin-right: 5px;
}

.tabCommon .nav-tabs li.active a {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
}

.tabCommon .nav-tabs a {
  border-radius: 0;
  background: #f9f9f9;
}

.tabCommon .nav-tabs a:hover {
  border: 1px solid transparent;
  background: #000;
  color: #fff;
}

.tabCommon .tab-content {
  padding: 20px;
  border: 1px solid #dedede;
}

.commonAccordion .panel,
.commonAccordion-2 .panel {
  border-radius: 0;
  box-shadow: none;
}

.commonAccordion .panel .panel-heading,
.commonAccordion-2 .panel .panel-heading {
  background: transparent;
  padding: 0;
}

.commonAccordion .panel .panel-title,
.commonAccordion-2 .panel .panel-title {
  position: relative;
}

.commonAccordion .panel .panel-title a,
.commonAccordion-2 .panel .panel-title a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px;
}

.commonAccordion .panel .panel-title a:before,
.commonAccordion-2 .panel .panel-title a:before {
  color: #555;
  content: "\f209";
  position: absolute;
  right: 25px;
  font-family: "themefisher-font";
}

.commonAccordion .panel .panel-title a.collapsed:before,
.commonAccordion-2 .panel .panel-title a.collapsed:before {
  content: "\f217";
}

.list-circle {
  padding-left: 20px;
}

.list-circle li {
  list-style-type: circle;
}

.play-icon {
  border: 1px solid #dedede;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px;
}

.play-icon i {
  line-height: 60px;
}

.alert-common {
  border-radius: 0;
  border-width: 2px;
}

.alert-common i {
  margin: 0 5px;
  font-size: 16px;
}

.alert-solid {
  background: transparent;
  color: #000;
}

@media (max-width: 480px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

.single-page-header {
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.top-header .container {
  /* padding-top: 35px;
  padding-bottom: 35px; */
  /* padding-top: 10px;
  padding-bottom: 10px; */
  border-bottom: 1px solid #dedede;
  width: auto;
  margin: 0 2%;
  padding: 10px 18%;
}

.top-header .dropdown-menu {
  left: auto;
  right: 0;
  max-width: 300px;
}

@media (max-width: 480px) {
  .top-header .dropdown-menu {
    right: 0;
    left: 0;
    max-width: 100%;
  }
}

.top-header .contact-number {
  font-size: 12px;
  color: #333;
}

@media (max-width: 480px) {
  .top-header .contact-number {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-header .contact-number {
    text-align: center;
    padding: 10px 0;
  }
}

.top-header .contact-number i {
  margin-right: 4px;
  font-size: 25px;
  vertical-align: middle;
  color: #782b90;
}

@media (max-width: 768px) {
  .top-header .top-menu {
    text-align: center;
    padding: 10px 0;
  }
}

.top-header .top-menu>li>a {
  color: #333;
  font-size: 15px;
  padding: 0 8px;
}

.top-header .top-menu>li>a:hover,
.top-header .top-menu>li>a:focus {
  background: transparent;
}

.top-header .top-menu>li>a i {
  font-size: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .top-header .logo {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .top-header .logo {
    padding: 10px;
  }
}

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

/* .top-header .logo a img {
  width: 90%;
} */

.cart-dropdown .media {
  position: relative;
  border-bottom: 1px solid #dededeb0;
  padding-bottom: 15px;
}

.cart-dropdown .media .pull-left {
  padding-right: 15px;
}

.cart-dropdown img {
  width: 60px;
}

.cart-dropdown h4 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.cart-dropdown .cart-price {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 200;
}

.cart-dropdown .remove {
  padding: 1px 6px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f8f9;
  color: #7f7f7f;
  font-size: 12px;
}

.cart-buttons {
  margin-top: 20px;
}

.cart-buttons li {
  display: inline-block;
  width: 49%;
}

.cart-buttons li a {
  display: block;
  font-size: 13px;
}

.cart-summary {
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.cart-summary .total-price {
  float: right;
}

.navigation {
  margin-bottom: 0;
  padding: 10px 0 1px
}

.navigation .menu-title {
  display: none;
  font-size: 16px;
}

@media (max-width: 480px) {
  .navigation .menu-title {
    display: inline-block;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .navigation .menu-title {
    display: inline-block;
    padding-right: 10px;
    margin: 0;
    float: right;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 8px;
  background-color: #f0f0f07a;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  background: #000;
}

.navigation .navbar-nav>li {
  position: static;
}

.navigation .navbar-nav>li.active a {
  color: #000;
}

.navigation .navbar-nav>li>a {
  color: #313030;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 12px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out 0s;
  border: 1px solid transparent;

  position: relative;
}

.navigation .navbar-nav>li>a:hover,
.navigation .navbar-nav>li>a:active,
.navigation .navbar-nav>li>a:focus {
  background: none;
  color: #7a2f92;
  transform: translateY(-3px);
}

.navigation .container {
  position: relative;
}

.navigation .nav .open>a {
  border: 1px solid transparent;
  background-color: transparent;
}

.navigation .navbar-nav {
  float: none;
  display: inline-block;
}

.navigation .dropdown-slide .dropdown-menu {
  right: auto;
  left: auto;
  border: none;
}

.navigation .dropdown-slide .dropdown-menu li a {
  color: #792d91;
  font-size: 15px;
  border: 1px solid transparent;
  display: block;
  padding: 8px 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  transition: 0.3s all;
}

.navigation .dropdown-slide .dropdown-menu li a:hover {
  background-color: #474747;
  color: #fff;
}

.slider-item {
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background-color: #000; */
  opacity: 0.5;
  z-index: -1;
  top: 0;
  left: 0;
}

.slider-item .container {
  position: relative;
  display: table;
  max-width: 1170px;
  height: 100%;
}

.slider-item .slide-inner {
  transform: translate(0, -30%);
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}

.slider-item h1 {
  color: #fff;
  font-weight: bold;
  font-size: 60px;
}

.slider-item p {
  color: #fff;
}

.slider-item .btn-main,
.slider-item .btn-solid-border,
.slider-item .btn-transparent,
.slider-item .btn-small {
  margin-top: 25px;
}

.slider-item.white-bg .slide-inner h1 {
  color: #000;
}

.slider-item.white-bg .slide-inner p {
  color: #000;
}

.home-slider:hover .owl-nav {
  opacity: 1;
}

.home-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fff;
  text-align: center;
}

.home-slider .owl-nav .owl-next {
  right: 0px;
  position: absolute;
}

.home-slider .owl-nav i {
  line-height: 60px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.54);
}

.hero-slider .slider-item .container {
  height: 690px;
}

.hero-slider .slider-item .container .row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .slider-item:focus {
  outline: 0;
}

.hero-slider .btn {
  font-size: 15px;
  font-weight: 400;
  color: #89469e;
  background-color: #fff;
  letter-spacing: 1px;
  /* font-family: "Roboto Condensed"; */
  /* border-color: rgb(255, 255, 255); */
  border-style: solid;
  border-width: 2px;
  outline: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
}

.hero-slider .btn:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
}

.hero-slider h1 {
  white-space: normal;
  font-size: 49px;
  line-height: 49px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: -2px;
  font-family: "Playfair Display";
  margin-bottom: 35px;
}

.heroSliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  /* border-radius: 50%; */
  border: 0;
  background-color: transparent;
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
  z-index: 997;
}

.heroSliderArrow:focus,
.heroSliderArrow:hover {
  background-color: transparent;
  color: #000;
  outline: 0;
}

.heroSliderArrow.prevArrow {
  left: 20px;
}

.heroSliderArrow.nextArrow {
  right: 20px;
}

@media (max-width: 768px) {
  .heroSliderArrow {
    display: none !important;
  }
}

.welcome_main {
  padding: 0px 0 0px;
  background-color: #edededb3;
  margin:2% 2%;
}

.welcome_main .title h1 {
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.play-button {
  width: 152px;
  height: 152px;
  position: relative;
  cursor: pointer;
  padding: 0 7% 0;
  margin: 0 auto;
}

.play-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #07070791;
  opacity: 0;
  visibility: hidden;
}

.play-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  border: none;
  outline: none;
  background: none;
  opacity: 0;
  cursor: pointer;
}

.play-close::before,
.play-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.play-close::after {
  transform: rotate(-45deg);
}

.play-circles {
  display: block;
  width: 100%;
  /* height: 45%; */
}

.play-perspective {
  /* width: 600px;
  height: 400px;
  position: absolute;
  left: -230px;
  top: -125px; */
  width: 575px;
  height: 383px;
  position: absolute;
  left: -223px;
  top: -153px;
}

.play-triangle {
  width: 600px;
  height: 400px;
  background-color: #642c6a;
  cursor: pointer;

}

.play-button:hover .play-triangle {
  background-color: #b99ebb;
  /* transition: .5s; */

}

.product-item {
  margin-bottom: 30px;
}

.product-item .product-thumb {
  position: relative;
  background-color: #f6f6f6;
}

.product-item .product-thumb img {
  width: 100%;
  height: auto;
}

.product-item .product-thumb .bage {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 300;
  display: inline-block;
}

.product-item .product-thumb .bage.new {
  background: #2eb81f;
}

.product-item .product-thumb .bage.backinstock {
  background: #fdaf3c
}

.product-item .product-thumb .bage.offer {
  background: #e60c0c
}

.product-item .product-thumb .bage.outofstock {
  background: #020202;
}


.soldOut{
  opacity: 0.6;
  /* pointer-events: none; */
  z-index: 0;
}

.product-item .product-thumb:before {
  transition: 0.3s all;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.product-item .product-thumb .preview-meta {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(10px);
}

.product-item .product-thumb .preview-meta li {
  display: inline-block;
}

.product-item .product-thumb .preview-meta li a,
.product-item .product-thumb .preview-meta li span {
  background: #fff;
  color: #782b90;
  padding: 10px 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  transition: 0.2s all;
  width: 50px;
}

.product-item .product-thumb .preview-meta li a:hover,
.product-item .product-thumb .preview-meta li span:hover {
  background: #782b90;
  color: #fff;
}

.product-item:hover .product-thumb:before {
  opacity: 1;
}

.product-item:hover .preview-meta {
  opacity: 1;
  transform: translateY(-20px);
}

.product-item .product-content {
  text-align: center;
}

.product-item .product-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

.product-item .product-content h4 a {
  color: #782b90;
}

.product-item .product-content .price {
  font-weight: 500;
  color: #383838;
  font-size: 18px;
}

.product-modal {
  background:rgb(236 236 236 / 0%);
  text-align: center;
  padding: 0 !important;
}

.product-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.product-modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.product-modal .close {
  width: 30px;
  /* background-color: #590872; */
  float: none;
  position: absolute;
  right: 20px;
  z-index: 9;
  height: 30px;
  top: 20px;
  font-size: 20px;
  outline: none;
  color: black;
}

.product-modal .modal-dialog {
  width: 60%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .product-modal .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-modal .modal-dialog {
    width: 100%;
  }
}

.product-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}



.product-modal .modal-content .modal-body {
  padding: 30px;
}

.product-modal .modal-content .modal-body .row{
  display: flex;
  align-items: center;
}

.product-modal .modal-content .modal-body .modal-image img {
  width: 100%;
  background-color: #eaeaea;
  height: auto;
}

.product-modal .modal-content .modal-body .product-short-details h2 {
  font-size: 33px;
  font-weight: 100;
  margin-top: 0px;
  color: #802d8a;
  margin-bottom: 0;
  letter-spacing: -1px;
}



 .product-modal .modal-content .modal-body .product-short-details h1 {
  margin: 10px 0;
  font-weight: 600;
  color: #494949;
}

.product-modal .modal-content .modal-body .product-short-details ul.listdetails{
margin: 10px 20px;
list-style: unset;
}

.product-modal .modal-content .modal-body .product-short-details h2 a {
  color: #000;
}

@media (max-width: 480px) {
  .product-modal .modal-content .modal-body .product-short-details h2 {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .product-modal .modal-content .modal-body .product-short-details h2 {
    margin-top: 15px;
  }
}

.product-modal .modal-content .modal-body .product-short-details .product-price {
  margin: 20px 0;
  color: #782b90;
  font-weight: bold;
  font-size: 33px;
}

.product-modal .modal-content .modal-body  .btn.shop-btn {
  color: rgb(255 255 255);
  background: #2eb119;
  width: auto;
  text-align: center;
  margin: 0;
}


.product-modal .modal-content .modal-body .product-short-details .wish-list {
  margin: 10px 3px 0;
  font-size: 15px;
}

.product-modal .modal-content .modal-body .btn.shop-btn:hover {
  background-color: silver!important;
}

@media (max-width: 480px) {
  .product-modal .modal-content .modal-body .product-short-details .product-price {
    margin: 10px 0;
  }
}

.product-modal .modal-content .modal-body .product-short-details .btn-main,
.product-modal .modal-content .modal-body .product-short-details .btn-solid-border,
.product-modal .modal-content .modal-body .product-short-details .btn-transparent,
.product-modal .modal-content .modal-body .product-short-details .btn-small {
  margin-top: 20px;
}

.product-modal .modal-content .modal-body .product-short-details .btn-transparent {
  color: #444;
  border-bottom: 1px solid #dedede;
}

.product-shorting {
  margin-bottom: 30px;
}

.product-shorting span {
  margin-right: 15px;
}

.product-category ul {
  padding-left: 15px;
}

.product-category ul li {
  margin-bottom: 4px;
}

.product-category ul li a {
  color: #666;
}

.product-category ul li a:hover {
  color: #000;
}

.single-product {
  padding: 60px 0 40px;
}

.single-product .breadcrumb {
  background: transparent;
}

.single-product .breadcrumb li {
  color: #000;
  font-weight: 200;
}

.single-product .breadcrumb li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li {
  display: inline-block;
  margin: 0 8px;
}

.single-product .product-pagination li+li:before {
  padding: 0 8px 0 0;
  color: #ccc;
  content: "/ ";
}

.single-product .product-pagination li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li a i {
  vertical-align: middle;
}

.single-product-slider .carousel .carousel-inner .carousel-caption {
  text-shadow: none;
  text-align: left;
  top: 20%;
  bottom: auto;
}

.single-product-slider .carousel .carousel-inner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 100;
  color: #000;
}

.single-product-slider .carousel .carousel-inner .carousel-caption p {
  width: 50%;
  font-weight: 200;
}

.single-product-slider .carousel .carousel-inner .carousel-caption .btn-main,
.single-product-slider .carousel .carousel-inner .carousel-caption .btn-solid-border,
.single-product-slider .carousel .carousel-inner .carousel-caption .btn-transparent,
.single-product-slider .carousel .carousel-inner .carousel-caption .btn-small {
  margin-top: 20px;
}

.single-product-slider .carousel .carousel-control {
  bottom: auto;
  background: #fff;
  width: 6%;
  padding: 10px 0;
}

.single-product-slider .carousel .carousel-control i {
  font-size: 40px;
  text-shadow: none;
  color: #555;
}

.single-product-slider .carousel .carousel-indicators li img {
  height: auto;
  width: 60px;
}

.single-product-slider .carousel .carousel-control.right,
.single-product-slider .carousel .carousel-control.left {
  background-image: none;
  top: 40%;
}

.single-product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.single-product-slider .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

.single-product-slider .carousel-indicators li.active img {
  opacity: 1;
}

.single-product-slider .carousel-indicators li:hover img {
  opacity: 0.75;
}

.single-product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.single-product-details .color-swatches {
  display: flex;
  align-items: center;
}

.single-product-details .color-swatches span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.single-product-details .color-swatches a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.single-product-details .color-swatches li {
  display: inline-block;
}

.single-product-details .color-swatches .swatch-violet {
  background-color: #8da1cd;
}

.single-product-details .color-swatches .swatch-black {
  background-color: #000;
}

.single-product-details .color-swatches .swatch-cream {
  background-color: #e6e2d6;
}

.single-product-details .product-size {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.single-product-details .product-size span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-size .form-control {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}

.single-product-details .product-category {
  margin-top: 20px;
}

.single-product-details .product-category>span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-category ul {
  width: 140px;
  display: inline-block;
}

.single-product-details .product-category ul li {
  display: inline-block;
  margin: 5px;
}

.single-product-details .product-quantity {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.single-product-details .product-quantity>span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.single-product-details .product-quantity .product-quantity-slider {
  width: 140px;
  display: inline-block;
}

.single-product-details .product-quantity .product-quantity-slider input {
  height: 34px;
}

.single-product-details .product-quantity .product-quantity-slider .input-group-btn:first-child>.btn,
.single-product-details .product-quantity .product-quantity-slider .p-quantity .input-group-btn:first-child>.btn-group {
  margin-right: -2px;
}

.single-product-details .product-quantity .product-quantity-slider button {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main,
.pricing-table .pricing-item a.btn-solid-border,
.pricing-table .pricing-item a.btn-transparent,
.pricing-table .pricing-item a.btn-small {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title>h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #000;
  font-size: 50px;
  padding: 10px 0;
}

.instagram-feed {
  text-align: center;
}

.instagram-feed a {
  margin: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.instagram-feed a:hover img {
  filter: grayscale(10);
}

.instagram-feed a img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard-menu .active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.dashboard-menu li {
  padding: 0;
  margin: 0 3px;
}

.dashboard-menu li a {
  padding: 10px 20px;
  border: 1px solid #dedede;
  display: inline-block;
}

@media (max-width: 768px) {
  .dashboard-menu li a {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .dashboard-menu li a {
    padding: 10px 5px;
  }
}

@media (max-width: 400px) {
  .dashboard-menu li a {
    padding: 10px 8px;
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.dashboard-wrapper {
  /* border: 1px solid #dedede; */
  margin-top: 20px;
    /* padding: 20px; */
}

.dashboard-wrapper h2 {
  font-size: 18px;
}

.dashboard-wrapper h4 {
  font-size: 16px;
}

.dashboard-wrapper .user-img {
  width: 120px;
  border-radius: 100px;
}

.dashboard-user-profile .user-img {
  width: 180px;
}

.dashboard-user-profile .user-profile-list {
  margin-top: 30px;
  padding-left: 30px;
}

.dashboard-user-profile .user-profile-list li {
  margin-bottom: 8px;
}

.dashboard-user-profile .user-profile-list span {
  font-weight: bold;
  margin-right: 5px;
  width: 100px;
  display: inline-block;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  background: #F6F6F6;
}

.post {
  background: #fff;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
}

.post .post-media.post-media-audio iframe {
  width: 100%;
}

.post .post-title {
  font-size: 20px;
  margin-top: 10px;
  margin: 25px 0 0;
  padding: 0 20px 5px;
  font-weight: 300;
}

.post .post-title a {
  color: #000;
}

.post .post-title a:hover {
  color: #000;
}

.post .post-meta {
  font-size: 13px;
  margin-top: 5px;
  padding: 0 20px 5px;
}

.post .post-meta ul li {
  display: inline-block;
  color: #5f5b5b;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
}

.post .post-meta ul li a {
  color: #5f5b5b;
}

.post .post-meta ul li a:hover {
  color: #000;
}

.post .post-meta .post-author {
  color: #000;
}

.post .post-content {
  padding: 5px 20px;
}

.post .post-content p {
  color: #444;
  font-size: 14px;
  margin: 10px 0;
}

.post .post-content .btn-main,
.post .post-content .btn-solid-border,
.post .post-content .btn-transparent,
.post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 10px;
}

.post-pagination {
  margin-top: 70px;
}

.post-pagination>li {
  margin: 0 2px;
  display: inline-block;
  font-size: 12px;
}

.post-pagination>li>a {
  color: #000;
}

.post-pagination>li>a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.post-pagination>li.active>a {
  background: #000;
  border: 1px solid #000;
}

.post-pagination>li:first-child>a,
.post-pagination>li:last-child>a {
  border-radius: 0;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 15px;
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 3px;
}

.post-comments .comment-author a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.post-comments p {
  margin-bottom: 30px;
  font-size: 14px;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 200;
}

.post-comments .comment-button {
  color: #7e7e7e;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #000;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.post-excerpt p {
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 0 30px;
  line-height: 30px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #000;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #000;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #000;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main,
.comment-reply-form .btn-solid-border,
.comment-reply-form .btn-transparent,
.comment-reply-form .btn-small {
  height: auto;
}

/* .widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
} */

ul.widget-tag-list {
  margin:10px 0!important;
}

ul.widget-category-list {
  list-style: none!important;
  padding-left: 0!important;
  margin: 10px 0!important;
}

.widget .widget-title {
  margin: 0;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.widget.widget-subscription .form-group {
  margin-bottom: 8px;
}

.widget.widget-subscription .form-group input {
  font-size: 12px;
  font-weight: 200;
  height: 45px;
}

.widget.widget-subscription .btn-main,
.widget.widget-subscription .btn-solid-border,
.widget.widget-subscription .btn-transparent,
.widget.widget-subscription .btn-small {
  width: 100%;
}

.widget.widget-latest-post .media .media-object {
  width: 150px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
}

.widget.widget-category ul li {
  margin-bottom: 4px;
  font-size: 14px;
  
}

.widget.widget-category ul li a {
  color: #444444d9;
  font-weight: 400;
  transition: 0.5s;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
  content: "\f3d1";
  font-family: "themefisher-font";
}

.widget.widget-category ul li a:hover {
  color: #000;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #636161;
  display: inline-block;
  /* background-color: antiquewhite; */
  padding: 2px 15px;
  border: 1px solid #898989;
  border-radius: 30px;
  font-size: 12px;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #3e3e3e;
  border: 1px solid #000;
}

.background {
  background-size: cover;
}

.bg-100 {
  height: 100vh;
}



.bg-1 {
  background-image: url(../images/backgrounds/bg-1.jpg);
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/page-header-1.jpg");
  background-size: cover;
}

.bg-2:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-coming-soon {
  background: url("../images/backgrounds/coming-soon-bg.jpg");
  background-size: cover;
  height: 100vh;
}

.bg-brand-identity {
  background-image: url("../images/backgrounds/brand-identity-bg.jpg");
  background-repeat: no-repeat;
}

.coming-soon {
  color: #fff;
  padding: 150px 0;
}

.coming-soon .block h1 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.coming-soon .block p {
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  display: inline-block;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: normal;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px;
  }
}

.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
}

.coming-soon .block .count-down ul li:last-child:before {
  content: "";
}

.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}

.account .block {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 30px;
  margin: 100px 0;
}

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

.account .block a {
  color: #000;
}

.account .block h2 {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.account .block form {
  margin-top: 40px;
}

@media (max-width: 400px) {

  .account .block form .btn-main,
  .account .block form .btn-solid-border,
  .account .block form .btn-transparent,
  .account .block form .btn-small {
    padding: 14px 19px;
  }
}

.account .block form p {
  margin-bottom: 20px;
}

.account .block form input[type=email],
.account .block form input[type=password],
.account .block form input[type=text] {
  border-radius: 0;
  box-shadow: none;
}

.shopping .widget-title {
  font-weight: 400;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.checkout .block {
  padding: 15px;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 8px;
}

.checkout-form .form-group label {
  position: absolute;
  top: 18px;
  left: 15px;
  right: auto;
  bottom: auto;
  color: #888;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1 !important;
  width: 85px;
}

.checkout-form .form-group input {
  border-radius: 0;
  display: block;
  padding: 6px 10px 5px 100px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px;
}

.checkout-form .checkout-country-code .form-group {
  float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart .product-list .table .cart-amount th {
  background: #f9f9f9;
  padding: 10px;
  text-transform: uppercase;
}

.shopping.cart .product-list .table>tbody>tr>td {
  vertical-align: middle;
}

.shopping.cart .product-list .product-info a {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
}

.shopping.cart .product-list .product-remove {
  color: #c7254e;
  font-size: 20px;
}

.shopping.cart .account-details {
  margin-top: 30px;
}

.shopping.cart .account-details legend {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.shopping.cart .account-details .btn-pay {
  margin: 20px 0;
}

.product-checkout-details .product-card>a {
  padding-right: 20px;
}

.product-checkout-details .product-card .price {
  margin-top: 15px;
}

.product-checkout-details .product-card .media-object {
  width: 80px;
}

.product-checkout-details .product-card h4 {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.product-checkout-details .product-card .remove {
  font-size: 12px;
  cursor: pointer;
}

.product-checkout-details .discount-code {
  border-top: 0;
  border-bottom: 0;
  margin: 20px 0 35px;
  padding: 10px 0;
}

.product-checkout-details .discount-code p {
  /* margin: 0; */
  margin: 0 0 12px;
  text-transform: capitalize;
  color: #662483;
  font-weight: 500;
  font-size: 16px;
}

.product-checkout-details .discount-code p a {
  font-weight: 400;
  color: #555;
}

.product-checkout-details .summary-prices {
  border-style: solid;
  border-color: #dedede;
  border-width: 0px 0 1px 0;
  padding-bottom: 10px;
}

.product-checkout-details .summary-prices li {
  padding: 5px 0;
}

.product-checkout-details .summary-prices li span+span {
  float: right;
}

.product-checkout-details .summary-total {
  margin-top: 5px;
}

.product-checkout-details .summary-total>span {
  font-weight: 500;
  font-size: 18px;
}

.product-checkout-details .summary-total span+span {
  float: right;
}

.product-checkout-details .verified-icon {
  margin-top: 25px;
  display: grid;
}

.product-checkout-details .verified-icon img {
  width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
  padding: 20px;
  border: 1px solid #dedede;
}

.purchase-confirmation .purchase-confirmation-details .table {
  margin: 0;
  color: #444;
}

.purchase-confirmation .purchase-confirmation-details .table b,
.purchase-confirmation .purchase-confirmation-details .table strong {
  font-weight: 400;
}

.empty-cart .block i {
  font-size: 50px;
}

.success-msg .block i {
  font-size: 40px;
  background: #1bbb1b;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  line-height: 60px;
}

.page-404 {
  padding: 100px 0;
  text-align: center;
}

.page-404 h1 {
  font-size: 300px;
  font-weight: bold;
  line-height: 300px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}

@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}

.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}

.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}

.page-404 .btn-main,
.page-404 .btn-solid-border,
.page-404 .btn-transparent,
.page-404 .btn-small {
  margin-top: 40px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #000;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #4CAF50;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details #map {
  width: 100%;
  height: 300px;
}

.contact-details .contact-short-info {
  margin-top: 20px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
  color: #555;
  font-weight: 300;
}

.contact-details .contact-short-info li i {
  margin-right: 10px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 400px) {
  .social-icon ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

.footer {
  background: #232323eb;
  padding: 30px 0 0;
}

.footer .footer-menu {
  margin-top: 30px;
}

.footer .footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.footer .footer-menu li a {
  color: #fff;
  font-size: 13px;
}

.footer .copyright-text {
  margin-top: 15px;
  color: #ffffff;
  padding-bottom: 2px;
}

.copyright-text a {
  color: #cfcfcf;
}

.social-media li {
  display: inline-block;
  margin: 0 5px;
  font-size: 40px;


}

.social-media li img {
  width: 50px;
  filter: invert(1);
}

#contact .icon.facebook-bg li img{ width: 35px;}

#contact .icon.tiktok-bg li img{ width: 35px;}


.social-media li a {
  padding: 8px 10px;
}

.social-media li a i {
  font-size: 20px;
  color: #555;
}





/* .slider_carousel .main {
	max-width: 110rem;
	margin: 0 auto;
	padding: 0 2rem;
} */

/* Slider Style
--------------------------------------*/
.slider_carousel .cd-slider {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  margin-bottom: 8rem;
}

.slider_carousel .cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 1s;
  will-change: visibility;
}

.slider_carousel .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  clip: rect(0, 80rem, 50rem, 80rem);
  transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
  will-change: clip;
}

.slider_carousel .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0 2rem;
  font-size: 9rem;
  text-align: right;
}

.slider_carousel .content h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateY(-30%);
  opacity: 0;
  transition: transform .5s, opacity .5s;
  will-change: transform, opacity;
}

.slider_carousel .content a {
  display: inline-block;
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform .5s .1s, opacity .5s .1s;
  will-change: transform, opacity;
}

/* Current Slide 
-------------------------------------*/
.slider_carousel li.current {
  visibility: visible;
  transition-delay: 0s;
}

.slider_carousel li.current .image {
  clip: rect(0, 80rem, 50rem, 0);
}

.slider_carousel li.current .content h2 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

.slider_carousel li.current .content a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.1s;
}

/* Prev Slide 
------------------------------------*/
.slider_carousel li.prev_slide .image {
  clip: rect(0, 0, 50rem, 0);
}

.slider_carousel nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}

.slider_carousel .prev,
.slider_carousel .next,
.slider_carousel .counter {
  vertical-align: middle;
}

.slider_carousel .prev,
.slider_carousel .next {
  position: relative;
  display: inline-block;
  height: 5rem;
  width: 5rem;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.slider_carousel .prev::before,
.slider_carousel .next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: .8rem solid transparent;
  border-right-width: 1rem;
  border-right-color: #000;
  border-left-width: 0;
  width: 0;
  height: 0;
}

.slider_carousel .prev::after,
.slider_carousel .next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  left: .5rem;
  background: #000;
  height: .1rem;
  min-height: 1px;
  width: 2.5rem;
  transition: width .3s;
}

.slider_carousel .next::before {
  right: 0;
  left: auto;
  border-left-width: 1rem;
  border-left-color: #000;
  border-right-width: 0;
}

.slider_carousel .next::after {
  right: .5rem;
  left: auto;
}

.slider_carousel .counter {
  display: inline-block;
  font-size: 4rem;
  font-family: serif;
  font-style: italic;
  display: none;
}

.slider_carousel .counter span:last-child::before {
  content: '/';
  margin: 0 1rem;
}

.slider_carousel .prev:hover::after,
.slider_carousel .next:hover::after {
  width: 3.5rem;
}

@media screen and (max-width: 550px) {
  .slider_carousel .image {
    width: 100%;
  }

  .slider_carousel .content {
    padding-right: 2rem;
  }

  .slider_carousel nav {
    left: 0;
    right: auto;
  }
}


.footer-section {
  background: #232323eb;
  position: relative;
  padding: 30px 0 0;
}

.footer-cta {
  border-bottom: 1px solid #444;
  padding-bottom: 2%;
}

.single-cta {
  text-align: center;
}

.single-cta i {
  color: #ffffff;
  font-size: 35px;
  margin-top: 0;
  display: block;
}

.cta-text {
  padding-left: 0;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #a4a4a4;
  font-size: 15px;
}


#contact a {
  color: #fff;
  margin: 10px;
}

#contact {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.copyright-main {
  margin: 35px 0 0;
  padding: 0 0 0;
  background-color: #232323;
  display: flex;
}

.copyright {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-methods img {
  width: 50%;
  float: right;
}

#contact .icon {
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s, box-shadow 0.5s;
  /* box-shadow: 0 2px 3px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 24%); */
}

/* .facebook-bg {
  background: #3B5998;
}

.instagram-bg {
  background: #ac2cb8;
}

.pinterest-bg {
  background: #d42020;
} */

#icon-container {
  display: flex;
  justify-content: center;
  align-items: baseline;

}

.icon:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 3px 5px 5px rgb(0 0 0 / 12%), 0 3px 5px rgb(0 0 0 / 24%); */
}


@media screen and (max-width: 426px) {
  #icon {
    width: 30px;
    height: 30px;
  }

}

@media screen and (min-width: 2560px) {
  #icon {
    width: 50px;
    height: 50px;
  }

}

.btn {
  font-size: 15px;
  font-weight: 400;
  color: #89469e;
  background-color: #fff;
  letter-spacing: 1px;
  /* font-family: "Roboto Condensed"; */
  /* border-color: rgb(255, 255, 255); */
  border-style: solid;
  border-width: 1px;
  outline: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
}

.btn:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
}

.intro {
  position: relative;
  width: auto;
  background-color: #444444;
  margin: 0 2% 35px;
  height: 95vh;
  padding: 70px 0;
}

.intro .left {
  float: left;
  height: 100%;
  width: 50%;
  padding: 3rem 3rem 3rem 5rem;
  display: table;
}

.intro .left>div {
  display: table-cell;
  vertical-align: middle;
}

.intro span {
  color: #E8CA2B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}

.intro h1 {
  font-size: 8rem;
  margin-bottom: 3rem;
}

.intro h1+p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.intro p+a {
  font-size: 1.6rem;
  color: #000;
}

.intro .slider {
  float: right;
  position: relative;
  width: 50%;
  height: 100%;
}

.intro .slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: table;
}

.intro .center-y {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.intro h3 {
  font-size: 5rem;
  font-style: italic;
}

.intro h3+a {
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  margin-top: 2rem;
}

.intro h3,
.intro h3+a {
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

.intro li.current h3,
.intro li.current h3+a {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.intro li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

.intro li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.intro .slider nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.intro nav a {
  display: inline-block;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  margin: 0 1rem;
  transition: transform .3s;
}

.intro a.current_dot {
  transform: scale(1.4);
}

@media screen and (max-width: 700px) {
  .intro.left {
    width: 100%;
    height: 30%;
  }

  .intro .slider {
    width: 100%;
    height: 70%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}


.swiper-pagination-bullet-active {
  background: #911f9b;
}

section.product-category.section.split-columns {
  padding: 35px 0 0;
}


.split-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-column .image {
  padding: 0;
}

.split-column .image img {
  width: 100%;
}

.split-column .texts {
  /* -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding:0 10%; */

  padding: 10% 9%;
    background-color: #f2f2f2;

}
.split-column .texts:nth-child(2) {
  border-left: 35px solid #fff;
  border-bottom: 35px solid #fff;
}

.split-column .texts:nth-child(1) {
  border-top: 35px solid #fff;
  border-right: 35px solid #fff;
}

.split-column .texts .texts-inner {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

/* .split-column .texts .texts-inner {
  padding-left: 37px;
  width: 540px;
  max-width: 100%;
} */

.split-columns .texts-inner h2,
.split-columns .texts-inner p {
  text-align: center !important;
}

.split-columns .texts-inner h2 {
  color: #3b3b3b;
}

.split-column .texts h2 {
  margin: 42px auto 20px;
  font-weight: 900;
  font-size: 35px;
  width:80%;
  text-transform: uppercase;
}

.split-columns .texts-inner h2,
.split-columns .texts-inner p {
  text-align: center !important;
}

.split-columns .texts-inner p {
  color: #611e76;
  line-height: 1.2;
  font-size: 17px;
}

.split-column .texts p {
  margin: 0;
}

.split-column .texts p .main {
  color: #000;
}


.bg-data {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;

}


.bg-data .svg-icon {
  font-size: 40px;
  color: #9240ac;
  width: 55px;
  margin: 0 auto;
  /* border: 1px solid #fff; */
  /* padding: 4%; */
}

.bg-data .svg-icon img {
  width: 100%;
  filter:invert(43%) sepia(4%) saturate(6701%) hue-rotate(250deg) brightness(63%) contrast(108%);
}

.bg-data h5 {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
}


.bg-data .border-lg-end {
  border-right: 1px solid #dee2e6;
}

.bg-data .border-dark {
  border-color: #d4d4d4 !important;
}

.bg-data .col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.bg-data .d-inline-block {
  display: inline-block !important;

}

.bg-data .align-items-end {
  align-items: flex-end !important;
}

.bg-data .d-flex {
  display: flex !important;
}

.bg-data .text-start {
  text-align: left !important;
}

.bg-data .ms-3 {
  margin-left: 1rem !important;
}

.bg-data .text-muted {
  color: #782b90;
  font-weight: 400;
  font-size: 14px;
}

.location-pin{
width: 35%;
text-align: center;
}

.location-pin p{
  color: #632278;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.location-pin .title h2 {
  /* text-align: center; */
  /* text-align: left;
  width: 10%;
  color: #262626;
  line-height: 1;
  font-size: 40px;
  margin: 8px 0; */

  text-align: center;
    text-align: left;
    width: 45%;
    color: #343434;
    line-height: 1;
    font-size: 40px;
    margin: 14px 35%;
    font-weight: 900;
}

.location-pin i.tf-map2 {
  font-size: 60px;
  color: #fff;
}



.notebook_collection {
  margin: 0;
  font-size: 100%;
  background: rgba(255, 99, 71, 0.82);
  font-family: Georgia, serif;
  /* lets the fonts look a bit better */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px 0;
  margin: 0 2%;
  position: relative;
}







.slideshow {
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  /* height: 100vh; */
  min-height: 680px;
  z-index: 1;
  margin-bottom: 5px;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  /* padding: 0 100px; */
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -3;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #510e5f;
  text-align: center;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.slideshow .slide .title {
  padding: 5px 0 3px;
  margin: 0 auto 0;
  max-width: 1000px;
  font: 500 25px/1.2 "Oswald", sans-serif;
  /* letter-spacing: 0.1em; */
  text-transform: capitalize;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 25px;
  font-weight: 400;
  color: #3c3c3c;
}

.slideshow .slide .btn {
  margin: 4px 0 0;
  background: #2eb119;
  border-radius: 40px;
  border: 1px solid #e1e1e100;
  width: 240px;
}

.slideshow .slide .btn::before {
  background: #fff;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: -10%;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: -10%;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #510e5f;
  transition: left 0.2s ease;
}

.main-content.colorme_collection {
  padding: 0 0 5px;
}

.colorme_collection .btn {
  display: inline-block;
  padding: 13px 20px;
  color: rgb(24, 24, 24);
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
  font-weight: 700;
}

.colorme_collection .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.colorme_collection .btn::after {
  transition: border 0.1s linear 0.05s;
}

.colorme_collection .btn .btn-inner {
  position: relative;
  z-index: 2;
  transition: color 0.1s linear 0s;

}

.colorme_collection .btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
  background-color: silver;

}

/* .colorme_collection .btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
} */

/* .colorme_collection .btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
} */


.colorme_collection .category-box {
  min-height: 470px;
  background-color: #dadada5c;
  top: 0;
  margin-bottom: 20px;
}

.colorme_collection .hover-switch>img {
  left: 0;
}

.colorme_collection .back_image_transparent {
  padding: 10%;
  top: 7%;
}

/* .colorme_collection .flex-row{
  display: flex;
  align-items: center;
} */

.video-wrapper {
  width: 100%;
  /* height: 60vh; */
  height: 600px;
  overflow: hidden;
}

.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.btn.shop-btn {
  /* display: inline-block;
  padding: 13px 20px;
  color: rgb(0 0 0);
  text-decoration: none;
  position: relative;
  background: #e0cbd5;
  border: 1px solid #e1e1e100;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
  font-weight: 700; */
  display: inline-block;
  padding: 12px 30px;
  color: rgb(255 255 255);
  text-decoration: none;
  position: relative;
  background: #2c2c2ce3;
  border-radius: 40px;
  border: 1px solid #e1e1e100;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  /* transition: color 0.1s linear 0.05s; */
  font-weight: 500;
}

/* .btn.shop-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  border-radius: 40px;
  border:1px solid #00000059;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
} */

/* .btn.shop-btn::after {
  transition: border 0.1s linear 0.05s;
} */

.btn.shop-btn .btn-inner {
  position: relative;
  z-index: 2;
  /* transition: color 0.1s linear 0s; */

}

.btn.shop-btn:hover {
  color: #373737!important;
  /* transition: color 0.1s linear 0s; */
  /* border: none; */
  background-color: silver;
}

/* .btn.shop-btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
} */

/* .btn.shop-btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
} */



/* inner pages  */

.page_inner_header {
  width: auto;
  /* height: 65vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 23px;
}

  .page_inner{
  background-color: #744482db;;
    color: #fff;
    height: 200px;
    display: flex;
    margin: 0 2%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
  background-size: auto;
  background-attachment: fixed;
}





.page_inner_header h2 {
  font-size: 45px;
  font-weight: 500;
  margin-top: 0;
}

.page_inner_header h1{
  color: #782b90;
  font-weight: bold;
  font-size: 33px;
  margin: 0 0 8px;
}


.page_inner_header ul{
  list-style: disc;
  line-height: 1.9;
  font-size: 16px;
    margin-left: 20px;
    margin: 14px 0 30px;
    padding-left: 20px;
}

.page_inner_header ul li span {
  color: black;
  font-weight: 500;
}

.page_inner_header ul li{
  font-weight: 400;
  color: #4a4a4a;
}


.page_inner_header .productItems {
  text-align: left;
  display: block;
  padding: 30px 0 10px;
}

.productInner{
  flex: 1 0 auto;
  height: 650px;
  margin-bottom: 25px;
}

.page_inner_header .sideSticky{
  position: sticky;
  top: 0;
  right: 0;
  width: 40%;
  margin: 0 0 -10px 80px;
  padding-top: 0;
  padding-bottom: 40px;
}

.page_inner_header.wrapper_detailsinner {
  margin: 0 10%;
}


.page_inner_header.wrapper_detailsinner .productItems {
  padding: 0 0 10px;
}


.page_inner_header .sideSticky p {
  margin-bottom: 0;
}

.page_inner_header .productItems img {
  width: 100%;
 /* padding: 0 14%;; */
  margin: 0 auto 25px;
  background-color: #e2e2e2;
}

.page_inner_header .otherItems img{
  background-color: #ffecee;
  padding: 0;
}
.page_inner_header .btn.shop-btn {
  color: rgb(255 255 255);
  background: #2eb119;
  width: 65%;
}


.page_inner_header .btn.shop-btn:hover{

  background-color: silver;
}

section.main_page {
  background-color: #dbdbdb;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


#myform {
  text-align: left;
  padding: 0;
  border: none;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}

.qantity label {
  flex: 1 0 100%;
}

.qty {
  width: 70px;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  height: 35px!important;
  outline: none;
  font-weight: 200;
  font-size: 14px;
  border: 1px solid grey;
}

input.qtyplus {
  width: 40px;
  height: 35px;
  margin: 0 2px;
}

input.qtyminus {
  width: 40px;
  height: 35px;
  margin: 0 2px;
}

.wish-list {
  margin: 21px 0 15px;
  font-size: 16px;
  cursor: pointer;
}

.wish-list a i{
  font-size: 20px;
}

.share #contact {
  color: #fff;
  display: inline-block;
  justify-content: left!important;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  margin: 0 0;
}

.share #contact a {
  color: #fff;
  margin: 4px;
}

.share #contact .icon {
  width: 30px;
  height: 30px;
  line-height: 1;
}

.share .social-media li {
  font-size: 15px;
  color: #fff!important;
}


.header-promotion{
  background-color: #f8fae1;
}

.page_inner_header .productItems .header-promotion img{
  background-color: transparent;
  width: 8%;
  padding: 1px;
  margin: 2px 6px;
  filter: invert(24%) sepia(67%) saturate(1407%) hue-rotate(258deg) brightness(90%) contrast(102%);


}

/* .top_content{
  margin-top: -6%;
  background-color: white;
  padding: 2%;
  background-size: cover;
  width: 62%;
  background-attachment: fixed;
  height: 290px;
} */

.top_content{
margin-top: 20px;
background-color: white;
padding:20px 20px 40px;
background-size: cover;
background-attachment: fixed;
box-shadow: 4px 0 30px -14px #99999963, -4px 0 30px -4px #99999963;

}

.productMainIndex .category-box {
  min-height: auto;}

  .productMainIndex .boxProduct{
    text-align: center;
    margin-bottom: 2%;
  }

  /* .productMainIndex .boxProduct:hover h1{    
    font-weight: 500;
    transition: 0.5s;

  } */

  .productMainIndex .split-column .boxProduct:hover .texts{
    transform: scale(0.9);
    transition: 0.5s;
  }

  
  .productMainIndex .split-column .texts h2 {
    margin: 0;
    font-weight: 100;
    font-size: 20px;
  }

  .page_inner_header  .productMainIndex h1 {
    color: #782b90;
    font-weight: 400;
    font-size: 25px;
    margin: 6px;
    text-align: center;
}

.page_inner_header .productMainIndex  .btn.shop-btn {
  color: rgb(28 28 28);
  background: transparent;
  width: -webkit-fill-available;
  text-align: center;
  margin: 0 auto;
}

.productMainIndex .category-box:hover img {
  transform: translateY(10px);
}

.productMainIndex .split-column .texts {
  margin-left: 20px;
}

.title_welcome {
  color: #ffffff;
  background-color: #ddadcec9;
  padding: 2px 10px;
}

.flex-w {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.p-b-52 {
  padding-bottom: 35px;
}

.flex-l-m {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}



.filters ul {
  list-style: none;
  padding: 0 0;
  list-style: none;
  line-height: normal;
  font-size: 16px;
  margin-left: 20px;
  margin: 0 0;
  padding-left: 30px;
}

.filters  li.stext-106 {
  display: inline;
  padding: 2px 0px;
  margin-right: 20px;
  font-size: 14px;
  color: #636363;
  font-weight: 400;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.2;
  transition: all 0.4s;
}

.filters li.stext-106:hover {
  color: #737373;
  border-bottom: 1px solid #89898924;
  transition: all 0.4s;
}

.filters li.stext-106.active {
  color: #2e2e2e;
  border-bottom: 1px solid #797979;
  font-weight: 500;
}

.filter-btn {
  max-width: 140px;
  height: 40px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #848484;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}


.filter-btn img{   
   width: 9%;
  margin-right: 3px;
  filter: opacity(0.8);}

.filter-btn:hover {
  border-color: #703482;
  background-color: #703482;
color: #fff;
position: relative;
transform: translateY(-6px);
}

.filter-btn:hover img {
  width: 10%;
  margin-right: 3px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(202deg) brightness(105%) contrast(106%);
}



.filter-btn:hover:after{
  background-color: #703482;
  border-left: 1px solid #703482;
  border-bottom: 1px solid #703482;
}


.filter-btn:after{
content: "";
position: absolute;
display: block;
width: 14px;
height: 14px;
background-color: #ffffff;
border-left: 1px solid #848484;
border-bottom: 1px solid #848484;
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;
}

.filter-wrap {
  padding: 6px 0 0;
  background: #f0ecf1;
  display: none;
}

.w-full {
    width: 95%;
    margin: 20px 30px;
}

.filter-col1 {width: 25%;}
.filter-col2 {width: 25%;}
.filter-col3 {width: 20%;}
.filter-col4 {width: 25%;}

.wrap-filter ul{list-style: none;
padding-left: 0;}

.category-box.height_small {
  margin-bottom: 25px;
  min-height: 210px;
  overflow: hidden;
}


.widget.widget-category ul li a.textfilter_active{color: #662483;
font-weight: 600;}



.showtext {
  width: 100%;
  height: 500px;
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

.innerpages_parallax {
  height: 500px;
  background-attachment: fixed;
  background-size: contain;
}

.showtext img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showtext .overlay {
  width: 55%;
  height: 55%;
  background-color: rgb(117 94 79 / 74%);
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.showtext h2 {
  font-size: 3em;
  margin-bottom: 0;
}

.showtext p {
  margin-top: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
}


.row.inner-row{width: 100%;}

.column-inner {
  width: 50%;
  float: left;
  margin: 4% 0;
}

.column-inner:nth-child(odd){
  border-right: 1px solid #ffffff3d;

}

.bg-color_solid{    
  margin-bottom: 25px;
  height: 500px;}

  .inner_carousel .swiper-button-next, .inner_carousel .swiper-button-prev {
    color: #fff;
    margin: -3% 15%;
}

.page_inner_header .otherItems .bg-color_solid img{
  background-color: transparent;
  width: 63%;
}

.include_section {
  padding: 3% 0 1%;
}

.include_section h4 {
  text-align: center;
  color: #fff;
  margin: 4px 0 50px;
  font-size: 25px;

}

.include_section h4:before, .include_section h4:after{
  background-color: #e6e6e6d9;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 5%;
  margin: 0 15px;
}

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

.boxinclude{
  float: left;
  width: 16%;
  padding: 0;
  border-right: none;
  text-align: center;
  margin-bottom: 3%;
  height: auto;
}

.boxinclude img{
  margin-bottom:8%;
  width: 50%;
}

.boxinclude h2{
  font-size: 1.75rem;
  color: #fff;
  font-weight: 300;
  line-height: 0.7;
}

.product-category.section.wrapper_indexProducts {
  padding: 0 0 2%;
}

.product-category.section.wrapper_indexProducts img {
width: 100%;
margin-bottom: 1%;
}

.wrapper_indexProducts .category-box {
  min-height: 435px;
}

.wrapper_indexProducts .main_collections .content h3 {
  margin: 4px 0;
  color: #242424;
  font-size: 22px;
  font-weight: 600;
}

.wrapper_indexProducts .main_collections .content p {
  margin: 0px 0 0;
  font-size: 18px;
  color: #782b90;
}

  .wrapper_indexProducts .split-column .texts .texts-inner {
    width: 50%;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .wrapper_indexProducts .split-column .texts .texts-inner h4{    
    font-weight: 500;
    text-transform: uppercase;}

    .wrapper_indexProducts .split-column .texts h2 {
      margin: 25px 0 12px;
      font-weight: 700;
  }

  .wrapper_indexProducts .split-column .texts span{
    color: #93658c;
  }

 .wrapper_indexProducts .split-column {
    background-color: #efeaec;
}

.wrapper_indexProducts .btn.shop-btn{width: 100%;}


section.product-category.section.split-columns.shop_wrapper {
  padding: 0 0 50px;
}

section.product-category.section.split-columns.shop_wrapper .banner img{
  margin: 0 0 30px;
    width: 100%;
}












/* inner product page  */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  /* position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */

          position: absolute;
          top: 35%;
          width: 30px;
          height: 30px;
          border: none;
          border-radius: 0;
          background: white;
          background: hsl(0deg 0% 87.69% / 75%);
          cursor: pointer;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

/* .flickity-prev-next-button.previous { left: 10px; } */
/* .flickity-prev-next-button.next { right: 10px; } */

.flickity-prev-next-button.previous { left: -40px; }
.flickity-prev-next-button.next { right: -40px; }


.row_carousel_cell{
  margin: 0 40px
}


.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* .carousel {
  background: #FAFAFA;
} */

.carousel-main {
  /* margin-bottom: 8px; */
  margin-bottom: 0;
  background-color: transparent;
}

.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 8px;
  /* background: #8C8; */
  border-radius: 0;
  counter-increment: carousel-cell;
}

/* .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
} */

/* cell number */ 
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */

.carousel-nav .carousel-cell {
  /* height: 120px;
  width: 120px; */

  height: auto;
  width: 24%;
}


/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto; 
}


/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.follow_links{
  text-align: center;
  text-transform: uppercase;
  color: #782b90;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 47px;
  margin: 15px 0;
  
}


.follow_social #contact a {
  color: #333;
}

.follow_social #contact a  li img {
  filter: opacity(0.8);
  width: 65px;
}

.follow_social #contact a  .facebook-f li img{
  width: 45px;
}

.follow_social #contact a  .tiktok li img{
  width: 45px;
}

.follow_social #contact .icon {
  width: 40px;
  height: 40px;
}

.section.salepoints img{
  width: 80%;
}

.section.salepoints .row_sales{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}

.section.salepoints .boxpoints {
  float: left;
  width: 17%;
  padding: 0;
  border-right: none;
  text-align: center;
  height: auto;
}

.section.salepoints img {
  width: 100%;
  filter: 0;
  filter: invert(0) sepia(100%) saturate(0) hue-rotate(277deg) brightness(100%) contrast(95%);
  /* filter: invert(100%) sepia(86%) saturate(16%) hue-rotate(200deg) brightness(135%) contrast(69%); */
  padding: 6%;
}

.section.salepoints img:hover{
  filter: none;
}


i.tf-ion-ios-search-strong {
  font-size: 24px;
  padding-right: 3px;
}

.dropdown.search.dropdown-slide a {
  display: flex;
  align-items: center;
}


.top-header .dropdown-menu.search-dropdown {
  right: auto;
  max-width: 300px;
  left: 0;
  background-color: #e4e4e400;
  padding: 5px 3%;
  border: #878787;
  box-shadow: none;
}

.dropdown-menu.search-dropdown input[type=search] {
  -webkit-appearance: none;
  box-shadow: 0 8px 17px #80808029;
  border-radius: 40px;
  border: 1px solid #782b9091;
  color: #323232;}

  svg.Icon.Icon--account {
    width: 19px;
    margin-right: 2px;
  }

  .list-inline>li.login_cart a {
    display: flex;
    align-items: end;
    font-size: 12px!important;
    text-transform: capitalize;
    letter-spacing: 0px;
    border: 1px solid #782b907d;
    padding: 4px 15px 3px!important;
    color: #782b90!important;
    border-radius: 40px;
    margin: 0 0 0 10px;
    margin-top: 0;
    transition: 0.5s;

  }

  .list-inline>li.login_cart:hover a {
    background-color: #f6f5f6d1;
}



.top-menu.text-right.list-inline{
  align-items: end;
  display: flex;
  justify-content: flex-end;
}

.flex_top{
  display: flex;
  align-items: center;}

  .top-header .language {
    font-size: 14px;
    /* color: #782b90;
    font-family: 'Tajawal', sans-serif;
    margin: 0 10px;
    border: 1px solid #782b9069;
    border-radius: 40px;
    padding: 1px 17px;
    transition: 0.5s; */
    font-size: 14px;
    color: #73228d;
    font-family: 'Tajawal', sans-serif;
    margin: 0 0 4px 0px;
    border-right: 1px solid grey;
    border-radius: 0;
    padding: 0 12px;
    transition: 0.5s;
  }

  /* .top-header .language:hover {
    padding: 1px 20px;
} */


section.products.section.shop_index {
  padding: 15px 0 0;
}

section.products.section {
  padding: 80px 0;
}

.share.innerpages {
  display: flex;
  align-items: center;}

  .share.innerpages label {
    margin-bottom: 0;
    margin-right: 4px;
  }

.share.innerpages #contact a {
  color: #fff;
  margin: 0 0;
}

.share.innerpages .follow_social #contact a li img {
  filter: none;
  width: 35px;
  margin: auto;
  background-color: transparent;
  opacity: 0.8;
}


.share.innerpages .follow_social #contact a .icon.facebook-bg.facebook-f li img{
  width: 25px;
}


.share.innerpages .follow_social #contact a .icon.tiktok-bg li img {
  width: 25px;
}

/* .follow_social #contact a  .tiktok li img{
  width: 45px;
} */

section.top-header .row {
  display: flex;
  align-items: center;
}


.form-tab .search-field .search-placeholder, .form-tab .search-btn {
  user-select: none;
}

.form-container, .form-container .form-tab, .form-tab .search-btn, .resoult-tab, .ul-title, .ul .li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBox_wrapper .container {
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: none;
  padding: 0 0;
  margin: 0;
}

.searchBox_wrapper .form-container {
  align-items: center;
  width: 215px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 30px -10px #d5dbed;
  margin-bottom: 10px;
}
.searchBox_wrapper .form-container .form-tab {
  width: 95%;
  height:auto;
  justify-content: space-around;
}

.searchBox_wrapper .form-tab .search-field {
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f2f3c9;
  padding: 4px 7px;
}
.searchBox_wrapper .form-tab .search-field .search-icon {
  position: absolute;
  top: var(--t);
  left: var(--l);
  z-index: 1;
  color: #6e80a5;
  opacity: .8;
  width: var(--i1);
  height: var(--i1);
}
.searchBox_wrapper .form-tab .search-field .search-placeholder {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  color: #6e80a5;
  opacity: .8;
  font-size: 13px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 6px 0;
  font-weight: 300;
}
.searchBox_wrapper .form-tab .search-field form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.searchBox_wrapper .form-tab .search-field form .text-field {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: var(--fs);
  color: #3f3f3f;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  caret-color: #79a6ff;
  line-height: 2em;
}
.searchBox_wrapper .form-tab .search-btn {
  box-sizing: border-box;
  text-transform: capitalize;
  font-size: calc(var(--fs) / 1.2);
  width: 25%;
  height: 40px;
  background: transparent;
  margin-top: 2px;
}
.searchBox_wrapper .form-tab .search-btn p {
  cursor: pointer;
  color: #9032ad;
  margin-bottom: 0;
  font-size: 14px;
}

@keyframes displayList {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}






/*login*/

.columnlogin {
    width: 47%;
    float: left;
    height: 600px;
    margin: auto 26px;
    background: #ededed;
    border-radius: 8px;
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
    padding: 2%;
}

#log-in {
    color: #333;
    padding: 0 15px;
    width: 100%;
}

#log-in * {
    box-sizing: border-box;
}

#log-in .login-heading {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 800;
    margin: 17px 0px;
    text-align: center;
    color: #782c90;
}

#log-in .login-copy {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 4%;
}

#log-in .login-form {
    margin: 100px auto;
    display: block;
    padding: 20px 30px 30px 30px;
    /*  max-width: 480px;*/
    /*
height: 600px;
background: #ededed;
border-radius: 8px;
box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
*/
}

.columnname {
    width: 400px;
    float: left;
    margin: 2px;
}

#log-in .login-form a {
    background: #3b5998;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 14px 50px;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0 3px 6px 1px #042d4657;
}

#log-in .login-form .field-container {
    position: relative;
    display: block;
    margin: 20px 0;
    height: 50px;
    width: 100%;
    background: white;
    border: #782c90;
    border-radius: 3px;
}

#log-in .login-form .field-container.-focused label {
  font-size: 11px;
  line-height: 7px;
  color: #5c5c5c;
  bottom: auto;
  top: 8px;
  font-weight: 300;
}

#log-in .login-form .field-container.-focused input {
    line-height: 62px;
}

#log-in .login-form label {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 1;
    line-height: 54px;
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    -webkit-transition: font-size 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), line-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), font-weight 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: font-size 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), line-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), font-weight 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#log-in .login-form input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: block;
    background: transparent;
    line-height: 54px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    color: #333;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#log-in .login-form input:focus,
#log-in .login-form input:active {
    outline: none;
    border-color: #ededed;
}

#log-in .login-form button {
    display: block;
    margin: 28px 40%;
    height: 54px;
    width: 20%;
    background: #33cc77;
    border: 1px solid #33cc77;
    border-top-color: transparent;
    border-radius: 13px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#log-in .login-form button:hover {
    background: #5cd692;
    cursor: pointer;
}

#log-in .login-form .create-account-link {
    color: #085DA9;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#log-in .login-form .create-account-link:hover {
    color: #0094CC;
}


#sectionlogin {
    height: 800px;
}




.category-area.section-login {
  display: flex;
  padding: 2% 0 4%;
  justify-content: center;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  /* background-color: #edededb3; */
  margin: 0% 2% 0;
}

#log-in {
    color: #333;
    padding: 0 0;
    width: 60%;
    margin: auto;
    justify-content: center;
    justify-items: center;
}

.columnlogin {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 5px 5px 56px rgb(0 0 0 / 10%);
    padding: 0;
    /* border:1px solid #cecece; */
}

#log-in .login-form {
    margin: 0 0 10%;
    display: block;
    padding: 0 10%;
}

#log-in .login-heading {
    font-size: 30px;
    margin: 13px auto 30px;
    color: #662483;
    text-transform: capitalize;
}

#log-in .login-form input {
    background: #9c27b00a;
}

#log-in .login-form button {
  line-height: 1;
  padding: 2%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  width: 40%;
  background: #149a1e;
  border: 1px solid #29bb34;
  border-top-color: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}

#log-in .login-form button:focus {
    outline: none;
}

#log-in .login-form button:hover {
    background: #1ca42d;
    cursor: pointer;
}

#log-in .login-heading.second {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}


#log-in .login-heading.second:after,
#log-in .login-heading.second:before {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    line-height: 1.2;
    margin-right: 10px;
    margin-left: 9px;
}



#log-in .login-heading.second:after {
    margin-right: 10px;
}

#log-in .login-heading.second:before {
    margin-left: 10px;
}

#log-in .login-form .create-account-p {
    color: #2c2c2c;
    text-align: center;
    font-size: 18px;
    margin: 3% 0 0;
    text-transform: capitalize;
}

#log-in .login-form .create-account {
    background-color: transparent;
    text-decoration: underline;
    color: #5b1d6e;
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    font-weight: 800;
}

#log-in .login-form a {
    background: #335293;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 15px 20px;
    width: fit-content;
    border-radius: 5px;
    display: block;
    box-shadow: 0 3px 6px 1px #042d4657;
    text-align: center;
}

#log-in .login-copy {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 3%;
    color: #726d6d;
    font-size: 13px;
}


#log-in  input[type=email], #log-in  input[type=password], #log-in  input[type=text], #log-in  input[type=tel] {
  height: 50px;
}


#log-in .login-form input::placeholder  {
  color: #0094CC;
  font-weight: 100;

}

/* register */

#log-in .login-form.register .field-container.halfinput {
    /* width: 270px;
display: inline-flex;
margin: 0 3px -15px; */

    width: 100%;
    display: inline-block;
    margin: 0 0 8px;
}

.column_2 {   
   column-count: 2;
  display: flex;
  margin-bottom: 5px;}

#log-in .login-form.register .field-container.halfinput.second-input {
    margin-left:10px;
}


#log-in .login-form.register .field-container {
    margin: 0 0px 14px;
    width: auto
}

/* #log-in .login-form.register .field-container.top-input{margin-top: 23px;} */

.columnlogin.register {
    width: 50%;
    float: left;
    height: auto;
    margin: 0;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    padding: 0;
    border: none;
    height: auto;
    padding: 5% 0 0;
}

#log-in.registerationdiv .login-heading.register {
    font-size: 25px;
    margin: 16px auto -5px;
}

#log-in.registerationdiv .login-heading.register.second {
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

#log-in.registerationdiv a {
    background: #335293;
    color: #FFFFFF;
    margin: 15px 25%;
}


#log-in.registerationdiv .facebook_register{
  background: #335293;
  color: #FFFFFF;
  margin: 0 auto 3%;
  padding: 18px 18px;
  width: fit-content;
  border-radius: 5px;
  display: block;
  box-shadow: 0 3px 6px 1px #042d4657;
  text-align: center;
  font-size: 14px;
  border: none;
}

#log-in.registerationdiv .facebook_register:hover{
  background: #175387;
}

#log-in .create-account-p {
    color: #303030;
    text-align: right;
    font-size: 16px;
    margin: 0 0 12px;
    text-transform: capitalize;
}

#log-in .create-account {
    background-color: transparent;
    color: #8826a7;
    box-shadow: none;
    padding: 0;
    text-align: center;
    margin: 0 5px;
    font-weight: 800;
    border-bottom: 1px solid #8828a778;
}

#log-in .create-account:hover {
    border-bottom: 1px solid #8828a7;
    opacity: 0.8;
}

.register-account {
    width: 100%;
}

.register-account .create-account-p {
    color: #303030;
    text-align: right;
    font-size: 16px;
    margin: 0 0 12px;
    text-transform: capitalize;
}

.register-account .create-account {
    background-color: transparent;
    color: #8826a7;
    box-shadow: none;
    padding: 0;
    text-align: center;
    margin: 0 5px;
    font-weight: 800;
    border-bottom: 1px solid #8828a778;
}


.register-account .create-account:hover {
    border-bottom: 1px solid #8828a7;
    opacity: 0.8;
}



#log-in .register .login-copy {
    margin-top: 0;
}

#log-in.registerationdiv {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 5px 5px 56px rgb(0 0 0 / 10%);
}

#log-in .columnlogin.register .login-form.register.border2 {
    border-right: 1px solid #e7e7e7 !important;
    box-shadow: none;
}






/* cart  */

.page_inner_header.wrapper_detailsinner.cart_wrapper {
  margin: 0 2% 1%;
  padding: 0 0 25px;
  background-color: #f2f1efbd;
}


.cart_wrapper  .widget-title {

  margin: 40px 0 0;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;

}


.cart_wrapper  .widget-title .box-title .title {
  padding: 0 24px;
  background-color: #f5f5f3;
}

.cart.shopping .product-list img {
  width: 80px;
  background-color: #ffffff;
}

.page_inner_header.cart_wrapper .productItems .header-promotion img {
  width: 6%;
  padding: 0;
  margin: 2px 10px;
  filter: invert(1);
}

.cart_wrapper .header-promotion {
  background-color: #66248394;
  height: 40px;
  color: #fff;
  margin: 30px 0;
}


.cart_wrapper .block {
  background-color: #fff;
  padding: 1.25rem;
  margin: 15px 0;
}

.table_bag .description{
  width: 100%;
  display: grid;
}

.cart_wrapper .cart.shopping h4{
  text-transform: capitalize;
  font-weight: 500;
  color: #713f86;
}

.page_inner_header .sideSticky_cart {
  position: sticky;
  top: 0;
  right: 0;
  width: 35%;
  margin: 70px 0 0 65px;
  padding-top: 0;
  padding-bottom: 40px;
}

.coupon {
  display: flex;
    align-items: center;
}

.coupon .btn , .sideSticky_cart .btn  {
  display: block;
  margin: 0 1%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #662483;
  letter-spacing: 0;
  /* font-family: "Roboto Condensed"; */
  /* border-color: rgb(255, 255, 255); */
  border-style: solid;
  border-width: 1px;
  outline: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
  text-transform: capitalize;

}

  .coupon .form-group {
    margin-bottom: 0;
    width: 280px;
}

.coupon .form-control {
  background-color: #fff;
  border: 1px solid #662483;
}

.coupon input[type=text] {
  font-weight: 400;
}

.sideSticky_cart .widget-title {
text-align: left;
margin: 0 0 20px;
font-weight: 500;
color: #662483;
font-size: 17px;}

 .page_inner_header .sideSticky_cart ul {
  list-style: none;
  line-height: 1;
  font-size: 16px;
  margin-left: 20px;
  margin: 0 0 10px;
  padding-left: 0;
}

ul.summary-prices li span {
  font-weight: 500;
  color: #5a5a5a;
}


ul.summary-prices li p {
  font-size: 14px;
  margin: 3px 0;
}

.product-checkout-details .summary-total span {
  color: #421157;
  font-weight: 500;
}

.product-checkout-details .verified-icon .btn.btn-add-items {
  background-color: white;
  border: 1px solid #662483;
  margin: 10px 4px;
  color: #662483;
}

/* ................ */


.payment {
  margin: 0 0 3%;
  background-color: white;
  color: #662483;
  padding: 15px 3%;
  box-shadow: 0.2em 0.3em 0.8em -0.45em rgb(0 0 0 / 10%), 0 0.2em 0.5em 0 rgb(0 0 0 / 4%);
}
.payment-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  border-bottom: 1px solid #e1e8ee;
  counter-reset: section;
}
.payment-tabs > a {
  padding: 1.35em 0;
  color: #bdc6cf;
  font-size: 0.9em;
  position: relative;
  transition: all 200ms ease-in-out;
}
.payment-tabs > a:before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  margin-right: 0.5em;
  border: 0.15em solid #e1e8ee;
  color: #bdc6cf;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.45em;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
.payment-tabs > a:after {
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.payment-tabs > a:hover {
  text-decoration: none;
  color: #91a0af;
}
.payment-tabs > a:hover:before {
  border-color: #91a0af;
  color: #91a0af;
}
.payment-tabs > a.active {
  color: #358ed7;
  font-weight: 500;
}
.payment-tabs > a.active:before {
  border-color: #358ed7;
  color: inherit;
}
.payment-tabs > a.active:after {
  border-bottom: 2px solid #358ed7;
}
.payment-customer {
  display: none;
}
.payment-method h2 {
  margin: 0;
  padding: 1.8em 2em;
  font-size: 1.2em;
  line-height: 1.2;
  color: #5e6977;
}
.payment-method .pm-item {
  position: relative;
}

.payment-method .pm-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  padding: 1.5rem 2rem;
  cursor: pointer;
  background-color: #f6f7f900;
  border: 1px solid #e6e6e6;
}
.payment-method .pm-text {
  padding-left: 2.5em;
  position: relative;
}
.payment-method .pm-text:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #e1e8ee;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0 0.08rem 0 rgba(20, 28, 35, 0.25) inset;
}
.payment-method .pm-text h5 {
  padding-top: 0.1em;
  font-size: 1.2em;
  margin-top: 0;
}
.payment-method .pm-text p {
  margin-bottom: 0;
  color: #6d6d6d;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
.payment-method .pm-thumb {
  padding-left: 0.9em;
}
.payment-method input[type=radio] {
  display: none;
}
.payment-method input[type=radio]:checked + .pm-label {
  background: #f6f6f6;
  border: 1px solid #bb6fdd;
}
.payment-method input[type=radio]:checked + .pm-label .pm-text:before {
 background: radial-gradient(#ffffff 0%, #ffffff 33%, #783e92 38%, #6a2a87 100%);
}

.btn.btn_add{
  padding: 8px 17px;
  margin: 0 0 15px;
  width: auto;
  text-transform: capitalize;
  background-color: #343434cf;
  color: #ffffff;
  letter-spacing: 0;
  border-radius: 40px;
  font-size: 13px;}

  .btn.btn_add:hover {background-color: #1d1d1dcf;}



@media (max-width: 479px) {
  .payment {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .payment-tabs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .payment-tabs > a {
    font-size: 0.725rem;
  }
  .payment-tabs > a:before {
    display: block;
    margin: 0 auto;
  }
  .payment-method h2 {
    padding: 0.75rem;
    font-size: 1em;
  }
  .payment-method .pm-label {
    flex-wrap: wrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .payment-method .pm-text, .payment-method .pm-thumb {
    padding-left: 2.25em;
  }
  .payment-method .pm-text {
    flex: 1 1 100%;
  }
  .payment-method .pm-thumb {
    flex: 0 0 auto;
    align-self: center;
    margin-top: 0.35em;
  }
  .payment-method .pm-thumb + .pm-thumb {
    padding-left: 1.25em;
  }

}


/* empty cart  */
.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card {
  margin: 2% 18% 5%;
  padding: 0 0 25px;
  background-color: #f5f5f5;
}

.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card .btn {
  color: #ffffff;
  background-color: #3c3c3c;
  margin: 15px 0 6px;
}

.flex_wrap{
  display: flex;
  justify-content: space-between;
}

.delivery-area-label{   
   display: flex;
  align-items: center;
}

/* favorites */
  
  .favorites .btn {
  width: 100%;
  background-color: #78457c;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
}

.favorites .btn:hover {
  background-color: #545454;
}

.favorites .btn.btn-remove{
width: 100%;
background-color: transparent;
font-size: 14px;
letter-spacing: 0px;
color: #c91d1d;
margin: 9px 0;
}

.favorites .btn.btn-remove:hover{
  border: 1px solid #c91d1d;
}

.favorites .btn.btn-remove i{
  font-size: 18px;}

  .product-item.favorites .product-thumb:before {
    background: rgb(0 0 0 / 22%);
  }


  .product-item.favorites {
    margin: 8% 0px;
}


/* checkout */

.checkout-page {
  background-color: #f1f1f1;
  padding: 1% 0;
}

.radio_wrap input[type=radio] {
  margin: -2px 4px;
  background-color: transparent;
  border: 0.0625em solid rgb(102 36 131);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 1em;
  outline: none;
  width: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.radio_wrap input[type=radio]:checked {
  background-color: white;
  box-shadow: inset 0 0 0 0.1875em #662483;
  -webkit-transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
}

.radio_wrap strong {
  display: block;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 500;
}

.checkout_wrap .contact-form {
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 3%;
}


.checkout_wrap .contact-form .form-control {
  color: #919191;
}

.checkout_wrap .contact-form .form-group {
  margin-bottom: 20px;
}


.checkout_wrap .contact-form .text-danger {
  color: #a94442;
  position: absolute;
  bottom: 7px;
  font-size: 13px;
  display: contents;
}





.padding_card .form-group {
  margin-bottom: 27px;
  margin-top: 7px;
}

.padding_card  .text-danger {
  color: #a94442;
  position: absolute;
  bottom: 7px;
  font-size: 13px;
}




.checkout_wrap .contact-form .form-group input::placeholder{
  font-size: 13px;
  margin-left: -25px;
}

.checkout_wrap .contact-form .form-control {
  background-color: white;
  border: 1px solid #dedede;
}
.checkout_wrap .contact-form h4{
  text-transform: capitalize;
    font-weight: 500;
    color: #713f86;
    margin-bottom: 15px;
    font-size: 20px;
 }

 .page_inner_header .sideSticky_cart.checkout_summary {
  position: sticky;
  top: 0;
  /* border: 1px solid #c9c9c9; */
 background-color: #ffffffb3;;
  right: 0;
  width: 35%;
  margin: 0 0 0 65px;
  padding-top: 30px;
  padding-bottom: 40px;}

  .coupon .btn, .sideSticky_cart.checkout_summary .btn {
    background-color: #4CAF50;
  }



  .in-active{
    opacity: 0.6;
    pointer-events: none;
  }

  .radio_wrap img{
  width: 7%!important;
  margin: 0!important;
  background-color: #ffe4c400!important;}


  .radio_wrap .payment_wrap input[type=radio] {
    height: 1.3em;
    width: 1.3em;
  }

  .payment_wrap{
    display: flex;
    align-items: center;
    padding-right: 1.25rem;
    position: relative;
    background: #f1f1f1;
    margin-bottom: 1.3125rem;
    min-height: 60px;
    justify-content: space-between;
    padding-left: 7px;

  }

  .payment-method-panel{
    display: flex;
    align-items: center;
  }

  .payment-method-label-wrapper {
    padding: 1rem 0 0.9rem 1rem;
}


.check_terms{
  margin-bottom: 2%;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.check_terms input[type=checkbox]{
  margin: 0 5px 0 0;
}


.success-msg {
  padding: 0 0 17px;
}

.success-msg i{
  font-size: 40px;
  background-color: #cdefd4;
  color: #1bbb1b;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  line-height: 60px;
  margin: 0 0 8px;
}

.success-msg h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

/* orders */


.page_inner_header.wrapper_detailsinner.cart_wrapper.orders_wrapper {
  margin: 0 2% 1%;
  padding: 0 0 25px;
  background-color: transparent;
}

.page_inner_header.wrapper_detailsinner.cart_wrapper.orders_wrapper  .block {
  background-color: #f2f2f1;
  padding: 2.25rem
}


.page_inner_header.wrapper_detailsinner.cart_wrapper.orders_wrapper .widget-title .box-title .title {
  background-color: #ffffff;
}

.table.table_bag tr td{
  vertical-align: middle;
}

.table.table_bag tr td .label {
    /* display: inline; */
    padding:0.8em 0px 0.7em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    max-width: 100%;
    width: 100%;
    display: inline-block;
}

.table.table_bag.table_orders , .table.table_bag.table_orders thead tr th{text-align: center;}

  .btn.btn-default {
    font-size: 14px;
    font-weight: 500;
    color: #89469e;
    background-color: #fff0;
    letter-spacing: 0;
    border-color: rgb(255 255 255 / 0%);
    border-style: solid;
    border-width: 1px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 6px 20px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-radius: 0;
    transition: 0.3s;
  }

  .btn.btn-default:hover {
    color: #272727;
    text-decoration: revert;
  }


  .user-profile-list li {
    line-height: 1.6;
    font-size: 15px;
}

.user-profile-list li span {
  margin-right: 6px;
}


.page_inner_header .sideSticky_cart.orderDetails_summary  {
  position: unset;
  top: 0;
  right: 0;
  width: -webkit-fill-available;
  margin: 0 5%;
  padding-top: 0;
  padding-bottom: 0;
}

.sideSticky_cart.orderDetails_summary .widget-title {
  font-size: 20px;
  text-transform: capitalize;
}

.page_inner_header .productItems .sideSticky_cart.orderDetails_summary  img {
  width: 80px;
  margin: 6px 0;
  background-color: #fff;
}

/* .scroll-table.responsive_table{
overflow-y: scroll;
max-height: 250px;
} */

.scroll-table.responsive_table .table.table_bag tr:first-child td{border-top: none;}

.page_inner_header .sideSticky_cart.orderDetails_summary .product-checkout-details .summary-total span {
  color: #6a1b8b;
  font-weight: 600;
}


.padding_card{
  padding: 3% 2%;
}

.padding_card .form-control {
  height: 50px;
  padding: 6px 12px;
  font-size: 12px;
  
}

/* width */
.scroll-table.responsive_table::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-table.responsive_table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 40px #d5d5d5; 
  border-radius: 10px;
}
 
/* Handle */
.scroll-table.responsive_table::-webkit-scrollbar-thumb {
  background: #a4a29d; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll-table.responsive_table::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5; 
}




/* terms  */

.terms-p{
  text-align: right;
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
    color: black;
}

.Terms_policy .widget-title .box-title .title span{
  font-family: 'Tajawal', sans-serif;
  letter-spacing: 0;
  color: #852b90;
}

.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card.Terms_policy {
  margin: 2% 18% 2%;}



  /* contact  */

  .contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
        margin-bottom: 10px;
  }
  .contact-info-icon {
  margin-bottom: 15px;
  }
  .contact-info-item {
    background: #f1eef1;
    padding: 30px 0px;
  }
  .contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
  }
  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
  }  
  .contact-page-form.contact-form input {
    margin-bottom: 5px;
  }  
  .contact-page-form.contact-form textarea {
    height: 110px;
  }
  .contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
  }
  .contact-info-icon i {
    font-size: 48px;
    color: #7f33a1;
  }
  .contact-info-text p{margin-bottom:0px;}

  .contact-info-text h2 {
    margin-top: 0;
    color: #6d288c;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .contact-info-text span {
    color: #323131;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    line-height: 1.2;
  }

  .single-input-field  h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
  }
  .contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  
  .contact-page-map {
    margin-top: 36px;
  }
  .contact-page-form form {
      padding: 20px 15px 0;
  }

  .contact-form.contact_wrap form{
    padding: 0;
  }


  .contact-section .widget-title {
    margin: 0;
  }

  .top_row{    
    margin-top: 2%;
    display: flex;
    align-items: center;
}

  .adress-title{
    margin: 10px auto;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #e0e0e0}

.store-city{
    color: #782b90;
    font-size: 18px;
    font-weight: 500;}

.contact-data{
  line-height: 1.4;
  color: #232323;
  font-size: 15px;}


.square{
    width: 10px;
    height: 10px;
    background: #782b90;
    content: "";
    display: block;
    float: left;
    margin: 15px 12px 0 0;}


    /* about  */

    .about_wrap  h2{
  color: #662483;
  letter-spacing: 0;
}
    .about_wrap p {
    color: #232323;
    font-size: 15px;
    text-align: justify;

    }
  .about_wrap span {  
    font-size: 16px;
    margin-top: 0;
    display: block;
    background-color: #e8e7e5a3;
    /* font-family: 'Tajawal', sans-serif; */
    font-weight: 500;
    color: #662483;
    padding: 1%;
  }

  .section_business-about {
    padding: 25px 0 3%;
    background-color:transparent;
  }

  .section_business-about .bg-data {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    background-color: #57216e;
    margin: 1% 0 4%;
}

.section_business-about .bg-data .bg-data .svg-icon {
  color: #ffffff;}

  .section_business-about .bg-data  .svg-icon img {
    filter: none;
}

.section_business-about .bg-data h5 {
  color: #ffffff;
}

.section_business-about .bg-data .text-muted {
  color: #cfcfcf;
}

.business-about img{
  width: 50%;
  margin: 0 15px 0 0;
}


.about_wrap  .btn.btn-about {
  color: #ffffff;
  background-color: #363636;
  margin-top: 3px;
  padding: 2% 7%;
}

.about_wrap h4{    
  font-weight: 400;
  color: #8e3090;
  font-size: 16px;
  padding-right: 0;
  line-height: 1.3;}




/* sale points  */


.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card.Terms_policy.sale-points_search{
  padding: 0% 0 1%;
  background-color: whitesmoke;
}

.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card.Terms_policy.sale-points_search .btn {
  margin: 0 0 0
}

.page_inner_header.wrapper_detailsinner.cart_wrapper.empty_card.Terms_policy.sale-points_search .form-control {
  height: 45px;
}

.sale-points  .widget-title .box-title .title span{
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  font-weight: 400;

}

.Terms_policy .widget-title .box-title .title span.title_salepoints {
  font-weight: 600;
  font-size: 27px;
}

  .salepoints_wrapper {
      /* direction: rtl; */
      margin-top: 20px;
      /* text-align: right; */
      padding: 0;
      font-family: 'Tajawal', sans-serif;
  }

  .salepoints_wrapper .table {
    box-shadow: 0px 0px 20px #c1c1c1;
    /* border: 1px solid #e0d8e4; */
    background-color: white;
    font-family: 'Tajawal', sans-serif;
    border-collapse: initial;
    font-size: 15px;
    table-layout: fixed;
    margin-bottom: 3%;
  }

  .salepoints_wrapper .table tr td ,  .salepoints_wrapper .table tr th{
    text-align: left;
    border-right: 1px solid #e0d8e4;
    vertical-align: middle;
  }

  .salepoints_wrapper .table tr td:last-child ,  .salepoints_wrapper .table tr th:last-child {
    border-left: none;
  }

  .salepoints_wrapper .table tr th {
    border-bottom: 2px solid #7d469600
  }


    .salepoints_wrapper .table thead tr.title_area { 
    background-color: #7d4696;
    color: #fff;
    font-size: 17px;
  }

  .salepoints_wrapper .table thead tr.header_salepoint{
    color: #9C27B0;
    background-color: #e3e3e3f7;
  }

  .salepoints_wrapper .table tbody tr td {
    padding: 10px;
    font-weight: 500;
}

.salepoints_wrapper .table thead tr.title_area th {
  padding: 16px;
}



.button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 5px;
}

.button-wrap h3{
  color: #333;
  float: left;
  font-size: 17px;
  text-transform: uppercase;
  padding-right: 2%;
  font-weight: 600;
  margin-top: 12px;
}



.button-label {
  padding: 0.6em 1em;
  display: inline-block;
  margin: 0.5em;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0px;
  background: #f9f9f900;
  border: 1px solid #782b90;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22); */
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-label h1 {
  font-size: 1em;
  font-weight: 400;
  color: #782b90;
  margin: 0;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32); */
}
.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}

.hidden.radio-label:checked + .button-label {
  background: #782b90;
  color: #ffffff;
}
.hidden.radio-label:checked + .button-label:hover {
  background: #585858;
  color: #e2e2e2;
}

.hidden.radio-label:checked + .button-label h1{
  color: #ffffff;;
}




.column_divided {
  column-count: 2;
  width: max-content;
}

.notebook_header_img {
  max-width: 80%;
  float: inline-end;
}

.products.section.other_products{
  padding: 15px 0;
}

.page_inner_header h2.name_productDetails {
  font-size: 35px;}

  .dropdown.dropdown-slide.notebook_header .dropdown-menu{
width: 60%;
  }

  #navbar {
    position: relative;
  }

  .whatsapp_footer{
    width: 35px!important;
    display: flex;
    text-align: center;
    margin: 0 auto;
    filter: invert(1);
  }


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

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


.searchBox_wrapper.searchmobile{
  display: none;
}

.cart-dropdown h4.title_cartdropdown{
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 25px;
}


.hidden-tablet-and-up{
  position: relative;
}

.Header__CartDot{
  position: absolute;
  top: -9px;
  background-color: #5f227b;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  right: 52%;
}

.Icon.Icon--cart {
  font-size: 22px !important;
  margin-right: -3px !important;
  color: #782b90;
  vertical-align: unset !important;
  /* font-weight: bolder; */
}

.Icon.Icon--favorite {
  font-size: 22px !important;
  margin-right: -3px !important;
  color: #782b90;
  vertical-align: unset !important;
}



[hover-tooltip] {
  position: relative;
  cursor: default;
}

[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  /* background: #f5f5f5; */
  border-radius: 4px;
  /* padding: 4px; */
  color: #9C27B0;
  z-index: 1;
}

[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #f5f5f5 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}

[hover-tooltip][tooltip-position=bottom]:hover::before {
  bottom: auto;
  top: calc(100% + 10px);
}

[hover-tooltip][tooltip-position=bottom]:hover::after {
  bottom: auto;
  top: calc(100% + 6px);
  border-color: transparent transparent #272727;
  border-width: 0 6px 4px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





.main-wrapper .icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 40px 0; */
}
.main-wrapper .icon-section .cart-wrapper {
  position: relative;
  width: 20px;
  height: 25px;
}
.main-wrapper .icon-section .cart-wrapper .cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-wrapper .icon-section .cart-wrapper .cart ion-icon {
  width: 100%;
  height: 100%;
}
.main-wrapper .icon-section .cart-wrapper .cart-badge {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 19px;
  height: 19px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #662483;
  color: #efefef;
}
.main-wrapper .icon-section .cart-wrapper .box {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 20px;
  height: 20px;
}
.main-wrapper .icon-section .cart-wrapper .box ion-icon {
  width: 100%;
  height: 100%;
}
@keyframes add-to-cart-animation {
  0% {
    top: 20%;
    left: -30%;
    opacity: 0;
  }
  25% {
    top: -20%;
    left: 50%;
    opacity: 1;
  }
  50% {
    top: 0%;
    left: 70%;
  }
  75% {
    top: 35%;
    left: 50%;
  }
  100% {
    top: 35%;
    left: 50%;
    opacity: 0;
  }
}
.main-wrapper .icon-section .cart-wrapper .box.add-box {
  animation: add-to-cart-animation 1s ease-in-out;
}
@keyframes remove-from-cart-animation {
  0% {
    top: 35%;
    left: 50%;
    opacity: 0;
  }
  25% {
    top: 35%;
    left: 50%;
  }
  50% {
    top: 0%;
    left: 70%;
    opacity: 1;
  }
  75% {
    top: -20%;
    left: 50%;
    opacity: 1;
  }
  100% {
    top: 20%;
    left: -30%;
    opacity: 0;
  }
}
.main-wrapper .icon-section .cart-wrapper .box.remove-box {
  animation: remove-from-cart-animation 1s ease-in-out;
}
.main-wrapper .button-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-wrapper .button-section div {
  min-width: 145px;
  max-width: 145px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 14px;
  padding: 10px 30px;
  margin: 0px 5px;
  background: var(--primary-color);
  color: var(--primary-contrast);
}
.main-wrapper .button-section div#remove-btn {
  background: var(--warning-color);
  color: var(--warning-contrast);
}