*Animations*/

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

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

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

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

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

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


body {
  background-color: #fff;
}

.menu.header_sticky {
  background-color: #fff;
  z-index: 1;
  padding: 0;
}

.navigation {
  padding:10px 0 7px;
}

.top-header .container {
  /* border-bottom: 1px solid #838383; */
}


.top-header .container {
  padding: 22px 18%;
}

.navigation .navbar-nav>li>a {
  color: #313030;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px 5px;
  margin: 15px 0;
}

.top-header .language span a {
  color: #313030
}


.list-inline>li.language.login_cart.space_website a {
  border: none;
  background-color: #ad37c1;
}

.list-inline>li.language.login_cart.space_website:hover a {
  background-color: #313030;
  color: #ad37c1 !important;
}

/* .top-header .language {
  border-right: none;
  border-left: 1px solid #313030;
  margin-left: 10px;
} */

/* .list-inline>li.language.login_cart a{
  display: flex;
  align-items: end;
  font-size: 13px!important;
  text-transform: capitalize;
  letter-spacing: 0px;
  border: 1px solid #313030;7d;
  padding: 4px 27px 5px!important;
  color: #313030!important;
  border-radius: 20px;
  margin: 0 0 0 10px;
  margin-top: 0;
  transition: 0.5s;
} */

.language a {
  font-size: 13px !important;
  text-transform: capitalize;
  letter-spacing: 0px;
  border: 1px solid #313030 !important;
  padding: 4px 27px 5px !important;
  color: #313030 !important;
  border-radius: 20px;
  margin: 0 20px;
  margin-top: 15px;
  font-family: system-ui;
  transition: 0.5s;
}




.offers a {
  color: #bb57bd !important;
}

.dropdown-menu {
  background-color: #ffffff;
}

.navigation .dropdown-slide .dropdown-menu li a {
  color: #313030;
}

.welcome_main {
  background-color: #e9e9e9;
  /* filter: invert(1); */
}

.bg-data .svg-icon img {
  filter: invert(1);
}

.bg-data .text-muted {
  color: #000000;
  /* font-weight: 600; */
}

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

.widget-title .box-title .title {
  background-color: #ffffff;
  z-index: 0;
}

.widget-title .box-title:before {
  background-color: #dadadacc;
}

.widget-title .box-title .title span {
  /*  font-weight: 400;
  color: #313030;
  font-size: 30px;
  */
  font-weight: 500;
  color: #313030;
  font-size: 34px;
  display: inline-flex;
  align-items: center;
  margin: 0 0;
}

.main_collections .content h3 {
  color: #313030;
}


.contact-data a {
  color: #000000;
}

.main_collections .content p a {
  color: #343434;
}

a {
  color: #fff;
}


a:focus,
a:hover {
  color: rgb(85, 85, 85);
}


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


.category-box {
  min-height: 560px;
}

.call-to-action.full_section {
  background-color: #4646461f;
  height: 370px;
  margin: 0 2% 3%;
  justify-content: end;
  overflow: hidden;
}

.call-to-action.full_section .flex_content{
  display: flex;
}

.call-to-action.full_section .flex_content .row {
  display: flex;
  align-items: center;
}

.location-pin {
  width: auto;
}

.location-pin .title{
  padding: 0;
}

.location-pin .title h2 {
  text-align: center;
  width: 75%;
  color: #313030;
  line-height: 1;
  font-size: 48px;
  margin: 0px auto 10px;
  font-weight: 900;
}

.call-to-action.full_section .position-relative{
  position: relative;
  width: max-content;
  overflow: hidden;
  transition: 0.5s;
}

.call-to-action.full_section .position-relative img{
transition: 0.5s;
}

.call-to-action.full_section .position-relative img:hover{
transform: scale(1.02);
transition: 0.5s;

}

.split-column .image {
overflow: hidden;
}

.split-column .image img {
  transition: 0.5s;
}

.split-column .image:hover img{
   transform: scale(1.1);
   transition: 0.5s;
}

.split-column .texts:nth-child(2) {
  border-left: none;
  border-bottom: none;
}

.split-column .texts:nth-child(1) {
  border-top: none;
  border-right: none;
}


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

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

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

.animated-arrow {
  color: #484848;
}


.split-column .text_main:hover .texts {
  background-color: #d9d9d9ab;
}

.split-column .texts {
  background-color: #e1e1e1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.split-columns .texts-inner h2 {
  color: #2f2f2f;
  font-size: 45px;
  margin: 0 auto 35px;
  font-weight: 900;
  width: 100%;
}

.split-column .texts .texts-inner a {
  color: #151515;
}

.split-column .texts .texts-inner {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 16px;
}

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

.btn.shop-btn {
  background: #626262e3;
}

section.products.section.shop_index {
  padding: 15px 0 40px;
}

section.products.section.shop_index .product-item img {
  width: 100%;
}

.heroSliderArrow {
  /* color: white; */
  height: 35px;
  width: 35px;
  /* background-color: #000; */
}

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

.heroSliderArrow {
  background-color: transparent;
  font-size: 40px;
  color: #fff;
}


.slick-dots li {
  margin: 0 5px 5px;
}

.slick-dots li button:before {
  color: #bdbdbd;
}

.slick-dots li.slick-active button:before {
  color: #313030;
}


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

.footer-section {
  /* background: #4a4a4a; */
  background: #d1d1d1;
  /* z-index: -1; */
}
.single-cta i {
  color: #202020;
}
.cta-text h4 {
  color: #343434;
}
.footer {
  /* background: #4a4a4a; */
  padding: 20px 0 0;
}

.footer-cta {
  /* border-bottom: 1px solid #7d7d7d; */
}

.cta-text span {
  color:#303030;
}

.copyright-main {
  /* background-color: #313030; */
}

.top_content {
  margin-top: 20px;
  background-color: #46464600;
  padding: 20px 20px 40px;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: none;
}

