

.currency-title {
    color: #8a8a8a;
    padding: 0 5px;
    font-size: 87%;
}
/* Filters */
.filter-container {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .filter-container .btn.dropdown-toggle {
    
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.filter-container ul.dropdown-menu {
  padding-left: 14px;
  padding-right: 15px;
  width: 240px;
  border-radius: 30px;
  padding: 20px;
}
.filter-container ul.dropdown-menu li a {
  font-size: 13px;
}

/******* MyShare ***********/
.MyShare
{
    height:20px;
    text-align:center;
    opacity:0;
    overflow:hidden;
    margin-top:0px;
    display: none;
    
}
.MyShare ._2tga._8j9v {
  font-size: 11px !important;
}
.MyShare > iframe, .MyShare > div{
    /*margin:3px 10px 3px 10px !important;*/
    float: right !important;
    margin-top:0px !important;
    margin-right:10px !important;
    height: 20px;
}
.fb-share-button > span {
    vertical-align: top !important;
}
.MyShare > .linkedin-share {
  color: #fff;
  background-color: #0a66c2;
  border-radius: 3px;
  line-height: 20px;
  width: 71px;
  display: block;
  float: left;
}
.MyShare > .linkedin-share i {
  color: #0a66c2;
  background-color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
 
  font-size: 10px;
  display: inline-block;
  
}
.MyShare > .linkedin-share span {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  margin: 0 3px;
}
/******* MyShare ***********/
/***************************/
/*.MyShare {
    height: 23px;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    vertical-align: top;
}
.MyShare > iframe, .MyShare > div {
    display: inline-block;
    margin-right: 5px !important;
    vertical-align: top;
    height: 20px;
}
.fb-share-button > span {
    vertical-align: top !important;
}
*/
/*************************************************************/
.product-bs-page .details img {
  max-width: 100% !important;
  height: auto !important;
}
.product-bs-block {
    overflow: hidden;
    display: block;

    margin-bottom: 0;

    /*border: 1px solid #e7e7e7;*/
    border-radius: 0;
    
    transition: 0.3s ease-in-out;
    font-size: 14px;

    
    padding: 15px;
    border-radius: 30px;

}
#inner .product-bs-block {
  text-align: center;
  margin: 0;

  height: 100%;
}

.product-bs-block:hover {
    /*box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0 1px 18px rgba(0,0,0,.09);*/

  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,.07);
}

#inner .owl-stage-outer .product-bs-block {
  padding: 15px;
}
/*
.product-bs-block > a {
  padding: 3px 15px 15px 15px;
  display: block;
  border: 1px solid transparent;
  transition: 0.1s ease-in-out;
  position: relative;
  margin: 1px;
}
*/
/* only recommended page ***/
/*
.product-bs-page .product-bs-block > a {
  padding: 0 5px 15px 5px;
}

.product-bs-block > a:hover {
  border: 1px solid #f7b930 !important;   
}
*/
.product-bs-block .PriceBlock {
}
.product-bs-block .PriceBlock .currency   {
  color: #999;
}
.product-bs-block .PriceBlock .OriginalPrice .Number, .product-bs-block .PriceBlock .WasPrice .Number { 
    font-size: 14px;
    color: #000;
}
.product-bs-block .PriceBlock .WasPrice {
    text-decoration: line-through;
    margin-right: 5px;
    margin-left: 5px;
}

.product-bs-block span.product-code
{
    display: block;
    position: absolute;
    z-index: 9;
    text-align: center;
    
    font-size:12px;

    height:20px;
    line-height:20px;
    top: 2px;
    right: 2px;
    width: 70px;

    opacity: 0;
    font-size: 80%;
    border-radius: 10px;

    transition: 0.3s ease-in-out;
    
    display: none;
}
.product-bs-block:hover span.product-code {
    opacity: 0.9;
}
.product-bs-block span.product-code-undertext {
    color: #696969;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    font-weight: 300;
    letter-spacing: 1px;
}

.product-bs-block .product-new
{
    top: 5px;
    left: -24px;
    width: 90px;
    height: 30px;
    line-height: 30px;

    display: block;
    position: absolute;
    z-index: 9;
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);


    display: none;

    /*background-color: red;
    color: white;*/
    

}
.product-new.text-danger {
  color: #a94442;
  white-space: nowrap;
  width: 110px;
  top: 12px;
  left: -28px;
  font-size: 60%;
}
.product-head-title {
  text-transform: capitalize;
  font-size: 22px;
}


