/*Custom CED css START*/
/*.wea_img {
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
  background-size: 34px auto;
  height: 32px;
  left: -82px;
  position: absolute;
  width: 44px;
  }*/

  /* Customer top navigation panel - Turnkey Media */


#menu90::before{
  content: '';
  font-size: 20px;
  display: block;
  position: absolute;
  left: 4px;
  top: 12px;
  width: 21px;
  height: 21px;
  background-image: url('../images/blog/blog.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.navigation_wrapper ul li a, .jm-megamenu ul.level0 li.mega a.mega { 
  padding: 4px 25px;
}
.account_top_nav li a{}

  /* Customer Online / offline dots product view page */
  .image-desc h2 { margin-bottom: 0; }
  .image-desc p { margin-bottom: 0; }
  .conline { color: #666666!important; }
  .cust_online { width: 10px; height: 10px; background: green; border-radius: 50%; margin-right: 5px; display: inline-block; }
  .cust_offline { width: 10px; height: 10px; background: red; border-radius: 50%; margin-right: 5px; display: inline-block; }

  /* Tunrkey Meda End */
/*  
  .banner_bottom_wrapper a {
    font-family: 'Proxima Nova bold';
  }
  */
.banner_bottom_wrapper a {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 18px;
}
  .wea_img {
    height: auto;
    left: -79px !important;
    position: absolute;
    width: 35px;
  }
  .wea_img .temp {
    color: #00b0f0;
    font-weight: bold;
    position: absolute;
    right: -30px;
    top: 7px;
    z-index: 1;
  }
/*.ced-my-account-wrap:hover .ced-user-wrap + ul {
  display: block;
  }*/
  .box_fill{
    border: 5px solid red;
    padding: 5px;
  }
  .missing_info {
    color: #ff0000;
    font-size: 14px;
    display:  block;
    margin-bottom: 10px;
  }
  /*My DEn and Post Ad css*/
  .ced-user-wrap img {
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
  }
  .ced-user-wrap i {
    transition: 200ms linear all;
  }
  .ced-my-account-wrap.islogin{display: block;}
  .ced-my-account-wrap {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  .ced-user-wrap.notlogin{
    display: flex;
    justify-content: center;
    margin-right: 40px;
  }
  .ced-user-wrap.notlogin span{ float: left; list-style: none; margin:0 8px; }
  .ced-user-wrap {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    background: #fff;
    min-width: 200px;
    margin-right: 5px;
    text-align: left;
    color: initial;
  }
  .ced-my-account-wrap:hover i {
    transform: rotate(180deg);
  }
  .top_right_area ul {
    background-color: #fff;
    color: #000;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 205px;
    z-index:99;
  }
  .ced-my-account-wrap:hover ul {
    opacity: 1;
    top: 42px;
    visibility: visible;
  }
  .ced-my-account-wrap > ul::after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 112px;
    position: absolute;
    top: -13px;
    width: 12px;
  }

  .top_right_area { padding-right: 0; }

  .top_right_area .welcome-msg.logged_in { padding-left: 0; padding-right: 0; width: 100%; }

  .top_right_area .welcome-msg.logged_in a { padding-left: 55px; }

  .wea_img { left: -17px !important; width: 40px; }

  .wea_img img { width: 90%; height: auto; }

  .top_right_area ul li {
    display: block;
    border:none;
    border-bottom:1px solid #999;
  }
  .top_right_area ul li:hover {
    background-color:rgba(0,0,0,0.1);
  }
  .top_right_area ul li a, .top_right_area ul li a:hover, .top_right_area ul li a:focus{
   color: #999;
   display: block;
   font-size: 14px;
   font-weight: normal;
   outline: medium none;
   text-decoration: none;
   text-transform: capitalize;
 }
 .top_right_area ul li a:hover{
  color:#00AFF1;
}
.ced-my-account-wrap ul a img {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.post_ad_sale {
  border-radius: 22px;
  background-color: #db0e70;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  transition: 200ms linear all;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  min-width: 190px;
  float: right;
}
a.post_ad_sale:hover { background-color: #db0e70;   color: #ffffff; text-decoration: none; }

.post-add a.cart { width: 55px; float: right; overflow: visible; height: 40px; display: block; margin: 0; position: relative;}

.post-add a.cart i { font-size: 20px; }

.post_ad_sale.profilecheck:after {
    position: absolute;
    right: 25px;
    top: 13px;
    background: url(../../../images/plus.png) no-repeat;
    content: "";
    background-size: contain;
    width: 17px;
    height: 17px;
}

.post-add .cart:after {
    background: url(../../../images/Shoppingcart.png) no-repeat;
    content: "";
    background-size: contain;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.cart_count { 
    width: 20px;
    height: 20px;
    border-radius: 11px;
    background-color: #f15a24;
    border: 0;
    position: absolute;
    right: -12px;
    top: 0px;
    text-align: center;
    color: #fff;
    z-index: 1;
    line-height: 20px;
    font-size: 15px;
}

.post-add a.cart span:after { content: '\f07a'; -ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg); display: block; }

.post-add a.post_ad_sale span:after { content: '\f067'; -ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg); display: block; }

/*My DEn and Post Ad css END*/
/*Login page css*/
.customer-account-login .registered-users .content .form-group input {
  height: 40px;
  margin: 0 !important;
}
.remember .Remember-pwd {
  float: left;
}
.remember .Remember-pwd > input {
  margin: 0 !important;
}
.remember .Remember-pwd > span {
  line-height: 15px;
  margin-left: 10px;
  vertical-align: top;
}
.remember .forgot-pwd {
  float: right;
}
.customer-account-login .registered-users .form-btn {
  font-family: 'proxima nova bold';
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color:#2FAFF2;
  transition: 100ms linear all;
}
.customer-account-login .registered-users .form-btn:hover {
  background-color:#2799D4;
}
.customer-account-login .registered-users .social {
  margin: 10px 0;
}
.customer-account-login .registered-users .social ul {
  margin: 30px 0;
}
.customer-account-login .registered-users .social ul li a {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  width: 50px;
  color:#fff;
  transition: 100ms linear all;
}
.social ul li .fa-facebook {
  background-color: #3A589B;
}
.social ul li .fa-facebook:hover {
  background-color: #254CA2;
}
.social ul li .fa-google-plus{
  background-color:#DD4B38;
}
.social ul li .fa-google-plus:hover{
  background-color:#E9341C;
}
.social ul li .fa-twitter{
  background-color: #1498D9;
}
.social ul li .fa-twitter:hover{
  background-color: #0D86C2;
}
.customer-account-login .registered-users .option-line {
  border: 1px solid #F6F3F3;
  height: 1px;
  margin: 35px 0;
}
.option-line .option {
  background-color: #fff;
  border: 2px solid #E7E7E7;
  border-radius: 50%;
  color: #D8D4D4;
  height: 40px;
  line-height: 37px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -19px;
  width: 40px;
}
.social > h3 {
  font-family: proxima nova bold;
}
/*End login page css*/
/*Login page modify css*/

.customer-account-login .buttons-set .button {
  width: 100%;
}
.customer-account-login .option-line .option {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  color: #d8d4d4;
  height: 40px;
  line-height: 37px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -19px;
  width: 40px;
}
.content > p {
  font-weight: bold;
  margin-bottom: 15px;
}
.content .new-register {
  font-weight: bold;
  margin-top: 15px;
}
.registered-users .forget p> span {
  padding-left: 7px;
  vertical-align: top;
}
/*End login page modify css*/
/*=============================================
=            Registration page css            =
=============================================*/

.success-msg .emailnotice{letter-spacing: 0.4px;}
.success-msg .emailnotice::before {
    height: 23px;
    width: 23px;
    margin-left: -30px;
    left: inherit;
    margin-top: 0;
}
.emailnotice{padding-left: 35px; font-weight: 600;}
.emailnotice::before {
    background: url(../images/notice.png);
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    margin-top: -10px;
}
.customer-account-create li.fields {
  padding: 0;
}
.customer-account-create .button.btn-register {
  margin: 10px 0;
  width: 100%;
}
.customer-account-create  .option-line {
  border: 1px solid #f6f3f3;
  height: 1px;
  margin: 35px 0;
}
.customer-account-create .option-line .option {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  color: #d8d4d4;
  height: 40px;
  line-height: 37px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -19px;
  width: 40px;
}
.customer-account-login .checkbox,
.customer-account-create .checkbox {
  height: auto;
  margin: 0 10px 0 0;
}
/*=====  End of Registration page css  ======*/
/*=============================================
=            Customer Profile Complete  css      =
=============================================*/
.customer-account-index .profile-meter {
  border-radius: 3px;
  box-shadow   : 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width    : 0;
  padding      : 5px 15px;
  width        : 310px;
}
/*=====  End of Customer Profile Complete css  ======*/
/*==================================================
=            Section Index Page Changes 23/05/17           =
==================================================*/
.middle_black_wrapper_text h4 {
  font-size: 18px;
  margin-bottom: 38px;
  margin-top: 25px;
}
.middle_black_wrapper .flaticon-shop-img > img ,
.middle_black_wrapper .flaticon-tool-reg  > img {
  width: 65px;
}
.middle_black_wrapper_text > h3, .middle_black_wrapper_text > h4 {
  font-size: 16px;
  margin-bottom: 13px;
}
.middle_black_wrapper_text > h4 {
  margin-bottom: 13px;
  margin-top: 20px;
}
.flaticon-shop-img+h4 {
  margin: 18px 0;
}
.flaticon-tool-reg+h4 {
  margin: 18px 0;
}
/*=====  End of Section Index Page Changes  ======*/
/*==========================================
=            Product View page             =
==========================================*/
/*.product-view .products_info ul {
  float: left;
  margin: 10px 0;
  width: 33.3%;
}*/
.product-view .products_info ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
    margin: 10px 0;
}
/*SOCIAL SHARE*/

.vendor-link .social-links li {
  color: #333;
  display: inline-block;
  padding: 0 12px 0 30px;
  position: relative;
}
.vendor-link li a, .vendor-link li a:hover {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  position: relative;
  text-decoration: none;
}
.vendor-link a.share::before {
  background: url('../../../images/share.png') no-repeat left center;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -30px;
  top: -1px;
  background-size: contain;
}
.vendor-link .report::before {
  color: #548235;
  content: "\f024";
  font-family: 'fontawesome';
  padding-right: 10px;
}
.vendor-link a.post-ad::before {
  background: url('../../../images/postadd.png') no-repeat left center;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -35px;
  top: -1px;
  background-size: contain;
}
.vendor-link .sub-menu {
  background-color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  z-index: 999;
  width: 150px;
}
.vendor-link .sub-menu li {
  border-bottom: 1px solid #999;
  display: block;
  padding: 0;
  text-align: center;
  border-right: none;
}
.vendor-link .sub-menu li a {
  display: block;
  padding: 10px 20px 10px 40px;
  position: relative;
  text-align: left;
}
.vendor-link .sub-menu .g-plus a::before {
  color: #D53427;
  content: "\f0d5";
  font-family: 'fontawesome';
  left: 14px;
  position: absolute;
}
.vendor-link .sub-menu .fbook a::before {
  color: #47639E;
  content: "\f09a";
  font-family: 'fontawesome';
  left: 14px;
  position: absolute;
}
.vendor-link .sub-menu .twitter a::before {
  color: #0098F0;
  content: "\f099";
  font-family: 'fontawesome';
  left: 14px;
  position: absolute;
}
.vendor-link .copylink a:before{
  left: 12px;
}
.vendor-link .share-menus:hover .sub-menu {
  opacity: 1;
  top: 23px;
  visibility: visible;
}
.share-menus ul li:hover {
  background-color: #e5e5e5;
}
/*SOCIAL SHARE END*/
/* Safety tips */
.product_share_options .action_wrapper > h3 {
  margin: 0 0 20px 50px;
  position: relative;
}
.product_share_options .action_wrapper > h3::before {
  color: #548235;
  content: "\f071";
  font-family: fontawesome;
  font-size: 30px;
  left: -41px;
  position: absolute;
  top: -6px;
}
/*Safety tips end*/
/*Product share options 18-5-7*/
.product-share .share-menu, .product-share .post-ad, .product-share .price-alert{
  position:relative;
}
.product-share li.report-ad a{color: #f57e24; font-family: 'Avenirndb'; text-decoration: underline;}
.product-share li a:hover {
  text-decoration: none;
}
.product-share .share-menu:hover .sub-menu {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
.product-share .sub-menu {
  background-color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 40px;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 150px;
  z-index: 999;
}
.product-share .sub-menu li {
  border-bottom: 1px solid #999;
  border-right: medium none;
  display: block;
  padding: 0;
  text-align: center;
  position:relative;
}
.product-share .sub-menu li:hover {
  background-color:#e5e5e5;
}
.product-share .sub-menu li a {
  display: block;
  padding: 10px 20px 10px 40px;
  position: relative;
  text-align: left;
  color:#333;
}
.product-share .sub-menu .g-plus a::before {
  color: #d53427;
  content: "";
  font-family: "fontawesome";
  left: 14px;
  position: absolute;
}
.product-share .sub-menu .fbook a::before {
  color: #47639e;
  content: "";
  font-family: "fontawesome";
  left: 9px;
  position: absolute;
}
.product-share .sub-menu .twitter a::before {
  color: #0098f0;
  content: "";
  font-family: "fontawesome";
  left: 9px;
  position: absolute;
}
.product-share .copylink a:before{
    left: 9px;
}
.copylink a:before{
    background: url(../images/copylink.png);
    background-size: contain;
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    top: 18px;
}
.product-share a {
  position: relative;
  text-decoration:none;
  margin-right: 12px;
  color: #b3b3b3;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 0;
}
.product-share .share-menu > a:hover, .product-share .post-ad> a:hover {
  text-decoration:none;
}
.product-share .share-menu .sub-menu a:hover {
  text-decoration: none;
  color:#333;
}

.product-share .Wishlistme a::before{
  content: "";
  background: url('../../../images/wishlist.png') no-repeat left center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.product-share li{ display: inline-block; padding: 0; }
.product-share .compareme a::before{
  content: "";
  background: url('../../../images/compare.png') no-repeat left center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
}
.product-share .share-menu > a::before {
  content: "";
  background: url('../../../images/sharegray.png') no-repeat left center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-share .post-ad a::before{
  content: "";
  background: url('../../../images/postadd.png') no-repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.product-share .price-alert a::before{
  content: "";
  background: url('../../../images/pricealert.png') no-repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
/*product share options end*/
/*make an offer*/
.product-essential .product-shop {
  padding: 0px;
}
.offer {
  border: 2px solid #548235;
  margin: 26px 0;
  padding: 15px 15px 0;
  position: relative;
}
.offer > label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 5px;
  font-weight: bold;
}
.offer input[type="button"]{
  border: 1px solid #019875;
  background: #019875;
  padding: 14px 15px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}

.offer span {
  position: absolute;
  left: 30px;
  top: 56px;
  color: #019875;
}
.offer > input[type="number"]{
  margin: 0 auto;
  padding: 25px 0 25px 30px;
  color: #019875;
}
#offer_value {
  height: 35px;
  width: 81%;
}
.modal-footer {
  border: none;
  padding-top: 15px !important;
  padding-bottom: 0px;
}
.modal-footer > input {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #548235;
  height: 35px;
  width: 20%;
  font-weight: bold;
}
#success {
  color: #6a9e41;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  right: 20px;
}
/*make an offer end*/
/*=====  End of Product View page   ======*/
/*==========================================
=            Make an offer page             =
==========================================*/
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
/*=====  End of Make an offer page   ======*/
/*==========================================
=            For Categories view Start         =
==========================================*/
/*.childcontent-inner {
  width: 265px !important;
}*/
.jm-megamenu ul.level1 li.haschild:hover > .childcontent {
  left: 100%;
  top: -175px;
}

.jm-megamenu ul.level1 li.haschild:hover > .childcontent.cols3 {
  top: -350px;
}
/*=====  End For Categories view   ======*/
/*==========================================
=            For Events Social link Start         =
==========================================*/
.product_share.cedshare a {
  background: #00b0f0 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.product_share.cedshare a p {
  margin: 0;
}
.ced-account .content_area{
  padding: 0;
}
/* myaccount icons */
.sidebar .left_content ul li strong::before, 
.left_content a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 17px;
  width: 16px;
}
.addproduct > a::before,
.addproduct.current strong::before {
  content: "";
}
.current.account strong::before,
.account > a::before{
  content: '\f0e4';
}
.addressbook > a::before,
.addressbook.current strong::before{
  content: '\f041';
}
.membership > a:before,
.membership.current strong::before {
  content: "\f0c0";
}
.accountedit > a::before,
.accountedit.current strong::before {
  content: "\f129";
}
.orders > a:before,
.orders.current strong::before {
  content: "\f022";
}
.billingagreements > a::before,
.billingagreements.current strong::before {
  content: "\f124";
}
.reviews > a::before,
.reviews.current strong::before {
  content: "\f288";
}
.tags > a:before,
.tags.current strong::before {
  content: "\f02c";
}
.wishlist > a::before,
.wishlist.current strong::before {
  content: "\f004";
}
.newsletter > a:before,
.newsletter.current strong::before {
  content: "\f1ea";
}
.csmyevents > a::before,
.csmyevents.current strong::before {
  content: "";
}
.csfavseller > a::before,
.csfavseller.current strong::before {
  content: "\f0cb";
}
.messaging > a::before,
.messaging.current strong::before {
  content: ""
}
.giftcard > a:before,
.giftcard.current strong::before {
  content: "\f06b";
}
.google > a::before,
.google.current strong::before {
  content: "";
}
.facebook > a:before,
.facebook.current strong::before {
  content: "\f09a";
}
.last.twitter > a::before,
.last.twitter.current strong::before {
  content: "";
}
.col-md-9.col-main.right-content{width: 73%;}
.col-md-3.col-left.sidebar{width: 27%;}

.sidebar .left_block {
  background: #6A9E41 none repeat scroll 0 0;
  color: #fff;
  border-radius: 11px;
}
.sidebar .left_content ul li a {
  color: #fff;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  margin: 25px 0;
  text-decoration: none;
  display: table-cell;
}
.sidebar .left_content li img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 15px 0;
}
.sidebar .left_content ul li{
  color: #fff;
  display: block;
  border-bottom: none;
  padding: 10px 0;
  margin: 5px 0;
}
.sidebar .left_content ul li:hover,
.sidebar .left_content ul li.current{
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  text-decoration: none;
  background-color: #006837;
  border-radius: 11px;
}
.sidebar .left_content ul li.current{padding: 10px 0;}
/* myaccount icons END */


.ced-account .my-account .pager .limiter label { vertical-align: baseline; }

.ced-account .my-account table { max-width: 100%; width: 100%; }

.ced-account .logo_banner_wrapper {
  background-color: #3c8dbc;
}

.ced-account .sidebar .block {
  background: darkgray;
  color: #fff;
  border-radius: 11px;
  margin: 10px 0;
}
.sidebar .block-list.block-compare{
  background: #71CC50;
  color: #fff;
  border-radius: 11px;
  margin: 10px 0;
}

.ced-account .product-name a, .ced-account .actions a {
  color: #999;
}
.ced-account .button.btn-cart {
  background-color: #008FCF;
}

.row.account_navigation_top{margin: 2.5vw 0 1vw; padding-left: 20px;}
.row.account_navigation_top a{ color: #3AAE94; font-weight: 600;}
div.right-content {padding: 0;}
.csevents_csevents_add div.my-account h1,
.csevents-csevents-new div.my-account h1{text-align: center; margin-bottom: 2vw;}
.csevents_csevents_add div.my-account,
.csevents-csevents-new div.my-account{
  margin: 5vw auto 20vw;
  position: relative;
}
.ced-account #my-custom-form{display: inline-block;}
.csevents_csevents_add div.my-account:after,
.csevents-csevents-new div.my-account:after{
    position: absolute;
    background: url(../../../images/eventside.png) bottom right no-repeat;
    content: "";
    width: 100px;
    height: 100%;
    z-index: 1;
    right: -100px;
    bottom: 50px;
}
#my-custom-form li.fields.margin{clear: both;}
#my-custom-form li.fields{padding: 0;}
#my-custom-form #my-custom-form .validation-advice {
    position: absolute;
    margin-top: -10px;
    margin-left: 5px;
}
#my-custom-form li label{display: inline-block; color: #333; font-weight: normal; float: right; width: 95%;}
#my-custom-form li label.ltime{float: left !important;}
#my-custom-form li.file{width: 100%; float: left; padding: 0 0.5%; margin: 20px 0 30px;}
#my-custom-form li textarea{margin: 10px 0.5%; height: 10vw; width: 98%;}
#my-custom-form li select{margin: 10px 1%; width: 50%; min-width: auto; clear: both;}
#my-custom-form li input{margin: 10px 1%; width: 97%; border: 1px solid #ccc;}
#my-custom-form li .button{margin: 0;}
#my-custom-form li input[type="checkbox"]{width: auto; margin: 0;}
.ced-account #my-custom-form,
div.right-content div.my-account{
  background:#fff ;
  padding: 4vw 2.5vw 6vw;
  color: #999999;
  position: relative;
  box-shadow: 0 7px 20px 0px #eee;
}
div.my-account .pager li.current{font-weight: bold;}
div.my-account .pager li.current, div.my-account .pager li>a, .pager li>span{font-size: 14px; height: 30px; width: 30px; line-height: 30px; background-color: #F6FAE4;}
div.my-account .pager .amount, div.my-account .pager .amount strong, div.my-account .pager .limiter{font-size: 14px;}
div.my-account li.fields{display: inline-block; min-width: 49%; float: left; max-width: 50%;}
div.my-account .buttons-set,
div.my-account li.control{clear: both;}
div.my-account .onlylabel{font-weight: normal;}
div.my-account select#prefix{min-width: auto; width: 22%; margin-right: 2%; float: left;}

div.my-account select, div.my-account input[type="text"], div.my-account input[type="number"], div.my-account input[type="date"], div.my-account textarea, div.my-account input[type="password"], div.my-account input[type="email"], div.my-account input[type="tel"]{
  min-width: 90%;
  height: 35px;
}
div.my-account input#firstname{min-width: 66%;}
div.my-account h1,
.welcome-msg h2{font-weight: bold;}
.box-account.box-info .col-sm-6{padding: 0;}
.box-account.box-info{margin-top: 3vw;}
div.my-account .fieldset{clear: both; display: inline-block; margin: 15px 0;}
div.my-account li.fields:not(.control) label{display: none;}
div.my-account p.back-link {
    display: inline-block;
    float: left;
}
.togglepass{display: none;}
div.my-account .category-products,
div.my-account table#my-orders-table{margin-top: 25px;}
div.my-account .button{float: right; background: #6A9E41; margin-left: 10px;}
div.right-content div.my-account h4,
div.right-content div.my-account h3,
div.right-content div.my-account h1,
div.right-content div.my-account h2{color: #000; clear: both;}
div.right-content div.my-account h3{font-size: 15px;}
div.right-content div.my-account h2{margin-bottom: 1.5vw; margin-top: 1.5vw;}
.ced-account #my-custom-form:before,
div.right-content div.my-account:before{
    position: absolute;
    background: url(../../../images/header-ColourBarTop.png) center center;
    top: -2px;
    content: "";
    width: 100%;
    height: 0.5em;
    margin: 0 0%;
    z-index: 1;
    background-size: contain;
    background-repeat-x: inherit;
    background-repeat-y: no-repeat;
    left: 0;
}
.ced-account #my-custom-form:after,
div.right-content div.my-account:after{
    position: absolute;
    background: url(../../../images/header-ColourBarBottom.png) center center;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 0.5em;
    margin: 0 0%;
    z-index: 1;
    background-size: contain;
    background-repeat-x: inherit;
    background-repeat-y: no-repeat;
    left: 0;
}
ul#order-info-tabs{display: inline-block; margin: 15px 0 0;}
dl.order-info li{ display: inline-block; float: left; margin-right: 10px; list-style: none; }
dl.order-info li:not(:last-child):after{content: " | "; width: 10px; height: 10px; color: #006837;}
dl.order-info li.current{color: #f57e24;}
dl.order-info li a{color: #006837;}
div.order-details .buttons-set{margin-top: 20px;}
p.profilecheck.addproduct{background: #f57e24; padding: 10px 30px; border-radius: 11px;}
p.profilecheck.addproduct a{color: #fff; text-decoration: none;}
p.profilecheck.addproduct img{margin-right: 15px;}

/*.products-grid .purringsale::before, .products-list .purringsale::before {
  border-right: 70px solid transparent;
  border-top: 65px solid #ff8c00;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  border-radius: 11px 0 75px 0;
}
.products-grid .purringsale::before {
  left: 5px;
  right: 0;
}*/
.purringsale.item {
  position: relative;
}
.products-grid .purringsale .product_grid_details::before, .products-list .purringsale .product_list_details::before {
  color: #ffffff;
  /*content: "Purring \a Sale";*/
  left: 8px;
  position: absolute;
  text-align: center;
  top: 10px;
  transform: rotate(-43deg);
  white-space: pre-wrap;
  z-index: 999999;
}
.parrothighlight .product_grid_details {
  border: 2px solid #B3E529;
}
.accountedit.notfill > a, .account.notfill > a, .notfill > strong {
  color: #FF0819 !important;
}
/*css For MAP*/
.map-overlay-inner .modal-header {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 11px;
}
.map-overlay-inner .modal-header:after {
  content: "";
  clear: both;
  display: table;
}
.map-overlay-inner .modal-title {
  float: left;
}
.map-overlay-inner {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 600px!important;
}
.map-overlay.showmap .map-overlay-inner #map {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 380px !important;
}
.product_grid_details_box{
  position: relative;
}
.scratchprice .product_grid_details_box > span::before {
  content: "$120";
  position: absolute;
  top: -50px;
  left: 36px;
  color: #fff;
}
/*Custom css END*/
/*3/7/17 resposive*/
.sign_up_form .button{
  width: 100%;
  padding: 8px 15px;
}
.ced-user-wrap.notlogin span a{color: #666;}
.ced-user-wrap.notlogin span a:before,
.ced-my-account-wrap ul li a:before, .top_right_area .logged_out a:before {
  font-family: fontawesome;
  color: #000000;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  text-align: left;
  font-weight: normal;
}
.sale-icon > a:before{
  content: "\f067";
}
.calender-icon > a:before{
  content:"\f133";
}
.ribbon-icon > a::before {
  content: "";
}
.User-and-cog-icon > a::before {
  content: "\f007";
}
.odometer-icon > a:before{
  content: "";
}
.shopping-cart-icon > a:before {
    content: "\f07a";
}
.checkboard-and-tick-icon > a:before {
  content: "\f046";
}
.love-heart-icon > a:before{
 content: "\f004";
}
.open-lock-icon > a::before {
  content: "\f13e";
}
.login-icon > a::before, .top_right_area .logged_out a.signin-icon::before {
  content: "\f090";
}
.for-sale-icon > a::before {
  content: "\f067";
}
.register-icon > a:before, .top_right_area .logged_out a.reg-icon::before {
  content: "\f0f6";
}
.forgot-password > a:before {
  content: "\f084";
}

.blue_button {
  padding: 8px 11px!important;
}
.search_area.home_search .container {
  width: 99%;
}
@media only screen and (max-width: 1289px){
  .vendor-link {
    display: inline;
  }
  .vendor-link .social-links li {
   padding: 0 14px 0 30px;
 }
 ul.list-inline.product-share li ul li a{padding-left: 35px;}
 .vendor-link .social-links li li{
  padding: 0;
 }
}
@media only screen and (min-width: 770px)and (max-width: 823px){
  .main_categories li a, .main_categories li .cat_padding {
    font-size: 13px;
    padding: 5px 0;
  }
}
/*3/7/17 resposive END*/
/*pets2018*/
.pvendor_details .flag-wrapper {
  float: left;
}
.pvendor_details .flag-wrapper-last {
  float: right;
}
.flag-wrapper .flag-post-ad-wrapper {
  text-align: left;
}
.flag-post-ad-wrapper .flag-post-ad, 
.flag-post-ad-wrapper .flag-edit-ad {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  width: 150px;
}
.flag-post-ad-wrapper .flag-post-ad{
  background: #699e3a none repeat scroll 0 0;
  border: 1px solid #699e3a;
}
.flag-post-ad-wrapper .flag-edit-ad {
  background: #ff6814 none repeat scroll 0 0;
  border: 1px solid #ff6814;
}
.flag-post-ad-wrapper .flag-edit-ad::before {
  content: "\f044";
  font-family: fontawesome;
  margin-right: 4px;
}
.flag-post-ad-wrapper .flag-post-ad::before {
  content: "\f067";
  font-family: fontawesome;
  margin-right: 4px;
}
.content_area .breadcrumbs > ul {
  float: left;
}
.checkout-onepage-index .content_area .flag-post-ad-wrapper{display: none;}
.content_area .flag-post-ad-wrapper {
  float: right;
  text-align: right;
  width: 50%;
}
.content_area .breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}
/*18/may*/
.content_area .page-title.ad-post {
  float: left;
}
/*.flag-post-ad-wrapper .flag-post-ad {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #005da6;
  margin: 0 6px 0 0;
  padding: 7px;
  width: 135px;
}
.flag-post-ad-wrapper .flag-edit-ad {
  background: rgba(0, 0, 0, 0) linear-gradient(#0077ba, #0059a4) repeat scroll 0 0;
  border: 1px solid #0077ba;
  margin: 0;
  padding: 7px;
  width: 175px;
}*/
.content_area ol.opc {
  clear: left;
}
.checkout-onepage-index .flag-post-ad-wrapper .flag-post-ad:before,
.checkout-onepage-index .flag-post-ad-wrapper .flag-edit-ad:before{
  content: "";
}
.content_area .page-title.ad-post h1 {
  margin-bottom: 25px;
}
.products_info .clearfix:nth-child(2) ul {
  margin: 0;
}
.ced_label_msg .ced_label {
  background: #ff6814 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 4px;
}
.product_grid_details .product_details .actions {
    min-height: 60px;
}
/*pets2018 END
/*checkout css starts*/
#co-shipping-method-form #checkout-shipping-method-load .price {
    display: inline-block !important;
}
/*checkout css ends*/
/*postal code css starts*/
.catalog-product-view .product-essential .single_product_details input[type="text"] {
    width: 100%;
    margin-left: 0px;
}
.catalog-product-view .product-essential .single_product_details .post_code_option .action_wrapper a {
  margin-right: 0;
  background: #e4e4e4;
  border-radius: 3px;
  color: #333;
  text-shadow: 0 0 0;
  padding: 8px 25px;
}
.action_wrapper::after {
    clear: both;
    display: table;
    content: "";
}
.catalog-product-view .product-essential .single_product_details .post_code_option #continue_shopping {
  color: #fff;
  background-color: #0bb142;
  padding: 8px 12px;
  border-radius: 2px;
  text-shadow: 0 0 0;
  cursor: pointer;
  float: left;
}
.catalog-product-view .product-essential .single_product_details .post_code_option #proceed_to_checkout {
  color: #fff;
  background-color: #0ca5de;
  padding: 8px 12px;
  border-radius: 2px;
  text-shadow: 0 0 0;
  cursor: pointer;
  float: right;
}
.catalog-product-view .product-essential .single_product_details .post_code_option {
    border: 1px solid #ccc;
    margin: 10px 5px;
}
.catalog-product-view .product-essential .single_product_details .post_code_option .action_wrapper .get_code{
  text-align: right;
  margin-bottom: 25px;
}
.getcode_buttons::after {
    display: table;
    content: "";
    clear: both;
}
/*postal code css ends*/

/*loader css*/
.ced-loader{
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#loading_mask_loader {
    color: #d85909;
    font-weight: bold;
    left: 50%;
    opacity: 0.8;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 150px;
    z-index: 1000;
}
/*loader css*/

.postagediv span {
  font-weight: bold;
}
.ratesvalue .rate {
  float: right;
  width: 40%;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: .2em .6em .3em;
  padding-right: 0;
}
.ratesvalue .label {
  float: left;
  display: inline-block;
  width: 60%;
  text-align: left;
  font-size: 14px;
  padding-left: 0;
}
.ratesvalue::after {
  clear: both;
  content: "";
  display: table;
}

/*checkout page table css*/
.checkout-onepage-index .order-review .data-table td:first-child{width: 22.8%;}
.checkout-onepage-index .order-review .data-table td:nth-child(2){
  text-align: left;
    text-transform: capitalize;
    font-size: 14px;
}
.checkout-onepage-index .order-review .data-table td{vertical-align: middle;}
.checkout-onepage-index .order-review .data-table .first.last th{
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: gray;
}
.checkout-cart-index .cart-collaterals .shipping-form .sp-methods input[type="checkbox"] {
  margin: 1px 5px 0 0;
}
.rate_msg {
  color: red;
  text-align: left;
  margin-top: 6px;
  display: inline-block;
  float: left;
  width: 100%;
}

/*CSS of charity work*/
  .form-list .addmsg.error {
    color: rgb(255,8,0);
  }
  .form-list .addmsg.success {
    color: #699E3A;
    display: block;
}

  .charity.item.last .product_grid_details a.product-image::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url("../../../images/icon.png");
    right: 0;
    bottom: -20px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nonfeatured.charity.item.last .product_grid_details a.product-image::after {
    width: 70px;
    height: 70px;
  }

  .product_grid_details a{
    position: relative;
  }

    /*Resource Hub*/

.section-table {
  background-color: #fefefe;
  padding: 10px 0px;
}
.left-table {
  color: #333333;
  background-color: #f5f5f1;
  padding: 15px 0px;
  border-right: 1px solid #e4e4e4;
}
.menu-head {
  overflow-y: auto;
  max-height: 450px;
  background-color: #f5f5f1;
}
.menu-head h4 {
  font-size: 16px;
  padding: 0px 15px;
}
.search-menu {
   margin: 15px 5px;
  background-color: #ffffff;
  border: 1px solid #dfd7d7;
  position: relative;
}
.search-menu input[type=text] {
  padding: 6px 0px;
  font-size: 14px;
  border: none;
  padding-left: 20px;
}
.icon-search {
    position: absolute;
    top: 5px;
    left: 3px;
}
.menu-list-left a{
  text-decoration: none;
  font-weight: 300;
}
.menu-list-left li:hover {
  background-color: #e6e4e4;
  text-decoration: none;
}
.heading-right {
  padding:15px 0px;
  font-size: 24px;
  display: inline-block;
}
table{
  width: 100%;
}
tr {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0px;
}
td {
  font-size: 13px;
  padding-left: 5px;
  text-align: left;
  vertical-align: top;
  border:none;
}
th{
  border-bottom: 1px solid #e4e4e4;
  padding-left: 5px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.reset-right {
  display: inline-block;
  float: right;
  padding: 15px;
}
.amount {
    float: left;
    padding-top: 5px;
}
.limiter {
  float: right;
}
.limiter label {
  vertical-align: middle;
}
.resource-table {
    max-width: 850px;
    table-layout: fixed;
}
.table-wrap {
  height: 300px;
  overflow-y: auto;
  max-width: 850px;
  padding-right: 5px;
}
.show-read-more .more-text{
   display: none;
}
.item-icon {
    display: inline-block;
    padding-right: 10px;
}
  /* resource hub icon */
#menu91::before {
  content: '';
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 21px;
  height: 21px;
  background-image: url('../images/blog/blog-6.svg');
  background-size: 19px;
  background-repeat: no-repeat;
}
/* css for modal for post an add */
.profile-modal .modal-dialog {
    margin: 8% auto;
}
.profile-modal .modal-body .form-group {
  text-align: center;
  margin-bottom: 0px;
}
.profile-modal .modal-header {
  text-align: center;
} 
.profile-modal .modal-header .modal-title {
  font-size: 20px;
}
.profile-modal .modal-body .panel-body {
  padding-top: 0px;
}
.profile-modal .modal-body label {
  margin-bottom: 20px;
  font-weight: normal;
}
.profile-modal button[type="button"] {
  background: #699e3a;
  opacity: 1;
}
.profile-modal button[type="button"]:hover {
  color: #ffffff;
}
.profile-modal .modal-body .form-group a{
  display: block;
  width: 100px;
  margin: 0 auto;
  background-color: #699e3a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  text-decoration-line: none;
}
/*=============================================
=     Remove registration overlay css         =
=============================================*/
.under_construction .account-login {
  width: 60%;
  margin: 0 auto;
  max-width: 60%;
}
.profile-modal .modal-body label {
  font-size: 15px;
}
/* css for tabs issue  */
.easytabs-wrapper .easytabs-content {
  word-break: break-all;
}

/* copied from inline */
.product-view .products_info .select-pet {
  width: 100%;
}
.pro-head {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration-line: underline;
}

.ced_label span a {
	color: #7d76cc;
	text-decoration: underline;
}

/* changes for new price and location */
.map-price::after {
  clear: both;
  content: "";
  display: table;
}
.map-price .ced-pirce-wrap {
  width: 100%;
  font-weight: 600;
  text-align: right;
}
.map-price .old-price {
  margin-bottom: 0;
  color: #ed1a1e;
}
.map-price .click-for-map > a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 0 0;
}
.map-price .click-for-map > a::before {
  content: "\f124";
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 20px;
  color: #548235;
}
.old-price .price {
  position: relative;
}
.link-price-alert {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
}
.link-price-alert::before {
  content: "\f0f3";
  font-family: fontawesome;
  font-size: 18px;
  color: #548235;
}
.map-price .old-price .price::after {
  background-color: #ff0000;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 12px;
  width: 100%;
}
.link-price-alert a {
  color: #699e3a;
  text-decoration-line: underline;
}
.single_product_details .product-shop {
  padding: 25px 10px;
  background-color: #fff;
  box-shadow: 0 7px 20px 0px #eee;
  border-radius: 11px;
}
.single_product_details .product-shop .vendors_info{
  margin: 0 15px;
}
/* issues css new */
.entry-edit .fieldset-wide #description-errmsg {
  text-align: right;
  width: 80%;
}
.my-wishlist .product-image img {
  width: 100%;
}
.fc-row .fc-content-skeleton tr ,.fc-day-grid tr ,.fc-content-skeleton tr {
  border-bottom: none;
}
#page-wrapper {
  position: relative;
  z-index: -1;
}
#widgetblock{
    position: absolute;
    left: 10px;
    top: 2px;
    color: gray;
    font-size: 14px;
    cursor: pointer;
    max-width: 250px;
}
#widgetblock span{font-size: initial; margin-left: 5px;}
#widgetblock span.temp{position: absolute; top: 35px; left: 5px;}
#widgetblock marquee{font-size: 11px; color: gray;}
#widgetblock .eaw-weather-detail{
    padding: 0px 10px;
}
#widgetblock a{display: none !important;}
.ced-user-wrap.notlogin > a{display: none; cursor: none;}
@media only screen and (min-width: 789px){
  .row.account_navigation_top a.activedash{display: none;}
}

@media only screen and (max-width: 789px){
  select[name="receiver_email"]{width: 100% !important;}
  .csmarketplace-vendor-profileview .togglevemenu{display: none;}
  body.activetoggle{position: fixed; overflow: hidden;}
  .ced-my-account-wrap:hover ul{
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    border: 1px solid #e3e3e3;
    margin-top: 38px;
  }  
  .mobonly.togglevemenu{margin: 5px 15px; font-size: x-large; color: #a3a3a3;}
  .mobonly.togglevemenu .fa-ellipsis-v{display: none;}
  #search_mini_form{max-width: max-content;}
  .post_ad_sale.profilecheck:after{top: 0.8em; height: 2.5vw; width: 2.5vw; right: 4vw;}
  .post-add .cart:after{width: 5.5vw; height: 5vw; left: 0; top: -0.7vw;}
  .cart_count{width: 3vw;height: 3vw;  line-height: 2.8vw;font-size: 2vw; top: -2.5vw; right: 0vw;} 
  .ced-user-wrap img{  width: 2.5em; height: auto; margin-top:8px; }
  .ced-user-wrap.notlogin > a{display: inline-block !important;}
  .single_product_details .product-shop{background: #f9fced; margin: 20px;}
  div.col-left {
      border: 0px solid #6a9e41; 
      border-radius: 0; 
  }
  .product-view .col-md-8{margin: 0; padding: 0;}
  .catalog-product-view .content_area{margin: 0 auto; padding: 0; width: 100vw;}
  .single_product_details.no-left-padding, .single_product_right_details.no-left-padding{ padding: 0; background: #fff; }
  #my-custom-form li.file{width: 100%; margin: 0 0 5px;}
  #my-custom-form li.fields.margin{margin-top: 20px;}
  div.my-account li.fields{min-width: 100%; max-width: 100%;}
  #my-custom-form li .button{margin: 20px 0;}
  .ced-account #my-custom-form, div.right-content div.my-account{padding: 4vw 6.5vw 6vw;}
  .ced-account #my-custom-form, div.right-content div.my-account{padding: 4vw 0 6vw; overflow: scroll;}
  #wishlist-view-form button{margin-bottom: 10px; float: left;}
  .csevents_csevents_add div.my-account, .csevents-csevents-new div.my-account {margin: 5vw auto 0;  }
  .csevents_csevents_add div.my-account:after, .csevents-csevents-new div.my-account:after {
    width: 100%;
    height: 0;
    right: 0;
    background-position: 86% bottom;
    bottom: -190px;
  }
  #widgetblock{display: none;}
  .row.main.no-margin-left{background: #fff;}
  .row.account_navigation_top {
      margin: 0;
      position: initial;
      padding: 0;
      background: #f9fced;
  }
  .row.account_navigation_top a{
    border-radius: 15px 0 0 0;
    padding: 12px 20px;
    display: inline-block;
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    background: #3AAE94;
    color: #fff;
  }
  .row.account_navigation_top a.activedash{
    background: #fff;
    color: #6A9E41;
  }
  .row.account_navigation_top a:first-child{
    border-radius: 15px 0 0 0;
  }
  .row.account_navigation_top a:last-child{
    border-radius: 0 15px 0 0;
  }
  .no-margin-left .col-main, .no-margin-left .col-left{background: #fff;}
  .col-md-9.col-main.right-content{width: 80%; float: right; min-height: 600px;}
  .col-md-3.col-left.sidebar{width: 20%; float: left; padding: 0 10px;}
  .sidebar .left_content li img{margin: 0 8px 0;}
  p.profilecheck.addproduct img{max-width: initial; margin: 0 auto;}
  p.profilecheck.addproduct a{display: none;}
  p.profilecheck.addproduct{padding: 0; text-align: center; height: 50px; display: flex;}
  p.profilecheck.addproduct.active a{display: inline-block; margin-left: 13px;}
  p.profilecheck.addproduct.active{
    display: flow-root;
    line-height: 48px;
    text-align: left;
    padding-left: 22px;
  }

  .col-md-9.col-main.right-content,
  .ced-account #my-custom-form, div.right-content div.my-account{box-shadow: none;}
  .ced-account #my-custom-form:after, div.right-content div.my-account:after,
  .ced-account #my-custom-form:before, div.right-content div.my-account:before,
  .vendor_pages div.right-content:after,
  .vendor_pages div.right-content:before{background: none;}
  .ced-account .content_area{
    padding: 15px;
    margin: 5vw 0;
  }
  .vendor_left_block, .left_block, .sidebar .block{padding: 8px; overflow: scroll;}
  .col-left .sidebar.active,
  .col-left.sidebar.active{position: absolute; width: 90vw !important; overflow: scroll;}
  .sidebar.active .left_content ul li, .sidebar.active .left_content ul li a{
    text-indent: inherit;
  }
  .sidebar #side-menu{padding-bottom: 10px;}
  .sidebar a i.fa{
    min-width: 0;
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: inline-block !important;
  }
  .sidebar #side-menu > li > a{
    padding: 8px!important;
    margin: 4px 8px 4px;
    display: grid;
    border-radius: 8px;
  }
  .sidebar.active #side-menu > li > a{
    display: block;
    margin-bottom: 1px;
  }
  .sidebar #side-menu > li > a span{
    display: none;
  }
  .sidebar.active #side-menu > li > a span{
    display: inline-block;
  }
  .user-panel > .image > img{width: 28px; height: 28px;}
  .navbar-static-top,
  .sidebar .sidebar-nav.navbar-collapse{box-shadow: none; border: 0;}
  .col-left .sidebar .user-panel .pull-left.info{margin-left: 12px !important; line-height: 28px !important; display: none;}
  .sidebar .left_content ul li{
    text-indent: -100vw;
    margin: 3px 0;
    border-radius: 8px !important;
    padding: 5px 0 !important;
  }
  .sidebar .left_content ul li a{
    text-indent: -100vw;
    margin: 3px 0;
    border-radius: 8px !important;
    padding: 0 0 !important; 
  }
  .ced-account .sidebar .block,
  .sidebar .block-list.block-compare{display: none;}
  .ced-account .products-grid .item.col-sm-4{width: 100%;}
  .ced-account h2, .ced-account h1 {font-size: initial;}
  .ced-account p.amount{float: right;}
  .mycardstable input[type="checkbox"]{top: 0 !important;}
  .ced-account  div.my-account .fieldset{display: block; margin: 0;}
  .ced-account div.right-content div.my-account h2{line-height: 25px;}
  .ced-account .wk_ws_price{margin-left: 0; clear: both;}
  .ced-account .wk_ws_body{margin: 20px 0;}
  .ced-account .wk_ws_body button{margin: 10px 0;}
  .vendor_pages .panel-default .panel-default{padding: 10px !important; margin: 10px 0;}
  .vendor-button-set.buttons-set.filter_button .btn{
    padding: 8px 30px !important;
    float: right;
    width: auto !important;
  }
  .vendor-dashboard .row > div,
  .vendor-account > div,
  .vendor_pages .panel-default,
  .vendor_pages .panel-heading,
  .vendor-dashboard .panel-body {padding: 0 !important; clear: both;}
  .vendor-dashboard .panel-body > div.row > div{padding: 0; margin-bottom: 15px;}
  .block-content.panel-body .tree .removable,
  .block-content.panel-body .tree .cat_container.root_container{width: 100%; display: inline-block !important;}
  .block-content.panel-body .btn { padding: 6px 30px !important; float: none !important;}
  .block-content.panel-body .btn.button {display: flex; justify-content: center; max-width: 50%; margin: 20px auto 0 !important;}
  span.desc_error { display: inline-block; font-size: smaller;}
  .entry-edit li.wide{min-height: 0 !important; width: 100% !important;}
  .entry-edit li.wide .input-box{margin-bottom: 5px;}
  .section-microchip{margin: 0 !important; padding: 0;}
  .section-microchip > div {padding: 0; margin-bottom: 5px;}
  ul li.tick-col{width: 50%; max-width: 50% !important; }
  ul li.tick-col label{margin: 5px 0 0 0 !important;}
  .ticktitle{margin-left: 0 !important;}
  .postadsteps > span:first-child{left: 0 !important;}
  .postadsteps > span:last-child{right: -29vw !important;}
  .stepper-item{width: 30px;}
  .stepper-wrapper{margin-left: 42vw;}
  .stepper-item .step-counter{width: 15px; height: 15px;}
  .stepper-item::before,
  .stepper-item::after{width: 68% !important; top: 7px !important;}
  div#defaultbuttonsrt{margin: 0 !important; float: none;}
  .scalable.btn-info.next1{padding: 6px 20px !important; margin: 0 auto; display: block; text-transform: capitalize;}
  div#defaultbuttonsrt button{padding: 0px 14px !important;}
  .vendor_catlist li{width: 100%;}
  .vendor_catlist .entry-edit{padding: 0 !important;}
  .vendor_pages .panel-heading h3, .vendor_pages .panel-heading .icon-head, .vendor_pages .panel-heading .panel-title{font-size: 16px;}
  .csmembership-membership-list .panel-heading ~ .input-box{
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-static-top, .sidebar .sidebar-nav.navbar-collapse{z-index: 11;}
  .vendor_pages .panel-default #accordion .panel-default{padding: 0 !important;}
  .vendor_pages .panel-default #accordion .collapse.in{padding: 15px;}
  .custom-steps-step3 .vendor-services .item{width: 100%; margin: 10px 0 !important;}
  .vendor-services, .adtype{display: block;}
  .block-content.panel-body .wysihtml5-toolbar .btn{float: left !important; }
  li.size_field select#size{min-width: 75px !important; font-size: 12px; padding: 0 1px;}
  li.wide.size.size_field div.input-box > div{margin-left: 5px !important; min-width: 0 !important; max-width: 26vw !important;}
}

textarea::placeholder,
input::placeholder{
  color: #999;
}

.block.block-layered-nav.container{width: auto;}
.block.block-layered-nav.container .main_categories {width: max-content;}


/*Checkout design*/
.checkout-cart-index .col-right.sidebar{padding: 0;}
#checkoutSteps,
#checkout-progress-wrapper,
.checkout-cart-index .col-right.sidebar #discount-coupon-form,
.checkout-cart-index .col-right.sidebar .shipping,
.checkout-cart-index #shopping-cart-totals-table.mobonly,
.checkout-cart-index .cart.exceptwallet{
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 7px 20px 0px #eee;
  border-radius: 11px;
  color: gray;
  margin-bottom: 20px;
}
#checkoutSteps,
.checkout-cart-index .cart.exceptwallet{
    box-shadow: 0 7px 20px 0px #ccc;
}
#checkoutSteps .page-title h2,
.checkout-cart-index .page-title h2{
  margin-bottom: 25px;
  color: #333;
  font-family: 'Avenirndb';
}

.col-md-12.totals{float: right;}
.cart-collaterals .total #shopping-cart-totals-table tr{
    border-bottom: 0;
}
.checkout-cart-index .col-right.sidebar h2{
  font-size: 16px;
  color: #333;
  font-family: 'Avenirndb';
}
#checkout-review-table-wrapper tfoot tr:last-child,
#shopping-cart-totals-table tfoot tr:last-child{
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000 !important;
  font-family: 'Avenirndb';
}
#checkout-review-table-wrapper tfoot tr:last-child b,
#shopping-cart-totals-table tfoot tr:last-child b{text-transform: capitalize;}

#shopping-cart-table button.btn-empty{
  border: 1px solid #fff;
  color: gray;
  background: #fff;
  letter-spacing: 0;
  font-family: 'Avenirndb';
  font-size: 14px;
  padding: 5px 20px;
}
#shopping-cart-table button.btn-continue{
  border: 1px solid #6a9e41;
  color: #6a9e41;
  background: #fff;
  letter-spacing: 0;
  font-family: 'Avenirndb';
  font-size: 14px;
  padding: 5px 20px;
}
#shopping-cart-table button.btn-update{
  border: 1px solid #f57e24;
  color: #f57e24;
  background: #fff;
  letter-spacing: 0;
  font-family: 'Avenirndb';
  font-size: 14px;
  padding: 5px 20px;
}