.top_content.productMainIndex .widget-title .box-title .title {
  background-color: #ffffff;
  z-index: 0;
}

.product-item .product-content h4 a {
  color: #313030;
  display: inline-flex;
  align-items: center;
}


.customize_box .product-item .product-thumb .customize_title {
  background: #2eb81f00;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
  padding: 0;
  font-weight: 900;
  color: #313030;
  position: relative;
}

.customize_box .product-item .product-thumb:before {
  transition: 0.3s all;
  opacity: 1;
  background: rgb(38 37 37 / 97%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

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


.customize_box .product-item .product-thumb .preview-meta li a,
.customize_box .product-item .product-thumb .preview-meta li span {
  background: #fff0;
  color: #313030;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s all;
  width: min-content;
}



.products.section.customize_section {
  padding: 80px 0;
  z-index: 0;
  position: relative;
}

.custom-radios {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.custom-radios h3 {
  color: #313030;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 4%;
}

.custom-radios div {
  display: inline-block;
  margin-right: 6px;
}


.custom-radios div input[type=radio]:checked+label span {
  width: 35px;
  height: 35px;
  border: 3px solid #e2e2e2;
}

.custom-radios input[type=radio] {
  display: none;
}

.custom-radios input[type=radio]+label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.custom-radios input[type=radio]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #888888;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 38px;
}

.custom-radios input[type=radio]+label span img {
  opacity: 0;
  transition: all 0.3s ease;
  width: auto;
  margin: 0 0 10px;
  background-color: transparent;
}

.custom-radios input[type=radio]#color-1+label span {
  background-color: #2ecc71;
}

.custom-radios input[type=radio]#color-2+label span {
  background-color: #3498db;
}

.custom-radios input[type=radio]#color-3+label span {
  background-color: #313030;
}

.custom-radios input[type=radio]#color-4+label span {
  background-color: #e74c3c;
}

.custom-radios input[type=radio]#color-5+label span {
  background-color: #000000;
}

.custom-radios input[type=radio]:checked+label span img {
  opacity: 1;
}




.button-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.button-wrap h3 {
  color: #313030;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 2%;
}



.button-label {
  padding: 0.6em 1em;
  display: inline-block;
  margin: 0.5em;
  cursor: pointer;
  color: #313030;
  border-radius: 0px;
  background: #f9f9f900;
  border: 1px solid #868686;
  /* 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: #313030;
  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: #313030;
  color: #000000;
}

.hidden.radio-label:checked+.button-label:hover {
  background: #d5d5d5;
  color: #e2e2e2;
}

.hidden.radio-label:checked+.button-label h1 {
  color: #000000;
}

/* #wired:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
#wired:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

#maybe-button:checked + .button-label {
  background: #4183D7;
  color: #efefef;
}
#maybe-button:checked + .button-label:hover {
  background: #2c75d2;
  color: #e2e2e2;
} */

.hidden {
  display: none;
}





.quantity-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.quantity-wrap h3 {
  color: #313030;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 3%;
  margin: 0;
}




.quantity-wrap input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.quantity-wrap label {
  background-color: #fff;
  color: #313030;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 18px;
  margin-bottom: 0;
  font-size: 16px;
  transition: 0.3s;

}

.quantity-wrap label:hover {
  background-color: #515151;
  color: #313030;
}

.quantity-wrap input[type=radio]:checked+label {
  color: #000000;
  background: #d3d3d3;
}

.quantity-wrap label+input[type=radio]+label {
  border-left: solid 1px #868686
}

.quantity-wrap .radio-group a {
  border-left: solid 1px #868686
}

.quantity-wrap .radio-group a:first-child {
  border-left: none
}



.quantity-wrap .radio-group {
  border: solid 1px #9e9e9e;
  display: flex;
  overflow: hidden;
  background-color: #000000;
}




.price-wrap h1 {
  color: #414040;
  font-weight: 800;
  font-size: 40px;
  margin: 17px 0 0;
  display: flex;
  align-items: center;
}

.price-wrap h1 span {
  font-size: 20px;
  font-weight: 400;
  margin: 0 6px;
}



.page_inner_header .specifications-wrap ul {
  list-style: inside;
  font-size: 15px;
  padding-left: 0;
}

.page_inner_header .specifications-wrap ul li {
  font-weight: 400;
  color: #414141;
}

.page_inner_header .specifications-wrap ul li::first-child{
  margin-top: 5%;
}

/* .page_inner_header .specifications-wrap ul li span {
  color: white;
  font-weight: 500;
} */

hr.line_business {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #858585;
}

.design_name {
  color: #313030;
  font-weight: 500;
  font-size: 22px;
}




.page_inner_header.wrapper_detailsinner.business_details {
  margin: 2% 10% 15px;
  /* background-color: transparent; */
}


.cart_wrapper .business_customizeForm .widget-title .box-title .title {
  /* background-color: #ffffff; */
}



/* .cart_wrapper .business_customizeForm .block {
  background-color: #00000014;
  padding: 4px 10px;
  margin: 25px 0;
  border: 1px solid #757575;
  color: #313030;
} */

/* .business_customizeForm .cart.shopping  .table_business td img {
  width: 80px;
  background-color: transparent;
  margin: 0;
} */

/* .table.table_business>tbody>tr>td {
  border-top: 1px solid #6e6e6e;
} */

/* 
.table.table_business input[type=text] {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  font-weight: 200;
  font-size: 12px;
  color: #313030;
  background-color: black;
  border: 1px solid #787878;
} */


.page_inner_header.wrapper_detailsinner.business_details .sideSticky_cart {
  position: sticky;
  top: 0;
  right: 0;
  width: 35%;
  margin: 15px 0 0 65px;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #ffffff;
}

.orderform_business .summary-total {
  margin: 5px 0 0;
  border-top: 1px solid #c0c0c0;
  padding-top: 16px;
}

/*.orderform_business{
  margin: 0 0 22px;
  border-bottom: 1px solid #525252;
  padding-bottom: 16px;
}*/


.table.table_business>thead>tr>th {
  padding: 13px 10px;
  text-align: center;
}

.business_customizeForm .contact-form .orderform_business .form-group {
  margin-bottom: 10px;
}

.summary_data {
  margin: 24px 0;
}

.business_customizeForm .contact-form {
  margin-bottom: 18px;
}

.page_inner_header.wrapper_detailsinner.business_details .sideSticky_cart .widget-title {
  color: #292929;
  /* font-weight: 100; */
}


.page_inner_header.wrapper_detailsinner.business_details .sideSticky_cart .btn {
  background-color: #4CAF50;
}

.page_inner_header.wrapper_detailsinner.business_details .product-checkout-details .summary-total span {
  color: #313030;
}

.products.section.customize_section .product-item img {
  width: 100%;
}

.product-modal.form_rquest .modal-dialog {
  width: 30%;
}

.form_rquest .product-checkout-details .product-card h4 {
  font-weight: 400;
  font-size: 14px;
  color: #313030;
  margin-top: 5px;
  margin-bottom: 0;
}

/* .product-modal.form_rquest  {
  background: rgb(0 0 0 / 59%);
} */


.product-modal.form_rquest .text_whatsapp {
  color: #282525;
  margin: 16px 0;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 2;
}

.product-modal.form_rquest .modal-content .modal-body .text_whatsapp .btn.shop-btn {
  padding: 13px 6%;
  margin: 10px 0;
}

.product-modal.form_rquest .modal-content .modal-body .text_whatsapp .btn.shop-btn a {
  font-size: 16px;
}


.form_rquest .widget-title {
  margin: 0 0;
  text-align: left;
  padding-top: 0;
  margin-bottom: 2%;
}


.form_rquest .product-checkout-details .product-card .price {
  margin: 5px 0 0;
  text-transform: capitalize;
  color: #313030;
}

.form_rquest .media {
  margin: 10px 0 6%;
  background-color: #3c3c3c;
  padding: 2% 2%;
}


.form_wrap .checkout-form .form-group input {
  border-radius: 0;
  display: block;
  padding: 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f8f8f8a8;
  font-size: 14px;
}

.form_wrap textarea.form-control {
  height: auto;
  border: 1px solid #d1d1d1;
  background-color: #f8f8f8a8;
  font-size: 14px;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form_wrap .checkout-form .checkout-country-code .form-group:first-child {
  width: calc(43% - 0px);
  margin-right: 10px;
}

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



.form_wrap 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;
  color: #7e7e7e;

}

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

.title_business .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%;
}

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

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

}