.side-category-ul.dropdown-menu > li > a {
    color: #000;
}
.side-category-ul.dropdown-menu > li > a:hover, .side-category-ul.dropdown-menu > li > a:focus {
    color: #d58512;
    background-color: transparent;
}
#CategoryPage .CategoryBrief {
  display: none;
}
.product-bs-block .caption {
  padding-top: 2px;
  padding-bottom: 7px;
}
.product-bs-block .caption .dot {
  color: #6c757d !important;
}
.product-bs-block .caption .code {
 /* font-size: 80%; */
}
.product-bs-block .caption button {
  color: #fff;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

}
.product-bs-block:hover .caption button {
  color: #fff;
  background-color: #1f82bb;
  border: 1px solid #1f82bb;
  box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.1);

}
/********** RESPONSIVE ************/
@media (min-width: 1200px) {

    .product-bs-block .caption {
      /*height: 90px;*/
      overflow: hidden;
    }
    .product-bs-block .caption h4 {
      height: 42px;
      line-height: 1.4;
      overflow: hidden;
      margin-bottom: 3px;
      margin:0 0 2px;
      font-size: 14px;
      font-weight: 400;
      color: #000;

    }
    .product-bs-block .caption .price {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      display: block;
      color: #000;
      font-weight: 500;
    }
    .product-head-title {
      font-size: 22px;
    }

}
@media (min-width:992px ) and (max-width: 1199px) {
  
    .product-bs-block .caption {
      /*height: 65px;*/
      overflow: hidden;
    }
    .product-bs-block .caption h4 {
      height: 45px;
      line-height: 1.3;
      overflow: hidden;
      margin-bottom: 3px;
      margin-top: 4px;
      font-size: 16px;
      font-weight: 500;
      color: #343a40;
    }
    .product-bs-block .caption .price {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      display: block;
      color: #000;
      font-weight: 600;
    }
    .product-head-title {
      font-size: 27px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    
    .product-bs-block .caption {
      /*height: 65px;*/
      overflow: hidden;
    }
    .product-bs-block .caption h4 {
      height: 42px;
      line-height: 1.3;
      overflow: hidden;
      margin-bottom: 3px;
      margin-top: 4px;
      font-size: 15px;
      font-weight: 500;
      color: #343a40;
    }
    .product-bs-block .caption .price {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      display: block;
      color: #000;
      font-weight: 600;
    }
    .product-head-title {
      font-size: 24px;
    }
}
@media (min-width: 768px) {
  .side-category-block, .side-category-block .dropdown-menu {
    background-color: #f5f5f5;
  }
}

@media (max-width: 767px) {

    #detail-container .Brief, #CategoryPage .CategoryBrief {
      font-size: 13px;
    }
    .p-block {
      display: flex;
      margin-bottom: 15px;
    }
    /*.product-bs-block {
      display: flex;
    }*/
    .product-bs-block > a {
      border: 1px solid #e1e1e1;
      padding: 3px 5px 5px 5px;

    }
      .product-bs-block .img-flip {
        display: block;
        position: absolute;
        z-index: 11;
        bottom: 89px;
        left: 5px;
        width: 30px;
        height: 40px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        cursor: pointer;
    }

    .product-bs-block .caption {
      /*height: 38px;*/
      overflow: hidden;
    }
    .product-bs-block .caption .text-secondary {
      font-size: 85%;
    }
    .product-bs-block .caption h4 {
      line-height: 19px;
      height: 38px;
      overflow: hidden;
      margin-bottom: 3px;
      margin-top: 2px;
      font-size: 14px;
      font-weight: 500;
      color: #343a40;

    }
    .product-bs-block .caption .price {
      height: 18px;
      line-height: 18px;
      overflow: hidden;
      display: block;
      font-size: 14px;
      color: #000;
      font-weight: 600;
    }
    .product-bs-block .PriceBlock .OriginalPrice .Number, 
    .product-bs-block  .PriceBlock .OriginalPrice .currency, 
    .PriceBlock .DiscountPrice, .PriceBlock .DiscountPrice .currency {
      font-size: 14px !important;
    }
    .product-head-title {
      font-size: 22px;
      font-weight: bold;
    }

    .product-bs-block .product-new
    {
        width: 90px;
        height: 22px;
        line-height: 22px;
        font-size: 80%;
        left: -28px;
        /*background-color: red;
        color: white;*/
    }
    .product-new.text-danger {
      color: #a94442;
      white-space: nowrap;
      width: 110px;
      top: 16px;
      left: -26px;
      font-size: 60%;
    }

}
@media (max-width: 479px) {
  .product-bs-block .product-new {
        width: 90px;
        height: 17px;
        line-height: 17px;
        font-size: 70%;
        left: -32px;
        top: 5px;
    }
    .product-bs-block span.product-code
    {
        font-size:11px;

        height:18px;
        line-height:18px;
        width: 50px;
        border-radius: 7px;
        
    }
    .product-new.text-danger {
      color: #a94442;
      white-space: nowrap;
      width: 110px;
      top: 16px;
      left: -30px;
      font-size: 50%;
    }
}
/**********************************************/
/*************** SWATCH ***********************/
.product-bs-block .swatches-block {
    height: 31px;
    overflow: hidden;
    /*margin-bottom: 10px;*/
}
#inner .product-bs-block .swatches-block {
  height: initial !important;
}
.swatches {
    text-align: center;
    overflow: hidden;
    padding: 0 4px;
    font-size: 7px;
    height: 25px;
    margin-bottom: 5px;
}
.swatches li {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 767px) {
    
    .product-bs-block .swatches-block {
        height: 38px;
        overflow: hidden;
    }
    .swatches {
        text-align: center;
        overflow: hidden;
        padding: 0 4px;
        font-size: 7px;
        height: 35px;
        margin: 0 0 6px;
    }
    .swatches li {
        width: 31px;
        height: 31px;
    }
}
/*****************************************************************************/
/************ Product detail page ****************/
#ProductPage {
  /*overflow: hidden;*/
}
.product-pre-title {
  font-size: 90%;
}
.product-title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  color: #444;
  line-height: 35px;
}
.product-stock {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.25px;
  margin-right: 30px;
}
.product-code {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #777;
  font-weight: 500;
}
.product-stock-count {
  color: #b12704;
  font-weight: 500;
  display: none;
}
.ps-note {
  color: #f39c12;
}
.ps-note strong {
  font-weight: 500;
}
.ps-note a {
  color: #f39c12;
  font-weight: 400;
  text-decoration: underline;
}
.custom-tag-badge
{
  display: inline-block;
  padding: 4px 7px;
  font-size: 11px;
  color: #524f4f;
  background-color: #e8e8e8;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: 0.15s ease-in-out;
  margin-left: 3px;
  margin-right: 3px;
}
.custom-tag-badge:hover, .custom-tag-badge:focus {  
  color: #1f2d3d;
  background-color: #dae0e5;
}
/********** Price handling ******************/
.price-offer {
    margin-top: 5px;
    margin-bottom: 15px;
}
/* default font size of the price */
.price-offer .PriceBlock {
  font-size: 26px;
  font-weight: 600;

  display: flex;
  align-items: baseline;
}
/* SAR */
.price-offer .PriceBlock .DiscountPrice .currency, .price-offer .PriceBlock .OriginalPrice .currency { 
  font-size: 80%;
  font-weight: 400;
  color: #1574ab;
}
/* Main price weather it's original or discounted */
.price-offer .PriceBlock .DiscountPrice, .price-offer .PriceBlock .OriginalPrice{
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1574ab;
}
/* crossed out price */
.price-offer .WasPrice
{
    font-size: 72%;
    text-decoration: line-through;
    font-weight: 400;
    color: #666;
    margin-right: 10px;
    margin-left: 6px;
}
.price-offer .WasPrice .currency {
  font-size: 88%;
}
.price-offer .PriceBlock .saved {
    font-weight: 300;
    font-size: 55%;
    color: #999;
}

