.footer-btm p {
  float: left;
  width: 100%;
  }
.btn-primary {
  color: #fff;
  background-color: #bd2222 !important;
  border-color: #bd2222 !important; }

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

@font-face {
  font-family: 'robotoblack';
  src: url("../fonts/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.clear {
  clear: both; }

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoitalic';
  src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotomedium';
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotothin';
  src: url("../fonts/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Satisfy';
  src: url("../fonts/Satisfy.eot");
  src: url("../fonts/Satisfy.eot?#iefix") format("embedded-opentype"), url("../fonts/Satisfy.woff") format("woff"), url("../fonts/Satisfy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }

img {
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0px; }

p {
  margin: 0px;
  font-size: 14px;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

a:hover {
  text-decoration: none; }

body {
  color: #333;
  font-family: 'robotoregular'; }

.header-phone ul {
  float: left;
  width: 100%; }

.header-phone ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  font-size: 13px;
  color: #333333;
  margin-right: 22px; }

.header-phone ul li:last-child {
  margin-right: 0px; }

.header-phone ul li i {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 17px;
  color: #bd2222; }

.header-login ul {
  float: right;
  text-align: right; }

.header-login ul li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
  padding-right: 15px; }

.header-login ul li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.header-login ul li a {
  font-size: 13px;
  color: #333333; }

.header-login ul li a i {
  margin-left: 5px; }

.top-header {
  border-bottom: 1px solid #ddd;
  padding: 12px 0; }

.header-search-main {
  float: left !important;
  width: 100% !important;
  border-radius: 50px;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid #dddddd !important;
  background: #f5f5f5;
  padding-right: 56px !important;
  margin-top: 20px ; }

.header-search-main input {
  float: left !important;
  width: 60% ;
  border: none !important;
  height: 48px !important;
  padding-left: 24px !important;
  font-size: 14px !important;
  color: #333;
  border-right: 1px solid #ddd !important;
  background: #f5f5f5 ; }

.hide
{
    display:none !important;
}
.show{
    display:block !important;
}

.header-search-main select {
  float: left;
  width: 40%;
  border: none;
  height: 48px;
  font-size: 14px;
  padding-left: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/caret.png) no-repeat;
  background-position: 95% 21px; }

.header-search-main button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #bd2222;
  border: none;
  height: 50px;
  width: 55px;
  text-align: center; }

.logo-outer-main {
  padding: 17px 0px; }

.header-search-main button i {
  color: #fff;
  font-size: 22px; }

.header-cart-outer {
  text-align: right;
  margin-top: 27px; }

.header-cart-outer span {
  display: inline-block;
  vertical-align: middle; }

.header-cart {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.header-cart i {
  font-size: 35px;
  color: #c1c1c1; }

.cart-no {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #bd2222;
  height: 21px;
  width: 21px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: 'robotobold'; }

header {
  background: #bd2222;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99; }


.header-cate-outer {
  background: #b32835;
  position: relative; }

._promocode {
    background-color: #237579 !important;
}

._promocode {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    /*margin: 25px 0;*/
    width: 100%;
    height: 100%;
}

.promo_area {
    border: 2px dashed #fff;
    position: relative;
    padding: 20px 0px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
}
.promo_area h4 {
  margin-top: 15px;
  font-size: 12px;
}
.promo_area h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 6px;
  word-break: break-word;
}
.promo_area p {
    color: #fff;
    text-transform: capitalize;
}
.gcard-detail {
    border: 1px solid #c4c4c4;
    padding: 6px;
    border-radius: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gift-desc.dtl-ryt-point {
    margin-top: 20px;
}
.gift-desc.dtl-ryt-point h3 {
    margin-bottom: 20px;
}
.gcard-detail img {
    border-radius: 8px;
    background-color: #eee;
    /*object-fit: cover;*/
    /*height: 100%;*/
    /*width: 100%;*/
}
.gcard-detail .promo_area img {
    background-color: transparent;
}
table.cart-table-list tbody tr td {
    vertical-align: middle;
    padding: 10px;
}
.cart-table-list a.cart-prod-image {
    border: 1px solid #dcdcdc;
    padding: 8px;
    float: left;
    width: 142px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctr_img {
    position: absolute;
    width: 18px;
    right: -10px;
    bottom: 18px;
}
._actions {
    position: absolute;
    top: -14px;
    right: 8px;
    text-align: center;
}
._actions li {
    background-color: #237579 !important;
}
._actions li {
    display: inline-block;
    margin: 0 0px;
    border: 1px solid #fff;
    width: 28px;
    height: 28px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #f374b8;
    box-shadow: 0px 0px 4px #656565;
}
._actions li a {
    display: block;
}
._actions li i {
    font-family: fontawesome;
    color: #fff;
    font-style: normal;
}

.header-cate-outer i {
  color: #ffffff;
  font-size: 18px;
  left: 24px;
  position: absolute;
  top: 20px; }

.header-cate-outer select {
  float: left;
  width: 100%;
  height: 58px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 30px;
  font-family: 'robotobold'; }

.navigation-outer nav {
  background: transparent;
  margin: 0px;
  border: none; }

.navigation-outer nav.navbar-default ul.navbar-nav li a {
  color: #fff;
  font-size: 15px;
  font-family: 'robotobold';
  text-shadow: none;
  padding: 19px 28px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  opacity: 0.8; }

.navigation-outer nav.navbar-default ul.navbar-nav li a:hover {
  opacity: 0.8; }

.banner-outer {
  float: left;
  width: 100%; }

.banner-outer .carousel-inner img {
  width: 100%; }

.banner-outer .carousel-caption h4 {
  font-size: 31px;
  color: #bd2222;
  font-family: 'Satisfy';
  position: relative; }

.banner-outer .carousel-caption h4::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 0px;
  bottom: -15px;
  background: #bd2222; }

.banner-outer .carousel-caption h5 {
  font-size: 41px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 23px; }

.banner-outer .carousel-caption {
  bottom: 0px;
  text-align: left;
  left: 13%;
  top: 0px;
  margin: auto;
  height: 151px;
}
.link-product-outer {
  background: #bd2222;
  float: left;
  position: relative;
  top: -1px;
  width: 100%; }

.link-product-outer a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'robotomedium';
  padding: 18px 0; }

.link-product-outer a:hover {
  opacity: 0.8; }

.product-slider h4 {
  float: left;
  width: 100%;
  font-size: 27px;
  color: #333333;
  font-family: 'robotomedium';
  text-transform: uppercase;
  margin-bottom: 22px; }

.product-slider .owl-carousel .owl-stage-outer {
  float: left;
  width: 100%; }

.pro-slide-outer {
  border: 1px solid #dddddd;
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  /* width: 100%;  */
}

.pro-img {
  float: left;
  width: 100%; }

.pro-img img {
  float: left;
  width: 100%; }

.pro-slide-content {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding-top: 41%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px); }

.pro-slide-outer:hover .pro-slide-content {
  transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px); 
  left: 0px;
}

.pro-slide-content h4 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'robotomedium';
  text-transform: capitalize;
  margin: 0; }

.pro-slide-content h5 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  margin: 10px 0; }

.star-rating {
  float: left;
  width: 100%;
  text-align: center; }

.star-rating i {
  font-size: 15px;
  color: #ffbe00; }

.pro-slide-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.pro-slide-btn a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'robotobold';
  padding: 12px 22px; }

.pro-slide-btn a:hover {
  opacity: 0.8; }

.product-slider {
  float: left;
  margin: 60px 0 10px;
  width: 100%; }

.owl-dots {
  display: none; }

.owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
  height: 40px;
  width: 40px; }

.owl-carousel {
  position: relative;
  float: left;
  width: 100%; }

.owl-nav {
  bottom: 0;
  height: 0px;
  margin: auto !important;
  position: absolute;
  top: -64px;
  width: 100%; }

.owl-next {
  float: right;
  position: relative;
  right: -25px;
  background: url(../images/arrow-right.png) no-repeat center center #fff !important; }

.owl-prev {
  float: left;
  position: relative;
  left: -25px;
  background: url(../images/arrow-left.png) no-repeat center center #fff !important; }

.owl-theme .owl-nav .owl-prev:hover {
  background: url(../images/arrow-left-hover.png) no-repeat center center #bd2222 !important; }

.owl-theme .owl-nav .owl-next:hover {
  background: url(../images/arrow-right-hover.png) no-repeat center center #bd2222 !important; }

.offer-outer {
  float: left;
  padding-left: 265px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}

.offer-deal {
  left: 0;
  position: absolute;
  top: 0px; }

.pro-wh-outer {
  float: left;
  width: 100%; }

.pro-wh-img {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
margin-bottom: 10px;}

.pro-wh-img img {
 
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  width: auto !important; }

.pro-wh-outer p {
  float: left;
  width: 100%; }

.pro-wh-outer .star-rating {
  margin-bottom: 4px;
  margin-top: 7px;
  text-align: left;
  color: #bd2222; }

.pro-rate-outer {
  float: left;
  text-align: left;
  width: 100%; }

.pro-rate-outer strike {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #b9b9b9; }

.pro-rate-outer h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
  margin: 0 6px; }

.pro-rate-outer span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #bd2222;
  text-transform: uppercase;
  border: 1px solid #bd2222;
  font-family: 'robotomedium';
  padding: 3px 5px; }

.tranding-left {
  background: #bd2222;
  padding: 30px 10px;
  float: left; }

.tranding-left h5 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 28px;
  padding: 0px 20px; }

.tranding-left ul {
  float: left;
  width: 100%; }

.tranding-left ul li {
  float: left;
  width: 100%; }

.tranding-left ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 11px 20px; }

.tranding-left ul li a:hover {
  opacity: 0.8; }

.tranding-middle {
  border: 1px solid #dddddd;
  float: left;
  min-height: 402px;
  width: 46%; }

.phone2 {
  border-bottom: 15px solid #ffffff;
  float: left;
  width: 100%; }

.trading-right {
  float: right;
  width: 27.3%; }

footer {
  float: left;
  width: 100%;
  background-color: #333333;
  padding: 60px 0px; }

.footer-inner {
  float: left;
  width: 100%; }

.footer-div1 {
  float: left;
  width: 25%;
  height: auto;
  padding-right: 5%; }

.footer-div1 h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'robotobold';
  border-bottom: 1px solid #98989e; }

.footer-div1 h4 span {
  border-bottom: 3px solid #bd2222;
  position: relative;
  float: left;
  top: 2px;
  padding-bottom: 14px; }

.footer-div1 ul {
  float: left;
  width: 100%;
  margin-top: 12px; }

.footer-div1 ul li {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  color: #eeeeee;
  margin-bottom: 8px; }

.footer-div1 ul li:last-child {
  margin-bottom: 0px; }

.footer-div1 ul li a {
  width: auto;
  color: #fff;
  font-size: 14px;
  color: #eeeeee;
  display: inline-block; }

.footer-div1 ul li a:hover {
  opacity: 0.8; }

.map-imag-footer {
  float: left;
  width: 100%;
  border: 5px solid #fff; }

.map-imag-footer img {
  float: left;
  width: 100%; }

.no-padding {
  padding: 0px !important; }

.footer-inp {
  border-radius: 5px;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.footer-inp input {
  background-color: #ffffff;
  border: medium none;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding-left: 12px;
  width: 100%;
  font-size: 14px; }

.footer-inp button {
  background-color: #bd2222;
  border: medium none;
  color: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px; }

.footer-div1 p {
  font-size: 14px;
  color: #fff; }

.footer-btm {
  float: left;
  width: 100%;
  background-color: #242424;
  padding: 10px 0; }

.footer-btm p {
  color: #eeeeee;
  float: left;
  font-size: 13px;
  margin-top: 6px; }

.footer-sol {
  float: right;
  width: auto; }

.footer-sol p {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px; }

.footer-sol ul {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.footer-sol ul li {
  display: inline-block;
  vertical-align: middle; }

.footer-sol ul li a {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 7px 0;
  margin-left: 2px; }

.footer-sol ul li a.sol1 {
  background-color: #3c579a; }

.footer-sol ul li a.sol2 {
  background-color: #01aded; }

.footer-sol ul li a.sol3 {
  background-color: #cc001d; }

.footer-sol ul li a.sol4 {
  background-color: #956841; }

.footer-sol ul li a:hover {
  opacity: .5; }

.border-top {
  float: left;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 20px; }

.result-header {
  background: #f6f6f5;
  border-bottom: 1px solid #dddddd;
  padding: 14px 0; }

.listing-outer {
  float: left;
  padding: 0;
  width: 100%; }

._price_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

strike.price {
  font-size: 16px;
  color: #808080;
  margin-right: 15px;
}

h6.price {
  font-size: 20px;
}

.sidebar-outer h4 {
  float: left;
  width: 100%;
  color: #fff;
  background: #bd2222;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'robotobold';
  padding: 16px 0; }

.result-header {
  background: #f6f6f5 none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  float: left;
  padding: 14px 0;
  width: 100%; }

.listing-sidebar {
  float: left;
  width: 100%;
  padding: 16px; }

.listing-sidebar h5 {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 8px; }

.listing-sidebar ul {
  float: left;
  width: 100%;
  margin: 0px; }

.listing-sidebar ul li {
  float: left;
  width: 100%;
  margin: 4px 0; }

.listing-sidebar ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333; }

.listing-sidebar ul li a span {
  color: #888888 !important; }

.listing-sidebar ul li a:hover {
  opacity: 0.8; }

.listing-sidebar h5 i {
  font-size: 18px;
  line-height: 15px;
  margin-right: 2px; }

.listing-sidebar ul li a i {
  font-size: 12px;
  margin-right: 2px; }

.bold-font {
  font-family: 'robotobold' !important; }

.sidebar-seemore {
  float: left;
  width: 100%;
  margin-top: 3px; }

.sidebar-seemore button {
  float: left;
  width: auto;
  font-size: 14px;
  color: #333;
  border: none;
  background: transparent; }

.sidebar-seemore button:hover {
  opacity: 0.8; }

.sider-bar-heading {
  float: left;
  width: 100%;
  background: #eeeeee; }

.sider-bar-heading span {
  float: left;
  width: 100%;
  font-size: 15px;
  font-family: 'robotobold';
  padding: 13px 16px; }

.listing-sidebar ul li input[type=checkbox] {
  margin-right: 3px; }

#slider12a .slider-track-high, #slider12c .slider-track-high {
  background: #bd2222; }

#slider12b .slider-track-low, #slider12c .slider-track-low {
  background: #bd2222; }

#slider12c .slider-selection {
  background: #333; }

.slider-handle {
  background: #333 !important; }

.slider.slider-horizontal .slider-track {
  height: 6px !important;
  margin-top: -2px !important; }

.slider.slider-horizontal {
  width: 100%; }

.range-details {
  float: left;
  width: 100%;
  margin-top: 5px; }

.range-details h3 {
  float: left;
  width: auto;
  font-size: 14px;
  color: #333; }

.range-details span {
  float: right;
  width: auto;
  font-size: 14px;
  color: #333; }

.range-inp {
  float: left;
  width: 100%;
  margin-top: 12px; }

.range-inp input {
  float: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  height: 40px;
  width: 34%;
  padding-left: 12px; }

.range-inp span {
  display: inline-block;
  vertical-align: middle;
  background: #9e9e9e;
  height: 1px;
  width: 8px;
  margin: 0 2px; }

.range-inp button {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  height: 40px;
  width: 20%;
  margin-left: 2%; }

.range-inp button:hover {
  opacity: 0.8; }

.listing-sidebar ul li span {
  color: #888888; }

.listing-sidebar.star-rating {
  text-align: left; }

.listing-sidebar ul li h6 {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: auto; }

.rating-color {
  color: #d4d4d4 !important; }

.side-hidden {
  display: none; }

.tv-outer {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 192px;
  border: 1px solid #cacaca;
  padding: 10px;
  border-radius: 6px; 
}

.tv-outer.gcard-list {
    height: 192px;
}

.gcard-list > img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    background-color: #eee;
}

.mb-20 {
    margin-bottom: 20px;
}

.listing-containor {
  float: left;
  width: 100%;
  background: #f6f6f5;
  padding: 11px; }

.listing-inner-wh {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd; }

.listing-inner-wh a {
  font-size: 14px;
  color: #333; }

.listing-inner-wh a:hover {
  opacity: 0.8; }

.listing-inner-wh .star-rating {
  margin-bottom: 4px;
  margin-top: 5px;
  text-align: left; }

.listing-inner-wh:first-child {
  padding-top: 15px; }

.no-border {
  border-bottom: none !important; }

.listing-load {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0px; }

.comman-btn {
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background: #bd2222;
  padding: 12px 20px;
  font-family: 'robotomedium';
  display: inline-block;
  border: medium none; }

.comman-btn:hover {
  opacity: 0.8; }

.siderbar-border {
  float: left;
  width: 100%;
  border: 1px solid #ddd; }

/*******************details*********************/
.details-outer {
  float: left;
  width: 100%;
  padding: 60px 0 50px; }

.show-div {
  width: 400px;
  height: 200px;
  display: inline-block; }

.details-top-right h4 {
  font-size: 22px;
  color: #333;
  font-family: 'robotomedium';
  line-height: 27px; }

.details-top-right .star-rating {
  margin-bottom: 7px;
  margin-top: 7px;
  text-align: left; }

.details-price {
  float: left;
  width: 100%; }

.dtl-pri-ul {
  float: left;
  width: 100%; }

.details-price ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px; }

.dtl-pri-ul li strike {
  font-size: 14px;
  color: #888888; }

.dtl-pri-ul li span {
  font-size: 16px;
  color: #bd2222;
  font-family: 'robotobold'; }

.dtl-pri-ul li h6 {
  display: inline-block;
  width: auto;
  font-family: 'robotobold';
  font-size: 16px;
  color: #333; }

.detail-model-outer {
  float: left;
  margin-bottom: 14px;
  margin-top: 10px;
  width: 100%; }

.detail-model-outer ul {
  float: left;
  width: 100%; }

.detail-model-outer ul li {
  border: 1px solid #dddddd;
  float: left;
  margin: 8px 15px 8px 0;
  padding: 5px 5px 14px;
  width: auto; }

.detail-model-outer ul li h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333; }

.detail-model-outer ul li h5 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333; }

.dtl-ryt-point {
  float: left;
  width: 100%; }

.dtl-ryt-point ul {
  float: left;
  width: 100%; }

.dtl-ryt-point ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333;
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px; }

.dtl-ryt-point ul li::after {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  background: #adadad;
  content: ""; }

.detail-cart {
  float: left;
  width: 100%;
  margin-top: 15px; }

.detail-cart a i {
  font-size: 18px;
  position: relative;
  top: 1px; }
.register-form-class > .login-inner > .cart-input > .show-hide-icon{

    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  
}
.tab-outer {
  float: left;
  width: 100%; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  opacity: 0.8;
  font-size: 16px;
  color: #fff !important;
  font-family: 'robotomedium';
  background: #bd2222; }

.tab-outer .nav > li > a {
  padding: 12px 26px;
  color: #333;
  font-size: 16px;
  font-family: 'robotomedium';
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.xactive {
  border: 1px solid #bd2222; }

.font-green {
  color: #bd2222 !important; }

span.font-green {
  color: #bd2222 !important; }

.btn.green {
  background-color: #bd2222 !important;
  border-color: #bd2222 !important;
  color: #fff; }

.btn.red {
  background-color: #bd2222 !important;
  border-color: #bd2222 !important; }

.tab-content > .tab-pane {
  padding: 20px; }

.tab-content > .tab-pane p {
  margin-bottom: 20px; }

.product-slider.recent-pro .offer-outer {
  padding: 0px; }

.product-slider.recent-pro {
  margin-top: 30px; }

.product-slider.recent-pro .border-top {
  margin-bottom: 50px; }

.dtl-tab-main {
  float: left;
  width: 100%; }

.detail-model-outer ul li:hover {
  opacity: 0.8; }

.detail-model-outer ul li:hover h4 {
  color: #fff; }

.detail-model-outer ul li:hover h5 {
  color: #fff; }

.detail-model-outer ul li.active {
  background: #cc3341;
  border: 1px solid #cc3341; }

.detail-model-outer ul li.active h4 {
  color: #fff; }

.detail-model-outer ul li.active h5 {
  color: #fff; }

.result-header p i {
  font-size: 16px;
  margin-right: 2px; }

.cart-outer {
  float: left;
  padding: 60px 0 30px;
  width: 100%; }

.table table {
  width: 100%; }

.table table tr th {
  background: #bd2222;
  color: #fff;
  font-size: 18px;
  font-family: 'robotomedium';
  padding: 15px 22px; }

.table table tr {
  border-bottom: 1px solid #ddd; }

.table table tr td {
  vertical-align: top;
  padding: 25px 14px; }

.table table tr td p {
  font-size: 20px;
  font-family: 'robotomedium';
  color: #333; }

.table table tr td h4 {
  font-size: 14px;
  color: #666;
  margin: 3px 0; }

.table table tr td h5 {
  font-size: 14px;
  color: #666; }

.table table tr td h6 {
  font-size: 14px;
  color: #666;
  margin: 5px 0; }

.table table tr td button {
  background: transparent;
  border: none;
  color: #bd2222;
  font-size: 15px;
  font-family: 'robotoblack'; }

.table table tr td span {
  font-size: 15px;
  color: #bd2222;
  font-family: 'robotoblack'; }

.table table tr td select {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #333333;
  font-family: "robotomedium";
  font-size: 16px;
  padding: 8px 15px; }

.cart-total {
  float: left;
  width: 100%;
  margin-top: 30px; }

.cart-total p {
  font-size: 18px;
  color: #333333;
  font-family: "robotomedium";
  margin-top: 11px; }

.cart-total input {
  float: left;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 52px;
  padding-left: 12px; }

.table-res {
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  overflow: auto;
  width: 100%; }

.sub-total-tbl table {
  width: 100%; }

.sub-total-tbl table tr th {
  width: 50%;
  font-size: 16px;
  color: #333333;
  background: #f5f5f5;
  font-weight: normal;
  border-right: 1px solid #ddd;
  padding: 15px 22px; }

.sub-total-tbl table tr td {
  font-size: 18px;
  color: #333333;
  font-family: 'robotobold';
  width: 50%;
  padding: 15px 22px; }

.sub-total-tbl table tr {
  border-bottom: 1px solid #ddd; }

.sub-total-tbl table tr:last-child {
  border-bottom: none; }

.detail-cart.Proceed-checkout {
  margin-top: 30px;
  text-align: right; }

.cart-empty-msg {
  float: left;
  width: 100%; }

.cart-empty-msg h2 {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  display: block;
  font-size: 22px;
  font-weight: normal;
  padding: 50px 0;
  text-align: center;
  width: 100%; }

.cart-dtl-outer {
  float: left;
  width: 100%;
  padding: 60px 0px; }

.cart-dtl-outer ul {
  float: left;
  width: 100%; }

.cart-dtl-outer ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.cart-dtl-header {
  float: left;
  width: 100%;
  background: #bd2222;
  padding: 20px; }

.cart-dtl-header h4 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: 'robotomedium'; }

.cart-dtl-inner {
  border: 1px solid #dddddd;
  float: left;
  padding: 25px 20px;
  width: 100%; }

.cart-dtl-left h5 {
  float: left;
  width: 100%;
  color: #333;
  font-size: 22px;
  font-family: 'robotomedium'; }

.cart-dtl-left h6 {
  float: left;
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-bottom: 9px;
  margin-top: 12px; }

.cart-dtl-radio {
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.cart-dtl-radio input {
  display: inline-block;
  margin: 0 2px 0 0;
  position: relative;
  top: -1px;
  vertical-align: middle; }

.cart-dtl-inner .cart-dtl-radio p {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 12px; }

.cart-dtl-left-last {
  float: left;
  width: 100%;
  margin-top: 6px; }

.cart-input {
  float: left;
  width: 100%;
  height: 80px; }

.cart-input input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 52px;
  padding-left: 12px;
  width: 100%; }

.height-auto {
  height: auto !important; }

.cart-input a {
  float: left;
  color: #333; }

.cart-input.height-auto {
  position: relative;
  top: -5px; }

.cart-input span {
  font-size: 12px;
  color: red; }

.cart-dtl-header.disable {
  background: #f5f5f5;
  border: 1px solid #ddd; }

.cart-dtl-header.disable h4 {
  color: #acacac; }

.cart-dtl-inner.billing-dtl .cart-dtl-left h5 {
  margin-bottom: 20px; }

.cart-dtl-inner.billing-dtl .detail-cart {
  margin-top: 0px; }

.cart-input select {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 52px;
  padding-left: 12px;
  width: 100%; }

.cart-textarea {
  float: left;
  width: 100%; }

.cart-textarea textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 185px;
  padding: 12px;
  width: 100%; }

.cart-dtl-inner.pay-meth .cart-dtl-radio input {
  top: 0px; }

.cart-dtl-inner.pay-meth h6 {
  font-size: 18px;
  color: #333333;
  font-family: 'robotomedium';
  float: left;
  width: 100%;
  margin-bottom: 17px; }

.cart-dtl-inner.pay-meth .cart-dtl-radio {
  margin-bottom: 15px;
  margin-top: 10px;
}

.cart-dtl-inner.pay-meth .detail-cart {
  text-align: left; }

.cart-dtl-inner.pay-meth .detail-cart p {
  float: none;
  display: inline-block;
  vertical-align: middle; 
  margin-bottom: 15px;
}

.cart-dtl-inner.pay-meth .detail-cart p span {
  font-family: 'robotoblack'; }

.cart-dtl-inner.pay-meth .detail-cart input {
  display: inline-block;
  float: none;
  margin: 0 6px;
  position: relative;
  top: 1px;
  vertical-align: middle; }

.inner-table tr th {
  color: #fff;
  font-size: 16px;
  font-family: 'robotomedium';
  background: #333333;
  font-weight: normal;
  padding: 16px 18px !important; }

.inner-table tr td {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 18px !important; }

.inner-table {
  border: 1px solid #ddd; }

.cart-dtl-inner .sub-total-tbl {
  margin-top: 20px; }

.my-acc-outer {
  float: left;
  width: 100%;
  padding: 60px 0px; }

.result-header ol.breadcrumb {
  margin: 0;
  padding: 0; }

.result-header ol.breadcrumb li a {
  color: #333333; }

.result-header ol.breadcrumb li {
  color: #888888; }

.breadcrumb > li + li::before {
  color: #333333; }

.my-acc-side-left h2 {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #bd2222;
  font-family: 'robotobold';
  margin-bottom: 18px; }

.my-acc-user {
  float: left;
  padding-left: 47px;
  padding-top: 3px;
  position: relative;
  width: 100%;
  margin-bottom: 25px; }

.my-user-img {
  background: #656565;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px; }

.my-acc-user h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  font-family: 'robotoblack';
  margin-bottom: 2px; }

.my-acc-user h5 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888888;
  font-weight: normal; }

.my-acc-user i {
  color: #ffffff;
  font-size: 22px;
  line-height: 38px; }

.sidebar-cont {
  border-top: 1px solid #dddddd;
  float: left;
  padding: 18px 0;
  width: 100%; }

.sidebar-cont h6 {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  background: url(../images/sidebar-icon1.png) no-repeat;
  background-position: 0px 0px;
  padding: 6px 28px; }

.sidebar-cont ul {
  float: left;
  width: 100%;
  padding-left: 37px;
  margin-top: 2px; }

.sidebar-cont ul li {
  float: left;
  width: 100%; }

.sidebar-cont ul li a {
  color: #333333;
  float: left;
  font-size: 14px;
  padding: 3px 0; }

.sidebar-cont ul li a:hover {
  opacity: 0.8; }

.sidebar-cont h6.acc-pro {
  background: url(../images/sidebar-icon2.png) no-repeat;
  background-position: 0px 0px; }

.sidebar-cont h6.acc-pay {
  background: url(../images/sidebar-icon3.png) no-repeat;
  background-position: 0px 0px; }

.my-acc-side-right h2 {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 17px; }

.my-acc-side-right ul {
  float: left;
  width: 100%;
  margin-top: 30px; }

.my-acc-side-right ul li {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 30px; }

.my-acc-side-right ul li:last-child {
  margin-bottom: 0px; }

.my-acc-rht-header {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 12px;
  border-bottom: 1px solid #dddddd; }

.my-acc-rht-header a {
  background: #bd2222;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-size: 14px;
  padding: 8px 12px; }

.my-acc-tbl {
  float: left;
  width: 100%; }

.my-acc-tbl table {
  width: 100%; }

.my-acc-tbl table tr td {
  text-align: left;
  text-align: left;
  padding: 20px; }

.my-acc-tbl table tr td h4 {
  font-size: 16px;
  color: #333333;
  font-family: 'robotomedium'; }

.my-acc-tbl table tr td span {
  font-size: 14px;
  color: #666666;
  width: 100%;
  display: block; }

.my-acc-tbl table tr td h5 {
  font-size: 16px;
  color: #333333;
  font-family: 'robotoblack';
  font-size: 15px;
  color: #bd2222; }

.my-acc-tbl table tr td h6 {
  font-size: 14px;
  color: #333; }

.order-btm {
  border-top: 1px solid #dddddd;
  float: left;
  padding: 20px;
  width: 100%; }

.order-btn {
  border-top: 1px solid #dddddd;
  float: left;
  padding: 20px;
  width: 100%; }

.order-btm h6 {
  float: left;
  width: auto;
  font-size: 14px;
  color: #666666; }

.order-btm h6 span {
  font-family: 'robotoblack';
  color: #333; }

.order-btm h5 {
  float: right;
  width: auto;
  font-size: 14px;
  color: #666666; }

.order-btm h5 span {
  font-family: 'robotoblack';
  color: #333; }

.sidebar-cont ul li a.active {
  color: #cc3341; }

.my-ryt-main-outer {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  margin-top: 30px; }

.my-ryt-main-outer .detail-cart {
  margin-top: 0px; }

.my-ryt-main-outer .cart-input {
  width: 60%; }

.cart-input textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 150px;
  padding: 12px;
  width: 100%; }

.cart-input.text-out {
  height: 175px; }

.up-em-mb .cart-input {
  position: relative; }

.up-em-m-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'robotomedium';
  background: #333333;
  border: none;
  padding: 16px 18px; }

.up-em-mb .cart-input {
  padding-right: 80px; }

.red {
  background: #bd2222 !important; }

.phone-ord-edt {
  float: left;
  font-size: 14px;
  margin-top: 12px;
  width: auto; }

.mob-eml {
  float: left;
  width: 100%;
  margin-top: 30px; }

.mob-eml h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-family: 'robotomedium';
  margin-bottom: 6px; }

.mob-eml p {
  line-height: 22px; }

#phone-input-edit {
  display: none; }

.phone-save {
  display: none;
  background: #4caf50 !important;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  font-family: "robotomedium";
  font-size: 14px;
  padding: 16px 18px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0; }

.cart-small-outer {
  float: right;
  position: relative;
  padding-bottom: 0px; }

.cart-small-inner {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  position: absolute;
  right: -15px;
  top: 46px;
  width: 450px;
  z-index: 99999;
  display: none; }

.cart-small-full {
  width: 100%;
  border-bottom: 1px solid #dddddd; }

.cart-small-full tbody tr td:first-child img {
    border: 1px solid #dcdcdc;
    padding: 2px;
    width: 30px;
    height: 30px;
}
.cart-small-full tbody tr td {
    padding: 10px;
}
.cart-small-half th, .cart-small-half td {
    text-align: right;
}

.cart-small-full tbody tr {
    border-bottom: 1px solid #e7e7e7;
}
.order-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-card-info > span {
    font-weight: bold;
}

.order-num label {
    margin: 0;
}

.my-acc-side-right .gift-actions li {
    display: inline-block;
    margin: 0 8px;
    border: 1px solid #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.gift-table.my-acc-tbl table tr td {
    text-align: left;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.my-acc-tbl.orders-table table tr td {
  vertical-align: middle;
}
textarea {
  max-width: 100%;
}
.marker{
  background-color: yellow;
}

.my-acc-side-right .gift-actions li i {
    font-family: fontawesome;
    /*color: #fff;*/
    font-style: normal;
}

.cart-small-full tr td {
  vertical-align: middle;
  text-align: left;
  padding: 20px 15px; }

.cart-small-full tr td h4 {
  font-size: 14px;
  font-family: "robotomedium";
  font-weight: normal;
  color: #333; }

.cart-small-full tr td span {
  font-size: 14px;
  font-weight: normal;
  color: #bd2222;
  font-family: 'robotoblack'; }

.cart-small-half {
  width: 100%; }

.cart-small-half tr th {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  padding: 2px 10px; }

.cart-small-half tr td {
  font-size: 14px;
  color: #333;
  font-family: 'robotoblack';
  padding: 2px 10px; }

.cart-small-half-tbl {
  float: right;
  padding: 0 10px 15px;
  width: 53%;
  margin-top: 15px; }

.button-cart-header {
  float: left;
  width: 100%;
  padding: 0 20px 20px; }

.button-cart-header .comman-btn {
  font-size: 13px;
  padding: 10px 14px;
  margin-left: 7px; }

.cart-small-inner::after {
  height: 21px;
  width: 21px;
  content: "";
  position: absolute;
  top: -15px;
  right: 20px;
  background: url(../images/arrow.png) no-repeat; }

.comman-btn.black {
  background: #000; }

.ls-dt-review {
  float: left;
  width: 100%; }

.ls-dt-review ul {
  float: left;
  width: 100%; }

.ls-dt-review ul li {
  float: left;
  margin-bottom: 40px;
  width: 100%; }

.ls-dt-review ul li h4 {
  color: #bd2222;
  float: left;
  font-family: 'robotobold';
  font-size: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
  width: 100%; }

.ls-dt-review ul li .ls-dt-star {
  float: left;
  margin-bottom: 12px;
  margin-top: 2px;
  text-align: left;
  width: 100%; }

.ls-dt-star i {
  color: #eba000;
  display: inline-block;
  font-size: 16px; }

.ls-dt-review ul li p {
  font-family: 'robotoitalic'; }

.ls-dt-review ul li h5 {
  color: #888888;
  float: left;
  font-size: 13px;
  margin-top: 0px;
  width: 100%; }

.privacy-pol {
  float: left;
  width: 100%;
  padding: 60px 0px; }

.privacy-pol {
  float: left;
  width: 100%; }

.pri-outer {
  float: left;
  width: 100%; 
  padding: 0px 10px; }

.pri-outer p {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.pri-outer p:last-child {
  margin-bottom: 0px; }

.pri-outer h4 {
  float: left;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
  font-family: 'robotobold';
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }

.pri-outer h4 span {
  border-bottom: 2px solid #bd2222;
  float: left;
  position: relative;
  top: 1px;
  width: auto;
  padding-bottom: 12px; }

.dtl-rat-outer {
  float: left;
  width: 50%; }

.dtl-rat-outer h4 {
  float: left;
  width: 100%;
  color: #bd2222;
  font-family: "robotobold";
  font-size: 18px; }

.dtl-str-rt {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%; }

.dtl-str-rt h5 {
  display: inline-block;
  float: none;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px; }

.dtl-str-rt .ls-dt-star {
  display: inline-block;
  float: none;
  vertical-align: middle; }

.dtl-rat-outer .detail-cart {
  margin-top: 0px; }

.login-logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }

.login-content {
  float: left;
  width: 100%;
  text-align: center; }

.login-inner {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: auto;
  padding: 30px;
  width: 525px; }

.login-inner .cart-input input {
  background: #fff;
  padding-left: 57px; }

.login-inner h4 {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #333333;
  position: relative;
  font-family: 'robotolight';
  text-align: left;
  margin-bottom: 38px; }

.login-inner h4::after {
  background: #bd2222;
  content: "";
  height: 37px;
  left: -31px;
  position: absolute;
  top: 10px;
  width: 10px; }

.login-inner .detail-cart {
  margin: 0px; }

.login-inner .detail-cart button {
  width: 100%; }

.login-for-out {
  display: inline-block;
  margin-top: 29px;
  width: 100%; }

.login-for-out a {
  font-size: 14px;
  color: #333; }

.login-for-out a:hover {
  text-decoration: underline; }

.login-inner .comman-btn {
  font-size: 16px;
  padding: 14px 20px; }

 .log-pas-btn {float: left;width: auto;}
 .log-acc-btn {float: right;}
 
 .create-acc{
     color: #337ab7 !important;
 }
 .lost-pass {
     color:#c01313 !important;
 }
 

.login-outer {
  float: left;
  padding: 60px 0;
  width: 100%; }

.cart-input input.login-icon1 {
  background: url(../images/log-icon1.png) no-repeat #fff !important;
  background-position: 12px -3px !important; }

.cart-input input.login-icon2 {
  background: url(../images/log-icon2.png) no-repeat #fff !important;
  background-position: 12px -3px !important; }

.cart-input input.login-icon3 {
  background: url(../images/log-icon3.png) no-repeat #fff !important;
  background-position: 12px -3px !important; }

.cart-input input.login-icon4 {
  background: url(../images/log-icon4.png) no-repeat #fff !important;
  background-position: 12px -3px !important; }

.detail-cart.reg-btns {
  float: none;
  display: inline-block; }

.detail-cart.reg-btns button {
  width: 48%; }

.detail-cart.reg-btns a {
  width: 48%; }

.float-none {
  float: none !important;
  display: inline-block !important; }

.forgot-pass a {
  width: 100% !important; }

.contact-outer {
  float: left;
  width: 100%;
  padding: 60px 0px; }

.contact-left .detail-cart {
  margin-top: 0px; }

.contact-heading {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #333333;
  font-family: 'robotobold';
  margin-bottom: 20px;
  text-transform: uppercase; }

.contact-right {
  float: right; }

.contect-ul {
  float: left;
  width: 100%; }

.contect-ul li {
  color: #333;
  float: left;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%; }

.contect-ul li a {
  color: #bd2222; }

.contect-ul li a:hover {
  text-decoration: underline; }

.contact-phone {
  float: left;
  width: 100%;
  margin-top: 60px; }

.cont-phone {
  float: left;
  width: 100%; }

.cont-phone li {
  float: left;
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-bottom: 7px; }

/****************12/5/2017***************/
.cart-add-new-outer {
  float: left;
  width: 100%; }

.cart-add-new-outer ul {
  float: left;
  width: 100%; }

.cart-add-new-outer ul li {
  width: 30%; }

.cart-add-new-outer ul li h4 {
  float: left;
  width: 100%;
  margin: 0px;
  font-family: 'robotobold';
  margin-bottom: 8px; }

.cart-add-new-outer ul li p {
  float: left;
  width: 100%;
  margin: 0px; }

.cart-add-new-outer-btn {
  float: left;
  width: 100%;
  margin-top: 12px; }

.cart-add-new-outer-btn button {
  float: left;
  width: 100%; }

.amz-btn {
  border: 1px solid #a88734 !important;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  background: #f7dfa5 !important;
  border-radius: 3px !important;
  background: -moz-linear-gradient(top, #f7dfa5 0, #f0c14b 100%) !important;
  background: -webkit-linear-gradient(top, #f7dfa5 0, #f0c14b 100%) !important;
  background: linear-gradient(to bottom, #f7dfa5 0, #f0c14b 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dfa5', endColorstr='#f0c14b', GradientType=0 ); }

.cart-add-new-inner-btn {
  float: left;
  width: 100%;
  margin-top: 15px; }

.cart-add-new-inner-btn button {
  width: 100%;
  float: left;
  border: none;
  background: #bd2222;
  color: #fff;
  font-size: 14px;
  padding: 10px 0px;
  border-radius: 3px !important; }

.cart-add-new-inner-btn a {
  float: left;
  width: 48%; }

.cart-add-new-inner-btn a:nth-of-type(2n) {
  float: right; }

.cart-add-new-outer ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 2%; }

.header-login ul li ul.dropdown-menu li {
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px; }

.header-login ul li ul.dropdown-menu li a {
  padding: 10px 12px; }

.header-login select {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 31px;
  width: 70px;
  font-size: 12px; }

.common-input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 52px;
  padding-left: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: normal; }

.cart-input span.select2-container--default {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 52px;
  padding-left: 4px;
  padding-top: 10px; 
  width: 100% !important;
}

.cart-input .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important; }

.inner-table tr td input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  height: 42px;
  padding-left: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: normal; }

.common-input.small-input {
  height: 42px; }

.thankyou {
  float: left;
  width: 100%;
  padding-bottom: 30px; }

.thanku-text {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 80px; }

.thanku-text h4 {
  display: inline-block;
  width: 100%;
  font-size: 75px;
  font-family: 'robotolight';
  margin-top: 20px;
  margin-bottom: 5px; }

.thanku-text h5 {
  font-size: 18px; }

.detail-cart-thku-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px; }

.detail-cart-thku-btn a {
  display: inline-block; }

.detail-cart-thku-btn a button {
  background: #bd2222;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 28px;
  border: none; }

.list-page-mar {
  margin: 15px 0px !important; }

.easyPaginateNav {
  float: left;
  width: 100% !important;
  margin-top: 30px; }

.easyPaginateNav a {
  font-size: 14px;
  border-radius: 2px !important;
  padding: 4px 11px !important; }

.easyPaginateNav a.current {
  background-color: #cc3341 !important;
  font-weight: normal !important; }

/*.row {
  display: inline-block;
  width: 100%;
  margin: auto; }*/

.cart-save-outer {
  float: left;
  width: 100%; }

.cart-save-outer h4 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #333333;
  font-family: 'robotomedium';
  text-transform: capitalize;
  margin-bottom: 22px; }

.cart-save-table-res {
  display: inline-block;
  width: 100%; }

.cart-save-table-res table tr th {
  font-size: 14px;
  padding: 15px;
  background: #333333;
  color: #fff; }

.cart-save-table-res table tr td {
  font-size: 14px;
  padding: 15px; }

.cart-save-table-res table tbody tr:nth-of-type(2n) {
  background: #f5f5f5; }

.cart-save-table-res table tbody {
  border: 1px solid #ddd;
  border-top: none; }

.cart-save-table-res table {
  margin: 0px; }

.edit-crd-btn {
  display: inline-block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  text-align: left !important; }

.edit-card-dtl-outer {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  padding: 15px 0px; }

.edit-card-dtl-outer label {
  display: inline-block;
  width: 100%;
  text-align: left !important;
  padding: 0px !important;
  margin-bottom: 2px !important; }

.edit-card-dtl-outer .address input {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: none;
  height: 52px;
  padding-left: 12px;
  width: 100%; }

.edit-card-dtl-outer .address select {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: none;
  height: 48px;
  padding-left: 12px;
  width: 100%; }

.edit-card-dtl-outer .form-group {
  margin: 10px 0px !important; }



.edit-card-dtl-outer .select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  height: 50px !important; }

.edit-card-dtl-outer .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 45px;
  padding-left: 12px; }

.btn.green:not(.btn-outline).focus, .btn.green:not(.btn-outline):focus {
  color: #FFF;
  background-color: #C4261D !important;
  border-color: #C4261D !important; }

.cart-add-eq {
  display: inline-block;
  min-height: 80px; }

.portlet.light.portlet-fit {
  padding: 0;
  display: inline-block;
  width: 100%; }

/*****************orange-theme*****************/
.header-phone ul li i {
  color: #bd2222; }

.header-search-main button {
  background: #bd2222; }

.orange-theme .cart-no {
  background: #bd2222; }

header {
  }   /* #bd2222 */

.navigation-outer nav.navbar-default ul.navbar-nav li a:hover {
  background: #bd2222; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #bd2222 !important;
  color: #fff; }

/* .navbar {
  background: #bd2222 !important; } */

.banner-outer .carousel-caption h4 {
  color: #bd2222; }

.banner-outer .carousel-caption h4::after {
  background: #bd2222; }

.pro-slide-btn a:hover {
  background: #bd2222;
  border: 1px solid #bd2222;
  color: #fff; }

.pro-rate-outer span {
  border: 1px solid #bd2222;
  color: #bd2222; }

.link-product-outer {
  background: #bd2222; }

.table table tr td a {
  color: #333; }

.comman-btn:hover {
  color: #fff !important; }

.xactive {
  border: 1px solid #bd2222 !important; }

.pro-wh-outer a {
  color: #333; }

.cart-small-full tr td h6 a i {
  color: #333; }

/***************************/

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ccc;
}
.resent-view-out {
	width: 20% !important; text-align: center;
}
.comman-btn:focus {
	color: #fff;
	text-decoration: none;
}

.common-font-color{
  color: #42b1a0;
}

/******new sub memu********/

.more-cat-ryt-outer {
  display: inline-block;
  width: 100%;
  position: relative; padding: 20px 0px;
}
.cat-main {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22); padding: 10px 0px; display: none;
}
.more-cat-ryt-outer:hover .cat-main{
  display: block;
}
.cat-main li{
  float: left; width: 100%; position: relative;
}
.cat-main li a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #333; text-transform: capitalize;
}
.cat-main li:hover{
  background: #bd2222; 
}
.cat-main li:hover a{
  color: #fff;
}
.more-cat-ryt-outer h4 {
  color: #fff;
  padding-left: 32px;
}
.cat-main li a i {
  float: right;
  color: #333;
  right: 15px;
  left: inherit;
  font-size: 20px;
  top: 12px;
}
.cat-main li:hover a i{
  color: #fff;
}

.subcat-main {
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22); padding: 10px 0px; display: none;
}
.subcat-main li{
  float: left; width: 100%;
}
.cat-main li:hover .subcat-main{
  display: block;
}
.subcat-main li a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #333; text-transform: capitalize;
}
.subcat-main li:hover a{
  color: #fff;
}
.cat-main li:hover .subcat-main li a{
  color: #333;
}
.cat-main li .subcat-main li:hover a{
  color: #fff;
}

/******new sub memu********/

/************sub menu***************/

    .cat-main-menu{
  float: left; width: 100%;
    }
    .cat-main-menu li{
  float: left; width: auto; position: relative;
    }
    .cat-main-menu li a{
  float: left; width: auto; font-size: 15px;
  font-family: 'robotobold';
  text-shadow: none;
  padding: 19px 28px; color: #444; text-transform: uppercase;
    }
    .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 220px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.30);
  padding: 5px 0px; display: none; z-index: 9999;
    }
    .cat-main-menu li .sub-menu li{
  width: 100%;
    }
    .cat-main-menu li .sub-menu li a{
  width: 100%; color: #333; padding: 12px 15px; font-family: 'robotoregular';
    }
    .cat-main-menu li .sub-menu li:hover{
  background: #f5f5f5;
    }
    .header-outer-cos {
  background: transparent;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
    }
    .cat-main-menu li a i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
    }
    .cat-main-menu li:hover .sub-menu{
  display: block;
    }
    .cat-main-menu li:hover{
  background: #f5f5f5;
    }
    .header-cate-outer {
  background: #f5f5f5;
  position: relative;
    }
    .header-cate-outer i {
  color: #444;
  font-size: 18px;
  left: 24px;
  position: absolute;
  top: 20px;
    }
    .more-cat-ryt-outer {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 20px 0px;
    }
    .more-cat-ryt-outer h4 {
  color: #444;
  padding-left: 32px;
    }
    .cat-main {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22);
  padding: 10px 0px;
  display: none;
    }
    .cat-main li {
  float: left;
  width: 100%;
  position: relative; background: transparent !important;
    }
    .cat-main li a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #333 !important;
  text-transform: capitalize;
    }
    .subcat-main {
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22);
  padding: 10px 0px;
  display: none;
    }
    .subcat-main li {
  float: left;
  width: 100%;
    }
    .subcat-main li a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
    }
    .more-cat-ryt-outer:hover .cat-main {
  display: block;
    }
    .cat-main li:hover .subcat-main {
  display: block;
    }
    .cat-main li a i {
  float: right;
  color: #333 !important;
  right: 15px;
  left: inherit;
  font-size: 20px;
  top: 12px;
    }
    .cat-main li:hover a i {
    color: #444 !important;
}
    .cat-main li a:hover{
  background: #f5f5f5; color: #444 !important;
    }
    .sub-cat-res-btn i {
  font-size: 28px;
  color: primary;
    }
    .sub-cat-res-btn{
  display: none;
    }

/***********responsive for sub menu*************/

.detail-cart a.comman-btn {
  margin: 5px 0px;
}
.detail-cart a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

.z-index{
  z-index: 9999;
}

#easyPaginate .col-md-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.common-selectbox {
	height: 44px !important;
	border: 1px solid #ddd;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background:url(../images/select-arrow.png) no-repeat;
   background-size: 12px;
   background-position: 95% center;
   border-radius:5px;
}
._featured_img {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #929292;
    border-radius: 10px;
    padding: 10px;
}
._featured_img img {
    height: 100%;
    position: static;
    object-fit: cover;
}
.range-slider span input {
    width: 30%;
font-size: 18px;
margin: 0 5px;
background: #fff;
padding: 10px;
}
.range-slider input[type="range"] {
    margin: 20px 0 0px !important;
}
.owl-item {
    border: 1px solid #c9c9c9dd!important;
    padding: 10px;
    border-radius: 8px;
    transition: ease-in .3s;
}
.product_name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.product_rslt_name {
    float: left;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.owl_custum strike {
  font-size: 16px;
  color: #808080;
  margin-right: 15px;
}

.owl_custum h6 {
  font-size: 20px;
}

.owl-item:hover {
border-color: #000;
}
.product-slider-res h5{
    float: left; width: 100%; font-size: 26px; color: #222222; font-family: 'robotomedium'; text-transform: uppercase;
}

.pd0 {
  padding: 0px !important;
}

.accordion.my-acc-rht-header {
    padding: 12px 0;
} 

.order-info {
    margin-top: 10px;
    display: block;
}

#easyPaginate.gift-order-summ {
    margin: 0;
}
#easyPaginate.gift-order-summ li {
    border: 0 none;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 15px;
}

.gift_order_header.my-acc-rht-header {
    border-bottom: 0;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    background: #ffffff;
}
.gift-order-summ li ul {
    margin-top: 15px;
}
.gift_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: #eee;
}
.gift_view > a {
    background-color: #e86747;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
}
.gift_view ul.gift-actions {
    margin: 0;
    width: auto;
}
.card-detail {
    margin-bottom: 25px;
}

.card-expire-date {
    width: 100%;
    text-align: right;
    color: #909090;
}
.listing-inner-wh.gift_card_list .owl_custum {
    min-height: 326px;
    position: relative;
}
.listing-inner-wh.gift_card_list .owl_custum:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 90%;
    background-color: #c0c0c0;
    bottom: 10px;
    left: 0;
    margin: 0 5%;
}

/* Blog section  css */
 .blog-box {
  position: relative;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
}
.blog-box:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.blog-box:hover .blog-images .img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.blog-images {
  width: 100%;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}
.blog-images .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #d2d0d0;
}
.blog-images .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-box .details {
  padding: 5px 0px 5px;
  float: left;
    width: 100%;
}
.details .blog-text {
  font-size: 14px;
  float: left;
  width: 100%;
  margin: 10px 0;
  height: 42px;
    overflow: hidden;
}
.details .read-more-btn{
  background: #f2450f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding: 7px 20px;
  border: solid;
  border: 1px solid #ff5500;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: auto;
}
.blog-images .date {
  position: absolute;
  z-index: 8;
  top: 10px;
  height: 30px;
  background-color: #f50;
  line-height: 30px;
  left: 10px;
  padding: 0 12px;
  border-radius: 20px;
}
.blog-images .date p {
  color: #fff;
  font-size: 12px;
}
.blog-title {
  text-transform: capitalize;
  font-weight: 600;
}
.blog-box .details .read-more-btn {
  float: left;
}
.feature-image img {
  width: 100%;
}
.blog-content .content .post-meta {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blog-content .content p {
  text-align: justify;
  font-size: 16px;
}
.blog-content .content .post-meta li {
  margin-right: 15px;
}
.blog-content .content .post-meta li a {
  color: #e86748;
}
.blog-content .content .post-meta li a i {
  margin-right: 4px;
}
.blog-content .content h3 {
  margin: 15px 0;
  font-weight: 600;
  color: #000;
}
.tag-social-link {
  display: flex;
  background-color: #ffecec;
  padding: 10px;
  margin-top: 20px;
  align-items: center;
  border-radius: 6px;
  border-bottom: 2px solid #e86748;
}
.tag-social-link .tag, .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-social-link .tag a {
  color: #e86748;
  margin: 0 5px;
}
.tag-social-link .tag a:hover {
  border-bottom: 1px solid;
}
.tag-social-link h6 {
  font-weight: 600;
  color: #e86748;
}
.social-links li {
  margin: 0px 2px;
}
.social-links li a {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #e86748;
  color: #fff;
}
.serch-form {
  position: relative;
}
.serch-form input {
  width: 100%;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #f7f8fc;
  padding: 0px 50px 0px 20px;
}
 .serch-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  cursor: pointer;
}
 .categori {
  border: 1px solid #e5e9f4;
  padding: 22px   ;
  margin-top: 30px;
}
.categori .title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.categori-list li,.archives-list li,.tags-list li {
  line-height: 36px;
}
.categori-list li a,.archives-list li a,.tags-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.categori-list li a:hover, .categori-list li a.active,.archives-list li a:hover, .archives-list li a.active {
  padding-left: 5px;
  color: #48e85d;
}
.post-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.post-list .post {
  display: flex;
  align-items: center;
}
.post-list .post .post-details {
  margin-left: 15px;
}
.post .post-details a, .post .post-details p {
  font-size: 14px;
}
.post .post-details a {
  color: #e86748;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.tags-list li {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 4px;
}
.tags-list li a {
  padding: 10px 14px;
  border-radius: 28px;
  border: 1px solid #cecece;
}
.tags-list li a:hover {
  border-color: #e86748;
  color: #e86748;
}
.embed_section {
  padding: 0;
}
.embed_section iframe {
  width: 100%;
  height: 550px;
}
.product-slider-res {
  clear: both;
}
.owl-carousel .owl-item{
  width:24%;
}
@media screen and (max-width:768px) {
  .owl-carousel .owl-item{
    width:100%;
  }
}
@media screen and (max-width: 992px) {

  .header-cate-outer{
      float: left; width: 100%;
  }
  .subcat-main{
      position: static; float: left; width: 100%; padding: 0px 20px; box-shadow: none;
  }
  .sub-cat-res{
      position: relative;
  }

.resent-view-out {
    width: 200px !important;
    text-align: center;
    margin: 10px 15px;
    float: none;
    display: inline-block;
  }
  #recently_viewed {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .tag-social-link {
    display: flow-root;
}
  .tag-social-link .tag{
    margin-bottom: 12px;
  }
  .tag-social-link .tag a {
    margin: 0 2px;
  }
}

    @media screen and (max-width: 768px) {
      .blog-aside {
        margin-top: 35px;
    }
   
  .cat-main-menu li{
      width: 100%;
  }
  .cat-main-menu {
      display: none;
  }
  .sub-menu{
      position: static; float: left; width: 100%;
  }
  .sub-cat-res-btn {
      display: block;
      float: right;
      margin-top: 12px;
      z-index: 99999;
      margin-bottom: 7px;
  }
  .embed_section iframe {
    height: 400px;
  }  
    }

/***********responsive for sub menu*************/


/************************responsive start***************************/
@media screen and (max-width: 1200px) {
  .navigation-outer nav.navbar-default ul.navbar-nav li a {
    padding: 19px 22px; }

  .bnr-outer {
    display: inline;
    overflow: hidden;
    width: 100%; }
 
}
@media screen and (max-width: 991px) {
  .header-phone ul {
    text-align: center; }

  .header-phone ul li {
    margin: 0px 10px; }

  .header-phone ul {
    margin-bottom: 8px; }

  .header-login ul {
    text-align: center; }

  .tranding-middle {
    width: 100%;
    text-align: center;
    min-height: inherit; }

  .trading-right {
    width: 100%;
    text-align: center;
    margin-top: 8px; }

  .phone2 {
    border-bottom: none;
    display: inline-block;
    float: none;
    margin: 7px 5px;
    width: auto; }

  .table-res {
    margin-top: 30px; }

  .cart-dtl-left {
    float: left;
    width: 100%;
    margin-bottom: 10px; }

  .cart-dtl-right {
    margin-top: 35px; }

  .my-ryt-main-outer .cart-input {
    width: 100%; }

  .dtl-rat-outer {
    width: 100%; }

  .contact-right {
    float: right;
    margin-top: 60px; }

  .header-login ul {
    float: none !important; }

  .header-login {
    text-align: center; }

  .user-head-res-width {
    width: 100%; }

  .portlet-title .caption-subject {
    float: left;
    width: 100%;
    margin-bottom: 15px; }

  .sub-total-tbl {
    width: 100%; } 

.banner-outer .carousel-caption h4{
  font-size: 22px;
}
.banner-outer .carousel-caption h4::after{
  display: none;
}
.banner-outer .carousel-caption h5 {
  font-size: 25px;
  margin-top: 5px;
}
.banner-outer .carousel-caption{
  height: 117px;
}

.header-login .dropdown-menu{
  left: initial; right: 0px;
}

}
@media screen and (max-width: 767px) {
  .logo-outer-main {
    position: relative; }

  .header-cart-outer {
    position: absolute;
    right: 10px;
    top: 23px; }

  .header-cate-outer {
    float: left; }

  #bs-example-navbar-collapse-1 {
    border: medium none;
    box-shadow: none; }

  .navbar-toggle {
    margin-top: 13px; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    opacity: 0.8; }

  .header-cate-outer {
    float: left;
    position: relative;
    z-index: 999; }

  .banner-outer .carousel-caption h5 {
    font-size: 30px; }

  .banner-outer .carousel-caption h4 {
    font-size: 25px; }

  /*.offer-deal {
    display: block; }*/

  ._featured_img {
      margin-bottom: 10px;
  }  

  .offer-outer {
    padding: 0px;
    min-height: inherit; }

  .footer-div1 {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 48%;
    margin: 20px 0; }

  footer {
    padding: 40px 0px; }

   

  .footer-btm p {
    width: 100%;
    text-align: left; }

  .footer-sol {
    margin-top: 10px;
    text-align: center;
    width: 100%; }

  .footer-btm p {
    margin-bottom: 6px; }

  .owl-next {
    right: 0px; }

  .owl-prev {
    left: 0px; }

  .listing-inner-wh {
    text-align: center; }

  .listing-inner-wh .star-rating, .listing-inner-wh .pro-rate-outer {
    text-align: center; }

  .listing-inner-wh .col-sm-6.col-md-4 {
    float: left;
    margin-bottom: 40px;
    width: 100%; }

  /*.listing-inner-wh .col-sm-6.col-md-4:last-child {
    margin-bottom: 0px; }*/

  .listing-inner-wh {
    border: none;
    padding: 0px;
    padding-bottom: 40px; }

  .product-slider.recent-pro {
    margin-bottom: 60px; }

  .cart-add-new-outer ul li {
    width: 28.8%; }

  .detail-cart.Proceed-checkout {
    text-align: center; }

  .detail-cart.Proceed-checkout a {
    margin: 5px 0px;
    display: inline-block;
    float: none; } 

    .resent-view-out {
	width: 33%;
}

}
@media screen and (max-width: 600px) {
  .tag-social-link .tag,.blog-content .content .post-meta {
    display: block;
  } 
  .pro-wh-outer p, .pro-wh-outer .star-rating, .pro-rate-outer {
    text-align: center; }

  .table {
    max-width: inherit;
    /* width: 700px; */
   }

  .my-acc-tbl {
    overflow: auto; }

  .my-acc-tbl table {
    width: 700px; }

  .cart-add-new-outer ul li {
    width: 45%; } 

.banner-outer .carousel-caption h4{
  display: none;
}
.banner-outer .carousel-caption h5{
  display: none;
}

.pro-slide-outer:hover .pro-slide-content{
  display: none;
}

}
@media screen and (max-width: 550px) {
  .footer-div1 {
    width: 100%;
    padding: 0px; }

  .apply-cup-outer p {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px; }

  .apply-cup-outer input {
    width: 100%; }

  .order-btm h6 {
    width: 100%; }

  .order-btm h5 {
    width: 100%;
    text-align: left;
    margin-top: 10px; }
.cart-small-inner{
	width: 400px;
}
  .login-inner {
    width: 95%; }

  .login-inner h4 {
    font-size: 44px; }

  .login-inner h4::after {
    height: 32px; }

  .cart-add-new-outer ul li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 20px; }

  .sml-copn-res {
    width: 55% !important; } 

    .resent-view-out {
	width: 49%;
}
.embed_section iframe {
  height: 300px;
}
}

@media screen and (max-width: 420px) {
  .header-search-main input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd; }

  .header-search-main select {
    width: 100%; }

  .header-search-main button {
    height: 100%; }

  .header-login ul li {
    margin-right: 12px;
    padding-right: 12px; }

  .dtl-tab-main .nav-tabs > li {
    width: 100%; }

  .login-inner h4 {
    font-size: 32px; }

  .login-inner h4::after {
    height: 27px;
    top: 5px; } 

    .login-for-out a {
	width: 100%;
	margin: 5px 0px;
}
.header-search-main{
	border-radius: 5px;
}
.header-search-main button{
	height: 48px;
}

.resent-view-out {
	width: 100%;
}
.cart-small-inner {
	width: 300px;
}

}



.loader {
  display: none;
  width: 5%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  bottom: 10%;
  z-index: 199991; }

.overlay {
  background-color: rgba(1, 1, 1, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.stop-click
{
    pointer-events:none;
}
.makeitmore
{
    font-size: 30px;
    font-weight: bolder;
}

.user-accout{
    background: #656565;

height: 41px !important;

width: 41px !important;

border-radius: 100% !important;
padding-top: 11px;

position: absolute !important;

text-align: center !important;

top: 0px !important;

left: 0px !important;
}
.customer-icon{
background-color: #C4261D;
border-radius: 50% !important;
width: 35px;
height: 35px;
position: relative;
float: left;
font-size: 20px;
color: white;
text-align: center;
padding-top: 5px;
}

.user-account-icon
{
    background: #C4261D;
    color:white;
font-size: 20px;
height: 41px !important;

width: 41px !important;

border-radius: 100% !important;

padding-top: 5px;

position: absolute !important;

text-align: center !important;

top: 0px !important;

left: 0px !important;
}
.product-color
{
        margin-top: 18px;
    position: absolute;
    top: 0px;
    left: 0px;

}
.product-mar
{
    margin-top: 20px;
}
.reset-icon
{
    position: absolute;

margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
.hidingQty{
  display: none !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;  
}
body {
  top: 0px !important; 
}

.selectSmall{
  width: 50px !important;
}

@media screen and (max-width: 768px) {


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
}

