﻿/* Filters */
.filter-container {

  margin-bottom: 10px;
  /*margin-right: 10px;
  margin-left: 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: 25px;
  padding-right: 25px;
}
.filter-container ul.dropdown-menu li a {
  font-size: 13px;
}

/******* MyShare ***********/
.MyShare
{
    height:33px;
    text-align:center;
    opacity:0;
    overflow:hidden;
    margin-top:10px;
    margin-bottom: 10px;
    display: none;
    
}

.MyShare > iframe, .MyShare > div{
    /*margin:3px 10px 3px 10px !important;*/
    float: left !important;
    margin-top:0px !important;
    margin-right:5px !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-block {
    overflow: hidden;
    display: block;

    margin-bottom: 0;

    border: 1px solid #e7e7e7;
    border-radius: 5px;
    
    transition: 0.2s ease-in-out;
}
.product-bs-block:hover {
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.3);
}
/*
.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: #999;
    font-size: 14px;
}
.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: #000;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    font-weight: 600;
}

.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: uppercase;
}


.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 .dot {
  color: #6c757d !important;
}

/********** RESPONSIVE ************/
@media (min-width: 1200px) {

    .product-bs-block .caption {
      /*height: 90px;*/
      overflow: hidden;
    }
    .product-bs-block .caption h4 {
      height: 47px;
      line-height: 1.4;
      overflow: hidden;
      margin-bottom: 3px;
      margin-top: 4px;
      font-size: 17px;
      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: 28px;
    }
}
@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;
    }
    .products-container {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
      flex-grow: 1;
      flex-flow: row wrap;

    }
    .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: 1.3;
      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;
    }
    .PriceBlock .DiscountPrice, .PriceBlock .DiscountPrice .currency {
      font-size: 12px !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: 25px;
    overflow: hidden;
    /*margin-bottom: 10px;*/
}
.swatches {
    text-align: center;
    overflow: hidden;
    padding: 0 4px;
    font-size: 7px;
    height: 25px;
}
.swatches li {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px) {
    
    .product-bs-block .swatches-block {
        height: 20px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .swatches {
        text-align: center;
        overflow: hidden;
        padding: 0 4px;
        font-size: 7px;
        height: 35px;
        margin: 0;
    }
    .swatches li {
        width: 33px;
        height: 33px;
    }
}
/*****************************************************************************/
/************ Product detail page ****************/
#ProductPage {
  /*overflow: hidden;*/
}
.product-title {
  text-transform: uppercase;
  text-align: center;
}
#detail-container .Brief { 
    font-size: 90%;
    text-align: center;
}
.price-offer {
    font-size: 90%;
    text-align: center;
    margin-bottom: 10px;
}
.price-offer .WasPrice
{
    text-decoration: line-through;
    color:#aeaeae;
    margin-right: 5px;
    margin-left: 5px;
}

.PriceBlock .currency {
    font-weight: 400;
}
.PriceBlock .DiscountPrice, .PriceBlock .DiscountPrice .currency {
    color: #d58512;
    font-size: 16px;
    font-weight: 500;
}

.product-bs-block  .PriceBlock .OriginalPrice .Number, .product-bs-block  .PriceBlock .OriginalPrice .currency {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.saved {
    text-decoration: none;
    background-color: white;
    display: inline-block;
}
.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-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-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;
}
/*****************************************/
@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: 1;
  }
}
@media (max-width: 767px) {
  
  .product-owl-carousel .owl-nav {
    display: none;
  }

  .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;
  }


}/*==================  My Trade List By Member ================*/
/***** Save messages *****/
#MemMSG{
    
}
#MemMSG .Information{
    display:block;
    /*background:#f5faf9;
    border:#26cb3a 1px solid;*/
    color:#26cb3a;
    padding:4px;
    margin:4px 0 4px 0;
    border-radius:8px;
    font-weight:bolder;
    text-align:center;
}
#MemMSG .Failure{
    display:block;
    /*background:#FDFFE4;
    border:#E6E8CF 1px solid;*/
    color:#cd1c1c;
    padding:4px;
    margin:4px 0 4px 0;
}

