/*=== MEDIA QUERY ===*/
@font-face {
  font-family: Droid-Arabic-Kufi;
  src: url(/assets/fonts/ArbFONTS-Droid-Arabic-Kufi.ttf?v=1);
}
@font-face {
  font-family: Droid-Arabic-Kufi-Bold;
  src: url(/assets/fonts/ArbFONTS-Droid.Arabic.Kufi_.Bold.iR.ttf?v=1);
}
@font-face {
  font-family: kamran;
  src: url(/assets/fonts/kamran.ttf?v=1);
}
@font-face {
  font-family: sakkal;
  src: url(/assets/fonts/ArbFONTS-majalla.ttf?v=1);
}
@font-face {
  font-family: HacenTunisia;
  src: url(/assets/fonts/HacenTunisia.ttf);
}

body {
  font-family: Arial, sans-serif;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

p, li, input, select, button {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  color: #3c3c3c;
}

p {
  color: #666;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

p {
  color: #141301;
}

label {
  font-size: 16px;
  letter-spacing: 0;
  color: #141301;
}

.nav-pills .nav-link {
  font-size: 17px;
}

@media (max-width: 480px) {
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

.nav-pills.with-background .nav-item {
  margin-right: 10px;
}

.nav-pills.with-background .nav-item:last-child {
  margin-right: 0;
}

.nav-pills.with-background .nav-link {
  background: white;
  padding: 10px 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.nav-pills.with-background .nav-link:hover {
  color: #B80C09;
}

.nav-pills.with-background .nav-link.active {
  background: #B80C09;
  position: relative;
  transition: 0s;
}

.nav-pills.with-background .nav-link.active:hover {
  color: #fff;
}

.nav-pills.with-background .nav-link.active:after {
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B80C09;
  clear: both;
  transition: all .2s ease-in 0s;
}

.nav-pills.transparent .nav-link {
  background: transparent;
  margin-bottom: 20px;
  color: #141301;
  font-size: 22px;
}

@media (max-width: 768px) {
  .nav-pills.transparent .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .nav-pills.transparent .nav-link {
    font-size: 14px;
  }
}

.nav-pills.transparent .nav-link.active {
  background: transparent;
  color: #666;
}

ul.social-circle-icons li {
  margin-right: 7px;
}

ul.social-circle-icons li:last-child {
  margin-right: 0;
}

ul.social-circle-icons li a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #B80C09;
  height: 38px;
  width: 38px;
  border: 2px solid #B80C09;
  background: #fff;
  border-radius: 100%;
}

ul.social-circle-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: #B80C09;
}

.store-list h4 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  color: #666;
}

.store-list ul {
  list-style: none;
}

.store-list ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.store-list ul li a {
  display: block;
  color: #141301;
}

.store-list ul li a:hover {
  text-decoration: underline;
  color: #B80C09;
}

@media (max-width: 768px) {
  .store-list {
    margin-bottom: 15px;
  }
}

.store-list .btn {
  margin-top: 35px;
}

/**
 *
 * Base Elements
 *
 */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
  color: #141301;
}

iframe {
  border: 0;
}

a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #B80C09;
}

.form-control {
  border-radius: 2px;
  height: 40px;
  color: #666;
  box-shadow: none;
  font-size: 16px;
  text-align: right;
}

.form-control:focus {
  color: #666;
  box-shadow: none;
  border: 1px solid #B80C09;
  /*background-color: transparent;*/
}active

textarea.form-control {
  padding: 20px;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #666;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #666;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #666;
}

/* Microsoft Edge */
.mt-20 {
  margin-top: 20px;
}

