/* Login Page CSS Start here */
#services {
  margin-top: 20px;
  margin-bottom: 40px;
}
.form-box-new {
  padding: 30px 25px;
  border: 1px solid #ddd;
  padding-bottom: 15px;
}
.form-box-new form {
  padding-top: 25px;
}
input#dialing_code {
  float: left;
  /* width: 60px; */
  position: absolute;
  left: 0;
}
div#iconss {
  position: relative;
  /* left: 17px; */
  left: 10px;
}
.icon-box-new {
  float: left;
  position: absolute;
  left: -18px;
  /*top: 10px; */
  top: 20px;
}
.form-box-new .checkbox {
  padding: 20px 0;
  clear: both;
  margin-bottom: 0;
}
button.btn.btn-success.btn-block {
  padding: 9px 0;
}
.form-box-new h3 {
  margin-top: 0;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
/*  font-family: 'ProximaNova-Regular', sans-serif;*/
}
/* Login Page CSS Ends here */
/* loader icon css */
p#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
p#loading img {
  position: absolute;
  top: 100px;
  left: 45%;
  z-index: 100;
  width: 130px;
}
/* Password Page */
.btn_box {
  margin-top: 10px;
}
section#div_msg {
  background-color: #dff0d8;
}
#div_msg .alert {
  margin-bottom: 0;
}
/* Profile Page */
.profile-box h3 {
  margin-top: 0;
  /*border-bottom: 2px solid #5cc6c4;*/
  /* padding-bottom: 15px; */
  border: none;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
  padding: 10px 0;
}
.imgs-center {
  margin: auto;
  text-align: center;
  width: 120px;
  margin-bottom: 10px;
}
/* Plan Pages  */
.pricingTable.selectedPlan{
	border: #5cc6c4 2px solid;
}
.pricingTable.selectedPlan .icon{ 
    background: #5cc6c4;
    color: #FFF;
}
.pricingTable {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 50px 15px;
  text-align: center;
  margin-top: 30px;
  color: #292929;
  perspective: 700px;
  z-index: 1;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover {
  color: #fff;
}
.pricingTable:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #5cc6c4;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transform: rotateY(70deg);
  transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover:after {
  opacity: 1;
  transform: rotateY(0deg);
}
.pricingTable .icon {
  width: 69px;
  height: 69px;
  line-height: 69px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  font-size: 25px;
  color: #5cc6c4;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}
.pricingTable .pricingTable-header {
  margin-bottom: 30px;
}
.pricingTable .title {
  display: block;
  font-size: 18px;
/*  font-weight: 600;*/
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.pricingTable .price-value {
  display: inline-block;
  border-bottom: 5px solid #5cc6c4;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .price-value {
  border-bottom-color: #fff;
}
.pricingTable .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.pricingTable .pricing-content li {
  font-size: 14px;
  line-height: 40px;
}
.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 9px 23px;
  background: #5cc6c4;
  font-size: 14px;
/*  font-weight: 600;*/
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
}
.pricingTable:hover .pricingTable-signup {
  background: #fff;
  color: #5cc6c4;
}
.pricingTable .pricingTable-signup:before, .pricingTable .pricingTable-signup:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transition: all 0.25s ease-in-out 0s;
}
.pricingTable .pricingTable-signup:before {
  left: -12px;
  border-right: 12px solid #5cc6c4;
}
.pricingTable .pricingTable-signup:after {
  right: -12px;
  border-left: 12px solid #5cc6c4;
}
.pricingTable:hover .pricingTable-signup:before {
  border-right-color: #fff;
}
.pricingTable:hover .pricingTable-signup:after {
  border-left-color: #fff;
}
/* Payment Pages Add Card */
.innerMonthyTitle {
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  min-height: 65px;
}
.innerMonthyTitle h4 {
  color: #fff;
/*  font-weight: 600;*/
  font-weight: 700;
  float: left;
  margin-left: 10px;
  padding-top: 15px;
}
.innerCreditcontent {
  margin-top: 20px;
}
div#card-form {
  padding: 20px 0;
}
.checkbox span {
  position: relative;
  top: -5px;
}
/* Category Pages */
#categories_div {
  margin-top: 45px;
}
.cat_boxDivs {
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
}
.cat_boxDivs .cat_images {
  float: left;
  margin: 5px 30px 0 10px;
}
.cat_boxDivs .cat_name {
  float: left;
  margin: 10px 0;
}
.cat_boxDivs .cat_images img {
  width: 40px;
}
/* Icons for the span */
/******* Stylesheet Name : WRX-UI-Fonts-VPIcons ( 6146 ) *********/
@font-face {
  font-family: 'VPIcons';
  src: url('https://cdn1.cloudwrx.com/assets/1/fonts/vpicons.eot?pm7ibo');
  src: url('https://cdn1.cloudwrx.com/assets/1/fonts/vpicons.eot?pm7ibo#iefix') format('embedded-opentype'), url('https://cdn1.cloudwrx.com/assets/1/fonts/vpicons.ttf?pm7ibo') format('truetype'), url('https://cdn1.cloudwrx.com/assets/1/fonts/vpicons.woff?pm7ibo') format('woff'), url('https://cdn1.cloudwrx.com/assets/1/fonts/vpicons.svg?pm7ibo#vpicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-VP"], [class*=" icon-VP"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'VPIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-VP-Travel:before {
  content: "\e100";
}
.icon-VP-Women:before {
  content: "\e901";
}
.icon-VP-Men:before {
  content: "\e902";
}
.icon-VP-Days:before {
  content: "\e903";
}
.icon-VP-Leisure:before {
  content: "\e904";
}
.icon-VP-Beauty:before {
  content: "\e905";
}
.icon-VP-Electrical:before {
  content: "\e906";
}
.icon-VP-Home:before {
  content: "\e907";
}
.icon-VP-Gift:before {
  content: "\e908";
}
.icon-VP-Automotive:before {
  content: "\e909";
}
.icon-VP-Sports:before {
  content: "\e90a";
}
.icon-VP-SavedOffers:before {
  content: "\e90b";
}
.icon-VP-MyProfile:before {
  content: "\e90c";
}
.icon-VP-Finaces:before {
  content: "\e90d";
}
.icon-VP-Utilities:before {
  content: "\e90e";
}
.icon-VP-Brands:before {
  content: "\e90f";
}
.icon-VP-Community:before {
  content: "\e910";
}
.icon-VP-Settings:before {
  content: "\e911";
}
.icon-VP-Vouchers:before {
  content: "\e912";
}
.icon-VP-Instore:before {
  content: "\e913";
}
.icon-VP-Top:before {
  content: "\e914";
}
.icon-VP-Restaurant .path1:before {
  content: "\e915";
  color: rgb(35, 31, 32);
}
.icon-VP-Restaurant .path2:before {
  content: "\e916";
  margin-left: -1.171875em;
  color: rgb(255, 255, 255);
}
.icon-VP-Restaurant .path3:before {
  content: "\e917";
  margin-left: -1.171875em;
  color: rgb(255, 255, 255);
}
.icon-VP-Restaurant .path4:before {
  content: "\e918";
  margin-left: -1.171875em;
  color: rgb(255, 255, 255);
}
.icon-VP-Logout:before {
  content: "\e919";
}
.icon-VP-Baby:before {
  content: "\e91a";
}
.icon-VP-Student:before {
  content: "\e91b";
}
.icon-VP-Food:before {
  content: "\e91c";
}
.VoucherBlock {
  padding: 20px;
  padding-top: 25px;
  min-height: 475px;
  background: #Fff;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #efeded;
  text-align: center;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
}
.VoucherBlock img {
/*  border-radius: 6px;*/
  position: relative;
  display: inline;
  box-shadow: 0px 0px 7px #e6e6e6;
  border: 0;
  outline: none;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
  height: auto;
  width: auto;
}
.ribbonHolder {
  position: relative;
  border: 1px solid #ddd;
  min-height: 200px;
  max-height: 200px;
  max-width: 255px;
  margin: 0 auto;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
}
.VoucherTitleBlock {
  position: relative;
  height: 80px;
}
.VoucherTitle {
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding: 10px;
}
/************************   STARTS modlDialogmain page CSS   ***********************/
.modlDialogmain {}
.modlDialogmain .modal-content {
  border: 0;
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-radius: 0;
  padding: 20px;
}
.modlDialogmain .modal-dialog {
  margin-top: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px #c5cdd3;
}
.modlDialogmain .modal-header {
  padding: 0;
  border: 0;
}
.modlDialogmain .modal-header p {
  height: 100%;
  border: 1px solid #ddd
}
.modlDialogmain .modal-header p img {
  width: 100%;
  height: 100%;
}
.modlDialogmain .modal-body {
  padding: 0;
}
.modlDialogmain .modal-body .ribbonOrange {
  position: relative;
}
.modlDialogmain .modal-body .ribbonOrange .shadowBentSide {
  min-height: 80px;
  border: 1px solid #ddd;
}
.modlDialogmain .modal-body .ribbonOrange .shadowBentSide img {
  width: 100%;
}
.modlDialogmain .modal-body .vertAlignItem {
  font-size: 1.4em;
  font-weight: 700;
}
.modlDialogmain .modal-body b {
  font-size: 16px;
}
.modlDialogmain .modal-body .promo-info-type-indicator {
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
}
.modlDialogmain .modal-body .voucherViewcode {
  margin: 10px 0;
}
#myModalcode .modal-body .buildCode {
  background: #b7d776;
  font-size: 33px;
  font-weight: bold;
}
.modlDialogmain .modal-body .voucherViewcode a {
  display: block;
  text-align: center;
  /*background: #87b30b;*/
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
}
.modlDialogmain .modal-footer {
  padding: 0;
  border: 0;
  text-align: left;
}
.modlDialogmain .modal-footer #promo-modal-terms-button, .modlDialogmain .modal-footer #promo-modal-terms-button-code {
  font-size: 1em;
  color: #87b30b;
  padding: 10px 0px;
  margin-top: 13px;
}
.modlDialogmain .modal-footer #promo-modal-terms-button:hover, .modlDialogmain .modal-footer #promo-modal-terms-button-code:hover {
  color: #f58f1b;
}
.modlDialogmain .modal-footer .promo-modal-terms {
  /* background: #f5f5f5; */
  padding: 14px;
  /* box-shadow: 2px 2px 50px #e4e4e4 inset; */
  margin-bottom: 20px;
}
.modlDialogmain .modal-footer .promo-modal-terms .needToknow {
  padding: 40px 0px;
}
.modlDialogmain .modal-footer .promo-modal-terms .needToknow h4, .modlDialogmain .modal-footer .promo-modal-terms-content h4 {
  margin-top: .3rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #777;
}
.promo-modal-terms .needToknow .promo-modal-terms-indicator {
  padding: 3px;
}
.promo-modal-terms .needToknow h3 {
  margin: 0 0 30px 0;
}
.promo-modal-terms .needToknow .promo-modal-terms-indicator .promo-modal-icon {
  color: rgba(82, 182, 146, 1);
  margin-right: 3px;
}
.promo-modal-terms .promo-modal-terms-content {}
.promo-modal-terms .promo-modal-terms-content li {
  letter-spacing: .5px;
  line-height: 1.2em;
  margin: .7em 0 .7em 0;
  font-size: .9em;
  color: #777;
}
.modlDialogmain button.close {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  padding: 0 0 0px 0px;
  font-style: normal;
  font-size: 28px;
/*  font-family: Arial, Baskerville, monospace;*/
  top: -12px;
  right: -8px;
  background-color: #f2f2f2;
  color: rgba(82, 182, 146, 1);
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 0 3px 0 #a8a8a8;
  text-align: center;
  position: absolute;
}
/****************   ENDS modlDialogmain page CSS   *****************/
.creditCard .form-wrapper {
  padding: 30px 25px;
  border: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.creditCard .form-wrapper .order-detail-header{
	margin: -30px -25px 15px -25px;
}
/* Voucher codes Page / Search codes */
.search_box_overflow {
  margin-top: 40px;
}
.search_box_overflow .search_list_view {
  margin: auto;
  text-align: center;
}
.search_box_overflow .search_box {
  margin: 20px auto;
  width: 80%;
}
#top_view {
  margin-top: 30px;
}
.offer_div_view {
  background: url(../images/shadow.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 425px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.offer_div_view .post-slide {
  background: #fff;
  padding-bottom: 20px;
  margin: 5px 15px;
  padding: 20px;
  border: 1px solid #ddd;
  width: 100%;
}
.post-slide .post-img {
  position: relative;
  border: 1px solid #ddd;
  min-height: 222px;
}
.post-slide .over-layer {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: all 0.30s ease 0s;
}
.post-slide .post-img img {
  width: 100%;
  /*height: auto;*/
  max-height: 220px;
}
.post_title {
  margin: auto;
  min-height: 123px;
  text-align: center;
}
.post_title h3 {
/*  font-weight: 600;*/
  font-weight: 700;
  min-height: 70px;
  font-size: 15px;
  margin-top: 10px;
}
.post_title p {
  margin-top: 15px;
  color: #a8a8a8;
  margin-bottom: 0;
}
.post_title p i {
  margin-right: 3px;
  color: #a8a8a8;
}
.post_title span {
  font-size: 13px;
/*  font-weight: 600;*/
  font-weight: 700;
}
.btn_get_instore i {
  margin-right: 5px;
}
/* Dashboard / Homepage after login */
.mainSuccss_homepage {
  background: #f2f2f2;
}
.mainSuccss_homepage .successIdentification {
  margin: 15px 0;
  text-align: center;
  color: #1d1d1d;
}
.thankspage_homepage .form-wrapper {
  background: #FFF;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  padding: 3% 5%;
  border-radius: 2px;
  box-shadow: 1px 1px 10px rgba(27, 27, 27, .2);
  text-align: center;
  margin-top: 10vh;
}
.thankspage_homepage .form-wrapper .VoucherBlock img {
  height: 230px;
}
.thankspage_homepage .form-wrapper .thanxContent {
  margin-bottom: 30px;
  padding: 10px;
}
.thankspage_homepage .form-wrapper .thanxContent h3 {
  font-weight: bold;
  color: rgba(82, 182, 146, 1);
  padding-bottom: 3%;
  margin-bottom: 5%;
  border-bottom: 1px solid #DDD;
  margin: 0 10% 4%;
  line-height: 1;
  text-align: center;
}
.thankspage_homepage .form-wrapper .thanxContent p {
  margin-bottom: 20px;
}
a.smallBtn.View.btn_get_deal {
  padding: 9px 25px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
a.smallBtn.View.btn_get_direct {
  padding: 9px 25px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
/* For Read More Button on Front Page / Home Page */
a.smallBtn.View {
  padding: 9px 10px;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
/* Hove Effect of Offer Get Buttons */
a.smallBtn.View:hover {
  text-decoration: none;
  cursor: pointer;
}
a.smallBtn.View.btn_get:hover {
  text-decoration: none;
  cursor: pointer;
}
a.smallBtn.View.btn_get_deal:hover {
  text-decoration: none;
  cursor: pointer;
}
a.smallBtn.View.btn_get_service:hover {
  text-decoration: none;
  cursor: pointer;
}
a.smallBtn.View.btn_get_direct:hover {
  text-decoration: none;
  cursor: pointer;
}
a.smallBtn.View.btn_get_instore:hover {
  text-decoration: none;
  cursor: pointer;
}
.LetSDoit .wrx-ui-button {
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.8em 3.7em;
  text-align: center;
  margin: 1.5em 0 1em 0;
  width: 100%;
  max-width: 100%;
}
.badge_color {
  background-color: #57b47b;
  padding: 9px 15px;
}
.badge_color i {
  color: #FFF !important;
}
#followBrand .mainfollowbranding {
  /* background: url(../images/follow-brand.jpg); */
  background: #F2F2F2;
  border-radius: 3px;
  padding: 30px;
  color: #1D1D1D;
  margin: 50px 0 20px 0;
  background-position: center center !important;
  background-size: cover !important;
  text-align: center;
}
.followedBrandsContainer {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.followedBrandsContainer p {
  padding: 20px 20px 10px;
}
.followedBrand {
  margin: 10px;
  padding: 5px;
  border: solid 1px #ccc;
  padding: 10px 5px 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  border-left: 0;
}
.followedBrand .text table {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
button[data-action="followMerchant"] {
  transition: all 0.3s;
  padding: 10px;
}
.followedBrand button {
  width: 100%;
  margin: 10px 0;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #FFFFFF;
  border: none;
  font-weight: bold;
}
/* Whats hot Section / Page */
.whatsHotContainer {
  margin: 10px 0;
  min-height: 380px;
  position: relative;
  margin: 15px 0;
  background-size: cover !important;
}
.whatsHotContainer img {
  width: 100%;
}
.whatsHotTextContainer {
  position: absolute;
  bottom: 0;
  padding: 14px;
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  text-align: center;
}
.whatsHotTextContainer h2 {
  font-size: 22px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
  margin: 5px 0 25px 0;
}
.whatsHotTextContainer a.smallBtn {
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  width: 100% !important;
}
.whatsHotTextContainer a.smallBtn:hover {
  text-decoration: none;
}
/* Slider for Homepage */
.box-new {
  background: #fff;
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
}
.box-new img {
  height: 100%;
}
.find-box:focus {
  color: #fff;
  text-decoration: none;
}
.find-box:active {
  color: #fff;
  text-decoration: none;
}
#login_form .icon-box-new {
  color: #FFFFFF;
}
input#chk_accept {
  height: auto;
  margin-bottom: 0;
}
#service-section-box .service_icon_content .read-box {
  float: left;
}
#request_box {
  background-size: cover;
}
#border-bottom {
  background-size: cover;
}
#discount-box {
  background-size: cover;
}
#thankspage .LetSDoit {
  margin-bottom: 20px;
}
.footer-links ul li a:hover {
  color: rgba(97, 173, 70, 1);
}
#abt-boxx .overlay-inner-new {
/*  background: rgba(52, 52, 52, 0.5);*/
  min-height: 260px;
}
.backgroundMsg {
  background: #EEEEEE;
  padding: 15px 15px 20px 15px;
}
/*
.box_icon_new {
  min-height: 180px;
}
*/
.box_icon_content h3 {
  min-height: 40px;
  line-height: 20px;
  word-break: break-all;
}
/* product css */
.productBlock {
  padding: 20px;
  padding-top: 25px;
  min-height: 475px;
  background: #Fff;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #efeded;
  text-align: center;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
}
.productimage img {
  border-radius: 6px;
  position: relative;
  display: inline;
  box-shadow: 0px 0px 7px #e6e6e6;
  border: 0;
  outline: none;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
  /*    height: auto;*/
  width: auto;
  min-height: 200px;
  max-height: 200px;
}
.productBlock.shadowBentBelow {
  margin-bottom: 40px;
  text-align: center;
}
.productTitleBlock {
  position: relative;
  height: 65px;
  text-align: center;
  text-transform: uppercase;
/*  font-family: 'Novecentowide-Bold', sans-serif;*/
}
.btn_div {
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.product_description {
  height: 70px;
}
.product_price {
  margin-top: 10px;
}
.product_price .regular_price {
  text-decoration: line-through;
}
.active_category li {
  background-color: rgb(179, 243, 161);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #57b47b;
  border-color: #57b47b;
}
.pagination > li > a, .pagination > li > span {
  color: #57b47b;
}
a.view_detail {
  border: 2px solid;
  border-image: linear-gradient(45deg, rgb(75, 187, 184), rgb(94, 175, 85)) 1;
  padding: 7px 15px;
  color: #57b47b;
}
.delivery-add-list li {
  margin-bottom: 2px !important;
}
.delivery-add-list {
  margin-top: 7px !important;
}
.delivery-add-wrap {
  border: 0 !important;
  box-shadow: 0 0 25px -5px #e5e5e5;
}

.ribbonHolder.ribbonOrange img {
    min-height: 200px;
    max-height: 200px;
    width:255px;
}

/*  news listing*/
		  .news-listing{ 
			 display: flex;
			 flex-wrap: wrap;
			 background: #fff;
			 padding: 15px;
			 margin-bottom: 20px;
			 -webkit-box-shadow: 0px 1px 3px 0px rgba(187, 187, 187, 0.54);
			 box-shadow: 0px 1px 3px 0px rgba(187, 187, 187, 0.54);
		  }
		  .news-listing .news_float_img {
			float: none;
			width: auto;
			min-height: 162px;
			background-repeat: no-repeat;
			background-position: center;
		    background-size: cover;
            flex: 305px 0 0;
			margin: 0 15px 0 0;
		}
		  .news-listing .news_icon_content{
			  flex: calc(100% - 320px) 0 0;
		  }
		  .news-listing .blog-post-new ul, .news-listing .blog-post-new ul li{
			  display: flex;
			  flex-wrap: wrap;
			  align-items: center;
		  }
		  .news-listing .news_content p{
			  margin: 0;
		  }
		  .news-listing .blog-post-new ul li i{
			  font-size: 20px;
		  }
		  .news-listing .news-head-wrap{
			  position: relative;
			  display: flex;
			  justify-content: space-between;
		  }
		  .news-listing .news_icon_content .news-head-wrap h3{
			  margin-top: 0;
			  flex: calc(100% - 140px) 0 0;
		  }
		  .news-listing .news_icon_content .news-head-wrap .smallBtn{
			  flex: 125px 0 0;
			  align-self: flex-start;
			  margin: 0 0 0 15px;
		  }
		  .news-listing .news_content{
			  max-height: 60px;
			  min-height: 60px;
			  overflow-y: hidden;
			  position: relative;
		  }
		  .news-listing .news_content:after{
			  content: "";
			  position: absolute;
			  bottom: 0;
			  left: 0;
			  width: 100%;
			  height: 30px;
			  background: linear-gradient(to bottom, transparent, #fff);
		  }
		  @media(max-width: 991px){
		  .news-listing .news_float_img {
            flex: 100% 0 0;
			margin: 0 0 15px 0;
		  }
		  .news-listing .news_icon_content{
		    flex: 100% 0 0;
		  }
                  }
/*  news listing*/



/*news detail */

/*.news_float_img {
    float: left;
    margin: 0 15px 15px 0;
    width: 400px;
   
}*/
.news_img {
    margin: 0 0 15px 0;
   
}
.news_img img {
   
    height: 500px;
    width: 100%
   
}
#news-section-box {
    margin-top: 40px;
}
/*.news_content {
    
    text-align: justify;
}*/

.news_img img{
height: auto;
max-width: 100%;
}
.news_content img{
height: auto;
max-width: 100%;
}

/* news detail */


/* Mega Menu */

.custom-mega-menu {
	padding: 15px;
/*	font-family: 'Lato', sans-serif;*/
}
.cmm-head {
	margin-top: 0;
	font-size: 15px;
	font-weight: 700;
}
.cmm-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cmm-menu li {
	flex: calc(25% - 15px) 0 0;
	margin-right: 15px;
	position: relative;
        display: flex;
	align-items: center;
}
.cmm-menu li a {
	text-decoration: none;
	color: #4a4a4a;
	padding: 7px 0;
	display: inline-flex;
        font-size: 13px;
	font-weight: 500;
}
.cmm-menu li a:hover {
	color: #000;
}
.cmm-has-menu > a {
	position: relative;
	padding-right: 15px !important;
}
.cmm-has-menu > a:after {
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 0.5;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 21px;
}
.cmm-has-menu > a:hover:after {
	opacity: 1;
}
.cmm-sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(50%);
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 0;
	background: #ffffff;
	transition: all 0.3s;
}
.cmm-has-menu.active > .cmm-sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transform: translateX(0%);
	transition: all 0.3s;
        padding-left: 10px;
}
.go-back a {
	width: 100%;
}
.go-back a i {
	font-size: 21px;
	opacity: 0.5;
}
.go-back a:hover i {
	opacity: 1;
}