.navigation .navbar-nav>li>a:hover,
.navigation .navbar-nav>li>a:active,
.navigation .navbar-nav>li>a:focus {
  color: #000000;
}


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

.business_customizeForm .contact-form .form-group {
  margin-bottom: 25px;
}


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

.page_inner_header .contact-form .btn.shop-btn {
  width: 15%;
}

.contact-form textarea.form-control.subject {
  height: 85px !important;
}

.business_customizeForm {
  margin-top: 10px;
  background-color: #46464600;
}

.top-header .contact-number {
  color: #313030;
  font-size: 14px;
  margin: 4px 0;
  display: flex;
  align-items: center;
}

.top-header .contact-number img {
  width: 20px;
  margin: 0 3px;
}


.top-header .contact-number i {
  color: #313030
}

.top-header.topbar-business {
  background-color: #161616;
}

.top-header.topbar-business .container {
  padding: 8px;
  border-bottom: none;
}

.top-header.topbar-business .data_top {
  display: flex;
  justify-content: center;
  align-items: center;
}


.top-header.topbar-business .top_link-a {
  border-right: none;
  border-left: 1px solid #313030;
  margin-left: 10px;
}

.top-header.topbar-business .top_link-a a {
  display: flex;
  align-items: end;
  font-size: 12px !important;
  text-transform: capitalize;
  letter-spacing: 0px;
  /* border: 1px solid #313030; */
  /* padding: 4px 27px 5px!important; */
  color: #313030 !important;
  /* border-radius: 20px; */
  margin: 0 0 0 10px;
  margin-top: 0;
  transition: 0.5s;
}

.top-header.topbar-business .top_link-a:first-child {
  border-left: none;
  margin-left: 0;
  margin-right: 0;
}

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

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

.right_topmenu #contact a {
  color: #313030;
  margin: 6px;
}

.right_topmenu #contact .icon {
  border-radius: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  /* width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid grey; */
}

.top-header #contact .icon.tiktok-bg li img {
  width: 17px;
}



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

.right_topmenu .social-media li img {
  width: 25px;
  /* filter: grayscale(1); */
  filter: invert(25%) sepia(99%) saturate(5%) hue-rotate(75deg) brightness(103%) contrast(97%);
}

.right_topmenu .right_topmenu .social-media li img {
  width: 28px;
}

.right_topmenu .language {
  font-size: 14px;
  font-size: 14px;
  color: #73228d;
  font-family: system-ui;
  margin: 0;
  border-right: none;
  border-radius: 0;
  padding: 0;
  transition: 0.5s;
}

.right_topmenu .social-media li {
  display: inline-block;
  margin: 0;
  font-size: 0;
}

/* .flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.previous {
  left: 0;
} */


.page_inner_header .added_wrapped .btn.shop-btn {
  color: rgb(23 106 14);
  background: #d3f8cc;
  width: auto;
  font-weight: 700;
}

.page_inner_header .productItems .added_wrapped img.added_check {
  width: 20px;
  background-color: transparent;
  margin: 0 2px;
  filter: invert(75%) sepia(97%) saturate(684%) hue-rotate(74deg) brightness(94%) contrast(93%);
}



.text_whatsapp {
  color: #313030;
  margin: 16px 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 100;
}