/*############################################################*/
.qty-counter {
  width: 120px;
  margin-left: 15px;
  margin-right: 15px;

  display: inline-flex;
  border: 1px solid #dddddd;
  border-radius: 5px;

  align-items: center;
  justify-content: center;
}
.qty-counter .up, .qty-counter .down {
  display: block;
  color: #000;
  font-size: 18px;
  padding: 0 7px;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  width: 24px;
  line-height: 24px;
  height: 24px;
  user-select: none;
}


.qty-counter input.qty {
  appearance: none;
  border: 0;
  background: white;
  text-align: center;
  width: 42px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 5px;
}
.qty-counter input.qty:focus {
  border: 0;
  outline: none;
}
.qty-counter input.qty::selection {
  background-color: #fff;
}
#cartFormAjax .form-control.tiny-control {
  width: 80px;
}
#cartFormAjax #AddCartBtn {
  margin: 0 20px;
  min-width: 200px;
  vertical-align: inherit;
}
#AddCartBtn.added span#ProductAdd {
  display: none;
}
#AddCartBtn.added span#ProductAdded {
  display: block;
}
#AddCartBtn:not(.added) span#ProductAdd {
  display: block;
}
#AddCartBtn:not(.added) span#ProductAdded {
  display: none;
}
/*############################################################*/
/****************** End of Product price ***************/

/** product options *******/

.product-option-title {

  font-weight: 500;
  margin: 0 5px;
}
.product-option-title.View_Only {

}
ul.viewonly-optiongroup {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
.viewonly-optiongroup li::before{
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 8px;
  margin-left: 5px;
  margin-right: 5px;
  color: #1574ab;
}
.product-option-group label.error {
  position: absolute;
  white-space: nowrap;
  left: 100%;
  top: 100%;
}
/** product options *******/

#detail-container .Brief { 
    margin-bottom: 20px;
    color: #1c3566;
    font-weight: 500;
}


.PriceBlock .currency {
    font-weight: 400;
}

.product-bs-block .PriceBlock .DiscountPrice, .product-bs-block .PriceBlock .DiscountPrice .currency {
    color: #1574ab;
    font-size: 15px;
    font-weight: 500;
}
.product-bs-block .PriceBlock .OriginalPrice .Number, .product-bs-block  .PriceBlock .OriginalPrice .currency {
    font-size: 15px;
    font-weight: 500;
    color: #1574ab;
}