@media(max-width: 992px) {
.cmm-menu li {
	flex: calc(33.333% - 15px) 0 0;
}
}

@media(max-width: 767px) {
.cmm-menu li {
	flex: calc(50% - 15px) 0 0;
}
}

@media(max-width: 575px) {
.cmm-menu li {
	flex: calc(100% - 15px) 0 0;
}
}

/* Mega Menu */


/* category side Menu */

/* Additional Css For Nested Checkbox */
.product_list_section .collection_sidebar .category_list li.has-cate{
	margin-bottom: 0;
}
.product_list_section .collection_sidebar .category_list li.has-cate > .checkbox{
	position: relative;
	display: inline-block;
}
.product_list_section .collection_sidebar .category_list li.has-cate > .checkbox .has-toggle-icon {
    position: absolute;
    right: -20px;
    top: 50%;
	opacity: 0.7;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
    padding: 2px 5px;
    margin-top: 1px;
	transition: all 0.3s;
}
.product_list_section .collection_sidebar .category_list li.has-cate > .checkbox .has-toggle-icon .fa-minus {
	display: none;
}
.product_list_section .collection_sidebar .category_list li.has-cate.active > .checkbox .has-toggle-icon .fa-minus {
	display: block;
}
.product_list_section .collection_sidebar .category_list li.has-cate.active > .checkbox .has-toggle-icon .fa-plus {
	display: none;
}
.product_list_section .collection_sidebar .category_list li.has-cate > .checkbox .has-toggle-icon:hover {
	opacity: 1;
	transition: all 0.3s;
}
.product_list_section .collection_sidebar .category_list ul.sub-cate{
	padding: 0 15px 0 15px;
	margin-top: 5px;
	display: none;
	position: relative;
}
.product_list_section .collection_sidebar .category_list ul.sub-cate:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #eee;
	top: 0;
	left: 6px;
}
.product_list_section .collection_sidebar .category_list li.has-cate.active > ul.sub-cate{
	display: block;
}
.product_list_section .collection_sidebar .category_list ul.sub-cate li:last-child{
	margin-bottom: 0;
}
#side_bar_listing li {
  display: inline-block;
  list-style: none;
}

