/*
    Created on : 12 Oct, 2015, 14:40:36 PM
    Author     : RAKESH
    File       : Assan E-commerce template
    version    : v1.0
*/
/**google font**/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);

body {
    /*font-family: "Open Sans", sans-serif;*/
    color: #555;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #c46e00;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Raleway", serif;
  letter-spacing: 0px;
  color: #333;
}

.section-heading {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  color: #000;
}

.bg-title {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.bg-title span {
  color: #c46e00;
}

/**spaces**/
.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}
.space-100 {
    width: 100%;
    height: 100px;
    clear: both;
}

/**margins**/
.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

del {
  color: #ef6464;
}

.rating i {
  color: #ef6464;
}

/***buttons***/
.btn {
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
  padding: 9px 15px;
}

.btn-light-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn-light-dark:hover, .btn-light-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-skin {
  background-color: #c46e00;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

/**breadcrumb**/
.breadcrumb-wrapper {
  padding: 30px 0;
  background-color: #333;
}
.breadcrumb-wrapper h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

/**header style**/
.header {
  background-color: #fff;
}
.header .top-bar {
  background-color: #fff;
  height: 30px;
  /**top bar dropdown**/
}
.header .top-bar span {
  color: #999;
  display: block;
  line-height: 30px;
  font-size: 12px;
}
.header .top-bar ul {
  margin: 0;
  padding: 0;
}
.header .top-bar ul li {
  vertical-align: middle;
  line-height: 29px;
  font-size: 12px;
  color: #999;
}
.header .top-bar ul li i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header .top-bar ul li a {
  color: #333;
  display: block;
}
.header .top-bar ul li a img {
  margin-right: 5px;
}
.header .top-bar ul li a.offers {
  background: url(../images/offers.png) no-repeat;
  width: 73px;
  height: 19px;
  padding: 0;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.header .top-bar .lang-dropdown {
  position: relative;
}
.header .top-bar .lang-dropdown:hover .lang-drop-menu {
  display: block;
}
.header .top-bar .lang-drop-menu {
  position: absolute;
  width: 140px;
  top: 100%;
  right: 0;
  display: none;
  text-align: left;
  z-index: 99999;
  left: auto;
  background-color: #333;
}
.header .top-bar .lang-drop-menu:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 5px 4px;
  border-color: #2F2E2A transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -4px;
  right: 30px;
}
.header .top-bar .lang-drop-menu a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.header .top-bar .lang-drop-menu a:hover {
  background-color: #c46e00;
}
.header .top-bar .lang-drop-menu a img {
  margin-right: 5px;
}

/**main navigation**/
.navbar-default {
  padding-top: 10px;
  background-color: #fff;
  border: 0px;
  margin: 0px;
  -webkit-box-shadow: 0 3px 0 0 #f5f5f5;
  -moz-box-shadow: 0 3px 0 0 #f5f5f5;
  -ms-box-shadow: 0 3px 0 0 #f5f5f5;
  box-shadow: 0 3px 0 0 #f5f5f5;
  width: 100%;
  z-index: 99;
  -moz-transition: all0 0.3s;
  -o-transition: all0 0.3s;
  -webkit-transition: all0 0.3s;
  transition: all0 0.3s;
}
.navbar-default .navbar-brand {
  font-family: "Raleway", serif;
  font-size: 30px;
}

.navbar.sticky {
  z-index: 999 !important;
}


.navbar-nav > li > a {
  color: #777;
  text-transform: uppercae;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
  font-family: "Raleway", serif;
  background-color: #fff !important;
}

.navbar-brand > img {
    height: 30px;
    margin-top: -2px;
}

.navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #c46e00;
    background-color: transparent;
}
.navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #7a4500;
    background-color: transparent;
}

