@-ms-viewport{
    width:auto !important
}
html{
    -ms-overflow-style: scrollbar !important;
}
body {
    -ms-overflow-style: scrollbar !important;
}
.shop #toggle-filter {
  background: #00be40 none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: right;
  padding: 0 7px 0 6px;
  position: fixed;
  right: 10px;
  top: 68px;
  z-index: 100;
}
.color.facet {
  margin-right: 5px;
}
.color.facet a {
  border: 0 none !important;
  display: block;
  height: 20px !important;
  width: 20px !important;
}
.store-changer-menu .shop_badge {
  position: relative !important;
  top: 0 !important;
}
.itm-brand {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  color: #62686a;
  font-weight: 400;
  font-size: 20px;
}
.size_selector .disabled{
    color: #ccc !important;
    cursor: not-allowed;
}
.product_color_option{
  border: 1px solid #ccc;  
  display: inline-block;
  height: 15px;
  position: relative;
  top: 2px;
  width: 15px;
}
#area-selection .col-md-4, #area-selection .col-md-5, #area-selection .col-md-6{
    padding: 0;
}
#change-area select {    
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}    
#area-selection li {
    text-indent: 17px;
    line-height: 35px;
    color: black;
    font-size: 16px;
}
#area-selection span[data-toggle] {
  background: white none repeat scroll 0 0;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 43px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    #feedback_sidebar a {
        height: 87px !important;
        left: -32px !important;
        top: 250px !important;
    }
    #shortListDiv .shortListButton{
        height: 30px;
    }
    .store_footer{
        padding: 5px;
    }
}
header #categories-submenu > ul{
    height: 100%;
}
.mobile-category-menu a span {
  color: white;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 84%;
}
.btnDefault:not(.btnActive){
    background: white;
}
.cat-list ul{
    display: none;    
}
.store-info-row h4 {
  font-size: 22px;
  line-height: 30px;
}
#subNavigation li:last-child span{
    display: none;
}
.button.btn_continue {
  position: relative;
  top: -10px;
}
.cart-items{
    padding: 5px 5px 0 0;
}
.cart-items .panel-heading {
  background: #898989 !important;
  border-color: #84c449;
  color: white !important;
}
.cart-items .panel {
  border: medium none;
  box-shadow: 0 0 10px 0 #898989;
}
.shop_link img {
/*  border-radius: 5px !important;
  height: 200px;*/
  width: 100%;
}
.shop_link > a {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.shop_link{
    margin-bottom: 10px !important;
}
body.landing .summarydata.bg1 {
  background-attachment: fixed;
  background-image: url("../images/home_meta_bg.jpg");
  background-position: center center;
  background-size: cover;
}
body.landing .summarydata {
  margin: 20px 0 0;
}
body.landing .transbluebg {
  background: rgba(17, 146, 211, 0.9) none repeat scroll 0 0;
}
body.landing .pdltrg5 {
  padding-left: 5px;
  padding-right: 5px;
}
body.landing .summarydata .summaryinfo {
  background-clip: padding-box;
  border: 1px solid #87c8e8;
  border-radius: 500px;
  color: #fff;
  font-size: 1.5rem;
  height: 180px;
  line-height: 101%;
  margin: 10px auto;
  max-height: 287px;
  padding-top: 62px;
  text-align: center;
  width: 180px;
}
body.landing .container{
    margin-bottom: 20px !important;
}
#ad_item_wrapper .image-overlay{
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 25%, transparent 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;*/
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /*border: 3px solid #0280bf;*/
}
.whiteborderbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 10px;
}
.summaryinfo > span {
  color: white;
}
#delivery-area-form{
    position: absolute;
    top: 60px;
    width: 100%;
}
#home_slider{
    max-width: 100%;
    width: 100%;
    display: block;
}

.store-info-wrapper .col-lg-6{
    margin-bottom: 15px;
}

.account.order .store_info {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #eee none repeat scroll 0 0;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0;
  padding-top: 15px;
}

.spinner{
    position: relative;
    top: 0px;
    width:80px;
    height:80px;
    margin:0 auto;
    border:1px solid #ee4054;
    -webkit-border-radius:50%;
    border-radius:50%;
    border-top-color:transparent;
    border-left-color:transparent;
    -webkit-animation:spin 600ms infinite linear;
    -moz-animation:spin 600ms infinite linear;
    -o-animation:spin 600ms infinite linear;
    -ms-animation:spin 600ms infinite linear;
    animation:spin 600ms infinite linear
}@-moz-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}

.store-info-row h4 {
  color: #6c78c4;
  font-weight: 500;
}
.fixed-left {
    display: none;
    float: left;
    left: 10px;
    position: fixed;
    top: 70px;
    z-index: 2;
}
#toggle-filter .fa.fa-filter {
    color: white;
    margin-left: 6px;
}
.shop_list_wrapper #content{
    padding-top: 0 !important;
    height: 100vh;
}
.shop_list_wrapper footer .social, 
.shop_list_wrapper footer .custom-nav,
.shop_list_wrapper .press-payment .press, 
.shop_list_wrapper .press-payment .payment {
    text-align: center;
    width: 100%;
}
section.product .itm-cart-select {
    display: block;
    left: 0;
    overflow: hidden;
    top: 34%;
    width: 100%;
    margin-bottom: 10px;
}
.col-md-4.pricing.line {
    padding-bottom: 10px;
}
section.product .itm-cart-select > div {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 42px;
    margin: 0 1px;
}
section.product .itm-cart-select > a,
section.product .itm-cart-select > div {
    background: #84c449 none repeat scroll 0 0;
    display: block;
    float: left;  
    height: 50px;
    opacity: 0.9;
    padding-top: 4px;

    text-align: center;
    color: white;
}
.main_image > img {
    max-width: 100%;
}
section.product .itm-cart-select > div {
    width: 34%;
}
section.product .itm-cart-select > a{
    font-size: 20px;
    width: 31.5%;
}
section.product .itm-cart-select > a:last-child {
    border-radius: 0 3px 3px 0;
    line-height: 42px;
}
section.product .itm-cart-select > a:first-child {
    border-radius: 3px 0 0 3px;
    line-height: 42px;
}
#search-container.active{
    display: block !important;
}
.mobile-category-menu.sub-menu a {
    width: 100%;
    display: block;
    line-height: 30px;
}
.mobile-category-menu .fa{
    float: right;
    padding-right: 10px;
    padding-top: 6px;
}
.mobile-category-menu li ul {
    display: none;
}
#jcart-wrapper{
    display: none;
}
#cart.active #jcart-wrapper{
    display: block;
}
body.account #subNavigation,
body.information #subNavigation{
    margin-left: -30px;
    margin-right: -30px;
}
#subNavigation .fa{
    line-height: 30px;
}
.store-changer-sub-menu .review_text .fa{
    float: left;
    padding: 2px !important;
}
.store-changer-sub-menu .review_text .rating {
    padding: 0 !important;
}