/* category side Menu */

#promo_section { 
  margin-top: 25px;
}
#promo_section .collection_sidebar li {
  display: inline-block;
  list-style: none;
}
.panel-body
{
    width: 100%
}

@media(max-width: 767px){
.modlDialogmain .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
}
}


/* 19 Nov 2020  search */
.select-addon{
  display: flex;
  justify-content: center;
}
.sa-select-field{
  margin-right: -1px;
  flex: 110px 0 0;
}
.sa-select-field select{
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.sa-input-field{
  flex: 65% 0 0;
  max-width: 590px;
}
.select-addon .input-group-btn{
  width: auto;
}
.promo_detail_listing
{
max-height: 250px;
overflow: hidden;
}

.smartpay {
  position: relative;
}

.smartpay img {
  width: 100%;
  position: absolute;
  top: -5px;
  height: 62px;
  left: 1px;
}

#default-currency {
  width: 60px;
  padding: 3px 3px;
  height: auto;
  background: transparent;
  color: #fff;
  border: none;
}
#default-currency:active,
#default-currency:focus,
#default-currency:focus-visible,
#default-currency:hover {
  border: none;
  outline: none;
}
#default-currency option {
  background: #fff;
  color: #333;
}

.no-link-style,
.no-link-style:active,
.no-link-style:hover,
.no-link-style:focus {
  color: unset;
  text-decoration: none;
}