@media (min-width: 768x) {
  .navbar-default {
    padding: 8px 0;
  }
  .navbar-default .navbar-nav {
    padding-left: 10px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
}
@media (max-width: 360px) {
    .search-widget > input {
        width: 84px;
        border: solid 1px #ffc06f;
        padding: 2px 4px;
        height: 30px;
        border-radius: 0;
        background-color: rgba(255, 165, 0, 0.12);
    }
    .search-widget {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand > img {
        height: 25px;
    }
}
@media (min-width: 361px) {
    .search-widget > input {
        width: 100px;
        border: solid 1px #ffc06f;
        padding: 2px 4px;
        height: 30px;
        border-radius: 0;
        background-color: rgba(255, 165, 0, 0.12);
    }
}
@media (max-width: 992px) {
    .sidebar-widget {
        padding: 0px 0px 30px 0px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 992px) {
    .sidebar-widget {
        padding: 0px 0px 30px 30px;
        margin-right: -15px;
    }
}

.navbar-toggle {
    margin-top: 6px;
}
.navbar-right i {
  font-size: 14px;
}
.navbarRightA {
  font-size: 10px !important;
}

.navbar-nav .badge {
    font-family: "Open Sans", sans-serif;
    background-color: rgb(255, 192, 111);
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px;
    min-width: 20px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: 8px;
    right: -4px;
    color: #000;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    -ms-border-radius: 40%;
    border-radius: 40%;
}

/**shopping cart dropdown menu**/
.shopping-cart {
  padding: 0px;
  min-width: 300px !important;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.shopping-cart .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}

.content-scroll {
  height: 250px;
  width: 100%;
}

.cart-item {
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.cart-item img {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.cart-item .description {
  overflow: hidden;
}
.cart-item .description a {
  color: #333;
  font-size: 13px;
}
.cart-item .description a:hover {
  color: #c46e00;
}
.cart-item .description strong {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.cart-item .buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cart-item .buttons a {
  color: #999;
  display: inline-block;
  margin: 3px;
  padding: 3px  6px;
  border: 1px solid #ddd;
}
.cart-item .buttons a:hover {
  color: #c46e00;
}

.cart-footer {
  padding: 15px;
  background-color: #f0f0f0;
  text-align: center;
}
.cart-footer a {
  margin: 5px;
}

/**search field**/
.search-bar {
  background-color: #f5f5f5;
  padding: 10px 0;
  display: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-bar form {
  position: relative;
}
.search-bar form .search-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 5px;
  background: transparent;
  color: #333;
}
.search-bar form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #999;
}
.search-bar form .form-control::-webkit-input-placeholder {
  color: #999;
}
.search-bar form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.search-bar form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.search-bar form .form-control:-ms-input-placeholder {
  color: #999;
}

/**dropdown**/
.dropdown-menu {
  padding: 0px;
  border: 2px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-width: 190px;
}
.dropdown-menu h6 {
    margin-top: 10px;
    padding: 0;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
}
.searchFilter {
  margin-top: -5px !important;
  left: 180px !important;
  width: 780px;
}
/*.myListMenu {
    margin-top: -5px !important;
    left: 500px !important;
    width: 120px;
}*/
/**mega menu**/
.yamm-content {
  background-color: #fff;
  padding: 15px 25px;
}
.yamm-content h3 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
.yamm-content .mega-vertical-nav li a {
    color: #333;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 10px;
}
.yamm-content .mega-vertical-nav li button {
    color: #333;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.00);
}
.yamm-content .mega-vertical-nav li button:hover {
    background-color: #eee;
    width: 100%;
    text-align: left;
}
.yamm-content .mega-vertical-nav li a i {
  margin-right: 8px;
  color: #999;
}
.yamm-content .mega-vertical-nav li button i {
    margin-right: 8px;
    color: #999;
}

.blog-item .tag {
  display: inline-block;
  color: #aeaeae;
  margin-top: 10px;
}
.blog-item .tag i {
  margin-right: 4px;
}
.blog-item .tag:hover {
  color: #c46e00;
}
.blog-item h4 {
  text-transform: capitalize;
  margin-top: 10px;
}
.blog-item .blog-desc {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.blog-item .blog-desc:after {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background-color: #c46e00;
  content: "";
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.blog-item:hover .blog-desc:after {
  width: 100%;
}

.comments h3 {
  color: #000;
}
.comments h3 i {
  margin-right: 8px;
}
.comments .media {
  background-color: #f5f5f5;
  padding: 20px;
}


.sidebar-widget .list-inline {
  padding: 10px 5px;
  margin: 0px;
}
.sidebar-widget .list-inline li {
  padding: 0px;
}
.sidebar-widget .list-inline li:first-child:before {
  padding: 20px 0;
}
.sidebar-widget .list-inline li a {
  color: #bbb;
}
.sidebar-widget .list-inline li a:hover {
  color: #000;
}

/**revolution slider**/
.slider-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: "Raleway", serif;
    text-align: left;
}
.slider-title1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: "Raleway", serif;
}

.slider-sub-title {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: "Raleway", serif;
}
.slider-caption {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.slider-button a {
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  background-color: #c46e00;
}

/**feaatures box **/
.features-box {
  padding: 15px;
  background-color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.features-box .icon {
  float: left;
  width: 50px;
  margin-right: 20px;
  text-align: center;
}
.features-box .icon i {
  color: #c46e00;
  font-size: 30px;
}
.features-box .text {
  overflow: hidden;
}
.features-box .text h3 {
  color: #c46e00;
  font-size: 19px;
}
.features-box .text p {
  margin-bottom: 0px;
}
.features-box.blue {
  color: #fff;
  background-color: #c46e00;
}
.features-box.blue .icon i {
  color: #fff;
}
.features-box.blue .text h3 {
  color: #fff;
}

/**img**/
.item_holder {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 2px 2px 10px #d4d4d4;
    height: 320px;
    z-index: 3;
}
.item_holder:hover {
    cursor: pointer;
    -moz-transform: scale3d(0.95, 0.95, 0.95);
    -o-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
    border-color: #c46e00;
}
.item_holder .offer-lablel {
  padding: 4px 10px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: red;
  color: #fff;
  z-index: 99;
}
.item_holder .label-new {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 3px 6px;
  background-color: #c46e00;
  display: inline-block;
  color: #fff;
  z-index: 2;
}
.item_holder img {
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.item_maindiv {
    /*vertical-align: middle;*/
    height: 200px;
    display: grid;
}
.item_holder .savedItemIcon {
    position: absolute;
    background-color: orange;
    border-radius: 20px;
    left: 45%;
    top: 10px;
    width: 20px;
    height: 20px;
    left: 45%;
    top: 10px;
    border: white solid 2px;
}
.item_holder .title {
    bottom: 32px;
    left: 0px;
    /*height: 48px;*/
    position: absolute;
    width: 100%;
    padding: 0 9px;
}
.item_holder .title h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  /*height: 18px;*/
  overflow: hidden;
  /*margin-bottom: 5px;*/
  line-height: 20px;
  /*height: 55px;*/
}
.item_holder .title span {
  /*height: 40px;*/
  /*font-size: 13px;*/
  line-height: 15px;
  /*letter-spacing: 1px;*/
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  color: #333;
  /*margin-bottom: 0px;*/
}
.item_holder .discountDiv {
    background-codislor: rgba(255,255,255,.43);
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0px;
}
.item_holder .priceInfo {
    background-color: rgb(245, 245, 245);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 30px;
}
.item_holder .storeLogo {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    z-index: 2;
}

.item_holder .discountRate {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: red;
    left: 15px;
    top: 4px;
}

.item_holder .discountRateOff {
    font-size: 14px;
    font-weight: normal;
    color: #313131;
}

.item_holder .discountRate .Special {
    font-size: 12px;
}

.item_holder .discountRateOff .Special {
    font-size: 11px;
}

.item_holder .productPrice {
    position: absolute;
    right: 15px;
    top: 4px;
    color: darkorange;
    font-weight: bold;
    font-size: 16px;
}

.myItem {
    background-image: url('/Content/Images/MyItemBg.png');
    background-size: 230px 260px;
    background-position: center;
    background-repeat: no-repeat;
}
.myListMenuCls {
    z-index: 100;
    background-color: #fbbf6f;
    border-bottom: 5px solid #895d0f;
    margin: 0px -15px 10px -15px;
    padding: 5px 10px 0px 15px;
    display: none;
    /*box-shadow: 2px 2px 10px #d4d4d4;*/
}
.myListMenuClsBg {
    z-index: 100;
    border-bottom: 2px solid rgba(205, 205, 205,0);
    margin: 0px -15px 10px -15px;
    padding: 5px 10px;
    display: none;
    /*box-shadow: 2px 2px 10px #d4d4d4;*/
}
.myListMenuBtn {
    background-color: rgba(0,0,0,0);
    color: #7d603a;
    font-size: 14px;
    padding: 4px 0 4px 15px;
}
.myListMenuBtn:hover {
    cursor: pointer;
    color: #000;
}
.myListMenuBtn:after {
    margin-left: 10px;
}

.myListMenuBtnDim:hover {
    cursor: default;
}
.editListBtnDiv {
    display: inline-block;
    overflow: hidden;
    height: 16px;
}
.editListBtnArrow {
    font-size: 23px;
    font-weight: bold;
}
.selCheckMyList {
    position: absolute;
    background-color: #fff;
    display: none;
    z-index: 4;
    font-size: 22px;
    top: 7px;
    left: 42%;
    padding: 5px 6px 2px 6px;
    border: solid 1px #c3c1c1;
    /*border-radius: 9px;*/
    box-shadow: 2px 2px 10px #d4d4d4;
}
.selCheckMyList:hover {
    color: #ffc06f;
    cursor: pointer;
}
.selCheckMyListOver {
    color: #ffc06f;
}
.selCheckDim {
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.myItem h5 {
    margin-top: 120px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
.myItem:hover {
    cursor: default;
}
.myItem .bottomDesc {
    line-height: 30px;
}
#owl-slider.col-md-12, #owl-partners.col-md-12 {
  padding: 0px;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 50%;
  top: -70px;
  right: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 35px;
  background-color: transparent;
  color: #c46e00;
  width: 20px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  padding: 0px;
}

/**new arrivals**/
.new-arrivals {
  position: relative;
}
.new-arrivals .item {
  padding: 0px 15px;
}

/**parallax**/
.parallax {
  padding: 100px 0;
  background: url(../images/bg/bg-2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.parallax h1 {
  color: #fff;
}
.parallax h1 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.media-item {
  margin-bottom: 30px;
}
.media-item img {
  float: left;
  margin-right: 20px;
}
.media-item .media-item-content {
  overflow: hidden;
}
.media-item .media-item-content h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.media-item .media-item-content h4 a {
  color: #333;
  font-size: 16px;
}
.media-item .media-item-content h4 a:hover {
  color: #c46e00;
}
.media-item .media-item-content ul li a {
  color: #c46e00;
}
.media-item .media-item-content ul li a:hover {
  color: #999;
}

/**partners**/
.partners {
  padding: 60px 0;
  background-color: #c46e00;
}
.partners .item {
  padding: 0px 15px;
}
.partners .owl-theme .owl-controls .owl-buttons div, .partners .section-heading {
  color: #fff;
}
.partners .section-heading {
  margin-bottom: 20px;
}

.newsletter {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.newsletter h3 {
  color: #000;
}
.newsletter .form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 13px;
  border: 2px solid #ddd;
}
.newsletter .error {
  color: red;
  border-color: red;
}
.newsletter .success {
  color: green;
  border-color: green;
}
.newsletter .newsletter-btn {
  padding: 12px 40px;
  background-color: #c46e00;
  color: #fff;
}

/**banner blocks**/
.blocks-main .blocks-col {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.blocks-main .blocks-col .block-overlay {
  position: absolute;
  left: 12%;
  bottom: 40px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 15px;
  width: 75%;
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-color: rgba(255, 255, 255, 0.8);
  backface-visibility: hidden;
}
.blocks-main .blocks-col .block-overlay:before {
  content: '';
  position: absolute;
  border: rgba(255, 255, 255, 0.3) solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all0 0.3s;
  -o-transition: all0 0.3s;
  -webkit-transition: all0 0.3s;
  transition: all0 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.blocks-main .blocks-col .block-overlay h4 {
  margin-bottom: 0px;
  color: #000;
}
.blocks-main .blocks-col .block-overlay p {
  margin: 0px;
  color: #666;
}
.blocks-main .blocks-col:hover .block-overlay:before {
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

/**sky form customize css**/
.sky-form {
  font-family: "Open Sans", sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sky-form footer {
  background-color: transparent;
  border: 0px;
  padding: 15px 30px 15px;
}
.sky-form a {
  color: #c46e00;
}

.sky-form-modal {
  z-index: 9999;
}
.sky-form-modal footer {
  background-color: #fff;
}

.sky-form-modal-overlay {
  z-index: 999;
}

.sky-form-login {
  margin-bottom: 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding: 15px 30px;
  padding-top: 30px;
  border: 1px solid #ddd;
}
.sky-form-login fieldset {
  background-color: transparent;
}
.sky-form-login .sky-form-modal fieldset {
  background-color: rgba(255, 255, 255, 0.9);
}
.sky-form-login h3 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
.sky-form-login h3 i {
  margin-right: 20px;
}

.login-register-aside-box {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding: 30px;
  border: 1px solid #ddd;
}
.login-register-aside-box h3 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.product-filter-block {
  padding: 10px 20px;
  margin-left: 0px;
  margin-bottom: 40px;
  background: #f5f5f5;
}
.product-filter-block li.active a {
  color: #c46e00;
}
.product-filter-block li a {
  display: block;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", serif;
}
.product-filter-block li a:hover {
  color: #c46e00;
}

.product-list {
  background: #f9f9f9;
  padding: 10px 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.product-list .product-list-thumb {
  border: 1px solid #ddd;
  background-color: #fff;
}
.product-list .product-list-thumb img {
  display: block;
  margin: 0 auto;
}
.product-list .product-list-desc {
  padding-bottom: 30px;
}
.product-list .product-list-desc .title {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
.product-list .product-list-desc .price {
  font-weight: 600;
  display: block;
  color: #666;
}
.product-list .product-list-desc .price del {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.product-list .product-list-desc .rating {
  display: block;
  margin-bottom: 10px;
}
.product-list .product-list-desc .rating a {
  color: #ef6464;
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
}
.product-list .product-list-desc .rating a:hover {
  color: #999;
}
.product-list .product-list-desc .icon-list:after {
  clear: both;
  content: "";
  display: table;
}
.product-list .product-list-desc .icon-list a {
  display: block;
  float: left;
}
.product-list .product-list-desc .icon-list a .fa-heart, .product-list .product-list-desc .icon-list a .fa-random {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c46e00;
  margin-right: -1px;
  text-align: center;
}
.product-list .product-list-desc .icon-list .btn-skin {
  margin-left: 20px;
}

/**bootstrap pagination**/
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #c46e00;
  border-color: #c46e00;
}
.pagination > .active > button, 
.pagination > .active > button:focus, 
.pagination > .active > button:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #c46e00;
    border-color: #c46e00;
}

/**sidebar**/
/*.sidebar-widget {
    padding: 0px 0px 30px 30px;
}*/
.sidebar-widget h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  color: #000;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.sidebar-widget .title {
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    color: #000;
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.sidebar-widget ul li {
  padding: 6px 0;
}
.sidebar-widget ul li a {
  color: #999;
}
.sidebar-widget .media .media-heading {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}
.sidebar-widget .media .my-media-heading {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  height: 30px;
  overflow: hidden;
}
.sidebar-widget .media .price {
  display: block;
  font-size: 14px;
}
.sidebar-widget .color-box {
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px;
  display: block;
}
.sidebar-widget .color-box.gray {
  background-color: #f5f5f5;
}
.sidebar-widget .color-box.black {
  background-color: #000;
}
.sidebar-widget .color-box.blue {
  background-color: #859cbc;
}
.sidebar-widget .color-box.yellow {
  background-color: #c8c258;
}
.sidebar-widget .color-box.red {
  background-color: #a30014;
}

/**cart page**/
.cart-table > thead > tr > th {
  color: #000;
  font-family: "Raleway", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-table > tbody > tr > td {
  vertical-align: middle;
}
.cart-table > tbody > tr > td.product-quantity input[type="number"] {
  width: 60px !important;
  height: 38px;
  padding: 0 5px 0 10px;
  margin: 0 10px 0 0 !important;
  display: block;
}
.cart-table > tbody > tr > td.product-price, .cart-table > tbody > tr > td.product-total, .cart-table > tbody > tr > td.product-name {
  font-size: 15px;
}

.coupon-row {
  padding: 10px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.coupon-row a {
  margin-top: 5px;
}

.coupon-form {
  position: relative;
}
.coupon-form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #f5f5f5;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.coupon-form button {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: center;
  background: #f5f5f5;
  padding: 4px 20px;
}

.cart-total h2 {
  color: #000;
}
.cart-total .table-condensed > tbody > tr > td {
  font-weight: 400;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
}
.cart-total .table-condensed > tbody > tr > td.total {
  color: #c46e00;
  font-family: "Raleway", serif;
  font-weight: 500;
}
.cart-total .table-condensed > tbody > tr > td a.shipping-calculate {
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  background-color: #777;
  margin-left: 10px;
}

.sky-checkout-form .sky-form fieldset + fieldset {
  border: 0px;
}
.sky-checkout-form .cart-total h2 {
  margin-bottom: 20px;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  text-transform: capitalize;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td.color {
  color: #c46e00;
}
.sky-checkout-form .cart-total .table-bordered tbody > tr > td.total {
  font-weight: 700;
  font-size: 16px;
}

.table-order-history .table-bordered tbody tr td {
  vertical-align: middle;
}
.table-order-history .label-success {
  color: #fff;
  margin-right: 5px;
  padding: 3px 7px;
}
.table-order-history .label-warning {
  color: #fff;
  padding: 3px 7px;
  margin-right: 5px;
}
.table-order-history .label-danger {
  color: #fff;
  padding: 3px 7px;
  margin-right: 5px;
}
.table-order-history .total-order {
  color: #c46e00;
  font-weight: 700;
}

.search-form {
  position: relative;
  margin-bottom: 20px;
}
.search-form .form-control {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}
.search-form .fa-search {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #aaa;
  font-size: 15px;
}

.table-wishlist tbody tr td {
  vertical-align: middle;
}
.table-wishlist .number {
  width: 70px !important;
  height: 40px;
  padding-left: 10px;
}

#contactForm {
  margin-top: 30px;
  margin-bottom: 20px;
}
#contactForm label {
  font-weight: 700;
}
#contactForm .form-control {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#contactForm .form-control:focus {
  border-color: #c46e00;
}
#contactForm .help-block ul {
  list-style: none;
  padding: 0px;
}
#contactForm .help-block ul li {
  color: #ef6464;
}

.single-product .single-product-slider {
  border: 1px solid #eee;
}
.single-product .single-product-slider .item img {
  display: block;
  margin: 0 auto;
}
.single-product .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  width: 50%;
  top: -10px;
  right: 10px;
}
.product-detail-photo {
    box-shadow: 2px 2px 10px #d4d4d4;
}
.product-detail-photo .storeLogo {
    position: absolute;
    top: 10px;
    left: 25px;
}
.product-detail-photo .prodPhoto {
    margin: 0 auto;
    padding: 20px 10px;
}
.product-detail-photo .savedItemIcon {
    position: absolute;
    border-radius: 13px;
    top: 3px;
    width: 26px;
    background-color: orange;
    left: 47%;
    top: 10px;
    border: white solid 2px;
}
.product-detail-desc .price {
  display: block;
  font-size: 22px;
  margin-bottom: 3px;
  font-weight: bolder;
}
.product-detail-desc .wasPrice {
  font-size: 19px;
  color: rgb(205, 0, 0);
}
.product-detail-desc .unitPrice {
  font-size: 15px;
  color: #8c8c8c;
}
.product-detail-desc .discountRate {
  color: red !important;
  font-weight: bold;
  margin-top: 20px !important;
  margin-bottom: 5px;

}
.product-detail-desc .savePrice {
  color: #6b6868 !important;
  font-size: 16px;
}
.product-detail-desc .btn-border {
  border: 1px solid #eee;
}
.product-detail-desc .rating {
  display: block;
}
.product-detail-desc .rating a {
  display: inline-block;
  margin-left: 10px;
}
.product-detail-desc .colors {
  margin-bottom: 10px;
}

.product-detail-desc .colors a {
  width: 20px;
  height: 20px;

  display: inline-block;
}
.product-detail-desc .colors a.light {
  background-color: #f5f5f5;
}
.product-detail-desc .colors a.blue {
  background-color: blue;
}
.product-detail-desc .colors a.red {
  background-color: red;
}
.product-detail-desc .colors a.yellow {
  background-color: yellow;
}
.product-detail-desc .colors span {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  top: -5px;
  position: relative;
}
.product-detail-desc .available {
  margin-bottom: 15px;
}

.product-detail-desc .size select {
  width: 60px;
  height: 30px;
}
.product-detail-desc .size select:focus {
  outline: 0;
}
.product-detail-desc .add-buttons a {
  width: 100%;
  margin-top: 15px;
}
.add-buttons .storeIcon {
  height: 19px;
  position: absolute;
  margin-top: -2px;
  margin-left: 2px;
}
.add-buttons .fa {
    margin-right: 4px;
}
.item-more-info .tab-content {
  padding-top: 30px;
}
.item-more-info .nav-justified > li > a {
  text-transform: uppercase;
  position: relative;
}
.item-more-info .nav-justified > li > a:after {
  position: absolute;
  width: 0;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #c46e00;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.item-more-info .nav-justified > li > a:hover {
  background-color: transparent;
}
.item-more-info .nav-justified > li > a:focus {
  background-color: transparent;
}
.item-more-info .nav-justified > li > a:focus:after {
  width: 100%;
}
.item-more-info .nav-justified > li.active a:after {
  width: 100%;
}
.item-more-info .media {
  margin-bottom: 35px;
}
.item-more-info .media-body p {
  margin-bottom: 5px;
}
.item-more-info .form-control {
  border: 2px solid #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 40px;
}

.similar-products {
  margin-top: 50px;
}
.similar-products #owl-slider.col-md-12 .item {
  padding: 0px 15px;
}

.search-widget {
  position: relative;
  padding: 8px;
  float: left;
}

    .search-widget .btn-submit {
        position: relative;
        left: -3px;
        top: -1px;
        color: #fff;
        background-color: #ffc06f;
        border-radius: 0;
        height: 30px;
    }
#sugestWordDiv {
    background-color: #efefef;
    position: absolute;
    width: 190px;
}
#sugestWordDiv ul {
    list-style: none;
    padding: 0;
    width: 100%;
    font-size: 13px;
    margin: 0;
}
#sugestWordDiv li {
    padding: 3px 10px;
}
#sugestWordDiv li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #cccccc;
}

.hotItem button {
  display: block;
  float: left;
  padding: 3px 10px;
  font-size: 13px;
  border: 1px solid rgba(86, 86, 86, 0.2);
  margin: 3px;
  text-transform: capitalize;
  color: #6d6c6c;
  background-color: #fcfcfc;
}
.gessLogo {
  height: 40px;
  margin-top: -9px !important;
}
.lineSpace {
  height: 10px;
}


.validation-summary-errors ul {
    list-style-type: none;
    padding: 5px;
}

.admLoading {
    display: none;
    width: 40px;
    height: 40px;
}
.refProduct {
    height: 50px;
    margin: 25px 0;
    background-color: #f5f5f5;
}
.refProduct h4 {
    position: absolute;
    padding: 15px;
    color: #707070;
}
.refProduct img {
    position: absolute;
    width: 50px;
    padding: 10px;
    right: 10px;
}
.prodViewTitle {
    /*position: absolute;*/
}
#refpLoading img {
}
/** Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(85, 85, 85, 0.60);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 40px;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 15px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 15%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(85, 85, 85, 0.60) transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/** Tooltip End*/

#postCodeLoading {
    height: 36px;
    position: absolute;
    right: 38px;
    top: 1px;
    display: inline-block;
}
#noCatalogue {
    display: none;
    margin-top: 5px;
    color: #b94141;
    margin-bottom: 10px;
}
#sucessMsg {
    margin-top: 5px;
    color: #0a116e;
    display: none;
}
/**
 * autocompletor styles
 */
.autocompletor {
    width: 100%;
    /*background: #dddddd;*/
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
}

.autocompletor-list {
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    box-shadow: 2px 2px 10px #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompletor-item-selected {
    background: #ffffff;
}

.autocompletor-item {
    padding: 6px 12px;
    color: #444444;
    font-size: 12px;
    cursor: pointer;
    border-bottom: solid;
    border-color: #e2e2e2;
}


.autocompletor-item-no {
    padding: 6px 12px;
    color: #ff4646;
    font-size: 15px;
    cursor: pointer;
}

.autocompletor-item:hover {
    color: #ff621a;
    background-color: #e2e2e2;
}
.selFilter {
    color: #c46e00 !important;
    /*font-weight: 600 !important;*/
}
.searchCond {
    color: rgba(207, 207, 207, 1);
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
}
.searchResult {
    font-size: 14px;
    text-transform: none;
}
.pagination > li > button, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.4285;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: "Open Sans", sans-serif;
}

.pagination > li > button:focus, .pagination > li > button:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.product-single .storeLogo {
    position: absolute;
    left: 20px;
    top: 10px;
}
/*#savedItemIconId {
    position: absolute;
    background-color: orange;
    border-radius: 20px;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
}*/
.endSale {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 2;
    /*background-image: url(/Content/Images/endSaleBg.png);*/
}
.endSale span {
    position: absolute;
    top: 20%;
    right: 0;
    padding: 5px 8px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px 0 0 6px;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.checkout {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 2;
}
.checkout span {
    position: absolute;
    top: 30%;
    right: 0;
    padding: 5px 20px;
    color: #4f4f4f;
    background-color: #00000047;
    border-radius: 6px 0 0 6px;
    font-weight: 300;
    font-size: 18px;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
}
.specialType {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    padding: 6px 6px;
    color: #d07200;
    background-color: rgba(210, 210, 210, 0.45);
    border-bottom-left-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    text-align: right;
}
.specialType .weekly {
    color: #c46e00;
}
.specialType .online {
    color: #FF5722;
}
.topMenuOn {
    color: #535353 !important;
    font-weight: bold !important;
    background-color: #f5f5f5;
}
.savingAmount {
    font-family: "Raleway", serif;
    font-size: 18px;
    color: #3f94bf;
}
.savingAmount span {
    font-size: 26px;
    font-weight: 600;
    color: #ec9900;
    vertical-align: bottom;
}
.col-md-8 .alert {
    font-size: 16px;
    margin: 0 -15px 20px -15px;
    padding: 10px;
}
.col-md-6 .alert {
    font-size: 16px;
}
.adj_alert_margin {
    margin-left: 10px;
    margin-right: 10px;
}
.sky-form .button {
    background-color: #c46e00;
}
.pad5px {
    padding: 5px !important;
    color: red;
}
.setLocalStore h3 {
    margin-bottom: 20px;
}
.setLocalStore h6 {
    margin: 10px 5px 2px 0;
}
.setLocalStore ul li a {
    padding: 2px 5px !important;
}
.side-mylist-img {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: 200% auto;
    border: 1px solid #eee;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 2px 2px 5px #7e7e7e;
    display: inline-block;
}
.media-body a {
    font-size: 11px;
}
.sidebar-widget h5 {
    text-align: left;
    line-height: 20px;
    margin-left: 5px;
    color: #7a7a7a;
}
.sidebar-widget h5 span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.sidebar-widget h3 span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #1b1a1a
}
.disclaimer {
    margin-top: 15px;
    background-color: #efefef;
    font-size: 13px;
    color: #747474;
    line-height: 18px;
    padding:10px;
}
#remconfirm {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #eee;
    display: none;
}
.TermsNcond {
    font-size: 13px;
    line-height: 18px;
}
.TermsNcond div {
    margin-left: 13px;
    margin-top: 8px;
}
.TermsNcond p {
    margin-left: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-indent: -24px;
}
.TermsNcond .noIndent {
    margin-left: 0 !important;
    text-indent: 0 !important;
}
.TermsNcond h5 {
    margin-top: 15px !important;
}
.TermsNcond h3 {
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    /*padding: 10px 20px 30px 0;*/
    margin-bottom: 30px;
}
.TermsNcond .indent1 {
    margin-left: 61px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-indent: -34px;
}
.TermsNcond .indent11 {
    margin-left: 56px;
}
.TermsNcond .indent2 {
    margin-left: 46px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-indent: 0;
}
.TermsNcond span {
    margin-top: 6px;
    margin-bottom: 6px;
}
.multiPrice {
    color: #313131;
    font-size: 13px;
    font-weight: normal;
    vertical-align: bottom;
}
.multiBuy {
    font-weight: 600;
    font-size: 20px;
    color: #767676;
}
.wasUnitPrice {
    font-size: 14px;
    font-weight: normal;
}
.pImgInList {
    max-height: 200px;
}
#logContainer p {
    margin: 0;
}
.validFor {
    text-align: center;
    margin-top: 10px;
    color: #636363;
    font-size: 15px;
}

