
a:hover{
  color: #1c7d90;
}

.product_search_form.rounded_input input {
    border-radius: 15px !important;
}

#snackbar{
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e51818d6;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 11111;
  left: 50%;
  bottom: 80px;
}
#snackbar.success{
  background-color: #059b05d4;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}

.searchresult {
    background: #fffffffc;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #e5e5e5;
    z-index: +1200;
    width: 92%;
    margin: 0 auto;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 53px;
}
span.no-result-found {
    text-align: center;
    margin: 15px auto;
    display: table;
}
.searchresult img {
    float: right;
    width: 55px;
    margin-left: 10px;
}
.search-result-title {
    width: 44%;
    float: right;
    font-size: 12px;
    text-align: right;
}
.search-result-title span {
    font-size: 12px;
}
.search-result-title span {
    padding-right: 11px;
}
.searchresult a {
    font-weight: normal;
    display: inline;
    color: #4a4a4a;
    margin-left: 10px;
}
.more-results {
    text-align: center;
}
.more-results a {
    color: #139790;
    font-size: 12px;
}

@media only screen and (min-width: 992px){
  .navbar .navbar-nav .dropdown-menu .dropdown-menu {
      right: 100%;
      top: 0;
  }
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 340px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 10px 80px;
    }

/*Left*/
    .modal.right.fade .modal-dialog{
        right: 0;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }


    .modal.left.fade .modal-dialog{
        left: 0;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }



ul.profile-headermenu > li {
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 14px;
}
ul.profile-headermenu > li:last-child {
    border-bottom: 0;
}
.login-box-container {
    cursor: pointer;
    text-align: center;
}
.icon-login-wr {
    font-size: 68px;
    margin: 0 auto;
    display: table;
    border: 2px solid #eee;
    border-radius: 15px;
    padding: 10px 28px;
    margin-bottom: 28px;
}
.pr_short_descr {
    margin-top: 90px;
    padding-right: 15px;
    font-size: 14px !important;
}
a.edit-element {
    background-color: #4059d3;
    color: #fff;
    position: fixed;
    left: 19px;
    bottom: 79px;
    padding: 14px 19px;
    border-radius: 50%;
}

ul.product-meta > li > a::after {
    content: '،';
}

ul.product-meta > li > a:last-child::after {
    content: '';
}

.product-meta li a {
    display: inline-block;
    font-size: 13px;
    color: #4d4d4d;
}
.releted_product_slider  h6.product_title {
    font-size: 13px;
}

div#main-cart .emptycart-text h5 {
    text-align: center;
    font-size: 15px;
    padding: 37px;
}
a.item_remove.delete-cartitem i {
    cursor: pointer;
    color: red;
    margin-top: 18px;
}

.productBox-Contnet .heading h4 {
    color: #fff;
}
.productBox-Contnet .heading {
    background: #40ca65;
    padding: 10px;
}
.productBox-Contnet {
    border: 1px solid #eee;
    margin-bottom: 25px;
}
.productBox-Contnet .inner {
    padding: 12px;
}
.productBox-Contnet .tab-content{
  margin-top: 0;
}
.productBox-Contnet .tab-content .tab-pane {
    border: 1px solid #eee;
    min-height: 190px;
    padding: 10px;
}

.productBox-Contnet .tab-content .tab-pane ul {
    padding-right: 28px;
}

.productBox-Contnet .nav.flex-column {
    background: #f6f6f6;
    min-height: 190px;
}
.productBox-Contnet .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #030303;
}
.productBox-Contnet .inner table {
    width: 100%;
    font-size: 14px;
    direction: rtl;
}
.productBox-Contnet .inner table td {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px;
}
.productBox-Contnet .inner table thead {
    background: #000;
    color: #fff;
}
.productBox-Contnet .inner table thead td {
    padding: 9px;
}
.productBox-Contnet .inner table p {
    margin: 0;
}
.not-sing-in-form a {
    color: #a1174a;
}
.not-sing-in-form {
    margin-top: 20px;
}
.contact_style3 .contact_icon::before {
    background-color: #a1174a;
}
.contact_style3 .contact_icon {
    border: 1px solid #a1174a;
}
.contact_icon i {
    color: #a1174a;
}
.comment_img img {
    max-width: 60px;
}
.comments .customer_meta .comment-date {
    font-size: 12px;
}
ul.comment_list > li > ul > li {
    border-bottom: inherit;
    margin: 0;
    padding: 0;
}
ul.comment_list > li > ul {
    margin-right: 125px;
    background: #f3f3f3;
    margin-top: 14px;
    padding: 15px;
}
ul.comment_list > li > ul > li h6 {
    font-size: 15px;
}
.widget.category-widget .link-list {
    height: 300px;
    overflow: auto;
}

