/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700&family=Kufam:wght@900&display=swap");
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  direction: rtl;
  text-align: right;
}

::-moz-selection {
  background-color: #00263b !important;
  color: #fff !important;
}

::selection {
  background-color: #00263b !important;
  color: #fff !important;
}

body {
  font-family: "Almarai", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  direction: rtl;
  word-spacing: 1px;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  background-color: #e94560;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.link i {
  margin-left: 5px;
}

.link:hover {
  background-color: #1b1717;
  color: #fff;
}

.link.more {
  color: #fff;
  margin: 15px auto 0;
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  background-color: #00263b;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.icon_link:hover {
  background-color: #1b1717;
  color: #fff;
}

/* Tabs
======================*/
.nav-tabs {
  background-color: #fff;
  padding: 15px;
  margin-top: 0;
}

.nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 16px;
  color: #1b1717;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nav-tabs .nav-item .nav-link i {
  margin: 0 5px;
}

.nav-tabs .nav-item .nav-link.show {
  color: #fff;
  background-color: #e94560;
}

.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #e94560;
}

@media all and (max-width: 575.98px) {
  .nav-tabs {
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    margin: 0px;
    padding: 0 5px;
    line-height: 30px;
  }
}

.tab-content {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Rate
=======================*/
.rate {
  text-align: center;
  line-height: 25px;
  margin-bottom: 5px;
}

.rate li {
  display: inline-block;
  color: #ffc107;
  font-size: 12px;
}

.rate li.count {
  margin-right: 3px;
  color: #1b1717;
}

/* Section Setting
=======================*/
.page_content {
  position: relative;
}

section {
  padding: 30px 0;
  position: relative;
  background-color: #f1f1f1;
}

@media all and (max-width: 991.98px) {
  .container {
    max-width: 760px;
  }
}

.section_title h3 {
  font-size: 14px;
  font-family: "Kufam", cursive;
  background-color: inherit;
  margin: 0 auto 15px auto;
}

.section_title a {
  float: left;
  font-size: 13px;
  margin-top: -35px;
  font-weight: 700;
  color: #00263b;
}

.widget {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.widget .section_title h3 {
  line-height: 25px;
}

.pad-0 {
  padding: 0;
  z-index: 98;
}

.pad-01 {
  padding: 0 0 25px 0;
  z-index: 98;
}

.pad-15 {
  padding: 15px;
  z-index: 98;
}

@media all and (max-width: 575.98px) {
  .mp10 {
    padding: 10px 0;
  }
}

.loading {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.loading .dots {
  margin-top: 25px;
}

.loading .dot {
  width: 14px;
  height: 14px;
  background-color: #e94560;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: load_anim 1s infinite;
          animation: load_anim 1s infinite;
}

.loading .dot:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading .dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading .dot:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading .dot:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes load_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes load_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: right;
}

label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #1b1717;
}

label span {
  line-height: 30px;
  display: block;
  font-weight: 300;
}

.form-control {
  width: 100%;
  color: #1b1717;
  background-color: #fff;
  border: 1px solid #e9ecef;
  margin: 0;
  padding: 0 25px;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-control:hover {
  outline: 0;
  border: 1px solid #e9ecef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #e9ecef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  line-height: 25px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #373737;
  line-height: 19px;
  font-size: 10px;
  z-index: 99;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: #e94560;
  background-color: #fff;
}

.input-container {
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 0 15px 0 0;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
}

.input-container input[type="file"] {
  display: none;
}

.input-container .link {
  margin: 0;
  position: absolute;
  left: 0;
  height: 100%;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.radio_wrap {
  display: inline-block;
  margin: 0 0 5px 15px;
}

.modal {
  z-index: 9999;
}

.modal .modal-dialog {
  margin: auto;
  top: 60px;
  width: 98%;
  max-width: 410px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0;
}

.modal .modal-content .icon_link {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #e94560;
}

.modal .modal-content .modal-title {
  color: #00263b;
  margin: 0 0 25px 0;
  padding: 0 25px;
  font-size: 16px;
  text-align: right;
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.modal .form-group {
  padding: 0 25px;
}

.modal .form-group > i {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 30px;
  line-height: 50px;
  height: 50px;
  opacity: 0.8;
  text-align: center;
  font-size: 13px;
  color: #e94560;
}

.modal .form-group .form-control {
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
}

.modal .form-group textarea.form-control {
  line-height: 20px;
  padding: 15px;
  min-height: 100px !important;
}

.modal .form-group .link {
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
}

.modal a {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  line-height: 35px;
  color: #1b1717;
}

.modal .forget {
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  color: #00263b;
  margin: -10px 25px 10px 0;
}

.modal .link {
  margin: 0;
}

.modal .link.small-link {
  width: 150px;
  margin: 0 auto 15px;
}

.modal .link i {
  margin-right: 5px;
}

.modal p {
  margin: -5px 0 10px 0;
  font-size: 14px;
  text-align: center;
}

.modal .vendor_log {
  color: #e94560;
  background-color: #f1f1f1;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 50px;
  display: block;
  z-index: 9999;
  position: relative;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin: 0;
}

.modal ul.social-login {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.modal ul.social-login li {
  display: inline-block;
}

.modal ul.social-login li button {
  font-size: 11px;
  line-height: 30px;
}

.modal ul.social-login li button i {
  margin: 0 0 0 5px;
}

.modal ul.social-login li button.facebook {
  background-color: #3b5999;
}

.modal ul.social-login li button.twitter {
  background-color: #55acee;
}

.modal ul.social-login li button.instagram {
  background-color: #e4405f;
}

.modal .prod_list .prod_list-info a {
  margin-right: 0;
}

#newsletters .modal-dialog {
  max-width: 490px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

#newsletters .modal-dialog .modal-content {
  text-align: center;
  position: unset;
}

#newsletters .modal-dialog .modal-content .modal-title {
  text-align: center;
  border: 0;
  margin: 15px 0 5px;
  line-height: 30px;
}

#newsletters .modal-dialog .modal-content img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#newsletters .modal-dialog .modal-content h3 {
  text-align: center;
  font-size: 24px;
}

#newsletters .modal-dialog .modal-content p {
  text-align: center;
  margin: 0 0 15px;
  font-size: 18px;
}

#newsletters .modal-dialog .modal-content .link {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

#newsletters .modal-dialog .modal-content label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
}

