


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body {


}

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
max-width: 100%;
  display: block;
}

.logo img {
max-width:163px;
  display: block;
}

a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 244px;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.wrapper{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.top-menu {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
.menu-icons {
	float:left;
}

.top-menu .menu-text {
	float:right;

}
.top-menu .menu-text ul {
	display: inline-block;

}
.top-menu .menu-text li {
	display: inline-block;
    padding: 0 8px;
}

.top-menu .menu-text li a {
	color:#636363;
	font-size:13px;
	font-weight:500;
	transition: all 0.3s;
}


.lb-content .lb-close,
.lb-content .bottombtn {
	color:#fff !important;
}

.lb-content .lb-close {
	font-size:24px !important;
}

.lb-content .bottombtn {
	font-size:15px !important;
}

.content {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background:#fff;
}

.sitefeats {
    width: 100%;
    max-width: 900px;
    float: right;
    padding: 49px 0;
}
.feature {
    float: left;
    color: #555555;
    width: auto;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 6px;
}

.feature h3 {
    font-size: 15px;
    font-weight: 500;
    float: right;
    line-height: 18px;
    color: #636363;
}
.feature h3 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
}
.feature img {
	padding-right:8px;
	float:left;
}



/* Featured Product // START */
.featured-products {
	width: 100%;
	float: left;
	padding:0 0 35px 0;
	text-align:center;
}

.featured-products h2 {
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 30px;
}

.featured-products .product-single {
    display: inline-block;
    max-width: 247px;
    padding: 0 10px;
    margin-bottom: 45px;
}

.featured-products .image-container {
    height: 254px;
    width: 254px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.featured-products .image-container img {
    max-height: 80%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.featured-products .content {
	text-align:center;
}

.featured-products .product-single p {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 70px;
    overflow: hidden;
}

.featured-products .product-single h6 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    margin-top: 10px;
}
/* Featured products // END */




/* NEWSLETTER */
.newsletter {
    background: #10012c;
    color: #fff;
    padding: 15px 0px;
}

.newsletter .content {
	max-width:72%;
	padding:5px 0;
}

.newsletter h3 {
	float: left;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 30px;
}

.newsletter h3 span {
	font-size: 14px;
    font-weight: 300;
    display: block;
}

	
.newsletter .subscribe-btn {
    color: #ffffff;
    font-size: 18px;
	background: #00dfa6;
    padding: 12px 27px;
    float: left;
    font-weight: 400;
}

/* NEWSLETTER */

/* MODAL POP UP */


footer .store-menu .lb-overlay,
.top-menu .lb-overlay {
width: 0px;
height: 0px;
position: fixed;
overflow: hidden;
left: 0px;
top: 0px;
padding: 0px;
text-align: center;
}

footer .lb-overlay:target,
.top-menu .lb-overlay:target {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
top: 0;
bottom:  0;
overflow-y:  auto;
padding-top: 34px;
box-sizing:  border-box;
padding-bottom: 60px;
z-index: 99;
padding-left: 34px;
padding-right: 34px;
}

footer .lb-overlay::-webkit-scrollbar,
.top-menu .lb-overlay::-webkit-scrollbar {
width: 0px;  /* remove scrollbar space */
background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
footer .lb-overlay::-webkit-scrollbar-thumb,
.top-menu .lb-overlay::-webkit-scrollbar-thumb {
background: #FF0000;
}

footer .store-menu .lb-content,
.top-menu .lb-content{
width: 100%;
max-width: 1056px;
margin-left: auto;
margin-right: auto;
background: #fff;
padding-left: 29px;
padding-right: 29px;
/* overflow: hidden; */
border-radius: 6px;
position: relative;
box-shadow: 1px 5px 9px 1px rgba(0,0,0,0.75);
padding-top: 18px;
box-sizing:  border-box;
padding-bottom: 30px;
}

footer .store-menu .lb-content {
    top: 67%;
}

.top-menu .lb-content {
    top: 10%;
}

footer .store-menu .bottombtn,
.top-menu .bottombtn  {
	width: 60px;
    height: 23px;
    background: #204289;
    clear: both;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    top: 20px;
}

footer .store-menu .product-single .lb-content,
.top-menu .product-single .lb-content {
top: 56%;
}

footer .store-menu .lb-overlay:target .lb-content,
.top-menu .lb-overlay:target .lb-content  {
animation: fadeInScale 0.8s ease-in-out;
}
@keyframes fadeInScale {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}

footer .store-menu .lb-content-inner,
.top-menu .lb-content-inner{
overflow: hidden;
}

footer .store-menu .lb-content h1,
.top-menu .lb-content h1 {
font-size: 24px;
line-height:35px;
font-weight: 400;
color: #101010;
text-transform: uppercase;
border-bottom: 4px solid #287bbc;
text-align: left;
padding-bottom: 3px;
margin-bottom: 22px;
}

footer .store-menu .lb-content .about-text,
.top-menu .lb-content .about-text{
float: left;
width: 100%;
text-align:left;
box-sizing: border-box;
max-height:350px;
min-height:100px;
overflow-y: scroll;
padding:0 10px;
}

.about-text a {
	color:#00509d !important;
}
	
footer .store-menu .fullwidth.
.top-menu .fullwidth {
	width:95%;
}

footer .store-menu .lb-content h6,
.top-menu .lb-content h6 {
font-size: 20px !important;
font-weight: 700;
color: #000 !important;
border-bottom: 3px solid #204289;
text-transform: uppercase;
text-align:  left;
padding-bottom: 6px;
}



footer .store-menu .lb-content h2,
.top-menu .lb-content h3 {
	font-weight: 400 !important;
    color: #000000 !important;
    padding-top: 13px;
    font-size: 24px;
}


footer .store-menu .lb-content h3,
.top-menu .lb-content h3 {
	font-weight: 400 !important;
    color: #000000 !important;
    padding-top: 13px;
    font-size: 22px;
}


footer .store-menu .lb-content h4,
.top-menu .lb-content h3 {
	font-weight: 400 !important;
    color: #000000 !important;
    padding-top: 13px;
    font-size: 20px;
}

footer .store-menu .lb-content h5,
.top-menu .lb-content h3 {
	font-weight: 400 !important;
    color: #000000 !important;
    padding-top: 13px;
    font-size:  18px;
}

footer .store-menu .lb-content p,
.top-menu .lb-content p {
    font-size: 15px !important;
    line-height: 30px;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    padding-top: 15px !important;
}

footer .store-menu .lb-content p strong,
.top-menu .lb-content p strong{
    font-weight: 700;
}

footer .store-menu .lb-close {
    position: absolute;
    top: -30px;
    right: -27px;
    z-index: 10000;
    background: #204289;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 15px;
    font-size: 32px;
    color: #fff;
}

.top-menu .lb-close{
    position: absolute;
    top: -30px;
    right: -27px;
    z-index: 10000;
    background: #204289;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 15px;
    font-size: 24px;
    color: #fff;
}




header {
    width: 100%;
    float: left;
}

.top-menu {
    padding: 15px 0;
	font-size:18px;
	font-weight:800;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.top-menu span {
	color:#ff9400;
}
.top-menu .floatleft {
    float: left;
    width: 100px;
}

.top-menu .floatleft img {
	float:left;
	margin-right:20px
}
.top-menu .floatright {
    float: right;
    width: 395px;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.top-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 8px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.top-menu ul li a {
	color:#fff;
	display:inline-block;
}

.top-menu p img {
    float: left;
    margin-right: 11px;
}

.logo {
    float: left;
    position: relative;
    z-index: 9;
    margin: 30px 0;
}


#eBayAPPSchema {
	display:none;
}
nav {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background: #10012c;
}

nav .content {
	padding-right:0;
	background:#fff0;
}
nav .menu {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

nav .menu li {
	display:inline-block;
	padding:0 55px;
}
nav .menu li:first-child {
	padding-left:0 !important;
	
}

nav .menu li:last-child {
	padding-right:0 !important;
	color:#4e84ac !important;
}


nav .menu li a.last {
	color:#4e84ac !important;
}


nav .menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: all 0.3s;
	position: relative;
}

nav .menu li a:hover,
.top-menu .menu-text li a:hover,
footer .footer-links ul li a:hover {
	color:#00dfa6;
}

.midsec {

    float: left;
    width: 100%;
}


.relatedwarning {
    border: 1px dotted red;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
    background: #ffecec;
}

.features-top {
  float: right;
  width: 100%;
  display:  flex;
  align-items:  center;
  justify-content: space-evenly;
  height: 49px;
  padding-right: 11px;
  box-sizing:  border-box;
  background: #858585;
}

.features-top .feature-single {
  float: left;
}

.features-top .feature-img {
  float: left;
}

.features-top .feature-content {
  float: left;
  text-align: center;
  padding-left: 10px;
  margin-top: 9px;
}

.features-top .feature-content p {
  font-size: 14px;
  color: #e3e3e3;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}



#GlobalNotice {
    text-align: center;
    background: #fff7f7;
    border: 1px dotted red;
    padding: 20px;
    width: 80%;
    margin: 20px auto;
	font-family: 'Montserrat', sans-serif;
}

#GlobalNotice h3 {
	padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
	font-size: 18px;
    font-weight: 500;
}
#GlobalNotice #gn_msg:before {
	font-size: 14px;
    line-height: 23px;
}


.banner {
	width:100%;
	float:left;
	clear:both;
	padding:15px 0;
}

.banner-container {
    clear: both;
    max-width: 1150px;
    margin: 0 auto;
}



.midflow {
	width:100%;
	background: #f4f4f4;
	padding:25px 0;
	text-align:center;
}

.midflow h1 {
    font-size: 25px;
    font-weight: 700;
    color: #111111;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 26px;
    padding-bottom: 15px;
}

.midflow h1 hr {
    width: 150px;
    border-bottom: 4px solid #0f63a1;
    text-align: center;
    margin: 20px auto 0;
}

.midflow img {
	height: 200px;
    width: 240px;
    display: inline-block;
    margin: 30px 20px;
}




.gallery-container {
  width: 100%;
  float: left;
}

.gallery {
  position: relative;
  width:48%;
  float: left;
  padding-top: 21px;
}

.white-box {
    width: 100%;
    max-width: 400px;
    height: 400px;
    float: right;
    border: 1px solid lightgrey;
}

.thumbnails {
  width: 22%;
  float: left;
}

.thumbnails input[type=radio] {
  display: none;
}

.thumbnails label {
    display: inline-block;
    width: 106px;
    height: 79px;
    position: relative;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    background: #fff;
}

.thumbnails label:hover {
  border: 1px solid #a9a9a9;
}

.thumbnails .item-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    max-height:70px;
    width: auto;
    max-width: 87px;
}

.g-img-con {
	width: 400px;
    height: 400px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 22px;
    right: 0;
    box-sizing: border-box;
}

.gallery-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
    max-width: 400px;
    height: 400px;
    max-height: 400px;
  -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
  -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
  -o-animation: cssAnimation 0.7661s 1 ease-in-out;
  overflow: hidden;
  z-index: 1;
}