.twin-switch-block {
  margin-bottom: 10px;
}
.product-owl-carousel .owl-theme .owl-nav .owl-prev, .product-owl-carousel .owl-theme .owl-nav .owl-next {
  margin: 0 !important;
}
/*****************************************************************************/
/***** product-owl-carousel ****************/
.product-owl-carousel.owl-carousel .owl-stage-outer {
  border-radius: 30px;
}
#itemImagessmall.owl-carousel .owl-item img {
  border-radius: 10px;
} 
.product-owl-carousel .owl-nav .owl-prev, 
.product-owl-carousel .owl-nav .owl-next,
.product-owl-carousel .owl-nav .owl-prev:hover, 
.product-owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  transform: translateY(-100%);
}
.product-owl-carousel .owl-nav .owl-prev::before, .product-owl-carousel .owl-nav .owl-next::before {
  font-size: 30px;
}
.product-owl-carousel .owl-nav {
  margin-top: 0;
}
.product-owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.product-bs-page ul.swatches {
  height: 30px;
}
.product-bs-page .swatches li {
  width: 30px;
  height: 30px;
}
/****** Related products *********/
.product-related-block .product-new, .product-related-block .product-code {
  display: none !important;
}
/*****************************************************************************/
.fa-phone-alt::before {
  content: "\f095";
}
.fa-facebook-messenger::before {
  content: "\f39f";
}
.fa-whatsapp::before {
    content: "\f232";
}
.fa-link::before {
    content: "\f0c1";
}
.fa-check-circle::before {
    content: "\f058";
}

