:root {
  --primary-color: #e3a30d;
  --secondery-color: #440903;
  --font-normal: "itc";
  --font-bold: "itc-bd";
  --border-radius: 30px;
}

body,
.swal2-modal,
.tooltip {
  font-family: var(--font-normal);
}

body {
  color: var(--secondery-color);
}

a {
  color: var(--secondery-color);
}

a:hover {
  color: var(--primary-color);
}

button,
button:focus {
  outline: 0;
}

#content {
  padding-bottom: 60px;
  min-height: 450px;
}

/* Radius Border */
.nav-tabs > li > a,
.breadcrumb,
.pagination,
.thumbnail,
.img-thumbnail,
.alert,
.panel,
.panel-group .panel,
.well,
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.btn,
.form-control,
.breadcrumb,
.tooltip-inner,
.addthis_toolbox a.addthis_button_compact,
#button-wishlist,
#button-compare,
.advanced_radio input + span,
.advanced_checkbox input + span {
  border-radius: var(--border-radius);
}

html[dir="rtl"] .input-group .form-control:first-child,
html[dir="rtl"] .input-group-addon:first-child,
html[dir="rtl"] .input-group-btn:first-child > .btn,
html[dir="rtl"] .input-group-btn:first-child > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:first-child > .dropdown-toggle,
html[dir="rtl"]
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"]
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn,
html[dir="rtl"]
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

html[dir="ltr"] .input-group .form-control:first-child,
html[dir="ltr"] .input-group-addon:first-child,
html[dir="ltr"] .input-group-btn:first-child > .btn,
html[dir="ltr"] .input-group-btn:first-child > .btn-group > .btn,
html[dir="ltr"] .input-group-btn:first-child > .dropdown-toggle,
html[dir="ltr"]
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="ltr"]
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn,
html[dir="ltr"]
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

html[dir="rtl"] .input-group .form-control:last-child,
html[dir="rtl"] .input-group-addon:last-child,
html[dir="rtl"] .input-group-btn:last-child > .btn,
html[dir="rtl"] .input-group-btn:last-child > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:last-child > .dropdown-toggle,
html[dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child),
html[dir="rtl"]
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
html[dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
html[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

html[dir="ltr"] .input-group .form-control:last-child,
html[dir="ltr"] .input-group-addon:last-child,
html[dir="ltr"] .input-group-btn:last-child > .btn,
html[dir="ltr"] .input-group-btn:last-child > .btn-group > .btn,
html[dir="ltr"] .input-group-btn:last-child > .dropdown-toggle,
html[dir="ltr"] .input-group-btn:first-child > .btn:not(:first-child),
html[dir="ltr"]
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
html[dir="ltr"] .btn-group > .btn:last-child:not(:first-child),
html[dir="ltr"] .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

html[dir="rtl"]
  .form-control
  + .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir="ltr"]
  .form-control
  + .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Override the bootstrap defaults */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: var(--font-bold);
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10.2px;
}

a,
button,
img,
input {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
}

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

.input-group.date .btn {
  height: 45px;
  width: 45px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #919191;
}

html[dir="ltr"] .input-group.date .btn {
  border-left: none;
}

html[dir="rtl"] .input-group.date .btn {
  border-right: none;
}

.input-group.date .btn:hover {
  color: var(--primary-color);
}

.form-horizontal .control-label {
  padding: 0 15px 5px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

#tab-description {
  min-height: 60px;
}

div.required .control-label:before {
  display: none;
}

div.required .control-label:after {
  content: " *";
  color: #f00;
  font-family: var(--font-bold);
  font-size: 14px;
}

/* ****************** */
/* start Cart */
.cartList {
  position: fixed;
  top: 0;
  width: 300px;
  min-height: 100%;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  transition: 0.3s ease;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html[dir="rtl"] .cartList {
  left: -300px;
}

html[dir="ltr"] .cartList {
  right: -300px;
}

html[dir="rtl"] .active-sideCart .cartList {
  left: 0;
}

html[dir="ltr"] .active-sideCart .cartList {
  right: 0;
}

.cartoverlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* background-color: var(--secondery-color); */
  background-color: #000;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-sideCart .cartoverlay {
  opacity: 0.3;
  visibility: visible;
}

.cartprods {
  overflow: auto;
  padding-top: 10px;
}

#cart .table {
  margin: 0;
}

#cart tr > td {
  border-top: none;
  border-bottom: 1px solid #f0f0f0;
}

