/*fix for extra space on old css*/
.wrapper_theoutliers .breakout {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wrapper_theoutliers .flex-valign-middle {
	margin-left:0;
	margin-right:0;
	-webkit-justify-content: center;
  justify-content: center;
}
.wrapper_theoutliers .breakout > .container-fluid,
.wrapper_theoutliers .breakout > .container {
	padding-left:0;
	padding-right:0;
}
/*end fix for extra space on old css*/
.wrapper_theoutliers .wrapper_price {
	font-size: 30px;
	color:#000;
	font-weight: 600;
	padding-bottom:10px;
}
.wrapper_theoutliers .wrapper_price .product-listprice {
	font-size: 22px;
	color:#333;
	font-weight: 300;
}

.wrapper_theoutliers .btn {
	border: 1px solid #ccc;
	font-size:16px;
	color:#4c4c4c;
	font-weight: 300;
	line-height:20px;
	padding:10px 30px;
  display: inline-block;
  padding-bottom:6px;
}

/*big4 buy button showing row style on mobile view*/
.storepage_8 .wrapper_theoutliers .btn,
.storepage_9 .wrapper_theoutliers .btn,
.storepage_10 .wrapper_theoutliers .btn,
.storepage_11 .wrapper_theoutliers .btn {
	display:table;
	margin-bottom:10px;
}

.wrapper_theoutliers .btn + .btn {
	margin-left:1vw;
}

.wrapper_theoutliers .btn.bg-red{
	border: none;
	background-color:#ce0030;
	color:#fff;
}

/*====== section css ===========*/
section.mhl {
	background-color: #000;
}
section.mhl .img-logo {
	position: absolute;
	width:45vw;
	max-width:855px;
	height:auto;
	top: calc(40vw / 2560 * 1180 - 15vw / 855 * 242);
	right:2%;
	transition: .2s all;
}
section.mhl h4 {
	font-size:30px;
	line-height: 40px;
}
section.mhl p {
	font-size: 18px;
}
section.mhl h4,
section.mhl p {
	padding-left:20px;
	padding-right:20px;
}

section.pdt .row.breakout .row {
	margin:0;
}
section.pdt .fea_top,
section.pdt .fea_bottom {
	padding:0;
}
section.pdt .overlay_pdt {
	position:relative;
	background-color:#111;
	transition:.5s height;
}
section.pdt .overlay_pdt .row:last-child {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	opacity:0;
	transition:.4s opacity;
}
section.pdt .overlay_pdt .row:last-child:hover {
	opacity:1;
}
section.pdt .overlay_pdt .flex-valign-middle {
	-webkit-justify-content: flex-start;
  justify-content: flex-start;
}
section.pdt .overlay_pdt .feature-subheader {
	font-size: 18px;
	color:#fff;
	font-weight: 300;
	margin-bottom:0;
	text-transform:uppercase;
}
section.pdt .overlay_pdt p {
	font-size:13px;
	line-height:16px;
	color: #ccc;
	font-weight: 300;
	margin-top:0;
}
section.pdt .overlay_pdt p.txt_mouseover {
	font-size:13px;
	line-height:16px;
	font-weight: 300;
	color: #fff;
}
section.pdt .overlay_pdt .icon img {
	height:35px;
	max-height:96px;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
}
section.pdt .fea_bottom {
	background-color:#f2f2f2;
}
section.pdt .fea_bottom > .row {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
section.pdt .fea_bottom img {
	max-height:440px;
}
section.pdt .fea_bottom ul {
	padding-left: 20px;
	margin-top:0;
	margin-bottom:0;
}
section.pdt .fea_bottom li {
	font-size: 15px;
	color:#4c4c4c;
	font-weight: 400;
	line-height: 18px;
  padding-bottom: 10px;
}

section.spec .wrapper_spec {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:scroll;
}

/*4 pdt, so 4+1header=5 , 5*106=530*/
/*6 pdt, so 6+1header=7 , 7*106=742*/
section.spec .spec_row {
	display:flex;
	width:742px;
	margin-left:auto;
	margin-right:auto;
}

.storepage_3 section.spec .spec_row {
	width:424px;
}
.storepage_1 section.spec .spec_row,
.storepage_7 section.spec .spec_row,
.storepage_8 section.spec .spec_row,
.storepage_9 section.spec .spec_row,
.storepage_10 section.spec .spec_row,
.storepage_11 section.spec .spec_row,
.storepage_12 section.spec .spec_row,
.storepage_15 section.spec .spec_row {
	width:848px;
}

/*if have 5 pdt, so 5+1header=6 , 6*106=636*/
/*if have 6 pdt, so 6+1header=7 , 7*106=742*/
/*if have 7 pdt, so 7+1header=8 , 8*106=848*/

section.spec .spec_row > div {
	padding:4px;
	width:106px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-size:14px;
}
section.spec .spec_row > div:first-child{
	width:106px;
	border-left:1px solid #dedede;
}
section.spec .spec_row:first-child > div{
	border-top:1px solid #dedede;
}
section.spec .spec_row:first-child p {
	text-align: center;
	font-weight: bold;
	margin-bottom:0;
}
section.spec .spec_row:nth-child(2) > div,
section.spec .spec_row:nth-child(9) > div{
	width:100% !important;
	background-color: #ededed;
}
section.spec .spec_row:nth-child(6) {
	display:none;
}
section.spec p {
	padding-left:10px;
	padding-right:10px;
}

section.spec .wrapper_spec > .row {
	margin-left:0;
	margin-right:0;
}

section.freeshipping {
	text-align: center;
  align-items: center;
  justify-content: center;
  margin-top:60px;
  margin-bottom:60px
}

.sem-shipping-bar {
	width:100%;
	margin:0 auto;
  padding: 0 0;
  overflow: auto;
  font-weight: normal;
}

.sem-shipping-bar i {
  float: none;
  display:block;
  font-size: 2em;
  margin-right: 10px;
  margin-top: -5px;
}

.sem-shipping-bar .masthead-free-shipping,
.sem-shipping-bar .masthead-satisfaction {
  float: none;
  width: auto;
  padding: 0 15px;
  margin-left:auto;
  margin-right:auto;
}

.masthead-free-shipping i + a,
.masthead-satisfaction i + a {
  float: right;
  outline: none;
  border: none;
}

.sem-shipping-bar h2 {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.masthead-free-shipping i + a > div > h2,
.masthead-satisfaction i + a > div > h2 {
  font-size: 16px;
  text-align: center;
}

.masthead-free-shipping i + a > div > p,
.masthead-satisfaction i + a > div > p {
  margin: 0;
  text-align: center;
}

section.review {
	background-color: #f2f2f2;
	padding-right:0;
}

section.review h4 {
	text-transform: uppercase;
	font-size:18px;
	margin-top:40px;
	margin-left:20px;
}

section.review .item_article {
	padding:0 30px 40px 30px;
}

section.review .breakout > .col-xs-12 {
	padding-left:0 !important;
	padding-right:0 !important;
}

section.review p{
  font-size: 18px;
	font-weight:100;
  line-height: 1.5;
}

section.review p:first-child{
	margin: 30px 0 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  font-weight: 100;
  line-height: 1.3;
}

section.review p:nth-child(2){
	font-weight:400;
}

section.review .btn:hover {
	cursor:pointer;
}

section.gallery .galleryItem img {
	height:40vw;
	object-fit: cover;
	object-position: 50% 50%;
}

/*media query*/
@media(min-width:426px) {
	section.mhl .img-logo {
		width:30vw;
		top: calc(50vw / 2560 * 1180 - 15vw / 855 * 242);		
		right:5%;
	}
	section.gallery .galleryItem img {
	    height: 30vw;
	}
}

@media(min-width:520px) {
	section.spec .spec_row {
		width:100% !important;
	}
	/*5 to divide from 100% which equal to 20% */
	section.spec .spec_row > div,
	section.spec .spec_row > div:first-child {
		width:20%;
	}
	/*1+5 pdt need to divide from 100% which equal to 16.66666666666667% */
	/*1+6 pdt need to divide from 100% which equal to 14.28571428571429% */
	/*1+7 pdt need to divide from 100% which equal to 12.5% */
	.storepage_3 section.spec .spec_row > div {
		width:25%;
	}
	.storepage_1 section.spec .spec_row > div,
	.storepage_7 section.spec .spec_row > div,
	.storepage_8 section.spec .spec_row > div,
	.storepage_9 section.spec .spec_row > div,
	.storepage_10 section.spec .spec_row > div,
	.storepage_11 section.spec .spec_row > div,
	.storepage_12 section.spec .spec_row > div,
	.storepage_15 section.spec .spec_row > div {
		width:12.5%;
	}
	section.spec .wrapper_spec {
		overflow:auto;
	}
	.storepage_8 .wrapper_theoutliers .btn,
	.storepage_9 .wrapper_theoutliers .btn,
	.storepage_10 .wrapper_theoutliers .btn,
	.storepage_11 .wrapper_theoutliers .btn {
		display:inline-block;
		margin-bottom:0;
	}
}

@media(min-width:768px) {
	section.mhl .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
	}
	section.mhl h4,
	section.mhl p {
		padding-left:0;
		padding-right:0;
	}
	section.pdt .overlay_pdt {
		width:100%;
		background: rgba(0,0,0,0.7);
		position:absolute;
		bottom: 0;
	}	
	.fea_bottom > .row > .col-xs-12:last-child{
		margin-top:2%;
		margin-bottom:2%;
	}
	.sem-shipping-bar {
		width:auto;
    display: inline-block;
    padding: 15px 20px 10px;
    border-radius: 40px;
    border: 1px solid #E6E6E6;
    max-width: 920px;
    margin: 0 auto;
	}
	.sem-shipping-bar .masthead-free-shipping,
	.sem-shipping-bar .masthead-satisfaction {
	    float: left;
	    margin-left: 0;
	    margin-right: 0;
	}
	.sem-shipping-bar i {
	    float: left;
	    display:inline-block;
	    height: 1.2em;
	    font-size: 2em;
	    margin-right: 10px;
	    margin-top: -5px;
	}
	.masthead-free-shipping i + a > div > h2,
	.masthead-satisfaction i + a > div > h2,
	.masthead-free-shipping i + a > div > p,
	.masthead-satisfaction i + a > div > p {
	  text-align: left;
	}
	section.spec .spec_row:nth-child(6) {
		display:flex;
	}
	section.spec .spec_row > div {
		padding:10px;
		font-size:16px;
	}
	section.gallery .product-info-row {
    margin-top: 60px;
	}
	section.gallery .galleryItem img {
		height:20vw;
	}
}

@media(min-width:992px) {
	section.mhl .product-info-row:not(.version2) {
    margin-top: 120px;
    margin-bottom: 120px;
	}
	section.mhl .product-info-row:not(.version2) h4.feature-subheader {
		margin-top:10px;
		text-align: right;
		word-spacing: 1000px;
	}
	section.pdt .overlay_pdt .row:first-child {
		width:48vw;
		margin:0 1vw 0 1vw !important;
	}
	section.pdt .overlay_pdt .row:first-child > div:first-child{
		height:58px;
	}
	section.pdt .overlay_pdt .row:last-child .flex-valign-middle {
    padding: 10px 0;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	}
	section.pdt .overlay_pdt {
		height:100px;
	}
	section.pdt .overlay_pdt .feature-subheader {
		margin-top: 0.6vw;
		font-size: 1.4vw;
	}
	section.pdt .overlay_pdt p {
		margin-bottom: 2px;
	}
	section.pdt .overlay_pdt .icon img {
		margin-bottom:0;
	}
	section.pdt .fea_bottom {
		height:350px;
	}
	.storepage_38 section.pdt .fea_bottom {
		height:400px;
	}
	section.pdt .fea_bottom > .row {
		margin-top:30px !important;
		margin-bottom:0 !important;
	}
	section.spec .wrapper_spec {
		width:90%;
	}
}

@media(min-width:1200px){
	section.pdt .fea_top {
		border-right:1px solid #7c7c7c;
	}
	section.pdt .overlay_pdt {
		height:6.4vw;
	}
	.storepage_8 section.pdt .overlay_pdt,
	.storepage_11 section.pdt .overlay_pdt {
		height: 7.6vw;
	}
	section.pdt .overlay_pdt .row:first-child {
		width:100%;
		height:100%;
		margin: 0 !important;
		padding:0 .5vw 0 .5vw;
	}
	section.pdt .overlay_pdt .flex-valign-middle {
    padding: 10px 0;
    align-items: center;
    -webkit-justify-content: center;
	  justify-content: center;
	}
	section.pdt .overlay_pdt .row > div:first-child {
		height:auto;
	}
	section.pdt .overlay_pdt .feature-subheader {
		margin-top: 1.2vw;
	}
	section.pdt .overlay_pdt p,
	section.pdt .overlay_pdt p.txt_mouseover {
		font-size: 0.94vw;
		line-height: 1.4vw;
	}
	.storepage_8 section.pdt .overlay_pdt p,
	.storepage_9 section.pdt .overlay_pdt p,
	.storepage_10 section.pdt .overlay_pdt p,
	.storepage_11 section.pdt .overlay_pdt p,
	.storepage_37 section.pdt .overlay_pdt p {
		font-size: .92vw;
		line-height: 1.3vw;
	}
	section.pdt .overlay_pdt .icon img {
		margin-bottom: 0;
		height:3vw;
	}
	section.pdt .overlay_pdt .icon img:last-child {
		margin-right:0;
	}
	section.pdt .fea_bottom {
		border-right:1px solid #f5f5f5;
	}	
	section.gallery .galleryItem img {
		height:16vw;
	}
}

@media(min-width:1600px){
	section.pdt .overlay_pdt .feature-subheader {
    font-size: 1.2vw;
	}
	section.pdt .fea_bottom {
		height:22vw;
	}
	.storepage_38 section.pdt .fea_bottom {
		height:25vw;
	}
	section.gallery .galleryItem img {
		height:14vw;
	}
}

@media(min-width:2000px){
	section.pdt .overlay_pdt .row:first-child {
		padding: 0 2vw;
	}
	section.pdt .overlay_pdt .row > div:first-child {
		width:41.66666667%;
	}
	section.pdt .overlay_pdt .row > div:last-child {
		width:58.33333333%;
	}
	section.pdt .overlay_pdt .feature-subheader {
    font-size: 1vw;
	}
	section.pdt .overlay_pdt .icon img {
		height:3.4vw;
	}
	section.pdt .fea_bottom > .row {
		margin-top:60px !important;
	}
	.fea_bottom > .row > .col-xs-12:last-child {
    margin-top: 2vw;
    margin-bottom: 2vw;
	}
}

/*while col have class fullbanner*/
@media(min-width:992px) {
	section.pdt > div > div > div > div.fullbanner {
		width:100%;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top {
		width:66.67%;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
		bottom: calc(50% - 90px);
		width: auto;
		height: auto;
    padding: 40px 0;
	}
  body.storepage_4 section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
    bottom: calc(36% - 90px);
  }
	section.pdt > div > div > div > div.fullbanner .fea_top > img {
		max-height:950px;
		width:100%;
		height:100%;
		object-fit: cover;
		object-position: 50% 50%;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt > .row:first-child {
		width: 320px;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .feature-subheader,
	section.pdt > div > div > div > div.fullbanner .fea_top p:last-child {
		margin-top:0;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .icon {
		margin-top:10px;
	}
	section.pdt > div > div > div > div.fullbanner .overlay_pdt .row:first-child > div:first-child {
		height:auto;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom {
		width:33.33%;
		height:auto;
		display: -ms-flexbox;
		display:flex;
		-ms-align-items: center;
		align-items: center;
		background-color:#000;
		padding:20px 0;
	}
	section.pdt > div > div > div > div.fullbanner.first .fea_bottom {
		background-color:#f2f2f2;
	}
	section.pdt > div > div > div > div.fullbanner.first .fea_top {
		border-right:transparent;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom a:not(.btn) {
		border-bottom:none;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom > .row {
		margin-top:0 !important;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom img {
		margin-bottom:20px;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom li,
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .wrapper_price,
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .btn {
		color:#a6a6a6;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .wrapper_price .product-listprice {
		color:#666;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner.first .wrapper_price {
		color:#000;
	}
	section.pdt > div > div > div > div.fullbanner.first .fea_bottom li,
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner.first .btn {
		color:#4c4c4c;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner.first .wrapper_price .product-listprice {
		color:#333;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom > div > div {
		width:100%;
	  -webkit-justify-content: center;
	  justify-content: center;
	  display: flex;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom img {
		width: 80%;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .btn {
		padding-left:30px;
		padding-right:30px;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .btn.bg-red {
		color:#fff;
	}
}

@media(min-width:1200px) {
	section.pdt > div > div > div > div.fullbanner .fea_top {
		width:75%;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
		bottom: calc(50% - 100px);
	}
  body.storepage_4 section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
    bottom: calc(36% - 90px);
  }
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt > .row:first-child {
		width:30vw;
	}
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt > .row:first-child > div {
		width:100%;
		align-items: flex-start;
		-webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0px 15px;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom {
		width:25%;
	}
	section.pdt > div > div > div > div.fullbanner .fea_bottom img {
		width:100%;
	}
	.wrapper_theoutliers section.pdt > div > div > div > div.fullbanner .btn {
		padding-left:40px;
		padding-right:40px;
	}
}

@media(min-width:2000px) {
	section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
		bottom: calc(50% - 140px);
	}
  body.storepage_4 section.pdt > div > div > div > div.fullbanner .fea_top .overlay_pdt {
    bottom: calc(36% - 90px);
  }
}