div.cart table#shopping-cart-table th{
  border: 0px solid #f8f8f8;
}
div.cart table#shopping-cart-table tbody th{
  border-bottom: 1px solid #f8f8f8 !important;  
}
.checkout-cart-index .col-right.sidebar label{font-weight: normal; display: initial;}
.discount-form{}
.checkout-cart-index .col-right.sidebar input[type="text"]{
  border: 1px solid #e4e4e4;
  height: 40px;
  width: 100%;
}
.checkout-cart-index .col-right.sidebar select{
  border: 1px solid #e4e4e4;
  height: 40px;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 10px;
}
.checkout-cart-index .col-right.sidebar button{
  border: 1px solid #f57e24;
  color: #fff;
  background: #f57e24;
  letter-spacing: 0;
  font-family: 'Avenirndb';
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
  font-size: inherit;
}
form#co-shipping-method-form{margin-top: 15px;}

#checkout-progress-wrapper .opc-block-progress{
  padding: 0;
  box-shadow: none;
  webkit-box-shadow: none;
}
#checkout-progress-wrapper .opc-block-progress dl{margin: 0;}
#checkoutSteps h2{font-family: 'Avenirndb';}
#checkout-step-shipping #shipping-address-select,
#checkout-step-billing #billing-address-select{
  border-radius: 20px;
    padding: 5px 10px;
    margin: 5px 0 10px;
    max-width: 100%;
}

