
.call-to-action.full_section {
  background-color: #4646461f;
  height: 310px;
  margin: 0 2% 0%;
  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: 50%;
}

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

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

.location-pin p {
  color: #632278;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 70%;
  margin: 0 auto 15px;
}


.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;
height:310px
}

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

}


#block-btn_mobile{
  display: none;
}

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

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

.section.instagram-feed.footer-section a:hover img {
  filter: invert(1);
}


.title_payment_review{
text-align: center!important;
margin: 40px 0 3px!important
}

.page_inner_header .btn.shop-btn.pay_now{
width: auto;
margin: 0 auto;
border-radius: 5px;
}

#group-btn {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#editprofile-btn {
  margin-right: 5px;
}

#changepassword-btn {
  margin-left: 5px;
}

.pointer {
  cursor: pointer;
}

.btn.account {
  color: white;
  height: 35px;
  width: 20%;
  margin: 0;
  border-radius: 15px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #585858;
}

.myaccount_page .widget-title{
text-align: center;
font-size: 25px;
font-weight: 700;
}

.page_inner_header .productItems .sideSticky_cart.orderDetails_summary .myaccount_page img {
  width: 100px;
  margin: 6px 0;
  background-color: transparent;
}

.row.myaccount_box{
  display: flex;
  justify-content: center;
}

