@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800);

.category .productnamecolor {
  color: #000;
font-weight:bold !important;
margin-bottom: 10px;;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%; }

nav.push-menu {
  position: fixed;
  z-index: 20;
  overflow-y: scroll;
  background: #fff; }

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%; }

nav.slide-menu-left,
nav.push-menu-left {
  left: -300px; }

nav.slide-menu-right,
nav.push-menu-right {
  right: -300px; }

body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
  left: 0; }

body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
  right: 0; }

body.pml-open .page-wrap {
  left: 300px; }

body.pmr-open .page-wrap {
  left: -300px; }

nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100px; }

nav.slide-menu-top,
nav.push-menu-top {
  top: -100px; }

nav.slide-menu-bottom,
nav.push-menu-bottom {
  bottom: -100px; }

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
  top: 0; }

body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
  bottom: 0; }

body.pmt-open .page-wrap {
  top: 100px; }

body.pmb-open .page-wrap {
  top: -100px; }

.vnav--horizontal > .vnav__item.nav__item-open > .vnav__link,
.vnav--horizontal > .vnav__item:hover > .vnav__link {
  background: #1d1d1d;
  color: #fff; }

.main-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .main-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu .vnav__item {
      position: relative;
      text-align: left; }
    .main-menu .vnav__item:hover {
      background: none; }
    .main-menu .vnav__link {
      display: block;
      padding: 10px 0;
      text-decoration: none;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000; }
      .main-menu .vnav__link:hover {
        text-decoration: none;
        background: #1d1d1d;
        color: #fff; }
      .main-menu .vnav__link--active {
        background: #1d1d1d;
        color: #fff; }
    .main-menu .vnav__item:hover > .vnav__subnav {
      display: block;
      border-bottom: 6px solid #1d1d1d; }
    .main-menu .vnav__subnav {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      background: #fff;
      display: none;
      position: absolute;
      z-index: 1; }
    .main-menu .vnav__subnav .vnav__item {
      display: block; }
      .main-menu .vnav__subnav .vnav__item:hover > .vnav__link {
        background: #eee; }
    .main-menu .vnav__subnav .vnav__link {
      white-space: nowrap;
      text-align: left;
      font-weight: normal;
      text-transform: none;
      padding: 10px 15px;
      font-size: 13px;
      color: #000; }
      .main-menu .vnav__subnav .vnav__link:hover, .main-menu .vnav__subnav .vnav__link--active {
        text-decoration: none;
        background: #eee; }
    .main-menu .vnav--level1 {
      position: relative;
      display: inline-table; }
    .main-menu .vnav--level1 > .vnav__item {
      display: table-cell;
      vertical-align: middle;
      width: 1%;
      white-space: nowrap; }
    .main-menu .vnav--leve1 > .vnav__item:hover {
      background: #1d1d1d; }
    .main-menu .vnav--horizontal .vnav__subnav {
      left: 0;
      top: 100%; }
    .main-menu .vnav--horizontal .vnav--level3, .main-menu .vnav--horizontal .vnav--level4 {
      left: 100%;
      top: 0; }
    .main-menu .vnav--vertical .vnav__item {
      display: block; }
    .main-menu .vnav--vertical .vnav__subnav {
      left: 100%;
      top: 0px; }

.push-menu {
  padding: 30px 0 50px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll; }
  .push-menu hr {
    border-top: 1px solid #e1e1e1;
    background: none;
    margin: 25px 0; }
  .push-menu .social {
    padding-left: 25px; }
    .push-menu .social .socicon {
      background: #000; }
    .push-menu .social .svg-icon {
      fill: #fff; }
    .push-menu .social .social-title {
      font-weight: 900;
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .push-menu .contact-info {
    padding-left: 25px; }
    .push-menu .contact-info .info {
      color: #000; }
      .push-menu .contact-info .info a {
        color: #000; }
      .push-menu .contact-info .info svg {
        fill: #000; }
  .push-menu__close-btn {
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 30px;
    text-align: center;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .push-menu .useful-links {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px; }
    .push-menu .useful-links li {
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .push-menu .useful-links a {
      color: #000; }
    .push-menu .useful-links .text {
      display: inline-block;
      vertical-align: middle; }
    .push-menu .useful-links svg {
      fill: #000;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .push-menu .utility {
    padding: 0 0 0 25px;
    margin: 25px 0 0;
    list-style: none; }
    .push-menu .utility li {
      padding: 10px 0; }
    .push-menu .utility a {
      color: #000;
      font-weight: normal; }
      .push-menu .utility a:hover {
        text-decoration: underline; }
  .push-menu .vnav--level1 > .vnav__item.nav__item-open .vnav__item .vnav__link,
  .push-menu .vnav--level1 > .vnav__item:hover .vnav__item .vnav__link,
  .push-menu .vnav--level1 > .vnav__item--active .vnav__item .vnav__link {
    border-bottom: 1px solid #e1e1e1; }
  .push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .push-menu .vnav__link {
      color: #000;
      text-align: left; }
    .push-menu .vnav__link--active {
      background: none; }
    .push-menu .vnav__item {
      color: #000;
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      text-align: left; }
    .push-menu .vnav__item:hover {
      background: none; }
    .push-menu .vnav__item.nav__item-open > .vnav__subnav,
    .push-menu .vnav__item:hover > .vnav__subnav {
      background: #ebebeb; }
    .push-menu .vnav__item::hover, .push-menu .vnav__link {
      text-transform: none;
      display: block;
      text-align: left;
      padding: 12px 15px;
      color: #000; }
      .push-menu .vnav__item::hover--active, .push-menu .vnav__link--active {
        color: #000;
        text-align: left;
        background: none;
        text-decoration: underline; }
    .push-menu .vnav__subnav {
      text-align: left;
      display: none;
      background: transparent;
      border: 0;
      position: relative; }
  .push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
    display: block;
    text-align: left; }
  .push-menu .vnav__subnav .vnav__item {
    display: block; }
  .push-menu .vnav__subnav .vnav__link {
    color: #000;
    font-size: 12px;
    white-space: normal;
    text-align: left;
    padding: 8px 15px 8px 35px; 
    border-bottom: 1px solid transparent;}
  .push-menu .vnav--level3 .vnav__link {
    padding-left: 55px; }
  .push-menu .vnav--level1 {
    position: relative;
    display: block; }
  .push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle; }
  .push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%;
    padding: 0; }
  .push-menu .vnav--horizontal .vnav--level3, .push-menu .vnav--horizontal .vnav--level4 {
    left: 0;
    top: 0; }
  .push-menu .vnav--vertical .vnav__item {
    display: block; }
  .push-menu .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

#showLeftPush.active {
  background: none; }

.about {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .about__subtitle {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1; }
  .about__title {
    font-size: 35px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1; }
  .about p {
    padding: 20px 0;
    margin: 0;
font-weight:bold;
    font-size: 14px;
    line-height: 1.7; }
  .about .btn-more {
    margin: 0px 0 40px;
    display: inline-block;
    border: 3px solid #000;
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    font-style: italic;
    color: #000;background:#ecf743;
 }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home .inner-wrap {
    padding-top: 100px; } }
.homepage {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage {
      margin-top: 32px; } }
  @media only screen and (min-width: 992px) {
    .homepage {
      margin-top: 45px; } }
  .homepage .no-margin {
    margin-left: -15px;
    margin-right: -15px; }

.cat-wrap {
  margin-bottom: 40px; }

.genre-wrap {
  margin-bottom: 40px; }

.category-card {
  display: block;
  position: relative; }
  .category-card.centered-title {
    text-align: center;
    margin-bottom: 15px; }
    .category-card.centered-title .title-wrap {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; }
    .category-card.centered-title .title {
      position: static; }
    @media only screen and (max-width: 767px) {
      .category-card.centered-title .cat-image {
        max-width: 85%; } }
  .category-card .cat-image {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .category-card .plus-icon {
    width: 15px;
    height: 15px;
    fill: #fff; }
  .category-card .title {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    padding: 0 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-card .title {
        padding: 0 15px; } }
    @media only screen and (min-width: 992px) {
      .category-card .title {
        padding: 0px 12px; } }
  .category-card .title.centered {
    left: 0;
    margin: 0 auto; }
 .category-card .title-text:hover  { color:#ecf743 ;}
  .category-card .title-text {
    line-height: 24px;
color:#fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-card .title-text {
        line-height: 28px;
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .category-card .title-text {
        line-height: 36px;
        font-size: 12px; } }
  .category-card .plus-circle {
    width: 0;
    height: 0;
    fill: #ecf743;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
  .category-card:hover .plus-circle {
    margin-left: 10px;
    width: 18px;
    height: 18px; }

.home {}
  .home #content_area img[src*="/photos/"] {
    display: block;
    max-width: 100%;
    height: auto; }
  .home #content_area table.v65-productDisplay {
    table-layout: fixed; }
  .home #content_area img[src$="/FeaturedProducts.gif"],
  .home #content_area img[src$="/clear1x1.gif"],
  .home #content_area .v65-productDisplay img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    max-width: 100%;
    height: auto;
    min-width: 25px; }
  .home #content_area img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto; }
  .home .v65-productDisplay .productnamecolor.colors_productname:hover, .home a.productnamecolor.colors_productname:hover {
    color: #7fc7c5;
    text-decoration: none; }
  .home #content_area .v65-productDisplay img[src$="nophoto.gif"],
  .home #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0 !important; }
  .home table.v65-productDisplay .productnamecolor {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home table.v65-productDisplay .product_listprice,
  .home table.v65-productDisplay .product_listprice b {
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .home table.v65-productDisplay .product_productprice,
  .home table.v65-productDisplay .product_productprice b {
    font-size: 15px;
padding-top:10px;   
    color: #000; }
  .home table.v65-productDisplay .product_saleprice,
  .home table.v65-productDisplay .product_saleprice b {
    font-size: 16px;
    font-weight: bold;
    color: #be281c; }
  .home table.v65-productDisplay .product_dealprice {
    font-size: 12px;
    font-weight: normal;
    color: #7fc7c5; }

.fp-title {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;

  text-align: center; }
  @media only screen and (min-width: 768px) {
    .fp-title {
      text-align: left; } }

@media only screen and (max-width: 767px) {
  #slider-inner {
    width: 80%;
    margin: 0 auto; } }

#fpslider .owl-controls {
  position: absolute;
  right: 0;
  top: -55px; }
#fpslider .owl-prev,
#fpslider .owl-next {
  display: inline-block;
  vertical-align: middle; }
#fpslider .image {
  border: 1px solid #ededed;
  margin-bottom: 10px; }
#fpslider .item {
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#fpslider .name {
  font-size: 16px;
  font-weight: 900;
  color: #000; }
  #fpslider .name a {
    color: #000; }
#fpslider .price {
  font-size: 16px;
  font-weight: bold;
  color: #000; }
  #fpslider .price .pricetext {
    color: #be281c; }
#fpslider .sale {
  font-size: 16px;
  font-weight: bold;
  color: #be281c; }
@media only screen and (max-width: 767px) {
  #fpslider .owl-controls {
    position: static; }
  #fpslider .owl-prev,
  #fpslider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  #fpslider .owl-prev {
    left: -20px; }
  #fpslider .owl-next {
    right: -20px; } }

.box-wrap {
  margin-top: 30px;
  /* Anchor */ }
  @media only screen and (min-width: 768px) {
    .box-wrap .no-padding-left {
      padding-left: 0; }
    .box-wrap .no-padding-right {
      padding-right: 0; } }
  .box-wrap .box {
    display: block;
    height: 225px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) {
      .box-wrap .box {
        margin-bottom: 0; } }
    .box-wrap .box:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .box-wrap .box .text-wrap {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
    .box-wrap .box.one {
    background: #eee url(../images/homepage/box-1.jpg) no-repeat 0 bottom;

      text-align: right; }
      .box-wrap .box.one .small-text {
        color: #fff;
        display: inline-block;
        padding: 3px 10px;
        background: #000;
        font-weight: 900;
        font-size: 13px;
        font-style: italic; }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.one .small-text {
            font-size: 20px;
            padding: 5px 15px; } }
      .box-wrap .box.one .lrg-text {
        display: inline-block;
        color: #fff;
        background: #000;
        font-weight: 900;
        font-size: 24px;
        color: #fff;
        padding: 3px 10px; }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.one .lrg-text {
            font-size: 40px;
            padding: 5px 15px; } }
      .box-wrap .box.one .btn-sale {
        display: inline-block;
        border: 3px solid #be281c;
        padding: 5px 18px;
        font-style: italic;
        font-weight: 900;
        color: #be281c;
        text-transform: uppercase;
        margin: 15px 15px 0 0; }
    .box-wrap .box.two {
      text-align: center;
     background: #c42c20 url(../images/homepage/diagonal-red.png) no-repeat 100% 0; 

      -moz-transition: background-position 0.12s;
      -o-transition: background-position 0.12s;
      -webkit-transition: background-position 0.12s;
      transition: background-position 0.12s; }
      .box-wrap .box.two:hover {
        background-color: #aa1d12;
        background-position: -380px 0; }
      .box-wrap .box.two .lrg-text {
        color: #fff;
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .box-wrap .box.two .lrg-text {
            font-size: 26px; } }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.two .lrg-text {
            font-size: 40px; } }
      .box-wrap .box.two .small-text {
        letter-spacing: 0.05em;
        font-size: 12px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        color: #fff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .box-wrap .box.two .small-text {
            font-size: 14px; } }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.two .small-text {
            font-size: 20px; } }

body {
  overflow-x: hidden; }

.inner-wrap {
  background: #fff;
  padding: 56px 0 30px; }
  @media only screen and (min-width: 768px) {
    .inner-wrap {
      padding-top: 85px; } }
  @media only screen and (min-width: 992px) {
    .inner-wrap {
      padding-top: 35px; } }

.page-wrap {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.cart-summary {
  border-right: 1px solid #5a5a5a; }
  .cart-summary:hover {
    background: #ecf743; }
  .cart-summary__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .cart-summary .cart-text {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .cart-summary .cart-text {
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .cart-summary .cart-text {
        line-height: 35px; } }
  .cart-summary .cart-icon {
    width: 25px;
    height: 25px;
    fill: #ecf743; }

.copyright {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .copyright:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0; }
  .copyright .align-left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .copyright .align-right {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) {
      .copyright .align-right {
        margin-top: 0;
        text-align: right; } }
  .copyright .ccards {
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle; }
  .copyright a {
    color: #fff; }

.newsletter {
  background: #141414;
  padding: 22px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  
  /*custom ipad by rama */
  
		  .hero .text-wrap{
		     text-align: right !important;
			   top: 27px !important;
		  }
		  .hero .large-text{
		  font-size:23px !important;
		  }
		  .hero .small-text{
		     font-size:15px !important;
			 margin-bottom:20px;
		  }
		  .goog-te-gadget{
		 
		  display:none !important;
		 }
		 .col-sm-20p{
		   width:33% !important;
		 }
	img[src*="/v/vspfiles/assets/images/"]{
	 width:30% !important;
	}
    .newsletter {
      padding: 22px 15px; } }
  .newsletter .main-title {
    text-transform: uppercase;
    color: #ecf743;
    margin-bottom: 8px;
    font-size: 18px; }
    .newsletter .main-title strong {
      font-weight: 900; }
  .newsletter .text {
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px; }
	
	
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .newsletter .text {
        margin-bottom: 0; } }

.elist {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elist {
      margin-top: 10px; } }
  .elist__input {
    background: #fff;
    position: relative;
    border: none;
    margin: 0;
    width: 100%;
    height: 35px;
    color: #1d1d1d;
    font-size: 12px;
    font-family: inherit;
    font-style: normal;
    padding: 0 90px 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .elist__input::-webkit-input-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:-moz-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input::-moz-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:-ms-input-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .elist__input:focus:-moz-placeholder {
      opacity: 0; }
    .elist__input:focus::-moz-placeholder {
      opacity: 0; }
    .elist__input:focus:-ms-input-placeholder {
      opacity: 0; }
  .elist__submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: inherit;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    width: 88px;
    height: 35px;
    margin: 0;
    color: #141414;
    padding: 0;
    border: none;
    background-color: #ecf743;
    text-decoration: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
  .elist__submit:hover {
    opacity: .8; }

.footer {
  background: #1d1d1d;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 35px 0; }
      .footer .panel-collapse {
        height: auto !important; }
      .footer .collapse {
        display: block; }
      .footer .panel {
        float: left; }
      .footer .panel-group {
        margin-bottom: 0; } }
  .footer .panel {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0; }
  .footer .panel-heading {
    background: none;
    padding: 0;
    border-radius: 0; }
  .footer .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0; }
  .footer .column-title {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #5a5a5a;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .footer .column-title {
        border: none; } }
    @media only screen and (min-width: 992px) {
      .footer .column-title {
        /*margin-top: 22px; */ } }
    .footer .column-title .circle-icon {
      display: block;
      width: 22px;
      height: 22px;
      fill: #fff;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .footer .column-title .plus-circle {
      z-index: 10; }
    .footer .column-title .minus-circle {
      z-index: 20;
      opacity: 1;
      -moz-transition: all 0.12s;
      -o-transition: all 0.12s;
      -webkit-transition: all 0.12s;
      transition: all 0.12s; }
    .footer .column-title .collapsed .minus-circle {
      opacity: 0; }
    .footer .column-title a {
      padding: 15px 0;
      display: block; }
      @media only screen and (min-width: 768px) {
        .footer .column-title a {
          color: #ecf743;
          cursor: text;
          padding: 0; } }
      @media only screen and (min-width: 768px) {
        .footer .column-title a:hover {
          color: #fff; } }
  .footer .column {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #fff; }
    .footer .column li {
      margin-bottom: 3px; }
    .footer .column a {
      color: #fff; }
      .footer .column a:hover {
        color: #ecf743; }

body.pml-open .header {
  left: 300px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #1d1d1d;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 50px; } }
  @media only screen and (min-width: 992px) {
    .header {
      height: 35px; } }
  .header .logo {
    text-indent: -9999px; }
    .header .logo img {
      height: 56px;
      width: auto;
      display: block;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header .logo {
        position: absolute;
        top: 0;
        left: 65px; } }
    @media only screen and (min-width: 768px) {
      .header .logo img {
        max-width: 195px;
        height: 85px;
        position: static;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .header .logo {
        position: absolute;
        left: 0;
        top: 0; } }
  .header .menu-icon-btn {
    height: 56px;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .header .menu-icon-btn {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .header .menu-icon-btn {
        height: 35px; } }
  .header .menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    fill: #fff; }
  .header .wishlist-icon {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .header .search-icon {
    width: 20px;
    height: 20px;
    fill: #ecf743; }
  .header .nav-toggler {
    background: none;
    border: none; }
    @media only screen and (max-width: 767px) {
      
	  .header .nav-toggler {
        text-align: left;
        width: 30%; } 
		
		/* custom css by Rama */
		.hero .text-wrap{
				
		 display:none !important;
		
		}
		 .goog-te-gadget{
		 
		  display:none !important;
		 }
		 
		.hero .shop-btn{
		
		 display:none !important;
		}
		.img-foot img[src*="/v/vspfiles/assets/images/"]{
		   padding: 2px !important;
                     width: 80px  !important;
		}
		.v65-productDisplay td{
		
		   width:50% !important;
		}
		.social .column-title{

                   margin-top:20px;                 
                }

		}
  .header .wishlist {
    text-align: center;
    line-height: 50px; }
  .header .tool {
    width: 50%;
    line-height: 50px;
    display: block;
    height: 56px;
    border-left: 1px solid #5a5a5a;
    position: relative;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    @media only screen and (min-width: 768px) {
      .header .tool {
        height: 50px;
        min-width: 64px;
        width: auto; } }
    @media only screen and (min-width: 992px) {
      .header .tool {
        height: 35px;
        line-height: 35px; } }
    .header .tool:hover {
      background: #ecf743; }
    .header .tool svg {
      display: inline-block;
      vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .header .site-search.tool {
      border-left: none; } }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }
.hero {
  display: block;
  position: relative; }
  .hero__image {
    height: auto;
    width: 100%; }
  .hero .text-wrap {
    display: block;
    color: #010101;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hero .large-text {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    display: block; }
  .hero .small-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (min-width: 768px) {
      .hero .small-text {
        margin-bottom: 40px;
		color: #000;
		font-size:16px;
		 } }
  .hero .shop-btn {
background: #ecf743;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    border: 3px solid #000;
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    .hero .shop-btn:hover {
      opacity: 0.6; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .text-wrap {
      top: 80px; }
    .hero .large-text {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero .text-wrap {
      top: 41px !important; left: 40px !important;
	  text-align:right !important;
	  
	  }
	  .hero .small-text{
	   font-size:14px !important;
	   margin-bottom:20px !important;
	  }
    .hero .large-text {
      font-size: 24px; } 
	  
	 /* custom css by rama */
	 .main-menu .vnav__link{
	     
	       font-size:12px !important; 
	    }
	
	  }
  @media only screen and (min-width: 1200px) {
    .hero .text-wrap {
     left: 12%;
    top: 13%;
text-align:right;
 }
    .hero .large-text {
      font-size: 36px; } }

.info {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0; }
  @media only screen and (min-width: 768px) {
    .info {
    /*  margin-top: 40px;  */ } }
  .info a {
    color: #fff; }
  .info svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    fill: #fff; }

.content-wrap {
  background: #fff; }

.search-block {
  padding: 8px 15px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #eee;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .search-block.mobile {
    width: 100%; }

.search-block.opened {
  display: block; }

.site-search {
  position: relative; }
  .site-search .search-form {
    height: 30px; }
  .site-search .open-search {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    line-height: 56px;
    height: 56px;
    text-align: center;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .site-search .open-search {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .site-search .open-search {
        height: 35px;
        line-height: 35px; } }
    .site-search .open-search.opened {
      background: #ecf743; }
    .site-search .open-search .search-icon {
      display: inline-block;
      vertical-align: middle; }
  .site-search__input {
    display: block;
    background: none;
    position: relative;
    border: none;
    margin: 0;
    width: 330px;
    height: 30px;
    line-height: 30px;
    color: #1d1d1d;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .site-search__input::-webkit-input-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:-moz-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input::-moz-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:-ms-input-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .site-search__input:focus:-moz-placeholder {
      opacity: 0; }
    .site-search__input:focus::-moz-placeholder {
      opacity: 0; }
    .site-search__input:focus:-ms-input-placeholder {
      opacity: 0; }
  .site-search__submit {
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #1d1d1d;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .site-search__submit:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.site-tools ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.site-tools li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  font-size: 14px;
  line-height: 35px;
  color: #fff; }
.site-tools a {
  color: #ecf743; }

.social {
  font-size: 0; }
  @media only screen and (min-width: 992px) {
    .social {
      margin-left: 25px; } }
  .social .column-title {
    margin-bottom: 8px;
    font-size: 18px;
    border: none; }
    @media only screen and (min-width: 992px) {
      .social .column-title {
        margin-top: 20px;
        font-size: 16px; } }
  .social .socicon {
    width: 25px;
    height: 25px;
    background: #ecf743;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    .social .socicon:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .social .socicon.fb:hover {
      background: #3a5897; }
    .social .socicon.tw:hover {
      background: #54aced; }
    .social .socicon.pi:hover {
      background: #cc2027; }
    .social .socicon.in:hover {
      background: #3e719b; }
  .social .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    fill: #1d1d1d; }

.top-bar {
  background: #fff;
  min-height: 48px;
  padding: 15px 0;
  display: none; }
  .top-bar .main-menu {
    padding-left: 240px; }
  @media only screen and (min-width: 992px) {

.col-sm-20p{

width:20% !important;
}
.col-sm-16p{
width:16.66666666666667% !important;
}
    .top-bar {
      display: block; } }

  #content_area table.v65-productDisplay, .v-product-grid .v-product{
  text-align:center;
border:1px solid #eee;
}

tr.Multi-Child_Background:nth-child(odd)
{background-color:#efefef;}

@media (max-width:768px) {
iframe, img[src*="/v/vspfiles/photos/categories/"] {width:100%!important;}
img[src*='/v/vspfiles/assets/images/']{width:100%!important;height:auto!important;padding:10%!important;}
}

.v65-productDisplay a span{ color: #000 !important; font-size:13px;font-weight:bold; }
#content_area table.v65-productDisplay, .v-product-grid .v-product img { padding-top:5px; }

.v-product__img img{
width:58%;
}

.vcb-article a {
color: #000 !important; text-decoration:underline !important;
}

#div_articleid_2{ margin-top:-7%; }