.contact-icons-block {
  padding-left: 10px;
  padding-right: 10px;
}
.order-now-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
ul.product-contactul {
  list-style: none;
  display: flex;

  margin: 0;
   padding: 0;

   resize: horizontal;
}
ul.product-contactul li {
  margin-left: 0;
  margin-right: 0;
  flex: auto;
}
/*****************************************************************************/
/*********** Request Form **************************/
li.mystickyelements-contact-form  {
    display: block;
    cursor: pointer;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.product-contactul li .mystickyelements-social-icon, ul.product-contactul li > a {
    display: block;
    font-size: 14px;
    padding: 12px 10px 10px 10px;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;
    box-shadow: -3px 0 6px rgba(0,0,0,.16);
    border-radius: 0;
    
}
ul.product-contactul li .mystickyelements-social-icon {
    background-color: #7761DF;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
}
ul.product-contactul li:hover .mystickyelements-social-icon {
    background-color: #6851D5;
    color: #FFFFFF;
}
.mystickyelements-contact-form .mystickyelements-social-icon i {    
    font-size: 16px;
    line-height: 12px;
}
.fa-cart-plus::before {
    content: "\f217";
}
.fa-cart-arrow-down::before {
    content: "\f218";
}

.fa-times::before {
    content: "\f00d"; 
}




/*li.mystickyelements-contact-form.element-contact-active:hover .element-contact-form,*/

li.mystickyelements-contact-form.element-contact-active.desktop-on .element-contact-form {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
}

.element-contact-form form {
    padding: 0 14px 20px 14px;
    display: block;
}
.element-contact-form h3 {
    border-radius: 10px 10px 0 0;
    color: #7761DF;
    display: block;
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    background-color: #f9f8fc;
    padding: 18px 14px;
    text-align: left;
    position: relative;
}
.element-contact-form h3 span {

  font-size: 12px;
}
.element-contact-form h3 .element-contact-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ccc;
    font-size: 20px;
    line-height: 1;
}
/********** Advanced Search box ************/
/* alter jquery ui selectbox ******/
.ui-selectmenu-button.ui-button {
  background-color: #fff !important;
  text-align: right !important;
  width: 100% !important;
  height: calc(1.5em + 1rem + 2px) !important;
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.ui-selectmenu-text {
  margin-right: 0 !important;
  margin-left: 20px !important;
}
.ui-selectmenu-icon.ui-icon {
  float: left !important;
  margin-top: 3px !important;
  background-image: none  !important;
  
}
.ui-selectmenu-icon.ui-icon::before {
  font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
    content: "\f107";
    text-indent: 0 !important;
    color: #454545;
}
/********************/
.SearchBox {
  border: 1px solid #ebeef2;
  border-radius: 3px;
  background-color: #fdfdfd;
  padding: 5px 20px 5px 20px;
}
.ui-selectmenu-menu .ui-menu
{
    background-color:White;
    border: #d8d9da 1px solid;
    height:300px;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper 
{
  padding: 0.3em 2em 0.3em 0.4em !important;
}
#CatID-menu .ui-menu-item-wrapper, #CategoryID-menu .ui-menu-item-wrapper
{
  position: relative;
  padding: 3px 2.4em 3px 0.4em;
  font-size: 13px;
}
#CityID-menu .ui-menu-item-wrapper
{
    padding: 0em 1em 0em 0.4em !important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active
{
    background-color:#164e7f;
    color:White;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 24px;
  width: 24px;
  top: 0.1em;
}
option.avatar 
{
  background-repeat: no-repeat !important;
  padding-left: 20px;
}
.avatar .ui-icon {
  background-position: right center;
  background-size:25px 25px;
  width:25px;
  height:25px;
}
li.ParentCat
{
    background-color:#f3f5f7 !important;
    cursor:default;
}
li.ChildCat .ui-menu-item-wrapper 
{
  padding: 0px 2.4em 0px 0.4em !important;
  font-size:14px !important;
}
li.ChildCat .avatarChildCat 
{
  margin-right:4px;
  background-image: none !important;
}

/*******************  most view /related items owl carousel  ***********************/ 
.owl-trending-container {
    margin-top: 30px;
}
.special-owl {

}
.special-owl.owl-theme .owl-nav {
    /*margin-top: -52px;
    position: absolute;
    top: 0;*/
    

}
.special-owl.owl-theme .owl-nav .owl-prev::before, .special-owl.owl-theme .owl-nav .owl-next::before {
    color: rgba(21, 116, 171, 0.8);
    font-size: 20px;
}
.special-owl.owl-theme .owl-nav .owl-prev:hover::before, .special-owl.owl-theme .owl-nav .owl-next:hover::before {
    color: #000;
    
}
/*****************************************/
@media (min-width: 768px) and (max-width: 1199px) {
  ul.product-contactul li .mystickyelements-social-icon, ul.product-contactul li > a {
      font-size: 12px;
  }
  .element-contact-form {
    width: 340px
  }
}
@media (min-width: 768px) {
  .element-contact-form {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    border-radius: 10px;
    position: absolute;
    
    top: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  
  .product-owl-carousel .owl-nav {
    display: none;
  }

  .special-owl.owl-theme .owl-nav .owl-prev::before, 
  .special-owl.owl-theme .owl-nav .owl-next::before {
    font-size: 17px;
    line-height: 33px;
  }

  .element-contact-form {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    border-radius: 10px;
    position: absolute;
    bottom: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
  }

  li.mystickyelements-contact-form.element-contact-active.mobile-on .element-contact-form {
      -webkit-transform: rotateX(0);
      -moz-transform: rotateX(0);
      transform: rotateX(0);
  }
  
  .order-now-title {
    display: none;
  }
  .product-contactul {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  ul.product-contactul li .mystickyelements-social-icon, ul.product-contactul li > a {
      display: block;
      font-size: 12px;
      padding: 12px 5px 10px 5px;
      -webkit-transform-origin: 51px 51px 0;
      -moz-transform-origin: 51px 51px 0;
      transform-origin: 51px 51px 0;
      box-shadow: -3px 0 6px rgba(0,0,0,.16);
      border-radius: 0;
      
  }
  .element-contact-form {
    max-height: 80vh;

    overflow-y: auto;
  }


}
/*/////////////////////////////////////////////////////////////////*/
/*-----------------------------------------------------------------*/
/*------------------ Shopping and shipping -----------------------*/ 

.floating-action-button-container {
    position: fixed;
    bottom: 45px;
    right: 20px;
    display: inline-block;
    z-index: 9;
}
.floating-action-button {
  display: block;
  background-color: var(--accent-color);
  /*width: 250px;*/
  border-radius: 12px;
  font-size: 15px;
  padding: 9px 10px 10px 10px;
  line-height: 1.2;
  border-width: 0px;
  letter-spacing: 0.7px;

  min-width: 55px;
    min-height: 55px;
}
.floating-action-button .icon-badge {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
}
.floating-action-button i {
    font-size: 21px;
    color: #fff;
}
.floating-action-button span.cartCount.badge {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  background-color: #e41e3f;
  position: absolute;
  top: -2px;
    right: -1px;
  padding: 0;
  text-align: center;
  height: 17px;
  width: 17px;
  border: 0;
  border-radius: 5px;
}
.floating-action-button span.title {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap !important;
    vertical-align: super;
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-shopify::before {
    content: "\e057";
}
.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: "\f00d";
}

/*------------------------------------------*/
#filterOrderModal {
  top: 150px;
}
#filterOrderModal .modal-content {
  padding: 20px;
}
/*------------------------------------------*/


/*/////////////////////////////////////////////////////////////////*/
/*---- New ShoppingCart Pages v 4.8 [1-8-2021] ---------*/
/********** ShoppingCart page **************/

.checkout-wrap {
    position: relative;
    margin: 130px auto 0;
}
.checkout-bar li.next::after, ul.checkout-bar {
    background-color: #ececec;
}
ul.checkout-bar {
    position: absolute;
    top: -90px;
    width: 90%;
    height: 6px;
    margin: 0 5% 20px 5%;
    padding: 0;
    border-radius: 6px;
    background-size: 35px 35px;
}
.checkout-bar.first {

}
ul.checkout-bar li.visited::after {
    background-color: #1574ab;
}

ul.checkout-bar::before  { /*ul.checkout-bar li.visited::after*/
    position: absolute;
    left: 0;
    width: 17%;
    height: 6px;
    border-radius: 6px;
    background-color: #1574ab;
    background-size: 35px 35px;
    content: " ";
}
ul.checkout-bar li.active {
    z-index: 2;
    color: #444;
    background: 0 0;
}
ul.checkout-bar li {
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 24px 0 0;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
}

ul.checkout-bar li.active::before {
    z-index: 3;
    background: #fff;
    color: #000;
    border: 4px solid #1574ab;
}

ul.checkout-bar li.next::before {
    z-index: 3;
    background: #fff;
    color: #CBCBCB;
    border: 4px solid #CBCBCB;
}
ul.checkout-bar li:first-child::before {
    content: "1";
}
ul.checkout-bar li:nth-child(2)::before {
    content: "2";
}
ul.checkout-bar li:nth-child(3)::before {
    content: "3";
}
.checkout-bar li:nth-child(3)::after {
  width: 66% !important;
}
ul.checkout-bar li::before {
    position: absolute;
    z-index: 4;
    top: -40px;
    left: 43%;
    width: 26px;
    height: 26px;
    border: 4px solid #CBCBCB;
    border-radius: 50%;
    color: #CBCBCB;
    background: #fff;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    position: absolute;
    z-index: 0;
    top: -24px;
    left: 50%;
    width: 100%;
    height: 6px;
    background-size: 35px 35px;
    content: "";
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    background-color: #CBCBCB;
}
.checkout-bar li.second::after {
  background-color: #1574ab;
}
ul.checkout-bar a {
  font-weight: 600;
  font-size: 14px;
  color: #384144;
    text-decoration: none;
    touch-action: manipulation;
}
ul.checkout-bar li.next::after {
    background-color: #CBCBCB;
}
.remove-cart-item {
  border: none;
  background-color: transparent;
  padding: 0;
}
.remove-cart-item i.fa-times {
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #e2401c;
}

.cart-block {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.03);
  
}
.tiny-cart .cart-block {
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.03)
}
.cart-item:not(.tiny-cart) .cart-block {
  min-height: 70px;
}

.cart-block > div {
  display: flex;
  align-content: start;
  align-items: center;
  /*flex-direction: column;*/
}
.cart-block .item-title a {

  color: #111;
}
.cart-item.tiny-cart .cart-block, .cart-item.tiny-cart .cart-block .item-title a {
  font-size: 12px;
}
.cart-item.tiny-cart .cart-block > div {
  padding: 5px; 
}

.price-block { justify-content: end; }

/***** right side *********/
.cart-details {
    padding-left: 15px;
    padding-right: 15px;
}
#CheckoutBlock {
  overflow: hidden;
  
}
.checkout-block {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  font-size: 13px;
  color: #384144;
  overflow: hidden;
  box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  padding: 0 25px;
}
.cart-subtotal {
  overflow: hidden;
  padding: 10px 0;
}
.cart-total {
  overflow: hidden;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
}
.bottom-border {
  border-bottom: 1px solid #e2e2e2;
}
.checkout-button {
  padding: .8em 0;
  background: #1574ab;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 11px;
  width: 100%;
  border: none;
  letter-spacing: 1px;
}
.checkout-button:active, .checkout-button:focus, .checkout-button:hover { 
  background: #1574ab;
  color: #fff;
}