#image1:checked ~ .g-img-con #gallery-content-1,
#image2:checked ~ .g-img-con #gallery-content-2,
#image3:checked ~ .g-img-con #gallery-content-3,
#image4:checked ~ .g-img-con #gallery-content-4,
#image5:checked ~ .g-img-con #gallery-content-5,
#image6:checked ~ .g-img-con #gallery-content-6,
#image7:checked ~ .g-img-con #gallery-content-7,
#image8:checked ~ .g-img-con #gallery-content-8,
#image9:checked ~ .g-img-con #gallery-content-9,
#image10:checked ~ .g-img-con #gallery-content-10,
#image11:checked ~ .g-img-con #gallery-content-11,
#image12:checked ~ .g-img-con #gallery-content-12 {
  display: block;

  -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
  -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
  -o-animation: cssAnimation 0.7661s 1 ease-in-out; 
}

.thumbnails .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.thumbnails .gallery-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	max-height: 398px;
    max-width: 398px;
}

.grid-item {
  height: 20%;
  width: 20%;
}
.grid-item:hover { cursor: move; }
.grid-item:hover ~ img {
  max-width: 200%;
  max-height: 200%;

  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 600ms ease-out;
  transition: 600ms ease-out;
}

.grid-item:hover:nth-of-type(5n + 1) ~ img {
  left: 0px;
}
.grid-item:hover:nth-of-type(5n + 2) ~ img {
  left: -137px;
}
.grid-item:hover:nth-of-type(5n + 3) ~ img {
  left: -274px;
}
.grid-item:hover:nth-of-type(5n + 4) ~ img {
  left: -411px;
}
.grid-item:hover:nth-of-type(5n + 5) ~ img {
  left: -548px;
}