.modal-backdrop.show {
  opacity: 0.75;
  z-index: 9998;
}

#pay_method_1 .modal-content .row,
#pay_method_2 .modal-content .row {
  margin: 0;
}

#pay_method_1 .modal-content .row .form-group,
#pay_method_2 .modal-content .row .form-group {
  padding: 0;
}

#pay_method_1 .modal-content .row .link,
#pay_method_2 .modal-content .row .link {
  margin: 0 auto 15px;
}

#pay_method_1 .modal-content .modal-title,
#pay_method_2 .modal-content .modal-title {
  text-align: right;
}

#pay_method_2 .modal-dialog {
  max-width: 520px;
}

#bill .block-item {
  padding: 0 25px;
  width: 100%;
}

.top_header {
  position: relative;
  background-color: #1b1717;
  width: 100%;
  height: 40px;
}

.top_header .wel_text {
  color: #1b1717;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.top_header ul {
  text-align: left;
}

.top_header ul li {
  display: inline-block;
  margin: 13px auto;
}

.top_header ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  line-height: 15px;
}

@media all and (max-width: 575.98px) {
  .top_header ul li a {
    font-size: 11px;
    padding: 0 3px;
  }
}

.top_header ul li a i {
  margin-left: 3px;
}

.top_header ul li:last-child a {
  border-left: 0;
}

@media all and (max-width: 767.98px) {
  .top_header .wel_text {
    display: none;
  }
}