.caret-li::before {
  color: #bcbcbc;
  display: inline-block;
  margin-right: 6px;
  float: left;
  font-size: 17px;
  content: "\f3d0";
  font-family: "Ionicons";
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down-li::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested-ul{
  display: none;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active-cat{
  display: block;
}
.link-list li a {

    font-size: 14px;
}
.link-list li {
    padding-bottom: 13px;
    list-style: none;
}
.link-list li > ul > li {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

ul#CategoryUl {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 11px;
    padding-right: 11px;
}
.link-list li > ul > li a {
    font-size: 13px;
}
.link-list > li > ul > li > ul {
    margin-top: 10px;
    padding-bottom: 13px;
}
.link-list > li > div > a {
    font-weight: 600;
    color: #595959 !important;
}

ul#shop-brands {
    height: 300px;
    overflow: auto;
}
ul#shop-brands > li {
    padding: 5px;
    font-size: 13px;
}

.form-group.search-brand > span.fa.fa-search {
    position: absolute;
    top: 16px;
    left: 13px;
}
.form-group.search-brand {
    position: relative;
}

.form-group.searchinshop-div > span.fa.fa-search {
    position: absolute;
    top: 16px;
    left: 13px;
}
.form-group.searchinshop-div {
    position: relative;
}

.product .product_title {
    font-size: 13px;
}
span.sales-off {
  position: absolute;
      top: 15px;
      left: 15px;
      background: #a1174a;
      border-radius: 15px 0;
      color: #fff;
      font-size: 12px;
      padding: 3px 8px;
      font-weight: bold;
}
.sidebar .widget_title {
    font-size: 14px;
}
input.form-control{
    font-size: 13px;
}
.page-title-mini .page-title h1 {
    font-size: 21px;
}
img.out-of-stock {
    filter: grayscale(1);
}
span.out-of-stock-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 12px;
}
.form-note.text-center > a {
    cursor: pointer;
    color: #FF324D;
}

.postcats a {
    font-size: 13px;
    background-color: #1c7d90;
    color: #fff;
    padding: 2px 7px;
    border-radius: 15px;
    margin-right: 10px;
}

.postcats a:first-child{
    margin-right: inherit;
}
.postcats {
    margin-bottom: 20px;
}

.comment-area {
    background-color: #e9e9e9;
    padding: 11px;
}
.checkMobileNUmber::-webkit-outer-spin-button,
.checkMobileNUmber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.checkMobileNUmber[type=number] {
  -moz-appearance: textfield;
}

input.checkMobileNUmber {
    font-size: 30px;
    text-align: center;
    letter-spacing: 23px;
}

.dashboard_menu .profile_menu_avatar {
    margin: 0px auto;
    display: table;
    text-align: center;
    margin-top: 10px;
}

.profile_menu_avatar .profile-avatar {
    border-radius: 50%;
    width: 120px;
}
.profile_menu_avatar .profile-owner-name {
    font-size: 18px;
}
.dashboard_menu .nav-tabs li.nav-item:hover > a {
    background-color: #65bf68;
    color: #fff;
}

.summary-table{
  border: 1px solid #fff;
  width: 100%;
}
.summary-td{
  padding: 10px;
    border: 1px solid;
    text-align: center;
    width: 34%;

}
.bg-blue {
    background-color: #4059d3;
    color: #fff;
    padding: 8px 19px;
}
.bg-green{
  background-color: #5cbd76;
  color: #fff;
  padding: 8px 19px;
}
.bg-blue-light{
  background-color: #5bd0f3;
  color: #fff;
  padding: 8px 19px;
}
.bg-blue a,.bg-green a,.bg-blue-light a{
  color: #fff;
}
.summary-td1{
  padding: 10px;
    border: 1px solid;
    text-align: center;
    width: 50%;

}
.summary-td2{
  padding: 10px;
    border: 1px solid;
    text-align: center;
    width: 33%;
}
.iconrow i{
  display: table;
  margin: 15px auto;
  float: inherit !important;

}
.icondash{
  font-size: 75px;
  text-align: center;
}
.bg-purple:not(i){
  background-color: #137c82 !important;
}
.same-height{
  height:260px;
}

span.badge-ticket {
    background: #6a30db;
    color: #fff;
    padding: 2px 9px;
    border-radius: 50%;
    font-size: 12px;
}
.summary-table  p{
  color:#fff;
}
.profile_background {
    box-shadow: 0 0px 4px 0 #e9e9e9;
    padding: 12px;
}

.btn-sm {
    padding: 1px 1px;
}
.btn-sm i {
    font-size: 10px;
    padding: 4px;
    margin-left: inherit !important;
}
.dashboard_menu {
    background: #eee;

}
.close {
    left: 20px;
    position: absolute;
    color: #fff;
}

