#list-cartbtn {
	display: flow-root;
    width: 100%;
    margin-top: 2%;
}

.product-miniature #list-cartbtn {
	min-height: 31.6px;
}

.list-qty-btn {
	width: 100% !important;
    height: 25px;
    color: #000;
    padding: 0 10px;
}

#list-cartbtn .input-group-btn .btn {
    border: 0;
    box-shadow: none;
    color: #2196f3;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    padding: 4px 7px;
    text-transform: uppercase;
	outline: none;
	margin-right: 0px !important;
}

.product-miniature #list-cartbtn .input-group {
	width: 35%;
	float: left;
	margin-bottom: 1%;
}

#product .product-miniature #list-cartbtn .input-group {
    width: 50%;
}

.product-list #list-cartbtn .input-group {
    width: 50%;
    float: left;
    margin-bottom: 1%;
}

.clear-both {
	clear: both;
}

.list-addtocart {
	width: 50%;
    padding: 3px 0px;
    font-size: 13px;
    margin-top: 1%;
    float: right;
    background: #ffe600 !important;
    color: #06c;
    font-weight: bold;
    border: 1px solid #ccc;
    text-transform: capitalize;
	outline: none !!important;
}

.list-addtocart:hover {
	background: #06c !important;
}

#category #js-product-list .js-product-miniature {
    height: 675px !important;
}

[data-component="TT--CTA--in--PLP"] .TT--CTA-in-PLP {
    margin-top: 5px !important;
}

/*-------- Product Page ---------*/
#product .product-accessories .div-product-accessories .js-product-miniature {
    height: 556px !important;
}

#product .bx-viewport {
	height: 504px !important;
    margin-bottom: 10%;
}

#product .bx-viewport .products {
	width: 100% !important;
}

#product .bx-viewport .product-miniature.js-product-miniature {
    box-shadow: 0px 4px 11px 0 !important;
}

#product .bx-viewport article.product-miniature.js-product-miniature {
	height: 484px;
}
#product .product-miniature .list-warranty {
    padding: 0px 4px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.product-miniature .list-nowarranrty{
    border: none !important;
}

#product .product-miniature .list-warranty {
    min-height: 60px;
}

#product #list-cartbtn {
    padding: 0 4px;
}
/*-------- Product Page End ---------*/

@media screen and (max-width: 767px) {
	.product-list #list-cartbtn .input-group {
		width: 30%;
	}
	.list-addtocart {
		width: 38%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 481px) {
	.product-miniature #list-cartbtn .input-group {
		width: 42%;
	}
}