/***** Save messages *****/
.btn .material-icons {
    vertical-align: middle;
}
.trade-action-btn .btn {
    white-space: nowrap;
}
.trade-action-btn i {
    display: inline-block;
}
.trade-action-btn i + span {
    margin-right: 4px;
    display: inline-block;
}
.send-to-us.btn-warning {
    background-color: transparent !important;
}
.send-to-us.btn-warning:focus {
    background-color: transparent !important;
}
.send-to-us.btn-warning .fa-star {
    color: #ffc107;
}

.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: -8px;
  top: -4px;
  width: 70px;
  z-index: 10;
}
.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-size: .85rem;
  line-height: 100%;
  padding: .375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-transform: uppercase;
  top: 12px;
  transform: rotate(-45deg);
  width: 90px;
}
.ribbon-wrapper .ribbon i { 
    transform: rotate(-50deg);
}
.ribbon-wrapper .ribbon::after, 
.ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}
.ribbon-wrapper .ribbon::before {
  left: 0;
}
.ribbon-wrapper .ribbon::after {
  right: 0;
}
.bg-success, .bg-success > a {
  color: #fff !important;
}
@media (max-width: 575px) {
    #my-trade-form .card-header {
        padding: 0.5rem;
    }
    .trade-action-btn i + span {
        margin-right: 2px;
        display: inline-block;
    }
    .trade-action-btn .btn {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
}
.card-header .title-link {

}

/*******************************************************************/
.AdContainer .Paused:before {
    content: "\f28c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:16px;
    line-height:20px;
    margin-left:5px;
    margin-right:5px;
    display:inline-block;
    vertical-align: sub;
    color:White;
}
.AdContainer .Sold:before {
    content: "\f0e3";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:16px;
    line-height:20px;
    margin-left:5px;
    margin-right:5px;
    display:inline-block;
    vertical-align: sub;
    color:White;
}
.AdContainer .Pending:before {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:16px;
    line-height:20px;
    margin-left:5px;
    margin-right:5px;
    display:inline-block;
    vertical-align: sub;
    color:White;
}
.AdContainer .Active:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:16px;
    line-height:20px;
    margin-left:5px;
    margin-right:5px;
    display:inline-block;
    vertical-align: sub;
    color:White;
}
.AdContainer .Paused {
    background-color: #fca82e;
}
.AdContainer .Sold {
    background-color: #cd1c1c;
}
.AdContainer .Pending {
    background-color: #50aaf0;
}
.AdContainer .Active {
    background-color: #26cb3a;
}

.AdContainer.Expired {
    opacity:0.7;
    filter: alpha(opacity=70);
}

/****************************   My trade form *********************************/
#my-trade-form.mdl-card {
    overflow: initial;
}
.MemberTradeForm
{
    background-color:white;
    
}
.BlueTitle
{
    background-color:#3392d8;
    height:45px;
    line-height:45px;
    padding-right:20px;
    padding-left:20px;
    font-size:22px;
    color:White;
    text-align: right;
}
.BlueTitle span.Required
{
    font-size:12px;
    float:left;
    display:inline-block;
    
}
.StepWrapper {
    border-bottom: 1px solid #ccc;
}

.StepWrapper:last-child {
    border-bottom: none;
}
/****************************************/
.SectionNo
{
    font-size: 28px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    margin-left:7px;
    font-weight:bold;
}
.StepTitle .Name
{
    font-size: 17px;
    color: #444444;
    display: inline-block;
    font-weight:bold;
    
}
.StepTitle {
    border: 1px solid #cccdce;
    background-color: #f5f5f5;
    width: 215px;
    height: 40px;
    padding-right: 20px;
    margin-right: -30px;
    position: relative;
    line-height: 35px;
    
}
.StepTitle .tri {
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 13px solid #cccdce;
    border-right: 13px solid transparent;
}
/****************************************/