/* Payment methods in Checkout page saved card section */

.ccard-block {
  /*border: 1px solid #f2f2f2;
  background-color: #fff;
  font-size: 13px;
  color: #384144;
  overflow: hidden;
  box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  padding: 0 25px;*/
}
.saved-card-block {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  font-size: 13px;
  color: #384144;
  overflow: hidden;
  box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  padding: 0 25px;
}
.cards-container .sub-title {
  font-size: 17px;
  line-height: 1;
  color: #384144;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
/* Payment methods in Checkout page saved card section */


@media (max-width: 767px) {

  ul.checkout-bar a {
    font-weight: 500;
    font-size: 13px;
  }
  .checkout-block-container {
    padding-right: 15px;
    padding-left: 15px;

    margin-top: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
/***** Checkout page *********/
/* login modal **/
.modal.login-modal {
  top: 100px;
}
.modal.login-modal .mdl-card{
  box-shadow: none !important;
}
.checkout-page-Welcome-user {

}
/****/
.trader-or-block {
    height: 22px;
    margin: 5px auto 30px auto;
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 15px 0 15px 0;
    position: relative;
    width: 100%;
}
.trader-or-block hr {
  margin-top: 0;
  margin-bottom: 0;
}
.trader-or-block span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 50px;
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  height: 27px;
  line-height: 23px;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 25px);
  width: 160px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin: auto;
  zoom: 1;
}

.register-title {
    color: #131315;
    display: block;
    margin: 0;
    line-height: 1.4;
    font-size: 21px;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
}
.note-checkbox, .note-checkbox a {
  font-size: 14px;
}
.UserNotes .alert.alert-danger {
    display: block;
}
.special-control {
    overflow: hidden;
}
.special-control label.form-label {
    font-weight: 300;
}
.special-control input.form-control,
.special-control select.form-control {
    border:1px solid transparent;
    background-color: #f8f8f8;
    height: 40px;
    padding: 0 .7em;
    box-shadow: none;
    font-size: 15px;
}
.special-control textarea.form-control {
    border:1px solid transparent;
    background-color: #f8f8f8;
    /*padding: 0 .7em;*/
    box-shadow: none;
}
.special-control input.form-control:focus,
.special-control select.form-control:focus,
.special-control textarea.form-control:focus {
    border-color: #80bdff;
}
#AccordionPMethod.panel-group {
    border: 1px solid #e2e2e2 !important;
    box-shadow: none;
    margin-bottom: 0;
}
#AccordionPMethod.panel-group .form-check-label {
    font-weight: 500;
    color: #222;
    padding: 0 10px;
}
#AccordionPMethod.panel-group img {
    max-width: 70px;
}
#AccordionPMethod .panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#AccordionPMethod .panel-collapse > .panel-body {
    border-top: 0 !important;
    font-size: 12px;
}