#cart.active{
    height: 100%;
}
#jcart-shop-default {
    height: 70%;
    overflow: auto;
}
article{
    position: relative;
}
#area-selection .css3-metro-dropdown{
    margin-bottom: 10px !important;
}
#cartSummary .itm-cart-select > a:first-child {
    border-radius: 3px 0 0 3px;
    line-height: 42px;
}
#cartSummary .itm-cart-select > a:last-child {
    border-radius: 0px 3px 3px 0px;
    line-height: 42px;
}
#cartSummary .itm-cart-select > div {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 42px;
    margin: 0 1px;
}
#cartSummary .itm-cart-select {
    padding-right: 10px;
    width: 150px;
}
#cartSummary .itm-cart-select > a:hover{
    background-color: #ff5450;
    color: #fff;
}
#cartSummary .itm-cart-select > a, #cartSummary .itm-cart-select > div {
    text-align: center;  
    background: #DDEEDD; 
    display: block;
    float: left;
    font-size: 20px;
    height: 48px;
    opacity: 0.9;
    padding-top: 4px;
    width: 32.5%;
}
#feedback_sidebar {
    height: 100%;
    position: fixed;
    right: -3px;
    top: -95px;
    transition: right 150ms linear 0ms;
    z-index: 99;
}
#feedback_sidebar a {
    background: #ed895c none repeat scroll 0 0;
    border: 1px solid #e74802;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    font-size: 16px;
    height: 28px;
    left: -61px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 280px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 85px;
}
#shortListDiv {
    height: 100%;
    position: fixed;
    right: -123px;
    top: 20px;
    transition: right 150ms linear 0ms;
    z-index: 99;
}
#shortListDiv.expanded {
    right: 0 !important;
    z-index: 100000000;
}

#shortListDiv .shortListButton {
  background: #ed895c none repeat scroll 0 0;
  border: 1px solid #e74802;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 14px;
  height: 28px;
  left: -85px;
  line-height: 28px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  top: 280px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 135px;
}
#shortListDiv .shortListButton .filler {
    background: none repeat scroll 0 0 #e74802;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    transition: width 500ms linear 0ms;
    width: 0;
    z-index: -1;
}
#shortListDiv .shortListButton .heart-icon {
    background: url("../images/new-vd-sprite-a3f3bdd6.png") no-repeat scroll -20px -1171px rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    margin: 6px 0 0 4px;
    width: 17px;
}
#shortListDiv .shortListButton .text {
    color: #f9f9f9;
    float: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
    margin-left: 8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}
#shortListDiv .shortListButton .counter {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.27) inset;
  color: #ff5700;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 22px;
  line-height: 14px;
  margin: 3px 0 0 5px;
  padding: 4px;
  position: absolute;
  right: 2px;
  text-align: center;
  transform: rotate(90deg);
  vertical-align: middle;
  width: 22px;
}
#shortListDiv.expanded .shortListButton .counter {
    display: none;
}
#shortListDiv.expanded .shortListButton .close {
    display: inline-block;
}
#shortListDiv .shortListButton .close {
    background: url("../images/new-vd-sprite-a3f3bdd6.png") no-repeat scroll 3px -659px rgba(0, 0, 0, 0);
    display: none;
    float: left;
    height: 14px;
    margin: 6px 0 0 6px;
    width: 14px;
}
#shortListDiv .mainContainer {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 3px 17px -1px #7b7b7b;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    width: 120px;
}
#shortListDiv .mainContainer .infoContainer {
    color: #666;
    height: 120px;
    left: 0;
    line-height: 21px;
    padding: 20px 15px 19px;
    top: 30px;
    z-index: 1;
}
#shortListDiv .productsContainer {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 2;
}
#shortListDiv .productsContainer .clear-link {
    background-color: #d9534f;
    color: #fff;
    display: none;
    float: left;
    font-size: 11px;
    padding: 6px 0;
    width: 100%;
}
#shortListDiv .productsContainer .product-thumb {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    width: 120px;
}
#shortListDiv .productsContainer .product-thumb a.product-main {
    padding: 10px 10px 8px;
    position: relative;
}
#shortListDiv .productsContainer .product-thumb a.product-main .image-block {
    height: 100px;
    line-height: 100px;
}
#shortListDiv .productsContainer .product-thumb img {
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
}
#shortListDiv.expanded .shortListButton.btn {
    left: -77px !important;
}
#shortListDiv .productsContainer .product-thumb .product-info {
    line-height: 15px;
    padding-top: 10px;
}
#shortListDiv .productsContainer .product-thumb .product-info .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 5px;
}
#shortListDiv .productsContainer .product-thumb .close {
    background: url("../images/new-vd-sprite-a3f3bdd6.png") no-repeat scroll -1px -451px rgba(0, 0, 0, 0);
    display: none;
    height: 13px;
    opacity: 0.3;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 13px;
    z-index: 1;
}
#shortListDiv .productsContainer .product-thumb:hover .close {
    display: block;
}
#shortListDiv .productsContainer .product-thumb .product-info .price {
    font-weight: bold;
}
#shortListDiv .mainContainer .infoContainer .heart-icon {
    background: url("../images/new-vd-sprite-a3f3bdd6.png") no-repeat scroll -1px -1171px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    margin-left: 1px;
    vertical-align: middle;
    width: 17px;
}
.tooltip > .tooltip-inner {font-size: 15px;}

