@font-face{
  src:url(../fonts/Bahij.ttf);
  font-family:Bahij;
}
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6, [dir="rtl"] a, [dir="rtl"] li, [dir="rtl"] span, [dir="rtl"] p, [dir="rtl"] div, [dir="rtl"] button {
    font-family: Bahij !important;
}
.category-menu .cat-icon{
	font-family: 'themify' !important;
}
[class^="ti-"], [class*=" ti-"]{
    font-family: 'themify' !important;	
}
.switch-icon span , [dir="rtl"] .ti-angle-up{
font-family: 'themify' !important;		
}



#product-review {
    background-color: #f5f5f5;
    padding: 40px;
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.comment-form #edit-name{
    background-color:#fff;
}
.comment-wrap{
     background-color: #fff;
    padding: 10px;   
}

#edit-comment-body-0-format-help ,
#edit-comment-body-0-format-guidelines ,
.comment-reply{
    display:none !important;
}














[dir="rtl"] .block-subtitle {
  display: none;
}
[dir="rtl"] .order-total-line .order-total-line-label {
  margin-inline-end: 10px;
}
[dir="rtl"] .page-cart #edit-submit {
  margin-inline-end: 10px;
}

.product-meta-item.product-sku .field-label {
  min-width: 95px;
  display: inline-block;
}
.product-meta-item.product-sku .field-item {
  display: inline-block;
}
.product-meta-item.product-sku .field-label {
  float: left;
  margin-right: 7px;
}
[dir="rtl"] .product-meta-item.product-sku .field-label {
  float: right;
  margin-left: 7px;
}

.field-field-logo img {
  width: 20px !important;
  margin: 0 auto;
  max-height: 100%;
}
.product--rendered-attribute__selected ~ label.option .product-attribute {
  border-bottom: 2px solid red !important;
  border-radius: 0 !important;
}
#drupal-modal .product-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#colorbox {
  z-index: 100000000;
}

.piczoomer {
  max-width: 300px;
  margin: 0 auto;
}
.field.field-field-logo.field-type-image.field-label-hidden.field-item {
  height: 25px;
}

.slide-content {
  color: white;
}
.slide-content .heading-text-content {
  color: white;
}
.icons-what {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 29px;
    padding: 5px;
    background-color: #77d4ef;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    left: 18px;
    bottom: 80px;
    z-index: 9999;
    transition: transform 0.4s ease-in-out;
}
[dir="rtl"] .icons-what{
   left: unset;
right:18px;   
}
.icons-account {
  display: inline-block;
  width: 84px;
  font-size: 29px;
  padding: 2px;
background-color: #77d4ef;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transition: transform 0.4s ease-in-out;
  display:none;
}
.cart input#edit-checkout {
  background: #77d4ef;
  
}
.cart input#edit-checkout:hover {
  background: rgb(0, 153, 0);
}
.brand.logo img{
	width:100%;
	height:auto;
}
.mega-menu > ul > li > a{
	text-align:start !important;
}
@media (max-width: 768px) {
    .cart input#edit-checkout{
        margin-top: 1rem;
    }
    .grid-wrapper{
      margin-left: 15px!important;
      margin-right: 15px!important;
    }
    .page-wrapper{
      padding-top: 0px!important;
      padding-bottom: 0px!important;
    }
    .content-wide .block {
      padding-top: 20px!important;
      padding-bottom: 20px!important;
  }
    .product-teaser .product-add-cart input[type="submit"], .product-teaser .product-add-cart .button{
      font-size: 12px;
      padding: 0px 10px;
    }
  .region-footer-forth {
    display: none;
  }
  .region-footer-first
    .field.field-body.field-type-text-with-summary.field-label-hidden.field-item {
    text-align: center;
  }
  .col-md-3.col-xs-6.footer-widget-section,
  .col-md-2.col-xs-6.footer-widget-section {
    flex: 0 0 50%;
    text-align: center;
  }
  .footer-bottom p,
  .copyright p {
    font-size: 12px;
    text-align: center;
  }
  .cart input#edit-edit-quantity-0 {
    text-align: center;
  }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    height: 2px;
  }
  table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    height: 5px;
  }


  .cart--cart-block .cart-block--contents{
      right: unset;
      left:-190px;
  }
  #block-footer-about .field-body .margin-bottom-20{
	    display: inline-block;  
  }
}
.product-search .post-image .field-item img {
  max-width: 125px;
  max-height: 125px;
  object-fit: cover;
}

