.ui-widget-content.ui-dialog[aria-describedby="login_block4"] a.cm-login-provider.ty-hybrid-auth__icon,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] a.cm-login-provider.ty-hybrid-auth__icon{
    flex: 1;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] p.ty-text-center,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] p.ty-text-center{
    margin: 0;
    padding: 6px 0;
    display: flex;
    width: 100%;
    margin-top: 12px;
}
.ui-widget-content.ui-dialog[aria-describedby="login_block4"] syeds,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] syeds{
    text-decoration: auto;
}
    
.ui-widget-content.ui-dialog[aria-describedby="login_block4"] a.ty-login-reglink__a,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] a.ty-login-reglink__a{
    margin-top: 10px;
    font-weight: bold;
    color: #21592c;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] button.ty-btn__login.ty-btn__secondary.ty-btn,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] button.ty-btn__login.ty-btn__secondary.ty-btn{
    background-color: #ff5139;
    margin: auto;
    width: 100%;
    text-align: center;
    text-transform: none;
    height: 40px;
    font-weight: bold;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] a.ty-password-forgot__a,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] a.ty-password-forgot__a{
    color: #21592c;
    margin-top: 10px;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ty-sign-button,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ty-sign-button {
    margin-top: 13px;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ty-login__remember-me,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ty-login__remember-me  {
    margin-top: 17px;
    padding: 0px;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ty-textbox-social,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ty-textbox-social{
    margin-top: 20px;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ty-login-reglink.ty-center,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ty-login-reglink.ty-center{
    margin-top: 20px;
}   

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] p.syedor ,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] p.syedor {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] span.Syedline,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] span.Syedline {
    position: absolute;
    background: grey;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 0;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] span.SyedText,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] span.SyedText{
    z-index: 100;
    margin: 0;
    margin-top: -2px;
    padding: 10px;
    background-color: white;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix  {
    border: none;
    background: none;
    height: auto;
    padding: 22px 20px 0px 20px;
}


.ui-widget-content.ui-dialog[aria-describedby="login_block4"] input#psw_popup4,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] input#psw_popup4 {
    margin-top: 15px;
}

.ui-widget-content.ui-dialog[aria-describedby="login_block4"] input#login_popup4,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] input#login_popup4 {
    margin-top: 5px;
    margin-bottom: 0;
}
.ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ui-dialog-title,
.ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ui-dialog-title {
    display: block;
    font-weight: bold;
    color: #000;
}

body#auth.login_form .buttons-container.clearfix{
    background: none;
}


body#auth.login_form a.cm-login-provider.ty-hybrid-auth__icon{
    flex: 1;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body#auth.login_form p.ty-text-center{
    margin: 0;
    padding: 6px 0;
    display: flex;
    width: 100%;
    margin-top: 12px;
}

body#auth.login_form syeds{
    text-decoration: auto;
    display: none;
}
    
body#auth.login_form a.ty-login-reglink__a{
    margin-top: 10px;
    font-weight: bold;
    color: #21592c;
    display: none;
}

body#auth.login_form button.ty-btn__login.ty-btn__secondary.ty-btn{
    background-color: #ff5139;
    margin: auto;
    width: 100%;
    text-align: center;
    text-transform: none;
    height: 40px;
    font-weight: bold;
}

body#auth.login_form a.ty-password-forgot__a{
    color: #21592c;
    margin-top: 10px;
}


body#auth.login_form .ty-sign-button {
    margin-top: 13px;
}

body#auth.login_form .ty-login__remember-me {
    margin-top: 17px;
    padding: 0px;
}

body#auth.login_form .ty-textbox-social{
    margin-top: 20px;
}

body#auth.login_form .ty-login-reglink.ty-center{
    margin-top: 20px;
}   

body#auth.login_form p.syedor {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;

}

body#auth.login_form span.Syedline {
    position: absolute;
    background: grey;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 0;
}
body#auth.login_form span.SyedText{
    z-index: 100;
    margin: 0;
    margin-top: -2px;
    padding: 10px;
    background-color: white;
}

