td,tr,th{
    text-align: right !important;
}

input.form-control , .custom-sel , select.form-control ,textarea.form-control{
    border: 0.4px solid #3f0178c0 !important;
}
.border-me{
    border: 0.4px solid #3f0178c0 !important;
}

.bg-title-page{
    min-height: 180px !important;
    padding-top: 40px !important;
}

.btn-primary {
    color: #fff;
    background: rgb(62,1,120) !important;
    background: linear-gradient(90deg, rgba(62,1,120,1) 0%, rgba(131,40,161,1) 100%) !important;
    border : none !important;
}
.btn-primary-v2{
    color: #fff;
    background: rgb(62,1,120) !important;
    background: linear-gradient(90deg, rgba(62,1,120,1) 0%, rgba(131,40,161,1) 100%) !important;
    border : none !important;
    border-radius: 0px !important;
}
.track-input{
    padding:10px !important;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right !important;
    color:  white;
    border-radius: 30px;
    border: 1px solid #fff !important;
    background-color: transparent;
}
.track-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    color:  white;
    border-radius: 30px;
    border: 1px solid #fff !important;
    background-color: transparent;
}
.track-input::placeholder{
    color: white !important;
}
.about-us-title{
    color: #3e0178;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 70px;
}

input{
    text-align: right !important;
}
.badge-me{
    padding:5px;
    padding-right: 10px;
    margin-right: 3px;
    font-size: 10px;
    margin-left: 3px;
    padding-left: 10px;
    border: 1px solid #3e0178 !important;
    color: #3e0178;
    border-radius: 40px;
    transition: 500ms;
}
.badge-me-active{
    background-color: #3e0178 !important;
    color: #ffffff;
    cursor: not-allowed !important;
    transition: 500ms;
}

select.selection-2 {
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #3e0178 !important;
}
.click{
    cursor: pointer !important;
}
.item-pagination{
    color: #222 !important;
}
.item-pagination:hover{
    color: #fff !important;
}
.active-pagination{
    color: #fff !important;
}
.wrap-slick3-dots {
    max-height: 300px !important;
    overflow-y: scroll;
}
/* custom scrollbar */
::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #3E0178;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* custom scrollbar */
input.size8.m-text18.t-center.num-product {
    text-align: center !important;
}

/* share butons */
.share-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding:5px 20px ;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.share-button:hover {
    color: #fff;
    background-color: #4f4f4f;
}
.share-button:active {
    top: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.share-button svg {
    fill: #fff;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.share-button.facebook {
    background-color: #4a66b7;
}
.share-button.facebook:hover {
    background-color: #556fbb;
}
.share-button.twitter {
    background-color: #1b95e0;
}
.share-button.whatsapp {
    background-color: #19b92f;
}
.share-button.twitter:hover {
    background-color: #269ce5;
}
.share-button.pinterest {
    background-color: #c92228;
}
.share-button.pinterest:hover {
    background-color: #cf4146;
}
.share-button.linkedin {
    background-color: #0077b5;
}
.share-button.linkedin:hover {
    background-color: #1e84b9;
}
.share-button.reddit {
    background-color: #5f99cf;
}
.share-button.reddit:hover {
    background-color: #75a6d4;
}
.share-button.tumblr {
    background-color: #35465c;
}
.share-button.tumblr:hover {
    background-color: #455166;
}
.share-button.hacker-news {
    background-color: #f60;
}
.share-button.hacker-news:hover {
    background-color: #ff7515;
}
.share-button.designer-news {
    background-color: #2d72d9;
}
.share-button.designer-news:hover {
    background-color: #3d82e9;
}
.share-button.google-plus {
    background-color: #fefefe;
    color: #333;
}
.share-button.google-plus:hover {
    background-color: #f6f6f6;
    color: #333;
}
.share-button.google-plus svg {
    fill: #219604;
}

/* share butons */
.header-cart-wrapitem {
    max-height: 300px;
    
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.order-details-container{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #3f0178c0 !important;
    padding:10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(248, 248, 248) !important;
}
a.page-link {
    color: #3a008c !important;
}
.text-primary {
    color: #3a008c !important;
}

.line-through{
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through; 
}
@media (max-width: 991.98px){
    .main-menu {
        display: block !important;
    }
}
.snackbar-container.dir-rtl.snackbar-pos.bottom-center {
    direction: rtl !important;
    text-align: left !important;
}
button.action {
    font-family: "Almarai", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin-right: 20px !important;
}

.botton-navigation nav{
    display: flex;
    justify-content: space-around;
    background-color: #3a008c;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width:100%;
  }
  
  .botton-navigation .nav-item{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 12px 16px;
    border-radius: 50px;
    background-color: #3a008c;
  }
  
  .botton-navigation  .nav-item span{
    width: 0;
    overflow: hidden;
  }
  .bottom-icon-danger {
    display: inline-block;
    width: 25px;
    height: 25px;
	border-radius: 50%;
    color: #fff;
    background-color: red !important;
    text-align: center !important;
    transform: rotate(-10deg) !important;
  }
  .bottom-icon-danger .qty_text {
    font-family: 'Tajawal',serif,sans-serif;
    
  }
  
  .botton-navigation  .nav-item:focus{
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s;
  }
  
  .botton-navigation  .nav-item:focus span{
    width: 100%;
    margin-left: 8px;
    transition: .2s;
  }
  
  .botton-navigation  *:focus{
    outline: none;
    border: none;
  }

  .text-barcode{
    line-height: 10px !important;
  }