.text_whatsapp a.btn.shop-btn {
  color: #5fcc4e;
  padding: 9px;
  margin: 0 0 20px;
  display: inline-block;
  /* padding: 12px 30px; */
  color: rgb(255 255 255);
  text-decoration: none;
  position: relative;
  background: #2eb119;
  border-radius: 40px;
  border: 1px solid #e1e1e100;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  /* transition: color 0.1s linear 0.05s; */
  font-weight: 500;
}

.text_whatsapp a.btn.shop-btn:hover {
  background-color: #318423;
  color: #fff !important;
}

.page_inner_header .btn.shop-btn {
  background: #2d2d2d;
  margin: 7px 0;
}


.text_whatsapp img {
  width: 16px !important;
  background-color: transparent !important;
  margin: 0 !important;
  margin-top: -4px !important;
}


/* .cd-add-to-cart {
  display: inline-block;
  padding: 1.2em 1.8em;
  background: #2c97de;
  border-radius: 50em;
  text-transform: uppercase;
  color: #313030;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-add-to-cart:hover {
  background: #42a2e1;
}
.cd-add-to-cart:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
} */

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

Main Components 

-------------------------------- */
.cd-cart-container::before {
  /* dark bg layer visible when the cart is open */
  content: "";
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.cd-cart-container.cart-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
  position: fixed;
  bottom: 20px;
  right: 5%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
}

.empty .cd-cart-trigger,
.empty .cd-cart {
  /* hide cart */
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}

@media only screen and (min-width: 1170px) {

  .cd-cart-trigger,
  .cd-cart {
    bottom: 40px;
  }
}

.cd-cart-trigger {
  /* button that triggers the cart content */
  z-index: 3;
  height: 55px;
  width: 55px;
  /* replace text with image */
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: #ffffff;
}

.cd-cart-trigger::after,
.cd-cart-trigger::before {
  /* used to create the cart/'X' icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 70%;
  width: 70%;
  background-image: url(../images/shopping-business.svg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  /* filter:invert(98%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(105%) contrast(103%); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cd-cart-trigger::after {
  /* 'X' icon */
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

/* .cart-open .cd-cart-trigger::before {
  opacity: 0;
} */
.cart-open .cd-cart-trigger::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count {
  /* number of items indicator */
  position: absolute;
  top: -20px;
  right: -12px;
  height: 24px;
  width: 24px;
  list-style: none;
  background: #000000;
  color: #313030;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  text-indent: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  transition: -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}

.cd-cart-trigger .count li {
  /* this is the number of items in the cart */
  position: absolute;
  color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count li:last-of-type {
  visibility: hidden;
}

.cd-cart-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter 0.15s;
  animation: cd-qty-enter 0.15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}

.cd-cart-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave 0.15s;
  animation: cd-qty-leave 0.15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}

.cart-open .cd-cart-trigger .count {
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.empty .cd-cart-trigger .count {
  /* fix bug - when cart is empty, do not animate count */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cd-cart-trigger:hover+div .wrapper {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.cart-open .cd-cart-trigger:hover+div .wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
  /* cart content */
  /* z-index: 2;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none; */

  z-index: 2;
  width: 45%;
  max-width: 390px;
  height: 310px;
  max-height: 85%;
  pointer-events: none;
}

.cd-cart .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 55px;
  width: 55px;
  border-radius: 6px;
  -webkit-transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}

.cd-cart header,
.cd-cart footer {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}

.cd-cart header,
.cd-cart .body {
  opacity: 0;
}

.cd-cart header {
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 0 1.4em;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  border-bottom: 1px solid #e6e6e6;
}

.cd-cart header::after {
  clear: both;
  content: "";
  display: block;
}

.cd-cart footer {
  bottom: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: #4caf50;
}

.cd-cart h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}

.cd-cart .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  color: #373839;
}

.cd-cart .undo a {
  text-decoration: underline;
  color: #19191a;
}


.cd-cart .close {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  color: #373839;
}

.cd-cart .close a {
  text-decoration: underline;
  color: #19191a;
}

.cd-cart .undo a:hover {
  color: #0a0a0a;
}

.cd-cart .undo.visible {
  opacity: 1;
  visibility: visible;
}