.StepWrapper
{
    padding: 15px;
}
.StepWrapper input
{
    transition: all 0.2s ease-in-out 0s;
}
.StepWrapper input:focus
{
    transition: all 0.2s ease-in-out 0s;
    border:1px solid #3392d8;
}
#StepWrapper1 .CategoryBlock
{
    display: inline-block;
    margin-right: 180px;
    margin-left: 30px;
    vertical-align: middle;
    margin-bottom: 22px;
    width:350px;
    height:45px;
    border:1px solid #d8d9da;
    border-radius: 3px;
    cursor:pointer;
    
}
#StepWrapper1 .CategoryBlock #CategoryID
{
    position:absolute;
    width:1px;
    height:1px;
    top:20px;
    left:14px;
}
#StepWrapper1 .CategoryBlock span.ArrowDown
{
    
    text-align:left;
    display:inline-block;
    float:left;
    width:25px;
    height:40px;
    line-height:40px;
}
#StepWrapper1 .CategoryBlock span.ArrowDown:before
{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    font-size:16px;
    line-height:40px;
    color:#4c4c4c;
    margin-left:5px;
}
#StepWrapper1 .CategoryBlock #CategoryName
{
    padding:4px 10px 0 0;
    display:inline-block;
}

#StepWrapper1 .addPostImg 
{
    background:url(../mytradeform.png) no-repeat bottom left;
    width: 344px;
    height: 109px;
    top: 15px;
    display: inline-block;
    vertical-align: bottom;
}


#StepWrapper2 div.City
{
    margin: 10px 10px 10px 60px;
    display:inline-block;
    width:306px;
    vertical-align:top;
    position:relative;
}
div.SelectContainer span.ArrowDown
{
    
    text-align:left;
    position:absolute;
    float:left;
    width:25px;
    height:40px;
    line-height:40px;
    top:7px;
    left:7px;
}
div.SelectContainer span.ArrowDown:before
{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    font-size:16px;
    line-height:35px;
    color:#4c4c4c;
    margin-left:5px;
}
#StepWrapper2 div.Price
{

}
#StepWrapper2 div.Price span.currency
{
    display:block;
    position:absolute;
    top:1px;
    left:2px;
    height: 48px;
    width: 43px;
    padding:5px;
    background-color: white;
    line-height: 36px;
    border-right:1px dotted #d8d9da;
    color:#6c6c6c;
    
}
.InputText-50
{
    height:50px;
    line-height:50px;
    padding-right:10px;
    width:100%;
    border:1px solid #d8d9da;
    border-radius: 3px;
}
.TextArea-150
{
    padding:15px;
    width:100%;
    height:150px;
    line-height:30px;
    border:1px solid #d8d9da;
    border-radius: 3px;
}
#StepWrapper2 div.City .ui-button
{
    background-color: white !important;
    border: 1px solid #d8d9da !important;
    width:100%;
    height:50px;
}

#StepWrapper4 .InputLtr_AR
{
    direction:ltr;
    text-align:right;
}
.NameForShow
{
    
    cursor:pointer;
}
#StepWrapper3 div.photo
{
    margin: 10px 180px 10px 60px;
    vertical-align:top;   
}

/****** Thumbnail preview pluging css ***********/

#trade-form-Photo #PreviewBlock
{
    border: 1px solid #aeaeae;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
    border-radius: 2px;
    width: 198px;
    height: 200px;
    display: inline-block;
    position:relative;
    margin-right:15px;
    padding: 10px;
    vertical-align:top;   
    
}

#trade-form-Photo #PreviewBlock::after, 
#trade-form-Photo #PreviewBlock::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #aeaeae;
    border-bottom: 7px solid transparent;
    direction: ltr;
    top: 50%;
    right: -7px;
}
#trade-form-Photo #PreviewBlock::after
{
    right: -6px !important;
    border-left: 7px solid white !important;
}
#trade-form-Photo #PreviewBlock img
{
  width: 174px;
  height: 135px;
  
  position: absolute;
  top:10px;
  right:10px;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  display:block;
  border-radius: 5px;
}
#trade-form-Photo #image-preview {
  width: 174px;
  height: 135px;
  margin:7px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  display:inline-block;
  border-radius: 5px;
}
#trade-form-Photo #PreviewBlock label.ChangeFile {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  width: 100px;
  height: 35px;
  line-height: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  
    background-color: #3392d8;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;


}
/******************************************************/
/*********** To be filter 2022 ************/
/*********** Trade Home page ******************/
.TradeHome
{
    overflow:hidden;
}

.TradeHomeSide
{
    width:336px;
    margin-right:14px;
    float:left;
}
.CategoryBlocks
{
    width:800px;
    overflow:hidden;
    float:right;
}