.grid-item:hover:nth-of-type(1n + 1) ~ .zoom-image {
  top: 0px;
}
.grid-item:hover:nth-of-type(1n + 6) ~ .zoom-image {
  top: -96px;
}
.grid-item:hover:nth-of-type(1n + 11) ~ .zoom-image {
  top: -193px;
}
.grid-item:hover:nth-of-type(1n + 16) ~ .zoom-image {
  top: -290px;
}
.grid-item:hover:nth-of-type(1n + 21) ~ .zoom-image {
  top: -387px;
}

.zoom-image {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: -1;
}

@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}


.heropoints {
	border: 1px solid #f47920;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
    text-align: center;
	margin-top:30px;
}

.heropoints ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 18px;
    font-weight: 400;
    color: #546470;
}

.heropoints ul li img {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 12px;
}

.gallery-detail {
    width: 100%;
    margin-top: 25px;
    padding-left: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #10012c;
    padding: 15px;
}

.gallery-detail img {
	clear:both;
	margin-top:127px;
	float:left;
	max-width:320px;
}

.gallery-detail h1 {
font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}

.gallery-detail h5 {
    font-size: 14px;
    font-weight:  200;
    color: #444;
	padding:10px 0;
}

.gallery-detail .price {
	display:none;
    font-size: 30px;
    font-weight: 600;
    float: left;
    margin-top: 20px;
    color: #00dfa6;
}

