.btn-main {
    color: #fff;
    background-color: #ee6e04;
    border-color: #ee6e04;
    border-radius: 0;
    box-shadow: 3px 2px 3px #000000;
}
.btn-main:hover {
    color: #fff;
    background-color: #ee6e04;
    border-color: #ee6e04;
}
textarea{
	resize:none;
}
body{
	position:relative;
	min-height: 100vh;
}
.logo{
	width:10rem;
}
#head-nav{
	background:transparent;
}
.top-background {
	background:url(../images/banner.png);
	margin-top: -7rem;
	background-size: 100% 100%;
    min-height:auto;
}
#top-search{
	margin-top:6rem;
	margin-bottom:1rem;
	padding-top:1rem;
}
#top-search input, #top-search select{
	background: rgba(22,45,59,0.7);
    border-color: #162d3b;
	color:#ccc;
	font-size:0.8rem;
}
#top-search input:focus, #top-search select:focus{
	box-shadow: 0 0 0 0.2rem rgba(22,45,59,.25);
}
#top-search input::-webkit-input-placeholder{
	color:#ccc;
}
#top-search input::-moz-placeholder{
	color:#ccc;
}
#top-search input:-ms-input-placeholde{
	color:#ccc;
}
#top-search .input-group-append button{
	background:#162d3b;
	border-color: #162d3b;
	color:#fff;
}
.inner-search.fixed-top{
	margin-top:3rem;
	background:#343a40;
}
.homeProductList{
	position: relative;
    box-shadow: 0 0 15px #ddd;
    background: #fff;
    padding: 5px;
    margin: 0 0 1rem 0;
    width: 100%;
    cursor: pointer;
}
div.homeProductList:hover {
    -webkit-transform: translateX(0rem) translateY(-0.5rem);
    transform: translateX(0rem) translateY(-0.5rem);
}
.homeProductList a{
	text-decoration:none;
}
.productThumbnailList {
    text-align: center;
    height: 200px;
    width: inherit;
    position: relative;
}
.productThumbnailList img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
}
.productDescriptionHeading {
    background-color: #fff;
    padding: 0.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: black;
    min-width: 0;
}
.productDescriptionHeading span > h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.2rem;
}

.productListPriceTag {
    position: relative;
    width: 100px;
    padding: 6px 10px 6px 0;
    font-size: 0.8rem;
    color: #FFF;
    background: #ee6e04;
    -webkit-transform: skewX(15deg) translateZ(0);
    transform: skewX(15deg) translateZ(0);
    -moz-transform: skewX(15deg) translateZ(0);
    z-index: 0;
}
.productListPriceTag:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -3px;
    z-index: -1;
    background: #ee6e04;
    transform-origin: top left;
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

#amzn_assoc_ad_div_adunit_0, .affiliateAdsByFlipkart
{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
}

.inner-search #trending-box{
	display:none;
}

ul {
    list-style: none;
    padding-left: 0;
}
.product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
}
.product-variants > .product-variants-item {
    margin: 1.25rem 0;
}

.product-actions .control-label {
    margin-bottom: .375rem;
    display: block;
    width: 100%;
}

.product-variants > .product-variants-item select {
    border: 1px solid #ebebeb;
    height: 4rem;
    width: 6rem;
}

.product-variants > .product-variants-item ul li {
    margin-right: .625rem;
}
.input-container {
    position: relative;
}
.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin: .3125rem;
        margin-top: 0.3125rem;
        margin-left: 0.3125rem;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    background-size: contain;
}

.inner-search{
	background: #343a40;
    min-height: auto!important;
	margin-top:0;
}
.inner-search #top-search{
	margin-top:0;
	margin-bottom:0;
	padding-top:0.5rem;
}

#main .h4{
	font-size:1.25rem;
}
.product-description {
    background-color: #203641;
    border-left: 10px solid #ee6e04;
    border-bottom: 10px solid #ee6e04;
    color: #ffffff;
    font-size: 0.8rem;
	margin-bottom: 2rem;
}
.product-description ul{
	list-style: inside;
}
.product-description h4 span:after{
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ee6e04;
    transform-origin: bottom right;
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);

}
.product-description h4 span {
    background-color: #ee6e04;
    line-height: normal;
    padding: 0 10px;
    position: relative;
    z-index: 0;
}