button.add_to_list {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    border-radius: 100%;
    color: #b5420e;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    width: 30px;
    left: 10px;
    padding-left: 6px;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    top: 10px;
}
.add_to_shortlist {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    border-radius: 100%;
    color: #b5420e;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    width: 30px;
    left: 45px;
    position: absolute;
    top: 10px;
}
.prod_chk {
    display: block !important;
}
button.add_to_list:hover {
    background: #D0C4AC;
}
button.add_to_shortlist:hover {
    background: #D0C4AC;
}
#modal_wishlist .col2 {
    padding: 0 10px !important;
}
.sku_qty{
    height: 30px;
    margin: 0 10px;
    position: relative;
    top: 5px;
    width: 55px;
}
.module.wishlist #content > div {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 3px;
}

#change-area a:hover{
    color: white;
}

.account.return .radio {
    height: 30px;
}
.account.return .radio label,
.account.return .radio-inline label{
    line-height: 20px;
}
.account.return .radio input {
    display: inline-block;
    float: left;
    height: 10px;
    width: 20px;
}
.account.return .radio-inline input {
    display: inline-block;
    float: left;
    height: 10px;
    width: 20px;
}

legend {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.input-group-btn .button {
    border-radius: 0 5px 5px 0 !important;
}
.shipping_status_wrapper {
    clear: both;
    display: block;
    height: 60px;
    position: relative;
    width: 100%;
}
.shipping_status_wrapper > div {
    float: left;
    position: relative;
    text-align: center;
    width: 32%;
    z-index: 1;
}
.shipping_status_wrapper span.active {
    background: none repeat scroll 0 0 #808080 !important;
}
.shipping_status_wrapper span {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    width: 42px;
}
.delivery_time_data {
    margin: 5px;
    text-align: center;
}
.store_info > center {
    border-bottom: 1px solid #eee;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.order_status_info {
  float: right;
  font-size: 20px;
  margin-right: 15px;
}
.store_info hr {
    background: none repeat scroll 0 0 #808080;
    height: 5px;
    left: 17%;
    position: absolute;
    top: -2px;
    width: 64%;
    z-index: 0;
}
.tab-content {
    background: none repeat scroll 0 0 white;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    float: left;
    padding: 20px;
    width: 100%;
}
#info .thumbContainer{
    width: 200px;
}

#info .pull-left {
    margin-right: 50px;
}
.product_option li {
  border: 1px solid #e4e4e6;
  color: #666;
  cursor: pointer;
  float: left;
  margin: 4px;
  min-height: 25px;
  min-width: 25px;
  padding: 5px;
  text-align: center;
  transition: all 100ms linear 0ms;
}
.product_option li.disabled{
    cursor: not-allowed;
}
.product_option li:hover:not(.disabled), .product_option li.active {
    background-color: #252525;
    border-color: #bde33e;
    color: #fff;  
    outline: 1px solid #bde33e;
    text-decoration: none;
    transition: all 100ms linear 0ms;
}
.product_option_list {
  /*clear: both;*/
  display: block;
  float: left;
  font-size: 12px;
}
.product_option li:first-child {
    margin-left: 0;
}
.product_option li:last-child{
    margin-right: 0;
}
.product_option {
    clear: both;
    display: block;
}
.var_dropdown{
    cursor: pointer;
    position:relative;
}
.filter-btn {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    width: 100%;
}
.var_dropdown .filter-icon-down {
    color: #7f7f7f;
    float: right;
    margin-right: 6px;
    transition: all 0.5s ease-in-out 0s;
    margin-top: 6px;
}
.var_dropdown ul{
    width: 100%;
}
.var_dropdown .separator {
    border-left: 1px solid #ccc;
    margin: 0 10px;
}
.filter-btn:hover,
.filter-btn:hover span{
    background: #FF5450;
    color: #fff;
}
.filter-btn span {
    display: inline-block;
    float: left;
    height: 30px;
    padding-left: 10px;
}
.filter-btn span:last-child {
    border-right: none;  
}
.var_dropdown .control-bar-button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    line-height: 30px;
    padding-left: 5px;
    margin-top: 5px;
}
.var_dropdown .filter-icon-down {
    color: #7f7f7f;
    float: right;
    margin-left: 6px;
    transition: all 0.5s ease-in-out 0s;
}
#categories-submenu.active{
    display: block;
}
.shop_badge {
    height: 20px;
    position: relative;
    top: -3px;
    width: 20px;
}
.store_info .vendor{
    margin: 10px 0;
}
.contact_details > div {
    margin: 10px 0;
}
.sector{
    display: block;
}
.sector img {
    display: block;
    margin: auto;
}
.sector span {
    background: none repeat scroll 0 0 #eee;
    line-height: 33px;
    text-align: center;
    width: 100%;
    display: block;
}
.sector_list .sector_wrap {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.13);
    display: block;
    margin: 0 0 30px;
    position: relative;
}
.padding15{
    padding: 0 15px !important;
}
.padding30{
    padding: 0 30px !important;
}
#review_list blockquote {
    border: medium none;
    color: black;
}
#review_list li {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.13);
    clear: both;
    display: block;
    float: left;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}