#checkoutSteps input[type="submit"], #checkoutSteps button[type="submit"], #checkoutSteps button[type="button"], #checkoutSteps a.button{
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Avenirndb';
  letter-spacing: 0;
}
#checkoutSteps .sp-methods dt#dt_method_free{display: block !important;}
#checkoutSteps .sp-methods dt{ text-transform: capitalize; color: #333; margin: 10px 0 5px;}
.wk_wallet_check_outer label,
#checkoutSteps .sp-methods input[type="radio"] + label{
    color: #444;
    font-family: 'Avenirndb';
    font-weight: normal;
    font-size: 12.5px;
    line-height: 22px;
}
#checkoutSteps .sp-methods#checkout-payment-method-load input[type="radio"] + label{font-size: 13px;}
#checkout-review-table tfoot tr{border: 0;}
#checkout-review-table tfoot tr td{padding: 5px 5px 5px;}
#checkout-review-table tfoot tr td:first-child{text-align: right; padding-right: 20px;}
#checkout-review-table tr td:last-child{width: 12%; }
#checkout-review-table tfoot tr:last-child {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}
#checkout-review-table tr td:nth-child(4){
  width: 9%;
  text-align: inherit;
  padding: 13px;
}
#checkout-review-table tr td:nth-child(3){
  width: 11%;
}
div#checkout-review-submit {
    clear: both;
    float: right;
    margin: 30px 0 15px;
}
#review-buttons-container p.f-left{
  float: left;
  margin: 12px 20px;
  font-size: 12px;
  font-family: 'Avenirndb';
}
#review-buttons-container p.f-left a{color: #f57e24;}
#checkoutSteps li div.a-item#checkout-step-login{padding: 20px;}
#checkout-step-login .form-list{margin-bottom: 0; list-style: none; padding: 0;}
#checkout-step-login .col-sm-4 { padding: 0 5px 0 17px;}
#checkoutSteps #checkout-step-login .input-text {width: 100%;}
#checkout-step-login .col-sm-4.loginonly button{min-width: 130px; background:#6a9e41; margin-top: 25px;}
#checkout-step-login .col-sm-4.loginonly .buttons-set{font-size: 12px;}
#checkout-step-login .col-sm-4.loginregister li.control{color: #333; font-family: 'Avenirndb';}