body#auth.login_form .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    border: none;
    background: none;
    height: auto;
    padding: 22px 20px 0px 20px;
}


body#auth.login_form input#psw_popup4 {
    margin-top: 15px;
}
body#auth.login_form input#login_popup4{
    margin-top: 5px;
}


body#profiles.add div#hybrid_providers{
    margin: 0;
    padding: 6px 0;
    width: 100%;
    margin-top: 12px
}


body#profiles.add a.cm-link-provider.ty-link-unlink-provider{
    flex: 1;
    width: 100px;
    height: auto;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body#profiles.update div#hybrid_providers{
    margin: 0;
    padding: 6px 0;
    width: 100%;
    margin-top: 12px
}

body#profiles.update a.cm-link-provider.ty-link-unlink-provider{
    flex: 1;
    width: 100px;
    height: auto;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body#rma.returns div#sw_s_b8be68c1d9a8caf646108e89778ed1a3 {
    background-color: #f8f8f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 30px;
    margin-left: auto;
    margin-right: auto;
}

body#rma.returns form.ty-rma-search.cm-processed-form .ty-control-group {
    display: inline-block;
    margin-right: 30px;
}

body#rma.returns form.ty-rma-search.cm-processed-form .ty-rma-search__status {
    width: 100%;
    margin-top: 3px;
}

body#rma.returns div#s_b8be68c1d9a8caf646108e89778ed1a3 {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 1px solid #ecf0f1;
    border-top: none;
    background-color: #f8f8f8;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

body#vendor_communication.threads div#view_thread_6 {
    background-color: #f8f8f8;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat,sans-serif;
}
td.ty-vendor-communication-search__item bdi span {
    margin-left: 3px;
}

body#rma.returns .ty-table th, body#rma.returns .ty-table th a {
    color: #21592c;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: none;
    border-radius: 10px;
    text-align: left;
}
body#rma.returns .ty-table th {
    padding: 15px 10px;
}

body#rma.returns div#sw_s_show_options {
    padding-left: 0px;
}

body#rma.details .ty-table th, body#rma.details .ty-table th a {
    color: #21592c;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: none;
    border-radius: 10px;
    padding: 15px 18px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}


body#rma.returns .ty-table td, body#rma.returns .ty-table .table td {
    border: none;
    padding: 15px 10px;
    background: none;
    border-radius: 10px;
}

body#rma.details .ty-table td, body#rma.details .ty-table .table td {
    border: none;
    padding: 15px 20px;
    background: none;
    border-radius: 10px;
}
body#rma.details .ty-table .ty-rma-detail__table-price.ty-right {
    text-align: right;
}
body#rma.returns .ty-table {
    border: none;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #f8f8f8;
    font-weight: 500;
} 

body#rma.details .ty-table {
    border: none;
    font-size: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #f8f8f8;
}

body#rma.returns a {
    font-size: 13px;
}

body#rma.returns strong {
    color: #3e794a;
}

body#rma.details strong {
    color: #3e794a;
}

body#vendor_communication.threads strong {
    color: #3e794a;
} 

body#rma.returns .ty-table tr {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}

body#rma.details .ty-table tr {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}

body#rma.returns .table .table tr {
    background: #f8f8f8;
}

body#rma.details .table .table tr {
    background: #f8f8f8;
}

body#rma.details .ty-table tr:last-child {
    border: none;
}

body#rma.returns .ty-table tr:last-child {
    border: none;
}

body#vendor_communication.threads .ty-table tr:last-child {
    border: none;
}  

body#rma.returns form.ty-rma-search.cm-processed-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px 20px;
    border: none;
    margin-top: ;
}
body#rma.returns .ty-control-group__title {
    color: #070707;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0 7px;
}

body#rma.returns .ty-btn__secondary {
    background-color: #21592c;
    border-radius: 5px;
    text-transform: none;
    color: #fff;
    font-weight: normal !important;
    padding: 10px 30px;
    font-size: 13px !important;
    line-height: 18px;
    width: 150px;
    max-width: 100%;
    box-sizing: border-box;
}

