/*-- CSS overridden by Raman --*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product-view select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.product-options dl dt label {
	font-weight: 400;
	line-height: 27px;
    margin-bottom: 10px;
	font-size: 15px;
	color: #000;
}

.product-view .price-box .price {
	font-size: 21px;
	color: #000;
}

.bundle-bottom-price {
	margin-top: 15px;
}

.seperator {
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.seperator::before {
	color: #b2b2b2;
	content: "|";
	font-size: 18px;
	left: -25px;
	position: absolute;
	top: 0;
}

.product-view .product-shop .container1-wrapper {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.price-box-down .product-type-data {
	display: inline-block;
}

.price-box-down .product-type-data .price {
	color: #4c4c4c !important;
    font-size: 15px !important;
    margin-left: 3px;
}

.price-box-down > span {
	color: #4c4c4c;
	font-size: 15px;
	margin-left: 0;
}

.price-box-down span.you-pay {
	color: #000;
	font-family: "Source sans pro";
	font-size: 15px;
	text-transform: capitalize;
}

.product-options-bottom .add-to-cart.left-side,
.product-options-bottom .dg-wishlist-button {
	margin-top: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.product-options-bottom .dg-wishlist-button{
	margin: 15px auto 0;
	display: inline-block;
	padding: 0;
	border: 0 none;
	color: #ff0096;
	font-size: 15px;
	max-width: 120px;
	float: none;
}
.product-options-bottom .dg-wishlist-button a{
	text-transform: capitalize;
}
.add-to-cart.left-side,
.product-options-bottom .dg-wishlist-button a {
	transition: color 1ms ease-in-out, background-color 1ms ease-in-out;
	-moz-transition: color 1ms ease-in-out, background-color 1ms ease-in-out;
	-webkit-transition: color 1ms ease-in-out, background-color 1ms ease-in-out;
	-ms-transition: color 1ms ease-in-out, background-color 1ms ease-in-out;
	-o-transition: color 1ms ease-in-out, background-color 1ms ease-in-out;
}

.product-options .input-box {
	padding: 10px 0 0;
}

.product-options .col-6 dt {
	padding: 10px 0;
	border-top: 2px dotted #e3e3e3;
}

.product-options .col-6 dd {
	border-bottom: 2px dotted #e3e3e3;
}

.product-options .col-6 dd {
	border-bottom: 2px dotted #e3e3e3;
}

.product-options .col-6 dd .input-box {
	padding: 0 0 20px;
	display: inline-block;
	position: relative;
}

.services-box {
	display: inline-block;
	width: 100%;
}

.services-box .title {
	line-height: normal;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: 'Source sans pro';
}

.services-box label.shipping {
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: 'Source sans pro';
	padding-left: 12px;
	margin-right: 25px;
}

.services-box .price-box span,
.product-view .price-box .price.aw-shipping-price {
	line-height: normal;
	color: #000;
	margin-right: 40px;
	font-family: 'Source sans pro';
}


.services-box .price-box span.price-label {
    font-size: 15px !important;
    font-weight: normal;
    color: #000;
    margin: 0 4px 0 0;
	position: relative;
}
.services-box .price-box span.price-label::before{
	position: absolute;
	right: 0;
	content: ":";
	font-size: 15px;
	top: 0;
	margin-right: -4px;
	font-family: inherit;
}

.product-view .price-box .price.aw-shipping-price .price {
	font-size: 15px;
	color: #4c4c4c;
}

.product-type-data .price-box-bundle {
	display: inline-block;
	width: 100%;
	border: 0 none;
}

.price-box p:nth-child(2) .price {
	color: #cb4551;
}

.col-6 {
	float: none;
	width: 100%;
	padding: 0 10px 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.udesign-select {
	width: 33%;
	margin-top: 5px;
}

.bundle-select-design {
	position: relative;
	float: left;
	width: 66%;
}

.input-box .bundle-option-select {
	width: 100%;
	max-width: 240px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #5e5f60;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 24px;
	margin: 0;
}

.input-box .info-icon {
	margin-left: 10px;
}

.input-box .bundle-select-design::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 14px;
	top: 45%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	pointer-events: none;
	width: 0;
	height: 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.input-box .bundle-select-design::after:hover {
	border-top: 6px solid #000;
}

.product-type-data .price-box-bundle {
	padding-bottom: 10px;
}

.info-icon .ic-info:before {
	color: #555555;
}

.info-icon:hover .ic-info:before {
	color: #ff19a0;
}

.product-options dd .measurement-container-standard select,
.product-options dd .item-extend select {
	width: 100% !important;
	border: 1px solid #7f7f7f;
	padding-right: 22px;
	margin: 0;
	color: #7f7f7f !important;
}



.col-6:last-child {
	padding-left: 20px;
}

.col-6 > dt {
	padding-bottom: 10px;
}

.product-options dd {
	display: inline-block;
	width: 100%;
}

.measurement-container-petticoat .udesign-select {
	width: 50%;
}

.udesign-select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: none;
	display: inline-block;
	padding-left: 10px;
	width: 33.333%;
	position: relative;
}
.udesign-select:nth-child(1) {
	padding-left: 0;
}

.udesign-select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.udesign-select::after {
	content: "\e261";
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 12px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	font-family: ThemeIcons;
    font-size: 20px;
	pointer-events: none;
	width: 0;
	height: 0;
}

.submsr .measure_later {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 5px 0 0;
	width: 50%;
}

.submsr .measure_now {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 5px;
	width: 50%;
}

.item-extend {
	padding: 20px 0 0;
	width: 100%;
}

.measurement-container-prestitch.item-extend,
.measurement-container-petticoat.item-extend,
.measurement-container-standard.item-extend {
	padding-top: 4px;
}

.measurement-popup .measure-later {
	background: #ff19a0;
	font-size: 15px;
	min-height: 24px;
	overflow-Y: hidden;
	width: auto;
}

.submsr .measure_later .popup_button {
	background: #c9c9c9 none repeat scroll 0 0;
	border: medium none;
	color: #555;
}

.submsr .measure_later .popup_button,
.submsr .measure_now .popup_button {
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev,
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next {
	color: #afafaf;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev:hover,
.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next:hover {
	background-color: transparent;
	color: #373737;
}

.submsr .measure_now .popup_button {
	border: 1px solid #ccc;
	color: #777;
}

.product-options dd {
	margin: 0 0 15px;
}
.product-type-configurable .product-options dd{
	margin: 0;
}
.product-view .price-box-down .product-type-data {
	margin: 0;
}

.price-box-down .product-type-data .price-box-bundle {
	margin: 0;
	padding-bottom: 0;
}

.product-shop .dg-product-description {
    clear: both;
    display: inline-block;
    margin-top: 15px;
    padding: 0;
    width: 55%;
}

.product-shop .dg-product-description ul {
	color: #656565;
	list-style: none;
}

.product-shop .dg-product-description ul li {
	color: #4c4c4c;
	margin: 0;
	padding-left: 18px;
	position: relative;
	font-size: 15px;
}

.product-shop .dg-product-description ul li::before {
	background: #4c4c4c none repeat scroll 0 0;
	border-radius: 50%;
	content: " ";
	height: 6px;
	left: 1px;
	position: absolute;
	top: 10px;
	width: 6px;
}

.box-additional-shop-more {
	text-align: center;
	clear: both;
}

.box-additional-shop-more a {
	color: #a2a2a2;
	margin-left: 24px;
	text-decoration: underline;
	text-transform: capitalize;
}

.dg-product-description p {
	font-size: 15px;
	font-style: italic;
	margin: 0 0 10px;
	line-height: 24px;
}

.product-img-column .img-box {
	margin-bottom: 20px;
}

.product-img-column .img-box .more-images {
	margin-top: 20px;
}

.product-options-bottom .dg-wishlist-button:hover a {
	color: #ff0096;
}

.addthis_toolbox span {
	display: none;
}

.addthis_toolbox {
	text-align: center;
}

.addthis_toolbox.addthis_default_style a.at300b {
	height: 20px;
	width: 20px;
	display: inline-block;
	float: none;
	margin-right: 24px;
}

.addthis_toolbox.addthis_default_style a.at300b:last-child {
	margin-right: 0;
}

.measurement-container-petticoat.item-extend .udesign-select,
.measurement-container-prestitch.item-extend .udesign-select {
	width: 50%;
}

.custom-payment p.availability {
	display: none;
}

.custom-payment .sku-product .sku-availablity {
	border-right: 0 none;
}

.footer #subscribe-form .input-box {
	margin: 0 5px 0 0;
}

#subscribe-form label.newsletter {
	line-height: 35px;
}

#subscribe-form .button.btn-inline {
	padding: 0 15px;
}

.custom-payment #product-options-wrapper .input-box {
	padding: 15px 8px 20px;
	display: inline-block;
}

.custom-payment .product-options h3 {
	margin-bottom: 20px;
}

.custom-payment .notice {
	margin-top: 0;
	margin-bottom: 15px;
	display: inline-block;
	clear: both;
	width: 100%;
}

.custom-payment .notice span {
	padding: 0;
	margin: 0 27px 0 0;
	display: inline-block;
	color: #000;
}

.product-options .fieldset .form-list input.input-text {
	width: 220px;
	font-size: 15px;
	color: #000;
	border: 1px solid #e5e5e5;
}

.product-view .product-options {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.price-box .minimal-price {
	margin: 0;
}

.product-options .fieldset {
	margin: 0;
}

.product-view .product-options {
	margin: 0;
}

.product-options-bottom .add-to-cart .dg-wishlist-button {
	margin-left: 0;
}


/*===== Custom payment =====*/