.rating-daroo > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}

.rating-daroo > input:checked ~ label, .rating-daroo:not(:checked) > label:hover, .rating-daroo:not(:checked) > label:hover ~ label {
    color: #FFD700;
}
.rating-daroo > label {
    color: #939393;
    float: right;
    direction: ltr;
}
.rating-daroo > input {
    display: none;
}
span.product-rate-title {
    color: #000;
}
.product-rate-box {
    padding: 12px;
    background: #eee;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}


.main-slider .owl-prev {
    position: absolute;
    right: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
.main-slider .owl-prev:active,.main-slider .owl-prev:focus,.main-slider .owl-next:active,.main-slider .owl-next:focus{
outline:inherit !important;
}
.main-slider .owl-next {
    position: absolute;
    left: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}

.main-slider .owl-next i {
    font-size: 45px;
    color: #000;
}
.main-slider .owl-prev i {
    font-size: 45px;
    color: #000;
}
.main-slider:hover .owl-prev{
  right: 0px;
  opacity: 0.6;
}
.main-slider:hover .owl-next{
  left: 0px;
  opacity: 0.6;
}


.bottom_header.dark_skin.main_menu_uppercase.border-top.border-bottom {
    background: #a1174a;
    color: #fff;
}
.main_menu_uppercase .navbar-nav > li > .nav-link {
    color: #fff;
}
.contact_phone span {
    color: #ffffff;
}

h6.product_title > a {
    font-size: 14px;
}
.pull-left {
    float: left;
}

td.total-show {
    text-align: left;
}

h4.emptycart {
    display: block;
    width: 100%;
    text-align: center;
}
div#main-cart > .emptycart > i {
    font-size: 62px;
    margin: 0 auto;
    display: table;
}
a.btn.btn-success.return-to-shop {
    margin: 32px auto;
    display: table;
}
div#add-address-box {
    padding: 22px 25px;
}

div#add-address-box > div {
    border: 1px solid #c8c8c8;
    margin-bottom: 12px;
    padding: 9px;
    font-size: 14px;
}
span.delete-address-icon {
    float: left;
    color: #c21717;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    font-weight: bold;
}

span.copuntrigger {
    color: #65bf68;
    font-weight: bold;
    cursor: pointer;
}

.row.enamad-row .namad-col {
    margin: 0 auto;
    display: table;
}
.row.enamad-row .namad-col div {
    display: inline-flex;
}
ol.breadcrumb {
    float: right;
}
.page-title-mini .page-title h1 {
    font-size: 27px;
    color: #a1174a;
    font-weight: bold;
}
.border-bt-pagetitile {
    border-bottom: 3px solid #a1174a;
    width: 9%;
    margin-top: 8px;
}
.bg_bluelight{
  background-color: #fafaff !important;
}
.breadcrumb_section.page-title-mini {
    padding: 18px 0;
}
.pt-17 {
    padding-top: 17px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pr_short_descr {
    margin-bottom: 26px;
}

.product_price .on_sale {
    background-color: #db2323;
    padding: 5px 7px;
    color: #fff;
    font-size: 14px;
    border-radius: 31px;
}

.price {
    color: #a1174a;
}
ul.product-meta {
    padding: 5px 14px;
    margin-top: 15px;
}

ul.product-meta .category-meta a {
    border-bottom: 1px dashed #a1174a;
    color: #a1174a;
    font-weight: bold;
}

ul.product-meta .brand-meta a {
    border-bottom: 1px dashed #a1174a;
    color: #a1174a;
    font-weight: bold;
}

.product-mbody-tab {
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
}

.on_sale_label {
    position: absolute;
    z-index: 11111111111;
    top: 20px;
    left: 0;
    background: #db2323;
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
}
.product_img::before{
  display: none;
}


.not-found-product {
    margin: 0 AUTO;
    text-align: center;
}

.not-found-product h3 {
    font-size: 16px;
    color: #7a7a7a;
}
.link-list a.active-catgory {
    color: #65bf68 !important;
    font-weight: bold;
}
span.blog-public-date {
    position: absolute;
    top: 20px;
    left: 12px;
    background-color: #1c7d90;
    border-radius: 15px 10px;
    color: #fff;
    font-size: 12px;
    padding: 7px 14px;
}

.blog_img img {
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}


.cat_overlap {
    margin-top: -130px;
  }

  .bg_khazaeli_hot {
      background-color: #a1174a !important;
  }
  .bg_khazaeli_other{
    background-color: #f8f8f8 !important;
  }
  .bg_khazaeli_hot h2 {
    color: #fff;
}
  .navbar .navbar-nav > li > .nav-link {
      padding: 16px 10px;
  }
.navbar .navbar-nav > li:hover > a{
  color:#aeaeae  !important;
}
.search_btn2 {
    background-color: #1c7d90;
    border-radius: 15px;
}
.cart_count, .wishlist_count {

    background-color: #a1174a;

}

.navbar-toggler {
    float: right;
}

@media only screen and (max-width: 991px){
  .header_wrap .navbar-collapse.mobile_side_menu.show {
      left: auto !important;
      right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  div#navbarSidetoggle  .navbar-nav > li > .nav-link{
    color:#000;
  }
}
table.table.cart-table {
    text-align: center;
}
table.table.cart-table td{
  vertical-align: middle;
}
.qty-box {
    width: 63px;
}


.product-mbody-tab ul {
    padding-right: 27px;
}

.product-mbody-tab .product-mbody-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background-color: #a1174a;
    border-radius: 10px 10px 0 0;
}