.cd-cart .checkout {
  display: block;
  height: 55px;
  line-height: normal;
  margin-right: 50px;
  background: #4CAF50;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}

.cd-cart .checkout:hover {
  background: #3db12a;
}

.cd-cart .checkout em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s 0.2s;
  transition: -webkit-transform 0s 0.2s;
  transition: transform 0s 0.2s;
  transition: transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.cd-cart .checkout em::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  height: 24px;
  width: 24px;
  background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-cart .body {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  padding: 20px 0 10px;
  margin: 17px 0 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-cart .body ul {
  overflow: hidden;
  padding: 10px 1.4em;
  position: relative;
  padding-bottom: 0;
}

.cd-cart .body li {
  list-style: none;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0s 0.2s, transform 0s 0.2s;
  transition: opacity 0s 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.cd-cart .body li::after {
  clear: both;
  content: "";
  display: block;
}

.cd-cart .body li:not(:last-of-type) {
  margin-bottom: 20px;
}

.cd-cart .body li.deleted {
  /* this class is added to an item when it is removed form the cart */
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out 0.3s forwards;
  animation: cd-item-slide-out 0.3s forwards;
}

.cd-cart .body li.deleted.undo-deleted {
  /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
  -webkit-animation: cd-item-slide-in 0.3s forwards;
  animation: cd-item-slide-in 0.3s forwards;
}

.cd-cart .body li.deleted+li {
  -webkit-animation: cd-item-move-up-mobile 0.3s;
  animation: cd-item-move-up-mobile 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted+li {
  -webkit-animation: cd-item-move-down-mobile 0.3s;
  animation: cd-item-move-down-mobile 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-cart .product-image {
  display: inline-block;
  float: left;
  /* the image height determines the height of the list item - in this case height = width */
  width: 50px;
}

.cd-cart .product-image img {
  /* display: block; */
  width: 90%;
  margin: 0 auto 0;
}

.cd-cart .product-details {
  position: relative;
  display: flex;
  align-items: center;
  float: right;
  width: calc(100% - 50px);
  padding: 0.3em 0 0 0.5em;
}

.cd-cart .product-details::after {
  clear: both;
  content: "";
  display: block;
}

.cd-cart h3,
.cd-cart .price {
  font-weight: bold;
}

.cd-cart h3 {
  width: 70%;
  margin: 0;
  float: left;
  /* truncate title with dots if too long */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cd-cart h3 a {
  color: #2b3e51;
}

.cd-cart h3 a:hover {
  color: #121212;
}

.cd-cart .price {
  float: right;
  width: 30%;
  text-align: right;
}

.cd-cart .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}

.cd-cart .actions::after {
  clear: both;
  content: "";
  display: block;
}

.cd-cart .delete-item,
.cd-cart .quantity {
  float: right;
  color: #101010;
  /* float: left;
  color: #808b97; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-cart .delete-item {
  margin-right: 0;
}

.cd-cart .delete-item:hover {
  color: #000000;
}

.cd-cart .quantity label {
  display: inline-block;
  margin-right: 0.3em;
}

.cd-cart .select {
  position: relative;
}

.cd-cart .select::after {
  /* switcher arrow for select element */
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/cd-icon-select.svg) no-repeat center center;
  pointer-events: none;
}

.cd-cart select {
  position: relative;
  padding: 0 1em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  color: #808b97;
}

.cd-cart select:focus {
  outline: none;
  color: #2b3e51;
  box-shadow: 0 1px 0 currentColor;
}

.cd-cart select::-ms-expand {
  /* hide default select arrow on IE */
  display: none;
}

.cart-open .cd-cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cart-open .cd-cart header,
.cart-open .cd-cart .body {
  opacity: 1;
}

.cart-open .cd-cart header {
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.cart-open .cd-cart .body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.cart-open .cd-cart .body li {
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s,
    -webkit-transform 0.3s 0.2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cart-open .cd-cart .body li:nth-of-type(2) {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cart-open .cd-cart .body li:nth-of-type(3) {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.cart-open .cd-cart .body li:nth-of-type(4),
.cart-open .cd-cart .body li:nth-of-type(5) {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

.cart-open .cd-cart .checkout {
  color: #ffffff;
  -webkit-transition: color 0.2s 0.3s;
  transition: color 0.2s 0.3s;
}

.cart-open .cd-cart .checkout em {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
  transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
  transition: transform 0.2s 0.3s, padding 0.2s 0s;
  transition: transform 0.2s 0.3s, padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
}

.cart-open .cd-cart .checkout:hover em {
  padding-right: 30px;
}

.cart-open .cd-cart .checkout:hover em::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-cart .body li:not(:last-of-type) {
    margin-bottom: 4%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 4%;
  }

  .cd-cart .body li.deleted+li {
    -webkit-animation: cd-item-move-up 0.3s;
    animation: cd-item-move-up 0.3s;
  }

  .cd-cart .body li.undo-deleted+li {
    -webkit-animation: cd-item-move-down 0.3s;
    animation: cd-item-move-down 0.3s;
  }

  .cd-cart .product-image {
    width: 90px;
  }

  .cd-cart .product-details {
    padding: 2em 0 0 0;
    width: calc(100% - 90px);
  }

  .cd-cart h3,
  .cd-cart .price {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@-webkit-keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}

@keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}

@-webkit-keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }

  100% {
    padding-top: 0px;
  }
}

@keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }

  100% {
    padding-top: 0px;
  }
}

@-webkit-keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }

  100% {
    padding-top: 0px;
  }
}

@keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }

  100% {
    padding-top: 0px;
  }
}

@-webkit-keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }

  100% {
    padding-top: 70px;
  }
}

@keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }

  100% {
    padding-top: 70px;
  }
}

@-webkit-keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }

  100% {
    padding-top: 104px;
  }
}

@keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }

  100% {
    padding-top: 104px;
  }
}

@-webkit-keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@-webkit-keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

.product-item .product-content p {
  color: #656565;
  font-size: 16px;
  margin: 3px 0;
}

.number_price {
  margin-right: 8px
}

.products.section.customize_section.other-items_wrapper {
  padding: 4px 0 0;
  z-index: 0;
  position: relative;
}

.products.section.customize_section.other-items_wrapper .widget-title {
  margin: 0 0 0 0;
  text-align: left;
  padding-top: 0;
  margin-bottom: 15px;
  padding: 0 0;
}

.products.section.customize_section.other-items_wrapper .widget-title .box-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.products.section.customize_section.other-items_wrapper .widget-title .box-title .title {
  padding: 0 18px 0 0;
}


.products.section.customize_section.other-items_wrapper .widget-title .box-title .title span {
  font-size: 25px;
}


.customize_text {
  text-align: center;
  color: #313030;
  margin-bottom: 22px;
  margin-top: -3px;
  text-transform: none;
}

.fillform_modal {
  color: #000000;
  border-bottom: 1px solid #aeaeae;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.fillform_modal:hover {
  color: #636363;
  border-bottom: 1px dotted #5e5e5e;
}

.form_customize .form-group {
  width: 100% !important;
}

.form_rquest .form_customize .widget-title {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 4%;
}

.whatsapp_phone {
  margin: 0 0;
  color: #1c9536;
  font-weight: 500;
  padding: 0 3px;
  border-bottom: none;
  font-size: 17px;
}

.whatsapp_phone:hover {
  color: #3f3f3f
}

.whatsapp_phone img {
  width: 15px !important;
  background-color: transparent !important;
  margin-top: -2px !important;


}

/* .business_confirm-msg {
    margin: 2% 18% 5%!important;
    padding: 0 0 25px!important;
    background-color: #282828!important;
    border: 1px solid #444444!important;
    color: #313030;
} */