.am-storecredit-form .form-list li {
	max-width: 380px;
	width: 100%;
}

.product-shop .product-options-bottom {
	margin: 0 !important;
}

.price-box.aw-shipping-price-box {
	margin-bottom: 15px;
}


/*===== Custom payment =====*/

.product-view .sku .label,
.product-view .sku .value {
	color: #999;
}

.product-view .sku .label {
	font-weight: normal;
}

.product-view .sku .value {
	font-weight: normal;
}

.seperator .bundle-shipping-days {
	font-size: 15px;
	color: #454545;
	margin: 0;
}

.product-view .product-shop .product-type-data {
	margin: 0;
}

.product-view .product-type-data > .price-box {
	border: 0 none;
	margin: 0;
	padding: 0;
}




/*-- CSS overridden by Raman --*/

.udesign-select .validation-advice {
	display: none !important;
}

.product-type-configurable .input-box select {
	border: 1px solid #7f7f7f;
	color: #7f7f7f !important;
}

.product-type-configurable .product-options .col-6 dt,
.product-type-configurable .product-options .col-6 dd {
	border: 0 none;
}

.product-type-configurable .col-6:last-child {
	padding: 0;
}

.product-type-configurable dl .col-6,
.product-type-configurable dl .col-6:last-child {
	padding: 0 0 10px;
}

#product-options-wrapper .size-chart {
	float: none;
	margin-top: 5px;
	width: 100%;
	color: #333;
	display: inline-block;
}

.container1-wrapper.product-type-configurable {
	margin-top: 10px;
}

.product-type-configurable .product-options .col-6 dd .input-box {
	position: relative;
	max-width: 190px;
	width: 100%;
	padding: 0;
}

.product-type-configurable .product-options dd select {
	width: 100%;
	margin: 0;
}

.product-type-configurable .product-options .col-6 dt {
	padding: 10px 0 0;
}

.product-options .size-chart {
	font-size: 14px;
}

.size-chart a {
    color: #7f7f7f;
    font-size: 13.5px;
    text-decoration: underline;
    text-transform: capitalize;
}

.size-chart a:hover {
	color: #ff19a0;
}

.product-type-configurable .input-box::after {
	content: "\e261";
	position: absolute;
	z-index: 1;
	right: 30px;
    top: 5px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	pointer-events: none;
	width: 0;
	color: #999;
	font-family: ThemeIcons;
	height: 0;
	font-size: 20px;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.product-view .product-shop .bundle-top-price .price-box .regular-price .price {
	font-size: 21px;
	font-weight: normal !important;
	font-family: "Source Sans Pro" !important;
}

.product-options dd .input-box .measurement-container-standard {
	margin: 0 auto;
	font-size: 0;
}

.validation-advice.merged-select-error-message {
	text-align: left;
	padding-left: 0;
	margin: 0 0 15px;
}

.top-cat-lehenga .udesign-select {
	width: 50%;
}

.size-chart-open #cboxLoadedContent {
	width: 100% !important;
	margin-bottom: 20px;
}

.validation-failed {
	margin: 0 !important;
}

.product-options dd .input-box select {
    cursor: pointer;
    height: auto;
    margin: 0;
    max-height: 35px;
	height: 35px;
    padding: 5px;
    vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
}

.bundle-bottom-price .price {
	color: #4c4c4c !important;
}

.bundle-top-price .old-price .price {
	color: #000 !important;
	font-size: 15px !important;
}

.special-price .price,
.special-price .price-label {
	color: #cb4551 !important;
}

.special-price.off-percent {
	margin-left: 13px;
}

.bundle-bottom-price .old-price {
	display: none;
}

.input-box .info-icon .ic.ic-info::before {
	position: absolute;
	top: 10px;
}

.main-container .main {
	padding-bottom: 50px;
}

.amxnotif-block {
	margin-bottom: 21px;
	padding-left: 0;
	width: 60%;
	float: left;
}

.amxnotif-block label {
	color: #2F2F2F;
	font-weight: bold;
	float: none;
}

.product-options .alert-stock,
.product-options .alert-stock a {
	color: #ff4cb5;
}

.product-options .alert-stock {
	padding-bottom: 21px;
}

.tabs-panels table {
	font-size: 100%;
}


/*====css for login page=====*/

.account-login,
.account-create {
	margin-top: 20px;
}

.account-login .registered-users h3 {
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	line-height: 1.2222em;
	margin-bottom: 15px;
}

.account-create .error-msg span {
	font-size: 15px;
}

.account-create .error-msg span a {
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}


/*====css for login page=====*/

.create-account .fieldset.forPassword {
	margin-top: 0;
}

.create-account,
.not-register-yet {
	float: left;
	width: 50%;
}

.not-register-yet p {
	font-weight: bold;
}

.member-offers li {
	padding-left: 20px;
	position: relative;
}