.product-mbody-tab .product-mbody-head h4 {
    color: #ffffff;
    padding: 10px;
    font-size: 17px;
    padding-top: 13px;
}

.product-mbody-tab .product-mbody-content {
    padding: 17px;
    padding-bottom: 25px;
}

.product-mbody-tab .product-mbody-content table {
    width: 100%;
}
.product-mbody-tab .product-mbody-content table thead {
    background: #a1174a;
    color: #fff;
}
.product-mbody-tab .product-mbody-content table thead td {
    padding: 6px 10px;
}

.product-mbody-tab .product-mbody-content table tbody td {
    border: 1px solid #eee;
    padding: 7px 26px;
}
.product-mbody-tab .product-mbody-content table tbody td > p {
    padding: 0;
    margin: 0;
}
.product-mbody-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #a1174a;
}
.product-mbody-tab div#v-pills-tabContent {
    background: #f0f0f0;
    padding: 15px;
    margin-top: 0;
    min-height: 200px;
}

.table-row-sps {
    display: block;
    background: #eee;
    min-height: 41px;
    margin-bottom: 10px;
    padding: 5px 9px;
    overflow: hidden;
}

.table-col-1 {
    width: 20%;
    float: right;
    border-left: 1px solid #aeaeae;
}
.table-col-2 {
    width: 69%;
    float: right;
    padding-right: 10px;
}


.product-form.product-variations {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
}

.product-form.product-variations label {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
}

.product-form.product-variations .product-form-group {
    float: right;
    width: 35%;
}
.cart_count, .wishlist_count {
    background-color: #a1174a;
    left: 24px;
}
a.nav-link.cart_trigger {
    background-color: #1c7d90;
    color: #fff;
    margin: 0;
    padding: 11px 22px !important;
    border-radius: 15px;
}
.navbar-nav.attr-nav li .nav-link i{
  font-size: 22px;
}

li.user-profile-header {
    margin-left: 13px;
}

.bg_gray {
    background-color: #e6e6e6 !important;
}

.bg_gray2 {
    background-color: #f0f0f0 !important;
}
.border-top {
    border-top: 1px solid #cacaca!important;
}
@media only screen and (min-width: 992px) {
  .logo-mobile-menu{
    display: none;
  }

}
@media only screen and (max-width: 992px) {
  .navbar-toggler{
    color:#fff;
  }
  a.nav-link.pr_search_trigger{
    color:#fff;
  }
  .main_menu_uppercase .navbar-nav > li > .nav-link {
      color: #2f2f2f;
  }
  .slide_medium.shop_banner_slider {
      margin-bottom: 15px;
  }
}


li.logo-mobile-menu img {
    width: 150px;
    margin: 12px auto;
    display: table;
}

.mb-20{
  margin-bottom: 20px;
}
.mt-20{
  margin-top: 20px;
}
.mt-10{
  margin-top: 10px;
}
.sale-banner img {
    border-radius: 15px;
}
.shop_banner_slider img {
    border-radius: 15px;
}
.trust-signs {
    display: inline-flex;
    margin-top: 30px;
}
.trust-signs img {
    width: 145px;
}

button.btn-addtocart i {
    font-size: 24px;
}

button.btn-addtocart {
    background-color: #1c7d90;
    border-color: #1c7d90;
}


.shop_container  .product_price .price {
    font-size: 15px;
}

.btn-fill-line:before, .btn-fill-line:after {
    background-color: #a1174a;
}

.btn-fill-out::before, .btn-fill-out::after {
    background-color: #1c7d90;
}
a.forgot-link{
  border-bottom: 1px dashed #a1174a;
      color: #a1174a;
}
.checkout-details {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
}

.product_img {
    border-radius: 15px;
}
.product, .product_wrap {
    border-radius: 15px;
    min-height: 310px;
}