#review_list .rating {
    float: right;
}
#review_list .rating i{
    margin-left: 5px;
}
.alert.alert-danger {
    background: none repeat scroll 0 0 #ff5450;
    border: medium none;
    color: white;
}
.btn-shop-comment {
    background: none repeat scroll 0 0 #84c449;
    border-radius: 4px;
    color: white;
    line-height: 30px;
    margin-top: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-right: 10px;
}
.btn-shop-comment:hover {
    background-color: #78b83c;
    color: #fff;
}
.store_comment {
    padding: 10px 5px 5px;
}
#create-account-title h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 44px !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    padding: 21px 0 0;
}
.div_or {
    display: block;
    text-align: center !important;
    width: 100%;
}
.socialsignin a {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 19px;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
}
.account #form-account-create {
    left: 0;
    margin-top: 40px;
}
.socialbtn, .facebooksignin, .googlesignin {
    cursor: pointer;
    text-decoration: none;
}
.facebooksignin span {
    background: none repeat scroll 0 0 #3c5a98;
}
.socialsignin a span {
    display: inline-block;
    font-size: 25px;
    height: 50px;
    margin-right: 15px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
    color: white;
}
.socialsignin a span i {
    position: relative;
    top: 3px;
}
.facebooksignin:hover {
    background: none repeat scroll 0 0 #3c5a98;
}
.facebooksignin {
    background: none repeat scroll 0 0 #35508d;
}
.deliver-time-txt {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 34px;
    width: 100%;
    text-transform: uppercase;
    padding-left: 14px;
}
.time-date {
    position: relative;
    top: -4px;
}
.time-date option {
  margin: 0 -3px;
  padding: 5px;
}
.time-date .css3-metro-dropdown::after {
  line-height: 30px;
  width: 40px;
}
.time-date .css3-metro-dropdown select{
    padding: 0px;
}
.time-date .css3-metro-dropdown {
    /*float: left;*/
    width: 100%;
    position: relative;
    top: 5px;
}
a{
    cursor: pointer;
}
.checkbox i{
    color: #6FCA77;
}
#infscr-loading {
    clear: both;
    margin: 30px 0 0 20px;
    text-align: center;
}
#infscr-loading > img {
    height: 30px;
    margin: auto;
    padding-bottom: 10px;
    width: 300px;
}
.active.store-info-row {
    outline: 2px solid red !important;
}
.filter_wrapper .row{
    width: 100%;
}
.filter_wrapper label {
    line-height: 20px;
}
.filter_wrapper input[name="area"] {
    font-size: 14px;
    height: 27px;
}
.filter_wrapper .ms-parent input[type="checkbox"] {
    display: inline;
    height: auto;
    margin: 0;
}   
.filter_wrapper .checkbox{
    line-height: 21px;
    margin-top: 0px !important;
    position: relative;
}
.shop.list .wrapper {
    padding: 0 !important;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.listing-cover, .entry-cover, .homepage-cover.page-cover, .list-cover {
    background-color: #e6e9ec;
}
.list-cover {
    background-position: center center;
    background-size: cover;
    height: 60px;
    width: 60px;
}
.map-marker-info .address, .map-marker-info .rating, .map-marker-info h1 {
    display: block;
    margin: 0.5em 70px 0.5em 0;
}
.map-marker-info h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    line-height: 1.38462;
}
.map-marker-info .list-cover {
    border-radius: 50%;
    height: 75px;
    position: absolute;
    right: 0px;
    width: 75px;
}
.fa.fa-check.shop_badge {
  background: #00be40 none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 25px;
  z-index: 1;
}
.store-info-row ul{
    margin-bottom: 0 !important;
}
.store-info-row {
  box-shadow: 0 0 10px #ccc;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.store-info-wrapper {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.store-info-row .image {
  background: white none repeat scroll 0 0;
  float: left;
  height: 195px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.store-info-row .image img {
  height: 100%;
  width: 100%;
}
.information #content {
    padding-left: 30px;
    padding-right: 30px;
}
.account nav a{
    border-bottom: 3px solid rgba(0,0,0,0);
    padding-bottom: 8px;
}
a.button{
    padding: 7px 20px;
    color: white !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.account.edit #content > div {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 3px;
}
.account #content {
    min-height: 100%;
}
#login .alert{
    margin: 0 0 10px;
}
.account.login #content,
.account.register #content{
    background-image: url("../images/home_bg.jpg");
}
.account.login #content section,
.account.register #content section{
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
}
#area-selection .dropdown-menu {
  height: auto !important;
  max-height: 350px !important;
  overflow: auto;
  width: 100%;
}
#area-selection .dropdown-menu li{
    text-align: left !important;
    width: 100%;
    float: none !important;
}
#area-selection .dropdown-menu li a {
  padding: 7px 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.information-enquiries .wrapper{
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 60px;
}

.cms #content {
    background-color: #fff;
    padding: 60px 0px 120px;
}