#checkoutSteps #checkout-step-login .validation-advice{margin-top: -15px;}

#checkout-step-login .loginregister,
#checkout-step-login .loginonly{
  border: 1px solid #6a9e41;
  border-radius: 15px;
  padding: 0;
  color: #fff;
  margin-right: 15px;
  margin-bottom: 10px;
  min-height: 325px;
}
#checkout-step-login .loginregister{
  border: 1px solid #BED734;  
}
#checkout-step-login .loginonly p{
  background: #6a9e41;
  padding: 15px;
  font-family: 'Avenirndb';
  border-radius: 11px 11px 0 0;
}

#checkout-step-login .loginregister p{
  background: #BED734;
  padding: 15px;
  font-family: 'Avenirndb';
  border-radius: 11px 11px 0 0;
}
#checkout-step-login .loginregister p.reg{
  background: #f57e24;  
}

#checkout-step-login label,
#checkout-step-login span.required{color: #555;}
#checkout-step-login .loginonly a{margin: 15px 0; display: block;}
#checkout-step-login .loginregister > *:not(p),
#checkout-step-login .loginonly > *:not(p){
  padding: 15px;
}
#checkout-step-login .loginonly button{ background: #6a9e41; min-width: 120px;}

#checkout-step-login .col-sm-4 .inchoo-socialconnect-checkout > p,
#checkout-step-login .col-sm-4.loginregister .form-list{min-height: 160px;}
#checkout-step-login .col-sm-4.socialconnect .form-list{min-height: 72px;}