.gallery-detail .price span {
	float:right;
}

.short-desc h1 {
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 20px;
}
.short-desc h2 {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 20px;
}

.short-desc h3 {
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 20px;
}
.short-desc h4 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 20px;
}
.short-desc h5 {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
}
.short-desc h6 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 20px;
}

.short-desc p {
    font-size: 17px;
    font-weight: 400;
	padding:6px 0;
	line-height:22px;
}
.short-desc ul {
	margin-left:35px;
}
.short-desc ul li {
    font-size: 15px;
    font-weight: 400;
	line-height:22px;
}


.price img {
	float:right;
	display:inline-block !important;
}

.gallery-detail .desc {
  width: 100%;
  float: left;
  border-top: 1px solid #f4f4f4;
  padding-top: 24px;
  margin-top: 53px;
  padding-left: 25px;
  padding-right: 12px;
  box-sizing:  border-box;
  padding-bottom: 40px;
}

.gallery-detail .desc h6 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
  display:  inline-block;
  text-decoration:  underline;
}

.gallery-detail .desc p {
  margin-left: 0;
}

.gallery-detail .desc ul {
    margin-left: 25px;
}

.gallery-detail .desc p,
.gallery-detail .desc ul li {
  font-size: 14px;
  font-weight: 300;
  color: #111111;
  line-height: 25px;
}