.business_confirm-msg .ar_msg {
  font-family: system-ui;
  font-weight: 400;
  padding-top: 10px;
}



.modal-success_msg .widget-title {
  text-align: center;
  margin: 40px 0;
  line-height: 1.4;
}

.modal-success_msg .widget-title i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}


.section.salepoints .row_sales {
  /* background-color: #282828; */
  padding: 2% 0;
}

.section.salepoints .boxpoints {
  width: 16%;
}

.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;
}

.section.salepoints {
  padding: 35px 0 60px;
}

.productMainIndex .product-item .product-content h4 span {
  font-size: 22px;
  font-weight: 500;
  margin: 0 9px;
}




#span_subtitle {
  font-weight: 100;
  font-size: 22px;
  padding-top: 0;
  margin: 0 0 0 10px;
  text-transform: lowercase;
}

.footer .social-media li img {
  width: 40px;
}

.footer #contact a {
  color: #fff;
  margin: 6px;
}

.main_fancygallery {
margin-bottom: 2%;
}


.main_fancygallery .container_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-items: center;
}

/* .main_fancygallery .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
} */


.customize_cardwrapper {
  padding-left: 0;
  padding-right: 0;
}
.main_fancygallery .card-image {
  background: #ffffff;
  display: block;
  /* padding-top: 100%; */
  padding-top: 30%;
  height: 320px;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 30px;
}

.main_fancygallery .card-image:hover img {
  opacity: 0.8;
  transform: scale(1.1);
  transition: 0.5s;
}

.main_fancygallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 25%;
  transition: 0.5s;
}

@media only screen and (max-width: 600px) {
  .main_fancygallery .container_gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

#block-mobile {
  display: none;
}

.main_fancygallery .container_gallery.columnsfour {
  grid-template-columns: repeat(4, 1fr);
}

.products.section.customize_section.other-items_wrapper .main_fancygallery{
  margin-bottom: 3%;
}

.fancybox-button.fancybox-button--share {
  display: none;
}


.fancybox-button--zoom {
  background-image: url('../images/zoom-in-white.svg');
  background-size:37%;
  background-repeat: no-repeat;
  background-position: center;

}


.fancybox-button.fancybox-button--zoom svg
{
  display: none;
}


.tooltip-container {
  text-transform: uppercase;
  color: #313030;
  margin: 2rem 10px;
  cursor: help;
  font-size: 15px;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
    }

    .tooltip-container a{
      color: #050505;
      font-weight: 500;
    }
    
    .tooltip-container .tooltip {
      background: #4a4a4a;
      top: 100%;
      color: #fff;
      display: block;
      left: 0;
      margin-top: 10px;
      opacity: 0;
      padding: 10px;
      pointer-events: none;
      position: absolute;
      width: max-content;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
  }
  
    
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .tooltip-container .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
    /* CSS Triangles - see Trevor's post */
    .tooltip-container .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #4a4a4a 10px;
    top:-8px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
    .tooltip-container:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
   

    .welcome_main_text {
      padding: 0px 0 0px;
      background-color: #fff;
      margin: 2% 2%;
    }

    .welcome_main_text .title h1 {
      font-size: 25px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 800;
      color: #484848;
    margin-bottom: 0;}


      .welcome_main_text .title_welcome {
        color: #636363;
        background-color: transparent;
        padding: 0;
      }

      .welcome_main_text p{
        margin-top: 15px;
      }

      .page_inner_header .productItems img {
        margin: 0 auto 15px;
      }    

      .carousel-nav .carousel-cell {
        width: 32%;
    }

    .carousel-main .flickity-prev-next-button.previous {
      left: 0;
  }

  .carousel-main .flickity-prev-next-button.next {
    right: 0;
}

.carousel-main .flickity-prev-next-button {
  background-color: transparent;
  top: 45%;
  width: 55px;
  height: 55px;

}

.carousel-main .flickity-prev-next-button .arrow {
  fill: #d1d1d1d9;
}

.carousel-nav .flickity-prev-next-button {
  top: 45%;
}

.page_inner_header .sideSticky {
  width: 43%;}

  .about_wrap h2 {
    color: #444444;
  }

  .about_wrap span {
    background-color: #2d2d2da3;
    color: #ffffff;}


    .about_wrap.first_section p {
      text-align: center;
  }
  

    .section_business-about .bg-data {
      background-color: #e9e9e9;
    }

    .section_business-about .bg-data .svg-icon img {
      filter: invert(1);
  }

  .section_business-about .bg-data h5 {
    color: #191919;
  }

  .section_business-about .bg-data .text-muted {
    color: #2d2d2d;
}

.about_wrap h4 {
  font-weight: 700;
  color: #515151;
}

.contact-info-item {
  background: #e0e0e0b5;
}

.contact-info-icon i {
  color: #303030;
}

.contact-info-text h2 {
  color: #303030;
}

.contact-info-text span {
  color: #131313;
}

.store-city {
  color: #000000
}

.contact-data {
  color: #484848;
}

.Terms_policy .widget-title .box-title .title span {
  color: #343434;
}

section.product-category.section.split-columns.shop_wrapper.customize_page {
  padding: 0 0 0;
  margin: 0;
}

.adress-title {
  box-shadow: 0px 0px 10px #e0e0e0;
  /* margin: 35px auto -9px;
  padding: 17px 20px; */
  margin: 61px auto 5px;
  padding: 48px 24px;

}

.top-header .logo a img {
  width: auto;
}















.top-header #contact .icon.whatsapp-bg li img {
  width: 20px;
}


.dropdown.full-width.dropdown-slide.todo_collection .dropdown-menu {
  width:28%;
  left: auto!important;
  right: auto!important;
  margin: 0;
}