span.error {
    color: red;
}
.alert .close{
    line-height: 15px;
}
.modal-header {
    background: none repeat scroll 0 0 #78b83c;
    color: white !important;
}
.modal-header h4{
    color: white !important;
}
#seller-alert {
    margin-bottom: 0;
    margin-top: 10px;
}
.filter_wrapper select{
    height: 30px !important;
}
.filter_wrapper .css3-metro-dropdown::after{
    line-height: 30px;
}
label {
    position: relative;
    top: 3px;
}
#basic_filter {
  float: left;
  height: 35px;
  width: 100%;
}
#advance_filter {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#advance_filter > div {
    display: inline-block;
}
#advance_filter #filter {
    height: 41px;
    position: relative;
    top: 4px;
}
.submit_wrapper {
    width: 99px;
}
.submit_wrapper > input {
    height: 41px;
    position: relative;
    top: -1px;
}
.filter_chk {
    background: none repeat scroll 0 0 white;
    border-radius: 3px;
    color: white;
    display: inline;
    padding: 2px 20px 8px;
    width: 10%;
}
.filter_wrapper {
    background: white;
}
.locator .fa{
    font-size: 24px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 7px;
}
.locator-dd .fa {
    font-size: 20px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 8px;
    color: #000;
}
#delivery_area_code{
    border-width: 0px !important;  
    border-radius: 0px !important;  
}
.body > div {
    position: relative;
}
.rd_new_address,
.rd_exstng_address{
    display: inline-block !important;
    margin-right: 10px !important;
}
.carouselContainer {
    margin-top: 5px;
    position: relative;
}
.carouselContainer .carousel {
    list-style-type: none;
    margin: 10px auto;
    padding: 0;
    margin: 0;
}
.carousel li:hover .thumbContainer {
    outline: 1px solid yellow;
}
.product_page .category-title > h3 {
    border-bottom: 3px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.thumb {
    height: 60px;
    width: 60px;
}
.carouselContainer .carousel li {
    display: inline-block;
    margin-bottom: 10px;
}
.carouselContainer .carousel li .thumbContainer {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin-left: 5px;
    padding: 2px;
}
.specTable .specsKey {
    width: 25%;
}
.specTable .groupHead {
    background-color: #f2f2f2;
    font-weight: bold;
    text-transform: uppercase;
}
/*.shop_link {
    float: left;
    width: 25%;
    margin-bottom: 8px;
}*/
.product_page{
    background: white !important;  
}
.sectionTitle {
    border-top: 2px solid #333;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 0 10px;
}
.warranty b {
    color: #ff5450;
    font-weight: 600;
}
.warranty {
    border: 1px dashed #ff5450;
    line-height: 22px;
    margin: 15px 0;
    padding: 5px;
}
.pricing .selling-price {
    color: #565656;
    font-size: 28px;
    font-weight: normal;
}
.selling-price, .discount-price {
    color: #848484;
}
.pricing .price {
    text-decoration: line-through;
}
.pricing .discount {
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 12px;
    margin: 0 0 0 5px;
    padding: 6px;
    position: relative;
    text-align: center;
    top: -10px;
    width: 40px;
    color: red;
}
.btn-warning {
    background-color: #FF5450 !important;
    color: #fff;
}
.color_selector > h4,
.size_selector h4{
    margin-bottom: 5px;
}
.size_selector li {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.color_selector li, .size_selector li {
    cursor: pointer;
    float: left;
    margin-right: 10px;
    min-height: 26px;
    min-width: 26px;
}
.selector_wrapper .active{
    outline: 3px solid #bde33e;
}
#offers input[type="checkbox"] ,
#discount input[type="checkbox"] ,
#attribute input[type="checkbox"] ,
#price_range input[type="checkbox"] ,
#brand  input[type="checkbox"] {
    display: block;
    width: auto;
    height: auto;
    display: inline;
}
#size a {
    border: 1px solid #e4e4e6;
    color: #666;
    line-height: 16px;
    margin: 4px;
    padding: 3px 9px;
    width: auto;
    cursor: pointer;
    transition: all 100ms linear 0ms;
}
#size a:hover,
#size a.active{
    background-color: #615f5f;
    color: #fff;
    text-decoration: none;
    transition: all 100ms linear 0ms;
}
#size a:hover span,
#size a.active span{
    color: #fff;
}
#size .unit{
    line-height: 35px;
}
#offertags input[type="radio"] {
    display: block;
    width: auto;
    height: auto;
    display: inline;
}
#offertags, #brand {
  max-height: 325px;
  overflow-y: auto;
  width: 110%;
}
.filter_li input[type="text"]{
    width: 110%; 
    border-radius: 0px;
    line-height: 25px; 
    font-size: 15px;
    padding-left: 5px; 
    height: 30px;   
}
.facetList .oneFacet li.facet a {
    display: inline-block;
    padding: 4px;
    width: 100%;
}
.unit {
    float: left;
}
.rmargin5, .newMenu .header-topbar .header-links .header-track-icon {
    margin-right: 5px;
}
.lastUnit {
    float: none;
    width: auto;
}
.col-md-2.today_offer {
    background: none repeat scroll 0 0 #eee;
    border-left: 1px solid #ccc;
    right: 0;
    padding-left: 27px !important;
    margin-bottom: -15px;
    top: -16px;
    height: 102%;
    position: absolute;
}
.itm-offer {
    clear: both;
    color: #cb8857;
    display: block;
    margin-bottom: 8px;
}
.itm-price-old {
  color: #ccc;
  margin-bottom: 8px;
  margin-left: 5px;
  text-decoration: line-through;
}
.itm-discount {
  color: #6fba54;
  display: inline;
  margin-top: 8px;
  margin-left: 5px;
}
.itm-colors {
    margin-top: 5px;
}
.itm-color > img {
    height: 20px;
    width: 20px;
}
.itm-color {
    float: left;
    margin-right: 5px;
}
.store-changer-menu .dropdown-menu a,
.user-menu .dropdown-menu a {
    background: #0280BF;
    border-bottom: 1px solid #fff;
    color: white !important;
    padding: 10px 20px !important;
}
.shop_title {
    color: white;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}