.cartprod {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.cartprodimg {
  border-color: #e5e5e5;
  border-radius: 0;
}

html[dir="rtl"] .cartprodimg {
  margin-left: 12px;
}

html[dir="ltr"] .cartprodimg {
  margin-right: 12px;
}

.cartprodimg:hover {
  border-color: var(--primary-color);
}

html[dir="rtl"] .cartproddtls {
  padding-left: 20px;
}
html[dir="ltr"] .cartproddtls {
  padding-right: 20px;
}

.cartprodname {
  color: var(--secondery-color);
  font-size: 14px;
}

.cartprodname:hover {
  color: #0073a0;
}

.quant {
  color: #a8a8a8;
}

.cartprodprice {
  color: var(--primary-color);
  font-family: var(--font-bold);
  direction: ltr;
}

.removebtn {
  color: #f37373;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  font-size: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

html[dir="rtl"] .removebtn {
  left: 0;
}

html[dir="ltr"] .removebtn {
  right: 0;
}

.removebtn:hover,
.removebtn:focus {
  color: #ba3a3a;
}

.carttotals {
  padding: 30px 20px 10px;
}

.carttotals p {
  font-size: 15px;
  color: var(--secondery-color);
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.carttotals p span {
  color: var(--primary-color);
  font-family: var(--font-bold);
  flex-shrink: 0;
}

.cartList .emptytext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #b7b6b6;
  font-size: 18px;
  margin: 0;
  width: 100%;
}

.cartList .emptytext i {
  font-size: 72px;
  color: #d9d9d9;
  margin-bottom: 10px;
  display: block;
}

.cartList .cartbtns {
  margin: 0 -5px;
}

.cartList .cartbtns > a {
  display: block;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin: 5px 5px 0;
  border-radius: var(--border-radius);
}

.cartList .cartbtns > a:first-child {
  background-color: var(--secondery-color);
}

.cartList .cartbtns > a:last-child {
  background-color: var(--primary-color);
}

.cartList .cartbtns > a:hover {
  opacity: 0.85;
}

/*end Cart */
/*===================*/
/* start Cart page */
.cart_quantity {
  display: flex;
  width: 200px;
}

html[dir="rtl"] .cart_quantity input {
  margin-left: 5px;
}

html[dir="ltr"] .cart_quantity input {
  margin-right: 5px;
}

.cart_quantity button.btn {
  min-width: auto;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  margin: 0 3px;
}

/*end Cart page */
/*===================*/
/* start Account page */
#account-account h2 {
  font-size: 18px;
  font-family: var(--font-bold);
  margin-bottom: 20px;
}

#account-account ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#account-account li {
  text-align: center;
  padding: 10px 15px;
}

#account-account li > a {
  font-size: 14px;
}

#account-account li > a > i {
  display: block;
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
}

/*end Account page  */
/*===================*/
/* table head */
.table thead td {
  font-family: var(--font-bold);
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  background-color: #f2f2f2;
  padding: 0 15px;
  line-height: 35px;
  font-size: 13px;
  margin-top: 20px;
  border: none;
}

.breadcrumb > li + li::before {
  color: #b2b2b2;
}

.breadcrumb > li > a {
  padding: 0 10px;
  color: #b2b2b2;
  display: inline-block;
}

.breadcrumb > li > a:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.pagination {
  margin: 0 0 30px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--secondery-color);
}

/* buttons */
.buttons {
  margin: 1em 0;
}

:not(.btn-group) > .btn:not(.btn_sm) {
  padding: 0 10px;
  font-size: 14px;
  min-width: 110px;
  height: 35px;
}

:not(.btn-group) > a.btn:not(.btn_sm) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn_sm {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

/* list group */
.list-group .heading_title {
  background-color: var(--primary-color);
  color: #fff;
  line-height: 48px;
  margin: 0;
  padding: 0 25px;
  font-size: 14px;
}

.list-group a {
  border: 1px solid #ddd;
  color: var(--secondery-color);
  padding: 0 25px;
  line-height: 45px;
}

.list-group a:hover {
  background-color: #fafafa;
  border-color: #ddd;
  color: var(--primary-color);
}

.list-group a.active {
  background-color: var(--secondery-color);
  color: #fff;
  border-color: #ddd;
}

.list-group a.active:hover {
  background-color: var(--secondery-color);
  color: #fff;
  border-color: #ddd;
}

.list-group a.active ~ a.active {
  background-color: #f2f2f2;
  color: var(--secondery-color);
}

.list-group a.active ~ a.active:hover {
  background-color: #ddd;
  color: var(--secondery-color);
}

/* panel */
.panel {
  border: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: 0 30px;
}

html[dir="ltr"] .panel-default > .panel-heading {
  border-left: 3px solid var(--secondery-color);
}

html[dir="rtl"] .panel-default > .panel-heading {
  border-right: 3px solid var(--secondery-color);
}

.panel-title {
  line-height: 50px;
  margin: 0;
  font-size: 16px;
}

#accordion .panel {
  border-right: none;
  border-left: none;
}