.read-btn {
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  background-color: #fff0;
  letter-spacing: 1px;
  border-bottom: 1px solid grey;
  border-width: 1px;
  margin: 5px 0;
  padding: 0 0;
  transition: 0.3s;}

  .read-btn:hover {
    padding: 0px 0 3px;
    transition: 0.3s;
  }


  .instagram-feed a {
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }

  .cta-text {
    padding-left: 0;
  }



  .grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
  }
  
  /* Common style */
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 0 0.8%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px; */
    width: 100%;
    text-align: center;
    cursor: pointer;
    max-height: 430px;
  }
  
  /* .grid figure:nth-child(2) {
  width: 47%;
    max-width: 755px;
} */

  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /* opacity: 0.8; */
  }
  
  .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none;
  }
  
  .grid figure figcaption,
  .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
  }
  
  .grid figure h2 span {
    font-weight: 800;
  }
  
  .grid figure h2,
  .grid figure p {
    margin: 0;
  }
  
  .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  

  figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    /* height: 340px; */

  }
  
  figure.effect-chico:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  figure.effect-chico figcaption {
    padding: 3em;
  }
  
  figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border:1px solid #fff0;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  figure.effect-chico figcaption::before,
  figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  figure.effect-chico h2 {
    padding: 20% 0 20px 0;
  }
  
  figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  
  figure.effect-chico:hover figcaption::before,
  figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  @media screen and (max-width: 50em) {
    .content {
      padding: 0 10px;
      text-align: center;
    }
    .grid figure {
      display: inline-block;
      float: none;
      margin: 10px auto;
      width: 100%;
    }
  }

  


.main_indexProducts .split-column .texts {
border: none;
  
}



.main_indexProducts.split-columns .texts-inner h2 {
  margin: 0 auto 25px;
  width: 68%;
  font-size: 40px;
}

.main_indexProducts.split-columns .split-column .texts p {
  margin: 5px;
  color: #222;
}

.main_indexProducts.split-columns .split-column .texts{
  position: relative;
  background-color: #b3b3b382;
}

.main_indexProducts.split-columns .split-column .texts:before {
  position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}





.main_indexProducts.split-columns.notebook_all .texts-inner h2 {
  margin: 0 auto 25px;
  width: 100%;
}



.notebook_all .widget-title .box-title .title.title_notebook_design1 span {
  font-weight: 500;
  color: #313030;
  font-size: 34px;
  display: block;
}

.notebook_all .widget-title .box-title .title.title_notebook_design1 span  #span_subtitle {
  padding-top: 10px;
}

.notebook_all .widget-title .box-title .title.title_notebook_design1  {
  background-color: transparent;
  padding: 0;
}

.notebook_all .widget-title .box-title.no-border:before {
  background-color: transparent;
}

.main_indexProducts.split-columns.notebook_all .split-column .texts:before {
  border: none;
}

.notebook_all .starting_price{
font-size: 17px;
text-align: center;
margin: 10px 0 0;
color: #3b3b3b;
}

.notebook_all .split-column .texts {
  height: 92%;
}


.notebook_all  .clearfix {
  padding: 3% 0;
}


.notebook_all .split-column.last_row .texts{
  height: 90.5%;
}

.text_proceed {
  text-align: left;
  color: #313030;
  margin-bottom: 2%;
  margin-top: 4%;
  text-transform: none;
}

.product-modal.proceed_modal .modal-content .modal-body {
  padding: 4% 4%;
}

.main_indexProducts.split-columns.all-business_products .texts-inner h2 {
  width: 100%;
}



.container.container_small{
  width: 790px;
}


/* .boxed_notebook .split-column .image:nth-child(1) {
  overflow: hidden;
  margin: 0 0 15px;
} */

.boxed_notebook .split-column .image.first_type{
  margin: 0 0 20px;

}

.main_indexProducts.split-columns.boxed_notebook .texts-inner h2 {
  margin: 0 auto 25px;
  width: 100%;
}




.boxed_notebook .widget-title .box-title .title.title_notebook_design1 span {
  font-weight: 500;
  color: #313030;
  font-size: 34px;
  display: block;
}

.boxed_notebook .widget-title .box-title .title.title_notebook_design1 span  #span_subtitle {
  padding-top: 10px;
}

.boxed_notebook .widget-title .box-title .title.title_notebook_design1  {
  background-color: transparent;
  padding: 0;
}

.boxed_notebook .widget-title .box-title.no-border:before {
  background-color: transparent;
}


.boxed_notebook .starting_price{
font-size: 17px;
text-align: center;
margin: 10px 0 0;
color: #3b3b3b;
}

.boxed_notebook.split-columns .split-column .texts p {
  margin: 15% 0 10px;
  color: #222;
  font-weight: 500;
}

.boxed_notebook  .clearfix {
  padding: 3% 0;
}


.main_indexProducts .col-lg-6 , .boxed_notebook .col-lg-6{
  padding: 10px;
}


section.product-category.section.split-columns.main_indexProducts , section.split-columns.main_indexProducts.boxed_notebook {
  padding: 0 0 0;
}

.btn.shop-btn.cd-add-to-cart{
  background: #2eb119;
}

#block-btn_mobile{
  display: none;
}

#block-btn_desktop{
  display: inline-block;
}

#block_desktop_split{
  display: flex;
}


#block_mobile_split{
  display: none;
}

.display_desktopshow{
  display: block;
}


.display_mobileshow{
  display: none;
}


.main_fancygallery .container_gallery.columnsfour .card-image{
  height: 225px;}


.main_indexProducts.split-columns .split-column .texts.texts_colors_0{
    background-color:#dac0dd; 
}

.main_indexProducts.split-columns .split-column .texts.texts_colors_1{
    background-color: #fdd2c1;
}

.main_indexProducts.split-columns .split-column .texts.texts_colors_2{
    background-color: #cce7d6;
}

.main_indexProducts.split-columns .split-column .texts.texts_colors_3{
    background-color: #fffbcc;
}