.TradeHome .MainCategory
{
    border:1px solid #e6e6e6;
    overflow:hidden;
}
/*
.SubCatBrief
{
    font-size:19px;
    text-align:center;
    color:#272727;
    margin:5px;
    line-height:29px;
}
*/
.MainCategory .SubCat
{
    /*width:88px;
    height:90px;*/
    overflow:hidden;
    display:inline-block;
    color:#40a4e7;
    
}
.MainCategory .SubCat:hover
{
    color:#2294e0;
}
.MainCategory .SubCat img
{
    width:70px;
    height:60px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:5px;
    display:block;
}
.MainCategory .SubCat span
{
    /*width:88px;
    height:20px;*/
    text-align:center;
    display:block;
    font-size:12px;
    line-height:20px;
}
/*********** Trade Category *******************/ 
.sub-cat-container .badge {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
}

.TradeDiv
{
    width:800px;
    overflow:hidden;
    float:right;
}

/**** Side Block ******/ 
/*
#SideBlock
{
    width:336px;
    margin-right:14px;
    float:left;
}
.FilterForm
{
    border:1px solid #e6e6e6;
    width:334px;
    overflow:hidden;
}
.SubCatBrief
{
    font-size:19px;
    text-align:center;
    color:#272727;
    margin:5px;
    line-height:29px;
}

.FilterForm .SubCat
{
    width:110px;
    height:100px;
    overflow:hidden;
    display:inline-block;
    color:#40a4e7;
    
}
.FilterForm .SubCat:hover
{
    color:#2294e0;
}
.FilterForm .SubCat img
{
    width:70px;
    height:60px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:7px;
    display:block;
}
.FilterForm .SubCat span
{
    width:110px;
    height:33px;
    text-align:center;
    display:block;
    font-size:14px;
}
*/
/********** Trade block ***************/
.TinyTradeBlock
{
    padding:5px;
    background-color:white;
    border:1px solid #dfdfdf;
    color: #444444;
    border-radius: 4px;
    cursor:pointer;
    margin-bottom:10px;
    transition: all 0.3s ease-in-out 0s;
    overflow:hidden;
    display:block;
    
    position:relative;
}
.TinyTradeBlock:hover
{
    text-decoration:none;
    background-color:#f0f7ff;
    overflow:hidden;
}

.TinyTradeBlock span.TradeContainer
{
    height:102px;
    color: #444444;
    cursor:pointer;
    display:block;
    overflow:hidden;
}
span.TradeContainer .Special_AR
{
    background:url(../special_ar.png) no-repeat 0 0;
    width:77px;
    height:78px;
    position:absolute;
    top:0;
    left:0;
}
.TinyTradeBlock span.TradeContainer img.Image
{
    height:100px;
    width:135px;
    border:1px solid #eeeeee;
    border-radius: 3px;
    vertical-align:top;
    margin-left:10px;
    float:right;
}
.TinyTradeBlock span.TradeContainer span.Title
{
    
    width:235px;
    overflow:hidden;
    text-overflow: ellipsis;
    display:inline-block;
    font-size:17px;
    color:#4091d2;
    vertical-align:top;
    
}
.TinyTradeBlock span.TradeContainer span.Price
{
    
    width:250px;
    overflow:hidden;
    display:inline-block;
    font-size:16px;
    color:#444444;
    vertical-align:top;
    line-height:34px;
    
}
span.Price .Number
{
    font-size:15px;
}
.TinyTradeBlock span.TradeContainer span.SubmitDate
{
    
    width:80px;
    overflow:hidden;
    display:inline-block;
    font-size:15px;
    color:#898989;
    vertical-align:top;
    
    
}
.TinyTradeBlock span.TradeContainer span.profile
{
    
    width:290px;
    height:47px;
    line-height:47px;
    overflow:hidden;
    display:block;
    font-size:14px;
    position:absolute;
    bottom:5px;
    left:5px;
    color:#afb4bb;
    
}
.TinyTradeBlock span.TradeContainer span.CatAndCity
{
    
    width:300px;
    overflow:hidden;
    display:block;
    font-size:15px;
    position:absolute;
    bottom:3px;
    right:145px;
    
}
span.borderDot {
    border-right: dotted 1px #666;
    display:inline-block;
    margin:3px 5px 3px 5px;
    vertical-align:bottom;
    height:20px;
}