div#fac-result-search-0 {
  z-index: 1000;
  top:3rem;
}
.product-search .product-meta {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#completion {
  width:20%;
  height:20%;
  margin: auto;
  display: block;
}

@keyframes hideshow {
  0% { opacity: 0.2; }
  10% { opacity: 0.2; }
  15% { opacity: 0.2; }
  100% { opacity: 1; }
} 

#cirkel { 
  animation: hideshow 0.4s ease;
}

#check {
  animation: hideshow 0.4s ease;
}

#stars {
  animation: hideshow 1.0s ease;
  opacity: 0.9;   
}


@keyframes hideshow {
  0% {
    transform: scale(0.2);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(1.0);
    transform-origin: initial;
  }
}

@keyframes draaien {
  0% {
    transform: rotate(40deg);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(0deg);
    transform-origin: initial;
  }
}

#check {
  animation: draaien 0.8s ease;
}


@keyframes transparant {
  0% {
    opacity: 0;
    
  }
  50%{
    opacity: 0.5;
  }
  80%{
    opacity:0.8;
  }
  100% {
    opacity: 1;
  }
}

#check {
  animation: transparant 2s ;
}
.complete-text {
  margin-bottom: 3rem;
}
.footer-bottom .block{
  text-align: center;
  padding: 10px 0!important;
}
.footer-widget .block{
  padding: 33px 0 40px 0!important;
}
div#edit-field-google-map-link-0-uri--description {
  display: none;
}
.wrapper{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow-x: hidden;	
}
.slide-image{
filter: brightness(0.7);	
}
.slide-content-main{
    background-color: #00000047;
    padding: 20px;
text-align:center !important;	
}
.pre-heading-text{
    font-size: 49px;
}
[dir="rtl"] .owl-nav button{
 transform: rotate(180deg) !important;	
}
#block-shop-icon-box2.dark-bg {
    background-color: #004b79 !important;	
}
.promotion-container{
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);	
}
.path-frontpage .page-wrapper{
	padding:0 !important;
}
.product-teaser-wrap .attribute-widgets{
	display:none;
}
.product-post .attribute-widgets .radios > div{
    margin: 0px 20px;
}
.block-views-blockrelated-products-block-1{
    margin-top:80px !important; 
}
.responsive-menu, .responsive-header, .responsive-click{
	display:none;
}
.category_refine__button--sticky__21i5m{
	display:none;
}
.path-products .category_refine__button--sticky__21i5m {
    display: block;
}
.category_refine__button--sticky__21i5m .category_refine__button-icon__3kZXv {
    display: block;
    height: 25px;
    width: 25px;
}
.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}
.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(
0deg
);
    -ms-transform: rotate(0deg);
    transform: rotate(
0deg
);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: white;
}
  .hamburglar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: #158fef;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
  }
  
  .animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
  }
  
  .path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: white;
  }
   @-webkit-keyframes 
  rotate-out {  0% {
   -webkit-transform: rotate(0deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
   @keyframes 
  rotate-out {  0% {
   -webkit-transform: rotate(0deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
  @-webkit-keyframes 
  rotate-in {  0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  @keyframes 
  rotate-in {  0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  
  .hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
  }
   @-webkit-keyframes 
  dash-in {  0% {
   stroke-dashoffset: 240;
  }
   40% {
   stroke-dashoffset: 240;
  }
   100% {
   stroke-dashoffset: 0;
  }
  }
   @keyframes 
  dash-in {  0% {
   stroke-dashoffset: 240;
  }
   40% {
   stroke-dashoffset: 240;
  }
   100% {
   stroke-dashoffset: 0;
  }
  }
  @-webkit-keyframes 
  dash-out {  0% {
   stroke-dashoffset: 0;
  }
   40% {
   stroke-dashoffset: 240;
  }
   100% {
   stroke-dashoffset: 240;
  }
  }
  @keyframes 
  dash-out {  0% {
   stroke-dashoffset: 0;
  }
   40% {
   stroke-dashoffset: 240;
  }
   100% {
   stroke-dashoffset: 240;
  }
  }
  
  .burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
  }
  
  .burger-container {
    position: relative;
    height: 28px;
    width: 36px;
  }
  
  .burger-bun-top,
  .burger-bun-bot,
  .burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: white;
  }
  
  .burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
  }
  
  .burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
  }
  
  .burger-filling { top: 12px; }
  
  .burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
  }
  
  .svg-ring {
    width: 68px;
    height: 68px;
  }
  
  .hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
  
  .hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
  
  .hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
  
  .hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
   @-webkit-keyframes 
  bun-top-out {  0% {
   left: 0;
   top: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   20% {
   left: 0;
   top: 0;
   -webkit-transform: rotate(15deg);
   transform: rotate(15deg);
  }
   80% {
   left: -5px;
   top: 0;
   -webkit-transform: rotate(-60deg);
   transform: rotate(-60deg);
  }
   100% {
   left: -5px;
   top: 1px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
  }
  }
   @keyframes 
  bun-top-out {  0% {
   left: 0;
   top: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   20% {
   left: 0;
   top: 0;
   -webkit-transform: rotate(15deg);
   transform: rotate(15deg);
  }
   80% {
   left: -5px;
   top: 0;
   -webkit-transform: rotate(-60deg);
   transform: rotate(-60deg);
  }
   100% {
   left: -5px;
   top: 1px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
  }
  }
  @-webkit-keyframes 
  bun-bot-out {  0% {
   left: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   20% {
   left: 0;
   -webkit-transform: rotate(-15deg);
   transform: rotate(-15deg);
  }
   80% {
   left: -5px;
   -webkit-transform: rotate(60deg);
   transform: rotate(60deg);
  }
   100% {
   left: -5px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
  }
  @keyframes 
  bun-bot-out {  0% {
   left: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
   20% {
   left: 0;
   -webkit-transform: rotate(-15deg);
   transform: rotate(-15deg);
  }
   80% {
   left: -5px;
   -webkit-transform: rotate(60deg);
   transform: rotate(60deg);
  }
   100% {
   left: -5px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
  }
  @-webkit-keyframes 
  bun-top-in {  0% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
  }
   20% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(-60deg);
   transform: rotate(-60deg);
  }
   80% {
   left: 0;
   bot: 0;
   -webkit-transform: rotate(15deg);
   transform: rotate(15deg);
  }
   100% {
   left: 0;
   bot: 1px;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  @keyframes 
  bun-top-in {  0% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
  }
   20% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(-60deg);
   transform: rotate(-60deg);
  }
   80% {
   left: 0;
   bot: 0;
   -webkit-transform: rotate(15deg);
   transform: rotate(15deg);
  }
   100% {
   left: 0;
   bot: 1px;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  @-webkit-keyframes 
  bun-bot-in {  0% {
   left: -5px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
   20% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(60deg);
   transform: rotate(60deg);
  }
   80% {
   left: 0;
   bot: 0;
   -webkit-transform: rotate(-15deg);
   transform: rotate(-15deg);
  }
   100% {
   left: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  @keyframes 
  bun-bot-in {  0% {
   left: -5px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
   20% {
   left: -5px;
   bot: 0;
   -webkit-transform: rotate(60deg);
   transform: rotate(60deg);
  }
   80% {
   left: 0;
   bot: 0;
   -webkit-transform: rotate(-15deg);
   transform: rotate(-15deg);
  }
   100% {
   left: 0;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  
  .hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
  
  .hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	padding: 0 !important;
  }
   @-webkit-keyframes 
  burger-fill-in {  0% {
   width: 0;
   left: 36px;
  }
   40% {
   width: 0;
   left: 40px;
  }
   80% {
   width: 36px;
   left: -6px;
  }
   100% {
   width: 36px;
   left: 0px;
  }
  }
   @keyframes 
  burger-fill-in {  0% {
   width: 0;
   left: 36px;
  }
   40% {
   width: 0;
   left: 40px;
  }
   80% {
   width: 36px;
   left: -6px;
  }
   100% {
   width: 36px;
   left: 0px;
  }
  }
  @-webkit-keyframes 
  burger-fill-out {  0% {
   width: 36px;
   left: 0px;
  }
   20% {
   width: 42px;
   left: -6px;
  }
   40% {
   width: 0;
   left: 40px;
  }
   100% {
   width: 0;
   left: 36px;
  }
  }
  @keyframes 
  burger-fill-out {  0% {
   width: 36px;
   left: 0px;
  }
   20% {
   width: 42px;
   left: -6px;
  }
   40% {
   width: 0;
   left: 40px;
  }
   100% {
   width: 0;
   left: 36px;
  }
  }
  
  .hamburglar{
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
  }

.category_refine__button__1FGBk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    padding: 12px 10px;
    letter-spacing: .3px;
    border: 3px solid transparent;
    outline: none;
    min-width: 120px;
    width: 100%;
    max-width: 370px;
    background-color: #fdebe6;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
.category_refine__button--sticky__21i5m .category_refine__button-text__3hGVn {
    display: none;
}
.category_refine__button--sticky__21i5m {
    position: fixed;
    right: 10px;
    top: -7px;
    z-index: 1;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 8px;
    border-radius: 50% !important;
    left: auto;
    transform: translateY(93px);
    transition: transform .2s ease;
    box-shadow: 0 0 7px rgb(51 51 51 / 25%);
    display: none;
}
[dir="rtl"] .category_refine__button--sticky__21i5m {
    right: unset;
    left: 10px;
}


.tabbar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-top: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
	display:none;
}
.tabbar [class^=icon-] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
}
.tabbar__tabslist {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3px 0;
}
.tabbar__tabslist li {
    padding: 6px 3px;
    flex: 1;
    vertical-align: baseline;
    list-style: none;
    position: relative;
}
.tabbar__tabslist li::marker {
    display:none;
}
.tabbar__tabslist li a {
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.tabbar [class^=icon-] {
    width: 22px;
    height: 22px;
}
.tabbar .icon-feed, .tabbar .icon-home {
    width: 24px;
    height: 24px;
    position: relative;
    top: 1px;
    background-image: url(../images/49e99e661f512b36a12cdbeb37bbe5fa.svg);
}
.tabbar__tabslist li a span {
    display: block;
    color: #848484;
    margin-top: 6px;
    font-size: 12px;
}
.tabbar .icon-categories {
    background-image: url(../images/1c30b18a3340a9c4ed50e9b871ae2055.svg);
}
.tabbar .icon-bag {
    padding-top: 0;
    margin-left: 4px;
    background-image: url(../images/9c0255c7c0f958766ea526ef334aa1f9.svg);
}
.tabbar .icon-favorites {
    background-image: url(../images/d903bf16e7c66823f4c52ce1ff2e89ed.svg);
}
.tabbar .icon-my-account {
    width: 24px;
    height: 24px;
    background-image: url(../images/f03ebdbb0de27459e11b5b59e45a6537.svg);
}

#block-views-block-points-of-user-block-2{
	display:none;
}
#block-views-block-points-of-user-block-1-2 .container-wrap{
 display: flex;	
     background-color: #ffffff;
    border: 1px solid #007cca;
    padding: 1px 20px;
}
#block-views-block-points-of-user-block-1-2 .block-title-wrap{
	margin:0;
}
#block-views-block-points-of-user-block-1-2 .block-title{
    font-size: 16px;
    margin: 0;
    margin-inline-end: 14px;	
}
.earned-points{
    font-size: 16px;	
}
.pepsi-products{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0px;	
}
.pepsi-products img{
	transition:.5s;
}
.pepsi-products img:hover{
transform: scale(1.1);
transition:.5s;
}




/*****************************************************************************/

@media only screen and (max-width: 768px) {
.block .block-title-wrap
{
    margin-bottom: 0;
}
.commerce-checkout-completion-register{
    width: 100%;
    margin: 0 0%;		
}
.cart-form .views-form form table{
    display: inline-block;
    width: 100%;
    overflow: scroll;
}
.cart-form .views-form form table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.cart-form .views-form form table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.cart-form .views-form #edit-submit, .cart-form .views-form .form-submit {
    width: 100%;
    margin: 0;
    margin: 10px 0;
    margin-inline-start: 0 !important;
}
[dir="rtl"] .cart--cart-block .cart-block--contents {
    width: 225px;
    right: -180px;
}
[dir="rtl"] .mega-menu > ul > li a{
	text-align:start;
}
.header-right, .header-main, .main-menu-right{
	display:block !important;
}
.path-frontpage #page-wrapper{
	display:block !important;
}
.testimonial-content{
	padding:0 !important;
}
.region-sidebar-first .facet-inactive{
    height: 130px;
    overflow-y: scroll;	
}
.feature-block-layout4 .field-body h4{
    margin-top: 30px;	
}
.action-block-2 .cta-link {
    text-align: center !important;
}
.page-compare .flipped-table{
	    width: 100% !important;
    overflow: scroll !important;
}
.page-compare .flipped-table table{
display: inline-block;
    width: 100%;	
}
.path-checkout #wrapper{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
.checkout-progress--step{
	width:50%;
}
[dir="rtl"] .header-element {
    left: 0px !important;
    right: auto;
}
.tabbar {
	display:block;
}
.categories-page img{
    width: 100%;
    height: 150px;	
}
.page-wrapper, .content-wide .block {
    padding-top: 0;
    padding-bottom: 35px;
}
#page-title {
    margin-top: 0;
    margin-bottom: 0;

}
.header-main-wrap {
    margin-top: 0;
}
.header-top{display:none;}
.responsive-header, .responsive-click {
    display: block !important;
}
.responsive-menu {
    display: inline-block;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    transition: .5s;
    left: -100%;
    z-index: 9;
    background-color: #fafafa;
}

.responsive-header .row .col-4 {
    padding: 0 5px;
}
.responsive-click {
    z-index: 10;
}
.responsive-click {
    display: inline-block;
    height: auto;
    margin: 10px;
    position: absolute;
}
.responsive-click {
    margin-top: 10px;
}
.responsive-click {
    margin: 0;
    position: static;
}
.hamburglar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: #158fef;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamburglar {
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
}
.hamburglar, .path-burger, .animate-path, .burger-ring, .svg-ring {
    width: 50px;
    height: 50px;
}
.hamburglar, .path-burger, .animate-path, .burger-ring, .svg-ring {
    width: 50px;
    height: 50px;
}
.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}
.burger-icon {
    position: absolute;
    padding: 11px 7px;
    height: 50px;
    width: 50px;
}
.burger-icon {
    position: absolute;
    padding: 11px 7px;
    height: 50px;
    width: 50px;
}
.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}
.burger-bun-top, .burger-bun-bot, .burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: white;
}
.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}
.burger-container span {
color: #0d639f;
    background: #0d629e;
}
   @-webkit-keyframes 
  rotate-out {  0% {
   -webkit-transform: rotate(0deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
   @keyframes 
  rotate-out {  0% {
   -webkit-transform: rotate(0deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
  }
  @-webkit-keyframes 
  rotate-in {  0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
  @keyframes 
  rotate-in {  0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
   40% {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
  }
   100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  }
.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
.burger-filling {
    top: 12px;
}
.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}
.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
.responsive-header .row {
    margin: 0;
    justify-content: center;
    align-items: center;
}
.main-header-responsive .responsive-logo img{
	    max-height: 59px;
}
.responsive-header-icon {
    display: inline-block;
    width: 100%;
    height: auto;
}
.responsive-header-icon-cart, .responsive-header-icon-search {
    display: inline-block;
    float: right;
}
  .responsive-header-icon i{
      display: inline-block;
      font-size: 27px;	
  }
  .hamburglar ,
  .path-burger ,
  .animate-path ,
  .burger-ring ,
  .svg-ring{
       width: 50px;
      height: 50px; 
  }
  .burger-icon{
       position: absolute;
      padding: 11px 7px;
      height: 50px;
      width: 50px; 
  }
  .burger-ring{
    display:none;
  }
  

  [dir="rtl"] .responsive-menu{
     left: unset;	
     right:-100%;
  }
  .responsive-header-wel{
      display: inline-block;
      width: 100%;
      height: auto;
    background: #fff;
    border-bottom: 3px solid #e4e4e4;
      padding: 5px 15px;	
  }
  .responsive-header-wel svg{    float: left;    margin: 9px 0 0 0;}
  [dir="rtl"] .responsive-header-wel svg{    float: right;    margin: 9px 0 0 0;}
  .responsive-menu-user{
	display: inline-block;
    margin: 0 0px;
    padding: 0px 0 0 10px;
  }
  [dir="rtl"] .responsive-menu-user{
	   padding: 0px 10px 0 0;
  }
  .user-menu-custom{
      display: inline-block;
      width: 50%;
      float: right;
  padding:10px;	
  }
  .responsive-header-wel h2{
  display: block;
      font-size: 19px;	
  }
  .responsive-menu-user > div:first-child a{
     background-color: #b50100;
      padding: 6px 40px;	
      color:#ffff;
  }
  .responsive-menu-user > div:nth-child(2) a{
      background-color: #ccc;
          padding: 6px 40px;
  }
  .product-category-icon-image img {
      max-width: 85px;
      margin: auto;
  }
  .tab-content{
  padding: 0;
      padding: 10px 0px;	
  }
  .responsive-menu .main-menu-new .active{
      color:black;
  }
	.responsive-menu-custom .nav-tabs li a {
		border: none;
		background: #b50100;
		color: white;
		padding: 5px;
		font-size: 14px;
	}
	[dir="rtl"] .responsive-menu-custom .nav-tabs li a {
		padding: 13px 0px !important;
		font-size: 13px !important;	
	}	
  .menu-dropdown:before{
      display:none;
  }
  .responsive-menu .mega-menu > ul > li{
	background: #efefef;
    margin: 3px 2%;
    width: 96%;
  }
  .responsive-menu .mega-menu > ul > li a{
	padding: 26px 0;
    padding-inline-start: 10px;
    text-align: start;
    display: inline-block;
    width: 70%;
    font-size: 17px !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  .responsive-menu .mega-menu > ul > li {
	background: #efefef;
    margin: 3px 2%;
    width: 96%;
  }
  [dir="rtl"] .responsive-menu .mega-menu > ul > li{
      background-position: left;	
  }
  .responsive-switcher{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 0;
  }
  .responsive-switcher h2{
  font-size: 20px;	
  }
[dir="ltr"] .responsive-header-icon-search {
    margin-right: 5px;
}
button.header-element-item.search-button {
    padding: 0;
    margin: 0;
    border: none;
}
.preloader{display:none;}

.responsive-logo {
    text-align: center;
}
.header-top-first, .header {
    display: none;
}
.click-position {
    position: absolute;
    right: 0;
    top: 0px;
}
[dir="rtl"] .click-position {
    right: unset;
    left: 0;
}
.responsive-header-wel p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
[dir="rtl"] .responsive-header-wel p{
	text-align: right;
}
.responsive-header-wel .language-responsive{
    display: inline-block;
    float: right;
    padding: 11px 36px 11px 0;
}
[dir="rtl"] .responsive-header-wel .language-responsive{
	float: left;padding: 11px 0 11px 36px;
}
.responsive-menu span, .responsive-menu a {
    font-size: 15px;
    padding: 15px;
}
.responsive-header-wel span {
    text-align: left;
    padding: 0;
}
.responsive-header-wel span a {
    text-align: left;
    padding: 0;
}
#hamburger.is-open {
    display: none;
}
.burger-ring {
    display: none;
}
.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0 !important;
}
#block-languageswitcher ul {
    display: inline-block;
    list-style: none;
    margin-top: 0;
}
#block-languageswitcher .en {
    display: none;
}
[dir="rtl"] #block-languageswitcher .en {
    display: block;
}
#block-languageswitcher a {
    padding: 3px 20px;
    border: 1px solid #ccc;
}
#block-languageswitcher .ar {
    display: block;
}