.tabs-container {
    width: 100%;
    float: left;
    clear: both;
}

.tabs {
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
    padding:28px 0 15px;
    text-align: left;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #5d5c5c;
    display: inline-block;
    cursor: pointer;
    background: #eeeeee;
}

.specstabs {
    width: 930px;
    margin: 0 auto;
}

.specstabs h5 {
	max-width: 227px;
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    color: #f47920;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px
}

.specstabs ul {
	float: right;
    width: 660px;
}

.specstabs ul li {
	list-style-type:none;
	padding: 6px 50px !important;
	text-transform:uppercase;
}

.specstabs ul li strong,
.specstabs ul li b {
    float: right;
    width: 190px;
}

.specstabs ul li:nth-child(odd) {
	background:#c8d0d4;
}

.tab1 {
	text-transform:uppercase;
}

.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 210px;
    padding: 15px 5px;
}

.tabs [id^="tab"]:checked + label {
    z-index: 1;
    color: #fff;
    font-weight: 600;
    background: #00dfa6;
}

.tab-content {
    display: none;
    width: 94%;
    float: left;
    text-align: left;
    padding: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
	border: 1px solid #eeeeee;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

#tab-content2 table {
	border-collapse: collapse;
}
#tab-content2 table tr {
    padding: 5px 0;
    line-height: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #111111;
}

#tab-content2 table tr td {
    min-width: 100px;
    border: 1px solid #d6d6d6;
    padding: 10px;
}

.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content p {
    padding: 5px 0;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #111111;
}


.tab-content ol, .tab-content ul {
	margin-left:30px;
}

.tab-content ul li {
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
	color: #111111;
}

.tab-content ol ol li {
  list-style-type: lower-alpha;
}

.tab-content ol ol ol li {
  list-style-type: lower-roman;
}

.tab-content ul {
  padding-bottom: 6px;
  padding-left: 3px;
}

.tab-content ul ul li {
  list-style-type: circle;
}

.tab-content ul ul ul li {
  list-style-type: square;
}

@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}


footer {
	background:#e7f0f7;
	clear:both;
    font-family: 'Montserrat', sans-serif;
}

footer .content {
	background:#4440;
	padding:20px;
}

.footerbtm {
    background: #dddddd;
    color: #2b2b2b;
	font-family: 'Montserrat', sans-serif;
}

.footerbtm .content {
	background:#fff0;
}

.copyrights-info {
    clear: both;
    padding: 24px 0 0;
    font-size: 13px;
}

.footer-links h3 {
	font-size:16px;
	font-weight: 600;
	padding-bottom:20px;
}

.copyrights-info span {
    position: relative;
    top: -11px;
}

footer .payment-info {
  float: right;
  width: 38%;
  margin-top:  28px;
  margin-bottom: 15px;
}

footer .payment-info img {
  float: right;
}

.copyright {
	background: #546670;
}

footer .footer-links {
    float: left;
    color: #464646;
    font-weight: 300;
    padding: 30px 0px 0 0;
}
.col-lg-3 {
    width: 254px;
}
footer .footer-links ul {
    list-style-type: none;
}

footer .footer-links ul li {
}

footer .footer-links ul li a {
    font-size: 14px;
    color: #464646;
    line-height: 28px;
    font-weight: 400;
	transition: all 0.3s;
}
footer .footer-links ul li strong a{
	color:#d4d4d4;
	font-weight:600;
}

footer .aboutinfo {

    max-width: 303px;
    padding-right: 55px;
    padding: 0px 55px 0px 0;
}

footer .aboutinfo p {
    font-size: 13px;
    color: #464646;
    font-weight: 400;
    line-height: 21px;

}