.cntMgrLabel 
{
    width: 90px;
    text-align: right;
    padding-right: 10px;
}
.admBtn {
    width: 100%;
    color: #fe900b;
    background-color: rgba(255, 255, 255, 0);
    margin: 5px 0px;
}
.admSetTitle {
    margin-bottom: 20px;
    margin: 15px 0px;
    font-weight: bold;
    text-align: center;
    background-color: orange;
}
.admSetSubTitle {
    margin-bottom: 20px;
    margin: 13px 0px;
    font-weight: bold;
    background-color: #fefefe;
    text-align: center;
}
.selLocSto {
    background-color: orange;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    margin-top: -3px;
}
.bannerHeader1 {
    font-family: 'Raleway', serif;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding: 10px 10px 10px 10px;
    background-color: rgba(0,0,0,.3);
    left: -15px;
    top: 120px;
    display: inline-block;
    text-transform: uppercase;
}
.bannerHeader2 {
    font-family: 'Raleway', serif;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255,255,255,.3);
    left: -15px;
    top: 120px;
    display: inline-block;
}
.bannerHeader3 {
    font-family: 'Raleway', serif;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding: 10px 10px 10px 10px;
    background-color: rgba(0,0,0,.3);
    top: 120px;
    left: -15px;
    display: inline-block;
}