.main_indexProducts.split-columns .split-column .texts.texts_colors_4{
    background-color: #b5e3fb;
}

.main_indexProducts.split-columns .split-column .texts.texts_colors_5{
  background-color: #b7b6f4;
}




.bg-data.home_welcome .svg-icon{
  width: 70px;
}

.bg-data.home_welcome .svg-icon img {
  filter: none;
}

.bg-data h5.text-blue {
  color: #313283;
  margin-top: 14px;
}

.bg-data h5.text-red {
  color: #87201e;
  margin-top: 14px;
}

.bg-data h5.text-purple {
  color: #7a2e8f;
  margin-top: 14px;
}


/* 

.dropdown.full-width.dropdown-slide.todo_collection .dropdown-menu.dropdown_submenu{
left: 100%!important;
right: auto!important;
margin: 0;
transform: translateY(0);
top: 0;
}

.dropdown.full-width.dropdown-slide.todo_collection .dropdown-menu.dropdown_submenu2{
  left: 100%!important;
  right: auto!important;
  margin: 0;
  transform: translateY(0);
  top: 20%;
  } */


  .dropdown-menu.menu_padding{
    padding: 15px 10px 57px;
  }

  .dropdown-sub-slide .dropdown_submenu {
    display: none;
    transform: translate(0px, 0px);
    color: #777;
    transform: translateY(0px);
    left: 70%;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    width: 75%;
    top: -44px;
    border: none;

  }
  
  .dropdown-sub-slide:hover .dropdown_submenu {
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 15px;
    /* border: 1px solid #ebebeb; */
    border-bottom: 0.5px solid #efefef;
    box-shadow: 0 1px 0 rgb(0 0 0 / 1%);
    /* transition: 0.3s all; */
    display: block;
    transform: translateY(30px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }


  .navigation .navbar-nav>li>a.customize_header {
    color: #2053a5;
    font-weight: 500;
    background-color: #2355a612;
    /* border: 1px solid #1b47ab; */
    padding: 6px 12px 5px;
    margin: 15px 8px;
  }


  .whatsapp_footer{
    width: 35px!important;
    display: flex;
    text-align: center;
    margin: 0 auto;
    filter: grayscale(1);
  }


  .text_proceed_list {
    text-align: left;
    color: #313030;
    margin-bottom: 7px;
    margin-top: 0;
    text-transform: none;
    list-style: inside;
  }

  input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

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


.top_row.row_business {
  margin-top: 0;
  display: block;
}



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


.success {
  font-weight: 400;
  background-color: #6cb6704d;
  border-radius: 4px;
  color: #238b27;
  display: none;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}


.rotate_arrow{
  display: inline-block;
  transform: rotate(180deg);
  padding: 0 3px;
}




.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.quantityPlan_title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  /* width: 32.5%; */
  width:47.5%
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* padding: 10px; */
  padding: 25px 3px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 2px solid #e1e2e7; */
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}

.plans .plan .plan-details span {
  margin-bottom: 0;
  display: block;
  /* font-size: 18px;
  line-height: 2.2; */

  margin: 12px 4px 0;
  font-size: 16px;
  line-height: 1.6;

  font-weight: 500;
  color: #4d4d4d;
}


.quantity_colors_1{
  background-color: #cce7d6;
}

.quantity_colors_2{
  background-color: #fdd2c1;
}

 .quantity_colors_3{
  background-color:#dac0dd; 
}




/* .container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
} */

.plans .plan .plan-details p {
  color: #313030;
  /* font-size: 18px;
  line-height: 18px; */

  font-size: 35px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #dddddd;
  box-shadow: 0px 0px 0px 2px #dddddd;
  display: none;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #c3c3c33d;
  background: #eeeeee30;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .plans .plan {
    width: 100%;
    margin-bottom: 15px;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}




.list_proceedpopup {margin: 30px 0 15px;}


.withbox_title{
  color: black;
    font-size: 20px;
    margin-bottom: 0;
}

.animated-arrow.desktop_arrow-arabic{
  display: block;
}

.animated-arrow.mobile_arrow-arabic{
  display: none;
}


p.customize_box {
  background: #f4f4f4;
  padding: 2% 6%;
  margin: 20px 0 5px;
  color: #606060;
}

.margin-top_new{
  margin-top: 2%;
}

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

.bg-data.home_welcome .middlebox_icon  .svg-icon{
  width: 115px;
}

.middlebox_icon_h5 {
  margin: 17px 0;
}


.business-about.new_aboutimage img {
  width: 100%;
  margin: 0 0 0 10px;
}


.welcome-desktop{
  display:block
}

.welcome-mobile{
  display: none;
}

/* #js_btn_readmore{
  display:inline-block
} */



.product-modal .modal-content .modal-body .btn.shop-btn {
  margin: 15px 0 0;
}

.btn.btn_productitem_more {
  font-size: 14px;
  font-weight: 400;
  color: #223a78;
  text-decoration: underline;
  background-color: #fff;
  letter-spacing: 0;
  padding: 0 6px;
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;}




  .line_height_box 
  {line-height: 2.2;
}

  .product_description_modal .modal-content{
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

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

  .product_description_modal .design_name {
    font-size: 24px;
   }

  .product_description_modal .specifications-wrap ul {
    list-style: inside;
    line-height: 1.9;
    font-size: 16px;
    padding: 0 0;
}

.product_description_modal .specifications-wrap ul li {
  font-weight: 400;
  color: #414141;
}

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


.title_inner {
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
}

.page_inner_header .productItems img
{
  transition: 0.5s;
}
.page_inner_header .productItems img:hover {
  opacity: 0.8;
  transition: 0.5s;
}


.whatsapp_phone img.whatsapp_2025{
  width: 24px !important;
  text-align: center;
  margin: 0;
  filter: invert(53%) sepia(72%) saturate(763%) hue-rotate(70deg) brightness(88%) contrast(90%);
  margin-left: 4px;
}