.cart-details .sub-title {
  font-size: 17px;
  line-height: 1;
  color: #384144;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}

.text-muted-dark {
  color: #000;
  font-weight: 500;
}
.alert-secondary {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
/********************************************************/


/************ Order Processing Page ********************/
.PleaseWaitWhileProcessing
{
  text-align: center;
  font-size:30px;
  line-height:40px;
  height:40px;
  margin:20px;
  color:#008cc9;
}
.ProcessingclockContainer
{
  position:relative;
  width:145px;
  height:145px;
  margin-right:auto;
  margin-left:auto;
  overflow:hidden;
}
#clock
{
  position:absolute;
  left: 50%;
   top: 50%;
  transform: translate(-50%, -50%);
}
#clock span
{
  font-size:36px;
  color:rgba(0, 140, 201, 0.5);
}
#Processingclock,
#Processingclock::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#Processingclock {
  margin: 10px auto;
  font-size: 10px;
  
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 140, 201, 0.2);
  border-right: 1.1em solid rgba(0, 140, 201, 0.2);
  border-bottom: 1.1em solid rgba(0, 140, 201, 0.2);
  border-left: 1.1em solid #008cc9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  
}
@-webkit-keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
/***********************End of Order Processing Page ***********************************/
/******************** Order done page **************/
.order-complete-confirmation {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #dfdfdf;
}
.hr-green {
  font-size: 1px;
  line-height: 1px;
  border-top: 1px solid #dfdfdf;
}
.hr-gray {
  font-size: 1px;
  line-height: 1px;
  border-top: 1px solid #dfdfdf;
}
.border-right {
    border-right: 1px solid #dfdfdf;
}
.margin-bottom-xl {
    margin-bottom: 20px;
}
.order-confirm-icon {
    height: auto;
    border: 0;
    max-width: 120px;
    width: 100%;
}
.order-confirm-header {
    color: #1574ab;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.order-confirm-header-sm {
    color: #555555;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
     padding-bottom: 10px;
  margin-bottom: 30px;
}