/*************** Trade detail page ********************/
.TradePage
{
    position:relative;
    /*overflow:hidden;*/
}
.TradePage .TradeDetail
{
    /*width:675px;
    overflow:hidden;
    float:right;
    border-left:1px solid #eeeeee;*/
}
.TradePage #PostSideDetail
{
    /*width:450px;
    margin-right:20px;
    float:left;*/
}
.btn-info .text-success {
    color: #a3f3b6 !important;
}
.HeaderCarvy
{
    border-right:#d8d9da 1px solid;
    border-top:#d8d9da 1px solid;
    border-bottom:#d8d9da 1px solid;
    display:inline-block;
    height:40px;
    
}
.HeaderCarvy .Parent
{
    height:40px;
    line-height:38px;
    
    display:inline-block;
    padding-right:15px;
    padding-left:15px;
    position:relative;
    
    
}
.LeftCarvy:before 
{
    left: -7px;
    border-right: 7px solid #ddd;
}
.LeftCarvy:before, .LeftCarvy:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.LeftCarvy:after
{
    left: -6px;
    border-right: 7px solid white;
}

.HeaderCarvy .Child
{
    height:40px;
    line-height:38px;
    display:inline-block;
    padding-right:20px;
    padding-left:20px;
    position:relative;
    
}
.GreaterMark
{
    color:silver;
    font-size:14px;
    line-height:18px;
}
.TradeHead
{
    color:#000;
    font-size:21px;
    line-height:23px;
    margin:10px 5px 10px 5px;
    font-weight:bolder;
    text-align:center;
}
.TradePage .ImageDiv
{
    border:1px solid #eeeeee;
    overflow:hidden;
    margin-right:auto;
    margin-left:auto;
    
}
.TradePage .ImageDiv img
{
    padding:15px;
}
.TradePage .BriefDiv
{
    border: 1px solid #ebeef2;
    border-radius: 3px;
    background-color: #fdfdfd;
    overflow:hidden;
    margin:30px 0 15px 0;
    padding:10px;
}
.TradePage .LeftDiv
{
    overflow:hidden;
    line-height:21px;
}
.Returnurl
{
    display:block;
    margin-bottom:11px;
    overflow:hidden;
    color:#4091d2;
    height:32px;
}
.Returnurl a
{
    color:#D92300;
    float:left;
    
}
.AdvertiserBlock
{
    border:1px solid #ebeef2;
    border-radius:3px;
    background-color:#fdfdfd;
    margin-bottom:20px;
}
.PostPrice
{

    display:block;
    margin-bottom:10px;
    overflow:hidden;
    color:#242930;
    padding-top:25px;
    padding-bottom:25px;
    background-color:#ebeef2;
    text-align:center;
    font-size:22px;
}
.PostPrice .Number
{
    font-size:110%;
}
.fa-list-ul: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: "\f3e5";
    line-height:32px;
    height:32px;
    color:#4c4c4c;
    margin-left:5px;
}
.fa-list-ul
{
    line-height:30px;
    height:30px;
    color:#4c4c4c;
    margin-left:5px;
}
.Memberprofile:not(.large)
{
    height:58px;
    margin-bottom:10px;
    
}
.Memberprofile .MemberName
{
    color:#4091d2;
    font-weight:bolder;
    margin-top:5px;
}
.Memberprofile .MemberSubmitDate
{
    font-size: 14px;
    color: #898989;
}
.Memberprofile:not(.large) .Avatar
{
    height:54px;
    width:54px;
    border-radius:50%;
    margin-left:5px;
    border:1px solid #ebeef2;
}
.Memberprofile.large .Avatar
{
    max-width: 100%;
    border-radius:50%;
    margin-left:5px;
    border:1px solid #ebeef2;
}
.Memberprofile i {
    font-size: 15px;
    color: #898989;
    margin-left: 8px;
}
.Tinycontact
{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    height:20px;
    display:inline-block;
    margin-top:5px;
}
.Tinycontact li
{
    display:inline-block;
    margin-left:20px;
}
.Tinycontact li i
{
    line-height:21px;
    margin-left:5px;
    height:21px;
}
.Tinycontact li i.Green
{
    font-size:18px;
    font-weight: 400;
    color:#89b925;
}
.Tinycontact li i.Gray
{
    font-size:14px;
    font-weight: 400;
    color: #959595;
}
.PhoneNumber
{
    margin: 15px 30px 0 30px;
    background-color: #87b821;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    display:block;
    
}
.PhoneNumber .PhoneIcon
{
    font-style:normal;
    padding: 10px 15px 10px 15px;
    border-left: solid 1px #b0d27d;
    font-size: 24px;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    color:White;
    

}
.PhoneNumber .PhoneIcon i
{
    font-style:normal;
    font-size: 24px;
    display:block;
    color:White;
    text-align:center;
    margin-bottom:5px;
}
.PhoneNumber #ShowNumber
{
    text-align: center;
    border-right: solid 1px #5e8226;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    color:White;
    display: table-cell;
    
}
.PhoneNumber #ShowNumber .Phone, .PhoneNumber #ShowNumber .Mobile
{
    line-height:29px;
    height:29px;
    text-align:center;
    font-size:20px;
    display:block;
    direction:ltr;
    margin-right:20px;
    color:White;
}
.PostCity
{
    margin-top:15px;
    display:block;
    overflow:hidden;
    color:#242930;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#ebeef2;
    
}
.PostCity .fa-map-marker
{
    color: #c2c2c2;
    font-size: 24px;
    margin-right:15px;
    margin-left:10px;
    
}
.AddressTitle
{
    display:inline-block;
    padding-left:10px;
    
}
.CityName
{
    color: #4091d2;
    font-size: 14px;
}

