/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		   */
/*   03 - Slider Styles   		   */
/*   04 - About Section Styles     */
/*   05 - Footer Styles            */
/*   06 - Index Main Content Styles*/
/*   07 - Contact Page Styles      */
/*   08 - login Page Styles        */
/*   09 - Payment Method Page Styles*/
/*   10 - Dashboard Page Styles    */
/*   11 - Single Product Styles    */

/*   01 - General & Basic Styles   */
@font-face {
  font-family: 'DinNextLight';
  src: url('fonts/din-next/light/DinNextLight.eot');
  src: url('fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}

@font-face {
  font-family: 'DinNextRegular';
  src: url('fonts/din-next/regular/DinNextRegular.eot');
  src: url('fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}

@font-face {
  font-family: 'DinNextMedium';
  src: url('fonts/din-next/medium/DinNextMedium.eot');
  src: url('fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}

@font-face {
  font-family: 'DinNextBold';
  src: url('fonts/din-next/bold/DinNextBold.eot');
  src: url('fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}

@import url("animate.css");
@import url("loaders.css");


* {
  font-family: 'DinNextRegular';
}

p {
  font-family: 'DinNextRegular' !important;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  color: #202020;
  text-align: right;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  border-radius: 10px;

    
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DinNextRegular' !important;
}

a {
  font-family: 'DinNextRegular';
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a {
  text-decoration: none;
  o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body {
  overflow-x: hidden;
  direction: rtl;
  color: #202020;
}

b,
strong {
  font-weight: 700 !important;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.div-50 {
  height: 50px;
  width: 100%;
  display: block;
}

.div-10 {
  height: 10px;
  width: 100%;
  display: block;
}

.div-20 {
  height: 20px;
  width: 100%;
  display: block;
}

.div-15 {
  height: 15px;
  width: 100%;
  display: block;
}

img {
  max-width: 100%;
}

/*   02 - Header Styles   		   */
.top-header {
  background: #a53a22;
  padding: 10px;
}

.top-header .nav a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.top-header .nav a:hover {
  color: #dab22e;
}

.top-header .spreator {
  color: #fff;
  line-height: 40px;
}

.left-nav {
  float: left;
}

.top-header .badge-danger {
  border-radius: 50%;
  position: absolute;
  top: 10px;
  background-color: #f1281e;
  right: 7px;
}

.main-header {
  margin-top: 48px;
}

.main-header .logo {
  padding-top: 5px;
  text-align: right;
}

.main-header .logo img {
  height: 90px;
}

.main-menu {
  float: left;
  position: relative;
}

.main-menu a {
  color: #000000;
  height: 42px;
  padding-top: 8px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.main-menu a:hover {
  color: #e5c12f;
  background-color: #eeeeee;
}

.navbar-brand {
  ;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.main-menu .active {
  color: #e5c12f !important;
  background-color: #eeeeee;
}

.custom-navbsr {
  width: 100%;
  padding: 0;
}

.menu-dropdown {
  /*top: 0px !important;*/
  left: 0px !important;
  border-radius: 0;
  text-align: right;
  width: 600px;
  margin: 0;
}

.dept-menu {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  padding: 0 !important;
}

.menu-dropdown a {
  padding-top: 10px !important;
  height: 38px !important;
}

.dropdown-toggle::after {
  display: none;
}

/*   03 - Slider Styles   		   */
.slider {
  /*height: 20px;*/
  /*background: url("../images/slider.png") fixed;*/
  /*padding-top: 280px;*/
  background-size: auto;
  /*background: transparent;*/
}

.page-title {
  text-align: center;
  color: #ffffff;
  background: rgb(93 103 112 / 52%);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.page-title h4 {
  float: right;
}

.bredcumb li {
  display: inline-block;
  font-size: 14px;
}

.bredcumb .active {
  color: #e5c12f;
}

/*   04 - About Section Styles     */
.about-sec {
  padding-top: 50px;
}

.title h4 {
  font-weight: bold;
  text-align: right;
  font-family: 'DinNextBold';
}

.title-hr {
  background: url('../images/tb.png') no-repeat top right;
  background-size: contain;
  height: 5px;
  display: block;
  border: 0;
  position: relative;
}

.title {
  margin-bottom: 0px;
  margin-top: 30px;
}

.how-to-shop p {
  text-align: center;
  font-size: 18px;
}

.how-to-shop h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'DinNextBold';
}

.shop-sec-ico {
  text-align: center;
  margin-bottom: 30px;
}

/*   05 - Footer Styles            */
.top-footer {
  background-color: #a53a22;
  padding: 40px;
  color: #ffffff;
}

.top-footer h4 {
  color: #ffffff;
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
}

.contactinfo-ul li {
  color: #ffffff;
  text-align: right;
  display: block !important;
  margin-bottom: 30px;
}

.contactinfo-ul li p {
  color: #ffffff;
  font-size: 15px;
  /*float: left;*/
}

.contactinfo-ul li i {
  border: 1px solid;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
  float: right;
  margin-left: 10px;
  border-radius: 50%;
  color: #f3af64;
}

.footer-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer-menu li a {
  text-align: right;
  font-size: 16px;
  padding-right: 0;
  color: #ffffff;
}

.footer-menu li a:hover {
  color: #e5c12f;
}

.social-icon li {
  float: none;
  margin-right: 20px;
  display: inline-block;
  margin-top: 10px;
}

.social-icon a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  background: #ffffff;
  color: #333333;
  padding-top: 5px;
  border-radius: 50%;
}

.social-icon a:hover {
  background: #e5c12f;
  color: #ffffff;
}

.android-app {
  margin-top: 15px;
}

.android-app a img {
  height: auto;
}

.main-footer {
  background-color: #141414;
  padding: 10px;
}

.copyrights {
  text-align: right;
  color: #ffffff;
}

.copyrights p {
  color: #ffffff;
}

.payment-ul li {
  display: inline-block;
  margin-right: 20px;
}


/*   07 - Contact Page Styles      */
.contact-frm .form-control {
  border: 1px solid #888888 !important;
  border-radius: 0 !important;
}

.contact-frm .form-row {
  margin-bottom: 25px;
}

.contact-frm .form-control:focus {
  color: #333333;
  border-color: #e5c12f;
  border: 1px solid #e5c12f !important;
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}

.txt-area {
  margin-right: 5px;
  margin-left: 5px;
}

.contact-btn,
.login-btn {
  float: right;
  border: 0;
  border-radius: 0;
  background-color: #e5c12f;
}

.contact-btn:hover,
.login-btn:hover {
  background-color: #333333;
}

.contact-btn i {
  font-size: 12px;
}

.contact-btn span {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-txt h4 {
  text-align: right;
  margin-top: -10px;
}

.contact-txt .contactinfo-ul li p {
  color: #333333;
}

.contact-txt .contactinfo-ul li i {
  border: 1px solid #333333;
  color: #333333;
}

.contact-txt .social-icon li {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.contact-txt .social-icon a {
  border: 1px solid #333333;
}

.image-block {
  background: url("../images/bg3.png");
  text-align: center;
  color: #ffffff;
  height: 250px;
  padding: 15px;
}

.image-block-txt {
  border: 1px solid #d6d6d8;
  padding-top: 80px;
  padding-bottom: 55px;
}

.image-block-txt p {
  color: #d6d6d8;
  text-align: center;
  font-size: 20px;
}

/*   08 - login Page Styles        */
.contact-frm label {
  text-align: right;
  float: right;
  color: #6c6c6c;
}

.remeber-check {
  margin-right: 18px;
}

.remeber-checkbox {
  margin-top: 8px;
}

.login-frm-div {
  border: 0px solid #cccccc;
  text-align: right;
}

a.forget-pass {
  color: #e5c12f;
  float: left;
}

.form-row.frm-footer {
  margin-bottom: 0;
  background: #fff;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
}

.frm-body {
  padding: 20px;
}


img.cart-itm-img {
  width: 60px;
  height: 60px;
}

.cart-item-det {
  color: #333333;
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
}

.cart-item-det h4 {
  font-size: 12px;
  font-weight: bold;
  font-family: 'DinNextBold';
}

span.cart-item-price {
  color: #e5c12f;
  display: block;
}

.cart-shop-row i {
  color: #333333;
  position: absolute;
  left: 5px;
}

.cart-dropdown {
  width: 300px;
  border-radius: 0;
}

a.cart-action-a {
  color: #fff !important;
  border: 1px solid #333333;
  padding: 5px 10px;
  font-size: 15px !important;
  margin-left: 10px;
  background-color: #e5c12f;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

a.cart-action-a:hover {
  background-color: #333333;
}

/*   09 - Payment Method Page Styles*/
.payment-method h4,
.payment-method p {
  text-align: center;
}

.payment-block {
  padding: 20px;
}

.payment-block:hover h4 {
  color: #e5c12f;
}

.payment-block:hover {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 26px -4px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 0px 26px -4px rgba(51, 51, 51, 1);
  box-shadow: 0px 0px 26px -4px rgba(51, 51, 51, 1);
}

.red-hr {
  border-top: 1px solid rgb(239, 21, 86);
}

.bank-acc-block p {
  text-align: right;
  margin-bottom: 5px;
}

.red-color {
  color: #e5c12f;
}

.bank-acc-block {
  border: 1px solid #eeeeee;
  padding: 5px;
}

.bank-acc-block img {

  width: 100%;
}

a.shop-now-lnk {
  background: #e5c12f;
  padding: 5px 5px 7px 20px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.shop-now-lnk img {
  width: 20px;
  height: 20px;
  margin-left: 15px
}

/*   10 - Dashboard Page Styles    */
.dashboard-sec .nav-pills {
  text-align: right;
  border: 1px solid #cccccc;
}

.dashboard-sec .nav-pills .nav-link {
  color: #fff;
  background-color: #a53a22;
  border-radius: 0;
  border-bottom: 1px solid #f3af64;
  padding: 20px;
  text-align: center;
}

.dashboard-sec .nav-pills .nav-link.active,
.dashboard-sec .nav-pills .show>.nav-link {
  color: #f3af64;
  background-color: #a53a22;
}

.dashboard-sec .nav-pills .nav-link:last-child {
  border-bottom: 0;
}

.red-font {
  color: #e5c12f;
}

.dashboard-sec .tab-pane {
  text-align: right;
}

.dashboard-sec .tab-pane h4 i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #e5c12f;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
}

.orders-tbl th,
.orders-tbl td {
  text-align: center;
  vertical-align: middle;
}

.orders-tbl tr {
  margin-bottom: 10px;
}

.orders-tbl th {
  font-size: 25px;
}

.orders-tbl {
  border-collapse: separate;
  border-spacing: 0 15px;
  border: 0 !important;
}

.red-btn-bg {
  background-color: #bc8e43;
}

.orders-tbl .red-btn-bg {
  display: block;
  padding-top: 0;
  padding: 3px;
  border-radius: 0;
  border: 0;
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
}


/*   06 - Index Main Content Styles*/
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #333333 !important;
}

.item-view .badge {
  background-color: #a53a22;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 0;
}

.side-bar .input-group-text {
  background-color: #333333;
  color: #ffffff;
}

.side-bar {
  text-align: right;
}

.side-bar .form-control {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.side-bar h4 {
  color: #333333;
}

.side-bar hr {
  border-top: 2px solid #cccccc;
  width: 60px;
  text-align: right;
  float: right;
  margin-top: 0;
}

.clearfix {
  width: 100%;
  clear: both;
}

.filter-tab-ul li {
  list-style: none;
  /*border-bottom: 1px solid #cccccc;*/

  padding-right: 0;
  margin-right: 0;
  padding-right: 0;
  list-style: none;
}

.padding_right_20 {
  padding-right: 20px;

}

.filter-tab-ul li .form-check {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 10px 0;
}

.filter-tab-ul .form-check-label {
  margin-right: 20px;
}

.filter-tab-ul .form-check-input {
  margin-top: 8px;
}

.filter-tab-ul li a {
  color: #333333;
}

.filtter-size .btn.btn-light {
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
  margin-left: 10px;
}

.filtter-color .btn:focus,
.filtter-size .btn:focus {
  border: 1px solid #e5c12f;
}

.new-item .dropdown-item {
  padding-right: 0px;
  margin-bottom: 10px;
}

.new-item .cart-itm-img {
  width: 80px;
  height: 80px;
}

.new-item .price {
  color: #e5c12f;
}

.new-item h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'DinNextBold';
}

.new-item span {
  font-size: 17px;
}

.filter-bar {
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.filter-bar .form-group {
  margin-bottom: 0 !important;
}

.filter-bar .col-form-label {
  padding-top: 0;
}

.filter-bar .btn {
  padding: .20rem .50rem;
  border-radius: 0;
  margin-left: 15px;
}

.action-icon li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}

.item-hover {
  /*background: rgba(51, 51, 51, 0.8);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-top: 65%;
  display: none;
}

.action-icon {
  text-align: center;
}

.item-view {
  position: relative;
}

.action-icon li a {
  color: #ffffff;
}

.action-icon li a:hover {
  color: #e5c12f;
}

.item-view:hover .item-hover {
  display: block;
}

.item-desc {
  text-align: right;
}

.shop-item {
  margin-bottom: 20px;
}

.shop-item .price {
  font-weight: bold;
  font-family: 'DinNextBold';
}

.slider-bar {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  width: 100px;
}

.slider-bar:hover {
  opacity: 1;
}

.slider-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #333333;
  cursor: pointer;
}

.slider-bar::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #333333;
  cursor: pointer;
}

.filtter-price .btn {
  border-radius: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
}

.star-ratings.start-ratings-main {
  float: left;
  margin-top: 0;
}

.list-view .star-ratings {
  float: none;
  margin-top: 5px;
  margin-bottom: 0px;
}

.list-view>img {
  height: 200px;
  /* 27-3-2018 */
  width: 100%;
}

.list-view .price {
  font-weight: bold;
  font-family: 'DinNextBold';
}

.list-view .action-icon li {
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}

.list-view .contact-btn {
  margin-left: 8px;
}

.filtter-color .btn {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  margin: 5px;
}

.color-w,
.color-w:hover {
  background-color: #ffffff;
  border: 1px solid #333333;
}

.color-g,
.color-g:hover {
  background-color: #636363;
}

.color-b,
.color-b:hover {
  background: #0072bc;
}

.color-r,
.color-r:hover {
  background: #ed1c24;
}

.color-l,
.color-l:hover {
  background: #00aeef;
}

.color-o,
.color-o:hover {
  background: #e5c12f;
}

.page-bar {
  padding: 7px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.page-bar .page-item .page-link {
  margin-left: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #333333;
}

/*   11 - Single Product Styles    */

.product-main-content {
  text-align: right;
}

.pro-img {
  margin-bottom: 15px;
  width: 100%;
  height: 150px;
}

.lg-pro-img {
  width: 100%;
  height: 480px;
}

.pro-desc {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.pro-desc .action-buttons button {
  margin: 0 0 0 5px;
}

.pro-desc .star-ratings.start-ratings-main {
  float: none;
  margin-top: 10px;
  margin-bottom: 6px;
}

.pro-desc hr {
  margin-bottom: 18px;
  margin-top: 18px;
}

.pro-desc .action-icon li a {
  color: #333333;
}

.pro-desc .action-icon li {
  border: 1px solid #333333;
}

.pro-desc .action-icon li a:hover {
  color: #e5c12f;
}

/*.pro-desc .contact-btn span{
    border-right: 1px solid #ffffff;
}*/
.jqzoom {
  text-decoration: none;
  float: left;
}

.pro-desc select {
  border-radius: 0;
}

span.title-sperator {
  color: #e5c12f;
}

.add-info {
  color: #777777;
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr !important;
}

.rating-container .caption {
  display: none !important;
}

.rating-container .filled-stars {
  color: #e2d56e;
  -webkit-text-stroke: 1px #d0c154;
  text-shadow: 1px 1px #ffffff;

}

.rating-md {
  font-size: 15px;
}

.rating-container .empty-stars {
  color: #cccccc;
}

.list-view .action-icon li a {
  color: #333333;
}

.list-view .action-icon li {
  border: 1px solid #333333;
}

.list-view {
  display: none;
}

.new-item {
  text-align: right !important;
}

.rating-container .clear-rating {
  padding-right: 0;
}

.pro-desc .price {
  font-weight: bold;
  font-family: 'DinNextBold';
}

.rangeValues {
  display: block;
  font-weight: bold;
  font-family: 'DinNextBold';
}

.slider-bar2 {
  margin-right: -5px;
}

.list-view .item-desc .action-buttons {
  margin-top: 3px;
}

/*   12 - Shoping Cart Styles      */
.tab-header {
  width: 30%;
  text-align: center;
  border: 1px solid #cccccc;
  padding-top: 10px;
  margin-left: 20px;
  padding-bottom: 10px;
  margin-right: 15px;
}

.tab-header a {
  color: #333333;
}

.tab-header p {
  text-align: center;
}

.tab-header.active {
  border: 1px solid #e5c12f;
}

.tab-header.active p {
  color: #e5c12f;
}

.no {
  margin-left: 5px;
}

.trans-btn {
  background: transparent;
}

.trans-btn:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #ffffff !important;
}

.btn {
  border-radius: 0;
  border: 0;
}

.red-btn {
  background: #e5c12f;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 9px;
}

.black-btn {
  background: #333333;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 9px;
}

.shop-action-btns {
  text-align: center;
  margin-bottom: 3px;
}

.shop-action-btns .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.cart-total {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 20px;
}

.cart-total p,
.cart-total h4 {
  text-align: right;
}

.cart-total h4,
.cobon-active h4 {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
  font-family: 'DinNextBold';
}

.left-span {
  float: left;
}

.cobon-active {
  text-align: right;
  border: 1px solid #cccccc;
  padding: 20px;
}

.cobon-active .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cart-total hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

p.ask-p {
  background: #eeeeee;
  padding: 10px 20px;
  border-radius: 5px;
}

p.ask-p a {
  color: #e5c12f;
}

.purchase-det {
  text-align: right;
}

.purchase-det .form-row {
  margin-bottom: 15px;
}

.purchase-det h4 {
  margin-bottom: 20px;
}

table,
th,
td {
  border: 1px solid black;
}

.bill-item-tble .thead-light th {
  color: #333333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.bill-item-tble,
.bill-item-tble td,
.bill-item-tble th {
  border-top: 0;
  border: 0;
}

.purchase-det .form-check-input {
  margin-top: 10px;
}

.purchase-det .form-check-label {
  margin-right: 20px;
  color: #333333;
}

.card-header {
  border-bottom: 0;
  background: #eeeeee;
}

.card {
  border: 0;
  margin-bottom: 5px;
}

.text-center {
  text-align: center;
}

.width-100 {
  width: 100%;
}

span.discount {
  font-size: 14px;
  text-decoration: line-through;
  color: #f51b1b;
  float: right;
  margin: 0 0 0 10px;
}

#thumblist {
  height: 495px;
  /*overflow-y: scroll;*/
}

.product-main-content ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.product-main-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eeeeee;
  border-radius: 10px;
}

/* Handle */
.product-main-content ::-webkit-scrollbar-thumb {
  background: #e5c12f;
  border-radius: 10px;
}

/* Handle on hover */
.product-main-content ::-webkit-scrollbar-thumb:hover {
  background: #e5c12f;
}

.filter-tab-ul .card-header a {
  color: #333333;
  padding-right: 0;
}

.filter-tab-ul .card-header {
  background: transparent;
  padding-right: 0;
  border-bottom: 1px solid #eeeeee;
}

a.dropdown-item.sub-sub-menu {
  padding-top: 0 !important;
  height: 30px !important;
  padding-right: 30px !important;
}

/* 27-3-2018 */
.search-txt {
  display: none;
  position: absolute;
  left: 45px;
  bottom: 13px;
  border-radius: 0;
}

.srch-btn {
  margin-top: 35px !important;
}

.action-icon li:hover {
  border: 1px solid #e5c12f;
}

.action-icon li:hover a {
  color: #e5c12f;
}

.align-right {
  text-align: right !important;
}

.table-responsive {
  display: inline-table !important;
}

img.logind-user {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.login-user-menu {
  border-radius: 0;
  text-align: right;
}

.login-user-menu a {
  color: #333333 !important;
}

/* 27-3-2018 */

.pagination li {
  margin-left: 5px;

}

.pagination li a,
.pagination li.disabled {
  margin-left: 5px !important;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination li.active a,
.pagination li a:hover {
  background: #e5c12f;
  color: #fff;
}

.item-desc a {
  color: #333;
}

.item-desc a:hover {
  color: #e5c12f;
}

.opacity_0 {
  opacity: 0;
}

.box_width {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.box_width_size {
  width: 39px;
  height: 44px;
  margin-top: -2px;
  cursor: pointer;
}



@media (min-width: 576px) {
  .shoping-span {
    display: inline-block !important;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

.has-error p,
.has-error .help-block {
  font-size: 12px;
  color: red;
}

.has-error input,
.has-error textarea {
  border: 1px solid red;
}

.page-title a {
  color: #fff;
}

.page-title a:hover {
  color: #e5c12f;
}

.zoomWrapperImage {
  max-width: none;
  width: auto !important;
}

.zoomWrapperImage img {
  max-width: none;
  width: auto !important;
}

.modal-body .title {
  text-align: right;
  font-size: 18px;
}

.img-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #fbfbfbb3;
}

.alert .close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  border: none;
  -webkit-appearance: none !important;
}

.alert {
  text-align: right;
}

.lg-pro-img {
  width: auto;
  height: 480px;
  max-width: none;
}

.big_imag {
  padding: 0 0px 0 30px;
  overflow: hidden;
}

.modal-header .close {
  position: absolute;
  left: 0;
}

.modal-header .title {
  margin: 0;
}

.small_silder .carousel-item li {
  display: inline-block;
}

.small_silder .carousel-item {
  margin-top: 10px;
}

.small_silder .carousel-item .col-3 {
  padding: 0;
  float: left;
  padding-right: 5px;
  cursor: pointer;
}

.text_right {
  text-align: right;
}

strong {
  font-family: 'DinNextBold';
}

.modal_action button {
  margin: 0 0 0 8px;
}

.dashboard-sec .nav-pills .nav-link:hover {
  background-color: #a53a22;
  color: #f3af64;
}

.avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.modal-body .star-ratings {
  float: left;
}

.border_bottom {
  border-bottom: 1px solid #ccc;
  padding: 0 0 7px 0;
}

.favorite .star-ratings.start-ratings-main {
  float: none;
}

.border_right {
  border-right: 1px solid #ccc;
  padding-top: 24px;
}

#product {
  position: relative;
}

.overlay_filter {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.82) url(../images/loader.gif) no-repeat;
  background-position: 50% 10%;
  background-size: 100px;
  z-index: 999;
  width: 100%;
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.cart-item-det a {
  color: #282828 !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.cart-shop-row i {
  cursor: pointer;
}

.marign_left_5 {
  margin-left: 5px;
}

.cart_height {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.cart-shop-row {
  position: relative;
}

a {
  color: #333
}

.dropdown-toggle:hover .cart-dropdown {
  display: block;
}

.margin_top_30 {
  margin-top: 30px;
}

.color_red {
  color: #e5c12f !important;
}

.card-header {
  padding: 5px !important;

}

.invoice p {
  margin-bottom: 0px;
}

.invoice {
  padding: 10px;
}

.order_show th {
  font-size: 14px;
}

.order_show {
  margin-top: 15px;
}

.white {
  color: #fff;
}

.order_delete {
  padding-top: 0;
  width: 100%;
  padding-bottom: 3px;
}

/*----color ---*/
.filtter-color .form-check-label {
  margin-bottom: 0;
  position: relative;
  top: -8px;
}

.filtter-color input {
  opacity: 1;
  position: static;
  margin-top: 0;
  margin-left: 0;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ccc;
  background: #fff;
}

.filtter-size .form-check-label {
  margin-bottom: 0;
  position: relative;
  top: -8px;
}

.filtter-size input {
  opacity: 1;
  position: static;
  margin-top: 0;
  margin-left: 0;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ccc;
  background: #fff;
}

.filtter-size .btn.btn-light {
  border: none;
  margin: -2px;
}

.relevant {
  position: relative;
}

.payment_div {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
}

.new-item {
  overflow: hidden;
}

.modal_action a {
  background-color: #a53a22;
  color: #fff !important;
  border-radius: 5px;
}

.modal_action a:hover {
  background-color: #a53a22;
  color: #fff;
}

.menu_margin {
  margin: 0 !important;
}

.slider2 {
  overflow: hidden;
  position: relative;
}

.page-titlslider {
  position: absolute;
  bottom: 33%;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  /* padding-top: 230px; */
  background: rgba(0, 0, 0, 0.4);
  /* opacity: 0.5; */
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  left: 35%;
}

.slider2 img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: none;

}

.menue_row i {
  float: left;
  padding-top: 10px;
  color: #7f7c7c;
}

.menue_row2 i {
  float: left;
  font-size: 14px;
  color: #716d6d;
  padding: 8px 0 0 0;
}

.menue_row,
.menue_row2 {
  background: #fbfbfb;
  padding: 9px;
}

#hide {
  display: none;
}

#hide2 {
  display: none;
}

.comment_warp p {
  margin: 0;
}

.comment_number {
  display: table;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  min-width: 40px;
}

.comment_warp_all {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 15px;
  padding-bottom: 10px;
}

.comment_name {
  color: #e5c12f;
}

.comment_date {
  font-size: 12px;
}

.show_in_small {
  display: none;
}

.cart_loader {
  position: absolute;
  top: 4px;
  display: none;
  left: -3px;
}

.cart_height::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.cart_height::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart_height::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.cart_height::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 1025px) {

  h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'DinNextBold';
  }

  .shop-item .price {
    float: right;
    display: block;
  }

  .star-ratings.start-ratings-main {
    float: none;
  }

  .grid-view .action-icon li,
  .pro-desc .action-icon li,
  .related-pro .action-icon li {
    width: 25px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .list-view .action-icon li {
    width: 25px;
    height: 30px;
    margin-left: 0px;
    margin-right: 2px;
    float: left;
  }

  .top-footer {
    padding: 20px;
  }

  .top-footer h4 {
    font-size: 18px;
  }

  .social-icon li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
  }

  .android-app {
    margin-top: 15px;
  }

  .android-app a img {
    height: auto;
  }

  .footer-menu li a {
    text-align: right;
    font-size: 14px;
    padding-right: 0;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .top-footer .col-12 {
    margin-bottom: 30px;
  }

  .payment-ul li {
    margin-right: 5px;
    margin-left: 5px;
  }

  .payment-ul li img {
    width: 60px;
  }

  .payment-ul {
    text-align: center;
  }

  .page-title {
    width: 60%;
    padding: 10px;
  }

  /*.slider {*/
  /*height: 250px;*/
  /*background: url(../images/bg3.png) fixed;*/
  /*padding-top: 100px;*/
  /*}*/

  .top-header .nav a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .main-header .logo img {
    height: 70px;
    margin-bottom: 5px;
  }

  button.navbar-toggler {
    background: #fafafa;
    color: #333333;
    margin-top: 5px;
  }

  .main-menu a {
    color: #000000;
    height: 35px;
    padding-top: 5px;
  }

  .main-menu {
    width: 100%;
    text-align: right;
  }

  .filter-bar .col-form-label {
    text-align: right;
  }

  .filter-bar .col-12 {
    margin-bottom: 10px;
  }

  .filter-bar .btn {
    margin-left: 10px;
    float: right;
  }

  .filter-bar {
    margin-top: 15px;
  }

  .list-view .item-desc h4 {
    margin-bottom: 5px;
  }

  .list-view .star-ratings {
    /*float: left;*/
    /* 27-3-2018 */
    margin-top: 0;
  }

  .list-view .item-desc .contact-btn {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 9px;
  }

  .list-view .item-desc .contact-btn span {
    padding-left: 0;
    padding-right: 0;
  }

  .list-view .item-desc .contact-btn .fa-shopping-basket {
    display: none;
  }

  .list-view .item-desc .action-buttons {
    margin-top: 10px;
  }

  .pro-shop-frm .contact-btn span {
    padding-left: 0;
    padding-right: 0;
  }

  .pro-shop-frm .contact-btn {
    font-size: 10px;
    padding-bottom: 9px;
  }

  .product-main-content p {
    font-size: 16px;
  }

  .list-view .contact-btn {
    margin-left: 0;
  }

  .list-view .row .col-md-3.col-4 img {
    height: 110px;
    /*27-3-2018 */
  }

  .about-txt p {
    font-size: 15px !important;
  }

  .how-to-shop p {
    font-size: 14px !important;
  }

  .about-img {
    margin-bottom: 20px;
  }

  .contact-txt .social-icon li {
    margin-left: 10px;
  }

  .contact-txt {
    margin-top: 30px;
  }

  .login-frm-div {
    margin-bottom: 20px;
  }

  a.forget-pass {
    float: right;
  }

  .bank-acc-block {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .tab-header {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-action-btns .btn {
    margin-bottom: 10px;
  }

  .cart-total {
    margin-bottom: 10px;
  }

  .p.ask-p {
    font-size: 14px;
  }

  /* 27-3-2018 */
  .main-header .form-inline {
    display: block;
    text-align: right;
  }

  .search-txt {
    display: inline-block !important;
    position: inherit;
    max-width: 200px;
  }

  .srch-btn {
    margin-top: 0 !important;
  }

  .list-view .item-desc p {
    display: none;
  }

  .table-responsive {
    display: block !important;
  }

  .dropdown-menu.show {
    max-width: 300px;
  }

  /* 27-3-2018 */

  .border_bottom {
    margin-top: 15px;
  }

  .side-bar {
    display: none;
    height: 94%;
    overflow: scroll;
    top: 48px;
    background: #fff;
    padding-top: 24px;
    z-index: 9999;
    right: 0px;
    width: 230px;
    position: fixed;
  }

  .filter-bar {
    display: none;
  }

  .show-filter-btn {
    border: 0;
    padding: 5px 10px;
    background: #fafafa;
    margin-top: 8px;
    margin-right: 30px;
  }

  .hide_in_small {
    display: none;
  }

  .slider2 {
    overflow: hidden;
    position: relative;
  }

  .page-titlslider {
    width: 60% !important;
    padding: 10px;
    left: 20% !important;
  }

  .slider2 img {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    max-width: none;
  }

  .show_in_large {
    display: none !important;
  }

  .show_in_small {
    display: block !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .collapse {
    display: none;
  }

  .collapse.show {
    display: block !important;
  }

  .main-header {
    margin-top: 0px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
}

.modal_action a {
  margin: 0 3px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: rgba(239, 21, 86, 0.4);
  overflow: hidden;
  padding: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .bold {
  background: #e5c12f;
  padding-top: 4px !important;
  height: auto !important;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .col-md-4 {
  border-left: 1px solid #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .sub-sub-menu {

  color: #fff;
  border-bottom: 1px solid #000;
  padding: 3px 0;
  margin-bottom: 3px;
  margin-top: 3px;

}

.navbar-expand-lg .navbar-nav .dropdown-menu .sub-sub-menu:hover {

  background: #f01557;
}


.navbar-expand-lg .navbar-nav .dropdown-menu .bold:hover {

  background: #ce376a;
}

.closebtn {
  float: left;
  font-size: 35px;
  margin-top: -36px;
}

.favorite_app {
  text-align: center;
}

.favorite_app2 img {
  max-width: 50%;

}

.tex_align_right {
  text-align: right;
}

.relative {
  position: relative;
}

.popUp_loder {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px;
  margin-top: 0px;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0 !important;
  text-align: center;

}

.loadappmenue {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.menue_loader {
  background: #fff;
  width: 66%;
  margin: 50% auto;
  text-align: center;
  border-radius: 11px;
}

/*-----------golden------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.margin_top_20 {
  margin-top: 20px;
}

.golden_search input {
  border-radius: 0px 5px 5px 0 !important;
  border: 1px solid #b1afaf;
}

.golden_search button {
  background-color: #d68463;
  border: 1px solid #d68463;
  color: #fff;
  border-radius: 5px 0px 0px 5px !important
}

.main-header {
  margin-top: 95px;
  background: #f3af64;
}

.main-header a {
  color: #fff;
}

.main-menu a:hover {
  color: #000;
  background-color: transparent;
}

.main-menu .active {
  color: #000 !important;
  background-color: transparent;
}

.navbar-collapse {
  flex-grow: 0;
}

.menu-dropdown {
  right: -40px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #e5c12fcf;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .bold {

  border: 0px solid #fff !important;

}

.navbar-expand-lg .navbar-nav .dropdown-menu .sub-sub-menu {

  border-bottom: 0px solid #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .bold:hover {
  background: #daba37;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .sub-sub-menu:hover {
  background: #daba37;
}

.golden_card span {
  background: #a53a22;
  padding: 1px 15px 6px 15px;
  border-radius: 7px;
}

.golden_card a {
  color: #d0aa2d;
}

.golden_card a.active {
  color: #fff !important;
}

.golden_card a:hover {
  color: #fff;
}

.golden_price {
  border: 1px solid #ccc;
  margin: 15px 0;
}

.pic_price {
  border-left: 1px solid #ccc;
  padding: 15px;
}

.big_font {
  font-size: 25px;
}

.padding_15 {
  padding: 15px;
}

.margin_top_10 {
  margin-top: 10px;
}

.red-hr {
  border-top: 1px solid rgb(217, 181, 45);
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 25%;
  width: 100%;
}

.owl-theme button {
  background: #fff;
  width: 26px;
  height: 50px;
}

.owl-theme .owl-next {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #666161 !important;
  text-decoration: none;
}

.owl-theme .owl-prev {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #666161 !important;
  text-decoration: none;
}



.owl-item .item .item-desc {
  padding: 5px;
  overflow: hidden;
}

.owl-item .item .item-desc h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'DinNextBold';

}

.owl-item .item .shop-item {
  margin: 0;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545 !important;
}

.golden_price_slider {
  border-top: 1px solid #d9b52d;
  color: #d9b52d;
  padding-top: 10px;
  margin-top: 32px;
  margin-bottom: 0px;
  width: 100%;
  clear: both;
  overflow: hidden;
  font-size: 14px;
}

.golden_price_slider img {
  width: 20px !important;
  float: right;
  margin: 0 5px;
}

.padding_0 {
  padding: 0;
}

.slider_title {
  font-size: 25px;
  font-weight: bold;
  font-family: 'DinNextBold';
  margin: 15px 0;
  color: #a53a22;
}

.slider_title a {
  font-size: 14px;
  border: 1px solid #a53a22;
  color: #a53a22;
  padding: 5px 15px;
}

.slider_title .title-hr {
  margin: 7px 0 0 0;
}

.under_best_add {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.div_20 {
  height: 20px;
  width: 100%;
}

.slider {
  background-size: 100% !important;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 16rem;
}

.shop-item {
  border: 1px solid #ccc;
}

.shop-item .item-desc {
  padding: 5px;
  overflow: hidden;
}

.shop-item .item-desc h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'DinNextBold';

}

.shop-item {
  margin: 0;
}

.shop-item {
  margin-bottom: 30px;
}

.margin_top_5 {
  margin-top: 5px;
}

.div-76 {
  height: 50px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.padding_5 {
  padding: 0 5px;
}

.background_gray {
  background: #f6f6f6;
}

.shop-item {
  background: #fff;
}

.shop-item:hover {
  box-shadow: 1px 3px 12px 2px #ccc;
}

.site_cat .btn-group {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccb03e;
}

.site_cat .btn-group:hover .dropdown-menu {
  display: block;
  left: 0;
  top: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .col-md-4 {
  border-left: 0px solid #fff;
}

.background_menue_orange {
  background: #e9cb4fa8;
  margin: -5px;
  padding-left: 0px;
}

.background_menue_orange {
  background: #e9cb4fa8;
  margin: -5px;
}

.background_menue_orange .btn-group:hover {
  background: #e5c12f;
}

.background_menue_orange a {
  width: 100%;
  text-align: right;
}

.menu-dropdown {
  width: 780px;
}

.shop-item {
  position: relative;
}

.overlay_item {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.82) url(../images/loader.gif) no-repeat;
  background-position: 50% 10%;
  background-size: 100px;
  z-index: 999;
  width: 100%;
  display: none;
}

.show_all a:hover {
  color: #fff;
  border: 1px solid #d9b52d;
  background: #d9b52d;
}

.relative_div {
  position: relative;
}

#subcategory_menue .col-md-6 {
  float: right;
}

.red_color {
  color: #d01e1e !important;
  font-weight: bold;
  font-family: 'DinNextBold';
}

.golden_card {
  float: left !important;
}

.main-menu,
#navbarSupportedContent1 {
  width: 100%;
}

.hide_this {
  display: none;
}

.auto_margin {
  margin: 0 auto;
}

.item-view {
  height: 203px;
  overflow: hidden;
}

/*.shop-item .item-desc {
    min-height: 158px;
}*/

.modal_action a {
  margin: 0 1px;
}

.owl-item .item .item-desc h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'DinNextBold';
  height: 25px;
  overflow: hidden;
  line-height: 21px;
}

.shop-item .item-desc h4 {
  height: 25px;
  overflow: hidden;
  line-height: 21px;
}

/*------adding-------*/
.fawasel {
  margin-top: 8px;
  color: #b08700;
}

.login-user-menu {
  border-radius: 0;
  text-align: right;
  border-top: 1px solid #ddb62e;
  padding: 10px;
}

.login-user-menu a {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}

.account_name {
  padding: 6px 20px;
  border-bottom: 3px solid #dab12e;
  display: inline-block;
}

.golden_card_safqa span {
  background: #ef1e1e;
  padding: 1px 15px 6px 15px;
  border-radius: 7px;
}

.breaking-news-ticker {
  display: block;
  width: 100%;
  border: solid 1px #ffffff !important;
  background: #ffffff !important;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: right;
  font-size: 22px;
  color: #e81919;

}

.demo-box {
  padding: 5px;
}

.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}

.bn-news ul li a {
  color: #f31010;
  font-size: 24px;
}

.add_to_cart_img {
  width: auto !important;
  padding: 0 5px;
}

.show_action_cart {
  margin: 12px 0 5px 0;
  overflow: hidden;
}

.show_action_cart li:hover {
  border: none;
  color: #fff;
}

.show_action_cart li {
  float: right;
  width: auto !important;
  border: none;
  padding: 0 0px;
}

.show_action_cart .action-icon li a {
  color: #a53a22;
  display: inline-flex;
  padding: 0 0px;
}

.add_to_cart_heart {
  border: 1px solid #ccc !important;
  padding: 3px 6px !important;
  height: auto !important;
  border-radius: 5px;
}

.included_tax,
.free_shipping {
  font-size: 14px;
}

.free_shipping {
  color: #35bf70;
}

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #EEE;
  text-align: center;
  background-color: #ffffff;
  outline: none;
}

.top-footer .title-hr {
  background-position: right;
}

.android-app {
  text-align: center;
  display: inline-block;
}

.android-app div,
.android-app a {
  display: inline-block;
}

.logo_filter {
  height: 70px;
  /*filter: brightness(100);*/
  margin-bottom: 10px;
}

.payment-ul {
  text-align: center;
}

.payment-ul li {
  margin: 0;
  padding: 0 5px;
}

.copyrights p {
  color: #000;
}

.main-footer {
  background-color: #ffffff;
  padding: 10px;
}

.bredcumb {
  float: left;
}

.payment-method h4,
.payment-method p {
  text-align: right;
  color: #a53a22;
}

.card-header {
  border-bottom: 0;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align: right;
}

.card {
  text-align: right;
}

.btn-link label {
  color: #000;
  cursor: pointer;
}

.card .btn-link {
  background: #a53a22 !important;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

.card .btn-link label {
  color: #fff;
  text-decoration: none;
}

.card .collapsed label {
  color: #000 !important;
}

.card .collapsed {
  background: #fff !important;
  color: #000;
}

.login_title {
  background: #a53a22;
  padding: 10px;
  margin-bottom: 27px;
  color: #fff;
}

.login-btn {
  background: #a53a22;
  display: block;
  margin: 0 auto;
  padding: 17px 20px;
  border-radius: 7px;
  min-width: 250px;
  float: none;
}

.reg_btn {
  background: #fff;
  border: 2px solid #a53a22;
  display: inline-block;
  margin: 0 auto;
  padding: 11px 20px;
  border-radius: 7px;
  min-width: 250px;
  float: none;
  color: #a53a22;
  font-size: 20px;
  margin-top: 20px;
}

.can_activate {
  background: #ddc061;
  padding: 6px 20px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 6px;
  border: 1px dashed #3d3d3d;
  display: inline-block;
  margin: 23px auto;
  width: 100%;
}

.activate {
  text-align: center;
}

.branch_title {
  background: #a53a22;
  width: 100%;
  color: #fff;
  padding: 5px 30px;
  margin-bottom: 20px;
}

.footer_contact li i {
  background: #f3af64;
  padding: 10px;
  margin: 5px;
  min-width: 36px;
  text-align: center;
  color: #a53a22;
}

.contact_form_style {
  border: 1px solid #ccc;
  margin-bottom: 50px;
}

.gray_bg {
  background: #f8f8f8;
  padding: 30px;
}

.contact_page {
  margin-top: 30px;
}

.contact_page ul li i {
  font-size: 25px;
  color: #ffffff !important;
  line-height: 24px;
  margin-right: 0px;
  background: #f3af64;
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
}

.plus {
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 13px;
  cursor: pointer;
}

.minus {
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 13px;
  cursor: pointer;
}

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: -18px;
  left: -1px;
}

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #EEE;
  border: 1px solid #eee;
  height: 30px;
  overflow: hidden;
  margin-top: 19px;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -20px;
}

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
  top: -17px;
}

.fav_delete {
  background: transparent;
  border: 1px solid red;
  color: red;
  min-width: 120px;
}

.fav_addtocart {
  background: #a53a22;
  margin-top: 12px;
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
}

.fav_addtocart img {
  width: 35px !important;
}

.main-header {
  margin-top: 95px;
  background: #f3af64;
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 999;
}

body {
  padding-top: 136px;
}

.status_0 {
  background: #7fa205;
  padding: 7px 22px;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  min-width: 150px;
  display: inline-block;
}

.status_1 {
  background: #ff2439;
  padding: 7px 22px;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  min-width: 150px;
  display: inline-block;
}

.status_2 {
  background: #f3af64;
  padding: 7px 22px;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  min-width: 150px;
  display: inline-block;
}


.status_3 {
  background: #ff2439;
  padding: 7px 22px;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  min-width: 150px;
  display: inline-block;
}

.status_4 {
  background: #a53a22;
  padding: 7px 22px;
  color: #fff;
  vertical-align: -webkit-baseline-middle;
  min-width: 150px;
  display: inline-block;
}

.red-btn-bg {
  border-right: 1px solid #fff !important;
}

.profile_title {
  background: #f7f7f7;
  padding: 15px;
  font-size: 20px;
  margin-bottom: 15px;
}

.quick_link {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.quick_link p {
  text-align: center;
}

.quick_link img {
  filter: brightness(0);
}

.quick_link:hover img {
  filter: brightness(1);
}

#amr .slider_title {
  overflow: hidden;
}

.adds img {
  width: 100%;
  margin: 19px 0;
}

#amr2 .list_button {
  float: left;
}

#amr2 .list_button li button {
  margin: 0 5px;
  background: #f1f1f1;
  border: none;
  color: #999999;
}

#amr2 .list_button li button.active {
  background: #f3af64;
  color: #f1f1f1;
}

#amr .card-header h4 {
  background: #a53a22;
  color: #fff;
  padding: 5px 10px 11px 1px;
  font-size: 20px;
}

#amr .filter-tab-ul .filter_title {
  border: none;
  padding: 0 !important;
  margin-bottom: -8px;
}

#amr .filter-tab-ul .card-header {
  border: none;
  padding: 0 !important;
}

#amr .border_warp {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 15px;
}

#amr .width_100 {
  padding: 5px 0;
}

.filter-tab-ul li .form-check {
  border-bottom: 0px solid #cccccc;
  padding: 5px 10px 10px 0;
}

.overlay_filter {
  position: fixed;
  background: #a53a22;
  color: #fff;
  top: 30%;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  padding: 12px;
  border-radius: 20px;
  left: 50%;
  display: none;
  z-index: 99999;
}

#list .action-icon {
  text-align: right;
}

#list .action-icon li {
  background: #a53a22;
  text-align: center;
  border-radius: 5px;
}

.action-buttons button {
  background-color: #a53a22;
  color: #fff !important;
  border-radius: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #5a5151;
  border-color: #5a5151;
}

.product_adds span {
  float: left;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  background-size: 80% 80%;
  color: #333131;
  padding: 13px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.pro-desc label {
  font-size: 18px;
  font-family: 'DinNextBold';
}

.modal-body label {
  font-size: 15px;
  font-family: 'DinNextBold';
}

.title h4 {
  color: #a53a22;
}

.pro-desc select,
.modal-body select {
  border-radius: 9px;
}

.custom_height {
  min-height: 32px;
  display: inline-block;
}

.font_20,
.font_20 span {
  font-size: 20px !important;
}

.delet_from_cart {
  background: #fff;
  color: #ef1e1e;
  border: 2px solid red;
  border-radius: 7px;
  display: inline-block;
  font-style: normal;
}

img {
  max-width: 100% !important;
}

.custom_height2 {
  min-height: 31px;
  display: inline-block;
}

#userpurchas-delivery_method label {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  width: 49%;
  padding: 10px 30px;
  position: relative;
  background: #f3f3f3;
}

.purchase .card-header {
  padding: 0px;
  background: #f3f3f3;
  color: #525050;
  cursor: pointer;
  margin-top: 13px;
  border-bottom: 0;
}

.branch_warp {
  display: none;
}

.purchase .card .btn-link {
  background: #f3f3f3 !important;
  color: #a53a22;
  padding: 10px;
  text-decoration: none;
}

.purchase .card .btn-link label {
  color: #a53a22;
  text-decoration: none;
}


.show_filter_page {
  display: none;
}

.purchase-det .border_warp {
  border: 1px solid #ccc;
  padding: 15px;
}

.purchase-det .table tr {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.purchase-det #collapse2 p {
  background: #e1bc2e;
  border: 1px dashed #fff;
  padding: 10px;
  overflow: hidden;
}

.purchase-det #collapse2 p a {
  color: #fff;
}

.purchase-det #collapseOne p {
  background: #e1bc2e;
  border: 1px dashed #fff;
  padding: 10px;
  overflow: hidden;
}

.purchase-det #collapseOne span {
  background: #e1bc2e;
  border: 1px dashed #fff;
  padding: 10px;
  overflow: hidden;
  color: #fff !important;
}

.purchase-det #collapseOne p .color_red {
  color: #fff !important;
}

.btn_quickview {
  position: absolute;
  top: 5% !important;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.heart_animation {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

}

.heart_animation:hover {
  background: #a53a22;
  color: #fff;
}

.heart_animation:hover a {
  color: #fff !important;
}

.shop-item:hover .heart_animation {
  transform: rotate(360deg);
}

.shop-item:hover .btn_quickview {
  opacity: 1;
  visibility: visible;
  top: 50% !important;
}

.shop-item .item-view .item-hover:hover .btn_quickview {
  opacity: 1;
  visibility: visible;
  top: 50% !important;
}

.btn_quickview a {
  background: rgba(244, 244, 244, 0.8);
  color: #444444;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #fff;
}

.btn_quickview a:hover {
  background: #fcc101;
  color: #fff;
}

.background_menue_orange {
  background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #fff;
}

.background_menue_orange a,
#subcategory_menue a {
  color: #807979;
}

.radio-toolbar {
  display: inline-block;
  float: right;
  position: relative;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 34px;
  margin-top: 5px;
  cursor: pointer;
}

.radio-toolbar label {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #ced4da;
  color: #7d7d7d;
  direction: rtl;
  margin: 3px;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #fbcf0a;
  color: #ffffff;
}



.site_cat ul li .level_1 {
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  min-width: 225px;
  background: #fbfbfb;
  min-height: 100%;
}

.site_cat ul li:hover .level_1 {
  display: block;

}

.site_cat ul li .level_1 li .level_2 {
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  min-width: 225px;
  background: #fdfdfd;
  min-height: 100%;
}

.site_cat ul li .level_1 li:hover .level_2 {
  display: block;
}

.site_cat ul li .level_1 li:hover {
  background: #e5c12f;
}

.site_cat ul li .level_1 li {
  border-bottom: 1px solid #ccb03e;
  display: inline-block;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: transparent;
  border: none;
  overflow: inherit;
}

.site_cat .btn-group2 {
  border-bottom: 1px solid #ccb03e;
}

.background_menue_orange .btn-group2:hover {
  background: #e5c12f;
}

.site_cat i {
  float: left;
}

.dropcat .dropdown-menu {
  border-radius: 0px;
  top: 47px;
  padding: 0 !important;
}

.dropcat .dropdown-menu a {
  border-bottom: 1px solid #ccc;
}

.dropcat .dropdown-menu a:hover {
  background: #e5c12f;
}

.gift {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 7px;
  font-size: 25px;
  color: #a53a22;
}

.gift2 {

  font-size: 20px;
  color: #a53a22;
}

.main-menu a {
  padding-right: 10px !important;
  padding-left: 10px !important;
  font-size: 15px;
}

.background_menue_orange {
  background: #fff !important;
}

.site_cat_main li .level_main {
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  min-width: 225px;
  background: #fbfbfb;
  min-height: 100%;
}

.site_cat_main i {
  float: left;
}

.site_cat_main li:hover .level_main {
  display: block;
}

.site_cat_main li a {
  padding: 8px 18px !important
}

.barnd_menu {
  overflow-y: scroll !important;
  height: 420px;
}

.shipping_company img {
  max-width: 50px !important;
  margin-top: 15px;
}

.small_font {
  font-size: 16px;
}

.add_image {
  width: 50px;
  height: 40px;
  overflow: hidden;
  margin: 5px 15px;
}

span.plus_one {
  float: left;
  font-size: 23px;
  margin-top: -13px;
}

span.plus_tow {
  float: left;
  font-size: 20px;
  margin-top: -13px;
  padding: 3px 6px;
}

.side_menu_font[aria-expanded='true'] .fa-plus:before {
  content: "\f068";
}

.site_cat_main li .level_main {
  min-width: 740px;
}

.site_cat_main li .level_main li {
  width: 20%;
  display: inline-block;
  float: right;
}

.brands-carousel .slider-item {
  padding: 15px;
  background: #f6f6f6;
  border-radius: 6px;
  margin: 0 10px;
}

.barnd_menu img {
  display: none;
  float: left;
}

.barnd_menu a:hover img {
  display: block;
}

.brands-carousel .owl-nav button.owl-next {
  background: #a53a22 !important;
  color: #fff !important;
  width: 34px;
  height: 38px;
  left: -30px;
  font-size: 40px;
  line-height: 18px;
}

.brands-carousel .owl-nav button.owl-next span {
  position: relative;
  top: -6px;
}

.brands-carousel .owl-nav button.owl-prev {
  background: #a53a22 !important;
  color: #fff !important;
  width: 34px;
  height: 38px;
  right: -30px;
  font-size: 40px;
  line-height: 18px;
}

.brands-carousel .owl-nav button.owl-prev span {
  position: relative;
  top: -6px;
}

.level_2 li {
  width: 100%;
}

.about-txt {
  text-align: right;
}

.invoice-logo-space img {
  background: #a53a22;
  padding: 5px;
}

#shocountry {
  display: none;
}