header {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

header .header_widget {
  margin: 10px auto 10px 0;
  float: left;
  text-align: left;
  width: 100%;
  max-width: 576px;
}

header .category_btn {
  display: none;
}

header .search_form {
  display: inline-block;
  vertical-align: middle;
  max-width: 325px;
  width: 100%;
  margin: 0;
  position: relative;
}

header .search_form .form-control {
  width: 100%;
  height: 40px;
  margin: auto;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: transparent;
}

header .search_form .icon_link {
  margin: auto;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: #00263b;
}

header ul {
  display: inline-block;
  vertical-align: middle;
}

header ul li {
  display: inline-block;
  margin-right: 5px;
}

header ul .icon_link {
  margin: auto;
}

header ul .wish {
  background-color: #e94560;
  overflow: visible;
}

header ul .wish span {
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #4caf50;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 991.98px) {
  header .header_widget {
    max-width: 506px;
  }
  header .category_btn {
    display: inline-block;
  }
}

@media all and (max-width: 767.98px) {
  header .header_widget {
    width: auto;
  }
  header .header_widget form {
    display: none;
  }
}

.logo {
  display: inline-block;
}

.logo img {
  width: 85px;
}

.page_head {
  background: url(../images/page_head.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 59, 0.85);
}

.page_head h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.page_head ul {
  margin: 25px 0 0;
  text-align: center;
}

.page_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.page_head ul li:last-child {
  padding-right: 10px;
  margin-right: 5px;
}

.page_head ul li:last-child::after {
  content: " / ";
  position: absolute;
  top: 0;
  right: 0;
}

.page_head ul li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

@media all and (max-width: 767.98px) {
  .page_head {
    padding: 40px 0;
  }
  .page_head h3 {
    font-size: 18px;
  }
  .page_head ul {
    margin: 5px auto 0;
  }
}

footer {
  position: relative;
  padding-top: 35px;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .logo img {
  margin: auto auto 25px;
}

footer h3 {
  font-size: 12px;
  font-family: "Kufam", cursive;
  margin: 0 auto 20px;
  letter-spacing: -0.1px;
}

footer ul li {
  display: block;
}

footer ul li a {
  display: inline-block;
  font-size: 14px;
  color: #1b1717;
  line-height: 28px;
}

footer ul li a:hover {
  color: #00263b;
}

footer ul.contact_info a {
  position: relative;
  padding-right: 40px;
  margin-bottom: 15px;
}

footer ul.contact_info a i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

footer ul.social_links li {
  display: inline-block;
}

footer ul.social_links li .icon_link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

footer ul.social_links li .icon_link i {
  text-align: center;
  line-height: 35px;
  display: block;
  width: 100%;
  height: 100%;
}

footer ul.social_links li .icon_link i.fa-facebook {
  background-color: #1877f2;
}

footer ul.social_links li .icon_link i.fa-twitter {
  background-color: #1da1f2;
}

footer ul.social_links li .icon_link i.fa-instagram {
  background-color: #e4405f;
}

footer .payment img {
  margin: 0;
}

footer .payment h3 {
  margin-bottom: 0;
}

footer .features {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 25px;
}

footer .feat_item {
  font-size: 13px;
  color: #1b1717;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .feat_item img {
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
}

footer .feat_item h4 {
  font-family: "Kufam", cursive;
  font-size: 14px;
}

footer .feat_item p {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  font-size: 13px;
  font-family: "Almarai", sans-serif;
}

@media all and (max-width: 767.98px) {
  footer .feat_item {
    padding: 25px 0 0 0;
  }
  footer .feat_item img {
    width: 40px;
  }
  footer .feat_item h4 {
    font-size: 13px;
  }
  footer .feat_item p {
    font-size: 12px;
  }
}

@media all and (max-width: 575.98px) {
  footer h3 {
    margin: 15px 0;
  }
  footer .feat_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.copyright {
  position: relative;
  text-align: center;
  line-height: 45px;
  font-size: 10px;
  font-family: "Kufam", cursive;
}

.up-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 998;
  display: none;
}

/* Menu
========================*/
.menu {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menu .menu-head {
  background-color: #e94560;
  color: #fff;
  line-height: 50px;
  padding: 0 25px;
  font-size: 13px;
  position: relative;
  font-family: "Kufam", cursive;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

@media all and (max-width: 1199.98px) {
  .menu .menu-head {
    padding: 0 15px;
  }
}

.menu .menu-head i {
  margin-left: 5px;
}

.menu .menu-head .close_btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  background-color: transparent;
  text-align: center;
  border: 0;
  font-size: 12px;
  display: none;
}

.menu ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.menu ul li a {
  display: block;
  position: relative;
  line-height: 53px;
  color: #00263b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  border: solid #f1f1f1;
  border-width: 0 0 1px 0;
  padding: 0 15px;
}

.menu ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-left: 10px;
}

.menu ul li a i {
  float: left;
  line-height: 53px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.menu ul li a:hover {
  color: #e94560;
}

.menu ul li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

@media all and (min-width: 992px) {
  .menu.inner_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .menu.inner_menu .menu-head {
    display: none;
  }
  .menu.inner_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu.inner_menu ul li {
    position: relative;
  }
  .menu.inner_menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0 1px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 163px;
  }
}

@media all and (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .menu.inner_menu ul li a {
    min-width: 138px;
  }
}

@media all and (min-width: 992px) {
  .menu.inner_menu ul li a img {
    margin: auto 0 auto 10px;
  }
  .menu.inner_menu ul li a i {
    position: absolute;
    left: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu.inner_menu ul li:last-child a {
    border-left-width: 1px;
  }
  .menu.inner_menu .dropdown .dropdown-menu {
    right: 0;
    left: 0;
    top: 64px;
    background-color: #fff;
    height: auto;
  }
  .menu.inner_menu .dropdown .dropdown-menu a {
    border-width: 0 0 1px 0;
    padding: 7px 15px;
  }
  .menu.inner_menu .dropdown:hover .dropdown-menu {
    top: 53px;
    right: 0;
  }
  .menu .dropdown {
    position: unset;
  }
  .menu .dropdown .dropdown-menu {
    display: block;
    height: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    right: 105%;
    top: -1px;
    min-width: 210px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  .menu .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  }
  .menu .dropdown .dropdown-menu a {
    line-height: 26px;
    padding: 10px 15px;
    text-align: start;
    color: #1b1717;
  }
  .menu .dropdown .dropdown-menu a:last-child {
    border-bottom: 0;
  }
  .menu .dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #e94560;
  }
  .menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    right: 100%;
  }
}

@media all and (max-width: 991.98px) {
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -290px;
    width: 100%;
    max-width: 240px;
    height: 100%;
    z-index: 9999;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-box-shadow: -5px 0px 15px 0px rgba(27, 23, 23, 0.1);
    -o-box-shadow: -5px 0px 15px 0px rgba(27, 23, 23, 0.1);
    box-shadow: -5px 0px 15px 0px rgba(27, 23, 23, 0.1);
  }
  .menu.move {
    right: 0;
  }
  .menu.move::before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    right: 0;
    top: 0;
    z-index: -1;
  }
  .menu.move ul {
    padding: 0;
  }
  .menu.move .close_btn {
    display: inline-block;
  }
  .menu.move .menu-head {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .menu .dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative !important;
    box-shadow: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .menu .dropdown .dropdown-menu a {
    margin: 0;
    padding: 0 15px;
    display: block;
    line-height: 35px;
    background-color: #fcfcfc;
  }
  .menu .dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #e94560;
  }
  .menu .dropdown.show a i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu .dropdown.show .dropdown-menu {
    display: block;
  }
}

