.addressList-base-defaultTitle,.addressList-base-otherTitle {
    padding: 10px;
}

.addressList-base-addAddressButton {
    float: right;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #282c3f;
    padding: 8px 16px 7px;
    cursor: pointer;
    border-radius: 4px;
}

.addressList-base-addBlock {
    box-shadow: 0 0 4px rgb(40 44 63 / 8%);
    height: 72px;
    padding: 25px 0 26px 19px;
    margin-bottom: 25px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 1px dashed #d4d5d9;
}

.addressList-base-label {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #ff3f6c;
}

.addressBlocks-base-block:hover {
    border: 1px solid #d4d5d9;
    box-shadow: 0 0 4px rgb(40 44 63 / 8%);
}

.addressBlocks-base-block {
    border: 1px solid #eaeaec;
    margin-bottom: 8px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.addressBlocks-base-innerBlock {
    padding: 19px 16px 0 48px;
}

.addressBlocks-base-radioIcon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.addressDetails-base-desktopAddressTitle {
    display: flex;
    align-items: baseline;
}

.addressDetails-base-name {
    font-weight: 600;
    font-size: 14px;
    color: #282c3f;
    text-transform: capitalize;
    word-break: break-all;
}

.addressDetails-base-addressType {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    color: #03a685;
    font-weight: 600;
    border: 1px solid #03a685;
    margin-left: 8px;
    line-height: 12px;
}

.addressBlocks-base-addressDetail {
    margin-top: 12px!important;
}

.addressDetails-base-addressField {
    word-break: break-all;
}

.addressDetails-base-mobile {
    margin: 12px 0 16px;
}

.addressBlocks-base-btns {
    position: relative;
    margin: 16px 0;
}

.addressBlocks-base-edit, .addressBlocks-base-remove {
    color: #282c3f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #282c3f;
    border-radius: 4px;
    padding: 6.5px 16px;
}

.page-page {
    width: 100%;
    min-height: 515px;
    background-color: white;
    float: left;
    padding-left: 10px;
    display: block;
}

.account-account {
    border-bottom: 1px solid #d4d5d9;
    padding: 15px 10px;
    font-size: 12px;
    background: white;
}

.account-heading {
    font-size: 18px;
    font-weight: 800;
}

.sidebar-sidebar {
    vertical-align: top;
    border-right: 1px solid #d4d5d9;
    box-shadow-right: 1px 1px 5px #888888;
    text-align: left;
    padding: 0px 25px 0px 0px;
    font-size: 15px;
}

.segment-segment:first-child {
    border-top: none;
}

.segment-segment {
    border-top: 1px solid #d4d5d9;
    padding: 20px 10px;
}

.segment-segment a {
    color: #868686;
}

.segment-heading {
    color: blue;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0px;
    font-weight: 700;
}

.segment-link {
    display: block;
    margin: 5px 0px;
    font-size: 12px;
}

.ordersFilter-orderFilterWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    color: #282c3f;
    background-color: #fff;
}

.ordersFilter-orderFilterWrapper .ordersFilter-filterTextDisplayWrapper .ordersFilter-filterText {
    display: inline-block;
    padding-left: 4px;
    font-weight: 600;
}

.ordersFilter-orderFilterWrapper .ordersFilter-filterButtonWrapper .ordersFilter-filterButton {
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #d4d5d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.ordersFilter-orderFilterWrapper .ordersFilter-filterButtonWrapper .ordersFilter-filterButton .ordersFilter-filterButtonTextWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.svgImages-filter {
    background: url(/front_assets/assets/images/filter.svg) no-repeat;
}

.page-listBackground {
    background-color: #f5f5f5;
    padding: 10px;
}

.ItemList-itemView {
    height: auto;
    background: #fff;
    padding: 0 3.37% 5px 3.33%;
    margin-top: 12px;
}

.ItemList-itemStatus {
    margin: 0 0 8px;
    width: 100%;
}

.ItemStatus-itemStatus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
}

.ItemStatus-itemDetailsContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.ItemStatus-circleBackgroundIconWithStatus {
    padding-top: 1px;
    width: 32px;
    height: 100%;
}