.btn:focus {
  color: #fff;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

button {
  cursor: pointer;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn:hover{
  color: #fff;
}
.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.section {
  padding: 30px 0;
}
.section-sp{
  padding: 80px 0;
}

.section-sm {
  padding: 20px 0;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 30px;
  text-align: center;
}

.section-title h2:before {
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  background-color: #B80C09;
}

.modal-header{
  background-color: #B80C09;
}
.modal-header .modal-title, .modal-header .close{
  color: #fff;
}
.section-title h2:after {
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 100px;
}

.section-title p {
  font-size: 20px;
  line-height: 30px;
  color: #141301;
}

.user-profile, .dashboard {
  padding-top: 50px;
}

.overly {
  position: relative;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-wrapper {
  padding: 70px 0;
}

.social-media-icons ul li {
  display: inline-block;
}

.social-media-icons ul li a {
  font-size: 20px;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}

.social-media-icons  ul li a .twitter {
  background: #00aced;
}

.social-media-icons li a .facebook {
  background: #3b5998;
  padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
  background: #dd4b39;
}

.social-media-icons ul li .dribbble {
  background: #ea4c89;
}

.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

/**
 *
 * Button Styles
 *
 */
.btn {
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.btn.login-button {
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

.btn-main, .btn-main-sm {
  background: #B80C09;
  color: #fff;
}

.btn-main:hover, .btn-main-sm:hover {
  background: #B80C09;
  color: #fff;
}

.btn-main-sm {
  padding: 6px 20px;
  font-size: 14px;
}

.btn-secondary {
  background: #fff;
  color: #141301;
  border-color: #fff;
}

.btn-secondary:hover {
  background: #B80C09;
  color: #fff;
  border-color: #fff;
}

.btn-transparent {
  background: transparent;
  color: #B80C09;
  border: 1px solid #B80C09;
}

.btn-transparent:hover {
  background: #B80C09;
  color: #fff;
}

.btn-transparent-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-transparent-white:hover {
  background: #fff;
  color: #141301;
}

.btn-group .btn i {
  font-size: 16px;
  line-height: 40px;
}

.btn-group .btn:focus {
  color: #fff;
}

.btn-group .btn-transparent {
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  padding: 0;
  width: 40px;
}

.btn-group .btn-transparent:hover {
  color: #e6b322;
  background: transparent;
}

.btn-active {
  color: #e6b322;
}

.btn:focus {
  color: #fff;
  box-shadow: none;
}

/**
 *
 * Card Styles
 *
 */
.card-main {
  border-radius: 2px;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.mb-30 {
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 15px;
}

.border-bottom {
  border-bottom: 1px solid #dedede;
}

.bl-none {
  border-left: none !important;
}

.alt-color {
  color: #c7c7c7;
}

.success {
  color: #1fcc2e;
}

.page-title {
  padding: 10px 0;
  background: #B80C09;
}

.page-title .page-maintitle {
  padding: 10px 0;
  font-size: 32px;
  color:#fff;
}
.page-title .page-subtitle {
  padding: 10px 0;
  font-size: 26px;
  color: #B80C09;
}

.page-title h3 {
  color: #333;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}


.page-search {
  background: #B80C0926;
  padding: 30px 0;
}

.page-search .advance-search .form-group {
  margin-bottom: 0;
}

.page-search .advance-search .form-control {
  border: 1px solid #231f20;
  color: #231f20;
}

.page-search .advance-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231f20;
}

.page-search .advance-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
}

.page-search .advance-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #231f20;
}

.page-search .advance-search :-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
}

.bg-light {
  background: #fff;
}

.bg-gray {
  background: #F5F5F5;
}

.bg-1 {
  background: url("../images/home/cover-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px){
  .bg-1 {
    background: url("../images/home/cover-4.jpg");
  }
}
.bg-2 {
  background: url(../images/subscription/subscription-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-3 {
  background: url(../images/call-to-action/cta-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-4 {
  background: #B80C09;
}

.navigation {
  padding: 5px 0;
}

.navigation .navbar-nav {
  text-align: center;
}
.login-button{
  color: #f7f7f7;
}
.login-button .add-button {
  margin-right: 8px;
  padding: 6px 20px !important;
}
#addBtn{
  margin-top: 5px;
  padding:6px 20px;
}

@media (max-width: 400px) {
  .login-button .add-button {
    padding: 6px 45px !important;
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .login-button .add-button {
    display: inline-block;
    padding: 6px 45px !important;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .login-button .add-button {
    padding: 6px 45px !important;
    margin: 5px 0;
  }
}

@media (max-width: 992px) {
  .login-button  .add-button{
    padding: 6px 45px !important;
    margin: 5px 0;
  }
}

.add1-button {
  background: #28a745;
  color: #fff;
  padding: 8px 20px !important;
  display: inline-block;
}

.add1-button:hover {
  color: #fff;
}
.add-button {
  background: #28a745;
  color: #fff;
  display: inline-block;
}

.add-button:hover {
  color: #fff;
}


.main-nav .nav-item .nav-link span {
  margin-left: 4px;
}

.main-nav .nav-item .nav-link.dropdown-toggle {
  padding: 0px 5px;
}

.main-nav .nav-item .dropdown-toggle::after {
  border: none;
}

.main-nav .nav-item.active .nav-link {
  color: #fff;
  background: #B80C09;
}
.main-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #B80C09;
}

.main-nav .search .nav-link i {
  font-size: 16px;
  height: 43px;
  width: 43px;
  line-height: 43px;
  color: #B80C09;
  border: 1px solid #B80C09;
  border-radius: 3px;
  text-align: center;
}

.main-nav .search .input-group {
  width: 300px;
}

.main-nav .search .input-group .input-group-addon {
  background: #B80C09;
  color: #fff;
  border: 1px solid #B80C09;
}

.main-nav .search .input-group .input-group-addon i {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-menu {
  padding: 5px;
  border-radius: 0;
  text-align: right;
  right: 0;
  width: fit-content;
}

.nav-item.dropdown {
  position: relative;
}

.dropdown-item.active, .dropdown-item:hover {
  background:#141301;
  color: #fff;
}


.dropdown-item {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  text-align: right;

}

@media (max-width: 400px) {
  .dropdown-item {
    padding: 10px 25px 10px 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .dropdown-item {
    padding: 10px 25px 10px 10px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .dropdown-item {
    padding: 10px 25px 10px 10px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .dropdown-item {
    padding: 10px 25px 10px 10px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .dropdown-slide {
    position: static;
  }
  .dropdown-slide .open > a, .dropdown-slide .open > a:focus, .dropdown-slide .open > a:hover {
    background: transparent;
    color: #fff;
  }
  .dropdown-slide.full-width .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
  .dropdown-slide:hover .dropdown-menu {
    display: none;
    opacity: 1;
    display: block;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    color: #fff;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .dropdown-slide .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: .3s all;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
}

@media (min-width: 992px) and (max-width: 480px) {
  .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  .navbar-toggleable-md > .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hero-area .content-block h1, .hero-area-2 .content-block h1 {
  color: #FFF;
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .hero-area .content-block h1, .hero-area-2 .content-block h1 {
    font-size: 28px;
  }
}

.hero-area .content-block p, .hero-area-2 .content-block p,.hero-area .content-block h2 {
  color: #B80C09;
  font-size: 80px;
  font-family: kamran;
}

@media (max-width: 768px) {
  .hero-area .content-block p, .hero-area-2 .content-block p,.hero-area .content-block h2{
    font-size: 60px;
    font-family: kamran;
  }
}

.hero-area {
  padding: 30px 0 0;
}

.hero-area .content-block {
  padding-bottom: 80px;
}

.hero-area .advance-search {
  padding: 40px 15px 25px 15px;
  border-radius: 3px;
  margin-bottom: -50px;
  /*box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);*/
}

@media (max-width: 480px) {
  .hero-area .advance-search {
    margin-bottom: -80px;
  }
}

@media (max-width: 480px) {
  .hero-area .advance-search .block {
    display: block !important;
  }
}

.hero-area .advance-search .form-control {
  border-color: #dedede;
}

.hero-area .advance-search button {
  display: block;
}

@media (max-width: 480px) {
  .hero-area .advance-search button {
    width: 100%;
  }
}

.short-popular-category-list {
  margin-top: 40px;
}

.short-popular-category-list h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.short-popular-category-list ul {
  margin-top: 20px;
}

.short-popular-category-list ul li {
  margin: 10px 2px;
}

.short-popular-category-list ul li a {
  border: 1px solid #B80C09;
  color: white;
  padding: 4px 15px;
  font-size: 14px;
}

.short-popular-category-list ul li a i {
  margin-right: 2px;
}

.page-breadcrumb {
  background: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-breadcrumb li a {
  color: #fff;
}

.page-breadcrumb li.active {
  color: #fff !important;
}

.category-slider {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 20px 0;
}

.category-slider .item {
  text-align: center;
}

.category-slider .item a {
  display: inline-block;
  padding: 20px 40px;
  background: #fff;
}

.category-slider .item a h4 {
  font-size: 14px;
  margin-top: 10px;
}

.category-slider .item a i {
  font-size: 40px;
}

.user-dashboard-menu li {
  margin-bottom: 5px;
}

.user-dashboard-menu li.active a {
  background: #B80C09;
  color: #fff;
}

.user-dashboard-menu li.active a:hover {
  color: #fff;
}

.user-dashboard-menu li a {
  padding: 10px;
  font-size: 16px;
  display: block;
  color: #555;
}

.user-dashboard-menu li a:hover {
  color: #B80C09;
}

.user-dashboard-menu li a:hover span {
  background: #B80C09;
  color: #fff;
}

.user-dashboard-menu li a i {
  margin-right: 5px;
}

.user-dashboard-menu li a span {
  float: left;
  background: #F4F7F9;
  font-size: 12px;
  border-radius: 8px;
  padding: 3px 8px;
  color: #84919B;
}

.user-dashboard-profile {
  text-align: center;
}

.user-dashboard-profile .profile-thumb img, .widget.user .profile-thumb img {
  width: 150px;
  height: auto;
  border: 7px solid #B80C09;
}

.user-dashboard-profile h4 {
  margin-top: 10px;
  font-size: 20px;
}

.user-dashboard-profile .member-time {
  color: #141301;
  font-size: 14px;
  margin-bottom: 3px;
}

.user-dashboard-profile .btn-contact {
  background: #1FCA6B;
}

.user-dashboard-profile .btn-offer {
  background: #373C4D;
}

.dashboard-container .product-dashboard-table thead th {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.cpl_tbl thead th, .cpl_tbl tbody th {
  font-size: 17px;
  padding: 0.5rem;
  background:  #B7B5B3;
  color: #fff;
}
.cpl_tbl tbody td {
  font-size: 17px;
  padding: 0.5rem;
}

.dashboard-container .product-dashboard-table td {
  vertical-align: middle;
  padding: 10px 0;
}

.dashboard-container .product-thumb {
  width: 25%;
}

.dashboard-container tbody tr:hover .action a {
  color: #fff;
}

.dashboard-container tbody tr:hover .action a.edit {
  background: #59d659;
}

.dashboard-container tbody tr:hover .action a.view {
  background: #50c6e9;
}

.dashboard-container tbody tr:hover .action a.delete {
  background: #ff5252;
}

.dashboard-container .product-details {
  width: 40%;
}

.dashboard-container .product-details span {
  display: block;
  font-size: 14px;
  color: #141301;
}

.dashboard-container .product-details span strong {
  color: #666;
  width: 30%;
  display: inline-block;
}

.dashboard-container .product-details .title {
  font-size: 16px;
}

.dashboard-container .product-details .status.active {
  color: #59d659;
}

.dashboard-container .product-category {
  width: 15%;
  text-align: center;
}

.dashboard-container .action {
  width: 20%;
  text-align: center;
}

.dashboard-container .action a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #363b4d;
  text-align: center;
  display: inline-block;
}

.dashboard-container .action a:hover {
  color: #fff;
}

.dashboard-container .action a:hover.delete {
  background: #ff5252;
}

.dashboard-container .action a i {
  line-height: 40px;
}

.dashboard-container .action .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0px;
}
.member-info .list-inline-item{
  float:none;
}

.dashboard-container .action .edit {
  background: #f7f7f7;
}

.dashboard-container .action .view {
  background: #f7f7f7;
}

.dashboard-container .action .delete {
  background: #f7f7f7;
}

.submit-coupon .form-control, .submit-coupon .sbHolder {
  margin-bottom: 30px;
}

.submit-coupon button {
  margin-top: 20px;
}

.deals-categories {
  padding: 100px 0 0 0;
}

.deals-categories .border-bottom {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .hero-area-2 {
    padding: 60px 0;
  }
}

.hero-area-2 .content-block {
  padding-bottom: 30px;
}

.hero-area-2 form {
  margin-bottom: 13px;
}

.hero-area-2 .coupon-ig {
  margin-bottom: 6px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

.hero-area-2 .coupon-ig input {
  background: #B80C09;
  color: #fff;
  border-color: transparent;
}

.hero-area-2 .coupon-ig .input-group-addon {
  background: #B80C09;
  color: #fff;
  border-left: none;
}

.hero-area-2 .coupon-ig .input-group-addon i {
  font-size: 16px;
  padding-right: 7px;
}

.hero-area-2 .coupon-ig .form-control::-webkit-input-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control:-moz-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control::-moz-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control:-ms-input-placeholder {
  color: white;
}

.hero-area-2 .coupon-ig .form-control::-ms-input-placeholder {
  color: white;
}

.hero-area-2 .category-search .form-control {
  background: #fff;
}

.best-deal .block .tab-content {
  margin-top: 30px;
}

.category-block {
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.category-block .header {
  margin-bottom: 20px;
  border-bottom: 3px solid #F4F7F9;
  text-align: center;
}

.category-block .header h4 {
  font-size: 20px;
  margin-top: 5px;
}

.category-block .header .icon-bg-1 {
  background: #ccdb38;
  box-shadow: 0 0 0px 4px rgba(204, 219, 56, 0.35);
}

.category-block .header .icon-bg-2 {
  background: #a676b8;
  box-shadow: 0 0 0px 4px rgba(166, 118, 184, 0.35);
}

.category-block .header .icon-bg-3 {
  background: #fe7e17;
  box-shadow: 0 0 0px 4px rgba(254, 126, 23, 0.35);
}

.category-block .header .icon-bg-4 {
  background: #EC3A56;
  box-shadow: 0 0 0px 4px rgba(236, 58, 86, 0.35);
}

.category-block .header .icon-bg-5 {
  background: #1DBFFF;
  box-shadow: 0 0 0px 4px rgba(29, 191, 255, 0.35);
}

.category-block .header .icon-bg-6 {
  background: #02d3a4;
  box-shadow: 0 0 0px 4px rgba(2, 211, 164, 0.35);
}

.category-block .header .icon-bg-7 {
  background: #bc02d3;
  box-shadow: 0 0 0px 4px rgba(188, 2, 211, 0.35);
}

.category-block .header .icon-bg-8 {
  background: #025fd3;
  box-shadow: 0 0 0px 4px rgba(2, 95, 211, 0.35);
}

.category-block .header i {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 6px;
  border-radius: 40px;
}

.category-block .category-list li {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #F4F7F9;
  padding: 10px 0;
}

.category-block .category-list li:last-child {
  border: none;
}

.category-block .category-list li a {
  display: block;
  color: #777;
  font-size: 14px;
}

.category-block .category-list li a span {
  float: right;
  font-size: 12px;
  border-radius: 10px;
  padding: 3px 8px;
  color: #84919B;
}

.category-block .category-list li a:hover {
  text-decoration: underline;
}

.category-block .category-list li a i {
  margin-right: 6px;
  font-size: 14px;
  color: #B80C09;
  vertical-align: middle;
}

.search-result {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #B80C09;
}

.search-result p {
  margin: 0;
}

.category-search-filter {
  background: #f7f7f7;
  padding: 10px 20px;
}

.category-search-filter strong {
  margin: 0 5px;
}

.category-search-filter .view {
  text-align: left;
}

.category-search-filter .view ul {
  display: inline-block;
}

.category-search-filter .view ul li:not(:last-child) {
  margin-right: 10px;
}

.category-search-filter .view .nav .nav-pills ul li a {
  font-size: 20px;
  padding: 9px;
}
.category-search-filter .view .nav-pills .nav-link {
  font-size: 20px;
  padding: 9px;
}

.category-search-filter .view .view-switcher, .category-search-filter .view .nav .nav-pills  {
  background: #fff;
  padding: 0px 20px;
}


.nav-pills .nav-link.active{
   background: #B80C09;
}
.nav-pills .nav-link i{
  color:#FFFFFF;
}
.nav-pills .nav-link a{
  color:#FFFFFF;
}

.select2 {
  float: none;
  display: inline-block;
  border-radius: 0;
  text-align: right;
  height: 40px;
}


.select2 .list {
  border-radius: 0;
  max-height: 200px;
  text-align: right;
  overflow-y: scroll;
}
.select2 .option{
  text-align: right;
}

.arrow-right, .arrow-left {
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #28a745;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.arrow-right {
  right: 5px;
}

.arrow-left {
  left: 5px;
}

.product-item {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-item .feature_pan {
  margin-right: 0px;
  margin-left: 0px;
  padding:5px;
}

.product-item .card {
  border: none;
}
.sp-products{
  border:none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.special-offers{
  background: #B80C0926;
}

.footimage, .foot-title{
  border-bottom: 2px solid #B80C09;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.product-item .card .card-body {
  padding: 20px;
}

.product-item .card .card-body .card-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.product-item .card .card-body .card-text {
  color: #777;
}

.product-item .thumb-content {
  position: relative;
}

.product-item .thumb-content .feature_pan1 {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 8px;
  width: 100%
}

.product-item .thumb-content .price {
  position: absolute;
  top: 0px;
  right: 5px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
}

.product-item .product-meta {
  margin-bottom: 15px;
}

.product-item .product-meta li {
  margin-right: 0px;
}

.product-item .product-meta li a {
  color: #141301;
  font-size: 14px;
}

.product-item .product-meta li a i {
  margin-right: 4px;
}

.product-item .product-ratings li {
  margin-right: 1px;
}
.product-review .media .media-body .ratings ul li{
  margin-right: 1px;
  margin-top: 5px;
}

.product-item .product-ratings li i {
  font-size: 20px;
  color: #dedede;
  cursor: pointer;
}

.product-item .product-ratings .selected i {
  color: #B80C09;
}

.product-details .product-title {
  font-size: 24px;
}

.product-details .tab-title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.product-details .product-meta li {
  color: #141301;
  margin-right: 25px;
}

.product-details .product-meta li a {
  color: #333;
  margin-left: 3px;
}

.product-details .content {
  padding-top: 10px;
}

.product-details .content h3 {
  font-size: 20px;
}

.product-details .content p {
  color: #141301;
  line-height: 22px;
}

.product-details .content .nav {
  text-align: center;
  margin-bottom: 5px;
}

.product-details .content .nav .nav-item {
  margin-right: 3px;
}

.product-details .content .nav .nav-item .nav-link {
  padding: 20px 30px;
  border-radius: 0;
  background: #fff;
}

.product-details .content .nav .nav-item .nav-link:hover {
  background: #B80C09;
  color: #fff;
}

.product-details .content .nav .nav-item .nav-link.active {
  background: #B80C09;
  color: #fff;
}

.product-details .content .tab-content {
  background: #fff;
  padding: 30px;
}

.product-slider {
  padding: 40px 0 0 0;
}

.product-slider .carousel-indicators li {
  background: #141301;
}

.product-slider .carousel-indicators li.active {
  background: #B80C09;
}

.product-slider .slick-dots {
  display: flex;
}

.product-slider .slick-dots li {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.product-slider .slick-dots li img {
  max-width: 100%;
  height: 100px;
}
.slick-track{
  min-width:100% !important;
}

.product-table {
  margin-top: 10px;
}

.product-table tr td:first-child {
  background: #f9f9f9;
}

.product-table tr td {
  padding-left: 25px;
}

.product-review img {
  width: 60px;
  margin-right: 20px;
}

.product-review .name h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.product-review .media-body {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.product-review .review-submission h5 {
  font-size: 16px;
  color: #141301;
}

.product-review .review-submission .rate {
  margin-bottom: 20px;
}

.product-review .review-submission .rate i {
  margin: 0 5px;
}

.product-review .review-submission .form-control {
  margin-bottom: 8px;
  border-radius: 0;
}

.product-review .review-submission input[type="email"], .product-review .review-submission input[type="password"], .product-review .review-submission input[type="text"], .product-review .review-submission input[type="tel"] {
  height: 40px;
}

.widget {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.widget .widget-header {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.widget.category-list ul li:not(:last-child) {
  border-bottom: 1px solid #F4F7F9;
}

.widget.category-list ul li a {
  padding: 8px 0;
  display: block;
  transition: all linear 0.3s;
}

.widget.category-list ul li a span {
  float: right;
  font-size: 12px;
  background: #F4F7F9;
  border-radius: 10px;
  padding: 3px 8px;
  color: #84919B;
}

.widget.category-list ul li a:hover {
  color: #B80C09;
}

.widget.category-list ul li a:hover span {
  background: #B80C09;
  color: #fff;
}

.widget.filter .select2 {
  width: 100%;
  
}

.widget.filter ..select2 .list {
  width: 100%;
}

.widget.price-range b {
  font-size: 14px;
  color: #141301;
}

.widget.price-range .slider.slider-horizontal {
  width: 100%;
}

.widget.price-range .slider-handle {
  background: #B80C09;
}

.widget.price-range .slider-track {
  margin-top: -2px;
  height: 5px;
  box-shadow: none;
  border-radius: 0;
  background: #f5f5f5;
}

.widget.price-range .slider-selection {
  background: #dedede;
  box-shadow: none;
}

.widget.price {
  background: #B80C0926;
}

.widget.price h4 {
  color: #fff;
}

.old-price{
  color:#B80C09;
  font-size: 30px;
}
.new-price{
  color:#28a745;
  font-size: 30px;
}
.widget.price .old-price{
  color:#B80C09;
  font-size: 30px;
}
.widget.price .new-price{
  color:#28a745;
  font-size: 30px;
}

.widget.price p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
}

.widget.map {
  padding: 10px;
}

.widget.map #map_canvas {
  height: 300px;
}

.widget.category ul.category-list li {
  margin-bottom: 8px;
}

.widget.category ul.category-list li a {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  color: #141301;
}

.widget.category ul.category-list li a:hover {
  color: #B80C09;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.archive ul.archive-list li {
  margin-bottom: 10px;
}

.widget.archive ul.archive-list li:last-child {
  margin-bottom: 5px;
}

.widget.archive ul.archive-list li a {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  color: #141301;
}

.widget.archive ul.archive-list li a:hover {
  color: #B80C09;
  text-decoration: underline;
}

.widget.share-coupon .sbHolder, .widget.share-coupon .form-control {
  margin-bottom: 10px !important;
}

.widget.share-coupon button {
  width: 100%;
}

.widget.coupon {
  background: #B80C09;
  padding: 35px 30px 40px 30px;
}

.widget.coupon p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 25px;
}

.widget.rate .starrr {
  display: flex;
  justify-content: center;
}

.widget.rate .starrr i {
  font-size: 20px;
  cursor: pointer;
  color: #e6b322;
  padding: 0 5px;
}

.widget.filter {
  padding-bottom: 17px;
}

.widget.filter .form-1 {
  margin-bottom: 20px;
}

.widget.filter .form-check-label {
  font-size: 16px;
  color: #141301;
}

.widget.filter .form-check-label input {
  margin-right: 10px;
}

.widget.filter .form-check-label input[type=checkbox]:checked .form-check-label {
  color: #B80C09 !important;
}

.widget.filter .form-check-label:hover {
  color: #B80C09;
}

.widget.user {
  padding-top: 10px;
}
#registration_form_agreeTerms{
  width: 20px;
  display: inline;
  float: right;
}
.regagree label.required{
  padding-top: 15px;
  margin-right: 3px;
}
.widget.user .image img {
  width: 157px;
  height: 157px;
  border-radius: 100%;
  border: 7px solid #B80C09;
}

.widget.user h5 {
  font-size: 20px;
  margin-top: 23px;
  margin-bottom: 10px;
}

.widget .welcome-message h2 {
  font-size: 30px;
  line-height: 54px;
  letter-spacing: 0em;
}

.widget .welcome-message p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #141301;
}

.widget.personal-info .form-group, .widget.change-password .form-group, .widget.change-email .form-group {
  margin-bottom: 5px;
}

.widget.personal-info .form-group i, .widget.change-password .form-group i, .widget.change-email .form-group i {
  color: white;
  background: #B80C09;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-right: 15px;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .widget.personal-info .form-group i, .widget.change-password .form-group i, .widget.change-email .form-group i {
    margin-bottom: 20px;
  }
}

.widget.personal-info .form-check, .widget.change-password .form-check, .widget.change-email .form-check {
  margin-bottom: 25px;
}

.widget.personal-info .form-check .form-check-label input, .widget.change-password .form-check .form-check-label input, .widget.change-email .form-check .form-check-label input {
  margin-right: 7px;
}

.widget.personal-info button, .widget.change-password button, .widget.change-email button {
  margin-top: 5px;
  margin-bottom: 10px;
}

.widget.product-shorting .form-check {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .widget.search {
    margin-top: 30px;
  }
}

.widget.search .input-group .form-control {
  border: none;
}

.widget.search .input-group .input-group-addon {
  background: #B80C09;
  color: #fff;
  border: none;
}

.widget.search .input-group .input-group-addon i {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 45px;
  cursor: pointer;
}

.call-to-action .content-holder h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 25px;
}
.call-to-action .content-holder ul li {
  float:none;
}

@media (max-width: 400px) {
  .call-to-action .content-holder ul li a {
    font-size: 16px;
    padding: 12px;
  }
}

.call-to-action .content-holder .store-btn-holder {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .call-to-action .content-holder .store-btn-holder {
    margin-top: 25px;
  }
  .call-to-action .content-holder .store-btn-holder a:first-child img {
    margin-bottom: 10px;
  }
}

.call-to-action .content-holder .store-btn-holder a {
  margin-right: 15px;
}

.subscription {
  position: relative;
  padding: 80px 0;
}

.subscription .content-block h2 {
  font-size: 42px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}


@media (max-width: 768px) {
  .subscription .content-block h2 {
    font-size: 30px;
  }
}

.subscription .content-block .form-control {
  display: inline-block;
  background-color: #fff;
}

.subscription .content-block input {
  width: 69%;
}

.subscription .content-block button {
  margin-left: 10px;
  width: 30%;
}

@media (max-width: 768px) {
  .subscription .content-block button {
    width: auto;
  }
}

.client-slider-03 {
  padding: 30px 0 0 0;
}

.stores {
  padding-bottom: 70px;
  padding-top: 70px;
}

.stores .block {
  margin-bottom: 30px;
}

.stores .block:last-child {
  margin-bottom: 0;
}

.stores .store-letter {
  font-size: 20px;
  margin-bottom: 16px;
}

.stores hr {
  margin-bottom: 25px;
}

.stores ul.store-list li a {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.stores ul.store-list li a:hover {
  text-decoration: underline;
  color: #B80C09;
}

.store-coupon {
  padding: 30px 0;
}

.store-coupon .block {
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .store-coupon .block .media {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .store-coupon .block .media .image-content {
    flex-grow: 1;
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }
}

.store-coupon .block .media .media-body {
  margin: 0 75px;
}

.store-coupon .block .media .media-body h4 {
  font-size: 30px;
  letter-spacing: 0px;
}

.store-coupon .block .media .media-body ul li {
  font-size: 16px;
  padding: 0 15px;
  border-right: 1px solid #dedede;
}

.store-coupon .block .media .media-body ul li:last-child {
  border: none;
}

.store-coupon .block .media .media-body ul li a {
  color: #B80C09;
}

.store-coupon .block .media .media-body p {
  font-size: 16px;
  line-height: 26px;
  color: #141301;
  letter-spacing: 0;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .store-coupon .block .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .store-coupon .block .media .media-body {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .store-coupon .block .social-content {
    flex-grow: 1;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}

.store-coupon .block .social-content ul.social-circle-icons li {
  margin-right: 7px;
}

.store-coupon .block .social-content ul.social-circle-icons li:last-child {
  margin-right: 0;
}

.store-coupon .block .social-content ul.social-circle-icons li a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #B80C09;
  height: 38px;
  width: 38px;
  border: 2px solid #B80C09;
  background: #fff;
  border-radius: 100%;
}

.store-coupon .block .social-content ul.social-circle-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: #B80C09;
}

.store-coupon .block .social-content .share {
  font-size: 16px;
  line-height: 28px;
  color: #141301;
}

@media (max-width: 768px) {
  .store-coupon .block .social-content .share {
    text-align: center !important;
    margin-top: 10px;
  }
}

.store {
  padding: 0 0 80px 0;
}

.store .block .store-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0 40px 0 0;
  margin-bottom: 15px;
}

.submit-coupon-sec {
  padding-top: 70px;
}

.submit-coupon-sec form .form-group label {
  color: #666;
  font-size: 16px;
}

.submit-coupon-sec form .form-group .form-control {
  background: #fff;
}

.submit-coupon-sec form .form-group .input-group input {
  border-right: none;
}

.submit-coupon-sec form .form-group .input-group input:focus + .input-group-addon {
  border: 1px solid #B80C09;
}

.submit-coupon-sec form .form-group .input-group .input-group-addon {
  background: #fff;
  border-left: none !important;
}

.submit-coupon-sec form .form-group .input-group .input-group-addon i {
  font-size: 16px;
  color: #141301;
  padding-right: 8px;
}

.submit-coupon-sec form .coupon-type {
  padding: 40px 0 22px 0;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li {
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .submit-coupon-sec form .coupon-type ul.coupon-types li {
    margin: 5px;
  }
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a {
  color: #B80C09;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 25px 0;
  width: 170px;
  text-align: center;
  border: 1px solid #B80C09;
  border-radius: 3px;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a i {
  display: block;
  text-align: center;
  font-size: 40px;
}

.submit-coupon-sec form .coupon-type ul.coupon-types li.active a {
  background: #B80C09;
  color: #fff;
}

.submit-coupon-sec form button {
  margin-top: 10px;
}

.submit-coupon-sec p {
  margin: 70px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #141301;
  letter-spacing: 0px;
}

.submit-coupon-sec p a {
  color: #B80C09;
  text-decoration: underline;
}

article {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

article .image, article .video, article .post-slider {
  margin-bottom: 25px;
}

article img {
  width: 100%;
  border-radius: 3px;
}

article .video {
  position: relative;
}

article .video:before {
  border-radius: 3px;
}

article .video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

article .video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

article .video .video-box a img {
  width: 79px;
}

article .video .video-box a iframe {
  width: 100%;
  height: 100%;
}

article .post-slider .owl-nav {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

article .post-slider .owl-nav i {
  font-size: 30px;
  color: #fff;
}

article .post-slider .owl-nav [class*=owl-] {
  padding: 7px 16px;
  background-color: rgba(255, 255, 255, 0.35);
}

article .post-slider .owl-nav [class*=owl-]:hover {
  background-color: #B80C09;
}

article h3 {
  margin-bottom: 5px;
}

article ul {
  margin-bottom: 15px;
}

article ul li {
  margin-right: 10px !important;
  color: #141301;
}

article ul li a {
  color: #B80C09;
}

article p {
  line-height: 26px;
  color: #141301;
  margin-bottom: 24px;
}

article .btn {
  margin-bottom: 10px;
}

.single-blog {
  padding-top: 50px !important;
}

article.single-post img {
  margin-bottom: 35px;
}

article.single-post p {
  margin-bottom: 35px;
}

.comment {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.comment h4 {
  font-size: 20px;
  letter-spacing: 0;
}

.comment button {
  margin: 10px 0;
}

.popup .block-1 {
  padding: 20px 80px;
  background: #F6F8FA;
}

.popup .block-1 .media .img-content {
  height: 80px;
  width: 130px;
  background: #fff;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.popup .block-1 .media .media-body h4 {
  font-size: 22px;
}

.popup .block-2 {
  padding: 50px 80px;
  background: #fff;
}

.popup .block-2 h6 {
  margin-bottom: 20px;
}

.popup .block-2 p {
  width: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  background: #fff6f7;
  border: 2px dashed #B80C09;
  border-radius: 3px;
  margin-bottom: 40px;
}

.popup .block-2 form .form-group label {
  display: block;
  color: #666;
}

.popup .block-2 form .form-group a {
  float: right;
  margin-top: -5px;
}

.ad-post form fieldset input:focus {
  outline: 0;
}

.ad-post form fieldset label {
  margin-bottom: 0;
}

.ad-post .choose-file {
  cursor: pointer;
  display: block;
  border: 3px dashed #eaedef;
}

.ad-post .choose-file .select-files {
  border-radius: 45px;
}

.ad-post textarea {
  height: 165px;
}

.ad-listing-list {
  transition: all linear 0.3s;
}

.ad-listing-list:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.product-ratings ul li i {
  font-size: 20px;
  color: #B80C09;
}

.terms-condition-content p {
  line-height: 30px;
}

.package-content {
  transition: all linear 0.3s;
}

.package-content .package-content-heading i {
  font-size: 50px;
  padding-bottom: 25px;
  color: #B80C09;
}

.package-content .package-content-heading span {
  font-size: 30px;
}

.package-content ul li i {
  margin-right: 10px;
}

.package-content:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.about-content p {
  line-height: 30px;
}

.counter-content i {
  font-size: 60px;
  color: #B80C09;
}

.counter-content span {
  font-size: 24px;
}

.contact-us-content h1 {
  font-size: 66px;
}

@media (max-width: 992px) {
  .contact-us-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .contact-us-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .contact-us-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  .contact-us-content h1 {
    font-size: 36px;
  }
}

form textarea {
  height: 200px;
}

.footer {
  background: #232425;
}

.footer .block h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

.footer .block.about img {
  margin-bottom: 10px;
}

.footer .block.about p {
  line-height: 26px;
}

.footer .block ul li {
  margin-bottom: 10px;
}

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

.footer .block ul li a:hover {
  color: #B80C09;
  text-decoration: none;
}

.footer .block ul.terms-list {
  margin-top: 10px;
}

.footer .block ul.terms-list li a {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .footer .block:last-child {
    margin-bottom: 30px;
  }
}

.footer .block-2 {
  padding: 18px 30px;
  background: #46484A;
  border-radius: 2px;
}

.footer .block-2.app-promotion {
  margin-bottom: 20px;
}

.footer .block-2.app-promotion p {
  margin-left: 20px;
  color: #fff;
}

.footer .block-2.discount-coupon p {
  color: #fff;
  margin-bottom: 0;
}

.footer .block-2.discount-coupon p a {
  color: #B80C09;
}

.footer-bottom {
  position: fixed;
  background: #141301;
  padding: 15px 0;
  bottom: 0px;
  width: 100%;
}
.pages-container{
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-bottom .copyright p {
  /*color: #FFF;*/
  margin-bottom: 0;
}

.social-media-icons {
  text-align: center !important;
}

.social-media-icons li {
  display: inline-block;
}

.social-media-icons li a {
  color: #fff;
  background: #B80C09;
  padding: 0 20px;
}

.social-media-icons li a:hover {
  color: #B80C09 !important;
  background: #fff;
  text-decoration: none;
}

.top-to {
  position: absolute;
  right: 20px;
  bottom: 50px;
  display: flex;
  justify-content: center;
}

.top-to a {
  width: 40px;
  height: 40px;
  background: #B80C09;
  color: #fff;
  display: flex;
  justify-content: center;
}

.top-to a i {
  line-height: 40px;
}

.top-to a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=maps/style.css.map */


.clear-both {
  clear: both;
}
.max-w-100 {
  max-width: 100% !important;
  overflow: hidden !important;
}


/* Product Edit/Create */

.category-fields-loading img {
  width: 80px;
  margin: auto;
  display: block;
}
#loading-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #9e9e9e4f;
  z-index: 1;
  display: none;
}
#loading-overlay img {
  width: 100px;
  margin: 20% auto;
  display: block;
}

/* Product Media Edit  */

.edit-product-media, .delete-product-media {
  position: relative;
  display: flex;
  height: 100%;
  opacity: 0.7;
  transition: all .2s ease-in 0s;
  cursor: pointer;
}
.edit-product-media img, .delete-product-media img {
  object-fit: cover;
  margin: auto;
}
.edit-product-media:hover, .delete-product-media:hover {
  opacity: 1;
  transition: all .2s ease-in 0s;
}
.selected-media.edit-product-media{
  opacity: 1;
  cursor: pointer;
}

.edit-product-media-select-overlay, .delete-product-media-select-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding-left: 7px;
  text-align: left;
  font-size: 24px;
  color: #4CAF50;
  display: none;
}
.selected-media .edit-product-media-select-overlay{
  display: block;
  transition: all .2s ease-in 0s;
}

.delete-product-media:hover .delete-product-media-select-overlay {
  text-align: center;
  font-size: 40px;
  display: flex;
  color: #F44336;
  transition: all .2s ease-in 0s;
}
.delete-product-media-select-overlay i {
    margin: auto;
}
.slider-img{
  width: 100%;
  height: 200px;
}
.header-row{
  align-items: center;
}
.main-nav .nav-item .nav-link{
  font-size: 20px;
  padding: 0px 5px;
  line-height: 50px;
  color: #f7f7f7;
}
.btn-area{
  padding-bottom: 12px;
  font-size: 16px;
}
.level2-section{
  padding: 20px 0;
}
.section{
  padding-bottom: 20px;
}
.category-block .category-list li a span{
  float: right;
  background: #B80C09;
  color: white;
}
.social-media-icons li a {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #B80C09;
  color: #fff;
}
.footer-bottom{
  background: #141301;
  color: white;
  z-index: 100;
}
.searchBtn,.contactBtn, .loginBtn{
  border: 1px solid #fff;
  background: #B80C09;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  border-radius: 2px;
}
.searchBtn1{
  border: 1px solid #fff;
  background: #373F51;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  border-radius: 2px;
}
.searchBtn1:hover{
  background:#fff ;
  color: #373F51;
  border: 2px solid #373F51;
}
.searchBtn:hover ,.contactBtn:hover{
  background:#fff ;
  color: #B80C09;
  border: 2px solid #B80C09;
}
.list-inline-item{
  float: right;
}
.more_btn{
  background: #B80C09;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
}
.more_btn:hover{
  background:#fff ;
  color: #B80C09;
  border: 2px solid #B80C09;
}
.fa-folder-open-o,.fa-calendar,.fa-map-marker,.fa-star,.fa-hand-o-left, .fa-key, .fa-envelope-o,.fa-user-o, .fa-wrench,
.fa-user, .fa-bookmark-o, .fa-file-archive-o, .fa-bolt, .fa-cog, .fa-check-circle-o, .fa-remove, .fa-hourglass-2{
  color: #fff;
}
.fa-whatsapp, .fa-mobile-phone, .fa-globe,.fa-tags, .fa-envelope-o, .fa-map-marker{
  color: #B80C09;
}
.subCat{
  font-size: 14px;
  margin-right: 10px;
}
.search_param{
  color: #B80C09;
}
.card-img-top{
  height:200px;
}
.list_price{
  color: #B80C09;
  float:right;
}
.grid_price{
  color: #B80C09;
}
.product-item .product-meta{
  margin-bottom: 5px;
}
.product-item .card .card-body{
  padding: 5px 10px;
}
.product-item .card .card-footer{
  padding: 5px 10px;
  background: #fff;
  border: none;
}
.left-item{
  float:left;
}
.product-item .thumb-content .sp-offer {
  position: absolute;
  top: 0px;
  left: 5px;
  float: left;
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
}
.cat-details{
  margin-top: 20px;
}
.fa-th-large,.fa-reorder{
  color:#dedede;
}
.fa-th-large:hover,.fa-reorder:hover{
  color:#B80C09;
}
.review-comment{
  float:right;
}
.contact-info,.member-bio{
  text-align: left;
}
.contact-info{
  margin-bottom: 5px;
}
.header-section{
  border-bottom: 4px solid #d1b159;
  background:#373F51;
  color: #f7f7f7;
}
.footer.section{
  border-top: 4px solid #B80C09;
}
.contactForm .form-group .validation {
  color: #B80C09;
  display: none;
  margin: 0 0 20px;
  font-size: 14px;
}
.list-group-item span{
  float:right;
  color:white;
  background: #B80C09;

}
.list-group-item.active{
  z-index: 2;
  color: #fff;
  background-color: #B80C09;
  border-color: #B80C09;
}
.list-group-item.active span{
  color: #B80C09;
  background-color: #fff;
}
.list-group-item.active i{
  color: #fff;
}

ul.pagination li {
  margin-right: 10px;

}

ul.pagination li a {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666;
}

ul.pagination li a:hover {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: transparent !important;
}

ul.pagination .active a {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: transparent !important;
}


ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666;
}

ul.pagination .active a {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.pagination .page-item {
  margin-right: 10px;
}

.pagination .page-item .page-link {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 40px;
  min-width:40px;
  line-height: 40px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666;
}

.pagination .page-item .page-link:hover {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.pagination .page-item.active .page-link {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: transparent !important;
}


.pagination .page-link {

}

.pagination .page-item .page-link {
  border-radius: 3px !important;
  font-size: 14px;
  padding: 0;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666;
}
.select2 {
  width: 100%;
  height: 40px;
}

/*  */

.in-favorite {
  color: #ed3833;
}
.action-disabled {
  pointer-events: none !important;
  color: #999999 !important;
}
.ar-modal-footer{
  justify-content: flex-start;
}
.ar-modal-title{
  flex: 1;
}
.review-user-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 10px;
}
.no-ratings {
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.goback-button {
  background: #28a745;
  display: inline-block;
}
.text-red {
  color: #B80C09;
}


/*------------------------------------*\
	Article Share
\*------------------------------------*/

.product-details.product-share > a {
  display:block;
  width:60px;
  height:40px;
  font-size:14px;
  text-align:center;
  background-color:#231F20;
  color:#FFF;
  margin-right: 0.5em;
  padding: 10px 20px;
}

.product-share > a.facebook {
  color: #FFF;
  background-color: #3b5999;

}

.product-share > a.twitter {
  color: #FFF;
  background-color:#00aced;
}

.product-share > a.google {
  color: #FFF;
  background-color:#d44332;
}

.product-details.product-share > a:hover, .product-details.product-share-xs > a:hover  {
  cursor: pointer;
  opacity:0.8;
}
.product-details.product-share-xs{
  position: relative;
  padding: 0px 0px 0px 0px;
  float: right;
}
.product-details.product-share-xs > a{
  display: inline-block;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px;
}

.slick-dots{
  position: relative;
  text-align:justify;
}
.product-slider .slick-dots{
  bottom: -3px;
}
.sortBy{
  padding: 2px;
}
.sortMsg{
  padding-top: 10px;
}

.sortBtn{
  border: 1px solid #fff;
  background: #B80C09;
  color: #fff;
  font-size: 16px;
  padding: 13px 45px;
  border-radius: 4px;
}
.sortBtn:hover{
  background:#fff ;
  color: #B80C09;
  border: 2px solid #B80C09;
}
.panel .panel-default{
  text-align: right ;
}
#user{
  line-height: 7px;
}
.act_btn{
  color: #fff;
  background-color: #B80C09;
  padding: 7px;
}
.act_btn i{
  padding: 5px;
}
.act_btn:hover, .act_btn:focus{
  color: #B80C09;
  background-color: #fff;
  border: 1px solid #B80C09;
}




@media only screen and (max-width: 767px) {

  #navbarSupportedContent {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 300px;
    width: 0%;
    padding-top: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 99;
  }

  #navbarSupportedContent.navbar-collapse {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Ads */
.in-page-top-ad img, .in-page-bottom-ad img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  max-width: 270px;
  display: inline-block;
  padding: 5px;
  margin: auto;
}
.header-ad img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: inline-block;
  max-width: 200px;
  padding: 5px;
  margin: auto;
}
.ad-full-width img {
    max-width: 900px;
}

.w-80 {
  width: 80% !important;
}

/* loader */
.lds-ellipsis {
  margin: auto;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div {background: #53b64b;}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.hpi{
  display: none !important;
}
ins.adsbygoogle {
  background: #c7c7c7 !important;
}
.responsive-ad-container ins{
  max-width: 100% !important;
}
@media screen and (max-width: 768px){
  .responsive-ad-container ins, .responsive-ad-container iframe{
    width: 100% !important;
  }
}
.slider-image, .slider-video {
  /*max-height: 550px;*/
  /*object-fit: contain;*/
  object-fit: fill;
  height: 500px;
}

/*  */
@media screen and (max-width: 750px) {
  .product-table-listing-info-title {
    min-width: 70px;
  }
  .product-table-listing-info-value {
    min-width: 75px;
  }
  .product-table-listing-info-title, .product-table-listing-info-value {
    font-size: 11px !important;
  }
}
tr td.product-thumb img {
  margin-left: 10px;
  width: 120px;
  object-fit: contain;
}
.visits-counter-container{
}
.visits-counter-container br {
  display: none;
}

.visits-counter-container:first-child {
  color: #FFF;
  /*display: none;*/
}
.visits-counter-container a{
  margin: auto;
  display: block;
  width: 100px;
  font-size: 0px;
}
#error_ {
  display: none;
}
@media screen and (max-width: 1200px){
  .main-nav .nav-item .nav-link {
    font-size: 11px !important;
  }
  
}


@media (min-width: 576px) { 
  .container{
  	max-width: 500px;
  }
  .nav-pills .nav-link{
    font-size: 12px;
  }
 }


@media (min-width: 768px) { 
  .container{
  	max-width: 700px;
  }
  .nav-pills .nav-link{
    font-size: 12px;
  }
 }


@media (min-width: 992px) { 
  .container{
  max-width: 900px;
}
.nav-pills .nav-link{
  font-size: 12px;
}
 }


@media (min-width: 1200px) { 
  .container{
  	max-width: 1300px;
  }
  .nav-pills .nav-link{
    font-size: 14px;
  }
}


@media (min-width: 1400px) { 
  .container{
  	max-width: 1500px;
  }
  .nav-pills .nav-link{
    font-size: 17px;
  }
 }



.login-nav-link {
  color: #53b64b !important;
  padding: 4px 6px !important;
  border-radius: 4px;
}
.login-nav-link i {
  color: #FFF;
}
.lang-ico img {
  width: 25px;
}
.lang-ico{
  padding-top: 14px;
}
.red-star {
  color: #B80C09;
}


.category-block .category-list li a span {
  float: right;
  font-size: 11px;
  border-radius: 10px;
  padding: 3px 8px;
  color: white;
}
.list-inline-item.left-item{
  float:right;
  padding-left: 10px;
}
.list-inline-item{
  float: left;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:#fff;
}
.form-row{
  padding: 10px 10px;
}
.form-container{
  padding: 10px 10px;
}
.sortable{
  color:  #B80C09;
}
.align-right{
  text-align: right;
}
.align-left{
  text-align: left;
}
.back-gray{
  background: #eee;
  padding: 5px;
}
.news-title{
  color: #B80C09;
  padding: 5px 0px;
}
.no_results{
  color: #BBBBBB;
}
.filters-row{
  margin-bottom: 5px;
  padding: 3px;
  background: #E5E7E6;
}
.select2.open .list{
  width:100%;
}
.dash {
  padding: 20px 5px;
  margin: 5px;
  font-size: 17px;
}


.up_num{
  color: #d1b159;
}
.cat_badge{
  background: #141301;
  color: white;
  border-radius: 10px;
  font-size: 14px;
}
.form-error ul li{
  color: #B80C09;
}
.select2-container--default .select2-selection--single{
	height: 40px;
}
.alert-danger{
	background-color: #B7B5B3;
    border-color: #B7B5B3;
    color: #141301;
}
.nav-link.dash{
	border-radius: 0.25rem;
	background-color: #373F51;
	color:#FFFFFF;
	padding-top:30px;
	padding-bottom:30px;
	padding-left: 8px;
	padding-right: 8px;
}
.nav-link.dash:hover{
	background-color: #B80C09;
	color:#FFFFFF;
}

.nav-link.dash-sub{
	border-radius: 0.25rem;
	background:#B80C09;
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	min-width: 120px;
	
}
.nav-link.dash-sub:hover{
	background:#141301;
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
}
.nav-item.dash-item{
	margin-left:5px;
	margin-right:5px;
	width: 100px;
}
.counter_badge{
	background:#373F51;
	color:#FFFFFF;
	padding:5px 10px;
	font-size: 20px;
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #B80C09;
  border: 0;
  display: inline-block;
  padding-right: 3px;
  font-size: 12px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.btn-success{
	background: #B80C09 !important;
    border-color: #B80C09 !important;
}
.btn-success:hover{
	background: #FFFFFF !important;
    border-color: #B80C09 !important;
    color: #B80C09 !important;
}

.btn-danger{
	background: #141301 !important;
    border-color: #141301 !important;
}
.btn-danger:hover{
	background: #FFFFFF !important;
    border-color: #141301 !important;
    color: #141301 !important;
}