.breaking_news_warp {
  background: #a53a22;
}

.bn-controls button {
  background: #a53a22;
}

.bn-news ul li a {
  color: #ffffff !important;
  font-size: 24px;
}

.breaking-news-ticker {
  background: transparent !important;
  border: none !important;
}

.bn-arrow::after {
  border-color: #fff;
}

.carousel-indicators li {
  background-color: #f3af64;
}

.carousel-indicators .active {
  background-color: #a53a22;
}

.item-view .badge {

  color: #fff;
}

#newsTicker2 .bn-label {
  background: transparent;
}

.item-view .badge2 {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  padding: 5px 0px;
  border-radius: 0;
}

.item-view .badge {
  background-color: #a53a22;
  position: static;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 0;
  float: right;
  clear: both;
  margin-bottom: 3px;
}

.pagination {
  display: black;
  overflow-x: scroll;
}

.pagination li {
  float: right;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 300px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(120%);
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(8px);

}


.notification.success {
  background-color: rgba(76, 175, 80, 0.95);
  color: white;
  border-left: 4px solid #2e7d32;
}

.notification.error {
  background-color: rgba(244, 67, 54, 0.95);
  color: white;
  border-left: 4px solid #c62828;
}

.notification.show {
  transform: translateX(0);
  opacity: 1;
}

.notification:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateX(0) translateY(-2px);
}

@keyframes float {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(0) translateY(-5px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

.notification.show:hover {
  animation: float 2s ease-in-out infinite;
}

.hidden {
  visibility: hidden;
}