/***************************/
.ContactAdvertiser
{
    border:1px solid #ebeef2;
    border-radius:3px;
    background-color:#fdfdfd;
    margin-bottom:20px;
    text-align:center;
    padding:20px 30px 20px 30px;
    
}

.Notification
{
    
    clear:both;
    font-size:11px;
    padding:10px 0;
    text-align:center;
    border: 1px solid #e0c937;
    background-color: #fffed3;
    color: #b69e2a;


}
.ContactAdvertiser .fa-sign-in
{
    color: white;
    font-size: 24px;
    margin-right:15px;
    margin-left:10px;
    display:inline-block;
    line-height:24px;
    vertical-align: middle;
    
}
.ContactAdvertiser .fa-envelope-oo, .ContactAdvertiser .fa-phone, .ContactAdvertiser .fa-mobile
{
    color: white;
    font-size: 18px;
    margin-right:15px;
    margin-left:10px;
    display:inline-block;
    line-height:24px;
    vertical-align: top;
    width:22px;
    text-align:center;
}
.LoginFirst
{
    color:White;
    padding: 15px 30px 15px 30px;
    background-color: #87b821;
    overflow: hidden;
    border-radius: 2px;
    display:block;
    font-size: 18px;
    margin-top:20px;
    line-height:24px;
}
.EmailMe
{
    color:White;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #87b821;
    overflow: hidden;
    border-radius: 2px;
    display:block;
    font-size: 18px;
    margin-top:20px;
    text-align:right;
}
.EmailMe a, .EmailMe a:hover
{
    font-size: 16px;
    color:White;
    text-decoration:none;
    letter-spacing: 0.5px;
}

.ShareAdvTitle
{
    display:inline-block;
    padding-right:5px;
    padding-left:5px;
    float:right;
}

/***************************/
.ReportAdvertiser
{
    border:1px solid #ebeef2;
    border-radius:3px;
    background-color:#fdfdfd;
    margin-bottom:20px;
    text-align:center;
    padding:20px 30px 20px 30px;
    
}
/*****************************/
.SpecialTrade
{
    /*background-color:#dee9ff;*/
}

/*****************Search Page ************************/
#SearchResult
{
    width:800px;
    overflow:hidden;
    float:right;
}

#SearchSideBlock
{
    width:336px;
    margin-right:14px;
    float:left;
}
/********************** SideCell *************/

.ProductSideRelated
{
    width:255px;
}

#ProductSideCell .Head
{
    text-align:center;
    margin:10px;
}