.copyrights-info img {
    float: right;
    margin-top: -20px;
}

.relatedwarning {
	display:none;
}

.desktophidden {
	display:none;
}
.mobilehidden {
	display:block;
}



@media (max-width: 1200px) {

}

@media (max-width: 1150px) {

nav .menu li {
	padding:0 15px;
}
	.featured-products .product-single {
		max-width:243px;
	}
	featured-products .image-container {
		height: 242px;
		width:242px;
	}
	
	.thumbnails .gallery-content img {
		max-height: 388px;
		
	}
	.g-img-con {
		width: 391px;
		height: 395px;
		top: 17px;
	}
	.white-box {
		max-width: 390px;
		height: 390px;
	}
	.col-lg-3 {
		width: 246px;
	}
	
	.sitefeats {
		max-width: 570px;
	}
	.feature {
		margin: 0 13px;
	}
	
	.newsletter .content {
		max-width:72%;
	}
	
}


@media (max-width: 1100px) {
	nav,
	.featured-products,
	.menu-icons {
		display:none;
	}
	.sitefeats {
		max-width:620px;
		padding: 14px 0;
	}
	.feature {
		margin: 15px;
		width: 266px;
	}
	
	.feature h3 {
		float:left;
	}

	.gallery {
		max-width: none;
		width: 100%;
	}
	.white-box {
		width: 100%;
		max-width: 520px;
		height: 520px;
		float: none;
		margin: 0 auto;
	}
	
	.thumbnails {
		max-width: none;
		margin: 0 auto;
		text-align: center;
		float:none;
		width:100%;
	}
	.thumbnails .gallery-content img {
		max-height: 519px;
		max-width: 513px;
	}
	.g-img-con {
		width: 510px;
		height: 510px;
		overflow: hidden;
		position: absolute;
		top: 15px;
		right: 0;
		left: 0;
		box-sizing: border-box;
		margin: 0 auto;
		top:25px;
	}
	
	.gallery-content {
		max-width: 523px;
		height: 527px;
		max-height: 527px;
	}
	
	.gallery-detail {
		max-width:none;
		width:100%;
		text-align:center;
		padding-left:0;
		margin-top:30px;
	}
	
	.gallery-detail .price {
		width: 100%;
		clear: both;
		margin-bottom: 37px;
	}
	
	.gallery-detail img {
		clear: both;
		margin: 30px auto;
		float: none;
	}
	
	
	.thumbnails {
		margin-top:20px;
	}

	footer .footer-links {
		text-align:center;
	}
	
	footer .footer-links ul li {
		display:inline-block;
		padding:0 10px;
	}
	
	.desktophidden {
		display:block;
	}
	.mobilehidden{
		display:none;
	}

.top-menu .menu-text {
    float: none;
    text-align: center;
}

.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 195px;
}

footer .aboutinfo {
	max-width:100%;
	padding-right:0 !important;
  
}

footer .aboutinfo img {
	margin:0 auto;
}

.col-lg-3 {
    width: 60%;
}

.copyrights-info {
	text-align:center;
}


}

@media (max-width: 1024px) {
	
	footer .store-menu .lb-content, .top-menu .lb-content {
		top:15%;
	}
	
	.midsec {
	    border-top: 1px solid #e0e0e0;
	}
	
	.banner {
		display:none;
	}
.sitefeats {
    max-width: 620px;
    padding: 26px 0;
}
.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 99%;
}

.col-lg-3 {
    border-bottom: 1px solid white;
    padding-bottom: 30px !important;
}

.col-lg-3,
footer .footer-links {
    width: 100%;
}

footer .footer-links img {
	margin:0 auto;
}
}

@media (max-width: 980px) {
.sitefeats {
    max-width: 596px;
}

	.tab-content{
	    border: 0 solid #eeeeee !important;
	}
	footer .aboutinfo p {
		text-align: center;
	}
}