.toggle-container .close_btn {
  margin: auto;
  display: none;
  background-color: #e94560;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.toggle-container .panel {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.toggle-container .panel-title {
  line-height: 35px;
  margin: 0;
  padding: 5px 15px;
  border: solid #f1f1f1;
  border-width: 1px 0;
}

.toggle-container .panel-title a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #e94560;
  text-transform: uppercase;
  font-weight: 600;
}

.toggle-container .panel-title a::before {
  position: absolute;
  content: " - ";
  line-height: 35px;
  font-size: 26px;
  padding: 0;
  height: 35px;
  text-align: center;
  left: 0;
  top: 0;
  color: #1b1717;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.toggle-container .panel-title a.collapsed::before {
  content: " + ";
}

.toggle-container .panel-content {
  padding: 0;
}

.toggle-container .panel-content .form-group {
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
}

.toggle-container .panel-content .form-group:last-child {
  border-bottom: 0;
}

.toggle-container .panel-content .form-control {
  line-height: 40px;
  height: 40px;
}

.toggle-container .panel-content label {
  font-size: 12px;
  text-transform: uppercase;
}

.toggle-container .panel-content label .count {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #e94560;
  letter-spacing: 1px;
}

.toggle-container .panel-content i {
  color: #ffc107;
}

@media all and (max-width: 991.98px) {
  .toggle-container {
    position: fixed;
    margin: auto;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fafafa;
    padding: 20px 15px;
    z-index: 9999;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
    -o-box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
    box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
  }
  .toggle-container.move {
    right: 0;
  }
  .toggle-container.move::before {
    content: " ";
    position: fixed;
    width: calc(100% - 270px);
    height: 100%;
    right: 270px;
    top: 0;
    z-index: 99;
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
  }
  .toggle-container .close_btn {
    display: inline-block;
  }
}

.filter_btn {
  display: none;
}

.filter_btn i {
  margin-left: 5px;
}

@media all and (max-width: 991.98px) {
  .filter_btn {
    display: inline-block;
  }
}

.cart_btn {
  position: fixed;
  left: 25px;
  bottom: 25px;
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #00263b;
  z-index: 9998;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.cart_btn::after, .cart_btn::before {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 38, 59, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(0, 38, 59, 0.6);
  box-shadow: 0 0 0 0 rgba(0, 38, 59, 0.6);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.cart_btn::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.cart_btn button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.cart_btn button span {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #e94560;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cart_box {
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -320px;
  width: 100%;
  max-width: 290px;
  height: 100%;
  z-index: 9998;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
  -o-box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
  box-shadow: 5px 0px 15px 0px rgba(27, 23, 23, 0.1);
}

.cart_box.move {
  left: 0;
}

.cart_box.move::before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  left: 0;
  top: 0;
  z-index: -1;
}

.cart_box.move .prod_list span {
  border-left: 1px solid #00263b;
  padding-left: 5px;
  margin-left: 5px;
}

.cart_box.move .prod_list span.num {
  border-left: 0;
}

.cart_box .title {
  color: #00263b;
  padding: 15px;
  font-size: 14px;
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  font-weight: 700;
  line-height: 30px;
}

.cart_box .title i {
  margin-left: 5px;
}

.cart_box .title .link {
  position: absolute;
  top: 15px;
  left: 10px;
  margin: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}

.cart-content-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 25px 15px;
  border-top: 1px solid #f1f1f1;
}