.ProductTiny
{

    display:block;
    border:1px solid #e3e3e3;
    float:right;
    width:120px;
    height:135px;
    overflow:hidden;
    margin:0 3px 3px 0;
    color:#0066b3;
    position:relative;
    text-align:center;
}
.ProductTiny:hover
{
    border:1px solid #008bff
}
.ProductTiny img {
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:110px;
    width:120px;
    overflow:hidden;
    z-index:998;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    
}
.ProductTiny:hover img {
    opacity:0.1;
    
}

.ProductTiny span.Title {

    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:120px;
    overflow: hidden;
    display:block;
    font-size:15px;
    line-height:20px;
    margin-top:10px;
    white-space:normal;
    color:#1a5083;
    background-color:white;
    
    text-shadow:1px 1px 1px gray;
    
}
.ProductTiny .PriceBlock
{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    margin-top:2px;
    font-size:11px;
    color:#0066b3 !important;
    line-height:18px;
    height:20px;
    overflow:hidden;
    text-align:center;
    width:100%;
}

.ProductTiny .WasPrice
{
    text-decoration: line-through;
    color:#aeaeae;
    font-size:11px;
    margin-left:5px;
}

.ProductTiny .DiscountPrice, .ProductTiny .OriginalPrice
{
    color: #008bff;
    font-size:12px;
    font-weight: 700;
}
.ProductTiny .currency
{
    font-size:70%;
}
/************** Start side Related trade ******************/

.RelatedTrade
{
    overflow:hidden;

    border: 1px solid #ebeef2;
    border-radius: 3px;
    background-color: #fdfdfd;

}
.RelatedTrade .HeadFrame
{
    margin-bottom:5px;
}
.SideTinyTrade
{
    padding:5px;
    background-color:white;
    border:1px solid #dfdfdf;
    color: #444444;
    border-radius: 4px;
    cursor:pointer;
    margin-bottom:7px;
    transition: all 0.3s ease-in-out 0s;
    overflow:hidden;
    display:block;
    
    position:relative;
}
.SideTinyTrade:hover
{
    text-decoration:none;
    background-color:#f0f7ff;
    overflow:hidden;
}
.SideTinyTrade span.TradeContainer
{
    height:65px;
    color: #444444;
    cursor:pointer;
    display:block;
    overflow:hidden;
}
.RelatedTrade span.TradeContainer .Special_AR
{
    background:url(../special_ar.png) no-repeat 0 0;
    background-size: contain !important;
    width:55px;
    height:43px;
    position:absolute;
    top:0;
    left:0;
}
.SideTinyTrade span.TradeContainer img.Image
{
    height:auto;
    width:20%;
    border:1px solid #eeeeee;
    border-radius: 3px;
    vertical-align:top;
    margin-left:5px;
    float:right;
}
.SideTinyTrade span.TradeContainer span.Title
{
    width:52%;
    overflow:hidden;
    display:inline-block;
    font-size:15px;
    color:#4091d2;
    vertical-align:top;
    line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {

    .SideTinyTrade span.TradeContainer img.Image {
        width: 28%;
    }
    .SideTinyTrade span.TradeContainer span.Title {
        width: 60%;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
}
@media (max-width: 576px) {
    .Memberlink.text-secondary {
        font-size: 72%;

    }
}
.SideTinyTrade span.TradeContainer span.Price
{
    width:45%;
    overflow:hidden;
    display:inline-block;
    font-size:15px;
    color:#444444;
    vertical-align:top;
    line-height:30px;
}
.SideTinyTrade span.TradeContainer span.SubmitDate
{
    width:23%;
    overflow:hidden;
    display:inline-block;
    font-size:14px;
    color:#898989;
    vertical-align:top;
}
.SideTinyTrade span.TradeContainer span.CatAndCity
{
    width:24%;
    overflow:hidden;
    display:inline-block;
    font-size:13px;
    line-height:30px;
}
/************** End side Related trade ********************/
.dropzone-block
{
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    padding-bottom:5px;
    position: relative;
    overflow: hidden;
    
}
.dropzone-block.has-error, span.has-error {
  border-color: #ff3636 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #ce8483;
}
.dropzone-block.dz-dragenter  {
    border-style: solid;
}
.my-preview {
    position:relative;
    min-height:130px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 15;
}
.dz-preview {
    width:140px;
    height:120px;
    display:inline-block;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}





.dropzone-notes {

    font-size: 80%;
    line-height: 1.3;
    padding-right: 8.5px;
    padding-left: 8.5px;

}
@media (min-width: 768px) and (max-width: 991px) {
    .dropzone-notes {
        font-size: 68% !important;
    }
}

/*#FarFarAwayTest .img-block {
    width:120px;
    height:120px;
    display:inline-block;
    border-radius:4px;
    
}*/
/***** preview Template css **********/
.dz-preview .dz-image {
    width:140px;
    height:120px;
    overflow: hidden !important;
    border-radius: 10px;
}
.dz-preview .img-block {
    width:140px;
    height:120px;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    
}
.dz-preview:hover .img-block {
    filter: blur(2px);
    transform: scale(1.05, 1.05);
}
.dz-preview .dz-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;

}

/*** VIP ***/
.control-btn-size {
    position: relative; /* remove to enable drag and drop */
    display: block;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 111px;
    /*height: 27px;*/
}
.add-pic-btn {
    white-space: nowrap;
    left: 0;
}
/*********************/
#myFiles {
    position: relative;

}
.control-btn-size label.error {
    font-size: 12px;
    display: block;
}
#myFiles label.error {
    display: block;
}
.dropzone-block .file-upload
{
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    transform: scale(1.4);
}
.dz-preview .dz-remove
{
    position:absolute;
    top:-5px;
    left:-5px;
    z-index:70;
    background-color:red;
    width:20px;
    height:20px;
    font-size:0;
    border-radius:50%;
    opacity:0.8;
    line-height:20px;
    color: white;
    opacity: 0.7;
    cursor: pointer;
    
}
.dz-preview .dz-remove:hover {
    text-decoration:none;
    opacity: 0.9;
}
.dz-preview .dz-remove i {
    line-height:20px;
}
.dz-preview .dz-remove i::before {
    font-size: 10px !important;
    color: #fff !important;
}