.order-confirm-p {
    color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.order-confirm-tiny-head {
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;

}
.order-confirm-tiny-head.text-center {
    text-align: center;
}
.order-confirm-p-2 {
    color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.order-confirm-p-2 {
    color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}
.order-tiny-block {
    padding: 15px 4px 4px 4px;
    text-align: center;
}
.order-tiny-img {
    height: 27px;
}
.order-tiny-text {
    margin:0;
    font-size:13px;
    text-align:center;
    color: #555555;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-tiny-block span {
    color:#999999;
    font-size:14px
}
.order-tiny-block strong {
    font-weight: 600;
}

.confirmation-table-head {
    background-color: #1574ab;
    border-right: 1px solid #ffffff;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.confirmation-table-data img.thumb {
  width: 50px;
  /*height: 50px;*/
}
.confirmation-table-data i {
    padding-right: 10px;
}
.confirmation-table-sub-total {
    font-weight: 400;
    letter-spacing: 1px;
}
.confirmation-table-total {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}
.confirmation-table-total span{
}
.fa-print::before {
    content: "\f02f";
}
.address-title {
    color: #2ca600;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.address-jumbotron {
    border: 2px dashed #1574ab;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    padding: 30px;
    box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.4);
}
/************** Card css ***************/
.card-header {
  font-weight: 400;
  font-size: 14px;
}
.card.is-collapsable.collapsed-card {
    margin-top: 0px;
    border-radius: 0px;
    transition: 0.2s ease;
}
.myorder-page .card.is-collapsable:not(.collapsed-card) {
    margin-top: 1px;
    border-radius: 12px;
    transition: 0.2s ease;
    overflow: hidden;
}
.myorder-page .card.is-collapsable.collapsed-card .card-header {
    /*background-color: transparent;
    color: inherit;*/
    border-top: 3px solid transparent;
    transition: 0.3s ease;
}
.myorder-page .card.is-collapsable:not(.collapsed-card) .card-header {
    /*background-color: #28a745;
    color: #fff;*/
    border-top: 3px solid #007bff;
    transition: 0.3s ease;
}
/*.card.is-collapsable:not(.collapsed-card) .card-header .currency-title {
  color: #eee;

}*/
/*******************************************/

.order-confirm-sub-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: inline-block;

}
.order-confirm-sub-title.underlined {
  border-bottom: 1px solid #dfdfdf;
}
.order-head-title {
  /*display: block;*/
  font-weight: 400;
  display: inline-block;
  
}
.order-head-value {
  /*display: block;*/
  font-weight: 500;
  display: inline-block;
  padding: 0 4px;
}
.order-head-status {
  display: inline-block;
  padding: 0 2px;
  vertical-align: text-bottom;
}
.order-head-status .badge {
  padding: 0.35em 0.4em 0.35em;
}
/******** Branch page ***************/
.branch-head span {
  vertical-align: middle;
}
.branch-icon {
  color: var(--accent-color);
  padding-right: 10px;
  display: inline-block;

}
.branch-icon i {
  color: var(--accent-color);
  font-size: 26px;
}
.branch-title {
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.branch-city {
  font-size: 20px;
  padding-right:  10px;
  padding-left: 10px;
}
.branch-desc {
  color: #777;
  font-size: 17px;
  text-indent: 20px;
}
/************ shipping methods ***********/
#shipping-tabs-header > li {
  flex: 1 1 !important;
}
#shipping-tabs-header a.nav-link {
  position: relative;
  font-size: 15px;
}
#shipping-tabs-header a.nav-link input[type='radio'] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.tab-pane .select2-container {
  width: 100% !important;
}
/*****************************/
@media (max-width: 767px) {

    /*div.message-toast .bg-success, div.message-toast .bg-danger {
        font-size: 13px;
    }*/

    .order-confirm-header {
        font-size: 26px;
    }

    .order-tiny-text {
        line-height: 26px;
        font-size: 12px;
        flex-direction: column;
    }
    .order-tiny-block span, .order-tiny-block strong {
        display: block;
    }
    .letter-spacing--3 {
        letter-spacing: -0.3px;
    }

}
/***************************** Print CSS ************************/

.visible-print-only {
    display: none;
}
@media print  {

  .order-confirm-icon, .order-failed-icon {
      height: auto;
      border: 0;
      width: 93px !important;
  }
  .confirmation-table-head {
      background-color: #1574ab !important;
      border-right: 1px solid #ffffff !important;
      color: #fff !important;
      padding-top: 5px;
      padding-bottom: 5px;
      overflow: hidden;
      text-align: center;
  }

  .visible-print-only {
      display: initial !important;
  }
  .hidden-print {
      display: none !important;
  }
  .order-complete-confirmation, .order-failed-page {
      width: 600px !important;
      border: 1px solid #555555;
      border-radius: 16px;
      margin-left: auto !important;
      margin-right: auto !important;
  }
  .col-pr-4{
      width: 33.33333333% !important;
      float: left;
  }
  .col-pr-6{
      width: 60% !important;
      float: left;
  }
  .col-pr-2{
      width: 15% !important;
      float: left;
  }
  .col-pr-4{
      width: 25% !important;
      float: left;
  }


}
/*/////////////////////////////////////////////////////////////////*/
.product-thumb.border-bottom {
  border-bottom: none !important; /* disable border bottom for this site only */
}
.product-loop .product-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;

  border-radius: 30px;

}
.product-badges {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.product-badges span {
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: lowercase;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 42px;
  font-weight: 500;
  border-radius: 100%;
  z-index: 3;
}
#inner .product-badges span {
    height: 45px;
    width: 45px;
    top: 15px;
    left: 15px;
}
.product-badges span.onsale {
  background-color: #c61932;
}
.product-badges span {
  line-height: 45px;
}
.product-loop .product-thumb img {
  width: 100%;
  margin: 0 auto;
}
.product-loop .hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(1.1);
  transition-duration: .7s;
}
@media (min-width: 1200px) {
  .product-loop:hover .hover-image {
    transform: translateX(-50%) scale(1);
  }
}
.product-loop:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
/**** if single img ****/
.product-loop .product-thumb .thumb-image.single-img {
  transform: scale(1);
  transition: .7s ease;
}
.product-loop:hover .product-thumb .thumb-image.single-img {
  transform: scale(1.05);
  transition: .7s ease;
}


.product-loop .product-info {
  position: relative;
  text-align: center;
}
.product-loop .title-wrap {
  transition: all .5s ease;
  position: relative;
}
.product-loop .product-title {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #7E7E7E;
}
.product-loop .product-title a, .product-loop:hover .product-title a {
  color: #000;
}
@media (max-width: 576px) {
  .product-loop .product-title {
    font-size: 13px;
  }
  #inner .category-page .product-loop {
      margin-left: 20px;
      margin-right: 20px;
  }
}