body#rma.returns .ty-section__body .buttons-container {
    background-color: #f8f8f8;
    text-align: right;
    padding: 20px 0 10px;
}

body#rma.returns .ty-orders-search-options .ty-status-info {
    border-bottom: 1px solid #e8e8e8;
}

body#rma.returns thead {
    border-bottom: 1px solid #e2e2e2;
}

body#rma.returns .ty-rma-search__toggle-title {
    font-weight: bold;
    color: #070707;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0 7px;
}

body#vendor_communication.threads .ty-vendor-communication-search {
    position: relative;
    border: none;
    font-size: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #f8f8f8;
}

body#vendor_communication.threads thead {
    border-bottom: 1px solid #e2e2e2;
}

body#vendor_communication.threads .ty-table tr {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}

body#vendor_communication.threads .ty-table th, body#vendor_communication.threads .ty-table th a {
    color: #21592c;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 11px;
    background: none;
    border-radius: 10px;
    text-align: left;
}

body#vendor_communication.threads td.ty-vendor-communication-search__label {
    border-right: none;
    width: 10px;
}

body#vendor_communication.threads .ty-table td {
   border: none;
   word-break: break-word;
}

body#rma.details a.ty-btn.cm-new-window.ty-btn__text.text-button {
    font-size: 11px !important;
    line-height: 20px;
    font-weight: bold !important;
    background: none;
    color: #3c6945;
    text-transform: none;
    border: 1px solid #3c6945;
    border-radius: 25px;
    padding: 8px 20px;
    margin-top: 6px;
    outline: none;
    box-sizing: border-box;
    width: 140px;
    display: inline-block;
}

body#rma.details a.ty-btn.ty-btn__text.text-button {
    font-size: 11px !important;
    line-height: 20px;
    font-weight: bold !important;
    background: none;
    color: #3c6945;
    text-transform: none;
    border: 1px solid #3c6945;
    border-radius: 25px;
    padding: 8px 20px;
    margin-top: 6px;
    outline: none;
    box-sizing: border-box;
    width: 140px;
    display: inline-block;
}

body#rma.details .ty-rma-status {
    display: block;
    padding-bottom: 3px;
    text-align: right;
    float: none;
    color: #21592c;
    font-size: 16px;
    font-weight: bold;
}

body#rma.returns h1.ty-mainbox-title {
    text-align: center;
    background-image: url(images/page-banner-bg.png?1632726196);
    font-size: 25px;
    color: #fff;
    margin: 20px 5%;
    width: 100%;
    margin-left: 0;
    left: -20px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

body#vendor_communication.threads h1.ty-mainbox-title {
    text-align: center;
    background-image: url(images/page-banner-bg.png?1632726196);
    font-size: 25px;
    color: #fff;
    margin: 20px 5%;
    width: 100%;
    margin-left: 0;
    left: -20px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

body#profiles.update .ty-profile-field__buttons.buttons-container {
   background-color: #fff;
   padding-left: 0px;
}

body#vendor_communication.view .ty-vendor-communication-post__you .ty-vendor-communication-post {
   background-color: #21592C;
   border: none;
   margin-left: auto;
}

body#vendor_communication.view .ty-vendor-communication-post__you .ty-caret-inner {
   border-right-color: #21592C !important;
}

body#vendor_communication.view .ty-vendor-communication-post__you .ty-vendor-communication-post__author {
   display: none;
}

body#vendor_communication.view .ty-vendor-communication-post__author {
   display: none;
}

body#vendor_communication.view .ty-vendor-communication-post {
   width: 50%;
}

body#vendor_communication.view .ty-vendor-communication-post__you .ty-vendor-communication-post__message {
   color: #fff;
}

body#vendor_communication.view .ty-vendor-communication-post_even {
   background-color: #fff;
}