.member-offers li::before {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.buttons-set.join-btn {
	border-top: 0 none;
	padding: 0;
	margin: 8px 0 0;
}

.buttons-set.join-btn button.button {
	float: none;
	margin: 0;
	max-width: 290px;
	width: 100%;
	background-color: #ff19a0;
	color: #fff;
}


/*checkout page*/

.product-name-xs {
	display: none;
}

.data-table.cart-table .product-image {
	display: block;
}

.data-table.cart-table tr.odd td,
.data-table.cart-table tr.odd th,
.data-table.cart-table tr.even td,
.data-table.cart-table tr.even th {
	border: 0 none;
}

.data-table.cart-table tr {
	border-bottom: 1px solid #eee;
	clear: both;
}

.data-table.cart-table tr.even {
	background: none;
}

.data-table.cart-table .item-options dt {
	padding: 0;
	background-image: none;
}

.data-table.cart-table .item-options {
	margin: 0;
}

.data-table.cart-table .product-name {
	margin: 0 0 5px;
}

.col-unit-price {
	text-align: center !important;
}

.data-table.cart-table .item-options dd {
	padding-left: 10px;
}

.cart-table.data-table .item-msg {
	color: #333;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

.cart-table.data-table .btn-continue,
.cart-table.data-table .btn-update {
	background: none
}

.col-delete .btn-remove.btn-remove2.removeitem:before {
	margin-top: 5px;
}

.col-delete .btn-remove.btn-remove2.removeitem {
	height: 28px;
}

.cart .cart-left-column .discount h2 {
	border-bottom: 0 none;
	padding-bottom: 0;
	font-size: 15px;
	padding: 0;
}

.discount .discount-form .input-box {
	width: 75%;
	float: left;
}

.discount .discount-form .buttons-set {
	width: 25%;
	float: right;
	padding-left: 5px;
	margin: 0;
	clear: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.discount .discount-form .buttons-set .button {
	min-width: 100%;
	max-width: 140px;
}

.cart-table.data-table .btn-continue,
.cart-table.data-table .btn-update {
	color: #008ec8;
	font-size: 15px;
}

.cart-table.data-table .btn-continue:hover,
.cart-table.data-table .btn-continue:focus,
.cart-table.data-table .btn-update:hover,
.cart-table.data-table .btn-update:focus {
	color: #ff4cb5;
}

.data-table.cart-table input.qty {
	height: 32px;
	width: 3em !important;
}


/*checkout page*/

.data-table.cart-table {
	border-top: 1px solid #f5f5f5;
}

.messages .error-msg,
.messages .success-msg,
.messages .note-msg,
.messages .notice-msg {
	background-size: 15px auto;
	padding: 10px 10px 10px 50px !important;
}

.discount-details {
	line-height: 20px;
}

.totals-inner tr.summary-details td {
	font-size: 12px;
	line-height: 20px;
}

.forgot-pwd-form,
.reset-pwd-form {
	display: inline-block;
	width: 48%;
}

.forgot-pwd-form .buttons-set button.button,
.reset-pwd-form .buttons-set button.button {
	background-color: #ff4cb5;
	color: #fff;
	float: left;
}

.forgot-pwd-form .buttons-set button.button:hover,
.reset-pwd-form .buttons-set button.button:hover {
	background-color: #ff19a0;
}

.forgot-pwd-form .buttons-set .back-btn,
.reset-pwd-form .buttons-set .back-btn {
	display: inline-block;
	float: right;
	margin-top: 8px;
}

.reset-pwd {
	margin-bottom: 5px;
}

.special-instructions {
	margin-top: 20px;
}

.special-instructions span {
	border: 0 none;
}

.item-msg.error,
.item-msg.success {
	font-weight: normal;
}

.reset-pwd-form .buttons-set {
	border-top: 0 none;
	clear: both;
	margin: 30px 0 0;
	padding-top: 0;
}

.reset-pwd-form .buttons-set .button {
	margin: 0;
}

.cart .discount input.input-text {
	width: 100%;
	margin: 0 !important;
}

.overlay-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(250, 250, 250, .9);
	z-index: 9999;
}

.overlay-page img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80px;
	height: auto;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}


/* ====== Wishlist Page Css ===*/

.my-account .my-wishlist .page-title h1 {
	padding-top: 15px;
}

.my-wishlist .product-name a {
	font-size: 18px;
}

.data-table.wishlist-data-table tr.odd td,
.data-table.wishlist-data-table tr.odd th,
.data-table.wishlist-data-table tr.even td,
.data-table.wishlist-data-table tr.even th {
	border-right: 0 none;
}

.data-table.wishlist-data-table thead {
	border-bottom: 1px solid #eee;
}

.my-wishlist .page-title {
	margin-bottom: 0;
}

.my-wishlist .messages {
	margin: 10px 0;
}

.my-wishlist .data-table.wishlist-data-table tr.even {
	background-color: transparent;
}

.my-wishlist .button {
	color: #ff19a0;
	color: #008ec8;
	background-color: transparent;
	line-height: normal;
	margin: 0;
	padding-left: 0;
}

.my-wishlist .button:hover {
	color: #ff19a0;
}

.my-wishlist .btn-remove {
	margin-top: 5px;
}

.my-wishlist .price-box .price,
.my-wishlist .price-as-configured .price {
	color: #000;
	font-size: 15px;
}

.my-wishlist .availability {
	float: left;
	line-height: 14px;
	margin: 0;
	font-size: 13.5px;
	text-transform: uppercase;
}

.my-wishlist .buttons-set.wishlist-btn {
	border-bottom: 0 none;
	padding-bottom: 10px;
	margin-top: 0;
}

.my-wishlist .button.btn-share {
	padding: 0;
}

.my-wishlist .price-box p.old-price .price {
	color: #000;
}

.wishlist-data-table tr {
	border-bottom: 1px solid #eee;
}

.my-wishlist .data-table.wishlist-data-table tr.last.even {
	border: 0 none;
}

.wishlist-data-table .price-box .old-price,
.wishlist-data-table .price-box .special-price {
	font-size: 15px;
}

.my-account .share-wishlist h1 {
	padding-top: 15px;
}

.buttons-set.form-buttons.share-wishlist-btn .button {
	float: left;
	margin: 0;
	color: #fff;
	background-color: #ff4cb5;
}

.buttons-set.form-buttons.share-wishlist-btn .button:hover {
	background-color: #ff19a0
}

.my-account .validation-failed {
	margin: 1px 0 !important;
}

.my-account .form-list textarea {
	height: 100px;
	max-width: 450px;
	width: 100%;
}

.share-wishlist-form .buttons-set {
	border: 0 none;
	padding: 0;
}

.my-wishlist .add-to-cart-alt .button {
	font-size: 13.5px;
}

.my-wishlist .product-name {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.wishlist-data-table .btn-remove.btn-remove2 {
	margin: 0;
}

.my-wishlist .add-to-cart-alt {
	line-height: 22px;
}

.my-wishlist .wishlist-data-table .product-image {
	margin: 0;
}

.customer-account-forgotpassword .validation-failed,
.customer-account-changeforgotten .validation-failed {
	margin: 1px 0 !important;
}

.buttons-set.wishlist-btn button.button {
	background: #ff4cb5;
	color: #fff;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
	text-align: center;
}

.buttons-set.wishlist-btn button.button:hover {
	background: #ff19a0;
	color: #fff
}

.data-table.wishlist-data-table tr.odd.last {
	border-bottom: 0 none;
}

.button.btn-explore {
	background: #ff4cb5;
	color: #fff;
	font-size: 15px;
	padding: 16px 13px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.button.btn-explore:hover {
	background: #ff19a0;
	color: #fff;
}

.empty-wishlist form {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
}

.my-wishlist.empty-wishlist .buttons-set.wishlist-btn {
	border: 0 none;
}

.my-account .page-title h1 {
	font-size: 24px;
	padding: 7px 0;
}

.wishlist-data-table tbody tr td:first-child {
	display: none;
}

.share-wishlist-form .validation-advice {
	font-size: 13.5px;
}


/* ====== Wishlist Page new Css ===*/

.paypal-express-review .info-set h2.legend {
	font-size: 18px;
}

.paypal-express-review .info-set.info-set-cart-item h2.legend {
	font-size: 18px;
	margin-bottom: 0;
}

.paypal-express-review .info-set h3.product-name {
	font-weight: 400;
	font-size: 15px;
}

.paypal-express-review .info-set h3 a,
.paypal-express-review .info-set h2 a {
	font-size: 13.5px;
	color: #008ec8;
}

.paypal-express-review .box-content {
	font-size: 15px;
}

.paypal-express-review .box-content {
	font-size: 15px;
}

.paypal-express-review td.col-table-left {
	width: 10%;
}

.paypal-express-review td.col-table-right {
	width: 80%;
}

.paypal-review-table tr {
	border-bottom: 1px solid #e5e5e5;
}

.data-table.paypal-review-table thead th {
	font-size: 15px;
	padding: 5px 10px;
}

.data-table.paypal-review-table .item-options dt {
	padding-left: 0;
	background: none;
}

.data-table.paypal-review-table tr.even {
	background: none;
}

#details-table.paypal-review-table tbody tr td {
	border-right: none;
	border-left: none;
}

.paypal-review-table .footer-total tr {
	border-bottom: none;
}

.paypal-review-table tr.summary-total .summary-collapse {
	float: right;
}


/*-------  Wishlist Page new -------------*/

.data-table.wishlist-data-table tr td:nth-child(2) {
	width: 100px;
}

.my-wishlist .wishlist-data-table .product-image {
	min-width: 110px;
}


/*-------  Standard Stitching -------------*/

.measurement-container-standard .udesign-select {
	width: 100%;
	max-width: 50%;
}

#product-options-wrapper .size-chart.for-std-stitching {
	padding: 0 0 0 26px;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*-------  Standard Stitching -------------*/

.data-table.paypal-review-table td.cr-charge {
	text-align: right !important;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*==Amasty Scheckout==*/

.amscheckout-header {
	padding: 10px 15px 0;
}

.amscheckout-main .amscheckout {
	display: inline-block;
	padding: 20px 0;
	width: 100%;
}

.amscheckout .billing select.address-select {
	height: 36px;
}


/*.amscheckout-header .am_login_link {
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 2px 20px;
}*/

.amscheckout-header .lane2 {
	color: #666;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.amscheckout-header-content .amscheckout {
	padding: 0 0 10px;
}

.amscheckout .amasty-scheckout-login .amscheckout-label {
	color: #000;
}

.amasty-scheckout-field input.input-text {
	height: 36px;
}

.amscheckout .amscheckout-data-table .product-name {
	padding-left: 7px;
	line-height: 20px;
}

#checkout-review-table-wrapper .amscheckout-data-table .amscheckout-item td:first-child {
	display: block;
	width: 27%;
	float: left;
}

#checkout-review-table-wrapper .amscheckout-data-table .amscheckout-item td:last-child {
	width: 73%;
	display: block;
	float: left;
}

.amscheckout-control input.input-text,
.amscheckout-control input.input-text,
.amscheckout-control select,
.amscheckout .billing select,
.amscheckout .shipping select {
	font-weight: normal;
	height: 36px;
	padding: 0 5px;
	font-family: "Source Sans Pro";
	font-size: 15px;
	color: #666;
	margin: 0 !important;
}

.amscheckout .amscheckout-control input.input-text[type="text"]:hover,
.amscheckout .amscheckout-control select:hover,
.amscheckout .amscheckout-control select:focus:hover,
.amscheckout .amscheckout-control textarea:hover,
.amscheckout .amscheckout-control input.input-text[type="text"]:focus,
.amscheckout .amscheckout-control select:focus,
.amscheckout .amscheckout-control textarea:focus,
.amscheckout .billing select:focus,
.amscheckout .billing select:focus:hover,
.amscheckout .shipping select:focus,
.amscheckout .shipping select:focus:hover {
	border-color: #aaa;
	color: #666;
	outline: none;
	box-shadow: none;
}

.amscheckout .form-list label,
.amscheckout .billing .amscheckout-label {
	color: #000;
}

.amscheckout-main .separator {
	margin-top: 15px;
}

.footer-links ul {
	text-align: center;
}

.footer-links ul li:last-child {
	margin-right: 0;
	border-right: 0 none;
}

.amscheckout-footer .footer-copyright {
	color: #666;
	text-align: center;
}

.footer-links ul li {
	border-right: 1px solid #ccc;
	display: inline-block;
	font-size: 15px;
	line-height: 14px;
	padding: 0 7.5px;
}

.footer-links ul li a {
	color: #008ec8;
}

.footer-links ul li a:hover {
	color: #ff4cb5;
}

.amscheckout-footer {
	border-top: 1px solid #666;
	padding: 20px 0;
	margin-top: 58px;
}

.column-section.col-shipping-area {
	margin-top: 45px;
}

.amscheckout .second-column.payment-col {
	width: 30%;
}

.amscheckout .third-column.order-review-col {
	width: 36%;
}

.amscheckout-item .item-qty-subtotal .item-subtotal {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 10px;
}

.amscheckout-main a.am_login_link {
	margin-left: 5px;
	font-weight: bold;
}

.amscheckout-main a.am_login_link:hover {
	color: #ff0096 !important;
}

.amscheckout-img-shadow {
	display: none;
}

.area-header {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 13px;
}

.order-review-col .area-header {
	padding: 0;
}

.cht-shipping {
	margin-top: 25px;
}

.amscheckout .payment-col .payment-method dt {
	padding: 10px 0;
}

.payment-col .checkout-agreements li {
	padding: 0 20px;
}

.payment-method label {
	vertical-align: middle;
}

.billing input {
	margin-right: 5px;
}

.amscheckout .payment-col .payment-method,
.amscheckout .payment-col .shipping-method,
.billing-col .billing {
	padding: 0 13px;
}

.amscheckout-data-table .footer-total td small,
.amscheckout-data-table .footer-total td span .price {
	font-size: 15px;
}

.payment-method .form-list li {
	line-height: 20px;
	padding-left: 21px;
}

.amscheckout .shipping select {
	height: 36px;
}


/*==Amasty Scheckout==*/


/*-- Track Order css Start --*/

.page-title.track-order-title {
	margin-bottom: 15px;
}

.page-title.track-order-title h1 {
	font-size: 24px;
	color: #000;
}

.track-order-detail .fieldset {
	margin-bottom: 0;
}

.track-order-detail .order-status {
	margin-bottom: 15px;
	font-size: 15px;
	color: #000;
	font-family: "Source Sans Pro";
}

.order-id {
	margin-bottom: 5px;
}

.order-id label,
.email-id label {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 15px;
}

.order-id input,
.email-id input {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	font-size: 15px;
	font-family: "Source Sans Pro";
	color: #666;
}

.track-order-detail .buttons-set {
	clear: both;
	margin: 20px 0 0;
	padding-top: 0;
	border-top: 0 none;
}

.track-order-detail .buttons-set button {
	float: left;
	margin: 0;
	background-color: #ff4cb5;
	min-width: 170px;
}

.track-order-detail .buttons-set button:hover {
	float: left;
	margin: 0;
	background-color: #ff19a0;
}

.track-order-detail .buttons-set button span {
	color: #fff;
}


/*-- Track Order css End --*/

.button.btn-cart.fixed {
	display: none;
}


/*-- Guest Order Track css Start --*/

.order-info-box {
	width: 100%;
	padding: 0;
	background: 0 none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.order-items.order-details {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.order-details .table-caption {
	margin: 0;
}

.inner-container .order-date {
	margin: 0;
}

.order-info-box .col-1,
.order-info-box .col-2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 none;
	/*flex: 1;*/
	border-left: 1px solid #ccc;
}

.order-info-box .col-1 {
	width: 30%;
}

.order-info-box .col-2 {
	width: 20%;
}

.order-info-box .col-1 .box,
.order-info-box .col-2 .box {
	padding-left: 20px;
}

.order-info-box .col-1 .box.first-col {
	padding-left: 0;
}

.inner-container .order-date {
	margin: 0;
	color: #666;
	margin-bottom: 25px;
}

.inner-container .order-date .order-date-col {
	font-family: "Source Sans Pro";
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.inner-container .order-date .date-of-order {
	font-family: "Source Sans Pro";
	font-size: 15px;
	color: #666666;
	font-weight: 400;
}

.order-info-box .col-1:first-child {
	border-left: 0 none;
}

.page-title.order-title h1 {
	font-family: "overlock";
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

.order-info-box .box h2 {
	font-family: "Source Sans Pro";
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

.order-info-box .box-content address,
.order-info-box .box-content {
	color: #666;
	font-size: 15px;
	font-family: "Source Sans Pro";
}

.order-items.order-details .table-caption {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.data-table.data-guest-order-track tbody td,
.data-table.data-guest-order-track thead th {
	padding-left: 0;
}

.data-table.data-guest-order-track thead th:first-child,
.data-table.data-guest-order-track tbody td:first-child {
	width: 60%;
	text-align: left !important;
}

.data-table.data-guest-order-track thead th,
.data-table.data-guest-order-track tbody td,
.data-table.data-guest-order-track thead th.a-right {
	width: 11.25%;
	text-align: center !important;
	color: #000;
}

.data-table.data-guest-order-track tbody.odd tr.last {
	background: 0 none;
}

.data-table.data-guest-order-track tbody.odd td,
.data-table.data-guest-order-track thead.odd td {
	border: 0 none;
	padding: 15px;
}

.data-table.data-guest-order-track thead th {
	padding: 15px 10px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: normal;
}

.data-table.data-guest-order-track thead {
	border-top: 1px solid #e5e5e5;
}

.data-table.data-guest-order-track tbody td:first-child,
.data-table.data-guest-order-track thead th:first-child {
	padding: 15px 10px 15px 0;
}

.order-items .product-name {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

.data-table.data-guest-order-track tbody.odd tr {
	border-bottom: 1px solid #e5e5e5;
}

.order-items .data-table.data-guest-order-track tfoot td {
	padding: 2px 10px;
	color: #000;
	font-size: 15px;
}

.xs-col {
	display: none;
}


/*-- Guest Order Track css End --*/


/*-- PIP css Start --*/

.product-view .sku.sku-product {
    display: inline-block;
    float: none;
    width: 100%;
	overflow: inherit;
}
.wrapper-left-box{
    border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.services .product-options {
    display: inline-block;
    padding: 20px 0 0;
}
.product-type-configurable .services .product-options{
	 padding: 10px 0;
}
.wrapper-left-box {
    float: left;
    width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.wrapper-right-box {
    float: right;
    width: 35%;
	border: 0 none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    padding: 0;
    text-align: center;
}
.dg-wishlist-button.inner-wrapper-box{
	border: 0 none;
	float: none;
}

.inner-wrapper-box {
    background: #f7f7f7 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 17px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.services .product-options .options-list > li {
    margin-bottom: 15px;
}
.services .product-options .options-list > li:last-child {
    margin: 0;
}
.services .product-options ul li input[type="radio"] {
    margin: 2px 3px;
    opacity: 0;
    position: absolute;
	cursor: pointer;
	z-index: 1;
}
.services .product-options li{
	position: relative;
}
.services .product-options li .checkbox::before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 9px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 4px;
    transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-webkit-transition: background 0.1s linear 0s;
    width: 9px;
	border: 1px solid #7f7f7f;
}
.services .product-options li:focus .checkbox::before, 
.services .product-options li:focus input[type="radio"]:checked ~ .checkbox::before {
    background: #fa0497  none repeat scroll 0 0;
	border: 1px solid #fa0497;
}
.services .product-options ul.options-list .label {
    display: inline-block;
    line-height: 13px;
    padding-left: 25px;
    vertical-align: middle;
	margin: 0;
	z-index: 1;
}
.services input[type="radio"]:checked ~ .checkbox::before {
    background: #fa0497 none repeat scroll 0 0;
    border: 1px solid #36c1d0;
	border: 1px solid #fa0497;
}
.services .product-options ul.options-list label{
	cursor: pointer;
	color: #666;
}
.wrapper-right-box .bundle-shipping-days{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.product-view .sku .sku-availablity .label {
	color: #000;
}
.product-view .sku-availablity .value, .product-view  .amstockstatus {
	color: #4c4c4c;
}
.product-shop .sku-product .sku-availablity, .product-shop .availability {
    font-size: 15px;
	color: #000;
}
.link-wishlist .label {
    background: rgba(0, 0, 0, 0) url("https://medias.utsavfashion.com/skin/frontend/ultimo/default/images/heart.png") no-repeat scroll 1px -13px / 13px auto;
    padding-left: 20px;
	text-transform: capitalize;
	color: #ff4cb5;
	font-size: 15px;
}
.link-wishlist .label:hover{
	background-position: 1px 4px;
}
.bundle-shipping-days > a, .dg-wishlist-button.inner-wrapper-box a {
    color: #008ec8;
	text-transform: capitalize;
}
.bundle-shipping-days span {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.bundle-shipping-days a {
    color: #008ec8;
}
.product-shop .dg-product-description h4 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.sku-product .services-availability {
    color: #7f7f7f;
    display: inline-block;
    float: none;
    font-size: 13.5px;
    margin: 8px 0 0;
    width: 100%;
}
.product-options .item-extend {
    padding: 15px 0 0 25px;
    width: 100%;
	color: #7f7f7f;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.submsr.measurement-container-custom.item-extend a {
    color: #008ec8;
    font-size: 13.5px;
    margin-left: 3px;
    text-transform: uppercase;
	cursor: pointer;
}
.product-shop .product-options ul.options-list:hover{
	color: #999;
}
.product-shop .product-options dd select, 
.product-shop .product-options dd .input-text, 
.product-shop .product-options dd textarea, 
.product-shop .product-options ul.options-list {
    color: #999;
}
.product-type-simple{
	width: 35%;
}
.product-type-simple .services.wrapper-left-box {
    display: none;
}
.product-type-simple .wrapper-right-box {
    float: none;
    padding: 0;
    width: 100%;
}
.product-type-simple{
	float: right;
}
.product-shop .dg-product-description.additional-product-type-simple {
    display: inline;
    float: left;
    width: 50%;
	clear: none;
}
.product-view .add-to-box.wrapper-right-box {
    margin: 0;
    padding-left: 0;
    width: 35%;
	float: right;
	border: 0 none;
}
.wrapper-left-box .product-options ul.options-list {
    margin-right: 0;
}

.wrapper-left-box.loggedIn {
    border: 0 none;
    width: 60%;
}
.wrapper-left-box.loggedIn a {
	margin: 0;
}
.xs-product-policy {
    display: none;
	background: #fafafa none repeat scroll 0 0;
}
.xs-product-policy > span {
    display: inline-block;
	width: 100%;
}
.product-custom-payment .wrapper-right-box {
    clear: both;
    display: inline-block;
    float: none;
    margin: 20px 0 0;
    max-width: 320px;
    width: 100%;
}
.product-custom-payment .wrapper-left-box {
    display: inline-block;
    width: 100%;
}
.product-custom-payment  .inner-wrapper-box {
    background: 0 none;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}

.submsr .measure-later-popup:hover {
    background: 0 none;
}
/*-- PIP css End --*/


.amxnotif-block .validation-advice{
	position: absolute;
    
}

/*-- Header & Footer Start --*/
.footer-container .footer-primary-container {
	background-color: #fff;
	padding-top: 0;
}
.footer-container .footer-primary {
	padding: 0 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.footer-container .footer-primary .inner-container  {
	padding: 25px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
}

.footer-container .footer-primary .inner-container .grid12-3 {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    width: 24%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webit-box-sizing: border-box;
}

.footer-container .footer-primary .inner-container .grid12-3:first-child {
    margin-right: 0;
    width: 40%;
}

.footer-container .footer-primary .inner-container .grid12-3:last-child {
    float: right;
    margin: 0;
    width: auto;
}
.footer-primary #subscribe-form form{
	 text-align: left;
	 display: inline-block;
	 padding: 0;
}
.social-link-list .joinus-social-icons span, .social-link-list .joinus-social-icons a{
	  background: rgba(0, 0, 0, 0) url("/skin/frontend/ultimo/default/images/social-icons-grey.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    width: 15px;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.social-link-list .joinus-social-icons-fb a {
    background-position: 0 0;
}
.joinus-social-icons.joinus-social-icons-fb a:hover {
    background-position: 0 -25px;
}
.social-link-list .joinus-social-icons-tw a {
    background-position: -167px 0;
}
.social-link-list .joinus-social-icons-tw a:hover {
    background-position: -167px -25px;
}
.social-link-list .joinus-social-icons-pi a {
    background-position: -81px 0;
}

.social-link-list .joinus-social-icons-pi a:hover {
    background-position: -81px -25px;
}

.social-link-list .joinus-social-icons-in a {
    background-position: -40px 0;
}
.social-link-list .joinus-social-icons-in a:hover {
    background-position: -40px -25px;
}
.social-link-list .joinus-social-icons-gp a {
    background-position: -126px 0;
}
.social-link-list .joinus-social-icons-gp a:hover {
    background-position: -126px -25px;
}
.social-link-list .joinus-social-icons-yt a {
    background-position: -204px 0;
	width: 17px;
}
.social-link-list .joinus-social-icons-yt a:hover {
    background-position: -204px -25px;
}

.social-link-list.footer-certified-ul li, 
.social-link-list.footer-certified-ul li:first-child {
    margin-right: 25px;
    padding: 20px 0 0;
}
.social-heading {
    color: #000;
    font-family: source sans pro;
    font-size: 15px;
	margin-bottom: 20px;
}
.footer .std h6 span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
	font-family: "Source Sans Pro";
}
.std .collapsible .block-title.heading {
    padding: 0;
	margin-bottom: 20px;
	font-family: "Source Sans Pro";
	font-size: 15px !important;
}
.footer-primary a {
    color: #000;
    font-size: 15px;
	font-family: "Source Sans Pro";
}
.std ul.bullet li{
	line-height: 20px;
    margin-bottom: 12px;
}
.std ul.bullet{
	margin: 0;
}

.footer-bottom.footer.container {
	padding: 15px 12px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.footer-bottom.footer .inner-container .footer-copyright{
	 padding-top: 0;
	word-spacing: 0;
	margin: 0;
	color: #666;
    font-size: 11.5px;
    text-align: left;
    text-transform: uppercase;
}
.block_footer_payment_inner .footer_links li:first-child::after{
	content: " ";
}
.block_footer_payment_inner .footer_links li::after {
    content: "|";
    left: -15px;
    position: absolute;
}
.block_footer_payment_inner .footer_links li {
    display: inline;
    margin-right: 20px;
    position: relative;
}

.footer-bottom.footer .inner-container .item {
    margin-right: 35px;
    text-align: right;
    width: auto;
}
.footer-bottom.footer .inner-container .item.item-right.block_footer_payment {
    float: left;
	margin-left: 0;
}

.footer-bottom.footer .inner-container .block_footer_payment_inner {
    color: #666;
    font-size: 12px;
	margin: 0;
    padding: 0;
}

.footer-bottom.footer .inner-container .block_footer_payment_inner a, 
.footer-bottom.footer .inner-container .block_footer_payment_inner a:hover{
	 color: #666;
	 margin: 0 8px;
}
.footer-bottom.footer .inner-container .block_footer_payment_inner .footer_links a {
    padding: 9px 0 0;
}
.footer-bottom.footer .inner-container .block_footer_payment_inner a:last-child, 
.footer-bottom.footer .inner-container .block_footer_payment_inner a:last-child:hover{
	margin: 0;	
}

.footer-bottom .dropdown .dropdown-content.left-hand {
    left: 0;
    bottom: 15px;
    height: auto;
    top: initial;
    padding: 15px;
	min-width: 150px;
}
.footer-bottom.footer .inner-container {
    margin: 0;
    padding: 0;
}
.block_footer_payment_inner ul.footer_links {
    display: inline;
    float: left;
}
#subscribe-form.clearer .input-box .validation-advice {
    background: 0 none;
    box-shadow: none;
    position: static;
    text-align: left;
    color: red;
}
/*-- Header & Footer End --*/


/*-- PLP CSS Start --*/

.product-image .sticker-wrapper.top-left, 
.product-image .sticker-wrapper.top-right {
    top: -19px !important;
}

.sticker-wrapper .sticker.new {
    background-color: #7f7f7f;
    height: auto !important;
    width: auto !important;
    border-radius: 0;
    padding: 3px 8px;
    font-family: "Source Sans Pro";
    font-size: 13.5px;
}
.sticker-wrapper .sticker.sale{
	background-color: #cf4554;
    height: auto !important;
    width: auto !important;
    border-radius: 0;
    padding: 3px 8.5px;
	font-family: "Source Sans Pro";
    font-size: 13.5px;
}
.category-products .category-products-grid .item {
    border-top: none;
    margin: 30px auto 0;
    padding-bottom: 20px !important;
}

.category-products .products-grid .price-box{
	text-align: left;
	margin: 0;
}
.category-products .products-grid.single-line-name .product-name {
    white-space: normal;
    text-overflow: initial;
    margin: 15px 0 5px;
    min-height: 53px;
	text-align: left;
	width: 100%;
}
.category-products .products-grid .product-name a:hover{
	color: #000000;
}
.product-image-wrapper .addto-links-icons.addto-onimage {
    float: left;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    padding: 0;
	width: 48%;
	background: 0 none;
	left: 4px;
	bottom: 4px;
}
.product-image-wrapper:hover .addto-links-icons.addto-onimage .add-to-links .ic{
	background-color: transparent;
}
.product-image-wrapper:hover .addto-links-icons.addto-onimage{
	background: rgba(255, 255, 255, .95);
}

.product-image-wrapper  .addto-links-icons a {
    text-align: left;
    padding: 0;
}
.products-grid.equal-height .item .product-image-wrapper .actions {
    float: right;
    display: block !important;
    padding: 0 !important;
    margin-top: 0;
    background: rgba(255, 255, 255, 1);
    width: 36px;
	height: 36px;
    z-index: 99;
	position: absolute;
	right: 4px;
    bottom: 4px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.products-grid.equal-height .item .product-image-wrapper:hover .actions{
	width: 48%;
	background: rgba(255, 255, 255, .95);
}
/* .products-grid.equal-height .item .product-image-wrapper:hover .actions:hover::before{ 
	background: #ff19a0;
	border: 1px solid #ff19a0;
	color: #fff;
} */
.products-grid li .product-image-wrapper .actions .button.btn-cart {
	display: none;
}
.products-grid li .product-image-wrapper:hover .actions .button.btn-cart{
	display: block;
}
.products-grid li .actions .button.btn-cart, 
.products-grid li .actions .button.btn-cart:hover {
    line-height: 38px;
    background: 0 none;
    color: #000;
    width: 100%;
    padding: 0;
    display: block;
    text-align: right;
	text-transform: capitalize;
	padding: 0px 40px 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
}
.products-grid li .product-image-wrapper .add-to-links .ic:hover {
    background-color: rgba(255, 255, 255, .95);
}
.products-grid li .product-image-wrapper .actions::before {
    position: absolute;
    content: "";
    right: 7px;
    font-size: 21px;
    padding: 0;
    /*border: 1px solid #000;*/
    line-height: 18px;
    border-radius: 50%;
    color: #000;
    top: 8px;
	background: url('https://medias.utsavfashion.com/skin/frontend/ultimo/default/images/plus-icon.png') no-repeat 1px 1px;
	width: 22px;
	height: 22px;
}
.products-grid li .product-image-wrapper .actions:hover::before {
	background: url('https://medias.utsavfashion.com/skin/frontend/ultimo/default/images/plus-icon.png') no-repeat 1px -19px;
}

.product-image-wrapper .wishlist-text {
    display: none;
	color: #000;
	font-size: 15px;
	vertical-align: middle;
}
.product-image-wrapper:hover .wishlist-text {
    display: inline-block;
}
.add-to-links.addto-onimage li{
	width: 100%;
}
.product-image-wrapper:hover .addto-links-icons.addto-onimage li:hover .ic-heart:before {
    color: #ff19a0;
}
.product-image-wrapper .addto-links-icons.addto-onimage li.current .ic-heart {
	color: #ff19a0 !important;
}
.out-of--stock-block:before {
    display: none;
}
.products-grid.equal-height .item .product-image-wrapper .actions.out-of--stock-block{
	width: 48%;
}
.products-grid.equal-height .item .product-image-wrapper .actions.out-of--stock-block {
	display: none !important;
	transition: none;
}
.products-grid.equal-height .item .product-image-wrapper:hover .actions.out-of--stock-block {
	display: block !important;
}
.products-grid.equal-height .item .product-image-wrapper .actions.out-of--stock-block .availability.out-of-stock {
	color: #000;
	font-size: 15px;
}
.products-grid .product-name a {
	font-weight: normal;
}
/*-- PLP CSS End --*/
/* Social Share Icon CSS Start */
.addthis_toolbox.addthis_default_style {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	height: 34px;
	line-height: 34px;
	margin-top: 12px;
}
.addthis_toolbox.addthis_default_style a.at300b {
	background: rgba(0, 0, 0, 0) url(/skin/frontend/ultimo/default/images/social-icons-grey.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    width: 15px;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 15px 4px !important;
	cursor: pointer;
}
.addthis_toolbox.addthis_default_style a.at300b span,
.addthis_toolbox.addthis_default_style a.at300b div {
	display: none;
}

.addthis_toolbox.addthis_default_style a.addthis_button_facebook {
    background-position: 0 0;
}
.addthis_toolbox.addthis_default_style a.addthis_button_facebook:hover {
    background-position: 0 -25px;
}
.addthis_toolbox.addthis_default_style a.addthis_button_twitter {
    background-position: -167px 0;
}
.addthis_toolbox.addthis_default_style a.addthis_button_twitter:hover {
    background-position: -167px -25px;
}
.addthis_toolbox.addthis_default_style a.addthis_button_pinterest_pinit {
    background-position: -81px 0;
}
.addthis_toolbox.addthis_default_style a.addthis_button_pinterest_pinit:hover {
    background-position: -81px -25px;
}
.addthis_toolbox.addthis_default_style a.addthis_button_google_plusone_share {
        background-position: -126px 0;
}
.addthis_toolbox.addthis_default_style a.addthis_button_google_plusone_share:hover {
        background-position: -126px -25px;
}
.price-notice .price {
	color: #7f7f7f;
}
/* Social Share Icon CSS End */

/* PLP Filter top section Start */
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 25%;
	min-width: 25%;
	float: left;
	margin-top: 0px;
}
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dt {
	background: none !important;
	padding-left: 0px !important;
	border-top: 1px solid #ccc;
}
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dt:after {
	content: "\e261";
    display: block;
    font-family: ThemeIcons;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    top: 10px;
    left: inherit;
	right: 13px;
    margin-top: 0px;
}
.amshopby-container-top.amshopby-collapse-enabled dl dt.amshopby-collapsed-custom:after {
	content: "\e262";
}
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dd,
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dd ul li a {
	padding: 0px;
}
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dd {
	display: none;
}
.amshopby-container-top.amshopby-collapse-enabled .amshopby-item-top dl dd > ol {
	display: block !important;
}
div.amshopby-filters-top .block-title {
	display: none;
}
.category-products .toolbar-top .toolbar .pager {
	display: none;
}
.amshopby-page-container .amshopby-filters-top .actions {
	display: none;
}
.amshopby-item-top div.amshopby-column {
	width: 49%;
}
.amshopby-apply-block {
	display: none;
}
.amshopby-apply-button {
	height: 30px;
	line-height: 32px;
	padding: 0 15px !important;
	width: auto;
	font-size: 15px;
	margin: 0px;
}
.amshopby-apply-button {
	background-color: #ff19a0;
	color: #fff;
}
.amshopby-apply-button:disabled,
.amshopby-apply-button:disabled:hover {
	background-color: #e5e5e5;
	color: #333;
	cursor: not-allowed;
}
div.amshopby-filters-top .actions {
	display: none;
}

.block-layered-nav #narrow-by-list  .currently ol li {
	display: inline-block;
	float: none;
}
dl#narrow-by-list .amshopby-apply-block {
	display: none !important;
}
/* PLP Filter top section End */

@media (max-width: 1260px) {
	.seperator {
		margin-left: 15px;
	}
	.seperator::before {
		left: -10px;
	}
	.data-table.cart-table tfoot td.last {
		padding: 0
	}
	.data-table.cart-table tfoot button {
		margin: 15px 0 15px 10px;
	}
	.category-products .products-grid.single-line-name .product-name,
	.category-products .products-grid .price-box {
		max-width: 295px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1200px) {
        .amxnotif-block .validation-advice {
            position: static;
        }	
    .wrapper-right-box{
		width: 45%;
	}
	.product-type-simple {
		width: 45%;
	}
	.bundle-bottom-price .seperator {
		display: inline-block;
		margin-left: 0;
		width: 100%;
	}
	.bundle-bottom-price {
		margin-top: 10px;
	}
	.bundle-bottom-price .seperator::before {
		left: 0;
		display: none;
	}
	.price-box-down span.you-pay {
		margin-left: 0;
	}
	.product-view .btn-cart {
		margin: 0;
		min-width: 100%;
	}
	.amxnotif-block input.input-text{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 1170px) {
	.account-create .form-list .field {
		margin-bottom: 10px;
	}
	.account-create .form-list li {
		margin: 0;
	}
}

@media (max-width: 1100px) {
	.footer-container .footer-primary .inner-container .grid12-3:first-child{
		width: 45%;
	}
	.footer-container .footer-primary .inner-container .grid12-3{
		width: 20%;
	}
	.product-custom-payment  .inner-wrapper-box {
		padding: 0;
	}
	.product-custom-payment  .wrapper-right-box {
		width: 100%;
		max-width: 100%;
	}
	.product-shop .dg-product-description.additional-product-type-simple{
		width: 100%;
	}
	.product-type-simple {
		width: 100%;
		border-top: 1px solid #ccc;
	}
	.xs-product-policy {
		box-sizing: border-box;
		color: #656565;
		display: inline-block;
		font-size: 13.5px;
		margin-top: 20px;
		padding: 15px;
		text-align: center;
		width: 100%;
	} 
	.xs-product-policy a {
		color: #008ec8;
		text-transform: capitalize;
	}
	.wrapper-right-box .bundle-shipping-days{
		display: none;
	}
	.wrapper-left-box.loggedIn {
		width: 100%;
	}
	.amxnotif-block{
		 max-width: 350px;
		 width: 100%;
		 margin: 0;
	}
	.product-shop .dg-product-description{
		width: 100%;
	}
	.wrapper-left-box, .wrapper-right-box{
		float: none;
		width: 100%;
	}
	.product-view .add-to-box.wrapper-right-box {
		float: none;
		max-width: 350px;
		width: 100%;
		display: inline-block;
	}
	
	.inner-wrapper-box {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	.wrapper-right-box{
		margin-top: 0;
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	.order-review-button .amscheckout-submit span {
		width: 270px;
	}
	.amscheckout .three-columns .third-column.order-review-col {
		width: 100%;
	}
	.amscheckout .second-column.payment-col {
		width: 50%;
	}
	.amscheckout .three-columns .third-column.order-review-col {
		margin: 30px 0;
	}
	.inner-wrapper-box{
		padding: 17px 0;
	}
}

@media (max-width: 992px) {
	.wrapper-right-box{
		margin-top: 0;
	}
	
	.level-top.no-click ~ .opener {
		display: block;
	}
	.level-top ~ .opener {
		display: none;
	}
	.amscheckout .second-column.payment-col {
		margin: 20px 0 0;
	}
	.shipping-method .sp-methods dd {
		margin: 0;
	}
	.amscheckout .three-columns .third-column.order-review-col {
		width: 100%;
	}
	.order-review-button .amscheckout-submit span {
		width: 270px;
		float: right;
	}
	.data-table th,
	.data-table td {
		padding: 8px 5px;
	}
	.buttons-set.wishlist-btn button.button {
		margin: 0 0 0 1px;
	}
	.forgot-pwd-form,
	.reset-pwd-form {
		display: inline-block;
		width: 100%;
	}
	.data-table.cart-table th,
	.data-table.cart-table td {
		padding: 8px 5px;
	}
	.input-box .info-icon .ic.ic-info::before {
		top: 4px;
	}
	.validation-advice.merged-select-error-message {
		margin: 0 auto 15px;
		padding-left: 0;
	}
	/*====css for product page=====*/
	.col-6 {
		float: none;
		width: 100%;
	}
	.product-options .col-6 dd,
	.product-options .col-6 dt {
		border: 0 none;
	}
	
	.input-box .bundle-option-select {
		max-width: inherit;
	}
	.input-box .info-icon {
		margin-left: 10px;
		position: absolute;
		right: 0;
		top: 7px;
	}
	.bundle-select-design {
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding-right: 30px;
	}
	#product-options-wrapper .input-box {
		position: relative;
	}
	.input-box .bundle-select-design::after {
		right: 30px;
	}
	#product-options-wrapper .input-box {
		margin-bottom: 0;
		padding: 0;
	}
	.product-shop .product-options-bottom {
		margin: 0 !important;
	}
	.product-type-configurable dl .col-6,
	.product-type-configurable dl .col-6:last-child {
		border: 0 none;
	}
	.products-grid.equal-height .item .product-image-wrapper .actions {
		display: none !important;
	}
	.product-image-wrapper:hover .addto-links-icons.addto-onimage{
		background: 0 none;
	}
	.products-grid.equal-height .item .product-image-wrapper:hover .actions.out-of--stock-block {
		display: none !important;
	}
	/*.product-image-wrapper:hover .addto-links-icons.addto-onimage li:hover .ic-heart:before {
		color: #fff;
	}*/
	/*====css for product page=====*/
}

@media (max-width: 1200px) and (min-width: 768px) {
	/*====css for product page=====*/
	
	.validation-failed {
		margin: 0px !important;
	}
	.udesign-select::after {
		right: 2s5px;
	}
	.product-shop.grid12-8 {
		width: 56%;
	}
	.product-img-column.grid12-4 {
		width: 40%;
	}
	#colorbox.size-chart-open {
		left: 50% !important;
		transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		max-width: 600px;
		width: 100%;
	}
	.data-table.cart-table tfoot td.last {
		padding: 0;
	}
	/*====css for product page=====*/
}
@media (max-width: 1024px) and (min-width: 768px) {
	.col-main .product-view .box-additional{
		margin-top: 15px;
	}
	
}
@media (max-width: 960px) and (min-width: 768px) {
	.my-wishlist .product-name a {
		font-size: 15px;
	}
	.social-link-list.footer-certified-ul{
		margin-bottom: 0;
	}
	.sku-product .sku-availablity {
		border-right: 1px solid #aaa;
	}
	.product-options-bottom .add-to-cart.left-side,
	.product-options-bottom .dg-wishlist-button {
		max-width: auto;
		width: 100%;
		margin-bottom: 15px;
	}
	.my-account .my-wishlist .page-title h1 {
		padding-top: 22px;
	}
	.product-options-bottom .dg-wishlist-button {
		margin: 0;
	}
	
}
@media (min-width: 768px) {
	.main .col-left div.block-layered-nav.amshopby-filters-left.amshopby-collapse-enabled dl dt.amshopby-filter-position-both,
	.main .col-left div.block-layered-nav.amshopby-filters-left.amshopby-collapse-enabled dl dd.amshopby-filter-position-both	{
		display:none;
	}
}

@media (max-width: 768px) {
	.product-image-wrapper:hover .wishlist-text {
		display: none;
	}
	.add-to-cart.left-side .button {
		margin: 0 auto;
		max-width: 100%;
		min-width: auto;
		width: 100%;
		float: none;
	}
	.inner-wrapper-box{
		padding: 17px 0 0;
	}
	.measurement-container-standard .udesign-select {
		width: 100%;
		max-width: 50%;
		padding-right: 0;
	}
	.udesign-select::after {
		right: 30px;
	}
	.data-table.cart-table .item-options dd {
		padding-left: 0;
		clear: both;
	}
	.data-table.paypal-review-table .item-options dd {
		padding-left: 0;
	}
	.data-table.paypal-review-table .item-options dd {
		clear: both;
	}
	.my-wishlist .product-name a {
		font-size: 15px;
	}
	.wishlist-data-table tbody tr td:first-child {
		display: block;
	}
	.my-account .data-table.wishlist-data-table thead tr {
		display: none;
	}
	.data-table.wishlist-data-table thead th:nth-child(3) {
		display: none;
	}
	.my-wishlist .product-image img {
		width: 100%;
	}
	.wishlist-index-share .no-gutter.grid-col2-main {
		width: 100%;
	}
	.wishlist-index-share .sidebar {
		display: none;
	}
	.my-wishlist .product-name a {
		line-height: 20px;
		width: 90%;
		float: left;
	}
	.my-wishlist .product-image {
		min-width: 100%;
	}
	.my-wishlist .data-table tr.last {
		border-bottom: 0 none !important;
	}
	.my-account .my-wishlist .page-title h1 {
		padding-top: 0;
	}
	.my-wishlist tbody td:nth-child(3) .product-name {
		display: none;
	}
	.my-account .data-table.wishlist-data-table tr {
		display: inline-block;
		width: 100%;
	}
	.data-table.wishlist-data-table td {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: right;
		width: 75%;
	}
	.data-table.wishlist-data-table .btn-remove.btn-remove2 {
		float: right;
		width: auto;
	}
	.wishlist-index-index .sidebar {
		display: none;
	}
	.wishlist-index-index .no-gutter.grid-col2-main {
		width: 100%;
	}
	.cart .data-table thead {
		display: none;
	}
	.cart-table .product-image {
		max-width: 100%;
	}
	.data-table.cart-table .cell-label {
		display: inline-block;
	}
	.data-table th.a-center {
		display: none;
	}
	.forgot-pwd-form .buttons-set {
		border-top: 0 none;
		margin-top: 20px;
	}
	.forgot-pwd-form .buttons-set button.button {
		margin-left: 0;
	}
	.forgot-pwd-form .buttons-set .back-btn {
		display: none;
	}
	.cart .totals-inner {
		padding: 5px 10px;
	}
	.cart .discount .buttons-set button.button {
		margin: 0;
	}
	.data-table.cart-table tfoot .a-right {
		width: 100%;
	}
	.cart-table tfoot tr.first td.a-right {
		margin: 0;
	}
	.data-table.cart-table tfoot .btn-update,
	.data-table.cart-table tfoot .btn-continue {
		font-size: 15px;
		margin: 0;
		padding: 0;
	}
	.data-table.cart-table tfoot .btn-update {
		float: right !important;
	}
	.data-table.cart-table tfoot .btn-continue {
		float: left !important;
	}
	.data-table.cart-table .cell-label {
		font-size: 13.5px;
		min-width: inherit;
		width: auto;
		font-weight: bold;
		margin-right: 5px;
	}
	.cart .data-table.cart-table td.col-total {
		text-align: right !important;
		padding: 10px 0 0;
	}
	.data-table.cart-table tr {
		border-bottom: 0 none;
		box-sizing: border-box;
		clear: both;
		padding-bottom: 0;
		width: 100%;
		display: inline-block;
	}
	.data-table.cart-table .product-name-xs,
	.paypal-review-table .product-name-xs {
		display: inline-block;
		width: 100%;
	}
	.data-table.cart-table .item-options dt,
	.data-table.cart-table .item-options dd {
		width: auto;
	}
	.data-table.cart-table .col-delete,
	.paypal-review-table .col-delete {
		display: none;
	}
	.data-table.cart-table .product-image,
	.paypal-review-table .product-image {
		width: 100%;
		max-width: 140px;
	}
	.paypal-review-table .product-image {
		max-width: 140px;
		display: inline-block;
	}
	.my-wishlist .wishlist-data-table .product-image {
		width: 100%;
		min-width: inherit;
	}
	.data-table.cart-table .col-table-left,
	.paypal-review-table td.col-table-left,
	.data-table.wishlist-data-table tr td:nth-child(2) {
		float: left;
		width: 25%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.data-table.cart-table .col-table-right,
	.paypal-review-table td.col-table-right {
		float: right;
		width: 70%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.data-table.paypal-review-table .a-center .cell-label {
		min-width: 20px;
		max-width: 20px;
		display: inline-block;
		margin-right: 10px;
		font-weight: bold;
	}
	.data-table.paypal-review-table .a-right .cell-label {
		display: inline-block;
		width: 30%;
		min-width: 100px;
		max-width: 72%;
		margin-right: 10px;
		font-weight: bold;
		text-align: right;
	}
	.paypal-review-table .a-center,
	.paypal-review-table .a-right {
		float: right;
		width: 70%;
		text-align: right !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.data-table.cart-table .a-center,
	.data-table.cart-table .a-right {
		float: right;
		width: 70%;
		text-align: left !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.paypal-review-table .a-center {
		text-align: left !important;
	}
	.paypal-review-table .footer-total td {
		padding: 5px 5px;
		width: 50%;
		float: left;
	}
	.data-table.cart-table .product-name,
	.paypal-review-table .product-name {
		display: none;
	}
	.data-table.cart-table .product-name-xs .product-name,
	.paypal-review-table .product-name-xs .product-name {
		display: block;
	}
	.paypal-review-table .footer-total td.a-right {
		width: 80%;
	}
	.paypal-review-table .footer-total td.a-right.last {
		width: 20%;
	}
	.data-table.cart-table .product-name,
	.product-name-xs .product-name {
		float: left;
		margin: 0 0 5px;
		width: 95%;
	}
	.cart-table.data-table .btn-remove,
	.product-name-xs .btn-remove {
		float: right;
		font-size: 0;
		margin: 5px 0 0;
		padding-right: 0;
		text-align: right;
		width: 5%;
	}
	.create-account,
	.not-register-yet {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: left;
		padding-right: 20px;
		width: 50%;
	}
	/*====css for login page=====*/
	.col-main .account-login .registered-users {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	/*====css for login page=====*/
	/*====css for product page=====*/
	.am-storecredit-form .form-list li {
		max-width: inherit;
	}
	/*====css for product page=====*/
	.cart-table .col-img {
		display: none;
	}
	.data-table.cart-table tbody tr {
		border-bottom: 1px solid #eee;
	}
	.data-table.wishlist-data-table td.last {
		display: none;
	}
	/*-- Guest Order Track css Start --*/
	.order-info-box {
		display: block;
	}
	.order-info-box .col-1 {
		display: inline-block;
		width: 50%;
		margin-bottom: 30px;
	}
	.order-info-box .col-2 {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.order-info-box .col-2.shipping-xs-col .box {
		padding: 0;
	}
	.order-info-box .col-2,
	.order-info-box .col-1 {
		border: 0 none;
	}
	.data-table.data-guest-order-track thead th.a-center {
		display: block;
	}
	/*-- Guest Order Track css End --*/
}

@media (max-width: 767px) {
	.products-grid.equal-height .item .product-image-wrapper .actions.out-of--stock-block{
		display: none;
	}
	.product-image-wrapper:hover .addto-links-icons.addto-onimage{
		background: 0 none;
	}
	
	.products-grid.equal-height .item .product-image-wrapper .actions {
		display: none !important;
	}
	.block_footer_payment_inner .footer_links li:last-child{
		margin-right: 5px;
	}
	
	.footer-container .footer-primary .inner-container{
		border-bottom: 0 none;
		padding: 20px 0 5px;
	}
	.footer-bottom.footer .inner-container{
		    padding: 0 12px;
	}
	.std .collapsible .block-content {
		margin-top: 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.std .collapsible .block-content.newsletter-box{
		padding-left: 0;
	}
	.social-link-list.footer-certified-ul li, .social-link-list.footer-certified-ul li:first-child{
		padding: 15px 0 0;
	}
	.similar_products_slider_items .owl-controls .owl-buttons{
		display: block;
	}
	.sorter .sort-by{
		position: absolute;
	}
	.block-layered-nav .block-content > dl > dt::after{
		top: 45%;
	}
	.block-layered-nav .block-content.toggle-content > dl > dt{
		padding: 10px 20px !important;
	}
	.std .collapsible .block-title.heading {
		font-family: "Source Sans Pro";
		margin-bottom: 10px;
		padding-bottom: 15px;
		cursor: pointer;
	}
	.footer-bottom.footer .inner-container .item{
		display: block;
		float: none;
		margin: 0 0 15px;
		text-align: left;
	}
	.footer-bottom.footer .inner-container .block_footer_payment_inner a:first-child,
	.footer-bottom.footer .inner-container .block_footer_payment_inner a:first-child:hover{
		margin-left: 0;
	}
	.footer-container .footer-primary .inner-container .grid12-3{
		padding-right: 0;
	}
	.footer-bottom.footer.container {
		border-top: 0 none;
		padding: 0;
	}
	.social-link-list.footer-certified-ul {
		margin: 0;
		display: inline-block;
		margin-bottom: 0;
	}
	.currency-switcher .hide-below-768 {
		display: none !important;
	}
	.category-products .products-grid.single-line-name .product-name {
		min-height: inherit !important;
		height: 48px !important;
	}
	.amshopby-container-top.amshopby-collapse-enabled {
		display: none;
	}
	div.amshopby-filters-top .amshopby-apply-block {
		display: none !important;
	}
	dl#narrow-by-list .amshopby-apply-block {
		display: block !important;
		text-align: right;
		padding: 10px 0 4px;
		border-top: 1px solid #ccc;
	}
	dl#narrow-by-list .amshopby-apply-block .amshopby-apply-button {
		width: 100%;
	}
	div.amshopby-filters-top .amshopby-apply-block .amshopby-apply-button {
		font-size: 13px;
		padding: 0 10px !important;
	}
	div.block-layered-nav dd a.amshopby-attr:hover {
		padding-left: 20px;
		background-image: url(/skin/frontend/ultimo/default/images/amshopby-checkbox.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		color: #000;
	}
	div.block-layered-nav dd a:hover.amshopby-attr-selected,
	div.block-layered-nav dd a.amshopby-attr-selected	{
		background-color: none;
		background-image: url(/skin/frontend/ultimo/default/images/checkbox-selected.jpg);
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: 0px 9px;
	}
}

@media (max-width: 600px) {
	
	/*-- Guest Order Track css Start --*/
	.xs-col {
		display: block;
	}
	.page-title.order-title h1 {
		font-size: 15px;
	}
	.grand_total .price {
		font-weight: bold;
	}
	.order-info-box .box-content address,
	.order-info-box .box-content .data-table.data-guest-order-track thead th.a-center,
	.order-items .data-table.data-guest-order-track tfoot td,
	.inner-container .order-date .order-date-col {
		font-size: 13.5px;
		padding-right: 0;
	}
	.data-table.data-guest-order-track thead th,
	.data-table.data-guest-order-track tbody td {
		display: none;
	}
	.data-table.data-guest-order-track tbody td:first-child,
	.data-table.data-guest-order-track thead th:first-child {
		display: table-cell;
		position: relative;
		width: 100%;
		padding: 10px 0;
	}
	.data-table.data-guest-order-track thead th.a-center {
		display: none;
	}
	.guest-sku,
	.guest-order-status,
	.shipping-charges,
	.xs-col {
		font-size: 13.5px
	}
	.xs-col .price {
		font-size: 15px;
	}
	/*-- Guest Order Track css End --*/
	.amscheckout-footer {
		border-top: 0 none;
	}
	.not-register-yet {
		display: none;
	}
	/*====css for product page=====*/
	.category-lehenga .udesign-select {
		width: 50%;
	}
	/*====css for product page=====*/
	.box-additional-shop-more {
		text-align: left;
	}
}

@media (max-width:480px) {
	.block_footer_payment_inner .currency-switcher {
		display: block;
	}
	.block_footer_payment_inner .footer_links li {
		margin-right: 20px;
		position: relative;
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.footer-bottom.footer .inner-container .block_footer_payment_inner{
		text-align: left;
	}
	.footer-container .footer-primary .inner-container{
		padding: 25px 0 0;
	}
	.bundle-bottom-price{
		margin-top: 0;
	}
	.measurement-container-standard .udesign-select {
		max-width: 100%;
	}
	.product-type-configurable .product-options .col-6 dd .input-box{
		max-width: 100%;
	}
	.measurement-container-petticoat.item-extend .udesign-select, 
	.measurement-container-prestitch.item-extend .udesign-select {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.amxnotif-block, .product-view .add-to-box.wrapper-right-box{
		max-width: 100%;
	}
	.add-to-cart.left-side .button {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}
	.product-options-bottom .dg-wishlist-button {
		margin-top: 10px;
	}
	.toolbar-top .toolbar .sorter {
		padding-top: 12px;
	}
	
	.order-id input,
	.email-id input {
		max-width: 100%;
	}
	.button.btn-cart.fixed {
		bottom: 0;
		display: block;
		left: 0;
		margin: 0;
		position: fixed;
		z-index: 999;
	}
	.amscheckout .second-column.payment-col {
		width: 50%;
	}
	.billing .amscheckout-row,
	.shipping .amscheckout-row {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100% !important;
	}
	.order-review-button .amscheckout-submit span {
		float: none;
	}
	.amscheckout-header-content .amscheckout {
		padding: 0 0 20px;
	}
	.data-table.paypal-review-table thead tr th:nth-of-type(2) {
		display: none;
	}
	.paypal-review-table .footer-total td.a-right,
	.paypal-review-table .footer-total td.a-right.last {
		width: 50%;
	}
	.measurement-container-standard .udesign-select {
		width: 100%;
	}
	.wishlist-data-table tr td:first-child {
		display: block;
		width: 100%;
	}
	.buttons-set.wishlist-btn button.button {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.my-wishlist .button.btn-share {
		padding: 0;
		width: auto;
	}
	.data-table.wishlist-data-table tr td:nth-child(2) {
		float: left;
		width: 25%;
	}
	.data-table.wishlist-data-table td {
		width: 70%;
	}
	.cart .discount .discount-form .buttons-set button.button {
		padding: 0;
		text-align: center;
	}
	.forgot-pwd-form .buttons-set button.button,
	.reset-pwd-form .buttons-set button.button {
		float: none;
		margin: 0;
	}
	.forgot-pwd-form .form-list input.input-text,
	.reset-pwd-form .form-list input.input-text {
		box-sizing: border-box;
		margin: 0 !important;
		width: 100%;
	}
	.create-account .fieldset {
		margin: 0 0 5px;
	}
	.create-account .buttons-set.join-btn button.button {
		max-width: 100%;
	}
	.create-account,
	.not-register-yet {
		width: 100%;
		float: none;
	}
	.create-account {
		padding: 0;
	}
	.registered-users .form-list .input-box input.input-text,
	.create-account .form-list input.input-text,
	.create-account .form-list .field,
	.reset-pwd-form .form-list .field {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin: 0 0 5px;
		width: 100%;
	}
	.registered-users .form-list .validation-failed,
	.create-account .form-list .validation-failed {
		margin: 1px 0 !important;
	}
	/*====css for login page=====*/
	.col-main .account-login .registered-users {
		border-bottom: 1px solid #ccc;
	}
	.registered-users .buttons-set {
		border: 0 none;
		margin-bottom: 10px;
	}
	.account-login .registered-users h3,
	.account-login .new-users h2 {
		border: 0 none;
	}
	/*====css for login page=====*/
	/*====css for product page=====*/
	.product-view .product-shop.grid12-8 {
		margin-bottom: 10px;
	}
	.product-options-bottom .add-to-cart.left-side,
	.product-options-bottom .dg-wishlist-button {
		width: 100%;
		float: none;
		display: inline-block;
		margin: 0;
	}
	.product-options-bottom .dg-wishlist-button{
		margin-top: 20px;
	}
	.submsr .measure_later,
	.submsr .measure_now {
		margin: 0 0 10px;
		float: none;
		width: 100%;
		padding: 0;
	}
	.product-shop .dg-product-description {
		margin-top: 10px;
	}
	.product-view .product-img-column .img-box .more-images {
		position: relative;
		margin-top: 40px;
	}
	.img-box .img-box-style1 .product-image {
		position: relative;
	}
	.product-img-column .img-box .product-image::before {
		color: #000;
		content: "Tap to Zoom Image";
		display: block;
		left: 50%;
		position: absolute;
		text-align: center;
		bottom: -35px;
		transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
	}
	.custom-payment .notice span {
		margin: 0 15px 0 0;
	}
	.custom-payment .notice span:last-child {
		margin: 0;
	}
	/*====css for product page=====*/
	.order-review-button .amscheckout-submit span {
		width: 100%;
	}
}

@media (max-width:360px) {
	
	.xs-product-policy {
		padding: 15px 20px;
	}
	.product-type-configurable .product-options .col-6 dd .input-box, 
	.product-type-bundle .product-options .col-6 dd .input-box{
		max-width: 100%;
	}
	
	.amscheckout-header .welcome-msg {
		display: block;
		float: none;
		margin-top: 5px;
	}
	.footer-links ul li {
		font-size: 13.5px;
	}
	.footer-copyright,
	.block_footer_payment_inner {
		font-size: 12px;
	}
	.data-table.cart-table tfoot .btn-update,
	.data-table.cart-table tfoot .btn-continue {
		font-size: 13.5px;
	}
	.item-qty-subtotal .item-qty {
		width: 22%;
	}
	.amscheckout-item .item-qty-subtotal .item-subtotal {
		width: 73%;
		padding: 0;
	}
	.sku-product .sku-availablity {
		border-right: 0;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.review-item-image {
		max-width: none;
		width: 100%;
	}
}
