/* EQUALS SCREEN SIZE */

@media (min-width : 1200px){
	
}

@media (min-width : 1024px) and (max-width : 1199px){
	
}

@media (min-width : 768px) and (max-width : 1023px){
	#productAccordionWrapper .brandDesc
	{
		padding:10px 0 0 0;
		clear: both;

	}
	.toolbar .sorter .display-mode {
		 display: none;
	}

	.toolbar .sorter .sort-by{
		text-align: right;
	}
	.checkout-cart-index button.deals
	{
		margin-top:14px;
		padding: 5px 0;
	} 
	#discount-coupon-form button
	{
		margin-top:21px;
	}

	.cvg_shoplook.catalog-product-view a.findSize
	{
		bottom:-20px;
		left:0;
		padding:0!important;
	}
}

@media (max-width : 767px){
	#discount-coupon-form button
	{
		margin-top:32px;
	}
	#discount-coupon-form button.cancel-btn
	{
		margin-top:10px;
	}
	#co-billing-form .field label,
	#co-shipping-form .field label,
	#co-billing-form .field .input-box,
	#co-shipping-form .field .input-box,
	#billing-buttons-container .col-xs-12.last, 
	#shipping-buttons-container .col-xs-12.last 
	{
		padding-left: 0;
		padding-right: 0;
	}
	.checkout-onepage-index dt.pmWrapper label > span
	{
	    margin-left:10px;
	}
	.checkout-onepage-index dt.pmWrapper label > p
	{
	    margin-left:10px;
	}
	#cvgOnepageTotals,
	#checkout-agreements
	{
		margin-top:25px;
	}
	form#checkout-agreements
	{
		margin-top:0;
	}

	body.checkout-onepage-index label[for="ordercomment-comment"]
	{
		display: none;
	}

	.mob-checkout-wrapit
	{
    display: inline-block;
    position: relative;
    width: min-content;
	}
}

/* /EQUALS SCREEN SIZE */




/* EQUALS OR GREATER SCREEN SIZE */

@media (min-width : 1200px){

}

@media (min-width : 1024px){
	.shippingPromoPad
	{
		display:none;
	}

	.toolbar .sorter .display-mode {
		display: inline-block;
	}
	.catalog-product-view.product-gift-card .giftOptionsWrapper
	{
		padding:25px 35px;
	}
}

@media (min-width : 768px){

	.toolbar .sorter .display-mode a
	{
		width:58px;
		height:22px;
		background:url('../images/sprites/categoryViewSprite.png') 0 0 no-repeat;
	}
	.toolbar .sorter .display-mode a.mode_0
	{
		background-position: -61px -60px;
	}
	.toolbar .sorter .display-mode a.mode_1
	{
		background-position: -61px -89px;
	}
	.toolbar .sorter .display-mode a.mode_0.active
	{
		background-position: 0 -60px;
	}
	.toolbar .sorter .display-mode a.mode_1.active
	{
		background-position: 0 -89px;
	}


	.toolbar .sort-by label{
		display: inline-block;
	}
	.catalog-product-view.product-gift-card .giftOptionsWrapper
	{
		padding:25px 35px;
	}
	#mainImagesWrapperMobile
	{
	    display:none;
	}
}

/* /EQUALS OR GREATER SCREEN SIZE */




/* EQUALS OR LESS SCREEN SIZE */

@media (max-width : 1199px){

}

@media (max-width : 1023px){
	
}

@media (max-width : 767px){
	



	.toolbar .sort-by label{
		display: none;
	}
	.toolbar-bottom .pager .pages{
		text-align: center;
	}	
	#mainImagesWrapperMobile
	{
		display:block;
	}

	.catalog-product-view.product-gift-card .giftOptionsWrapper
	{
		padding:20px 10px;
	}
	.catalog-product-view.product-gift-card .mainLabelWrapper
	{
		margin-bottom:10px;
	}
	#productAccordionWrapper .acc_1 .accheader > h4
	{
		overflow:hidden;
	}

}

/* /EQUALS OR LESS SCREEN SIZE */