body#vendor_communication.view .ty-vendor-communication-post_even .ty-caret-inner {
   border-right-color: #fff;
}

body#vendor_communication.view .ty-vendor-communication-post__wrapper {
   border: none;
   background-color: #fff;
}

body#vendor_communication.view .ty-vendor-communication-new-message {
   background-color: #fff;
}

body#vendor_communication.view .ty-btn + .ty-btn {
   text-transform: none;
}


body#vendor_communication.view .ty-btn.ty-btn__text {
   padding: 7px 20px;
   text-transform: none;
   border-radius: 5px;
}

body#vendor_communication.view .ty-vendor-communication-post__you .ty-vendor-communication-post__date {
   padding-left: 120px;
}

body#vendor_communication.view .ty-vendor-communication-post_even .ty-vendor-communication-post__date {
   text-align: left !important;
   padding-left: 85px !important;
}


body#companies.apply_for_vendor .ty-company__terms {
   margin: 25px 0px;
}

body#pages.view .ty-form-builder__buttons.buttons-container {
   background: none;
   padding-left: 0px;
}

body#pages.view button.ty-btn__secondary.ty-btn {
  text-transform: none;
}

body#companies.apply_for_vendor #apply_for_vendor_account .buttons-container {
  background: none;
  padding-left: 0px;
}

body#companies.apply_for_vendor button#but_apply_for_vendor {
  text-transform: none;
}

body#profiles.update button#save_profile_but {
  text-transform: none;
  margin-top: 5px;
}

body#rma.returns .ty-table td a {
  font-size: 14px;
  font-weight: 500;
  color: #3e794a;
}

body#vendor_communication.threads .ty-table td a {
  font-size: 14px;
  font-weight: 500;
}

body#profiles.add .ty-mainbox-body .buttons-container {
  padding-left: 0px;
  background-color: white;
}

.AboutusTable {
	display: table;
	width: 100%;
}
.AboutusTableRow {
	display: table-row;
}
.AboutusTableRowBackground {
	display: table-row;
	background-color: #e8e8e8;
}
.AboutusTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.AboutusTableCellOne {
	width: 33%;
	display: table-cell;
	padding: 15px 15px;
}
.AboutusTableCellTwo {
	width: 33%;
	display: table-cell;
	padding: 15px 15px;
}
.AboutusTableCellThree {
	width: 33%;
	display: table-cell;
	padding: 15px 15px;
}
.AboutusTableCell, .AboutusTableHead {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.AboutusTableCellImage {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.AboutusTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.AboutusTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.AboutusdivTableBody {
	display: table-row-group;
}
.default-page-content .AboutusHeading {
	text-align: left; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 32px; 
	font-weight: bold; 
	color: #000000; 
	padding-bottom: 15px;
}
.AboutusContent {
	text-align: left; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px;
}

@media (max-width: 1031px) {
	.AboutusTableCellImage {
		display: none;
	}
}
@media (max-width: 767px){
    .ui-widget-content.ui-dialog[aria-describedby="login_block4"] .ty-login-reglink.ty-center, 
    .ui-widget-content.ui-dialog[aria-describedby="checkout_login_form"] .ty-login-reglink.ty-center {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    body .loading-animation::after {
        height: calc(100% - 10px);
    }
}
@media (max-width: 375px) {
	.default-page-content .AboutusHeading {
		padding: 0px;
	}
	.AboutusContent {
		padding: 0px;
	}
	.AboutusTableCell {
		padding: 0px;
	}
}

.default-page-content .returns_p {
	font-family: Montserrat, sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	color: #000000; 
	line-height: 72px; 
	padding-left: 8px;
}
.default-page-content .returns_list {
	font-family: Montserrat, sans-serif; 
	font-size: 16px; 
	color: #707070; 
	line-height: 28px;
}

li.returns_list::marker {
	color: #21592C;
}

.divTable-parent{
	display: table;
	width: 100%;
}
.divTableRow-main {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell-image, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	padding-left: 0px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody-parent {
	display: table-row-group;
}