.CustomStatusIcon-circleBackgroundIconWithStatus {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.CustomStatusIcon-status {
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-left: 4px;
}

.ItemStatus-details {
    padding-right: 12px;
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ItemStatus-title {
    line-height: 21px;
}

.Text-Text {
    font-family: Whitney;
    font-size: 14px;
    line-height: 1;
    color: #282c3f;
}

.ProductList-itemInfoForItemList {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.ProductList-itemInfoForItemList:hover {
    cursor: pointer;
}

.ProductList-imageAndDetails {
    position: relative;
}

.ProductList-actionButtonsStyles, .ProductList-imageAndDetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ProductList-thumbnail {
    border: 1px solid #edeeef;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.image-imgResponsiveNew {
    display: block;
    max-width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ProductList-content_justify {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ProductList-details {
    padding-left: 4.455%;
}

.ProductList-cancellationWrapper, .ProductList-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ProductList-bold, .ProductList-productName {
    font-family: Whitney;
    font-size: 14px;
    line-height: 1;
    color: #282c3f;
    font-weight: 600;
}

.ProductList-productName {
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 56vw;
}

.ProductList-size {
    padding-top: 6px;
}

.ProductList-productNameReturnCancel, .ProductList-size {
    font-family: Whitney;
    font-size: 14px;
    line-height: 1;
    color: #282c3f;
}

.ProductList-arrowIcon {
    top: 40%;
    position: absolute;
    right: 0;
}

.svgImages-grayArrow {
    background: url(/front_assets/assets/images/grayArrow.svg) no-repeat;
}

.svgImages-svg {
    display: inline-block;
}

.ProductList-actionButtonsStyles, .ProductList-imageAndDetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ProductList-actionButtonsStyles {
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.StyledTextButton-button {
    cursor: pointer;
}

.StyledTextButton-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    background-color: #fff;
    width: 100%;
    text-align: center;
}

.page-fullWidthComponent {
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    position: relative;
}

.itemDetails-itemDetailsView {
    border: 2px solid #f5f5f5;
}

.ItemDetails-itemDetailsView {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ItemDetails-itemDetailsView .ItemDetails-connect {
    top: 16px;
    position: absolute;
    right: 16px;
}

.HelpCenterIcon-helpcenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.HelpCenterIcon-helpcenter .HelpCenterIcon-help {
    width: 30px;
    height: 18px;
    font-family: Whitney;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    margin-top: 5px;
    margin-right: 9px;
}

.HelpCenterIcon-helpcenter .HelpCenterIcon-oval {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.HelpCenterIcon-helpcenter .HelpCenterIcon-oval .HelpCenterIcon-support {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 4px;
    margin-left: 4px;
}

.svgImages-support {
    background: url(/front_assets/assets/images/support.svg) no-repeat;
}

.svgImages-svg {
    display: inline-block;
}

.ProductDetails-itemInfoForItemDetails {
    background-color: #f5f5f5;
    height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ProductDetails-thumbnail {
    margin-top: 75px;
    width: 250px;
    height: 149px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.orderimgmain{
    background: rgb(255, 242, 223);
    height: 70px; 
    width: 85px; 
    border-radius: 2px;
}
.orderimg{
    height: 70px; 
    width: 85px;
}
.ProductDetails-brandName {
    padding-top: 22px;
    font-family: Whitney;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #282c3f;
}

.ProductDetails-productName {
    padding-top: 8px;
    font-family: Whitney;
    font-size: 14px;
    text-align: center;
    color: #282c3f;
}

.ProductDetails-sizeAndQuantity {
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ProductDetails-size {
    font-family: Whitney;
    font-size: 14px;
    color: #282c3f;
}

.ItemDetails-itemDetailsView .ItemDetails-itemTracker {
    overflow-x: hidden;
    width: 91%;
    margin: 0 4.44% 12px;
}

.ItemTracker-trackerContainer, .Tracker-textContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.ItemTracker-trackerContainer {
    width: 100%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Tracker-inActiveState {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
}

.Tracker-inActiveState .Tracker-bullet {
    padding-left: 15px;
}

.Tracker-bullet, .Tracker-delayedBullet {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.Tracker-inActiveState:first-child .Tracker-bullet:before {
    border: 1px dashed #d4d5d9;
    bottom: 14px;
    top: 14px;
}

.Tracker-bullet:before, .Tracker-delayedBullet:before {
    position: absolute;
    content: " ";
    -webkit-transform: translateY(67%);
    -moz-transform: translateY(67%);
    -ms-transform: translateY(67%);
    -o-transform: translateY(67%);
    transform: translateY(67%);
    left: 17px;
}

.Tracker-inActiveState:first-child .Tracker-bullet .Tracker-bulletNumber {
    background-color: #d4d5d9;
}

.Tracker-inActiveState .Tracker-bulletNumber {
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #03a685;
}

.Tracker-bulletNumber, .Tracker-delayedBulletNumber {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.Tracker-inActiveState .Tracker-textContainer {
    padding-left: 23.5px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 12px;
    font-weight: 500;
}

.Tracker-textContainer {
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ItemTracker-trackerContainer, .Tracker-textContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.Tracker-inActiveState .Tracker-textContainer .Tracker-heading {
    color: #282c3f;
    display: inline-block;
}

.Tracker-inActiveState .Tracker-textContainer .Tracker-subText {
    color: #94969f;
    display: inline-block;
}

.Tracker-subText {
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
}

.Tracker-activeState {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: #03a685;
}

.Tracker-activeState .Tracker-bullet {
    padding-left: 9.5px;
}

.Tracker-activeState .Tracker-bullet:before {
    border: 1px dashed #31b59b;
    bottom: 38px;
    top: -57px;
}

.Tracker-activeState .Tracker-bulletNumber {
    top: 34%;
    width: 18px;
    height: 18px;
    background-color: #fff;
}

.Tracker-activeState .Tracker-textContainer {
    padding-top: 16px;
    padding-left: 28px;
    padding-bottom: 16px;
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.Tracker-activeState .Tracker-textContainer .Tracker-heading {
    color: #fff;
    font-weight: 500;
}

.Tracker-activeState .Tracker-textContainer .Tracker-mainText {
    color: #fff;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.Tracker-activeState .Tracker-textContainer .Tracker-subText {
    color: #fff;
    opacity: .5;
}

.Tracker-rightArrow {
    width: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 8px;
}

.svgImages-whiteArrow {
    background: url(/front_assets/assets/images/whiteArrow.svg) no-repeat;
}

.svgImages-svg {
    display: inline-block;
}

.ItemDetails-itemDetailsView .ItemDetails-deliveryInfo {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.Panel-panel {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-top: 12px;
}

.Panel-defaultPadding {
    padding-right: 4.44%;
    padding-left: 4.44%;
}

.Address-deliveryInfo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}

.Address-nameNumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    color: #282c3f;
    font-weight: 600;
    height: 16px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.Address-verticalDivider {
    width: 1px;
    height: 13px;
    border-left: 1px solid #e5e5e5;
}

.ItemDetails-itemDetailsView .ItemDetails-price {
    width: 100%;
    height: auto;
}

.PriceDetails-price {
    width: 100%;
    height: 79px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-top: 12px;
    padding: 20px 16px;
    position: relative;
}

.PriceDetails-price, .ProductList-flexDisplay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.PriceDetails-itemPrice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
}

.PriceDetails-finalPrice {
    position: absolute;
    right: 4.44%;
}

.PriceDetails-rupee {
    font-family: PingFangSC-Semibold;
    color: #282c3f;
}

.PriceDetails-amount {
    font-family: Whitney;
    color: #282c3f;
}

.PriceDetails-discountAndBreakUp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.PriceDetails-discount {
    position: absolute;
    left: 4.44%;
    color: #696e79;
}

.PriceDetails-hoverStyle>span:hover {
    color: #e93c66;
}

.PriceDetails-hoverStyle>span {
    color: #ff3f6c;
}

.ItemDetails-itemDetailsView .ItemDetails-otherItems {
    width: 100%;
}

.OtherItems-otherItems {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 17px;
}

.Update-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 15px 0 20px;
}

.Update-update .Update-email, .Update-update .Update-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.svgImages-call {
    background: url(/front_assets/assets/images/call.svg) no-repeat;
}

.NewHalfCard-halfcardBodyWrapper {
    overflow-y: auto;
    max-height: 70vh;
}

.Payment-paymentWrapper {
    width: 100%;
}

.Payment-paymentWrapper .Payment-payment {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15.5px 4.44% 0;
}

.Payment-chargesBlock {
    max-height: 60vh;
    overflow-y: auto;
}

.PaymentLine-paymentLine, .PaymentWrapper-subHeading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.PaymentLine-paymentLine {
    position: relative;
    height: 16px;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Payment-paymentWrapper .Payment-payment .Payment-horizontalDivider {
    width: 100%;
    height: 1px;
    background: #eaeaec;
    margin-bottom: 15px;
}

.Payment-paidBy {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin: 0 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.Payment-paidBy .Payment-icon {
    margin: 12px;
}

.svgImages-cod {
    background: url(/front_assets/assets/images/COD.svg) no-repeat;
}

.Payment-paidBy .Payment-info {
    height: auto;
    font-family: Whitney;
    font-size: 14px;
    font-weight: 500;
    color: #282c3f;
    margin: 15px 0;
}

.page-revampStyle {
    background-color: #f5f5f5;
    padding: 12px;
}

.cancellationForm-container {
    position: relative;
}

.cancellableItems-card {
    margin-top: 16px;
    -webkit-box-shadow: 0 0.5px 2.5px 2px rgb(40 44 63 / 7%);
    -moz-box-shadow: 0 .5px 2.5px 2px rgba(40,44,63,.07);
    box-shadow: 0 0.5px 2.5px 2px rgb(40 44 63 / 7%);
}

.cancellableItems-card {
    background-color: #fff;
}

.cancellableItems-itemCancellation {
    padding: 13px 12px;
    border-bottom: 1px solid #eaeaec;
}

.ProductList-priceInfo {
    margin-top: 6px;
}

.ProductList-priceInfo .ProductList-price {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 800;
    color: #3e4152;
}

.ProductList-flexDisplay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ProductList-chargeText {
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.ProductList-productstrike {
    color: #94969f;
    margin: 0 5px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.ProductList-customStyles {
    position: absolute;
    width: 100%;
    top: 7px;
    border-bottom: 1px solid #94969f;
}

.ProductList-marketPrice {
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.ProductList-productDiscountPercentage {
    margin-left: 4px;
    /*white-space: pre-line;*/
    color: #03a685;
    font-weight: 800;
    font-size: 14px;
}

.icon-icon {
    outline: none;
}

.cancellableItems-card .cancellableItems-helpMessage1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    padding: 16px 12px 14px;
}

.cancellableItems-icon {
    vertical-align: middle;
    display: inline-block;
}

.svgImages-returnIcon {
    background: url(/front_assets/assets/images/return-green.svg) no-repeat;
}

.cancellableItems-eliCancel {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}

.cancellableItems-card .cancellableItems-helpMessage1>a {
    margin-top: 1.2px;
    font-size: 14px;
    color: #ff3f6c;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}

.cancellableItems-card .cancellableItems-link {
    cursor: pointer;
    color: #526cd0;
}

.cancellationForm-form {
    padding-bottom: 0;
}

.cancellationForm-form .cancellationForm-card {
    padding: 12px 16px;
    background: #fff;
    font-size: 14px;
    margin: 13px 0;
}

.cancellationForm-form .cancellationForm-heading {
    color: #282c3f;
    font-size: 16px;
    line-height: 18px;
    margin: 7px 0;
}

.cancellationForm-form .cancellationForm-description {
    color: #696e79;
    margin: 11px 0;
    font-size: 14px;
    line-height: 20px;
}

.cancellationForm-form .cancellationForm-label_heading {
    line-height: 15px;
    font-family: Whitney;
    font-size: 12px;
    font-weight: 500;
    color: #a9abb3;
    margin: 15px 0;
    text-transform: uppercase;
}

.radio-radio {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin: 0 0 15px;
}

.radio-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    /*opacity: 0;*/
    z-index: 0;
}

.radio-radio label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 25px;
}

.textarea-textarea {
    min-height: 70px;
    padding: 13px 12px;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    border: 1px solid #d4d5d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cta-ctaWrapper {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 5px rgb(40 44 63 / 7%);
    -moz-box-shadow: 0 1px 5px 5px rgba(40,44,63,.07);
    box-shadow: 0 1px 5px 5px rgb(40 44 63 / 7%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0!important;
}

.cta-card {
    padding: 12px 16px;
    background: #fff;
    font-size: 14px;
    margin: 13px 0;
}

.cta-ctaWrapper {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cta-ctaWrapper .cta-ctaAction {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
    background-color: #ff3f6c;
    color: #fff;
    text-align: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-ctaWrapper .cta-ctaAction .cta-arrow {
    background: url(/front_assets/assets/images/arrow-right.svg) no-repeat;
    width: 22px;
    height: 22px;
    -moz-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.CancellationNotifier-outerDiv {
    padding: 15px 8px 16px 14px;
    background-color: #fff3ef;
}

.CancellationNotifier-ex_outer {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.CancellationNotifier-informationBlock {
    width: 80%;
    margin-left: 10px;
    display: inline-block;
}

.CancellationNotifier-topHeading {
    font-size: 16px;
    color: #282c3f;
    font-weight: 700;
}

.ItemDetails-itemDetailsView .ItemDetails-cancelledCard {
    width: 100%;
}

.CancelledCard-test {
    width: 100%;
}

.CancelledCard-Container {
    height: 83px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.CancelledCard-IconContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.CancelledCard-CloseIcon {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #eaeaec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CancelledCard-TextContainer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 20px;
}

.CancelledCard-Text {
    height: 24px;
    font-family: Whitney;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #282c3f;
}

.CancelledCard-TextSecondary {
    font-family: Whitney;
    font-size: 14px;
    line-height: 1.5;
    color: #696e79;
}

.svgImages-crossBox {
    background: url(https://cdn.myntassets.com/web/assets/svg/crossBox.svg) no-repeat;
}

.CustomStatusIcon-statusIcon {
    width: 14px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 18px;
    margin-left: -6px;
}

.svgImages-tick {
    background: url(/front_assets/assets/images/tick.svg) no-repeat;
}

.returnReasons-reasonContainer {
    margin-bottom: 0;
    margin-top: 12px;
    background-color: #fff;
    padding: 16px;
}

.returnReasons-heading {
    font-size: 16px;
    margin: 0;
    font-weight: 800;
    color: #282c3f;
}

.myTextArea-inputRow {
    margin: 10px 0;
    padding-top: 0px;
}

.myTextArea-inputRow .myTextArea-customTextarea {
    width: 100%;
    border: 1px solid #d4d5d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 100px;
    outline: none;
    padding: 8px 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.returnForm-returnForm .returnForm-buttons {
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 5px rgb(40 44 63 / 7%);
    -moz-box-shadow: 0 1px 5px 5px rgba(40,44,63,.07);
    box-shadow: 0 1px 5px 5px rgb(40 44 63 / 7%);
}

.returnForm-footerBtn {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 15px 10px!important;
    margin-top: 13px;
}

.returnForm-buttonPink {
    border-radius: 4px;
    background-color: #ff3f6c;
    text-align: inherit;
    border: 0;
}

.returnForm-buttonPink:hover {
    background-color: #e93c66;
    cursor: pointer;
}

.returnForm-buttonPink, .returnForm-buttonPinkDisabled {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -moz-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    width: 160px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 7px 11px 7px 15px;
}

.returnForm-confirmText {
    -webkit-box-flex: 8;
    -webkit-flex-grow: 8;
    -moz-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.returnForm-confirmArrowNew {
    display: "inline-block";
    text-align: right;
}

.orderFilterHalfCard-halfCardWrapper .orderFilterHalfCard-halfCardBodyWrapper {
    padding: 12px 16px;
}

.orderFilterHalfCard-halfCardWrapper .orderFilterHalfCard-halfCardBodyWrapper .orderFilterHalfCard-option {
    font-size: 15px;
    color: #282c3f;
    padding: 5px 0;
    cursor: pointer;
}

.orderFilterHalfCard-halfCardWrapper .orderFilterHalfCard-halfCardBodyWrapper .orderFilterHalfCard-option.orderFilterHalfCard-selected {
    color: #ff3f6c;
    font-weight: 500;
}

.person-person {
    margin-bottom: 35px;
    padding-bottom: unset;
    background-color: none;
}

.person-person {
    padding-bottom: 25px;
    background-color: white;
}

.person-person .person-background {
    position: relative;
    background: #F5F5F6;
    height: 180px;
    padding: 25px 30px;
}

.person-person .person-background .person-infoWrapper {
    text-align: center;
}

.person-person .person-background .person-infoWrapper .person-imageHolder {
    height: 130px;
    width: 130px;
    float: left;
    display: inline;
}

.person-person .person-background .person-infoWrapper .person-defaultImage {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.person-person .person-background .person-infoWrapper .person-defaultImage {
    height: 130px;
    width: 130px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: url('/front_assets/assets/images/default-image.png');
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.dash-content{
    padding-bottom: 40px;
}
.dashboard-data {
    width: 100%;
    position: relative;
}

table.dashboard-squareContainer {
    width: 100%;
    border-collapse: collapse;
}

table.dashboard-squareContainer tr td:first-child {
    border-left: 0;
}

table.dashboard-squareContainer tr:first-child td {
    border-top: 0;
}

table.dashboard-squareContainer td {
    width: 30%;
    position: relative;
}

table.dashboard-squareContainer td {
    border: 20px solid transparent;
}

@media (min-width: 780px) {
    .link-card:last-child {
        border: 0.5px solid #EAEAEC;
    }

    .link-card {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        border: 0.5px solid #EAEAEC;
        padding: 12px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #00000047;
}

.modal-backdrop.fade {
    opacity: 1;
}
.link-card:last-child {
    border: 0.5px solid #EAEAEC;
}
.link-card {
    cursor: pointer;
    padding: 16px;
    background: white;
    border-bottom: 1px solid #F5F5F6;
    display: block;
}
table.dashboard-squareContainer td:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.link-card .link-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0px 12px;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.link-card .link-icon {
    display: block;
    margin: auto;
    opacity: 1;
    width: 32px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: unset;
}
.link-card .link-labels {
    width: 100%;
    margin-left: 0px;
}
.link-card .link-labels .link-label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}
.link-card .link-labels .link-label {
    margin-top: 18px;
}
.link-card .link-labels .link-subLabel {
    font-size: 12px;
    color: #94969F;
}

.link-card .link-labels .link-subLabel {
    min-height: 25px;
}
.userfrofile{
    background: #e9ecef;
    margin: 10px;
    border-radius: 10px;
    padding: 20px 0px;
}
.picimg{
    width: 13%;
    margin-left: auto;
    margin-right: auto;
}
.picimg img{
    width: 100%;
    border-radius: 150px;
}
.userfrofile h3{ 
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    margin-top: 15px;
}
.userfrofile h3 a{
    background: #1e528c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 8px;
}
.userfrofile h3 a:hover{
    background: #609ee3;
}
.userfrofile2{
    
border: 1px solid #cfcfcf;
    
padding: 40px 13px;
    
border-radius: 6px;
}
.picimg2{
    
width: 20%;
    
margin-left: auto;
    
margin-right: auto;
}
.userfrofile2 h3{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.userfrofile2 p{
    
text-align: center;
}
.userfrofile2:hover{
    
background: #e9ecef;
}
.userfrofile2:hover h3{
    
color: #1e528c;
}
.m10{
    margin: 10px;
}
.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 2rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-size-content img {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto
}

.table.table-size thead tr th, .table.table-size tbody tr td {
    border: 0;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .005em;
    text-transform: uppercase
}

.table.table-size thead tr th {
    padding: 2.8rem 1.5rem 1.7rem;
    background-color: #f4f4f2;
    font-weight: 600
}

.table.table-size tbody tr td {
    padding: 1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr td:first-child {
    font-weight: 600
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media (min-width: 992px) {
    .table.table-size thead tr th {
        padding-top: 4.2rem;
        padding-bottom: 2.8rem
    }

    .table.table-size thead tr th, .table.table-size tbody tr td {
        padding-right: 3.5rem;
        padding-left: 3.5rem
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.cart-table-container .product-image img {
    max-width: 18rem
}

.table.table-cart tr th, .table.table-cart tr td {
    /*vertical-align: middle*/
}

.table.table-cart tr th:not(.product-col), .table.table-cart tr td:not(.product-col) {
    text-align: center
}

.table.table-cart tr th {
    padding: 5px 5px 5px;
    border: 0;
    font-weight: 600;
    border-right: 1px solid #cccccc;
    color: white;
}

.table.table-cart tr td {
    padding: 9px 0px 0px 3px;
    border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
    padding: 3px 3px 1px 3px;
}

.table.table-cart tr.product-action-row td {
    padding: 0 0 2px;
    border: 0
}

.table.table-cart .product-title {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: 3px 10px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial;
    margin-bottom: 4px;
}

.table.table-cart tfoot .btn+.btn {
    margin-left: 1rem
}

/*.table.table-cart .bootstrap-touchspin.input-group {
	margin-right: auto;
	margin-left: auto
}*/
.btn-remove:hover, .btn-remove:focus, .btn-edit:hover, .btn-edit:focus, .btn-move:hover, .btn-move:focus {
    color: #08C;
    text-decoration: none
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:hover, .btn-move:focus {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle
}

.product-col .product-image img {
    border: 1px solid #ccc;
    width: 60px;
    margin-bottom: 2px;
}

.product-col .product-title {
    display: table-cell;
    /*vertical-align: middle*/
}
.product-col .product-title a{
    color:#333
}
.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
    background: #fbfbfb
}

.cart-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.5rem;
    font-weight: 300
}

.cart-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.cart-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.4rem;
    content: '\e81b'
}

.cart-summary h4 a.collapsed:after {
    content: '\e81c'
}

#total-estimate-section form {
    margin-bottom: 0;
    padding: .7rem 0 2.2rem
}

.table.table-totals {
    margin-bottom: 0px;
    border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th, .table.table-totals tr td {
    padding: .6rem 0;
    border: 0
}

.table.table-totals tr th:last-child, .table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem
}

.checkout-methods .btn {
    letter-spacing: 0
}

.checkout-methods .btn+.btn {
    margin-top: 2.2rem
}

@media (max-width: 767px) {
    .table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
        /*display: block*/
    }

    .table.table-cart thead {
        display: block;
    }

    .table.table-cart tr td {
        padding: 3px 2px;
        border-top: 0
    }

    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }

    .table.table-cart .product-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        /*flex-direction: column;*/
        /*border-top: 1px solid #ccc*/
    }

    .table.table-cart .product-action-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .table.table-cart .product-action-row td {
        width: 100%
    }

    .table.table-cart .product-action-row .float-right {
        margin-top: -4px;
        margin-left: auto
    }

    .table.table-cart .product-col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .table.table-cart .product-col .product-image-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .table.table-cart tfoot {
        border-top: 1px solid #ccc;
        display: none;
    }

    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }

    .table.table-cart tfoot tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem 0
    }

    .table.table-cart tfoot .btn {
        margin-top: .5rem;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .table.table-cart tfoot .float-left {
        display: none
    }

    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}

.table.table-cart .price-col {
    width: 121px;
}

.checkout-progress-bar {
    display: block;
    margin: 0 0 3rem;
    font-size: 0;
    line-height: 1.4;
    counter-reset: i
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: top
}

.checkout-progress-bar li:before {
    position: absolute;
    top: 1.9rem;
    left: 0;
    width: 100%;
    height: .7rem;
    transition: background .3s;
    background-color: #e4e4e4;
    content: ''
}

.checkout-progress-bar li>span {
    display: inline-block;
    width: 100%;
    padding-top: 4.5rem;
    color: #ccc;
    font-size: 1.6rem;
    font-weight: 300;
    word-wrap: break-word
}

.checkout-progress-bar li>span:before, .checkout-progress-bar li>span:after {
    position: absolute;
    top: 0;
    left: 50%;
    transition: background .3s;
    border-radius: 50%;
    content: ''
}

.checkout-progress-bar li>span:before {
    width: 3.8rem;
    height: 3.8rem;
    margin-left: -1.9rem;
    background-color: #e4e4e4
}

.checkout-progress-bar li>span:after {
    top: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: -1.3rem;
    background: #fff;
    color: #777;
    font-weight: 600;
    content: counter(i);
    counter-increment: i
}

.checkout-progress-bar li.active:before, .checkout-progress-bar li.active>span:before {
    background-color: #ff5501
}

.checkout-progress-bar li.active>span {
    color: #000
}

.checkout-progress-bar li.active>span:after {
    font-family: 'porto';
    content: '\e84e'
}

.checkout-progress-bar li:first-child:before {
    border-radius: .6rem 0 0 .6rem
}

.checkout-progress-bar li:last-child:before {
    border-radius: 0 .6rem .6rem 0
}

.checkout-steps li {
    margin-bottom: 3rem
}

.checkout-steps li form {
    max-width: 480px;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc
}

.checkout-steps li form:last-of-type {
    padding-bottom: .1rem;
    border-bottom: 0
}

.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.step-title {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    font-weight: 300;
    margin-left: 12px;
    width: 97%;
}
.registration-form {
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    width: 97%;
    margin-left: 12px;
    box-shadow: 0 0 10px #ccc;
}
.registration-form .input-box {
    width: 48%;
    float: left;
    margin-right: 2%;
}
label {
    margin: 0 0 0 4px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.order-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 15px;
    font-weight: 600;
}
.step-title:after {
    display: block;
    clear: both;
    content: ''
}

.step-title .step-title-edit {
    margin-top: .4rem;
    float: right;
    font-size: 1.4rem
}

.shipping-step-addresses {
    margin-bottom: 2rem;
    font-size: 0
}

.shipping-step-addresses:after {
    display: block;
    clear: both;
    content: ''
}

.shipping-address-box {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 1.8rem 3.2rem 1rem 1.8rem;
    transition: .3s border-color;
    border: .2rem solid transparent;
    font-size: 1.3rem;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word
}

.shipping-address-box.active {
    border-color: #ff5501
}

.shipping-address-box.active:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.7rem;
    height: 2.7rem;
    padding-top: .2rem;
    background-color: #ff5501;
    color: #fff;
    font-family: 'porto';
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: center;
    content: '\e84e'
}

.shipping-address-box.active .address-box-action {
    visibility: hidden
}

.address-box-action {
    margin-top: 2rem
}

.address-box-action .btn {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.address-box-action .btn.btn-sm {
    padding: .85rem 1.2rem;
    font-size: 1.3rem
}

.address-box-action .btn.btn-sm.btn-link {
    padding-right: 0;
    padding-left: 0
}

.btn-new-address {
    margin-bottom: 1.2rem;
    padding: .95rem 1.3rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table-step-shipping {
    max-width: 600px
}

.table-step-shipping tr td {
    padding: 1.8rem 1.5rem;
    border: 0;
    border-bottom: 1px solid #ccc
}

.checkout-steps-action:after {
    display: block;
    clear: both;
    content: ''
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center
}

.error {
    display: none;
    color: red;
    background-color: #e4c0c061;
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
}

.order-summary {
    margin-bottom: 3rem;
    padding: 2.2rem 1.0rem;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    box-shadow: 0 0 10px #ccc;
}

.order-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 15px;
    font-weight: 600
}

.order-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.order-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0;
    font-size: 16px;
    color: #333;
}

.order-summary h4 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 16px;
    font-weight: 400;
    content: '\e81b'
}

.order-summary h4 a.collapsed:after {
    content: '\e81c'
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart tr td {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.table-mini-cart .product-col .product-image-container {
    max-width: 75px;
    padding-right: 1.5rem;
    vertical-align: top
}

.table-mini-cart .product-col>div {
    display: table-cell;
    padding-top: 0px;
    vertical-align: top
}

.table-mini-cart .price-col {
    padding-top: 8px;
    font-size: 15px;
    font-weight: 400;
    width: 80px;
    text-align: right;
}

.table-mini-cart .product-title {
    max-width: 265px;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 14px;
}

.checkout-payment {
    margin-bottom: 3rem
}

.checkout-payment .step-title {
    margin-bottom: 1.8rem
}

.checkout-payment h4 {
    font-weight: 400
}

.checkout-payment .form-group {
    max-width: 480px
}

#checkout-shipping-address {
    display: none;
    padding-left: 3rem;
    line-height: 3rem
}

#checkout-shipping-address.show {
    display: block
}

#new-checkout-address {
    display: none
}

#new-checkout-address.show {
    display: block
}

.checkout-discount {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.checkout-discount form {
    max-width: 480px;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem
}

.checkout-discount h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400
}

.checkout-discount h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    content: '\e81b'
}

.checkout-discount h4 a.collapsed:after {
    content: '\e81c'
}

.checkout-info-box {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.7rem
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem
}

@media (min-width: 576px) {
    .checkout-progress-bar li {
        width: 185px
    }

    .checkout-progress-bar li>span {
        font-size: 1.8rem
    }

    .shipping-address-box {
        width: 50%
    }
}

@media (min-width: 768px) {
    .shipping-address-box {
        width: 33.33%
    }
}
.table-cart>thead>tr {
    border: 1px solid #cccccc;
    background: #3073ad;
}
.cartsec{
    padding: 40px 0px;
}
.bootstrap-touchspin .form-control {
    text-align: center;
    margin-bottom: 0;
    height: 4.2rem;
    max-width: 46px;
    padding: 1.1rem 1rem;
}
.table.table-cart tr td {
    padding: 10px 5px 7px 10px;
    border: 1px solid #cccccc;
}
.qty-col {
    min-width: 98px
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle
}

.product-col .product-image img {
    border: 1px solid #ccc;
    width: 60px;
    margin-bottom: 2px;
}

.product-col .product-title {
    display: table-cell;
    /*vertical-align: middle*/
    font-size: 14px;
    color: #333;
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
    background: #fbfbfb
}

.cart-summary h3 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 300
}

.cart-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.cart-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.4rem;
    content: '\e81b'
}

.cart-summary h4 a.collapsed:after {
    content: '\e81c'
}

#total-estimate-section form {
    margin-bottom: 0;
    padding: .7rem 0 2.2rem
}

.table.table-totals {
    margin-bottom: 0px;
    border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th, .table.table-totals tr td {
    padding: .6rem 0;
    border: 0
}

.table.table-totals tr th:last-child, .table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600
}

.table.table-totals tfoot tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.checkout-methods .btn {
    letter-spacing: 0
}

.checkout-methods .btn+.btn {
    margin-top: 2.2rem
}

/*coupon style*/
.coupon-pane-inner {
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
}

.coupon-pane-inner .modal-footer {
    height: 40px;
}

.coupon-pane-inner label {
    margin: 0 0 1.5rem;
}

.modal-footer #applyBtn {
    color: #fff;
    background-color: #00a749;
    border-color: #082e49;
    background-color: #082e49;
    margin-top: 4px;
    margin-right: -1px;
}

.couponsForm-base-textInputContainer .couponsForm-base-textInput {
    caret-color: #ff3f6c;
    padding: 3px;
    border: 0;
    width: 60%;
}

.couponsForm-base-applyButton {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px;
    color: #ff9fb5;
    font-weight: 600;
    letter-spacing: 1px;
}

.couponsForm-base-textInputContainer {
    position: relative;
    height: 44px;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    border: 1px solid #d5d6d9;
    padding: 8px;
    background: #fff;
}

.couponsForm-base-enabled {
    color: #ec0e52;
    cursor: pointer;
}

.couponsForm-base-errorMessage {
    color : #ec0e52;
}

/*coupon style end*/
.formobile{
    display: none;
}
.updatebutton {
    width: 34px;
    height: 40px;
    float: left;
    margin-top: 0px;
    margin-left: 9px;
    border: 1px solid #e7e6e6;
    /* background: #dbeafb; */
    /* border-radius: 15px; */
}
.delatbutton {
    margin-top: 0px;
    margin-right: 8px;
    border: 1px solid #d4d1d1;
    background: #efefef;
   padding: 10px;
}
.vertical-quantity{
        width: 30%;
}
#email_verify{
    padding: 40px 0px;
}
.innerpagebann img {
    width: 100%;
    height: 300px;
}
.bredcrm {
    background-color: #e9ecef;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 10px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.addressList-base-addAddressButton {
    float: right;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #282c3f;
    padding: 8px 16px 7px;
    cursor: pointer;
    border-radius: 4px;
}
.placeOrder{
    width: 100%;
    margin-top: 15px;
}
.addressBlocks-base-block {
    border: 1px solid #eaeaec;
    margin-bottom: 8px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.addressBlocks-base-innerBlock {
    padding: 19px 16px 0 48px;
}
.addressList-base-defaultTitle,.addressList-base-otherTitle {
    padding: 10px;
}

.addressList-base-addAddressButton {
    float: right;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #282c3f;
    padding: 8px 16px 7px;
    cursor: pointer;
    border-radius: 4px;
}

.addressList-base-addBlock {
    box-shadow: 0 0 4px rgb(40 44 63 / 8%);
    height: 72px;
    padding: 25px 0 26px 19px;
    margin-bottom: 25px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 1px dashed #d4d5d9;
}

.addressList-base-label {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #ff3f6c;
}

.addressBlocks-base-block:hover {
    border: 1px solid #d4d5d9;
    box-shadow: 0 0 4px rgb(40 44 63 / 8%);
}

.addressBlocks-base-block {
    border: 1px solid #eaeaec;
    margin-bottom: 8px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.addressBlocks-base-innerBlock {
    padding: 19px 16px 0 48px;
}

.addressBlocks-base-radioIcon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.addressDetails-base-desktopAddressTitle {
    display: flex;
    align-items: baseline;
}

.addressDetails-base-name {
    font-weight: 600;
    font-size: 14px;
    color: #282c3f;
    text-transform: capitalize;
    word-break: break-all;
}

.addressDetails-base-addressType {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    color: #03a685;
    font-weight: 600;
    border: 1px solid #03a685;
    margin-left: 8px;
    line-height: 12px;
}

.addressBlocks-base-addressDetail {
    margin-top: 12px!important;
}

.addressDetails-base-addressField {
    word-break: break-all;
}

.addressDetails-base-mobile {
    margin: 12px 0 16px;
}

.addressBlocks-base-btns {
    position: relative;
    margin: 16px 0;
}

.addressBlocks-base-edit, .addressBlocks-base-remove {
    color: #282c3f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #282c3f;
    border-radius: 4px;
    padding: 6.5px 16px;
}
.addressList-base-addBlock {
    box-shadow: 0 0 4px rgb(40 44 63 / 8%);
    height: 72px;
    padding: 25px 0 26px 19px;
    margin-bottom: 25px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 1px dashed #d4d5d9;
}
.product-title p{
    margin-bottom: 0px;
    line-height: 1.5;
}
.dfsfd{
    
width: 37px;
    
float: left;
    
height: 40px;
}
#add_address{
        background: #21538d;
        color: #fff;
}
.breadcrumb-nav{
    background: #e9ecef;
}
.product-default .product-label.label-sale {
    background-color: #e27c7c;
}
.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
}
.product-default {
    color: #777;
    margin-bottom: 2rem;
    border: 1px solid #cecccc;
    border-radius: 3px;
}
.inner-icon figure {
    position: relative;
}
.inner-quickview figure {
    position: relative;
}
.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-default .label-group {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
}
.inner-quickview .product-details {
    padding-left: 5px;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 10px;
}
.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.product-default .wishlist-product-title {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    font-family: calibri;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: 0.72rem;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: -webkit-center;
}
.product-default .wishlist-price-box {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    text-align: center;
    width: 100%;
}
.old-price {
    text-decoration: line-through;
    font-size: 18px;
    letter-spacing: .005em;
    color: #de0f0f;
    margin-right: 3px;
}
.product-price {
    color: #222529;
    font-size: 17px;
    line-height: 1;
}
.videotitle{
        font-size: 20px;
        font-weight: 700;
}
.videosec .plyr__poster-enabled{
    padding-top: 10%;
}
@media only screen and (max-width: 600px) {
    #login {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .videosec .plyr__poster-enabled {
    padding-top: 0%;
}
.videosec {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px;
}
.formobile {
    display: block;
}
    .owl-carousel .owl-stage-outer {
        margin-top: -6px;
    }

    .inner-quickview figure .btn-quickview-bulk {
        left: 78px;
        font-size: 10px;
    }

    .mobileicon {
        display: none;
    }

    .innerpagebann img {
        width: 100%;
        padding-top: 54px;
        height: auto;
    }

    .category-banner {
        padding-top: 97px;
        margin-top: 67px;
        height: 125px;
    }

    .table.table-cart tr th {
        padding: 4px 120px 5px;
        border: 0;
        font-weight: 600;
        border-right: 1px solid #cccccc;
        color: white;
    }

    .form-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        vertical-align: middle;
    }

    .form-footer .btn {
        margin-right: 0rem;
    }

    .form-login .btn {
        margin-right: 5rem;
        margin-left: 0rem;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0rem;
        margin-bottom: 0rem;
        font-size: 1.2rem;
        vertical-align: middle;
    }

    .cart_description .itemComponents-base-size {
        display: inline-block;
        color: #282c3f;
        font-weight: 600;
        cursor: pointer;
        border-radius: 2px;
        line-height: 16px;
    }

    .updatebutton {
        width: 35px;
        height: 40px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        border: 1px solid #d4d1d1;
    }

    .table.table-cart .qty-col {
        width: 201px;
    }

    .delatbutton {
        width: 35px;
        height: 40px;
        float: right;
        margin-top: 0px;
        margin-right: 49px;
        border: 1px solid #d4d1d1;
        background: #efefef;
    }

    .table {
        margin-bottom: 1rem;
        background-color: transparent;
    }

    .cart-table-container {
        overflow-x: scroll;
    }

    .table.table-cart .product-col {
        width: 302px;
    }

    .table.table-cart .price-col {
        padding: 4px 37px 5px;
        width: 165px;
    }

    .table.table-cart .sethed {
        padding: 5px 10px !important;
    }

    .table.table-cart .subthed {
        padding: 4px 50px 5px !important;
    }

    .table.table-cart .qtypaddset {
        padding: 4px 85px 5px !important;
    }

    .table.table-totals {
        width: 100%;
        margin-bottom: 0px;
        border-top: 1px solid #ccc;
    }

    .cart_description .itemComponents-base-color {
        display: inline-block;
        color: #282c3f;
        font-weight: 600;
        cursor: pointer;
        border-radius: 2px;
        line-height: 16px;
    }

    .product-default figure img {
        transition: all .5s;
        height: auto;
        width: 100%;
    }
}