/**footer
.footer {
    padding: 60px 0;
    background-color: #333;
}

.footer h2 {
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.footer p {
    color: #bbb;
}

.footer p a:hover {
    color: #ffb05f;
}

.footer ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer ul li {
    padding: 0px;
}

.footer ul li a {
    display: block;
    width: 60px;
    margin: 5px 0;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #222;
    color: #aeaeae;
}
.footer ul li a:hover {
    color: #fff;
    background-color: #c46e00;
}
**/

.footer {
    padding: 60px 0;
    background-color: #333;
}

    .footer h3 {
        color: #eee;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 16px;
    }

.footer p {
    color: #bbb;
    margin-bottom: 20px;
    line-height: 24px;
}
.footer p a:hover {
    color: #ffb05f;
}


.footer ul.social-footer li {
    padding: 0px 3px;
}

.footer ul.social-footer li a {
    display: block;
    color: #fff;
    font-size: 20px;
    color: #aaa;
}

.footer ul.social-footer li a:hover {
    color: #c46e00;
}

.footer .media .media-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
}

    .footer-col h3:first-letter {
        border-bottom: 1px solid #bbb;
    }

.footer-col p {
    color: #b8b8b8;
    font-size: 13px;
}

.ad300250 {
    width: 300px;
    height: 250px;
}
.RightAdDiv {
    margin-left: 0px;
    text-align: center;
}
.gessLogo {
    height: 36px;
    margin-top: 5px;
    margin-left: 10px;
}
.navbar-brand {
    padding: 10px 0 0 10px;
}

@media (max-width: 400px) {
    .sky-form {
        width: 300px;
    }
    .sky-form header {
        padding: 15px 20px;
    }

    .sky-form fieldset {
            padding: 25px 20px 5px;
    }
}