#checkout-step-login div.inchoo-socialconnect-facebook-inner,
#checkout-step-login div.inchoo-socialconnect-google-inner,
#checkout-step-login div.inchoo-socialconnect-twitter-inner{
    width: 155px;
    height: 42px;
}
#registerind .loginsoical .col-md-4.text-center{padding: 5px;}
#checkout-step-login .col-sm-4.loginregister input[type="radio"] + label{margin-top: 5px;}
#checkout-step-login .col-sm-4.loginonly .validation-advice {position: absolute; margin-top: -16px;}

#checkoutSteps li#register-customer-password {
    width: 100% !important;
}
#checkoutSteps li#register-customer-password div.field{float: left; width: 50%;}

#shipping-new-address-form ul > li.wide,
#shipping-new-address-form ul > li.fields,
#billing-new-address-form ul > li.wide,
#billing-new-address-form ul > li.fields{float: left; width: 50%; padding: 0; min-height: 50px;}
#shipping-new-address-form ul > li .salution,
#billing-new-address-form ul > li .salution{width: 20%!important; float: left;}
#shipping-new-address-form ul > li .chkfname,
#billing-new-address-form ul > li .chkfname{width: 76%!important; float: left; margin-left: 1.5% !important;}
#checkoutSteps li.control,
#checkoutSteps li#remember-me-box{clear: both;}