#accordion .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
}

#accordion .panel-default > .panel-heading a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

#accordion .panel-title {
  line-height: 40px;
  background-color: var(--secondery-color);
  padding: 0 20px;
}

#accordion .panel-title > a {
  display: block;
  position: relative;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 -20px;
  background-color: var(--secondery-color);
  border-color: var(--secondery-color);
  color: #fff;
  display: block;
}

.has-error .panel-title > a {
  color: #e45959;
}

#accordion .panel-title > a > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

html[dir="rtl"] #accordion .panel-title > a > i {
  left: 20px;
}

html[dir="ltr"] #accordion .panel-title > a > i {
  right: 20px;
}

html[dir="rtl"] #accordion .panel-title > a.collapsed > i {
  transform: translateY(-50%) rotate(90deg);
}

html[dir="ltr"] #accordion .panel-title > a.collapsed > i {
  transform: translateY(-50%) rotate(-90deg);
}

.well {
  background-color: #fff;
  border-color: #d7d9d9;
  box-shadow: none;
}

#account-login .well,
#affiliate-login .well {
  min-height: 430px;
  padding: 35px;
  padding-bottom: 80px;
  position: relative;
}

#account-login .well .btn-primary,
#affiliate-login .well .btn-primary {
  position: absolute;
  bottom: 35px;
  width: 110px;
  line-height: 35px;
  padding: 0 10px;
  border: none;
}

html[dir="ltr"] #account-login .well .btn-primary {
  right: 35px;
}

html[dir="rtl"] #account-login .well .btn-primary {
  left: 35px;
}

.well h2 {
  margin-top: 0;
}

.forgtnbtn {
  color: #aeadad;
  line-height: 2;
}

/*Review stars*/
.ratestars {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 0 10px;
}

.ratestars input {
  display: none;
}

.ratestars label {
  margin: 0;
  padding-top: 2px;
  cursor: pointer;
  margin: 0 8px;
  font-size: 14px;
}

.ratestars label i.fa-star {
  color: #cfcfcf;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ratestars input:checked ~ label i.fa-star {
  color: #f49d21;
}

.ratestars label:hover i.fa-star,
.ratestars label:hover ~ label i.fa-star {
  color: #f49d21;
}

@media (min-width: 1200px) {
  .matchHeight .col-lg-2:nth-child(6n + 1),
  .matchHeight .col-lg-2:nth-child(6n + 1),
  .matchHeight .col-lg-3:nth-child(4n + 1),
  .matchHeight .col-lg-4:nth-child(3n + 1),
  .matchHeight .col-lg-6:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .matchHeight .col-md-2:nth-child(6n + 1),
  .matchHeight .col-md-2:nth-child(6n + 1),
  .matchHeight .col-md-3:nth-child(4n + 1),
  .matchHeight .col-md-4:nth-child(3n + 1),
  .matchHeight .col-md-6:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .matchHeight .col-sm-2:nth-child(6n + 1),
  .matchHeight .col-sm-2:nth-child(6n + 1),
  .matchHeight .col-sm-3:nth-child(4n + 1),
  .matchHeight .col-sm-4:nth-child(3n + 1),
  .matchHeight .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--secondery-color);
}

/*Button colors*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.btn-default {
  color: var(--secondery-color);
  background: #f7f7f7;
  border-color: #e6e8e8;
}

.btn-default:hover {
  color: var(--secondery-color);
  background: #f7f7f7;
  border-color: #e6e8e8;
}

.btn:active,
.btn.active {
  box-shadow: none;
}

.btn-primary {
  background: var(--secondery-color);
  border-color: var(--secondery-color);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  outline: 0;
}

.btn-warning {
  color: #fff;
  background: #faa732;
  border-color: #f89406;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background: #ad6704;
}

.btn-danger {
  color: #fff;
  background-color: #e45959;
  border-color: #e45959;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #ba2929;
  border-color: #ba2929;
}

.btn-success {
  color: #fff;
  text-shadow: 0;
  background: #5bb75b;
  border-color: #5bb75b;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #fff;
  text-shadow: 0;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #188bad;
  border-color: #188bad;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--secondery-color);
}

.btn-link:hover {
  color: var(--primary-color);
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0;
  background: var(--secondery-color);
  border-color: var(--secondery-color);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/*form-control*/
