@import url('https://fonts.googleapis.com/css?family=Heebo:400,800&display=swap');

body {
	font-family: 'Heebo', sans-serif;
}

.row::before {
	display: none;
}

.site-navbar {
    direction: rtl;
}

.search-wrap .form-control {
    padding-right: 2.5rem;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: right;
}

.site-mobile-menu .site-mobile-menu-body {
    text-align: right;
}

.title-section {
	text-align: right;
}

.title-section h2 {
    padding-right: 30px;
    border-right: 4px solid #e91c23;
	padding-left: 0 !important;
    border-left: none !important;
}

.title-section.text-center h2 {
    border-right: none !important;
	padding-right: 0 !important;
}

.item-entry .item-title {
    text-align: right;
    direction: rtl;
}

.item-entry .item-price {
    text-align: right;
    direction: rtl;
	float: right;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	direction: rtl;
    letter-spacing: 0;
    color: unset !important;
	border: 2px solid #d7d7d7;
}

.site-logo a {
    letter-spacing: 0;
    color: unset !important;
	border: 2px solid #d7d7d7;
}

.site-mobile-menu .site-nav-wrap > li > a {
    font-weight: 800;
}

.site-navbar .site-navigation .site-menu > li > a {
    font-weight: 800;
}

.profile-pic {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
.site-blocks-cover .site-block-cover-content {
    margin-top: 20%;
}
}

@media (min-width: 768px) {
.site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 5%;
}
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*//////// MODAL /////////*/

@media (min-width: 576px) {
	.modal-dialog-centered:before {
		height: calc(15vh - (1.75rem * 2)) !important;
	}
}

.modal-dialog-centered:before {
    display: block;
    height: calc(15vh - (0.5rem * 2)) !important;
    content: "";
}

.modal-content {
	direction: rtl;
}

.modal-title {
    width: 100%;
	text-align: center;
	margin: 0;
}

.btn {
	font-size: 1.7rem;
	font-weight: 800;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff !important;
    background-color: #ee4266 !important;
    border-color: #ee4266 !important;
}

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:focus {
    color: #76838f !important;
    background-color: #e4eaec !important;
    border-color: #e4eaec !important;
}

.btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.h2, h2 {
    font-size: 2.7rem;
}

.h4, h4 {
    font-size: 2.2rem;
}

.h6, h6 {
    font-size: 1.7rem;
}

p {
	font-size: 1.7rem;
}

.form-control {
    font-size: 1.7rem;
}

.product-item img {
	top: 0;
    max-width: 100%;
}

.product-item.md-height {
    padding: 0;
	height: auto !important;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 !important;
}

.product-item.sm-height {
    height: 170px;
}

.btn.btn-black {
    padding: 10px 30px;
}

.product-item .product-category {
    text-align: center;
    line-height: 1;
}

.carousel-fullscreen .carousel-inner .item {
    height: 60vh; 
    min-height: 300px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

@media (min-width: 768px) {
.carousel-fullscreen .carousel-inner .item {
    height: 90vh; 
    min-height: 550px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}	
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.super-heading {
    font-size: 5rem; 
	font-weight: 600;
	line-height: 1.1;
}


.super-paragraph {
    font-size: 2.5rem;
	line-height: 1.1;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; }

.carousel-control.right, .carousel-control.left {
	background: transparent !important;
}

@media (min-width: 768px) {
.carousel-caption {
	left: 30%;
	right: 30%;
}

.btn-sliderheader {
	padding-right: 25% !important;
	padding-left: 25% !important;
}
}

.notification_bar {
	height: 3.8rem !important;
    overflow: visible;
	background: #000000;
	text-align: center;
    padding: 8px;
}

.notification_title {
	color: #ffffff;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.cbx, .cbx2, .cbx3 {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.cbx:after, .cbx2:after, .cbx3:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 8px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
#cbx:checked ~ .cbx {
  border-color: transparent;
  background: #3b3f51;
  animation: jelly 0.6s ease;
}
#cbx:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

#cbx2:checked ~ .cbx2 {
  border-color: transparent;
  background: #3b3f51;
  animation: jelly 0.6s ease;
}
#cbx2:checked ~ .cbx2:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

#cbx3:checked ~ .cbx3 {
  border-color: transparent;
  background: #3b3f51;
  animation: jelly 0.6s ease;
}
#cbx3:checked ~ .cbx3:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

@-moz-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-o-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

.list-unstyled {
	padding: 0 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    font-weight: 600;
}

.pagination a {
    padding: 8px 12px !important;
}


.badge-primary {
	background-color: #007bff;
	color: #fff;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}