#shipping-new-address-form ul > li textarea,
#billing-new-address-form ul > li textarea{  width: 98% !important;}

#shipping-new-address-form ul > li select,
#shipping-new-address-form ul > li.fields input,
#shipping-new-address-form ul > li.wide input,
#billing-new-address-form ul > li select,
#billing-new-address-form ul > li.fields input,
#billing-new-address-form ul > li.wide input{
  width: 98%;
  margin: 0;
  height: 35px;
}
#checkoutSteps li.fields.fname .validation-advice{
  margin-top: 35px;
  margin-left: 9.5%;  
}
#checkoutSteps .validation-advice {
    color: red;
    position: absolute;
    font-size: 11px;
}
#checkoutSteps .sp-methods .validation-advice{
  margin-top: -11px;
  margin-left: 22px;
}
#checkoutSteps #remember-me-box a.link-tip {
    margin-top: 6px;
    position: absolute;
    margin-left: 7px;
    font-size: 11px;
    color: #f57e24 !important;
}
#checkoutSteps li#captcha-input-box-guest_checkout {}
#checkoutSteps li#captcha-input-box-guest_checkout ~ li{clear: both;}
#checkoutSteps li#captcha-input-box-guest_checkout textarea{width: 98%;}
a[data-wysihtml5-command="Outdent"], a[data-wysihtml5-command="Indent"]{display: none;}
.my-account .col2-set.order-info-box{clear: both; display: flex;}
.my-account .col2-set.order-info-box .col-2,
.my-account .col2-set.order-info-box .col-1{
  clear: left;
  float: left;
  width: 50%;
}

.sales-order-invoice .order-details tr.stripe_fee_customer,
.sales-order-invoice .order-details tr.stripe_fee_vendor,
.sales-order-invoice .order-details tr.commission_fee,
.sales-order-invoice .order-details tr.stripe_payout_vendor,
.sales-order-invoice .order-details tr.grand_total_vendor{display: none !important;}

tr.stripe_fee_customer,
tr.stripe_fee_vendor,
tr.commission_fee,
tr.stripe_payout_vendor,
tr.grand_total_vendor{display: none !important;}

#checkoutSteps li.register_during_checkout,
#checkoutSteps li.guest_checkout{min-height: 0 !important;}
img#guest_checkout,
img#register_during_checkout{width: 100%;}
#checkoutSteps img#captcha-reload{
  position: absolute;
  margin-top: 25px;
}