.form-control {
  -webkit-text-fill-color: #a7a7a7;
  border: 1px solid #e8e8e8;
  width: 100%;
  background-color: #fcfcfc;
  padding: 0 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: 0.3s ease;
}

.form-control:focus,
.form-control:hover,
.form-control:hover:focus,
.has-error .form-control:focus {
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--primary-color);
}

textarea.form-control {
  padding-top: 15px;
}

select.form-control {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html[dir="rtl"] select.form-control {
  background-position: left 20px top 50%;
}

html[dir="ltr"] select.form-control {
  background-position: right 20px top 50%;
}

.input-group .form-control {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.input-group .form-control:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  z-index: 2;
}

.control-label {
  margin: 7px 0;
}

.form-control,
.form-control + .input-group-btn .btn {
  min-height: 45px;
  min-width: 45px;
}

.form-control {
  min-width: 90px;
}

label + .form-control {
  margin-bottom: 10px;
}

label + .form-control::placeholder,
label + div .form-control::placeholder {
  visibility: hidden;
  opacity: 0;
}

html[dir="rtl"] .pull-right {
  float: left !important;
}

html[dir="rtl"] .pull-left {
  float: right !important;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

html[dir="rtl"] .text-left {
  text-align: right !important;
}

/* ================================ */
/* Advanced Radio & checkbox */

.advanced_radio,
.advanced_radio + .advanced_radio,
.advanced_checkbox,
.advanced_checkbox + .advanced_checkbox {
  display: inline-block;
  margin: 0 0 5px;
}

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

.advanced_radio label,
.advanced_checkbox label {
  padding: 0;
}

.advanced_radio input + span,
.advanced_checkbox input + span {
  background-color: #f2f2f2;
  padding: 5px 15px;
  margin: 3px;
  display: inline-block;
  font-size: 13px;
  transition: 0.3s ease;
}

.advanced_radio input:checked + span,
.advanced_checkbox input:checked + span {
  background-color: var(--primary-color);
  color: #fff;
}

.advanced_radio input + img,
.advanced_checkbox input + img {
  border-width: 2px;
}

.advanced_radio input:checked + img,
.advanced_checkbox input:checked + img {
  border-color: var(--primary-color);
  background-color: var(--primary-color) 11;
}

/* =============================== */

@media (max-width: 767px) {
  .table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* Product list Pages */

.categbtns {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.categbtns > li > a {
  background-color: var(--primary-color);
  padding: 5px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin-bottom: 30px;
}

.categbtns > li > a:hover {
  background-color: var(--secondery-color);
  color: #fff;
}

.comparelink {
  margin-left: auto;
  padding: 0 !important;
}

.fltrs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #f0f2f2;
  border-top: 1px solid #f0f2f2;
  padding: 10px 0;
  margin: 20px 0;
}

.fltr {
  display: flex;
  align-items: center;
}

html[dir="rtl"] .fltr {
  margin-right: 10px;
}

html[dir="ltr"] .fltr {
  margin-left: 10px;
}

.fltrs .selectlabel {
  margin: 0 10px;
  font-weight: normal;
}

.fltrs select.form-control {
  flex: 1;
  padding: 0 20px;
}

.fltr label + .form-control {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .fltr {
    flex-direction: column;
    align-items: flex-start;
  }

  .fltrs .selectlabel {
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .fltrs {
    flex-direction: column;
  }

  .fltr {
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }

  html[dir="ltr"] .fltr {
    margin-left: 0;
  }

  html[dir="rtl"] .fltr {
    margin-right: 0;
  }

  .fltrs .selectlabel {
    width: 90px;
  }
}

/***************/
/* SweetAlert */
.swal2-container {
  z-index: 99999;
}

.swal2-modal .swal2-spacer {
  margin: 0;
}

.swal2-modal .swal2-styled {
  min-width: 110px;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: var(--border-radius);
}
.swal2-modal .swal2-styled:hover {
  background-color: var(--primary-color) !important;
  /* border-color: #ddd; */
  color: #fff !important;
}

.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 1px;
}

.swal2-icon {
  margin-bottom: 20px;
}

/* **************** */
/* Sitemap */
#information-sitemap ul {
  font-family: var(--font-bold);
}

#information-sitemap ul ul {
  font-family: var(--font-normal);
}
.col-sm-6.text-right{
  margin-top: 25px;
}
/* **************** */