@media (max-width: 900px) {
.sitefeats {
    max-width: 596px;
}
	
	.gallery-detail img {
		width:30%;
	}
	
	.feature img {
		padding-right:0;
	}
}

@media (max-width: 800px){
	.logo {
		float:none;
	}
	
	.logo img {
		margin:0 auto;
	}
	.sitefeats {
		max-width:100%;
		border-top: 2px solid #204289;
	}
	
	.feature {
		text-align:center;
		width:45%;
	}
	
	.feature img {
		margin:0 auto;
		float:none;
	}
	.feature h3 {
		margin:0 auto;
		float:none;
	}
	.feature h3 span {
		padding-left: 4px;
		display:inline-block;
	}
	
	.tab-content {
		width: 693px;
		border:0 !important;
	}
}

@media (max-width: 770px){
	.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
		width: 98.5%;
		border-bottom: 1px solid #bfbfbf;
	}
	.tab-content {
		width: 97%;
		padding:10px;
	}
}

@media (max-width: 736px){
}

@media (max-width: 667px){
}

@media (max-width: 640px){
	.feature {
		width:44%;
	}
}

@media (max-width: 578px) {
	.copyrights-info {
		clear: both;
		padding: 24px 0 0;
		font-size: 15px;
		text-align: center;
	}
	.copyrights-info span {
		position: relative;
		top: -10px;
		text-align: center;
	}
	.copyrights-info img {
		float:none;
		margin:20px auto !important;
	}
}

@media (max-width: 568px){
	.white-box {
		max-width:100%;
		height: 522px;
	}
	.g-img-con {
		width:100%;
		height:525px;
	}
	.thumbnails .gallery-content img {
		max-height: 99%;
		max-width: 99%;
	}
	.gallery-content {
		max-width: 100%;
		height: auto;
		max-height: none;
	}
}

@media (max-width: 535px) {
	.feature {
		width:43%;
	}
}

@media (max-width: 480px) {
	.white-box {
		max-width:100%;
		height: 452px;
	}
	.g-img-con {
		width:100%;
		height:452px;
	}
	.thumbnails .gallery-content img {
		max-height: 99%;
		max-width: 99%;
	}
	.gallery-content {
		max-width: 100%;
		height: auto;
		max-height: none;
	}
}

@media (max-width: 463px) {
	.feature {
		width:42%;
	}
	.white-box {
		max-width:100%;
		height: 439px;
	}
	.g-img-con {
		width:100%;
		height:439px;
	}
}

@media (max-width: 414px){
	.feature {
		width:44%;
		margin:10px;
		}
	.feature h3,
	.feature h3 span {
		font-size:13px;
	}
	.white-box {
		max-width:100%;
		height: 389px;
	}
	.g-img-con {
		width:100%;
		height:389px;
	}
}

@media (max-width: 395px){
	.feature {
		width:44%;
		margin:8px;
		}
	.gallery-detail img {
		width:64%;
		margin: 10px auto;
	}
	.white-box {
		max-width:100%;
		height: 369px;
	}
	.g-img-con {
		width:100%;
		height:369px;
	}
}


@media (max-width: 375px){
	.feature {
		width:45%;
		margin:8px;
		}
	.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
		width:96.5%;
	}
	.white-box {
		max-width:100%;
		height: 348px;
	}
	.g-img-con {
		width:100%;
		height:348px;
	}
}

@media (max-width: 374px){
	.feature {
		width: 100%;
	}
	.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
		width:96.5%;
	}
}

@media (max-width: 320px){
}



#footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}

.dbusfoot {

    margin: 20px auto 0;
    max-width: 617px;
    height: 20px;
    background-repeat: no-repeat;
	background-position: center; 
	clear:both;
	position:relative;
	top:10px;
}

.dbus {
    text-align: center;
    background-image: url('');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
	height: 70px;
	margin-bottom:30px;
	}