.myaccount_box .box_profile {
  float: left;
  width: 30%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.profile {
  margin: 0 auto 20px auto;
  width: 100px;
  padding: 0;
}

.profile img {
  filter: opacity(0.5);
}

.human {
  width: 50px;
height: 50px;
margin: 0 auto;
 border: 9px solid #662483;
border-radius: 50%;
position: relative;
}

.human:before {
  content: "";
  width: 108px;
  height: 100px;
  position: absolute;
  border: 3px solid #662483;
  border-width: 9px 0 0 0;
  right: -120%;
  bottom: -112px;
  border-radius: 50%;
}

 .myaccount_box .col-md-6, .myaccount_box .col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.myaccount_box .col-xs-3 {
  float: left;
  width: 20%;
  margin: 0 5px;
}


.myaccounticon_image i {
  font-size: 55px;
}
.myaccount_box .col-xs-9 {
  width: 75%;
  float: left;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading {
  height: 100px;
  background-color: turquoise;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading .row{
  display: flex;
  align-items: center;

}

.panel-green {
  border: 2px dashed #398439;
}

.panel-green .panel-heading {
  background-color: #398439;
}

.green {
  color: #398439;
}

.blue {
  color: #337ab7;
}

.red {
  color: #ce7f7f;
}

.panel-primary {
  border: 2px dashed #337ab7;
}

.panel-primary .panel-heading {
  background-color: #337ab7;
}

.yellow {
  color: #ffcc00;
}

.panel-yellow {
  border: 2px dashed #ffcc00;
}

.panel-yellow .panel-heading {
  background-color: #ffcc00;
}

.panel-red {
  border: 2px dashed #ce7f7f;
}

.panel-red .panel-heading {
  background-color: #ce7f7f;
}

.huge {
  font-size: 30px;
}

.panel-heading {
  color: #fff;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

.under-number {
  font-size: 20px;
}

.pull-right.primary{color:#337ab7 ;}
.pull-left.primary{color:#337ab7 ;}





/* Dropdown */

.dropdown_logout {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-left: 14px;
}

.dd-button {
  display: inline-block;
  border: 1px solid #66248361;
  border-radius: 4px;
  padding: 3px 26px 3px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  background-color: white;
  color: #662483;
  font-weight: 400;
  display: flex;
  font-size: 13px;
  align-items: center;

}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #662483;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #cccccc3b;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 2%);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 1000;
  text-align: left;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
  width: 190px;
} 

.dd-menu li {
  padding: 10px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
  color: #662483;
}

.dd-menu li:hover {
  background-color: #474747;
  color: #fff!important;
}




.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}


.dd-menu li a:hover{
  color: #fff!important;
}
.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


.wrapper_indexProducts .main_collections .content h3 {
  margin: 8px 0;
  color: #242424;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper_indexProducts .main_collections .content h3 span{
  font-weight: 100;
  font-size: 16px;
  padding: 0 5px 0 0;
}


.page_inner_header .sideSticky .button-wrap {
  margin: 0 0;
}

.page_inner_header .sideSticky hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #cdcbcb70;
}







.page_inner_header.wrapper_detailsinner.cart_wrapper.searchresult_wrapper {
  margin: 20px 2% 45px;
  padding: 0 0 25px;
  background-color: #f2f1efbd;
}

.cart_wrapper.searchresult_wrapper .widget-title {
  margin: 54px 0 0;
  text-align: center;
  padding-top: 0;
  margin-bottom: 35px;
}

.product-item.search_result_products {
  margin:10% 0px;
}

.product-item.search_result_products .product-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 8px;
}


.product-item.search_result_products .product-content .price {
  margin: 8px 0;
  color: #242424;
  font-size: 22px;
  font-weight: 600;
}



.cart_wrapper .cart.shopping h4{
  margin: 8% 0 1%;
}

.btn-update_cart{
  background-color: #dd9a20;
  color: #ffffff;
}



.quantity_cartnew {
  display: flex;
  border: 1px solid #6624832b;
  /* border-radius: 4px; */
  width: fit-content;
  overflow: hidden;
}

.quantity_cartnew button {
  background-color: #6624832b;
  text-align: center;
  display: flex;
  color: #662483;
  justify-content: center;
  border: none;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity_cartnew button:hover {
  background-color: #bfbfbffc;
}

.quantity_cartnew .input-box {
  width: 35px;
  text-align: center;
  border: none;
  padding: 5px 5px;
  font-size: 14px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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





.row.row_top {
  margin: 15px 0 0;
}

.all-products_filter {
font-weight: 500;
font-size: 18px;
text-transform: uppercase;
}

.all-products_filter:hover{
  color: #242424;
}

.filter-wrap-open-desktop{
  display: block;
}



.top-header .language {
  font-size: 14px;
  font-size: 14px;
  color: #73228d;
  font-family: 'Tajawal', sans-serif;
  margin: 7px 0 4px 6px;
  border-left: 1px solid grey;
  border-right: none;
  border-radius: 0;
  padding: 0 0 0 11px;
  transition: 0.5s;
}

#language_mobile_only{
  display:none
  
}

.product-category.section .filter-wrap  .widget-title {
  margin: 2% 0% 0;
}

.main-wrapper .icon-section .cart-wrapper .cart-badge {
  position: absolute;
  top: -11px;
  right: -9px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: #662d91;
  color: #ffffff;
}

.main-wrapper .icon-section .cart-wrapper .cart-badge span#cart-count {
  font-size: 10px;
}

.logo  img {
  width: 85%;
}

svg.cart_header {
  width: 20px;
}

svg.wishlist_header {
  width: 20px;
}

li.dropdown.cart-nav.dropdown-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-menu.text-right.list-inline {
  align-items: center;

}


.top-header .top-menu>li>a {
  padding: 0 8px;
  display: flex;
}

.main-wrapper .icon-section .cart-wrapper {
  height: 20px;
}


.terms-p {
  text-align: left;
  direction: ltr;
  color: #222222;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.Terms_policy .widget-title .box-title .title span{
  font-family: "Poppins", sans-serif;
}



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


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


.type_indexpage {
  display: flex;
  justify-content: space-around;
}


.main_collections .content.grey_content {
  /* position: absolute; */
  /* z-index: 999; */
  top: 0;
  padding: 12px 0;
  background-color: #f6f6f6;
  text-align: center;
  margin-bottom: 9%;
}



/* .wrapper_indexProducts .main_collections .content .type_indexpage h3 {
  margin: 9px 0 4px;
  color: #242424;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  justify-content: center;
  align-items: center;
} */

.wrapper_indexProducts .main_collections .content .type_indexpage h3 span {
  font-weight: 100;
  font-size: 15px;
  padding: 0 0 0 0;
  text-align: center;
  margin-bottom: 4px;
}




.btn.btn-checkout_menu{
  background-color: green;
  color: #fff;
  border: none;
}

.btn.btn-viewcart_menu{
  background-color:#662d91;
  color: #fff;
  border: none;
}

.btn.btn-checkout_menu:hover , .btn.btn-viewcart_menu:hover{
  opacity: 0.8;
}

.contact-form #contact-submit {
  background: #662d91;
}

.out-of-stock_label{
  background-color: #ffdede;
  padding: 2% 2%;
  color: #f80101;
}



.main_collections.one_pricebox .content , .main_collections.two_pricebox .content{
  min-height: 120px;
}

.main_collections.one_pricebox .content h3 , .main_collections.two_pricebox .content h3 {
  font-size: 20px;
  font-weight: 500;
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  color: #242424;
  font-weight: 600;
}

.two_pricebox {
  margin-bottom: 20px;
}



/* .wrapper_indexProducts .category-box_2024 {
  min-height: 435px;
}

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


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

}

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

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

.offer_label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 300;
  display: inline-block;
  background: #e60c0c;
  z-index: 1;
}

.offer_number{
font-size: 16px;
text-decoration: line-through;
color: #766f6f;
font-weight: 500;
}

.offer_number.details_page {
  font-size: 20px;
}

.offer_number.youalsolike_offer {
  margin-top: 10px;
  display: block;
}

.discount-code.dicount_new_checkout {
  margin: 0px 0 50px;
}


.coupon .btn, .sideSticky_cart.checkout_summary .discount-code.dicount_new_checkout .btn {
  background-color: #e5b224;
}


.out-of-stock{
  position: absolute;
  top: 35%;
  left: 35%;
  color: #fff;
  font-size: 12px;
  padding: 0;
  font-weight: 300;
  display: inline-block;
  background: #6f2a8f;
  z-index: 99;
  width: 85px;
  height: 85px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.outofstock_wrapper .category-box a  , .outofstock_wrapper.main_collections .content , 
.outofstock_wrapper{
  opacity: 0.6;
}