.store-changer-menu{
    color: white;
}
.review_text ,
.review_text a,
.review_text span{
    color: white;
}
.productsCatalog .itm:hover .itm-cart-select{
    display: block !important;
}
.shopping_from {
    border-right: 1px solid;
    color: white;
    line-height: 55px;
    margin-right: 10px;
    padding: 10px;
}
.toggle-map {
    background: none repeat scroll 0 0 gray;
    color: white;
    font-size: 20px;
    padding: 10px 10px 13px 10px;
    position: absolute;
    cursor: pointer;
    left: 40%;
    margin-left: -36px;
    position: fixed;
    top: 115px;
}
.map-closed .toggle-map {
    left: 35px;
    position: fixed;
    z-index: 1000;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.categories-list ul {
    display: none;
}
.cat-list {
    background: none repeat scroll 0 0 #fff;
    display: block;
    left: 0;
    min-height: 350px;
    padding: 30px 0 30px 18px;
    position: absolute;
    width: 100%;
}
.cat-list li {
    display: block;
    line-height: normal;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.cat-list li li{
    margin-bottom: 5px;
    padding: 5px 0;
}

.cat-list li:hover {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.cat-list > li:hover .drop-menu-2 {
    display: block;
}
.cat-list a:hover{
    text-decoration: none;
}
.cat-list i{
    float: right;
}
.categories-list li {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.cat-list li a {
    clear: both;
    color: #787878;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    position: relative;
}
.cat-list li div {
    background: none repeat scroll 0 0 #fff;
    box-shadow: -3px 4px 4px 4px rgba(0, 0, 0, 0.18);
    display: none;
    height: 100%;
    left: 100%;
    max-width: 720px;
    min-width: 576px;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    width: auto;
}
.cat-list li div p {
    clear: both;
    color: #449958;
    display: block;
    font-size: 18px;
    margin: 20px;
}
.cat-list li div ul {
    float: left;
    margin: 0 20px;
    padding: 0 20px;
    width: 236px;
}
.cat-list li div img {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}
body.shop .chosen-container{
    width: 100% !important;
}
.map-closed .left-map{
    padding-right: 0px;
}
.col-lg-3.drwn_category.css3-metro-dropdown {
    width: 48%;
}
.fa.fa-chevron-down.fa-rotate-180 {
    position: relative;
    top: 3px;
}
.filter_wrapper select, .filter_wrapper {
    font-size: 14px !important;
}
.advanced-search-btn {
    cursor: pointer;
    font-size: 14px;
}
.timeDiv {
    padding: 0px !important;
    box-shadow: 0 0 10px 0 #898989 !important;
    margin-top: 5px;
    border: none !important;
}
.timeDiv .panel-heading {
  border-color: #84c449;
  color: white !important;
  text-transform: uppercase;
}
.pickup-time, .delivery-time {
    color: #424242;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    padding: 13px 20px 3px 15px;
}
.deliver-txt {
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 34px;
    width: 200px;
}
.time-slot {
    overflow: hidden;
}
.pickup-time-slot .btn-orange-outline, .time-slot .btn-orange-outline {
    margin: 0 5px 0 0;
    padding: 5px;
}
.btn-orange-outline {
    transition: all 0.3s ease 0s;
    border: 1px solid #007EBE !important;
    border-radius: 0 !important;
    color: #007EBE;
    display: inline-block;
    line-height: 32px;
    margin: 0 0 0 12px;
    padding: 0 14px;
    box-shadow: none !important;
}
.addDiv {
    background: #D6EBF8;
    margin-bottom: 25px;
    padding: 15px !important;
}
#checkout-shipping .css3-metro-dropdown select {
  font-size: 15px !important;
  height: 36px;
}
#checkout-shipping .css3-metro-dropdown option {
    padding: 3px 10px;
}
.totalDiv {
    background: #D6EBF8;
    padding: 0 5px 15px !important;
}
.addDiv span, .totalDiv span{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 34px;
    max-width: 230px;
    text-transform: uppercase;
}
div.map {
    height: 100% !important;
}
.btn-orange-outline.active, .btn-orange-outline:hover {
    background: #007ebe;
    box-shadow: none;
    color: #fff !important;
}
.advanced-search-btn {
  background: black none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  display: block;
  float: right;
  font-size: 17px;
  margin-bottom: 10px;
  padding: 6px 8px 9px;
}
.shop_list_wrapper {
    background: #e9e5dc none repeat scroll 0 0;
}
.map-closed .right-address{
    width: 100%;
}
.wrapper {
    position: relative;
}
.cat-list li div ul li div {
    box-shadow: -3px 0 4px 0 rgba(0, 0, 0, 0.18);
    display: none;
    height: auto;
    max-width: 480px;
    min-width: 400px;
    top: -50px;
    width: auto;
    z-index: 1000;
}
.drop-menu-2.desk-drop-down li {
    position: relative;
}
.drop-menu-2 li:hover > .desk-drop-down {
    border-right: 1px solid #e6e6e6;
    display: block;
}
.submit_wrapper {
    display: inline-block;
    float: right;
    width: 99px;
}
.hidden{
    display: none;
}
.drwn_branch,
.drwn_sorting{
    display: inline-block;
    width: 25%;
}
.filter_wrapper {
  box-shadow: 0 0 10px 0 #d9d9d9;
  color: white;
  padding: 8px;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 2;
}
#ad_item_wrapper {
    clear: both;
    display: table;
    margin: 20px auto;
    text-align: center !important;
    width: 100%;
}

#sortWrap .header {
    border-top: 1px solid #333;
}
#sortDropdown {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
}
#sortDropdown #sort-dropdown a.pointer:hover, 
#sortDropdown #sort-dropdown a.pointer.selected {
    color: #333;
    text-shadow: 0 0 0 #000;
    transition: all 100ms linear 0ms;
    position: relative;
}
#sortDropdown #sort-dropdown a.pointer {
    color: #999;
    cursor: pointer;
    margin: 0 15px;
}
#sortDropdown .selected .caret {
    background: url("../images/new-vd-sprite-d91fd34f.png") no-repeat scroll -18px -230px rgba(0, 0, 0, 0);
    height: 4px;
    left: 15px;
    position: absolute;
    top: -9px;
    width: 9px;
}
.pp-trust-markers span.logo.returns {
    background-position: -84px -128px;
    height: 15px;
    margin-left: 2px;
    width: 18px;
}
.pp-trust-markers span.logo {
    background-color: transparent;
    background-image: url("../images/ls_pp_sprite-f461a65d.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }
.pp-trust-markers span {
    line-height: 18px;
    margin-right: 30px;
    vertical-align: middle;
}
.pp-trust-markers span {
    line-height: 18px;
    margin-right: 30px;
    vertical-align: middle;
}
.pp-trust-markers span.logo.new, .pp-trust-markers span.logo.original {
    background-position: -1px -127px;
    height: 18px;
    width: 18px;
}
.pp-trust-markers span.logo.new, .pp-trust-markers span.logo.original {
    background-position: -1px -127px;
    height: 18px;
    width: 18px;
}
.pp-trust-markers span.logo.secure {
    background-position: -58px -127px;
    height: 18px;
    margin-left: 1px;
    width: 18px;
}
.mediaImgExt {
    float: left;
    margin-right: 0;
}
.btnGroup .btn:first-child {
    margin-left: 0;
}
.btnActive, .btnFacebook:active, a.btnActive {
  background: #00be40 none repeat scroll 0 0;
  color: white;
  position: relative;
}
.btnGroup .btn {
    border-radius: 0;
    margin-left: -4px;
}
.btnGroup .btn:last-child {
}
.store-info-wrapper .col-lg-3{
    margin-bottom: 25px;
}
.col-lg-5.right-address {
    float: right;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.btn_shop_now {
  background: #84c449 none repeat scroll 0 0;
  border: 0 none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  float: right;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 95px;
  transition: background-color 0.2s linear 0s;
}
.btn_shop_now:hover{
    background-color: #FF5450;
}
#delivery-area-form .css3-metro-dropdown::after{
    line-height: 40px !important;
}

.googlesignin {
  background: #c6472e none repeat scroll 0 0;
}
.googlesignin span {
  background: #dd4d3b none repeat scroll 0 0;
}
#google-container {
  margin-top: 20px;
}
.googlesignin:hover{
   background: #dd4d3b none repeat scroll 0 0;
}

#shipping-form .timeslot_main_heading{
    background: #898989;
    color: white;
    text-align: center;
}

#shipping-form .timeslot_heading {
  background: #d6ebf8 none repeat scroll 0 0;
}