[dir="rtl"] #block-languageswitcher .ar {
    display: none;
}
#block-responsivemenu{
	
}
#block-responsivemenu ul{
	
}
#block-responsivemenu li{
    display: inline-block;
    width: 100%;	
	border-bottom: 1px solid #efefef;
}
#block-responsivemenu li a{
	display: inline-block;
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px;
    width: 100%;	
}
#block-responsivemenu li a i {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    vertical-align: middle;
    font-size: 25px;
    color: #555;
}
.main-header-responsive .col-12.header {
    display: block;
}
.box-icon .box-icon-items {
    padding: 0 0;
    text-align: center;
    width: 33%;
    margin: 0;
    height: 35px;
}
.box-icon .box-icon-item {
    border: 1px solid #f1f1f1;
    padding: 4px 5px;
    margin-bottom: 0;
    height: 35px;
    text-align: center;
}
.box-icon .box-icon-item .box-desc, .box-icon .box-icon-item .box-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.page-wrapper, .content-wide #block-shop-icon-box {
    padding-top: 0;
    padding-bottom: 0;
}
.block-views-blockproduct-taxonomy-product-category-count{display:none;}
.block-views-blockcategories-block-1{
display: inline-block;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.block-views-blockcategories-block-1 .categories-page img {
    width: 100%;
    height: 86px;
}
.page-wrapper, .content-wide .simplenews-subscriber-form {
    padding-top: 7px;
    padding-bottom: 9px;
}
.simplenews-subscriber-form .block-title-wrap {
    padding-left: 54px;    margin-bottom: 13px;
}
.footer-bottom{
	padding-bottom: 71px;
}
.footer-widget-section:first-child .aaa {
    display: block;
}
.region-footer-first .field-body > div:last-child {
    display: block; 
}
.footer-widget .footer-widget-section:first-child .block {
    padding-left: 15px;
    padding-top: 5px;
}
.footer-logo{
	    display: flex !important;
}
.footer-logo .margin-bottom-20 {
    margin-left: 0;
    text-align: center;
}
.footer-logo-text{
	margin: 14px 0 0 10px;
}
.footer-widget .block {
    padding: 20px 0 0 0;
}
div#block-footerabouttext {
    display: none !important;
}
.footer-logo-all{
	border-bottom: 1px solid #ccc;
}
.footer-logo-all .margin-bottom-20 {
    margin-bottom: 6px !important;
}
.content-wide .block.block-views-blockproduct-catalog-basic-new-products-carousel {
    padding-bottom: 9px;    padding-top: 10px;
}
.box-icon .box-icon-item .box-desc p:last-child {
    margin-bottom: 0;
font-size: 7px;
}
.cart--cart-block .cart-block--contents {
    width: 225px;
    right: 0px;
}
.block-views-blockcategories-block-1 h2{text-align:center}