.fa-remove::before {
  content: "\f00d";
}
.dz-preview .dz-details .data-dz-size, .dz-preview .dz-details .data-dz-name {

    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-align: center;
    padding: 0 5px 0 5px;
    margin: 25px 3px 0 3px;
    display: inline-block;
    direction: ltr;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
    opacity: 0;

}
.dz-preview:hover .dz-details .data-dz-size, .dz-preview:hover .dz-details .data-dz-name {
    opacity: 1;
}
.dz-preview:hover .dz-details .data-dz-size:hover, .dz-preview:hover .dz-details .data-dz-name:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
/************************************/
.lock-bg { 
    
    z-index: 1050;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
 }
.pop-message {

    position: absolute;
    display: block;
    overflow: hidden;

    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto; 

    z-index: 1060;
    max-width: 600px;
    padding: 1px;
    line-height: 1.42857143;
    text-align: start;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
} 

.pop-message .pop-title {
    padding: 2px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #d9534f;
    line-height: 28px;
}
.pop-message .pop-title i {
    
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;

}
.pop-message .pop-title i:before {
    color: #d9534f;
    font-size: 20px;
    line-height: 28px;
}
.fa-times-circle-o:before {
  content: "\f057";
}
.pop-message .pop-content {
    padding: 9px 14px;
    font-size: 90%;

}
.pop-message .pop-content strong{

    font-size: 95%;
}
.pop-message .pop-content strong span{
    padding-left: 3px;
}
.pop-message  .btn-close {
    
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #d9534f;
    touch-action: manipulation;
    display: inline-block;
    float: left;
    font-weight: 600;
    border: 1px solid #d43f3a;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
    width: 100px;
}
.btn-close:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
@-webkit-keyframes messageIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes messageIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.messageIn {
  -webkit-animation-name: messageIn;
  animation-name: messageIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/************ Custom theme **********************/

/*
.dropzone .dropzone-block .add-pic-btn {
    
    display:none;
}
.dropzone.dz-started .dropzone-block .add-pic-btn
{
    display:block;
}
*/
/* to do */
.dropzone.dz-max-files-reached .add-pic-btn {     
    opacity:0;
    visibility:hidden;
}



@media (max-width: 575px) {
    .dz-preview {
        width:80px;
        height:60px;
        border-radius: 7px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .dz-preview .dz-image, .dz-preview .img-block {
        width:80px;
        height:60px;
        border-radius: 7px;
    }
}