#shipping-form td {
  border: 1px solid #D6EBF8;
  vertical-align: middle;
}

.store_shipping {
  background: #D6EBF8;
  clear: both;
  display: block;
  padding: 0 2px;
}

.catalog .productsListCatalog > li {
    float: left;
    width: 48% !important;
    border: 1px solid #d9d9d9;
    position: relative;
    background: #fff;
    /*padding: 10px;*/
    margin: 10px 15px 10px 0;
}

.catalog .productsListCatalog .lazy-load {
    float: left;
}

.catalog .productsListCatalog .lazy-load > img {
    /*width: 140px;*/
    width: 215px;
    min-height: 155px;
    margin-right: 10px;
}

.catalog .productsListCatalog>li>div>.itm-quantity-amount {
    background: #62686a;
    border-radius: 3px;
    color: #fff;
    padding: 4px 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    opacity: .8;
}

.catalog .productsListCatalog>li>div>.itm-quantity-amount>i {
    margin-right: 8px;
    font-size: 15px;
    height: 14px;
    vertical-align: middle;
}

.catalog .productsListCatalog>li>div>.itm-quantity-amount>span {
    color: #fff;
    font-size: 16px;
}

.catalog .productsListCatalog .itm-cart-select {
    /*position: absolute;
    width: 100%;
    top: 34%;
    left: 0;*/
    /*overflow: hidden;*/
    padding: 6px 0px;
    display: inline-block;
}

.catalog .productsListCatalog .itm-cart-select>a:first-child {
    border-radius: 3px 0 0 3px;
    line-height: 42px;
}

.catalog .productsListCatalog .itm-cart-select>div {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 1px;
    font-size: 30px;
    line-height: 42px;
}

.catalog .productsListCatalog .itm-cart-select>a, .catalog .productsListCatalog .itm-cart-select>div {
    float: left;
    width: 32.5%;
    background: #eff0f0;
    padding-top: 4px;
    height: 48px;
    display: block;
    opacity: .9;
    font-size: 20px;
}

.catalog .productsListCatalog .itm-cart-select>a:first-child:hover {
    background-color: #ff5450;
    color: #fff;
}

.catalog .productsListCatalog .itm-cart-select>a:first-child {
    border-radius: 3px 0 0 3px;
    line-height: 30px;
}

.catalog .productsListCatalog .itm-cart-select>a:last-child:hover {
    background-color: #64b46b;
    color: #fff;
}

.catalog .productsListCatalog .itm-cart-select>a:last-child {
    border-radius: 0 3px 3px 0;
    line-height: 30px;
}

.catalog .productsListCatalog .itm-cart-select>div {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 1px;
    font-size: 30px;
    line-height: 30px;
}

.catalog .productsListCatalog .itm-cart-select>a, .catalog .productsListCatalog .itm-cart-select>div {
    float: left;
    width: 35px;
    background: #eff0f0;
    padding-top: 4px;
    height: 35px;
    display: block;
    opacity: .9;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .catalog .productsListCatalog > li {
        clear: both;
        width: 100% !important;
    }
}