.cart-content-footer .total {
  text-align: center;
  font-size: 14px;
  color: #1b1717;
  margin-bottom: 15px;
  font-family: "Kufam", cursive;
}

.cart-content-footer .link {
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  padding: 0 20px;
  margin: 0;
}

.cart-content-footer .link i {
  margin-left: 3px;
}

.cart-content-footer .link:last-child {
  color: #fff;
  background: #1b1717;
}

.cat-number {
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto 0;
  text-align: center;
}

.cat-number * {
  float: right;
  width: 33px;
  height: 35px;
  line-height: 35px;
}

.cat-number a {
  border: 1px solid #ccc;
  color: #1b1717;
  font-size: 16px;
  text-align: center;
}

.cat-number a i {
  display: block;
  float: none;
  text-align: center;
  font-size: 10px;
}

.cat-number input[type="number"] {
  width: 35px;
  padding: 0;
  text-align: center;
  border-color: #ccc;
  border-width: 1px 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.cat-number input[type="number"]::-webkit-inner-spin-button {
  opacity: 0;
  display: none;
}

/* Slider
=========================*/
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 35px 50px 25px;
  min-height: 427px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

@media all and (max-width: 767.98px) {
  .slider {
    padding: 15px 25px;
  }
}

.slider_img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: auto;
  width: 290px;
}

.slider_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.slider_cont h3 {
  color: #00263b;
  font-size: 38px;
  font-weight: 700;
  margin: 25px 0;
  line-height: 40px;
}

.slider_cont p {
  color: #1b1717;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.slider_cont span {
  background-color: #00263b;
  color: #fff;
  padding: 0 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  line-height: 30px;
}

.slider_cont .link i {
  margin-left: 5px;
}

@media all and (max-width: 1199.98px) {
  .slider_cont h3 {
    font-size: 28px;
  }
}