#block-home01-banner1 .grid-item{    margin-bottom: 0;}

.simplenews-subscriber-form input{    height: 30px;    line-height: 38px;}
.box-icon .box-icon-item .box-desc {
    text-align: left;
    font-size: 12px;
    width: 63%;
    display: inline-block;
}
.box-icon .box-icon-title {
    font-size: 8px;
}
.box-icon .box-icon-item .box-icon {
margin-right: 3px;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}
#footer .block-title {
    font-size: 13px;
}
#footer .block-title-wrap {
    margin: 0;
    margin-bottom: 0;
}
.footer-widget ul li a {
    display: inline-block;
    font-size: 10px;
}
.footer-widget ul li {
    margin-bottom: 0;
}

.pre-heading-text {
    font-size: 14px;
}
.button {
    padding: 10px 13px;
    font-size: 12px;
    line-height: normal;
}
.slide-block .slide-content {
    padding: 0px;
}
.slide-content-main{
    padding: 1px;	
}
.owl-dots{
	display:none;
}
.responsive-header{
	padding-top:10px;
}
.path-products .sidebar{
	display:none;
}
.path-products .sidebar.active{
	display:block;
}
#page-title {
    margin-top: 0;
    margin-bottom: 10px;
}
.path-products .main-content{
 padding:0;	
}
.path-products .main-content .grid-item{
padding: 3px;	
}

#block-quick-links ,
#block-about-links{
padding-top: 0px !important;	
}
#block-footer-about{
padding-bottom: 13px !important;	
}
.path-frontpage .content-wide .block {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.product-teaser .product-add-cart{
	display:none;
}
.product-teaser .product-icon-wrap{
display:none;	
}
.back-to-top{
	display:none;
}
.checkout-pane-payment-information{
	display:none;
}
.footer{
    padding-bottom: 95px;	
}
.responsive-header-icon i{
	font-size: 20px;
}
.responsive-header-icon{
	display:flex;
}
#block-views-block-points-of-user-block-2-2{
	display:none;
}

#block-views-block-points-of-user-block-1-3 .container-wrap{
    display: flex;
    background-color: #ffffff;
    /* border: 1px solid #007cca; */
    padding: 7px 20px;
}
#block-views-block-points-of-user-block-1-3 .block-title-wrap{
	margin:0;
}
#block-views-block-points-of-user-block-1-3 .block-title{
    font-size: 16px;
    margin: 0;
    margin-inline-end: 14px;	
}
.earned-points{
    font-size: 16px;	
}
.pepsi-products img{
	    max-width: 100px;
}
.product-post .attribute-widgets .radios>div {
    margin: 10px 20px;
}


}