.catalog .productsListCatalog .itm-cart-select>a:first-child::before {
    font-family: FontAwesome;
    content: "\f068" !important;
}
.catalog .productsListCatalog .itm-cart-select > a:last-child::before {
    font-family: FontAwesome;
    content: "\f067" !important;
}
.catalog .productsListCatalog > li > div > .itm-quantity-amount > i::before {
    font-family: FontAwesome;
    content: "\f07a" !important;
}
.catalog .category-title a.original i.fa-list::before { content: "\f0c9"; }
.catalog .category-title a.original i.fa-th-large::before { content: "\f009"; }
.catalog .category-title a i.fa-box:before {
    content: "\f009";
}
.catalog .category-title a i.fa-list:before {
    content: "\f0c9";
}
.landing.intro #select-area { border-radius: 0; width: 94%; }
header #logo { float: left; margin-top: 11px; }
header #logo span {
    font-size: 12px;
    text-align: center;
    color: #eff0f0;
}
/* header #logo img { height: 40px; } */
header .store-changer-menu > ul > li > a { font-size: 20px; }
header #header #top nav > ul > li > a { padding: 22px 15px 19px; }
.catalog .category-title h3 { color: #b5420e; margin-right: 15px; display: inline-block; line-height: 37px; font-weight: bold; }
::-webkit-input-placeholder { color: #6d6d6d; }
::-moz-placeholder { color: #6d6d6d; }
:-ms-input-placeholder { color: #6d6d6d; }
:-moz-placeholder { color: #6d6d6d; }
.term-checkbox input { display: block; }
span.moa_info_close { color: #ff5450; font-weight: bold; }
div#imp-terms { margin-top: 15px; }
div#imp-terms p { padding: 5px; color: #fb7727; font-weight: bold; }
span.green_text{ color: #00be40; font-weight: bold; }
#product-offer-countdown { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding-top: 10px; padding-bottom: 10px; background: yellow; color: red; padding: 10px;}
p[id^="live-offer-"] { background: yellow; color: red; position: absolute; top: 44px; width: 90%; font-size: 16px; padding: 5px; opacity: 0.9;}
#copyright p { clear: both; color: #fff; padding: 5px; }
ul.store-changer-sub-menu { background-color: #0280bf; margin-bottom: 10px; }
.account.landing #content {
  min-height: 100%;
}

.bx-wrapper .bx-viewport {
  max-height: 100% !important;
}

.bx-wrapper img {
  min-height: 578px;
}

/* Shop Listing Custom CSS */
.image-overlay {
  background: none;
}

.store-info-row .image img {
  min-height: 195px;
  max-height: 195px; 
}

.button-blue {
  background: #0280bf;
}

.button-blue:hover {
  background: #0b5579;
}

.jcart-nav-item-label {
    line-height: 40px;
}

#responsive-filter-section {
  display: none;
}

.store_footer {
  background-color: #fff;
}

.book-now-btn-now {
    /*margin-top: -40px;*/
    /* height: 35px; */
}

.productsListCatalog .book-now-btn-now {
  margin-top: -40px;
}

.room-left-block {
    padding-bottom: 4px;
}

.motel-map-route {
  margin: 5px;
  text-align: right;
}

#responsive-filter-section {
  display: none;
}

.catalog #toggle-advance-filter {
  background: #e54b49 none repeat scroll 0 0;
  border-radius: 5px;
  color: white;
  display: none;
  float: left;
  font-size: 18px;
  left: 0;
  margin-bottom: 8px;
  padding: 4px 8px 0 14px;
  position: relative;
  top: 6px;
  width: 90px;
}

#sortDropdown {
  display: block;
}

header #mobile-wrapper .store-changer-menu p {
  font-size: 18px;
  padding-left: 20px;
}

.mobile-menu-title {
  font-size: 21px !important;
  font-weight: 700;
}

.account.landing #content h2 {
  line-height: 50px;
}

.motel-directions {
  background-color: #fff;
  padding: 10px;
  font-size: 15px;
}

.motel-directions a {
  color: #0280bf;
  font-size: 15px;
}

.motel-map-route a {
  color: #0280bf;
  cursor: pointer;
  font-size: 17px;
}

.catalog .productsCatalog > li {
  width: 31% !important;
  padding: 0px;
}

.catalog .productsCatalog .itm-productInfo {
  padding: 10px;
}

.catalog .productsCatalog .itm-brand {
  font-size: 21px;
}

.catalog .productsCatalog .product_option_list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.catalog .productsCatalog .book-now-btn {
  margin-top: 10px;
}

.catalog .productsCatalog>li>a img {
  max-width: 100%;
  min-height: 250px;
}

/* Added on 23-Oct-2018 */
.account h4.extra-details {
  clear: both;
  padding: 0px 15px;
  font-size: 20px;
  margin: 0px;
  color: #fff;
  display: none;
}

@media screen and (max-width: 480px) {
  #header #logo img {
    width: auto;
    margin-top: 0px;
  }

  #responsive-filter-section {
    display: block;
  }

  .catalog #toggle-advance-filter {
    display: block;
  }

  a#toggle-advance-filter {
    line-height: 30px;
  }

  .catalog #toggle-advance-filter {
    width: 105px;
    margin-right: 5px;
  }

  #sortDropdown {
    display: none;
  }

  .landing.intro #select-area {
    width: 100%;
  }

  .checkout #header {
    height: 60px;
  }

  .checkout #header #top-single {
    height: 60px;
  }

  .catalog .productsCatalog>li {
    width: 100% !important;
    max-width: none;
  }

  .catalog .productsCatalog>li>a img {
    max-width: 100%;
  }

  .catalog .productsCatalog .itm-productInfo {
    margin-top: 0px;
    background-color: #fff;
  }

  /* Added on 23-Oct-2018 */
  .account #area-selection div:first-child {
    margin-bottom: 0px;
  }

  .account h4.extra-details {
    clear: both;
    padding: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 640px) {
  
  .itm-cart-select {
    display: inline-block !important;
  } 
  
  .catalog .productsListCatalog .lazy-load > img {
    width: 100%;
    margin-right: 0px;
  }

  .itm-productInfo {
    clear: both;
    padding: 5px;
  }

  .account.landing #content {
    margin-bottom: 0px
  }

  .catalog .productsCatalog>li {
    width: 100% !important;
    max-width: none;
  }

}

@media only screen and (max-width: 980px) and (min-width: 750px) {
  .catalog .productsCatalog > li {
    /*max-width: none !important;*/
    max-width: 345px !important;
    width: 45% !important;
  }

}

@media screen and (max-width: 920px) {
  #toggle-advance-filter {
    display: block !important;
  }

  .landing.intro #select-area {
    width: 100%;
  }

  #header #logo a {
    margin-top: 5px;
    height: auto;
  }

  #header #logo a img {
    height: auto;
  }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px)  {
    section#delivery-area-form {
      width: 400px;
      left: 24%;
    }

    div.submit {
      float: left;
      width: 100%;
    }

    /* Added on 23-Oct-2018 */
    .account #area-selection div:first-child {
      margin-bottom: 0px;
    }

    .account h4.extra-details {
      clear: both;
      padding: 0px;
      font-size: 20px;
      margin-bottom: 10px;
      color: #fff;
      display: none;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 980px) {
  .catalog .productsCatalog > li {
    max-width: none !important;
  }

  .catalog .productsListCatalog > li {
    width: 100% !important;
  }
}

@media only screen and (min-width : 400px) and (max-width : 750px) and (orientation: landscape) {
    
    section#delivery-area-form {
      width: 60%;
      margin: 0% 20%;
      display: block;
    }

    .col-sm-12.col-md-4.dropdown.css3-metro-dropdown {
      width: 100%;
    }

}

@media only screen and (max-width: 921px) {
  
  .pickup-time-slot .btn-orange-outline {
    margin: 0 0 3px;
    width: 100%;
  }

  .pickup-time-slot, .pickup-time .css3-metro-dropdown {
    margin-bottom: 10px;
    margin-left: 0 !important;
    clear: both;
    text-align: center;
    width: 100%;
    float: none;
    max-width: 100%;
  }

  .pickup-time .time-date .shipping-mobile {
    margin-bottom: 5px;
  }

  .button-gap {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 500px) and (orientation: portrait) {
  #home_slider {
    min-height: 625px;
  }
}

.extra-line {
  color: #fff;
}


@media only screen and (max-width: 750px) and (min-width: 500px) {
	.catalog .productsCatalog > li {
	    max-width: 300px !important;
	    width: 45% !important;
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation: landscape) { 
	.catalog .productsCatalog > li {
		width: 45% !important;
    	padding: 0px;
	}
	
	
}

/*@media all and (orientation:landscape) {
	.catalog .productsCatalog > li {
		width: 45% !important;
    	padding: 0px;
	}
}*/

.css3-metro-dropdown {
  border: 0px;
}

.custom-dropdown::after {
  content:"";
}

header #logo span{position: relative; top: -2px; display: block;}
header #logo {margin: 2px 0;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
header #logo span{padding-right: 28px;} 
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
header #logo span{padding-right: 28px;} 
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
header #logo span{padding-right: 28px;} 
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
header #logo span{padding-right: 28px;} 
}