@media all and (max-width: 767.98px) {
  .slider_cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider_cont h3 {
    margin: 15px 0;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
  .slider_cont p {
    text-align: center;
  }
}

.carousel-control-next,
.carousel-control-prev {
  margin: auto;
  opacity: 1;
  left: -20px;
  position: absolute;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: #e94560;
  color: #fff;
}

.carousel-control-next {
  right: -20px;
  left: auto;
}

.carousel-indicators {
  bottom: 0;
  padding: 0;
  margin: auto;
}

.carousel-indicators li {
  background-color: #e94560;
}

@media all and (max-width: 767.98px) {
  .carousel-control-prev {
    left: 10px;
    right: auto;
  }
  .carousel-control-next {
    right: 10px;
    left: auto;
  }
}

/* Category
===================*/
.category_wrap {
  padding: 20px 0 35px;
}

.category_head {
  padding: 50px 0 20px;
  background-color: #fff;
  margin: 0;
  text-align: center;
}

.category_head h2 {
  font-size: 16px;
  font-family: "Kufam", cursive;
  margin: 0 auto 35px auto;
  color: #e94560;
  text-align: center;
}

.category_item {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.category_item img {
  width: 100%;
}

.category_item .cont {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  background-color: rgba(0, 38, 59, 0);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.category_item .cont h3 {
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  font-weight: 900;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.category_item .cont .link {
  background-color: #e94560;
  color: #fff;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.category_item .cont .link:hover {
  color: #1b1717;
}

.category_item:hover .cont {
  background-color: rgba(0, 38, 59, 0.9);
}

.category_item:hover .cont h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.category_item:hover .cont .link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* Offers
==================*/
.offers .load_more {
  display: block;
  border-top: 1px solid #fafafa;
  padding: 15px;
  text-align: left;
  font-weight: 700;
  color: #00263b;
  font-size: 14px;
}

.offers .section_title {
  padding: 15px;
}

.offers .section_title h3 {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

.offers .prod_list .prod_list-info button {
  width: 30px;
  height: 30px;
  left: -10px;
  font-size: 14px;
  background-color: transparent;
  color: #e94560;
}

s {
  color: #dc291c;
  letter-spacing: 1px;
  font-size: 13px;
  margin-left: 3px;
}

.latest {
  padding: 50px 0;
}

.latest .section_title h3 {
  margin: 0 0 25px 0;
}

.latest .section_title a {
  margin-top: -45px;
}

.request {
  margin: 25px 0;
}

/* Product Item
========================*/
.prod_item {
  margin: 15px 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.prod_item .prod_img {
  position: relative;
  overflow: hidden;
}

.prod_item .prod_img img {
  width: 100%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.prod_item .prod_img .icon_link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 50px;
  left: 10px;
  border: 0;
  background-color: #fff;
  color: #1b1717;
}

.prod_item .prod_img .icon_link.wish {
  top: 8px;
  color: #fff;
  background-color: #e94560;
}

.prod_item .prod_cont {
  overflow: hidden;
  padding: 15px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.prod_item .prod_cont > a {
  color: #1b1717;
  display: block;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
  text-align: inherit;
}

@media all and (max-width: 1199.98px) {
  .prod_item .prod_cont > a {
    min-height: 50px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.prod_item .prod_cont span {
  display: block;
  text-align: inherit;
  font-weight: 700;
  font-size: 14px;
}

.prod_item .prod_cont button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px auto auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.prod_item:hover {
  z-index: 9999;
}

.prod_item:hover .prod_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.prod_item:hover .prod_cont > a {
  color: #e94560;
}

.prod_list {
  display: block;
  overflow: hidden;
  padding: 12px;
  border-top: 1px solid #fafafa;
  position: relative;
  z-index: 99;
}

.prod_list img {
  float: right;
  width: 50px;
}

.prod_list .prod_list-info {
  display: block;
  position: relative;
  padding: 0 60px 0 0;
  text-align: right;
  font-weight: 700;
}

.prod_list .prod_list-info a {
  display: block;
  position: relative;
  line-height: 20px;
  margin-bottom: 0;
  color: #00263b;
  font-size: 12px;
  font-weight: 700;
}

.prod_list .prod_list-info span {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
}

.prod_list .prod_list-info button {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  color: #fafafa;
  font-size: 11px;
  background-color: #e94560;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  z-index: 9999;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 1199.99px) and (min-width: 768px) {
  .prod_list {
    padding: 7px;
  }
}

.featured_products .prod_item {
  width: calc(100% - 2px);
  margin: auto;
}

.product-show-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 15px 15px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product-show-wrapper .general-img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product-show-wrapper .general-img img {
  width: 100%;
}

.product-show-wrapper .product-gall a {
  display: block;
  float: left;
  height: 70px;
  margin: 0px;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 575.98px) {
  .product-show-wrapper .product-gall a {
    height: 50px;
  }
}

.product-show-wrapper .product-gall a img {
  opacity: 1;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product-show-wrapper .thumblist-box {
  margin: 10px auto 0;
  max-height: 80px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  background-color: transparent;
}

.product-show-wrapper .thumblist-box .prev,
.product-show-wrapper .thumblist-box .next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  color: #e94560;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.product-show-wrapper .thumblist-box .prev i,
.product-show-wrapper .thumblist-box .next i {
  line-height: 30px;
}

.product-show-wrapper .thumblist-box .prev:hover,
.product-show-wrapper .thumblist-box .next:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1b1717;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.product-show-wrapper .thumblist-box .next {
  left: auto;
  right: 0;
}

.product_details {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product_details h2 {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin: 0 0 10px 0;
  color: #e94560;
}

.product_details h3 {
  display: block;
  color: #1b1717;
  font-weight: 600;
  font-size: 24px;
}

.product_details p {
  line-height: 25px;
  font-size: 18px;
  margin: 15px 0;
}

.product_details ul.info {
  margin-bottom: 15px;
}

.product_details ul.info li {
  padding: 5px 10px;
  border: 1px solid #f4f5f7;
  line-height: 30px;
  margin: 10px auto 0;
  text-align: right;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product_details ul.info li span {
  color: #e94560;
  float: left;
}

.product_details ul.info li a {
  margin: 0;
  color: #e94560;
}

.product_details ul.rate {
  text-align: right;
  font-size: 24px;
}

.product_details ul.rate a {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
  font-size: 14px;
  color: #00263b;
}

.product_details .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.product_details .form-group:last-child {
  margin: 0;
  display: block;
}

.product_details .form-group label {
  font-size: 14px;
}

@media all and (max-width: 575.98px) {
  .product_details {
    padding: 15px;
  }
  .product_details h2 {
    line-height: 22px;
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .product_details h3 {
    font-size: 18px;
  }
  .product_details p {
    font-size: 14px;
    line-height: 20px;
  }
}

.color_list {
  margin: 10px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.color_list input {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 0 0 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.color_list input::after {
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  position: relative;
  background-color: inherit;
  content: "";
  display: block;
  visibility: visible;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.color_list input:checked::after {
  border: 2px solid #e94560;
}

.share li {
  display: inline-block;
}

.share li a.facebook {
  background-color: #3b5999;
}

.share li a.twitter {
  background-color: #55acee;
}

.share li a.instagram {
  background-color: #e4405f;
}

.review_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  border: 1px solid #f1f1f1;
  border-bottom-width: 0;
  padding: 15px;
}

.review_item:last-child {
  border-bottom-width: 1px;
}

.review_item img {
  margin: 0 0 0 15px;
  padding: 5px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.review_item .cont h3 {
  margin: 0 0 5px 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
}

.review_item .cont p {
  font-size: 14px;
  margin: 0;
}

.review_item .cont span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}

.review_item .cont span.rate {
  color: #ffc107;
}

@media all and (max-width: 575.98px) {
  .review_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .review_item .cont {
    text-align: center;
  }
  .review_item .cont h3 {
    text-align: center;
  }
}

.add-rate {
  border: 1px solid #f1f1f1;
  padding: 15px 25px 5px;
  margin: 0 auto 15px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.add-rate label {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.add-rate .form-control {
  margin: 15px 0;
}

.add-rate .rating-block span {
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.add-rate .rating-block .star-rating {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #1b1717;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
}

.add-rate .rating-block .rating-numb {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.add-rate .rating-block .rating-numb.green {
  background-color: #015001;
  color: #fff;
}

.add-rate .rating-block .rating-numb.red {
  background-color: #970101;
  color: #fff;
}

.add-rate .rating-block .colorstar {
  color: #ffc107;
}

.add-rate .rating-block .green {
  color: #015001;
}

.add-rate .rating-block .red {
  color: #970101;
}

.shop .bg-white {
  padding: 25px;
  margin-bottom: 25px;
}

@media all and (max-width: 575.98px) {
  .shop .bg-white {
    padding: 15px 0;
  }
}

.shop .bg-white .row {
  margin: 0;
}

.shop_img {
  margin: 0 auto 25px auto;
  width: 210px;
  height: 210px;
  border: 2px solid #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_img img {
  height: 110px;
  margin: auto;
}

.shop_details {
  text-align: right;
  position: relative;
}

.shop_details h2 {
  font-size: 18px;
  font-family: "Kufam", cursive;
}

.shop_details .rate {
  margin: 0 0 5px 0;
  text-align: right;
}

.shop_details ul.tags {
  margin: 0 0 10px 0;
}

.shop_details ul.tags li {
  display: inline-block;
  padding: 3px 10px;
  background-color: #f1f1f1;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.shop_details p {
  font-size: 18px;
  margin: 10px 0;
  padding-left: 25px;
}

.shop_details .link {
  margin: 15px 0 0 0;
}

.shop_details .link i {
  margin-right: 5px;
}

.shop_details .icon_link {
  position: absolute;
  top: 0;
  left: 0;
}

/* Cart Page
=============================*/
.cart-nav {
  display: block;
  position: relative;
  border-bottom: 0;
  margin: 0 auto 15px auto;
  text-align: center;
  padding: 25px 25px 10px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media all and (max-width: 575.98px) {
  .cart-nav {
    padding: 25px 0 10px;
  }
}

.cart-nav::before {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  height: 1px;
  top: 45px;
  border-right: 0;
  width: 100%;
  right: 0;
}

.cart-nav li {
  float: right;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  width: 33.33%;
  font-size: 13px;
  font-weight: 700;
}

.cart-nav li span {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #1b1717;
  background-color: #f1f1f1;
}

.cart-nav li a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  background-color: transparent;
  color: #1b1717;
}

.cart-nav li.active span {
  background-color: rgba(233, 69, 96, 0.85);
  color: #fff;
}

.cart-nav li.done span {
  background-color: #86c086;
  color: #fff;
}

.shop_item {
  margin: 0 0 25px;
  background-color: #fff;
  padding: 15px 15px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.shop_item button {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #e94560;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.shop_item img {
  float: right;
  width: 140px;
}

.shop_item .shop_item_details {
  padding: 0 170px 0 30px;
}

.shop_item .shop_item_details .price {
  font-size: 14px;
  display: block;
}

.shop_item .shop_item_details > a {
  display: block;
  font-size: 16px;
  color: #1b1717;
  margin: 10px 0;
  line-height: 25px;
  font-weight: 700;
}

.shop_item .shop_item_details .info {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 15px;
}

.shop_item .shop_item_details span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
  min-width: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 5px;
}

.shop_item .shop_item_details span.color.black {
  background-color: #131212;
}

.shop_item .shop_item_details span.color.yellow {
  background-color: #f0bb1d;
}

.shop_item .shop_item_details span.color.blue {
  background-color: #1a2c5e;
}

.shop_item .shop_item_details .cat-number {
  margin: 15px 0;
  display: block;
}

@media all and (max-width: 575.98px) {
  .shop_item img {
    float: none;
    width: 100%;
  }
  .shop_item .shop_item_details {
    padding: 15px;
    text-align: center;
  }
}

.block-item {
  padding: 25px;
  margin: 0 auto 25px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media all and (max-width: 575.98px) {
  .block-item {
    padding: 15px;
  }
}

.block-item .prod_list {
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.block-item .prod_list span {
  border-left: 1px solid #00263b;
  padding-left: 5px;
  margin-left: 5px;
}

.block-item .prod_list span.num {
  border-left: 0;
}

.block-item .form-title {
  font-size: 14px;
  line-height: 20px;
  margin: -2px 0 15px 0;
  color: #00263b;
  font-weight: 700;
}

.block-item .link {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 35px;
}

.pay_meth button {
  display: block;
  margin: 0 0 15px 0;
  background-color: transparent;
  width: 100%;
  text-align: right;
  line-height: 55px;
  padding: 0 25px;
  border: 1px solid #f1f1f1;
  font-weight: 700;
  font-size: 13px;
}

.pay_meth button i {
  margin: 0 0 0 10px;
}

.pay_meth button:hover {
  background-color: #f1f1f1;
}

.cart-total ul li {
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  margin-bottom: 5px;
  padding-right: 2px;
  font-weight: 700;
}

.cart-total ul li span {
  float: left;
  color: #e94560;
}

.block-item hr {
  border-color: #f1f1f1;
  max-width: 94%;
}

.promo_form {
  position: relative;
  top: auto;
}

.promo_form form {
  margin: 0 0 25px 0;
  position: relative;
}

.promo_form form .form-control {
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.promo_form form .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
}

@media all and (max-width: 991.98px) {
  .profile .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.profile_head {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto 25px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.profile_head img {
  width: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 10px;
}

.profile_head span {
  display: block;
  line-height: 25px;
  margin: 10px 0 0;
  color: #00263b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.profile_head button {
  line-height: 35px;
  margin: auto;
  display: block;
  max-width: 170px;
  font-size: 12px;
}

.profile_head .profile_links li {
  display: block;
}

.profile_head .profile_links li a {
  display: block;
  background-color: #fcfcfc;
  line-height: 40px;
  color: #00263b;
  font-size: 13px;
  margin: 14px auto;
  text-align: right;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.profile_head .profile_links li a i {
  color: #00263b;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.profile_head .profile_links li a .count {
  position: absolute;
  left: 15px;
}

.profile_head .profile_links li a:hover {
  color: #e94560;
}

.profile_head .profile_links li.active a {
  color: #e94560;
}

.box {
  background-color: #fff;
  padding: 25px;
  margin: 0 auto 25px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box .box_title {
  color: #e94560;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.box .box_title .link, .box .box_title .icon_link {
  margin: 0;
  line-height: 30px;
  float: left;
}

.profile_form .form-title {
  font-size: 15px;
  color: #00263b;
  font-weight: 700;
  margin-bottom: 15px;
}

.profile_form label {
  font-size: 13px;
}

.profile_form .form-control {
  padding: 0 15px;
}

.profile_form table {
  border: 0;
  margin: 0 15px;
  width: calc(100% - 30px);
}

.profile_form table button {
  border: 0;
  background-color: #00263b;
  color: #fff;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.profile_form table .table_img {
  width: 50px;
  margin: auto 0 auto auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile_form table a {
  color: #00263b;
  font-weight: 700;
  font-size: 14px;
}

.profile_form table .icon_link {
  padding: 0;
  color: #fff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile_form table .icon_link:last-child {
  background-color: #e94560;
}

.profile_form table tr td,
.profile_form table tr th {
  border: 0;
  font-size: 14px;
  line-height: 30px;
  min-width: 120px;
  background: #fcfcfc;
  overflow: hidden;
  border-bottom: 10px solid #fff;
}

.profile_form table tr td:first-child,
.profile_form table tr th:first-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.profile_form table tr td:last-child,
.profile_form table tr th:last-child {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.profile_form table tr span {
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.profile_form table tr span.green {
  background-color: #1f8136;
}

.profile_form table tr span.yellow {
  background-color: #e7da2b;
  color: #010101;
}

.profile_form table tr span.red {
  background-color: #c20606;
}

.statist {
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #00263b;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.statist span {
  display: block;
  font-size: 18px;
  margin: 10px 0;
  color: #e94560;
  font-family: "Kufam", cursive;
  text-align: center;
}

.statist button,
.statist a {
  border: 0;
  background-color: #2b3445;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}
/*# sourceMappingURL=style.css.map */