@media all and (min-width: 768px), print 
{
	.nav-sections-outer .header.links
	{
		display:none;
	}
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1070px;
	padding-left: 0;
    padding-right: 0;
  }
  
	.header.content {
		padding: 0;
	}
	.nav-sections{
		margin-bottom: 0px;
	}
	
	.nav-sections-outer
	{
		border-top: 1px solid #fff;
		/*background: url(../images/header-block-bg.gif) repeat-x left top;*/
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.panel.header {
		z-index: 0;
		margin: 0 auto;
		background: #e7eef4;
		background: -moz-linear-gradient(top, #e7eef4 0%, #f2f9fe 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7eef4), color-stop(100%,#f2f9fe));
		background: -webkit-linear-gradient(top, #e7eef4 0%,#f2f9fe 100%);
		background: -o-linear-gradient(top, #e7eef4 0%,#f2f9fe 100%);
		background: -ms-linear-gradient(top, #e7eef4 0%,#f2f9fe 100%);
		background: linear-gradient(to bottom, #e7eef4 0%,#f2f9fe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eef4', endColorstr='#f2f9fe',GradientType=0 );
		border-color: #b5d6fd;
		border-width: 1px 1px 1px;
		border-style: solid;
		border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		padding: 6px 0px;
		margin-bottom: 6px;
	}

	li.greet.welcome{
		text-align: right;
		display: block;
		height: 32px;
		margin-top: 5px;
		color: #4d98f2;


	}
	.header .logo{
		margin: -12px 0 10px 5px;
	}

	.page-header{
		background: #dbebff;
		min-height: 112px;
	}
	.sections.nav-sections{
		background: #dbebff;
	}	

	.page-header .block{
		border:0;
		padding:0
	}
	.header .form-search input.input-text{
		box-sizing: unset;
		height: auto;
		line-height: 0;
	}


	.header .form-search button.button{
		box-shadow: none;
		opacity: unset; 

	}
	.header.panel > .header.links{
		width:auto;
	}
	.header.panel > .header.links > li > a{
		color: #225899 !important;
		font-size: 13px;
		text-decoration: none !important;
	}
	.header.panel > .header.links > li:last-child
	{
		background: none;
	}
	.header.panel > .header.links > .authorization-link:after
	{
		content:'';
	}
	
	
	.navigation > ul {
		background: #545F61;
		clear: both;
		background: #4c9afb;
		background: -moz-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1ce41), color-stop(100%,#6aad38));
		background: -webkit-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -o-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -ms-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: linear-gradient(to bottom, #4c9afb 0%, #5498e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ce41', endColorstr='#6aad38',GradientType=0 );
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		height: 49px;
		padding: 0 5px;
		border-top: 1px solid #4c9afb;
		box-shadow: 0 1px 0 #5598e9 inset;
	}
	.navigation .level0.active > .level-top{
		border-bottom:0;
	}
	
	.navigation .level0{
		 background: url(../images/menu_sep.png) no-repeat scroll left center transparent;
	}
	.navigation .level0.first{
		background: none;   
	}
	.navigation .level0 > .level-top{
		color:#fff !important;
		font-size: 16px;
		font-weight: normal;
	}
	.navigation .level0 > .level-top .ui-icon-carat-1-e
	{
		display:none !important;
	}
	.header-cart{
		bottom: -68px;
	}
	.page-layout-3columns .block.widget .products-grid .product-item {
		width: 33%;
	}
	

}
.navigation .level0 .submenu
{
	background: #2a70c6;
	min-width: 200px;
    padding: 10px 0px 15px;
    -webkit-border-radius: 0 0 5px 5px;
    border: none;
}
.navigation .level0 .submenu li a
{
	background: url(../images/3d_line_menu.png) repeat-x scroll 0 bottom transparent;
    background: url(../images/menu_bullet.png) no-repeat scroll 11px center transparent;
    padding-left: 26px;
	text-align: left;
	color: #EDE7D9 !important;
    text-decoration: none;
    font-size: 14px;
}
.navigation .level0 .submenu li a .ui-icon-carat-1-e
{
	display:none !important;
}
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus
{
	background: url(../images/menu_bullet_hvr.png) no-repeat scroll 11px center #5398e9;
}
.navigation .level0 .submenu .submenu
{
	top: 5px !important;
    left: 85% !important;
    z-index: 999;
    -webkit-border-radius: 5px;
}


.minicart-wrapper .action.showcart:before{
	content:unset !important
}
#minicart-content-wrapper .price {
    color: #000;

}
#minicart-content-wrapper .amount{
		width: 100%; 
}
#minicart-content-wrapper .actions a{
	float:unset;
	width:100%;
}



/*******************Css for featured products on home page*******************/
#homepage_featured_products .block-products-list
{
	border:none;
	padding: 0px;
}
#homepage_featured_products .block-products-list .block-title
{
	background: none;
    border: none;
	padding:0px;
}
#homepage_featured_products .block-products-list .block-title:after,#homepage_featured_products .block-products-list .block-title:before
{
	content:'';
	background:none;
}
#homepage_featured_products .block-products-list .block-title strong
{
	padding: 4px 0 1px 26px;
	font-size: 18px;
}
.cms-super-tram-home-page .products-grid .product-item-info,
.cms-super-tram-home-page .products-grid .product-item-info.active,
.cms-super-tram-home-page .products-grid .product-item-info:hover,
.page-with-filter .products-grid .product-item-info,
.page-with-filter .products-grid .product-item-info.active,
.page-with-filter .products-grid .product-item-info:hover
{
	border: 1px solid #b8d6f8;
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 89%, #e4effb 102%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(89%,#ffffff), color-stop(102%,#e4effb));
    background: -webkit-linear-gradient(top, #ffffff 89%,#e4effb 102%);
    background: -o-linear-gradient(top, #ffffff 89%,#e4effb 102%);
    background: -ms-linear-gradient(top, #ffffff 89%,#e4effb 102%);
    background: linear-gradient(to bottom, #ffffff 89%,#e4effb 102%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4effb',GradientType=0 );
    box-shadow: 0 0 0 3px #fff inset;
	-webkit-border-radius: 5px;
    margin: 5px 5px 10px;
	padding:0px;
}
.products-grid .product-item-info .product-item-name
{
	text-align: center;
}
.products-grid .product-item-info .product-item-name > a, .product.name a > a
{
	font-size: 18px;
}
.products-grid .product-item-info .price-box .price-final_price .price-wrapper,.products-grid .product-item-info .price-box .price-final_price .price
{
	font-weight: bold;
    font-size: 15px;
	color: #97000b;
}
.products-grid .product-item-info .price-box .price-label
{
    font-size: 15px;
}
.products-grid .product-item-info .product-item-inner
{
	border: none;
    box-shadow: none !important;
	bottom: 0px;
	background: none;
}
.products-grid .product-item-info .product-item-inner .actions-secondary
{
	display:none;
}
.products-grid .product-item-info .product-item-inner .actions-primary button
{
	background: #3267a9;
    border: 1px solid #3267a9;
}
.sidebar-main .block-compare,.sidebar-main .block-wishlist,.sidebar-additional .block-compare,.sidebar-additional .block-wishlist,.sidebar-additional .block-reorder
{
	display:none;
}
.copyright
{
	background:none;
	color: #000;
}
.page-footer
{
	background: #e7f2ff;
    margin-top: auto;
    padding-bottom: 0px;
}
.page_footer_section .menu_outer
{
	background:#dbebff;
	border-top: 1px #ffffff solid;
} 
.page_footer_section .footer_top_section
{
	font-size: 12px;
	padding-bottom: 10px;
}
.page_footer_section .footer_bottom_sec
{
	line-height: 15px;
    font-size: 11px;
    text-align: justify;
	border-top: 1px #ffffff solid;
}
.columns .column.main
{
	padding-bottom: 0px;
}
#advice-required-entry-newsletter,.footer .newsletter
{
	display:none;
}
.sidebar-main .latest_products ol li{
	width:100% !important;
}
.sidebar .product-items .product-item-info .product-item-photo
{
	float: none;
}
.sidebar-main .latest_products .block .block-title,.sidebar-main .latest_products .block .block-content
{
	background-image: none;
    background-color: #e6f0fb;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin: 0px;
}
.sidebar-main .latest_products .block .product-item-info
{
	border: none;
	background: none;
    box-shadow: none;
	text-align: center;
}
.sidebar-main .latest_products .block .product-item-info .actions-secondary
{
	display:none !important;
}
.sidebar-main .latest_products .block .product-item-info button
{
	background: none;
    border: none;
    color: #000000;
    font-weight: normal;
}
.sidebar-main .latest_products .block .product-item-info button:hover
{
	color: #4d98f5;
}



/*********************Css for sidebar****************/
#layered-filter-block .filter-content .filter-options .filter-options-title:after
{
	content:'';
}
#layered-filter-block .filter-content
{
	padding:0px;
}
#layered-filter-block .filter-content .filter-options
{
	padding: 5px 10px 8px;
}
#layered-filter-block .filter-content strong
{
    min-height: 16px;
    padding: 1px 0 1px 26px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    background: url(../images/sprite.png) no-repeat scroll -236px -348px transparent;
	padding: 4px 26px 12px;
}
#layered-filter-block .filter-content .filter-options .filter-options-content
{
	display:block !important;
	padding: 0px;
}
.filter-options-item .filter-options-title
{
	border-bottom: 1px solid #c6dbfe;
    font-weight: normal;
    padding: 0 5px 4px;
    text-transform: capitalize;
    font-size: 14px;
}
.filter .block-subtitle,.filter-options-item
{
	border:none;
}
.filter-options-content a
{
	background: url(../images/sprite.png) no-repeat scroll 5px -240px transparent;
    padding-left: 18px;
}
.filter-options-content a:hover
{
	background: none;
}
.modes-mode:before,.sorter-action:before
{
	color: #4d98f5;
}
.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover
{
	text-decoration: none;
}
.sidebar-main .latest_products .block .product-item-info .product-image-photo
{
	transition: transform .5s;
}
.zoomHover
{
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}
.nav-sections-outer
{
	background-repeat:repeat;
}
/*************************Css for Cart page**************************/
.checkout-cart-index .cart-summary
{
	top:0px !important;
	background: none;
	background: rgb(255, 255, 255);
    border: 1px solid rgb(198, 219, 254);
    margin-bottom: 10px;
    padding: 0px;
	width: fit-content;
}
.checkout-cart-index .cart-summary #cart-totals
{
	border:none;
	padding:0px 9px;
}
.checkout-cart-index .cart-summary #cart-totals .mark
{
	border:none;
}
.checkout-cart-index .cart-summary #cart-totals table th
{
	text-align:right;
}
.checkout-cart-index .cart-discount
{
	width: auto;
	border: 1px solid #c6dbfe;
    padding: 12px 15px 0px;
    margin: 0 0 18px;
}
.checkout-cart-index .cart-discount #block-discount
{
	border:none;
	padding:0px;
}
.checkout-cart-index .cart-discount .title:after
{
	content: '';
}
.checkout-cart-index .cart-discount .content
{
	display:block !important;
	padding:0px;
}
.checkout-cart-index .cart-discount .content button
{
	
}
.checkout-cart-index .cart-summary .checkout-methods-items
{
	background: #e4effc;
    padding: 7px;
    text-align: center;
    border-top: 1px solid #fff;
    margin: 0;
	float: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .checkout
{
	font-size: 16px !important;
    padding: 9px !important;
    font-weight: 500;
}
.checkout-cart-index .cart-summary .grand.totals strong
{
	font-weight: bold;
    font-size: 20px;
}
.checkout-cart-index .cart-summary .title,.checkout-cart-index .cart-summary #block-shipping,.cart-summary,#shopping-cart-table .actions-toolbar .gift-options-cart-item,#shopping-cart-table .actions-toolbar .towishlist,#shopping-cart-table .product-delete-section .action-edit,#shopping-cart-table .edit-product .action-delete
{
	display:none;
}

#shopping-cart-table .edit-product .action-edit:before
{
	content:'';
}
#shopping-cart-table .product-delete-section .action-delete:before
{
	content:'';
}
#shopping-cart-table .price
{
	font-weight: normal;
}
#shopping-cart-table .input-text
{
	height:auto;
}
#shopping-cart-table .product-item-name
{
	font-size: 14px;
}
.checkout-cart-index .page-title
{
	font-size: 19px;
	border: none;
	width: fit-content;
	float: left;
	line-height: 40px;
    font-weight: 600;
}
.checkout-cart-index .checkout
{
	float: right;
    line-height: 40px;
    padding: 0 35px;
    font-size: 16px;
}
#shopping-cart-table .cart.item,#shopping-cart-table tfoot tr td
{
	border:none;
}
#shopping-cart-table tfoot .action
{
	margin-right: 5px;
}
#shopping-cart-table .item-info.Even
{
	background: #f8fbff;
}
#shopping-cart-table tfoot
{
	background-color: #f3f9ff !important;
}
#shopping-cart-table .product-delete-section .action-delete
{
	width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
#shopping-cart-table .edit-product .action-edit span
{
	clip: unset;
	overflow: visible;
	margin: 0px;
	position:relative;
}
.cart.table-wrapper .col.qty
{
	text-align: center !important;
}
.checkout-cart-index .page-title-wrapper .page-title
{
	
}
.checkout-cart-index #form-validate
{
	width: 100%;
    float: none;
	clear:both;
}
.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #cccccc;
    border-bottom: none;
    background: #e4effc;
    padding: 7px 8px;
	color: #000;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
	text-align: center;
}
#shopping-cart-table
{
	border: 1px solid #c6dbfe;
}
#shopping-cart-table .edit-product .action-edit
{
	display:block;
	right: 0px;
    position: relative;
    margin: 0px;
}
#discount-coupon-form .field,#discount-coupon-form .actions-toolbar
{
	display: -webkit-inline-box;
    width: 100%;
}
#discount-coupon-form button
{
	border: none;
	-webkit-border-radius: 4px;
    padding: 0px;
}
#discount-coupon-form button span,.checkout-cart-index .cart-summary .checkout-methods-items .checkout
{
	background: linear-gradient(to bottom, #3267a9 0%,#3267a9 100%);
    background-image: linear-gradient(rgb(50, 103, 169) 0%, rgb(50, 103, 169) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	font-weight: 500;
}
#discount-coupon-form .control
{
	width:100%;
}
.checkout-cart-index .cart-container
{
	clear:both;
}
.authentication-wrapper
{
	display:none;
}
/***************************Css for checkout page*************************/
.checkout-index-index .opc-progress-bar
{
	display:none;
}
.checkout-index-index .nav-sections
{
	display:block;
}
.opc .step-title
{
	text-align: left;
	background: #4e96eb;
    border: 0px solid #4e96eb;
    color: #fff;
    cursor: default;
	line-height: 1.35;
    font-weight: 500;
	font-size:15px;
	margin:0px;
}
.opc .step-title .number
{
	float: none;
    background: transparent;
    border-color: #FFFFFF;
    color: #fff;
	padding:0 6px;
}
.checkout-index-index .page-title
{
	font-size:19px;
	margin-bottom:0px;
}
.one-step-checkout-wrapper,.checkout-index-index .page-title-wrapper
{
	margin:0px !important;
}
#checkoutSteps .step-content
{
	border: 1px solid #c6dbfe;
    border-top: 0;
    position: relative;
    margin-bottom: 5px;
}
#checkoutSteps .opc-block-summary.step-content
{
	margin: 0px;
}
.checkout-index-index .opc-block-summary
{
	padding:0px !important;
}
.checkout-index-index .opc-block-summary .table-totals {
    border-bottom: 1px solid #c6dbfe !important;
    border-top: none;
	border-color: #c6dbfe;
}
.checkout-index-index .opc-block-summary .table-totals tr th
{
    border-right: 1px solid #c6dbfe !important;
	padding-right: 10px;
}

.checkout-index-index .opc-block-summary .table-totals .grand .mark,.checkout-index-index .opc-block-summary .table-totals .grand .amount
{
    border: none;
}
.checkout-index-index .step-content .items-in-cart
{
	border:none;
	padding:0px !important;
}
#checkout-review-table
{
	border: 1px solid #c6dbfe !important;
	border-bottom: none !important;
}
#checkout-review-table tr td
{
	border: none !important;
}
#checkout-review-table thead th
{
	border: none !important;
	font-weight: normal;
    padding: 7px 8px !important;
    color: #000;
}
/************************Css for mini cart******************************/
.block-minicart .subtitle {
    display: block;
}
#minicart-content-wrapper .minicart-items-wrapper
{
	border: 1px solid #cbdef8;
	margin: 0px;
	height: auto !important;
}
#minicart-content-wrapper .product-details .outer strong,#minicart-content-wrapper .product-details .outer span
{
	display: -webkit-inline-box;
}
#minicart-content-wrapper .actions button
{
	border: 1px solid #4e96eb;
    background: #4e96eb;
	padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
	-webkit-border-radius: 4px;
    line-height: 16px;
}
#minicart-content-wrapper .actions,#minicart-content-wrapper .subtotal .label,#minicart-content-wrapper .subtotal .amount
{
	display: inline-block;
	float: none;
    width: auto;
}
.block-minicart #minicart-content-wrapper .subtotal
{
	text-align: center;
	margin: 0px;
}
.block-minicart #minicart-content-wrapper .subtotal .amount .price
{
	color: #97000F;
	font-size: 13px;
}
.block-minicart #minicart-content-wrapper .subtitle
{
	color: unset;
    font-weight: normal;
}
.block-minicart #minicart-content-wrapper .btn-remove:before
{
	content:'';
}



/**************************Css for responsive**********************/
@media all and (max-width: 497px), print 
{
	.header.content
	{
		padding:10px 0px;
		background: #dbebff;
		width: 100%;
		margin: 0px;
	}
	.greet.welcome
	{
		list-style: none;
		margin: 0px auto;
		width: fit-content;
		color: #4d98f2;
	}
	.header .logo
	{
		float:none;
	}
	.header .logo img
	{
		margin: 0px auto;
	}
	.header .cart_mini_right{
		display:none;
		height:20px;
	}
	.header .block-search
	{
		border: 0px solid #4d98f3;
		border-radius: 6px;
		background: #4d98f3;
		margin: 0px auto;
		width: 90%;
		padding:0px;
	}
	.header .form.minisearch .label
	{
		display:none;
	}
	.header .form-search input.input-text
	{
		position: relative;
		left: 0px;
		margin: 0px;
		-webkit-border-radius: 5px 0px 0px 5px;
		width:88%;
	}
	.header .form-search
	{
		padding: 5px;
		margin: 0px;
		width: 100%;
		float: none;
	}
	.header .form-search button.button
	{
		float: none;
		background: #0c3b72;
		margin: 0px;
		position: relative;
		top: auto;
		right: auto;
		box-shadow: unset;
		opacity: 1;
	}
	.header .block-search .block-content
	{
		padding:0px;
	}
	.header .minicart-wrapper
	{
		position: relative;
		float: none;
		bottom: unset;
		margin-right: 10px;
		width: -webkit-fill-available;
		text-align: right;
	}
	.header .minicart-wrapper .cart_mini_right
	{
		background: url(../images/cart-respo.png) no-repeat scroll center center;
	}
	.header .header_menu_outer
	{
		position: relative;
		top: auto;
		display: -webkit-inline-box;
		background: #4c9afb;
		background: -moz-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1ce41), color-stop(100%,#6aad38));
		background: -webkit-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -o-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: -ms-linear-gradient(top, #4c9afb 0%, #5498e9 100%);
		background: linear-gradient(to bottom, #4c9afb 0%, #5498e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ce41', endColorstr='#6aad38',GradientType=0 );
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		padding: 5px 10px;
		border-top: 1px solid #4c9afb;
		box-shadow: 0 1px 0 #5598e9 inset;
		width:87%;
		margin: 5px 0px 0px 19px;
		left: 0px;
		font-size: 16px;
		color:#ffffff;
	}
	.header .action.nav-toggle
	{
		right: 10px;
		left: unset;
		top: 6px;
	}
	.header .nav-toggle:before
	{
		color: #ffffff;
	}
	.header, .nav-inner, .main, .footer, .inner_footer_bottom
	{
		width: auto;
		margin: 0 15px;
	}
	.sub_banner img, #footer #block_1 {
		width: 100%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
	.cont1 {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 0 10px 0;
		border-right: none;
	}
}
@media only screen and (max-width: 979px)
{
	#footer ul {
		display: none;
		margin-bottom: 10px;
	}
}

/*************Login Page Css***********************/
.login-container
{
	background: #fff;
    padding: 70px 0;
}
.login-container .block-customer-login
{
	margin: 0px auto;
    float: none !important;
	border:none;
}
.login-container .block-customer-login .block-title
{
	background: #4e99f6;
	padding: 15px 20px;
    border-radius: 15px 15px 0 0;
	text-align: center;
}
.login-container .block-customer-login .block-title strong
{
	background:none;
	color: #fff;
    font-size: 20px;
    font-weight: 700;
}
body.customer-account-login {
    background: #E7F2FF url(../images/login-body-bg.png) repeat-x scroll center;
}
.login-container .block-customer-login .form-img
{
	float: left;
    width: 30%;
    background: transparent url(../images/login-form-img.png) no-repeat scroll center;
    height: 200px;
}
.login-container .block-customer-login .fieldset.login
{
	margin: 0px;
	font-size: 14px;
}
.login-container .block-customer-login .fieldset.login .label,.login-container .block-customer-login .fieldset.login .secondary span
{
	font-size: 13px;
    font-weight: normal;
}
.login-container .block-customer-login .fieldset.login .actions-toolbar button
{
	border: 1px solid #88B0E3;
    background: #88B0E3;
}
body.customer-account-login .main
{
	margin: 0px !important;
}
.footer-container .footer_top
{
	display:none;
}
@media (min-width: 1440px), print{

	.sidebar .product-items .product-item-info .product-item-photo {
		position: relative !important;
	}
	.sidebar .product-items .product-item-details {
		margin-left: 0 !important;
	}
} 

@media (min-width: 800px), print{
	.cms-index-index .block.widget .products-grid .product-item {
		margin-left: 0;
	}	
} 
.onestepcheckout-index-index .col-mp.osc-place-order-wrapper {
    width: 100%;
}