#amazingslider-wrapper-1{
	background:#203641;
}

.productDetailsPriceTag{
	position: relative;
    padding: 4px 10px 4px 0;
    font-size: 1.2rem;
    color: #FFF;
    background: #ee6e04;
    z-index: 0;
    margin-left: auto;
}
.productDetailsPriceTag:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -6;
    z-index: -1;
    background: #ee6e04;
    transform-origin: top left;
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.product-prices{
	padding: 0 20px;
    background-color: #203641;
    border-top: 5px solid #ee6e04;
}
#productPriceList {
    font-size: 1rem;
    background-color: transparent;
    font-weight: bold;
}
#productPriceList tr td {
	border-top:1px solid #747779;
}
#productPriceList tr:first-child td {
    border-top: none;
}
#productPriceList td:first-child {
    color: #747779;
    padding-left: 0;
    vertical-align: middle;
}
#productPriceList td:nth-child(2){
	color: #ffffff;
    padding-right: 0;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: 1;
}

.main-footer{
	background: #000;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid #000;
    margin: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.8rem;
	position: absolute;
}

.main-footer a {
	border: 1px solid #ee6e04;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #ee6e04;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.main-footer a > i.fa{
	font-size:1.2rem;
}
#contact .modal-content{
	background-color: #203641;
    border-left: 10px solid #ee6e04;
    border-bottom: 10px solid #ee6e04;
    color: #ffffff;
    font-size: 1rem;
    padding-top: 5px;
	border-radius:0;
}
#contact h4 span {
    background-color: #ee6e04;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    z-index: 0;
}
#contact h4 span:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ee6e04;
    transform-origin: bottom right;
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
#contact .modal-header{
	padding:0;
	border:none;
}

#contact form label {
    color: #aaaaaa;
}

#contact input, #contact textarea {
    box-shadow: 3px 3px 3px #000, 0px 3px 3px #ccc inset;
    border-radius: 0;
    padding: 0.4rem 0.5rem;
}
.searchFor{
	color:#fff;
}
.amazingslider-slides li img{
	width:100%;
}
.amazingslider-thumbnails li img {
	width: 90%;
    padding: 5px;
   
}
.amazingslider-thumbnails li.active img{
	 border: 2px solid #fff;
}

#preview{
	margin-top: 10px;
	border:1px solid black;
	width:80%;
	height:300px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	 position: absolute;
	z-index: 2;
	top: 0;
	right: -30rem;
	 zoom: 200%;
}
.amazingslider-slides li img{
	cursor:url('https://images-na.ssl-images-amazon.com/images/G/31/apparel/rcxgs/tile._CB483369979_.gif'), auto;
}
.price-in-list span{
	display:table-cell;
	vertical-align:middle;
}
@media (min-width:992px){
	
	.top-background {
		min-height:20rem;
		margin-top:-5.5rem;
	}

	.logo{
		width:20rem;
	}
	
	.bg-dark .logo{
		width:15rem;
	}
	.inner-search.fixed-top{
		margin-top:-0.5rem;
		background:transparent;
		width:70%;
		margin-right:0;
		margin-left:auto;
	}

	.inner-search{
		width: 70%;
		margin-top: -5rem;
		margin-left: auto;
		margin-right: 0;
	}
	#amzn_assoc_ad_div_adunit_0
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		
	}
	.affiliateAdsByFlipkart
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#top-search{
		margin-top:7rem;
		margin-bottom:3rem;
		padding-top:1.5rem;
	}
	#top-search input, #top-search select{
		font-size:1rem;
	}
	
	.inner-search #top-search{
		margin-top:0;
		margin-bottom:0;
		padding-top:1.5rem;
	}
	
	.main-footer{
		font-size: 1rem;
	}
	#main .h4{
		font-size:1.5rem;
	}
	.product-description {
		font-size:1rem;
	}
	.productDetailsPriceTag{
		font-size:1.8rem;
	}
}

@media (min-width:1200px){
	.inner-search.fixed-top, .inner-search{
		width:100%;
	}
	@media screen and (orientation:landscape) and (max-width:1400px) {
		.inner-search.fixed-top, .inner-search{
			width:80%;
		}
	}
	
}
