/* Fonts */
@font-face {
    font-family: 'BentonSans';
    font-style: normal;
    src: url(../fonts/nyu-fonts/BentonSans.otf) format('opentype'),
    url(../fonts/nyu-fonts/BentonSans.otf) format('opentype');
}

@font-face {
    font-family: 'BentonSans Bold';
    font-style: normal;
    src: url(../fonts/nyu-fonts/bentonsansbold/BentonSansBold.otf) format('opentype'),
    url(../fonts/nyu-fonts/bentonsansbold/BentonSansBold.otf) format('opentype');
    src: url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.ttf) format('truetype'),
    url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.ttf) format('truetype');
    src: url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.woff) format('woff'),
    url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.woff) format('woff');
    src: url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.woff2) format('woff2'),
    url(../fonts/nyu-fonts/bentonsansbold/BentonSans-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'BentonSans Light';
    font-style: normal;
    src: url(../fonts/nyu-fonts/bentonsanslight/BentonSansLight.otf) format('opentype'),
    url(../fonts/nyu-fonts/bentonsanslight/BentonSansLight.otf) format('opentype');
    src: url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.ttf) format('truetype'),
    url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.ttf) format('truetype');
    src: url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.woff) format('woff'),
    url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.woff) format('woff');
    src: url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.woff2) format('woff2'),
    url(../fonts/nyu-fonts/bentonsanslight/BentonSans-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'BentonSans Book';
    font-style: normal;
    src: url(../fonts/nyu-fonts/bentonsansbook/BentonSansBook.otf) format('opentype'),
    url(../fonts/nyu-fonts/bentonsansbook/BentonSansBook.otf) format('opentype');
    src: url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.ttf) format('truetype'),
    url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.ttf) format('truetype');
    src: url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.woff) format('woff'),
    url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.woff) format('woff');
    src: url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.woff2) format('woff2'),
    url(../fonts/nyu-fonts/bentonsansbook/BentonSans-Book.woff2) format('woff2');
}

@font-face {
    font-family: 'BentonSans Regular';
    font-style: normal;
    src: url(../fonts/nyu-fonts/bentonsansregular/BentonSansRegular.otf) format('opentype'),
    url(../fonts/nyu-fonts/bentonsansregular/BentonSansRegular.otf) format('opentype');
    src: url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.ttf) format('truetype'),
    url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.ttf) format('truetype');
    src: url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.woff) format('woff'),
    url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.woff) format('woff');
    src: url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.woff2) format('woff2'),
    url(../fonts/nyu-fonts/bentonsansregular/BentonSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'BentonSans Black';
    font-style: normal;
    src: url(../fonts/nyu-fonts/bentonsansblack/BentonSansBlack.otf) format('opentype'),
    url(../fonts/nyu-fonts/bentonsansblack/BentonSansBlack.otf) format('opentype');
    src: url(../fonts/nyu-fonts/bentonsansblack/BentonSans-Black.ttf) format('truetype'),
    url(../fonts/nyu-fonts/bentonsansblack/BentonSans-Black.ttf) format('truetype');
    src: url(../fonts/nyu-fonts/bentonsansblack/BentonSans-Black.woff) format('woff'),
    url(../fonts/nyu-fonts/bentonsansblack/BentonSans-Black.woff) format('woff');
    src: url(../fonts/nyu-fonts/bentonsansblack/BentonSans-Black.woff2) format('woff2'),
    url(../fonts/nyu-fonts/bentonsansblack/BentonSansBlack.otf) format('woff2');
}
@font-face {
    font-family: 'Sharp Grotesk Bold';
    font-style: normal;
    src: url(../fonts/nyu-fonts/Bold19.otf) format('opentype'),
    url(../fonts/nyu-fonts/Bold19.otf) format('opentype');
}
input[type=search]{
    outline-offset: 2px !important;
}
body,
html body{
    font-family: 'BentonSans';
    color: #53565A;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #FFFFFF;
}
:root {
  --gray-01: #53565A;
  --gray-02: #353432;
  --gray-03: #676561;
  --gray-05: #96918B;
  --gray-06: #B1ADA6;
  --gray-07: #E8E5E1;
  --gray-08: #F3F0EE;
  --gray-09: #222221;
  --gray-10: #777470;
  --gray-11: #323231;
  --gray-12: #f7f7f7;
  --gray-13: #444340;
  --gray-14: #C4C4C4;
  --gray-15: #DDDDDD;
  --white-color: #FFFFFF;
  --black-color: #53565A;
  --orange-01: #581989;
  --orange-02: #852D01;
  --orange-03: #E9A27C;
  --error: #D7373C;
  --error-02: #EB001B;
  --success:#8DB92E;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #53565A;
    font-family: 'BentonSans Regular';
    margin: 0;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
body a {
    color: #090A0F;
    text-decoration: none;
    font-family: 'BentonSans Regular', sans-serif;
}
body a:hover {
    text-decoration: none;
     color: #53565A;
}
b,
strong {
    font-family: 'BentonSans Bold', sans-serif;
}
img{
    height: auto;
    font-family: 'BentonSans Regular', sans-serif;
}
button:focus{
    outline: 0;
}
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    font-family: 'BentonSans Regular', sans-serif;
}
body a:focus{
    text-decoration: none;
    opacity: 1 !important;
    outline: 0;
}
body p{
    margin: 0;
    font-family: 'BentonSans Regular', sans-serif;
}
pre {
    font-family: 'BentonSans Regular', sans-serif;
}
ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li{
    outline: 0;
    font-family: 'BentonSans Regular', sans-serif;
}
.required label {
    position: relative;
    font-family: 'BentonSans Regular', sans-serif;
}
.required label:after {
    content: '*';
    color: #581989;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 2px;
}
footer{
    border-bottom: none !important;
}

/* ADA CSS */
.swiper-viewport .swiper-slide img{
    padding-top:0 !important;
}
#product-category #carousel0 .swiper-wrapper a{
    display: inline-block;
    margin-top:30px;
}
#column-left #themeAccordion .panel-default:nth-child(1) .panel-title a{
    margin-top:0;
}
#choose-loc .address-fields .active-icon img{
    transform: rotateX(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
#choose-loc .address-fields img{
    transform: rotateX(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
/* ADA CSS END*/
body .form-control,
body .form-control.datepicker{
    height: 48px;
    font-size: 14px;
    color: #787A7D;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    padding: 8px 16px;
    font-family: 'BentonSans Regular', sans-serif;
}
.hide,
.hidden {
    display: none!important;
}
.visuallyHidden{
    width: 1px;
    height: 1px; 
    overflow: hidden;
    position: absolute !important;
    display: none!important;
}
.fade.show {
    opacity: 1;
}
.collapse.show {
    display: block;
}
.modal-backdrop.fade.show,
.modal-backdrop.show {
    opacity: .5;
}
tbody.collapse.show {
    display: table-row-group !important;
}
tr.collapse.show{
    display: table-row !important;
}
.datepicker.form-control[readonly]{
    cursor: text;
}
body .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
table thead tr th,
table thead tr td,
table tbody tr td{
    font-family: 'BentonSans Regular', sans-serif;
}
.hasError .form-control,
.has-error .form-control{
    border-color: #D7373C;
    padding-right: 45px;
}
.hasError .multiSelectBtn,
.has-error .multiSelectBtn{
    border-color: #D7373C;
}
.hasError .form-control:focus,
.has-error .form-control:focus{
    border-color: #D7373C;
}
.hasError .form-control,
.has-error .form-control{
    background-image: url(../image/validation-error.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top 7px right 13px;
}
.hasError select,
.hasError select.form-control,
.has-error select.form-control{
    background-image: url(../image/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 16px center;
}
.form-control::-webkit-input-placeholder {
   color: #676561;
}
.form-control:-moz-placeholder {
   color: #676561;  
}
.form-control::-moz-placeholder {
   color: #676561;  
}
.form-control:-ms-input-placeholder {  
   color: #676561;  
}
.productSearchArea .sort-section .form-group .btn-group{
    max-width: 250px;
}
.productSearchArea .sort-section .form-group .btn-group .multiselect-selected-text{
    margin-right: 17px;
}

.dis-none-768 {
    display: block;
} 
.dis-block-768 {
 display: none;
}

/* Toggle checkbox button */
.toggleCheckbox.form-group {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}
.modal-body .toggleCheckbox.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
}
.toggleCheckbox label{
    display: inline-block;
    height: 26px;
    width: 53px;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
}
.toggleCheckbox .toggleChecInput {
    opacity: 0;
}
.btn.disableEditBtn,
.toggleCheckbox.disableToggleCheck .toggleChecmark {
    opacity: 0.6;
    cursor: no-drop;
}
.toggleCheckbox .toggleChecmark {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #DE1818;
}
.toggleCheckbox .toggleChecmark::after {
    height: 22px;
    width: 22px;
    background: #fff;
    content: '';
    position: absolute;
    border-radius: 100%;
    top: 2px;
    left: 2px;
    box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.25);
     -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
}
.toggleCheckbox .toggleChecInput:checked~.toggleChecmark {
    background: #2EB92B;
}
.toggleCheckbox .toggleChecInput:disabled~.toggleChecmark {
    opacity: 0.5;
    cursor: no-drop;
}
.toggleCheckbox .toggleChecInput:checked~.toggleChecmark::after {
    transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    -moz-transform: translate(25px, 0);
    -ms-transform: translate(25px, 0);
    -o-transform: translate(25px, 0);
    box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.25);
}
.toggleCheckbox .toggleChecmark::after {
    content: '';
    height: 22px;
    width: 22px;
    background: #F5F4F4;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    left: 3px;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
}
.wrapWord {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
/* Tooltip custom UI */
.tooltip.in,
.tooltip.show{
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
    .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    font-size: 14px;
    padding: 6px 16px 9px;
    background: #FFFFFF !important;
    border: 1px solid #DFE3E6;
    border-radius: 4px;
    color: #141413 !important;
    text-align: left;
    line-height: 16px;
   font-weight:400;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.tooltip-inner b{
   font-weight:700
}
.bs-tooltip-bottom .arrow::before {
    border-width: 0 6px 6px;
    border-bottom-color: #ffffff !important; 
}
.bs-tooltip-top .arrow::before {
    border-width: 6px 6px 0;
    border-top-color: #ffffff !important; 
    margin-top: -2px;
}
.bs-tooltip-left .arrow::before {
    border-width: 6px 0 6px 6px;
    border-left-color: #ffffff !important; 
}
.bs-tooltip-right .arrow::before {
    border-width: 6px 6px 6px 0;
    border-right-color: #ffffff !important; 
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #ffffff !important; 
  border-width: 0 5px 5px;
}
.tooltip-inner {
    box-shadow: 0px 0px 10px 8px rgba(20, 20, 19, 0.07) !important;
}
.themeTooltipBox .themeTooltipInner{
    background-color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    z-index: 1;
}
.themeTooltipBox .themeTooltipInner:before,
.themeTooltipBox .themeTooltipInner:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.themeTooltipBox .themeTooltipInner:before {
    top: -6px;
    z-index: 9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}
.itemBoxIcon .itemIconTooltip {
    display: none;
    position: absolute;
    left: -50%;
    top: 43px;
    right: 50%;
    /* min-width: 272px; */
    margin-left: 30px;
    background-color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    z-index: 99999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: max-content;
    max-width: 200px;
    text-align: left;
    box-shadow: 0px 0px 10px 8px rgba(20, 20, 19, 0.07);
    backdrop-filter: blur(2.7182817459106445px);
}
.itemImgIcon .itemIconTooltip {
    box-shadow: 0px 0px 10px 8px rgba(20, 20, 19, 0.07) !important;
}
.tableGrayHead .table tbody tr td .tableTooltipBox table thead tr th,
.tableGrayHead .table tbody tr td .tableTooltipBox table thead tr td{
    font-size: 10px;
    font-family: 'BentonSans Bold';
    color: #FFFFFF;
    border-top: 1px !important;
    background: #686868 !important;
    position: relative;
}
.tableGrayHead .table tbody tr td .tableTooltipBox table thead tr th,
.tableGrayHead .table tbody tr td .tableTooltipBox table thead tr td,
.tableGrayHead .table tbody tr td .tableTooltipBox table tbody tr td {
    padding: 3px 6px;
    line-height: 14px;
}
.tableGrayHead .table tbody tr td .tableTooltipBox table tbody tr td{
    font-size: 12px;
}
.tableGrayHead .table tbody tr td .tableTooltipBox table tbody tr:nth-child(1) td{
    border-top: 0 !important;
}
/* Common Style */
#pageWrapper{
    overflow: hidden;
}
.themeContainer {
    max-width: 1440px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
}
.themeMiddleBox{
    min-height: calc(100vh - 182px);
}
.bgGray{
    background: #F5F6F3;
}
.themeRow,
.row.themeRow{
    margin-right: -20px;
    margin-left: -20px;
}
.themeRow .themeCol{
    padding-right: 20px;
    padding-left: 20px;
}
.themeBtn,
.btn.themeBtn,
.btnWhiteBg,
.btn.btnWhiteBg{
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
}
.themeBtn,
.btn.themeBtn,
.form-control.themeBtn{
   /* min-width: 160px;
    background: #581989;
    border: 1px solid #581989;
    box-sizing: border-box;
    border-radius: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 11.4px 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: BentonSans Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    text-transform: capitalize; */
}
.themeBtn, .btn.themeBtn, .form-control.themeBtn,.issue-tracker-btn {
    background: #580F8B;
    border: 1px solid #580F8B;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'BentonSans Regular';
    font-style: normal;
    text-transform: capitalize;
    min-width: 190px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    gap: 8px;
    border: 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;

}
.themeBtn:hover, .btn.themeBtn:hover {
    text-decoration: none;
}
.btnWhiteBg, .btn.btnWhiteBg {
    min-width: 194px;
    background: #FFFFFF;
    border: 1px solid #580F8B;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #5B0E8B;
    padding: 15px 20px 15px 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid var(--NYU-Purple, #5B0E8B);
    background: #FFF;
    font-family: 'BentonSans Regular';
    height: 48px;
}
.btn.btnWhiteBg.return-cart-btn ,.btn.btnWhiteBg.cancelbtn-mybuy{
    min-width: 160px; 
}
.themeBtn:hover,
.btn.themeBtn:hover{
    color: #FFFFFF;
    background: #460B6F;
    border-color: #460B6F;
    text-decoration: underline;
}
.themeBtn:focus,
.btn.themeBtn:focus {
    background: #460B6F;
    color: #FFFFFF;
    border-color: #460B6F;
    /* text-decoration: underline; */
}
.btnWhiteBg:hover,
.btn.btnWhiteBg:hover{
    color: #FFFFFF;
    background: #460B6F;
    border-color: #460B6F;
    text-decoration: underline;
}
.btnWhiteBg[disabled],
.btn.btnWhiteBg[disabled],
.btn.btnWhiteBg.disabled{
    color: #ffffff;
    background: #6F6F6F;
    border: 1px solid #6F6F6F;
    cursor: no-drop;
    opacity: 1;
}
.btn[disabled] .btnIcon img,
.btn.disabled .btnIcon img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btn.btnModalTooltp{
    padding: 0;
}
.btn.btnModalTooltp .btnModalTooltpText{
    padding: 7px 15px;
    display: inline-block;
}
/*.themeBtn:hover,
.btn.themeBtn:hover{
    color: #ffffff;
    outline: 0;
    background: #852D01;
    border-color: #852D01;
}
.themeBtn.focus,
.themeBtn:focus,
.btn.themeBtn.focus,
.btn.themeBtn:focus {
    color: #ffffff;
    background: #CF4500;
    border-color: #CF4500;
    outline: 2px auto #FFFFFF;
    outline-offset: -4px;
}*/
.btn.themeBtn.disabled, 
.btn.themeBtn[disabled], 
fieldset[disabled] .btn.themeBtn{
    pointer-events: auto;
    background: #6F6F6F !important;
    border-color: #6F6F6F !important;
    /* opacity: 0.5 !important; */
    opacity: 1;
    cursor: no-drop;
}
.cart-section .btn.themeBtn[disabled]:hover{
    background-color: #6F6F6F !important;
    border-color: #6F6F6F !important;
}
.btn.themeIconBtn {
    padding: 0 10px;
    line-height: 14px;
}
.btn.themeIconBtn2 {
    background: #581989;
    padding: 5px 15px;
    color: #ffffff;
    line-height: 14px;
}
.btn.themeIconBtn2:hover {
    color: #FFFFFF;
}
.btn.btnIcon{
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 15px;
}
.btn.btnDelete .fa{
    font-size: 20px;
    line-height: 20px;
    color: #581989;
}
.btn.themeGrayBtn{
    min-width: 160px;
    background: #D0D0D0;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #8B8F92;
    padding: 11px 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.addIcon,
.removeIcon{
    display: inline-block;
    position: relative;
    width:14px;
    height:14px;
}
.addIcon:before,
.addIcon:after,
.removeIcon:after{
  content: "";
  position:absolute;
  background:#686868;
}
.addIcon:before {
    left: 7px;
    top: 0px;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    height: 14px;
}
.addIcon:after,
.removeIcon:after{
    top: 7px;
    left: 0;
    height: 2px;
    transform: translateY(-50%);
    width: 14px;
}
.themeTooltipBox{
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 99;
}
.themeTooltipBox .themeTooltipInner{
    background-color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    z-index: 1;
}
.themeTooltipBox .themeTooltipInner:before,
.themeTooltipBox .themeTooltipInner:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.themeTooltipBox .themeTooltipInner:before {
    top: -6px;
    z-index: 9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}
.themeTooltipBox .themeTooltipInner:after {
    top: -7px;
    z-index: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #E8E5E1;
}
.row.safariRow:before,
.row.safariRow:after {
    width:0px;
    height:0px;
}
#footerArea .projectStartArea.breif-submit {
    padding: 16.5px 20px 16.5px 24px !important;
}
.flexRow.row,
.address-fields .addListInner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexRow.row > [class*='col-'],
.address-fields .add-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.flexRow .flexCol,
.address-fields .addBlockDiv{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.themeCollapse .panel-heading{
    padding: 0;
    border: 0;
    border-radius: 0;
}
.themeCollapse .panel-heading a{
    display: block;
    text-align: left;
    position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'] {
    margin-bottom: 0px;
    -webkit-appearance: none;
    cursor: text;
    outline: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
label {
    margin: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    font-weight: 400;
    font-family: 'BentonSans Regular', sans-serif !important;
}
.hasError label,
.required.hasError label:after,
.has-error label,
.required.has-error label:after{
    color: #53565A;
}
body .form-control:focus {
    border-color: #444340;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select.form-control, textarea.form-control, 
input[type="text"].form-control, 
input[type="password"].form-control, 
input[type="datetime"].form-control, 
input[type="datetime-local"].form-control, 
input[type="date"].form-control, 
input[type="month"].form-control, 
input[type="time"].form-control, 
input[type="week"].form-control, 
input[type="number"].form-control, 
input[type="email"].form-control, 
input[type="url"].form-control, 
input[type="search"].form-control, 
input[type="tel"].form-control, 
input[type="color"].form-control {
   font-size: 14px;
   line-height: 14.4px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
.radioBtnBox .radioBtnLabel{
    padding-left: 27px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: #8B8F92;
    position: relative;
    cursor: pointer;
}
.radioBtnBox .radioBtnLabel input[type="radio"] {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}
.radioBtnBox .radioBtnLabel input[type="radio"]:checked {
    background: #581989;
    accent-color: #581989;
}
/*.radioBtnBox .radioBtnLabel .radioMark{
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border: 0.5px solid #8B8F92;
    border-radius: 1px;
    padding: 0;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radioBtnBox .radioBtnLabel input:checked ~ .radioMark {
    background-color: #581989;
    border-color: #581989;
}
.radioBtnBox .radioBtnLabel input::not(:checked) ~ .radioMark {
    background-color: #FFFFFF;
    border-color: #8B8F92;
}
.radioBtnBox .radioBtnLabel input:checked ~ .radioMark:after {
    content: "";
    width: 5px;
    height: 9px;
    position: absolute;
    left: 4px;
    top: 2px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
}
.radioBtnBox .radioBtnLabel input:checked ~ .radioMark:after {
    display: block;
}*/
.btn-group {
    width: 100%;
    display: block;
    text-align: left;
}
.multiSelectBtn,.multiselect.dropdown-toggle.btn.btn-default{
    font-size: 14px;
    font-weight: 400;
    line-height: 14.4px;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    background-color: #FFFFFF !important;
    height: 48px;
    color: #787A7D;
    width: 100%;
    text-align: left;
    padding: 0 16px;
    font-family: 'BentonSans Regular', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(to bottom, #fff, #fff) !important;
}
.btn-group.open .dropdown-toggle.multiSelectBtn,.btn-group.open .multiselect.dropdown-toggle.btn.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register-page .form-control {
    height: 48px !important;
    
}
.multiSelectBtn .multiselect-selected-text,.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 14.4px;
    width: 100%;
    color: #787A7D;
    text-align: left;
    font-family: 'BentonSans Regular', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multiSelectBtn .caret ,.multiselect.dropdown-toggle.btn.btn-default .caret{
    width: 12px;
    height: 10px;
    position: absolute;
    top: 22px;
    right: 14px;
    border: 0;
    cursor: pointer;
}
.multiSelectBtn .caret:before ,.multiselect.dropdown-toggle.btn.btn-default .caret:before{
    content: "\f107";
    font-family: "FontAwesome";
    color: #8B8F92;
    font-size: 20px;
    font-weight:600;
    line-height: 0;
    position: absolute;
    top: 3px;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    height: 10px;
    width: 12px;
}
.multiselect.dropdown-toggle::after {
    display: none;
}
.multiselect-container{
    width: 100%;
    scrollbar-width: thin;
}
.multiselect-container li a label {
    position: relative;
}
.multiselect-container.dropdown-menu,
.sort-section .multiselect-container.dropdown-menu{
    box-shadow: 1px 18px 24px 5px rgba(0, 0, 0, 0.15);
}
.multiselect-container.dropdown-menu li:nth-last-of-type(1){
    margin-bottom: 5px;
}
.multiselect-container .filter {
    position: relative;
    top: 0;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 2px;
    z-index: 9;
}
.multiselect-container.dropdown-menu li a {
    padding: 3px 0px;
}
.multiselect-container.dropdown-menu li.active a{
    background: transparent;
}
.multiselect-container.dropdown-menu li a label{
    padding: 3px 10px 3px 40px;
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.required .multiselect-container label:after{
    display: none;
}
.multiselect-container label.radio input[type=radio]{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 15px;
    margin: 0;
    cursor: pointer;
    transform: scale(1);
}
.multiselect-container label.radio input[type=radio]:checked {
    content: "";
    display: block;
    background: #581989;
    accent-color: #581989;
}
.multiselect-container label.radio input[type='radio']:after{
    display: none;
}
ul.multiselect-container.dropdown-menu.show {
    z-index: 99999;
    max-height: 200px;
    overflow: hidden auto;
}
/*.multiselect-container label.radio:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid #54524F;
    background-color: transparent;
}
.multiselect-container .radio input[type='radio'] {
    display: none;
}
.multiselect-container label.radio input[type=radio]:checked {
    border-radius: 11px;
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " ";
    display: block;
    background: #CF4500;
    accent-color: #CF4500;
}*/
.multiselect-container label.radio input[type='radio']:checked:after{
    display: none;
}
.open .dropdown-menu.multiselect-container {
    width: 100%;
}
.multiselect-item.filter .multiselect-search {
   height: 48px;
    font-size: 14px;
    color: #53565A;
    padding: 8px 40px;
    border: 0;
    background: rgba(231, 231, 231, 0.5);
}
.multiselect-container .input-group.inputFilterGroup {
    width: 100%;
    margin: 0;
}
.multiselect-container::-webkit-scrollbar{
    height: 10px;
    width: 8px;
    background-color: #cacaca;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-corner{
    background: #cccccc;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-thumb{
    background: #606060;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-thumb:hover{
    background: #868686;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-track{
    border: 1px solid #cccccc;
    background-color: #cccccc;
    border-radius: 5px;
}
.inputBox .select2-container {
    width: 100% !important;
}
.inputBox .select2-container .select2-search--inline .select2-search__field{
    height: 28px;
    padding-right: 0;
    margin: 0 !important;
    line-height: 28px;
}
.inputBox .select2-dropdown {
    border: 1px solid #D0D0D0;
}
.select2-container .select2-selection--single,
.inputBox .select2-container .select2-selection--single {
    color: #000 !important;
    height: 48px !important;
    width: 100% !important;
    border-color: #8B8F92;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.inputBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8B8F92;
    line-height: 48px !important;
    padding-right: 30px;
    font-family: 'BentonSans Regular', sans-serif;
}
.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered,
.inputBox .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered
.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,
.inputBox .select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered{
    color: #53565A;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
    width: 16px;
    height: 38px;
    top: 5px;
}
.addDetailBox #address-fields .select2-container .select2-selection--single, .addDetailBox #address-fields .inputBox .select2-container .select2-selection--single, .addDetailBox #address-fields .form-control{
    border: 1px solid #787A7D;
}
.addDetailBox #address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #787A7D;
}
.addDetailBox #address-fields .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 16px;
}
.inputBox .jsSelect2.form-control{
    background-image: none;
}
.inputBox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: 0;
}
.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
}
.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    content: "\f107";
    font-family: "FontAwesome";
    color: #8B8F92;
    font-size: 20px;
    line-height: 36px;
    position: absolute;
    top: 2px;
    left: 0;
}
.inputBox .select2-container--default.select2-container--below .select2-selection--multiple{
    position: relative;
}
.inputBox .select2-container--default .select2-selection--multiple:before{
    content: "\f107";
    font-family: "FontAwesome";
    color: #8B8F92;
    font-size: 20px;
    line-height: 36px;
    position: absolute;
    top: 2px;
    right: 12px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.inputBox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.inputBox .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:before,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moztransform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.inputBox .select2-container--default .select2-selection--multiple{
    padding: 5px 30px 5px 10px;
    min-height: 48px;
    max-height: 70px;
    overflow-y: auto;
    border: 1px solid #aaa;
}
.select2-container--default .selectBtnBox {
    border-bottom: 1px solid #D0D0D0;
}
.select2-container--default .selectBtnBox .btnSelectAll.selectActive{
    background: #F0F0F0;
}
.select2-container--default .selectBtnBox .btn{
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    border-bottom: 0;
    border-radius: 0;
}
.select2-container--default .select2-results__option{
    border-bottom: 1px solid #D0D0D0;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    word-wrap: break-word;
}
.select2-container--default .select2-results__option.select2-results__message{
    color: #581989;
}
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option,
.select2-container--default .select2-results__option--highlighted.select2-results__option,
.select2-container--default .selectBtnBox .btn:hover{
    background: #F0F0F0 !important;
    color: #53565A !important;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background: #F0F0F0 !important;
    color: #53565A !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    list-style: none;
    margin-left: 0;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    font-size: 9px;
    line-height: 18px;
    text-transform: capitalize;
    color: #53565A;
    font-family: 'BentonSans Bold';
    background: #F0F0F0;
    border: 1px solid #8B8F92;
    padding-right: 6px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
    float: left;
    margin: 0;
}
.inputBox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0;
    font-size: 14px;
    color: #8B8F92;
    line-height: 16px;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    opacity: 0.5;
    cursor: no-drop;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: 100% !important;
}
.select2-search--dropdown.selectSearchBox{
    padding: 0;
}
.select2-container--default .select2-search--dropdown.selectSearchBox .select2-search__field {
    height: 40px;
    padding: 12px 20px 12px 14px;
    border: 0;
    outline: 0;
    font-size: 14px;
    line-height: 18px;
    color: #8B8F92;
    font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
   color: #8B8F92;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-moz-placeholder {
   color: #8B8F92;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
   color: #8B8F92;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {  
   color: #8B8F92;
   font-weight: 400;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd {
    position: absolute;
    width: 100%;
    top: -39px;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox .select2-search__field{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field{
    border-bottom: 1px solid #D0D0D0;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox.selectSearchAdd:focus-visible {
    outline: none !important;
    position: absolute;
    bottom: -39px;
    width: 100%;
    box-shadow: none !important;
}
.select2-container--default .select2-dropdown.select2-dropdown--above .select2-results>.select2-results__options,
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox .select2-search__field{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field{
    border-top: 1px solid #D0D0D0;
    padding-right: 30px;
    padding-left: 8px;
    font-size: 14px;
}
.select2-container--default .select2-search.selectSearchAdd:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #8B8F92;
    font-size: 20px;
    line-height: 36px;
    position: absolute;
    top: 2px;
    left: auto;
    right: 6px;
    width: 16px;
    height: 38px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.inputBox .form-control::-webkit-input-placeholder {
   text-align: left;
   color: #787A7D;
}
.inputBox .form-control:-moz-placeholder {
   text-align: left; 
   color: #787A7D;
}
.inputBox .form-control::-moz-placeholder {
   text-align: left;
   color: #787A7D;
}
.inputBox .form-control:-ms-input-placeholder {  
   text-align: left;
   color: #787A7D;
}
.inputBox .form-control {
    color: #787A7D;
    font-size: 14px;
    height: 48px;
    padding: 11px 16px;
    border: 1px solid #B3B5BA;
}
.textInputRight .inputBox .form-control,
.inputBox .form-control.inputFieldRight{
    text-align: right;
}
.textInputLeft .inputBox .form-control,
.inputBox .form-control.inputFieldLeft {
    text-align: Left;
}
.textInputCenter .inputBox .form-control,
.inputBox .form-control.inputFieldCenter {
    text-align: center;
}
.inputBox label,
.form-horizontal .inputBox .control-label{
    margin: 0;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    font-family: 'BentonSans Bold';
}
.inputBox label.cls_bold, 
.form-horizontal .inputBox .control-label.cls_bold{
    font-family: 'BentonSans Bold';
}
.inputBox label.cls_italic,
.form-horizontal .inputBox .control-label.cls_italic{
    font-style: italic;
}
.inputBox label.cls_underline,
.form-horizontal .inputBox .control-label.cls_underline{
    text-decoration: underline;
}
.inputBox label.cls_strikethrough,
.form-horizontal .inputBox .control-label.cls_strikethrough{
    text-decoration: line-through;
}
.inputBox label.cls_strikethrough.cls_underline,
.form-horizontal .inputBox .control-label.cls_underline{
    text-decoration: underline line-through;
}
.inputBox.allocationType .radioBtnBox .radioBtnLabel {
    padding-left: 21px;
}

.input-group .inputSearchIcon,
.input-group .inputCloseIcon{
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 0;
    width: 40px;
   height: 48px;
    position: absolute;
    z-index: 9;
    padding: 0px 16px;
}
.input-group .inputSearchIcon{
    left: 0;
    background-image: url(../image/filter-search-icon.svg);
    background-size: 14px;
}
.input-group .inputCloseIcon{
    right: 0;
    background-image: url(../image/close-icon.svg);
    background-size: 10px;
}
/*captcha*/
.captchaRow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.captchaRow .captchaCol {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.captchaCol #captcha {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 4px;
    text-shadow: none;
}
#captcha #code {
    border-radius: 4px;
    padding: 5px 16px;
    border: 1px solid #B3B5BA;
    font-size: 14px;
    height: 48px;
    line-height: 22px;
    background: #ffffff;
    transition: 0.4s ease;
}
#captcha #code img{position: relative;right:3px;}
#captcha #code span{
    color: #676561;
}
#captcha .captchaIcon {
    background: url(../image/reload.svg);
    margin: 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    position: absolute;
    right: -30px;
    top: 12px;
    background-repeat: no-repeat;
    height: 18px;
    width: 21px;
    border: none;
}
#captcha .captchaIcon.fa-spin{
  -webkit-animation-direction:reverse;
     -moz-animation-direction:reverse;
          animation-direction:reverse;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #D40029;
    background-color: transparent;  
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #53565A;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.dropdown-menu-right{
    left: -18px;
    top: 60px !important;
    margin-top: 0 !important;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 0px;
}
#top-links ul{margin-bottom: 0;}
.list-inline li{padding: 0;}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
/*#search1 .input-lg {
   height: 48px;
    line-height: 20px;
    padding: 0 10px;
}*/
#search1 .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #ffffff;
   height: 48px;
}
.userBtn{
    pointer-events:none;
    cursor: pointer;
} 
/* cart */
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0 !important;
}
#cart.open > .btn:hover {
    color: #53565A;
}
.cartButton #cart-header{
    display: inline-block;
    position: relative;
}
#cart #cart-total,
.cartButton .cart-count{
    min-width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px;
    font-family: 'BentonSans Bold';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: auto;
    text-align: center;
    padding: 0px;
    border-radius: 13px;
    background: #FFF;
    color: #581989;
    padding: 1px 4px;
    margin-left: -5px;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
/*success code*/
/* #common-success .successPageBox {
    padding: 67px 0;
    min-height: calc(100vh - 356px);
    max-width: 1011px;
} */
#common-success .themeContainer{
    padding: 0 182px;
}
#common-success .themeContainer {
    padding: 56px 80px 56px 80px;
}
#common-success .successPageBox .successPageInner {
    max-width: 850px;
    width: 100%;
}
.successPageBox h1 {
    color: #580F8B;
    font-family: 'BentonSans Bold';
    /* font-size: 20px; */
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.successPageBox .successPageTitle h1{
    margin-bottom: 24px;
}
.accountSuccessArea .successPageBox h1 {
    margin-bottom: 24px;
}
.successPageBox .successPageLinks {
    padding-bottom: 17px;
}
.successPageBox .successPageLinks p {
    color: #333333;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
p.orderNumber {
    color: #581989;
    font-family: 'BentonSans Bold';
}
.successPageBox .successPageLinks .orderNumber span,
.successPageBox .successPageLinks p a{
    color: #580F8B;
    font-family: 'BentonSans Bold';
    font-weight: 700;
    line-height: 19.2px;
}
.successPageBox .successPageLinks p.orderNumber{
    margin-bottom: 24px;
}
.successPageBox .successPageLinks p a {
    display: inline-block;
    position: relative;
}
.successPageBox .successPageLinks p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #581989;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
}
.successPageBox .successPageLinks p a:hover:before,
.successPageBox .successPageLinks p a:focus:before{
    opacity: 0;
}
.successPageBox .successThankNote h3 {
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
    font-weight: 400;
}
p span.orderNumber {
    color: var(--NYU-Purple, #581989);
    font-family: BentonSans Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
 .informationBox.successPage .infoBoxBtn {
    margin-top: 48px;
    margin-bottom: 0;
}
.successPage {
    margin-bottom: 60px;
}
.msg-sec{
    text-align: left;
}
.order-txt{
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #8B8B8B;
}
.order-txt input{
    border: none;
    color: #D40029;
    font-style: normal;
    text-decoration: underline;
}
.msg-txt{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 36px;
    color: #53565A;
} 
.success-btn{
    margin-top: 48px;
    margin-bottom: 0px;
}
.ship-sec{
    padding:0px;
    margin-top:60px;
    margin-bottom: 24px;
}
.ship-add{
    padding: 0px;
    background: #FFFFFF;
    padding:36px;
    margin-bottom:24px;
}
.ship-add h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 18px 0px;
    color: #53565A;
}
.ship-add.order-ship h3{
    margin-bottom:0px;
}
.n-sec{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.p-0{
    padding-left:0px;
}
#common-success #content .n-sec p:last-child{
    margin-bottom:0px;
}
.n-sec .radio label{
    font-size: 16px;
    line-height: 24px;
    color:#53565A;
}
.hed-sec{
    font-weight: 500;
    line-height: 24px;
    color:#53565A
}

.sec-order{
    margin-top: 24px;
    border-top: 1px solid #B3B5BA;
    padding: 18px 0px 0px 0px;
}
.gray-sec{
    padding: 0px;
}
.cust-btn label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D40029;
}
.cust-btn label:after{
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.pr-0{
    padding-right:0px;
}
.pre-txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
     margin-bottom: 5px !important;
}
.item-sec{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    margin-bottom: 8px !important;
}
.ship-date-label{
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
}
.qty-txt{
    float:left;
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
}
.digit-txt{
    float:right;
    color: #53565A;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.design-sec{
    background: #EEEEEE;
    border-radius: 4px;
    padding:12px;
    clear:both;
    margin:18px 0px 0px 0px;
}
.design-sec p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#53565A;
    margin-bottom:0px !important;
}
.design-sec p span{
    font-style: normal;
    font-weight: 100;
}
.sec-order .hed-sec{
   font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding:0px;
}
.total-sec{
    font-family: 'BentonSans Bold';
    font-size: 18px;
    line-height: 18px;
      color: #D40029;
      padding:18px 0px 0px 0px;
      border-top:1px solid #B3B5BA;
      margin-top: 18px;
}
.sec-2{
    padding:12px 0px 12px 0px;  
   font-weight: normal;
   font-size: 16px;
   line-height: 16px; 
}
.sec-3{
    padding:0px; 
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}
.qt-sec{
    padding-top:19px;
}
.n-sec .radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.n-sec .radio-item input[type='radio'] {
  display: none;
}

.n-sec .radio-item label {
  font-weight: normal;
  color: #53565A;
    font-size: 16px;
    line-height: 24px;
}

.n-sec .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 5px 0 0;
   width: 15px;
  height: 14px;
  border-radius: 11px;
  border: 2px solid #D40029;
  background-color: transparent;
}

.n-sec .radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
   width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " ";
    display: block;
    background: #D40029;
}
.ship_add_form .form-group p{
    color: #4A4F53;
    font-size: 13px;
    margin-bottom: 0px !important;
}
.ship_add_form .block-sec{
    padding:0 7.5px; 
        margin-bottom: 15px;
}
.thumbImgBox {
    padding-top: 24px;
    width: inherit;
    overflow: hidden;
    float: none;
    margin-left: -10px;
    margin-right: -10px;
}
.thumbImgBox .thumb-img-sec{
    box-sizing: border-box;
    padding: 0px;
    width: 25%;
    height: auto;
    min-height: 110px;
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin-bottom: 12px;
}
.thumbImgBox .thumb-img-sec .thumbnail:hover{
     border-color: #D40029;
}
.customtumbnails .thumbImgBox .thumb-img-sec:last-child{
     margin-right:0px;
}
.thumbImgBox .thumb-img-sec .thumbnail{
    margin-bottom:0;
    border-radius: 0;
    background-color: #f7f7f7;
}
.thumbImgBox .thumb-img-sec .thumbnail a img,
.thumbImgBox .thumb-img-sec  .thumbnail img{
    padding:0px;
    width: 100%;
}
.mfp-gallery .mfp-container {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    padding: 0 !important;
}
.mfp-image-holder .mfp-content {
    border-radius: 4px;
    background: transparent;
    padding: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close{
    width: 20px;
    position: absolute !important;
    right: 12px !important;
    left: auto;
    top: 12px !important;
    height: 20px;
    padding: 0 !important;
    text-align: center;
    line-height: 16px;
    color: #53565A !important;
    font-size: 34px;
    font-family: 'BentonSans Regular', sans-serif;
    cursor: pointer !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}
.mfp-arrow{
    background: #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height:30px;
    opacity: 1 !important;
}
.mfp-arrow:after{
    border:none !important;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    font-size: 12px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.navbar-nav li a .fa-caret-down{
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #53565A;
    position: relative;
    left: 2px;
    font-size: 14px;
    transition: 0.3s ease-out;
}
.navbar-nav li a:hover .fa-caret-down{transform: rotate(0deg)}
.navbar-nav li.open a:hover .fa-caret-down{transform: rotate(180deg)}
.navbar-nav li:last-child a:after, .navbar2 li:last-child a:after{content: ''}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
}
#menu .dropdown-menu,
.headerCartBox ul li .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-top: 9px;
    top: 100%;
    left: -70%;
    padding: 10px 0;
    z-index: 99;
}
.headerCartBox ul li .dropdown-menu{
    min-width: 200px;
}
#menu .nav li .dropdown-menu:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#menu .nav li .dropdown-menu:before,
.headerCartBox ul li .userButton .dropdown-menu:after{
     content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
/*#menu .nav li .dropdown-menu:before{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #E8E5E1;
    top: -9px;
}*/
#menu .nav li .dropdown-menu:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #581989;
    top: -8px;
}
#menu .navbar-nav li .dropdown-menu{
    min-width: 236px;
}
#menu .nav li .dropdown-menu li,
.headerCartBox ul li .dropdown-inner ul li{
    margin-left: 0;
    position: relative;
    padding: 0 24px;
}
.dropdown-inner ul li:not(:last-child) {
    border-bottom: 1px solid #E7E7F0;
}
.dropdown-inner ul li:hover .menuLink
{
    text-decoration: underline;
 
}

#menu .nav li .dropdown-menu a,
.headerCartBox ul li .dropdown-inner a{
    display: block;
    position: relative;
    padding: 7px 0;
    clear: both;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    font-family: 'BentonSans Regular', sans-serif;
}
#menu .nav li .dropdown-menu a:hover, 
#menu .nav li .dropdown-menu a.active, 
.headerCartBox ul li .dropdown-inner li a:hover {
    font-family: 'BentonSans Regular' !important;
    text-decoration: underline !important;
    color: #501B86 !important;
    font-weight: 400;
    font-size: 14px;
}
#headerArea a .menuLink{
    display: inline-block;
    position: relative;
}
#headerArea a .guestLink {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-family: 'BentonSans Bold';
}
#headerArea a .menuLink.guestLink:before{
    background-color: #FFFFFF;
}
#headerArea a .menuLink:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}
li.nav-item.dropdown a.submenu-items span{position: relative;}
/*li.nav-item.dropdown a.submenu-items span:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #390862                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}*/
#headerArea .dropdown-menu a:hover .menuLink:before,
#headerArea .dropdown-menu a.active .menuLink:before,
#headerArea a:hover .menuLink:before,
#headerArea a.active .menuLink:before
/*li.nav-item.dropdown a.submenu-items:hover span:before*/{
    opacity: 1;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-family: 'BentonSans Bold';
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
#menu .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 236px;
    box-shadow: none;
    background: #581989;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    margin-left: 8px;
    padding: 10px 0;
}
#menu .dropdown-menu .dropdown-submenu:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #581989;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 9px;
    left: -9px;
}
#menu .dropdown-menu .dropdown-submenu .dropdown-inner:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: -8px;
    z-index: 9;
}
#menu .dropdown-menu .dropdown-submenu:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #581989;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 10px;
    left: -8px;
}
#menu .dropdown-menu ul li.dropdownSubmenu .subMenuLink{
    position: relative;
}
#menu .dropdown-menu ul li.dropdownSubmenu .subMenuLinkIcon {
    width: 25px;
    height: 100%;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
}
#menu .dropdown .dropdownSubmenu .subMenuLinkIcon img{
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
#menu .dropdown .dropdownSubmenu .subMenuLink:hover .subMenuLinkIcon img{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);  
            -ms-transform: rotate(-90deg);   
}
.headerBoxTwo {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px #B1ADA6;
    -webkit-box-shadow: 0px 1px 0px #B1ADA6;
        -ms-box-shadow: 0px 1px 0px #B1ADA6;
            -moz-box-shadow: 0px 1px 0px #B1ADA6;
}
.headerBoxTwo .headerTwoInner {
    min-height: 65px;
}
.headerBoxTwo .headerTwoLogo h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    margin: 0;
    font-family: 'BentonSans Bold';
}
.headerBoxTwo .navbar-collapse.collapse {
    padding: 0;
}
.headerBoxTwo .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu{
    min-width: 236px;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    padding:0;
    z-index: 99;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.headerBoxTwo .dropdown-menu{
    top: 100% !important;
    left: 0 !important;
    margin-top: -5px;
}
.headerBoxTwo .dropdown-menu li{
    position: relative;
    border-bottom: 1px solid #8B8F92;
}
.headerBoxTwo .dropdown .dropdown-menu li .dropdown-item,
.headerBoxTwo .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item{
    font-size: 16px;
    font-family: 'BentonSans Bold';
    color: #686868;
    padding: 13px 34px 13px 12px;
    background-color: transparent;
}
.headerBoxTwo .dropdown .dropdown-toggle{
    position: relative;
    padding-right: 20px;
}
.headerBoxTwo .dropdown .dropdown-toggle:before,
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-toggle:before,
.addressSearch .navbar-collapse .navbar-nav .nav-link:before{
    content: '';
    display: inline-block;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    position: absolute;
    top: 50%;
}
.addressSearch input::placeholder{
    color: #581989;
}
#add-new-loc, #save-continue {
    width: 190px !important;
    height: 48px !important;
    font-weight: 500;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    line-height: 16px;
}
#add-new-loc{
    background: #ffffff;
    border: 2px solid #580F8B;
    color: #580F8B !important;
}
.headerBoxTwo .dropdown .dropdown-toggle:before{
    width: 8px;
    height: 8px;
    right: 2px;
    transform: translateY(-50%) rotate(-135deg);
}
.headerBoxTwo .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu{
    display: none;
}
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu{
    left: 100% !important;
    top: 0 !important;
    margin-top: 0;
    margin-left: 5px;
    transform: translate(0) !important;
}
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-toggle:before {
    width: 8px;
    height: 8px;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
}
.headerBoxTwo .dropdown .dropdown-menu li:hover .dropdown-item,
.headerBoxTwo .dropdown .dropdown-menu .dropdown-submenu li:hover .dropdown-item{
    background-color: #581989;
    color: #FFFFFF;
}
.headerBoxTwo .dropdown:hover .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-submenu:hover .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-menu.show,
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu.show{
    display: block;
}
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: -5px;
    z-index: 99;
}
.headerBoxTwo .dropdown .dropdown-submenu:hover .dropdown-toggle:before{
    border-color: #FFFFFF;
}
.headerBoxTwo .navbar-nav>li{
    margin-left: 16px;
}
.headerBoxTwo .navbar-nav>li>a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    padding: 27px 0;
}
.headerBoxTwo .navbar-nav>li>a:hover,
.headerBoxTwo .navbar-nav>li>a.active{
    color: #581989;
}
/*#headerArea.signUpHeader .themeContainer,
#common-success.accountSuccessArea .themeContainer{
    padding: 0 93px;
}*/
#headerArea.signUpHeader {
    display: block;
    background-color: #501B86;
}
#headerArea.signUpHeader .headerInnerBox {
    min-height: 70px;
}
#headerArea.signUpHeader .headerRightBox {
    display: block;
}
#headerArea .signUpLink a {
    color: #FFFFFF;
    padding: 40px 0;
    display: inline-block;
}
#headerArea .signUpLink a .menuLink{
    display: inline-block;
    position: relative;
    min-width: 51px;
}
#headerArea .signUpLink a .menuLink:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
}
#headerArea .signUpLink a:hover .menuLink:before{
    opacity: 0;
}
#signUp.themeBtn{margin-top: 28px;}
.headerBoxTwo .searchBox .form-control {
    padding: 10px 40px 10px 10px;
}
.navBarFlex{
    min-height: 70px;
    max-height: 70px;
    flex-direction: row !important;
    align-items: center;
    position: inherit !important;
}
ul.navbar2{
    max-height: 70px;
}
#headerArea ul.navbar2 .nav-item2 {
    margin-right: 49px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: space-between;
}
.navBarFlex.navbar-expand-sm .navbar-nav .dropdown-menu,.menu-section .dropdown-menu2{
   position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: 100%;
    min-width: 198px;
    max-width: 198px;
    /* min-height: 166px; */
    z-index: 98 !important;
    background:  #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.25);
    padding: 0; 
    border-radius: 0;
    display: none;
    border-top: 1px solid #E7E7F0;
}
.category-block .block-2:last-child .submenu-items:last-child{
    border-bottom: none !important;
}
.dropdown-menu2.show{display: block; border-bottom-left-radius: 8px; border-bottom-right-radius:8px;}
.subMenuContainer{padding-bottom: 8px;}
.navBarFlex .navbar-nav{
    position: inherit;
}
.navBarFlex .dropdown-menu.show{
    max-width: 100%;
}
.dropdown-menu{
    margin: 0 !important;
}
.navBarFlex li.active{
    background: #FFF;
}
/* .active2{ background: #B341FF;} */
li.nav-item2.active2 a.nav-link2,li.nav-item2.active2 a.nav-link3 {
    /* font-family: 'BentonSans'; */
    font-family: 'BentonSans Bold';
} 
.navBarFlex li {
    margin-right: 0px;
    position: inherit;
}
.navBarFlex li a.nav-link{
    color: #ffffff;
}
.navBarFlex li{
    position: relative;
}
.sub-menu-title{
font-family: 'BentonSans Bold';
font-size: 25px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
color: #390063;
max-width: 190px;
}
/* .subMenuContainer{
    padding: 35px 45px 19px 72px ;
} */
.btn-shop{
    max-width: 196px;
    height: 30px;
    font-family: 'BentonSans Bold' !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid #B341FF;
    border-radius: 24px;
    color: #B341FF !important;
    background: transparent;
    margin-top: 18px;
    display: block;
    cursor: pointer;
    padding:6px 0;
}

.submenu-items.active{
font-family: 'BentonSans Bold';
font-size: 16px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0px;
text-align: left;
color: #390862 !important;

}
.pd-l-79{padding-left: 79px !important;}
.headerBoxTwo{
    display: none;
}
.headerBoxTwo{
    position: absolute;
    width: 100%;
}
.navBarFlex li a:hover + .headerBoxTwo{
    display: block;
}
.navBarFlex li a.nav-link, .navBarFlex li a.nav-link2, .navBarFlex li a.nav-link3 {
    /* font-family: "BentonSans Regular"; */
    font-family: "BentonSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    display: block;
    padding: 25.5px 0px !important;
    color: #333333;
    /* max-width: 125px; */
    letter-spacing: -0.32px;
}
li.nav-item.dropdown.active a ,li.nav-item2.active a {
    font-family: 'BentonSans Regular';
}
li.nav-item.dropdown.active a.submenu-items.active,li.nav-item2 a.submenu-items.active {
    font-family: 'BentonSans Regular';
}
.pageBannerCaption .bannerText-welcome{
    font-family: 'BentonSans Bold';
    font-size: 48px;
    font-weight: 900;
    line-height: 57.6px;
    letter-spacing: -0.134px;
    text-align: left;
    color: #fff;
}
li.nav-item.dropdown a.submenu-items, li.nav-item2 a.submenu-items, li.nav-item3 a.submenu-items{
    font-family: 'BentonSans' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #333333 !important;
    display: block;
    padding: 8px 16px;
    text-align: left;
    width: 198px;
    border-bottom: 1px solid #E7E7F0;
}
li.nav-item.dropdown a.submenu-items:hover, li.nav-item2 a.submenu-items:hover {
    font-family: 'BentonSans' !important;
    text-decoration: underline;
    color: #501B86 !important;
}
.pageBannerCaption p {
    font-family: 'BentonSans';
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #fff;
    max-width: 393px;
    margin-top: 14px;
}
.pageBannerCaption .banner-text-bold{
    font-family: 'BentonSans';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.5px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}
.searchBox .searchInput{
    position: relative;
    margin-left: 38px;
}
.searchInputDiv{
    /* width: 300px; */
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
  }
  
  .searchInputDiv input#searchField1{
    width: 61px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 10pt;
    float: right;
    color: #262626;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* color: #242424; */
   
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
  }
  
  .searchInputDiv input#searchField1::-webkit-input-placeholder {
     color: #65737e;
  }
   
  .searchInputDiv input#searchField1:-moz-placeholder { /* Firefox 18- */
     color: #65737e;  
  }
   
  .searchInputDiv input#searchField1::-moz-placeholder {  /* Firefox 19+ */
     color: #65737e;  
  }
   
  .searchInputDiv input#searchField1:-ms-input-placeholder {  
     color: #65737e;  
  }
 
  .searchInputDiv .search-btn{
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
  }
  .nav-link2 img{
    margin-left: 8px;
  }
  .searchInputDiv input#searchField1:focus, .searchInputDiv input#searchField1:active{
    width: 300px;
  }
  #searchField1 .form-control[type=search]{
    outline-offset: 0px !important;
  }
  .searchInputDiv:hover input#searchField1{
    width: 300px;
    border: 1px solid #501B86;
    /* padding-left: 15px; */
    background-color: #ffffff;
  }
   
  .searchInputDiv:hover .search-btn{
    color: #93a2ad;
  }
  .searchBox .search-btn,.searchBox .searchBtn {
    /* padding: 0 14px; */
    /* min-height: 40px; */
    position: absolute;
    top: -9px;
    /* left: 32px; */
    /* bottom: -9px; */
    background: transparent;
    right: 18px;
    border-radius: 4px;
    border: 0;
    line-height: 17px;
}
.searchBox .searchBtn{
    left: auto;
}
.searchBox .search-btn.searchMobileBtn {
    position: relative;
    top: 0;
    padding: 0 0 0 15px;
}
.searchBox .form-control,.searchBox .form-control:focus {
    height: 42px;
    width: 251px;
    margin-right: 16px;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #FFF;
    text-align: left;
    /* color: #fff; */
}

.bannerNoteBox{
    background: #581989;
    padding: 7px 0;
    box-shadow: 0px 1px 0px #b1ada6;
    -webkit-box-shadow: 0px 1px 0px #b1ada6;
    -ms-box-shadow: 0px 1px 0px #B1ADA6;
    -moz-box-shadow: 0px 1px 0px #B1ADA6;
}
.bannerNoteBox .bannerNoteText p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}
.bannerNoteBox .bannerNoteText p span{
    font-weight: 900;
}
/* content */
/*#content {
    min-height: calc(100vh - 130px);
}*/
/* footer */
.pr-20{padding-right: 15px !important;}
.pl-20{padding-left: 20px !important;}
.sign-up-content{
    padding: 24px;
    background: #F7F7F7;
    height: 100%;
    border-radius: 8px;
}
.backToHome a img {
    margin-right: 8px;
}
.backToHome{
    display: none;
}
#footerArea .projectStartArea.breif-submit{
    padding: 38px 24px;
    background: #F7F7F7;
    height: 100%;
    border-radius: 8px;
}
.sign-up-content{
    padding-bottom: 4px !important;
}
.sign-up-content h4, .breif-submit h5 {
    font-family: 'BentonSans Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #501B86;
    margin-bottom: 4px;
    letter-spacing: -0.4px;
    text-align: center;
}
.sign-up-content p{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin-bottom: 8px;
    text-align: center;
}
.breif-submit p{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
    width: 100%;
    max-width: 498px;
}
/* .button-brief img{
    float: right;
    position: absolute;
    right: 36px;
    top: 40%;
} */
.breif-submit{
    position: relative;
}
a.submitBriefBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    right: 26px;
    top: 35%;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: 29px;
    display: block;
    text-align: center;
}
.sign-up-input{
    width: 100%;
    max-width: 358px;
    height: 48px;
    padding: 10px 24px 10px 24px;
    border-radius: 4px;
    border: 1px solid #B3B5BA;
    line-height: 24px;
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    color: #787A7D;
}
#footerArea .news-letter .themeContainer{
    padding: 0 65px !important;
}
.sign-up-btn {
    width: 100%;
    height: 48px;
    padding: 16px 20px;
    border-radius: 4px;
    background: #580F8B;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 24px;
    border: none;
    max-width: 190px;
    display: inline-block;
}
.sign-up-btn:hover{
    background: #460B6F !important;
    text-decoration: underline;
}
#newserror{
    /* color: #b81b1b !important; */
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 13px;
    font-family: 'BentonSans Bold';
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 15px 8px 15px;
}
/* breadcrumb */
body .breadcrumb {
    margin: 0;
    padding-bottom: 38px;
    border: none;
    background: transparent;
    float: left;
    width: 100%;
}
body .breadcrumb > li {
    padding-right: 0;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    padding-right: 21px;
}
body .breadcrumb > li > a {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #333333;
}
/* body .breadcrumb li:nth-last-of-type(1) a{
    color: #53565A;
}
body .breadcrumb li:first-child a{
    color: #B1ADA6;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
} */
body .breadcrumb li:last-child a{
    font-family: 'BentonSans';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #501B86;
}
body .breadcrumb > li + li{
    padding-left: 29px;
}
body .breadcrumb>li+li:before {
    content: "";
    padding: 0;
    position: absolute;
    left: 0px;
    top: 1px;
    background-image: url(../image/breadcrum-arrow-new.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    width: 8px;
    height: 12px;
}
.pagination {
    margin: 0;
}
#product-category .pagination li.disabled a{
    cursor: no-drop;
}

/* buttons */
button:focus{
    outline: 0 !important;
}
.buttons {
    margin: 1em 0;
}
body .btn.active.focus,
body .btn.active:focus,
body .btn.focus,
body .btn:active.focus,
body .btn:active:focus,
body .btn:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb !important;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #53565A;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #53565A, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #53565A;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
#product-product .breadcrumb {
    padding: 0 0 8px 0;
}
.mfp-bg{
    /* background: #53565A !important; */
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: 0.97 !important;
    filter: alpha(opacity=97);
}
#product-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
#product-list:before,
#product-list:after {
    width:0px;
    height:0px;
}
.product-layout{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
    padding-right: 12px;
    padding-left: 12px;
}
.product-thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
    background: #F7F7F7;
    border-radius:0;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    width: 100%
}
#productDetails .productImg img{
    background-color: #f7f7f7;
    width: 100%;
    max-width: 620px;
}
#productDetails .productImgThum {
    /* margin: 0 -10px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    justify-content: -webkit-flex-start;
    justify-content: -moz-flex-start;
    justify-content: -ms-flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
#productDetails .productImgThum .thumBox {
    /* width: 25%; */
    height: auto;
    display: inline-block;
    /* padding: 0 10px; */
    margin-top: 24px;
    float: left;
}
#productDetails .productImgThum .thumBox:nth-of-type(n + 4){
    margin-bottom: 10px;
}
/*#productDetails .productImgThum .thumBox:nth-of-type(1) .thumbnail {
    border: 1px solid #b3b5ba;
    display: block;
}*/
.thumb-active{
     border: 1px solid #b3b5ba !important;
}
#productDetails .productImgThum .thumBox .thumbnail {
    border: 0;
    margin-bottom: 0;
    /* width:100%; */
    width: 86px;
    border-radius: 8px;
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.productImgThum .thumbnail a>img, 
.productImgThum .thumbnail img {
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.thumbnails .productImg {
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 8px;
    overflow: hidden;
}
.thumbnails .prodImg #canvas {
    object-fit: cover;
}
.product-grid .product-thumb .image {
    float: none;
}
.mfp-bottom-bar{display: none !important}
.product-thumb h4 {
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    margin-top: 12px;
}
.product-thumb .caption {
    padding: 0;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #53565A;
    font-family: 'BentonSans Bold';
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-new {
    color: #53565A;
    font-family: 'BentonSans Bold';
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-old {
    color: #8B8B8B;
    font-family: 'BentonSans Bold';
    font-size: 18px;
    line-height: 24px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
/* product-thumb hover*/
.product-thumb:hover .hoverProduct{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: calc(100% - 15px);
    background: none;
    z-index: 1;
    padding: 0 15px;
    background-clip: content-box;}
.product-thumb:hover .diProductHover{ display: block;}
.product-thumb .diProductHover{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px;
    z-index: 10;
    text-transform: uppercase;
    font-family: 'BentonSans Bold';
    padding: 13px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    text-align: center;
}
.diProductHover{ background: #0355a5 }
.diProductHover:hover{ background: #004B93 }
.product-thumb:hover .moq-lst{ display: block;}
.product-thumb .moq-lst{ display: none; position: absolute; top: 25%; left: 12%; right: 12%; color: #fff; z-index: 10; font-family: 'BentonSans Bold';}
/*==product-hover-animation==*/
.hoverProduct { visibility: hidden; opacity: 0; position: absolute; top: 0;left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.06);}
.product-thumb:hover .hoverProduct{ visibility: visible; opacity: 1;}
.hoverProduct .diProductHover { position: relative; top: 40%; transition: all 0.2s ease-in;}
.product-thumb:hover .diProductHover{top: 20%;}
/*==//product-hover-animation==*/


/*==//size-chart css==*/
.popUpImg  {
    display: block;
    position: relative;
}
.popUpImg .popupNote{
    display: block;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: #8B8B8B;
    margin-top: 4px;
    text-align: center;
}
.popUpImg .popupNote.popupNoteCell {
    display: none;
}
.popupZoom {
    display: block;
    position: relative;
}
.popupZoom .zoomOverlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.thumbImgBox .popupZoom .zoomOverlay {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.popupZoom .zoomOverlay .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupZoom:hover .zoomOverlay{
    opacity: 1;
    visibility: visible;
}
.modal-open .mfp-wrap {
    z-index: 1051;
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    position: relative;
}
.mfp-figure figure {
    max-width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: auto 0;
    padding: 50px;
    background-color: #FFFFFF;
}
.mfp-content img.mfp-img{
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}
.mfp-close{ padding:0; font-size:2em;  }
.w3-card,
.w3-card-2,
.w3-example {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.mfp-wrap .mfp-container .mfp-arrow{
    background: #fff;
    border: 1px solid #53565A;
    width: 40px !important;
   height: 48px !important;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.mfp-wrap .mfp-arrow.mfp-arrow-right{
    right: 24px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-right::before {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0;
    border: 0;
    left: 16px;
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left{
    left: 24px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left:before {
    content: '\f104';
    font-family: FontAwesome;
    margin: 0;
    border: 0;
    left: 12px;
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
}
.mfp-close{top: -1px !important;opacity: 1 !important;}
.mfp-close .fa-close{font-size: 24px;color: #D40029 !important}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #53565A !important;
    font-size: 38px;
    font-weight: 400;
    right: 0 !important;
    text-align: right;
    padding-right: 15px !important;
    width: 100%;
}
.mfp-figure:after{background: transparent !important;box-shadow: none !important;}
.mfp-img { display: block; }
.size-chart-image{
    border-top: 1px solid #e8e8e8;
}
.popup-heading-text {
    height: 44px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #ffffff !important;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 24px;
    text-transform: capitalize;
    font-weight: 700;
}
.popup-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 6px;
}
.size-button{margin-bottom: 10px;}
.w-50{width: 50%;float: left;padding: 0 7.5px}
.w-100-per{width: 100%;float: left;}
.pd-l-0{padding-left: 0 !important;}
.pd-r-0{padding-right: 0 !important;}

.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-family: 'BentonSans Bold';
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 0px;
}
.thumbnail{
    border: none;
    padding: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.w-60{width: 60px}
.w-200{width: 200px}
.w-100{width: 100px}

/*Chechout page css*/
.login-btn-grp{width: 100%;display: flex;flex-wrap: wrap;margin-bottom: 20px;box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);display: inline-flex;transition: all .15s ease;border-radius: .3rem;overflow: hidden;background: none;}
.login-label-btn{flex: 1 1 auto;border-right-width: 0;border-radius: 0;box-shadow: none;border-right: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 0;position: relative;background: #23a1d1 !important;color: #fff !important;}
.login-label-btn > input[type=radio]{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;}
.pd-0{padding: 0 !important;}
.mb-20{margin-bottom: 20px;}
.label-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
    color: #000;
    display: inline-block;
    padding: 0 12px;
    letter-spacing: .025em;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    transition: all .15s ease;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    flex: auto;
    text-align: center;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);
}
.login-label-btn:active{background: #186f8f !important;}
.label-btn > input[type="radio"]:checked > .login-label-btn{ background: #186f8f !important; } 
.login-body{display: none;float: left;width: 100%;margin: 15px 0;}
#button-account{margin: 15px 0;}
.lable-active{ background: #186f8f !important;}
.checkoutArea .checkoutGreyBg{
    position: relative;
}
.checkoutArea .checkoutGreyBg:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 58.33333333%;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
    margin-left: 0px;
}
.checkoutArea .panel-default {
    background-clip: padding-box;
    border: 0;
    box-shadow: none !important;
    background: #f7f7f7;
    margin-bottom: 24px;
}
#checkout-checkout #shippind-details-block,
#checkout-checkout #billing-details-block{
    padding: 16px 20px;
}
.checkoutArea .panel-heading {
    background: #f7f7f7;
    padding: 0;
    padding-bottom: 24px;
}
.checkoutArea .panel .panel-body{
    padding:0;
    border: 0;
}
.formGrpLast .checkBox label span {
    line-height: 24px;
}
#collapse-shipping-method .panel-body .alert,
#collapse-payment-method .panel-body .alert {
    margin-top: 0;
    margin-bottom: 12px;
}
#checkout-checkout .shippingMethodBox .panel-heading{
    padding: 14px 20px 0;
}
.shippingMethodBox .shipMethodNOte{
    padding: 0 20px 17px;
}
.checkoutArea .left-panel .radioPanelBox .radio {
    border-top: 1px solid #B3B5BA;
    padding: 16px 0;
    /* height: 54px; */
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.checkoutArea .left-panel .radioPanelBox .radio:last-child{
    padding-bottom: 0 !important;
}
/* .checkoutArea .left-panel .radioPanelBox .radio:nth-child(2){
    padding-bottom: 0;
} */
.checkoutArea .left-panel .radioPanelBox .formGrpInner .radio{
    border-top: 0;
    padding: 0;
}
.checkoutArea .left-panel .radioPanelBox .multiselect-container.dropdown-menu li a .radio{
    padding: 3px 10px 3px 40px;
}
.checkoutArea .left-panel .radioPanelBox .multiselect-container.dropdown-menu .radio:last-child{
    padding-bottom: 3px !important;
}
.custom-radio-btn{
    margin: 0px;
    padding-top: 12px;
    border-bottom: 0;
}
.checkbox+.checkbox,
.radio+.radio{
    margin-top: 0px;
}
#collapse-payment-method .custom-radio-btn {
    padding-bottom: 0;
}
.custom-radio-btn:last-of-type{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.checkoutArea .address-form .form-group .radio-btn{
    margin-right: 15px
}
.custom-radio-btn .radio-btn,
.checkoutArea .form-group .radio-btn{
    display: block;
    position: relative;
    padding-left: 25px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;  
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
    margin-bottom: 0;
}
.panelBoxBody .shipping-cost{
    margin-left: 15px;
}
.shipping-cost p {
    font-family: 'BentonSans Bold';
}
.panelBoxBody .shipping-cost p {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #53565A;
}
.payment-label{
    font-size: 16px;
    color: #4A4F53;
    letter-spacing: 0;
    line-height: 18px; 
}
.paymentInputBox {
    position: relative;
}
.cardLogos {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
.cardLogos img {
    width: 34px;
    margin-right: 12px;
    display: inline-block;
}
.custom-radio-btn .radio-btn input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/*.custom-radio-btn .radio-btn input:checked ~ .checkmark {
    border: none;
}*/
.custom-radio-btn .checkmark:after {
    content: "";
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    box-sizing: content-box;
}
.radio-btn:hover input~.checkmark:after{
    background: #C4C4C4;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark:after{
    background: #000000;
}
.custom-radio-btn .checkmark {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #B3B5BA;
    box-sizing: border-box;
}
.panelBoxBody #new-address.address-form {
    padding-top: 14px;
    display: inline-block;
    width: 100%;
}
.confirm-product-thumb .confirm-product-thumb-quantity {
    position: absolute;
    right: -0.75em;
    top: -0.5em;
    border-radius: 5px;
    background-color: #D40029;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 5px;
}
.product__description .product__description_name a{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;}
.panel-group .panel+.panel {margin-top: 0;}
.product__description .product__description_name {
    font-size: 13.5px;
    font-weight: 500;
    display: block;
}
.confirm-product-thumb {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product__description_sku{
    color: #999999;
    font-size: 16px;
}
.product__description .product__description_brand, .product__description .product__description_quantity, .product__description .product__description_price {
    font-size: 16px;
    color: #090A0F;
    display: block;
}
.product__final_qty{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.confirm-product-thumb-wrapper .img-thumbnail{
    width:100px;
    height: 100px;
}
.product__thumb{width: 100px;padding: 20px 10px !important}
.product__description{white-space: normal !important;}

/*#checkout-checkout .form-control {
    letter-spacing: 0;
    background-color: #FFFFFF;
   height: 48px;
    border: 1px solid #96918B;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 16px;
    background-position: right 16px center;
}*/
#checkout-checkout .invalidCoupon .form-control{
    border-color: #D40029;
    background: #fbe4e9;
}
.checkoutArea .multiSelectBtn .multiselect-selected-text{
    font-size: 14px;
}
#checkout-checkout select.form-control{
    padding-right: 36px;
}
#checkout-cart .cartCouponBox{
    padding-top: 15px;
}
#checkout-cart .cartCouponBox .couponInput {
    width: 100%;
}
#checkout-cart .cartCouponBox .couponInputBox,
#checkout-cart .cartCouponBox .couponAppliedBox {
    min-width: 362px;
    width: 35.5%;
    position: relative;
    margin-left: auto;
}
.form-group .checkoutNote,
.ship_add_form .form-group .checkoutNote{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    font-weight: 400;
    margin-top: 11px;
}
.w-50{
    width: 50%;
    float: left;
    padding: 0 7.5px;
}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}
#checkout-checkout #collapse-checkout-option {
    display: none;
}
#checkout-checkout .breadcrumb{
    margin-bottom: 0
}
#checkout-checkout .panel-group{
    margin-bottom: 0;
}
#collapse-checkout-confirm .table{margin-bottom: 0;}
#collapse-checkout-confirm .table thead td{font-size: 16px;font-weight: 500;}
.text-danger,
    .text-danger p{
    /* font-size: 12px;
    line-height: 16px;
    color: #ED2E31 !important;
    margin-top: 5px;
    font-weight:700 ; */
    font-family: 'BentonSans';
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    color: #FF0000 !important;
    margin-top: 4px;
}
#loginForm .text-danger{
    color:#f00 !important;
}
.validationText {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.validationText p {
    color: #581989;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.usd-text{color: #717171;font-size: 14px;font-weight: 400;position: relative;bottom: 2px;right: 10px;}
.fn-t-row .usd-text{display: none;}
.fn-t-row:last-of-type .usd-text{display: inline-block;}
.orderToggleBox .order-detail-toggle{
    display: none;
    outline: none !important;
}
.checkoutArea .table-responsive{
    overflow-x: hidden;
    border: none !important;
}
.checkoutArea .orderSummaryTitle {
    padding-bottom: 24px;
    border-bottom: 1px solid #B3B5BA;
}
.orderSummaryBox .orderSummaryImg .img-thumbnail {
    border: none !important;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-fit: contain;
    line-height: normal;
    padding: 0;
    background: #EAEAEA;
    /* min-width: 120px; */
}
.productQty {
    position: absolute;
    right: 5px;
    top: 5px;
}
.productQty span{
    min-width: 22px;
    min-height: 22px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 22px;
    font-family: "BentonSans Bold";
    background-color: #581989;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    box-sizing: content-box;
}
.checkoutArea .orderSummaryText .itemNum {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 11px;
}
.checkoutArea .breadcrumb{display: none;}
.show-checkout-table>.table>tbody>tr>td, .show-checkout-table>.table>tbody>tr>th, .show-checkout-table>.table>tfoot>tr>td, .show-checkout-table>.table>tfoot>tr>th, .show-checkout-table>.table>thead>tr>td, .show-checkout-table>.table>thead>tr>th{font-size: 14px;border: none !important;padding: 10px;vertical-align: middle;}
.show-checkout-table>.table>thead{border-bottom: 2px solid #d1ccbd;}
.panel .panel-collapse{
    position: relative;
}
.panel .panel-collapse .shipDetailsBtnBox {
    position: absolute;
    right: 0;
    top: -48px;
    cursor: pointer;
}
.ship-details{
    position: relative;
}
.ship-text{
    flex:0 1 6em;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.ship-details .orderSubTiltle h3 {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.ship-details p{
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
    word-break: break-all;
}
.ship-details p.emailText {
    margin-top: 24px;
}
.shipDetailsBtn{
    text-align: right;
}
.shipDetailsBtn p{
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.shipDetailsBtn .fa{
    font-size: 14px;
    font-weight: 400;
    color: #581989;
    line-height: 14px;
    margin-left: 4px;
}
/*.ship-details.activeDetail{
    margin-bottom: 12px;
}*/
.ship-details.activeDetail .orderDetailInner{
    display: none;
}
.panel .panel-collapse .activeDetail .shipDetailsBtn{
    top: -24px;
}
.payment-form-wrapper form{padding: 0 !important;}
#checkout-checkout .pay_add_form {
    margin-right: -24px;
    margin-left: -24px;
}
.checkoutArea .panel-body .form-group{
    width: 50%;
    float: left;
    padding: 0;
}
.checkoutArea .panel-body .form-group.formGrp100{
    width: 100%;
}
.checkoutArea .panel-body .form-group.formGrp25{
    width: 25%;
}

.checkoutArea .formGrpRow{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkoutArea .formGrpRow .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.checkoutArea .formGrpRow .formGrpInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.checkoutArea .panel-body .form-group {
    margin-bottom: 16px;
    margin-top: 0;
}
.checkoutArea .panel-body .form-group.formGrpLast{
    margin-bottom: 6px;
}
.checkoutArea .form-group.formGrpLast .checkBox {
    margin-top: 0;
    padding-left: 0;
}
.checkoutArea .checkBox{
    margin-bottom: 18px;
    margin-top: 18px;
}
.checkoutArea .checkBox label{
    padding-left: 0;
}
.checkoutArea .checkoutBtn{
    margin: 0;
}
#checkout-checkout form.ship_add_form{
    margin-right: -9px;
    margin-left: -9px;
}
#checkout-checkout .ship_add_form .checkoutBtn{
    float: left;
    padding: 0 9px;
}
.arrivalDate{
    padding-left: 34px;
}
.arrivalDate p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}
.cartArea.main-cart-page{
    margin-bottom: 56px;
}
.cart-table.multiCartArea .itemBoxIcon span {
    display: block;
    margin-bottom: 5px;
}
/* Payment Box Area */
#payment-details-checkout .payment-form-wrapper{
    min-height: 48px;
    padding: 0;
    box-shadow: none;
}
#payment-details-checkout .payment-form-wrapper {
    max-width: 100%;
    margin: 0;
    align-items: flex-start;
}
#payment-details-checkout .payment-form-wrapper form {
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper .container-stripe {
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
    padding-bottom: 0;
    margin: 0;
}
#payment-details-checkout .payment-form-wrapper fieldset {
    border-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background: #FFFFFF !important;
    border-radius: 4px;
    box-shadow: none;
}
#payment-details-checkout .payment-form-wrapper .success-stripe{
    padding: 0;
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper .success-stripe .icon {
    margin-top: 0 !important;
    transform: translateY(0) scale(1);
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper #card-element {
    max-width: 100%;
    padding: 16px;
    margin-bottom: 2px;
    border: 1px solid #8B8B8B !important;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 16px;
}
.payment-form-wrapper small.text-info,
.payment-form-wrapper .card-only{
    display: block !important;
}
.payment-form-wrapper small.text-info{
    display: inline-block;
    max-width: 500px;
}
#payment-details-checkout .payment-form-wrapper button{
    height: 48px;
    background-color: #D40029 !important;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 24px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#payment-details-checkout .payment-form-wrapper input::-webkit-input-placeholder {
    color: #676561 !important;
}
#payment-details-checkout .payment-form-wrapper input::-moz-placeholder {
    color: #676561 !important;
}
#payment-details-checkout .payment-form-wrapper input:-ms-input-placeholder {
    color: #676561 !important;
}
.ElementsApp .InputContainer .InputElement,
#payment-details-checkout .ElementsApp input{
    font-weight: 400 !important;
    color: #53565A !important;
}
.ElementsApp,
.ElementsApp .InputElement,
.InputContainer .InputElement{
    color: #515151 !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400 !important;
}
.payment-form-wrapper .error-stripe.visible {
    position: relative;
    padding: 0;
    margin-top: 12px;
    -webkit-box-direction:row-reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
}
.payment-form-wrapper .error-stripe svg {
    margin-right: 0px !important;
    cursor: pointer;
}
.payment-form-wrapper .error-stripe .message {
    color: #e25950 !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
}
.payment-form-wrapper .container-stripe p,
.payment-form-wrapper .container-stripe p a{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    margin-top: 10px;
}
.payment-form-wrapper .container-stripe p a{
    text-decoration: underline;
}
.payment-form-wrapper .container-stripe p a:hover,
.payment-form-wrapper .container-stripe p a:focus{
    outline: 0;
}
#payment-btn .payment-form-wrapper .success-stripe .icon {
    margin-top: 0;
    transform: translateY(0) scale(0.75);
}
#payment-btn .payment-form-wrapper .success-stripe .icon .border {
    stroke: #581989;
}
.checkoutArea .addBudgetCodeBlock .panelBoxBody {
    background: #FFFFFF;
}
.checkoutArea .addBudgetCodeBlock .checkmark {
    top: 3px;
}
.checkoutArea .addBudgetCodeBlock .checkmarkLabel {
    color: #8B8F92;
}
.checkoutArea .addBudgetCodeBlock .table-bordered{
    margin-bottom: 0;
}
.addBudgetCodeBlock .tableGrayHead .table thead tr th{
    font-size: 16px;
    font-family: 'BentonSans Bold';
    padding: 12px 10px;
}
.addBudgetCodeBlock .tableGrayHead .table tbody tr td{
    font-size: 16px;
    font-weight: 400;
    color: #686868;
    padding: 12px 10px;
}
.addBudgetCodeBlock .tableGrayHead .table tfoot tr td{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #53565A;
    padding: 12px 10px;
}
.checkbox .custom-checkbox .checkmarkLabelBold{
    font-family: 'BentonSans Bold';
}
.addBudgetCodeBlock .tableGrayHead .table .text-right .form-control {
    text-align: right;
}
/*Loader*/
#loader{
    background: rgba(255, 255, 255, 0.5);
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index : 9999;
}
#loader .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
/*.spinner img{
    width: 80px;
}
#loader .spinner p{
    font-size: 24px;
    font-family: 'BentonSans Bold';
    margin: 10px 0 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
#loader i{	
    font-size: 100px;
    color: #D40029;
    font-family: 'BentonSans Bold';
}
/*Cloverly method*/
.cloverlyMethodBox {
    margin-top: 29px;
}
.cloverly-value-new {
    margin-bottom: 13px;
}
/*.cloverly-value-new {
    background-color: #8DB92E;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 13px;
}*/
.cloverly-value-new .cloverly-title {
    font-size: 14px;
    line-height: 18px;
    margin-right: 15px;
}
.cloverly-value-new .cost.cloverly-cost {
    font-size: 14px;
    line-height: 18px;
}
.cloverly-value-new .cloverly-title,
.cloverly-value-new .cost.cloverly-cost{
    color: #53565A;
}
.cloverly-method{
    background: #FFFFFF;
    padding: 16px 24px 19px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    margin-bottom: 29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
.cloverly-method .cloverly-icon {
    min-width: 45px;
}
.cloverly-method .cloverly-icon img {
    min-width: 45px;
}
.cloverly-method > label {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    cursor: text;
    font-size: 16px;
    margin-bottom: 0;
/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  */
}
.cloverly-method .cloverly-text h1 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.cloverly-method > label span.cost{
    color: #1C0946;
    font-weight: 800;
    font-size: 18px
}
.cloverly-method > label span.text{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight:400;
    color: #53565A;
}
.cloverly-method > label span.powerd{
    display: block;
    font-size: 10px;
    margin-top: -1px;
    color: #381e5d;
    margin-top: -3px;
    font-family: 'BentonSans Bold';    
}
.cloverly-method > label span.powerd a{
    color: #381e5d;
    text-decoration: underline;
}
/* Hide the browser's default checkbox */
.cloverly-method > label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.cloverly-method > label .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 1px solid #9895A3;
    border-radius: 3px;
}
/* On mouse-over, add a grey background color */
.cloverly-method > label:hover input ~ .checkmark {
    background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.cloverly-method > label input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.cloverly-method > label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.cloverly-method > label  input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.cloverly-method > label .checkmark:after {
    left: 11px;
    top: 0px;
    width: 10px;
    height: 25px;
    border: solid #2DABCB;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*End//Cloverly method*/
/*cost listing*/
.fn-total{
    float: right;
    margin-bottom: 0;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #B3B5BA;
}
.checkoutArea .checkoutGreyBg .fn-total{
   float: none; 
}
.fn-total .fn-t-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
}
.leftColumn .fn-total .fn-t-row{
    margin-bottom: 9px;
}
.fn-total .fn-t-row.clover-text{
    opacity: 1;
}
.fn-total .fn-t-row.total-text{
    opacity: 1;
    margin-top: 8px;
    border-top: 1px solid #B3B5BA;
    padding-top: 12px;
    margin-bottom: 0;
}
.fn-total .fn-t-row span.cost{
    float: right;
    text-align: right;
    line-height: 26px !important;
}
.form-group.w-100{width:100% !important;}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* Multi shipping address area */
#checkout-cart.multiShippAdd {
    min-height: calc(100vh - 366px);
    padding-top: 55px;
    padding-bottom: 56px;
}
.clickNote{
    min-height: 40vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-justify-content: center;
}
.clickNote p{
    color: #53565A;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
.quantity-error-mess {
    text-align: center;
    background-color: #581989;
    padding: 10px 15px;
    width: 100%;
    top: 0px;
    position: relative;
    opacity: 0;
    display: none;
    z-index: 99;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.quantity-error-mess.quantity-error-mess-active {
    opacity: 1;
    display: block;
}
.quantity-error-mess p{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.quantity-error-mess .close{
    opacity: 1;
    text-shadow: none;
    text-decoration: none;
    outline: none !important;
    color: #ffffff;
}
.scrollbar {
    width: 100%;
    min-height: 200px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.custom-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #f7f7f7;
    z-index: 1;
}
.custom-scroll::-webkit-scrollbar{
    width: 10px;
    background-color: #DDDDDD;
    z-index: 1;
}
.custom-scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    border: 1px solid #ffffff;
    background-color: #53565A;
    z-index: 1;
}
.address-fields {
    width: 100%;
    float: left;
}
.multiShippAdd .addressSearch {
    position: relative;
    margin-bottom: 24px;
}
.multiShippAdd .addressSearch .form-control {
    border-radius: 4px;
    border: 1px solid #B3B5BA;
    padding: 14px 24px;
    /* max-width: 253px; */
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #787A7D;
    height: 48px;
}
.multiShippAdd .addressSearch .form-control::placeholder{
    text-transform: capitalize;
    color: #787A7D;
}
.multiShippAdd .searchboxIcon {
    position: absolute;
    top: 10px;
    right: 24px;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
.address-fields .addListInner {
    width: 100%;
    float: left;
}
.address-fields .add-block {
    width: 50%;
    float: left;
}
.address-fields .add-block:nth-child(odd) {
    padding-right: 10px;
}
.address-fields .add-block:nth-child(even) {
    padding-left: 10px;
}
.address-fields .addBlockDiv {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #787A7D;
}
.address-fields .addBlockDiv h4, .address-fields .addBlockDiv p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    font-family: 'BentonSans Regular';
}
.address-fields .addBlockActive .addBlockDiv {
    border: 1px solid #787A7D;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.address-fields .add-list-group {
    width: 100%;
    float: left;
}
/* .address-fields .add-list-group:nth-last-of-type(1) {
    border-bottom: 1px solid #B1ADA6;
} */
.add-list-group span a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #501B86 !important;
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #787A7D;
    font-family: 'BentonSans Bold';
    font-weight: 700;
}
.add-list-group span a img{
    float: right;
    margin-top: 5px;
}
.add-list-group span.active-icon a{
    color: #501B86 !important;
}
/* .add-list-group span.active-icon:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.add-list-group span:after {
    content: '';
    width: 7px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} */
.address-fields .add-list-group-item {
    float: left;
    display: none;
    width: 100%;
    margin-bottom: 14px;
    margin-top: 3px;
}
.addNewLocation {
    padding-bottom: 24px;
    text-align: right;
}
.add-detail-block {
    padding: 20px;
    padding-bottom: 24px;
    background-color: #f7f7f7;
    /* border-bottom: 1px solid #B3B5BA; */
    margin-bottom: 8px;
    border-radius: 8px;
}
.add-detail-block:nth-last-of-type(1){
    border-bottom: none;
}
    /* .add-detail-block .addBlockInner {
    padding: 25px 0;
} */
.textDetailDiv .addBlockDiv {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    flex-direction: column;
    -webkit-box-direction: column;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
}
.textDetailDiv .addBlockDiv h4 {
    font-size: 16px;
    line-height: 16px;
    color: #501B86;
    margin-bottom: 14px;
    font-family: 'BentonSans Bold';
    font-weight: 700;
}
/* #choose-loc .address-fields .active-icon img{
    margin-right: 6.11px;
} */
.address-fields .add-list-group-item{
    padding-left: 10px;
}
.add-detail-block .inputBox input {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'BentonSans Regular';
    color: #787A7D;
    border: 1px solid #B3B5BA;
    padding: 13.5px 24px;
}
.textDetailDiv .addBlockDiv p {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    font-family: 'BentonSans Regular';
    font-weight: 400;
}
.text-detail-block {
    position: relative;
    margin-bottom: 8px;
}
#checkout-cart.multiShippAdd .themeRow .themeCol{
    padding-left: 3.1px;
    padding-right: 11.99px;
}
#checkout-cart.multiShippAdd .input-block .themeRow .themeCol:first-child{
    padding-left: 0;
}
#checkout-cart.multiShippAdd .input-block .themeRow .themeCol:last-child{
    padding-right: 11.99px;
}
.address-fields .addLocationBox {
    width: 50%;
    float: left;
    position: relative;
}
.address-fields .addLocationBox .addLocationBoxInner{
    width: 100%;
    float: left;
    position: relative;
}
.address-fields .addLocationBox .add-block {
    width: 100%;
}
.shipToMultipleAdd .address-fields .addLocationViewTags .addBlockDiv {
    padding: 15px 12px 42px 12px;
}
.addLocationBox .ViewTagsBox {
    position: absolute;
    left: 15px;
    bottom: 22px;
    z-index: 9;
    margin-top: 0;
    display: inline-block;
}
.addLocationBtnBox {
    position: absolute;
    right: 17px;
    top: 10px;
}
.addLocationBtnBox .btn.btnDelete .fa,
.addLocationBtnBox .btn.btnEdit .fa {
    font-size: 16px;
    line-height: 20px;
    color: #581989;
}
.textDetailBtn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.textDetailBtn img{
    width:16px;
    height:16px;
}
.continueBtnBox {
    margin-top: 24px;
    text-align: right;
}
.newAddFormBox .alert,
.alert.alertMarginBot{
    margin-top: 0;
    margin-bottom: 24px;
}
.alert.alertMarginTop{
    margin-top: 24px;
    margin-bottom: 0;
}
.product-right-section .productDetailsBox .alert.alertMarginTop{
    margin-bottom: 24px;
}
.reloadPageBox .reloadPageText {
    text-align: center;
}
.reloadPageBox .relodaPageIcon {
    position: absolute;
    right: 26px;
    top: 8px;
}
.reloadPageBox .alert-dismissable .close, 
.reloadPageBox .alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
}
.reloadPageBox .alert-danger{
    background: #EB001B;
    color: #FFFFFF;
    border-color: #EB001B;
    min-height: 41px;
    padding: 8px 120px 11px 26px;
    border-radius: 0;
    margin: 0;
}
.reloadPageBox .reloadPageText p {
    font-size: 18px;
    line-height: 22px;
}
.relodaPageIcon {
    position: absolute;
    top: 12px;
    right: 18px;
}
.reloadPageBox .relodaPageIcon img{
    cursor: pointer;
}
.reloadPageBox .closeIcon {
    position: absolute;
    width: 18px;
    height: 22px;
    opacity: 1;
    margin-left: 30px
}
.reloadPageBox .closeIcon:before, 
.reloadPageBox .close:after {
  content: ' ';
  height: 22px;
  width: 1.5px;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #ffffff;
}
.reloadPageBox .closeIcon:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
}
.reloadPageBox .closeIcon:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
}

.newAddFormBox .form-group {
    margin-bottom: 24px;
}
.noteText p {
    font-size: 12px;
    line-height: 15px;
    color: #53565A;
}
.noteText {
    padding-top: 5px;
}
.noteText p b{
    font-family: 'BentonSans Bold';
}
.addressBtnFooter{
    padding: 25px 0;
}
/* Multi location area CSS */
.multiCartArea {
    padding-bottom: 79px;
    min-height: calc(100vh - 1235px);
}
.multiCartArea .mulriCartAlert {
    margin-bottom: 15px;
}
.multiCartArea #leftId .add-btn .themeBtn  {
    background: #ffffff;
    border: 2px solid #581989;
    color:  #581989 !important;
    margin-left: 1px;
}
.multiCartArea #mainCart .prod-name-detail .prod-name {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #501B86;
    margin-bottom: 4px;
}
.edit-info-form:before,
.edit-remove-confirm:before,
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-content:before {
    border-color: #f5f5f5 transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0px;
    height: 0px;
    width: 0px;
    position: absolute !important;
    content: "";
    left: -12px;
    top: 50%;
    z-index: 99999 !important;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-right: 12px solid #f5f5f5;
    border-bottom: 12px solid transparent;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content:after,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content:after{
    border-color: #f5f5f5 transparent;
    border-style: solid;
    border-width: 12px 0px 12px 12px !important;
    height: 0px;
    width: 0px;
    position: absolute !important;
    content: "";
    right: -12px;
    top: 50%;
    z-index: 99999 !important;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-left: 12px solid #f5f5f5;
    border-bottom: 12px solid transparent;
    border-right: 0 !important;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content:before,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content:before{
    border:none;
}
.edit-info-form,.edit-remove-confirm,.size-modal-popup .modal-content {
    position: relative;
}
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-content{
    margin-left: 12px;
    background: #f5f5f5;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.5);
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content,#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content{
    margin-right:0px;
    margin-left: 12px;
}
#mainCart{
    font-size: 14px;
    margin-bottom: 50px;
}
#mainCart .cart-table-no-pad.container-fluid{
    padding: 0;
}
#mainCart .table-bordered tbody tr:first-of-type td{
    border-top: 0px;
}
#mainCart .table-bordered tbody tr:last-of-type td{
    border-bottom: 0px;
}
#mainCart .table .no-padding{
    padding: 0;
}
.scroll-button{
    display: none;
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 99;
}
.scroll-button .scroll-btn{
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    background-color: #581989;
    border-radius: 50%;
    border: none;
}
/*.scroll-button .scroll-btn:hover{
    background: #852D01;
}*/
.scroll-button .scroll-btn::after{
    content: "\f07e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#mainCart .scroll-table {
    width: auto;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    border: 0;
}
#mainCart table {
    word-wrap: break-word;
    margin-left: -1px;
    margin-bottom: 0;
    position: relative;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    border-spacing: 0;
    width: 1%;
    /* padding-top: 68px; */
}
#mainCart .scroll-table thead {
    position: relative;
    z-index: 9;
}
#mainCart .scroll-table thead th{
    border-top: 1px solid #dee2e6;
    position: relative;
    background: #ffffff;
    padding: 12px 14px;
    border-bottom: 1px solid #B3B5BA;
    white-space: normal;
    min-width: 220.15px;
}
#mainCart .scroll-table tbody,
#mainCart .scroll-table tfoot {
    position: relative;
}
#mainCart .scroll-table tbody::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
#mainCart .scroll-table tbody td:nth-child(1),
#mainCart .scroll-table tfoot td:nth-child(1),
#mainCart .scroll-table thead th:nth-child(1),
#mainCart .scroll-table tbody td:nth-child(2),
#mainCart .scroll-table tfoot td:nth-child(2),
#mainCart .scroll-table thead th:nth-child(2)  {
    position: -webkit-sticky;
    position: sticky;
    left: -0.5px ;
    z-index:99;
}
#mainCart .scroll-table tbody td:nth-child(2),
#mainCart .scroll-table tfoot td:nth-child(2),
#mainCart .scroll-table thead th:nth-child(2) {
    left: 386px;
}
/*#mainCart .scroll-table thead th.add-address {
    vertical-align: middle;
    text-align: center;
}*/
#mainCart .scroll-table thead th:nth-child(1){
    min-width: 386px;
}
#mainCart .scroll-table thead th{
    vertical-align: top;
}
#mainCart .scroll-table thead th:nth-child(1),#mainCart .scroll-table thead th:nth-child(2){
    background: #ffffff;
    padding: 50px 0 0 0;
}
.cart-table #mainCart thead tr th{
    font-family: 'BentonSans Regular', sans-serif;
    font-weight: 400;
    text-transform: none;
}
#mainCart .moq-error-block{
    background-color: rgb(215, 55, 60);
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    padding: 4px 8px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: auto;
}
#mainCart .prod-img{
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
/*    background-color: #B1ADA6;*/
}
#mainCart .prod-img .img-responsive{
    height: 100%;
    width: 100%;
    max-height: 164px;
    max-width: 164px;
    object-fit: contain;
    object-position: center;
    background: #f7f7f7;
}
.remove-icon {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    color: #501B86 !important;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-justify-content: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    /* display: none; */
    z-index: 10;
}
.remove-icon .fa {
    font-size: 14px;
    line-height: 16px;
}
#mainCart .table thead th:hover .remove-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #FFFFFF;
}
.remove-product-text {
    text-align: center;
}
.remove-confirm-btn-item.themeBtn {
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 24px;
    height: 48px;
    border: 2px solid transparent;
}
.cancel-confirm-text.btnWhiteBg {
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    height: 48px;
}
.remove-section .btnWhiteBg,.remove-section .themeBtn{min-width: 150px !important;;}
/* #mainCart .prod-name-detail {
    margin-bottom: 16px;
} */

#mainCart .prod-bot-details .prod-costing p,#mainCart .prod-bot-details .prod-costing p:first-child span {
    font-family: "BentonSans Bold" !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #333333 !important;
}
#mainCart .prod-bot-details .prod-costing .productPrice p{
    font-size: 14px;
    line-height: 18px;
}
#mainCart .prod-bot-details .prod-costing p span{
    font-weight: 400;
    font-family: 'BentonSans';
}
/* .searchBox .search-btn {
    top: -15px;
} */
#mainCart .prod-name-detail p {
    font-size: 14px;
    line-height: 21px;
    font-family: 'BentonSans Bold';
    color: #333333;
}
#mainCart .prod-name-detail p.brand-name{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-left: 0;
}
.searchInputDiv .btn {
    padding: 6px 12px;
}
#mainCart .prod-name-detail p span {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333; 
}
.remove-product-text h4,
#mainCart .prod-name-detail .prod-name {
   font-family: BentonSans Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #53565A;
    margin-bottom: 4px;
}
#mainCart .prod-name-detail .prod-sku {
    font-family: BentonSans Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #53565A;
}

.prod-bot-details .prod-costing p {
    font-family: "BentonSans Bold" !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #53565A !important;
    /* margin-bottom: 8px; */
    text-transform: capitalize;
}
.prod-bot-details .prod-costing .productPrice p{
    margin-bottom: 13px;
}
.prod-bot-details .prod-costing .price-old {
    color: #B1ADA6;
    text-decoration: line-through;
}
.address-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.address-detail {
    padding: 36px 12px 35px;
    position: relative;
    background-color: #ffffff;
    width: 100%;
}
.address-detail p,
.address-detail h4{
    color: #53565A;
font-family: BentonSans Regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.address-detail h4{
    font-family: BentonSans Bold;
}
.address-detail .edit-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #53565A;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    /* display: none; */
}
.address-detail:hover .edit-icon {
    display: block;
}
.qty-detail {
    width: 30%;
    padding: 12px 15px;
    background-color: #f7f7f7;
}
.address-detail,
.qty-detail{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.address-detail .address-detail-inner,
.qty-detail .qty-detail-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.qty-detail ul {
    padding-left: 0;
    margin: 0;
}
.qty-detail ul li {
    display: block;
    list-style: none;
}
.qty-detail ul li + li{
    margin-top: 15px;
}
.qty-detail li span {
    display: block;
    color: #53565A;
    font-family: BentonSans Bold;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 3px 0;
}
/*.qty-detail li span.textBold{
    font-family: 'BentonSans Bold';
}*/
#mainCart .table-bordered tbody tr td.product-qty {
    vertical-align: middle;
}
.all-qty {
    position: relative;
}
.qty-for-one {
    text-align: center;
}
.check-for-moq {
    height: 54px;
    width: 82px;
    border: 1px solid #B3B5BA;
    background-color: #FFFFFF;
    color: #53565A;
    text-align: center;
    position: relative;
    outline: none;
   font-family: 'BentonSans Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 4px;
}
.multiCartArea #mainCart .tableTotalRow .btn.btnWhiteBg{
   height: 48px !important;
    margin-top: 0;
    border-radius: 4px !important;
    background: #580F8B !important;
    color: #ffffff !important;
}
.themeCol.themeCol-new {
    padding-right: 13px;
}
.z-index-9999 {
    z-index: 9999;
}
.duplicate-btn {
    text-align: center;
    display: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.product-qty:hover {
    background-color: #f7f7f7;
}
.product-qty:hover .duplicate-btn {
    display: block;
}
.duplicate-btn a {
    min-width: 82px;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

#mainCart .table-bordered>tbody>tr>td,
#mainCart .table-bordered>tbody>tr>th,
#mainCart .table-bordered>tfoot>tr>td,
#mainCart .table-bordered>tfoot>tr>th {
    border: 0;
    border-right: 1px solid #B3B5BA;
    border-top: 1px solid #B3B5BA;
}
#mainCart .table-bordered>thead>tr>td,
#mainCart .table-bordered>thead>tr>th{
    border: 0;
    border-right: 1px solid #B3B5BA;
    border-bottom: 1px solid #B3B5BA;
    border-top: 1px solid #B3B5BA;
}
#mainCart .table-bordered tbody tr:first-of-type td{
    border-top: 0px;
}

#mainCart .scroll-table .sustainable-icon img{
    min-width: 20px !important;
    height: 20px !important;
    width: 20px !important;
}
#mainCart .scroll-table .sustainable-icon{
    position: relative;
    left: 4px;
    top: 4px;
    width: 20px;
    display: block;
    margin-bottom: 5px;
}
.cart-table.multiCartArea .itemBoxIcon {
    left: 5px;
    top: 5px;
}
.tooltip{
    z-index: 99999 !important;
}
.sustainable-icon img{
    max-width: 26px;
    cursor: pointer !important;
}

#mainCart .table tfoot #total-shipping td {
    background-color: #f7f7f7;
    padding: 28px 14px;
    vertical-align: middle;
}
.main-total ul li{
    color: #53565A;
    font-family: BentonSans Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.main-total ul li .total-value {
    margin-left: 5px;
}
.main-total ul,
.item-costing ul {
    margin-bottom: 0;
}
.item-costing ul li{
    color: #53565A !important;
    font-family: BentonSans Bold !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.item-costing ul li + li{
    margin-top: 12px;
}
#total-shipping .qt--data {
    background: transparent;
    text-align: right;
    border: 0;
}
.check--moq .moq--alert,
.check--moq .moq--alert1{
    display: none;
    background-color: #581989;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
}

#mainCart .table tfoot #grand-total td {
    background-color: #581989;
    padding: 30px 18px;
    vertical-align: middle;
}
#mainCart .table tfoot #grand-total .grand-total{
    color: #FFF;
    font-family: BentonSans Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#mainCart .table tfoot #grand-total .grand-total .grand-total-value{
    margin-left: 15px;
}
.stickyCartBtnBox {
    position: sticky;
    left: 386px;
    right: 0;
}
.stickyCartBtn{
    position: sticky;
    right: 26px;
}
.stickyCartBtn .themeBtn{
    background: #fff !important;
    color: #581989 !important;
    text-align: center;
    font-family: BentonSans Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.z-index-9999-b {
    z-index: 99999 !important;
    border-color: transparent !important;
}
.location-modal.modal {
    position: absolute;
    width: 400px;
    left: 90%;
    height: 375px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}
.location-modal.modal {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: -15px;
}
.location-modal .modal-dialog, 
.size-modal-popup .modal-dialog {
    width: 310px;
    margin: 30px auto;
    left:0 !important;
    top:0 !important;
}
.location-modal .modal-dialog .modal-content {
    border-radius: 6px;
    background-color: #F5F5F5;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.50);
    margin-left: 12px;
}
#single-checkout .step-indicator {
        margin-bottom: 40px;
    }
.location-modal .modal-header,
.size-modal-popup .modal-header{
    min-height: 40px;
    padding: 10px;
}
.location-modal .modal-header .close,
.size-modal-popup .modal-header .close {
    margin-top: 0;
    opacity: 1;
    padding: 0 12px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.location-modal .modal-header .close img,
.size-modal-popup .modal-header .close img{
    width: 16px;
}
.location-modal .modal-title h4,
.size-modal-popup .modal-title h4{
    font-size: 14px;
    line-height: 16px;
    color: #53565A;
    margin-bottom: 15px;
    font-family: 'BentonSans Bold';
}
.footer-btn-am .themeBtn{
    min-width: 130px;
    padding: 4px 22px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
}
.footer-btn-am .remove-btn-loc {
    color: #581989;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'BentonSans Bold';
}
.remove-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
.remove-section h3 {
    font-size: 14px;
    line-height: 16px;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.remove-section a {
    display: inline-block;
    margin-top: 24px;
    cursor: pointer;display: inline-block;
    margin-top: 24px;
    cursor: pointer;
}

#mainCart .table-bordered tbody tr td .size-modal-popup.in {
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mainCart .table-bordered tbody tr td .size-modal-popup{
    left: 62%;
    top: 50%;
    transform: translateY(-50%) !important;
    right:auto;
    width: 390px !important;
    position: absolute;
    max-height:422px;
    min-height: 400px;
    z-index: 99999 !important;
}
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-dialog{
    width: 310px !important
}
#mainCart .table-bordered tbody tr:last-of-type td .size-modal-popup:before,
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup:before,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup:before{
    border:none;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup{
    right: 62% !important;
    top: 50%;
    transform: translateY(-51%) !important;
    left: auto;
    width: 390px !important;
}
.size-modal-popup.show {
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    align-items: center;
}
.size-section-am {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    justify-content: -webkit-flex-start;
    justify-content: -moz-flex-start;
    justify-content: -ms-flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.size-input-am {
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 5px;
}
.size-input-am label{
    font-size: 14px;
    line-height: 18px;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.size-input-am input {
    border: 1px solid #A0A0A0;
    border-radius: 0;
    margin: 4px auto 6px;
    height: 48px;
    width: 44px;
    padding: 2px;
    text-align: center;
    color: #53565A;
    font-family: 'BentonSans Bold';
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    outline: none;
}
.size-input-am p{
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
}
.moq-error-block{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    height: 20px;
    z-index: 9;
}
.pro-ids{
    position: relative;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*custom responsive*/
.prodname{padding-left: 20px;}
.box-heading{padding: 0 15px;}
    
/* Header CSS*/
#headerArea {
    position: relative;
    z-index: 100;
    min-height: auto !important;
    background: #fff !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.10);
}
#headerArea .headerBox {
    position: relative;
    z-index: 99;
    background-color: #501B86;
}
/*#headerArea .headerTop {
    background-color: #F7F7F7;
}
#headerArea .themeContainer {
    padding: 0 18px 0 69px;
}
.headerTopText {
    padding: 5px 0;
    text-align: center;
}
.headerTopText p img{
    max-width: 12px;
    margin-right: 9px;
        display: inline;
}
.headerTopText p,
.headerTopText p a{
    font-size: 12px;
    line-height: 16px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}*/
#headerArea .headerInnerBox {
    min-height: 70px;
    position: relative;
    margin-left: -25px;
}
#headerArea .logo-section {
    padding: 12px 0px 12px !important;
}
#headerArea .logo-section h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #53565A;
    margin: 0;
}
#headerArea .logo-section h1 a{
    color: #53565A;
}
.flexStart,
.btn.flexStart{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -moz-box-align: flex-start;
            -ms-flex-align: flex-start;
}
.flexCenter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
}
.flexCenterStart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    justify-content: -webkit-flex-start;
    justify-content: -moz-flex-start;
    justify-content: -ms-flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexStart{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flexEnd{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flexJCCenter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.flexJCEnd{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
}
.flexBetween{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}
#menu{
    background:transparent;
    border:none;
}
.headerMenuBox {
    margin-right: 35px;
}
.headerMenuBox #logo{
    margin: 0;
    min-width: 52px;
    max-width: 52px;
}
.navbar{
    margin-bottom: 0;
    padding: 0 !important;
}
#menu .navbar-nav{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#menu .nav li{
    margin-left: 61px;
}
#menu .nav li.dropdown {
    padding: 35px 0;
}
#menu .nav li a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
#headerArea .dropdown-toggle::after{
    display: none;
}
#menu .nav li a.orderingWindowBtn {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 7px 15px;
    color: #FFFFFF;
    background: #581989;
    border-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#menu .nav li.dropdown a img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
#menu .nav li.dropdown:hover a img,
#menu .nav li.dropdown:focus a img,
.headerCartBox ul li:hover .dropdownArrow,
.headerCartBox ul li:focus .dropdownArrow{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.headerBoxTwo .navbar-toggle.collapsed img{
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.headerBoxTwo .navbar-toggle img{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
/*.navbar-nav li a:after {
    content: '';
    background-color: #581989;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 30px;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after{
    opacity: 1;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}*/
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.headerCartBox .btn{
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow:none;
    border-radius:0;
}
.headerCartBox ul{
    list-style: none;
    margin: 0;
}
.headerCartBox ul li {
    /* display: inline-block; */
    display: block;
}
.headerCartBox ul li .dropdown-backdrop{
    z-index: -1;
}
.headerCartBox ul li + li{
    margin-left: 19px;
}
.headerCartBox ul li .headerIconDiv{
    padding: 12px 0 12px;
}
.headerCartBox ul li .headerIconDiv.cartButton {
    padding-right: 10px;
}
    .headerCartBox ul li .userButton .dropdown-menu {
    left: -87px;
    right: 0;
    margin-top: 8px;
    top: 61px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 8px 8px;
}
#menu .dropdown-menu.show{
    top: 39px !important;
    left: -70% !important;
}
.headerCartBox ul li .userButton .dropdown-menu.show {
    top: 20px !important;
    left: auto !important;
}
.headerCartBox ul li .userButton .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /* border-bottom: 8px solid #5B0E8B; */
    position: absolute;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
}
.brand-name{
    display: inline-block;
    margin-left: 40px;
}
.brand-name span{
    font-size: 16px;
    line-height: 18.02px;
    font-weight: 700;
    color: #ffffff;
}
.brand-name span.font-bold{
    font-family: 'BentonSans Bold';
}
.brand-name span.font-normal{
    font-family: 'BentonSans Regular';
}
#logo{
    display: flex;
    align-items: center;
}
/* .headerCartBox ul li .headerIconDiv.userButton {
    padding: 33px 0 20px;
} */
.headerCartBox ul li .guestSign {
    display: inline-block;
}
.headerCartBox .userDetailsBox{
    text-align: left;
    padding-left: 10px;
}
.headerCartBox .userDetailsBox .userName{
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
}
.headerCartBox .userDetailsBox .userRole{
    font-size: 10px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'BentonSans Bold';
}
.searchBox {
    position: relative;
}
.searchBox .searchMobileBtn{
    display: none;
    background: no-repeat;
    padding: 0;
    border: 0;
}
.searchInputBox {
    position: absolute;
    right: -5px;
    top: -6px;
}
.searchInputBox input:-webkit-autofill, 
.searchInputBox input:-webkit-autofill:hover, 
.searchInputBox input:-webkit-autofill:focus 
.searchInputBox input:-webkit-autofill{
    -webkit-text-fill-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0px 1000px #53565A inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.searchInputBox #searchField1{
    width: 30px;
   height: 48px;
    background-color: #53565A;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 4px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.searchInputBox #searchField1::-webkit-input-placeholder {
   color: #ffffff;
}
.searchInputBox #searchField1:-moz-placeholder {
   color: #ffffff;
}
.searchInputBox #searchField1::-moz-placeholder {
   color: #ffffff;  
}
.searchInputBox #searchField1:-ms-input-placeholder {  
   color: #ffffff;  
}
.searchInputBox #searchField1:focus,
.searchInputBox #searchField1:active{
    outline:none;
    width: 300px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #FFFFFF;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.searchBox:hover .searchInputBox #searchField1{
    width: 300px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #FFFFFF;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
        -ms-transition: width .55s ease;
            -o-transition: width .55s ease;
                transition: width .55s ease;
}
.searchBox .userBtn{
    position: relative;
    z-index: 9;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.border-red-login{ height: 5px;width: 100%;background: linear-gradient(135deg, #761706 0%, #D40029 100%);float: left;}
.my-account{width: 145px;background: #F3F2EE;text-align: center;margin: 0 auto;height: 60px;display: flex;align-items:center;justify-content:center;}
.pdr-0{padding-right: 0;}
.my-account a img{width: 19.66px;margin-right: 10px;}
.cart-btn img,
.cart-btn-red img{
    width: 30px;
}
.cart-btn{
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow:none;
    border-radius:0;
}
.cart-btn-red{width: 60px;height: 60px;padding: 0;border: 0;background: #9A3324;outline: none !important;box-shadow: none !important;border-radius:0 !important}
.dropdown-menu{
    border-radius: 0;
    border: none;
    box-shadow: none;
    top: 100%;
    padding-bottom: 10px;
}
.total-red{
    background: #D40029;
    border-radius:5px;
    color: #ffffff;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    top: 2px;
    position: absolute;
    right: 7px;
}
.hamburger .line{
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
  display: block;
    margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
/* ONE */
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
#headerArea.headerBoxCheckout .headerInnerBox {
    min-height: 32px;
}
#headerArea.headerBoxCheckout .headerMenuBox {
    margin-right: 0;
    margin-top: 36px;
}
#headerArea.headerBoxCheckout {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.themeContainer.navbar-expand-lg.padd-sm-0 {
    background: #fff;
}


/*Login page CSS*/
.login-header{width:100%;background: #fff;float: left;}
.login-logo{width: 100%;height: 60px;display: flex;align-items:center;justify-content:center;float: left}
.login-logo img{width: 200px;height: 40px;}
#account-login{
    background:#292929;
}
#account-register,#account-forgotten{
    background:#F7f7f7 !important;
}
.login-form{max-width: 470px;margin: 100px auto;}
.login-heading{width: 100%;text-align: center;}
.login-form h2,.register-form h2{
    color: #53565A;
    font-size: 36px;letter-spacing: 1px;line-height: 32px;padding:8px;background: #ffffff;text-transform: uppercase;
display:inline-block;border-radius:5px;}

.captcha-register #captcha .captchaIcon {
    position: absolute;
    top: 16px;
    right: 10px;
}
/* .multiSelectBtn .multiselect-selected-text
    {padding: 0 36px 0 16px !important;
    line-height: 48px !important;
} */
.captcha-register #captcha {
  width: 90% !important;
}
.captcha-register #captcha .captchaIcon,.ForgetPassword #captcha .captchaIcon,#reset_form #captcha .captchaIcon {
  background-image: url(../image/Refresh_icon.svg) !important;
  background-color: #ffffff;
  /* background-repeat: no-repeat; */
}
.captcha-register #txtCaptcha{
    width: 99%;
}
.captcha-register #captcha{
    padding-left: 4px;
}

.form-login{
    margin-top: 50px;
}
/*.form-login label,
.form-register label,
.form-account label,
.form-password label,
.form-address label{
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 8px;
    text-align: left;
}*/
.form-login select,
.form-account input,
.form-password input,
.form-address input,
.form-address select,
.form-account select,
.option{
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    background-color: #FFFFFF;
    height: 48px;
    font-size: 16px;
    color: #787A7D;
}
.form-login .form-group{
    margin-bottom: 21px;
}
.text-forget{
    color: #D40029;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    text-decoration:none;
}
.checkBox input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.checkBox label span{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}
.checkBox label span.checkmark:before {
    content: '';
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #444340;
    border-radius: 2px;
}
.review-design .checkbox .custom-checkbox span.text-danger{
    color: var(--Garnet, #8A1A2C) !important;
    font-family: "BentonSans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0;
    margin: 0;
}
.checkBox input:checked + label span:after,
.checkBox input:checked + span:after{
    content: "";
    display: block;
    left: 0px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0px;
    color: #581989;
    background-image: url(../image/checkbox-check-mark.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
#product-product .selectColorMobile{
    display: none;
}
.selectItemBox label{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
    margin-bottom: 15px;
}
.selectItemBox select.form-control{
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    height: 48px;
    padding: 12px 17px;
    font-size: 16px;
    color: #787A7D;
}
.selectColorArea .productContent .designImgDiv{
    margin-top: 0;
}
.selectColorArea .productDetailTitle h2 span{
    font-weight: 400;
}
.selectColorArea .productContent .designImgBox {
    padding-bottom: 0;
    border-bottom: 0;
}
.productContent .designImgDiv.designSelected2 label,
.productContent .designImgDiv label:hover,
.productContent .designImgDiv label:focus{
    border-color:#53565A;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
}
#product .productContent .itemApproveBox {
    border-top: 2px solid #8B8B8B;
    margin-top: 18px;
}
#product .productContent .itemApproveText {
    margin: 18px 0;
}
#product .productContent .itemApproveText p{
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
    font-weight: 400;
}
.productContent .sampleNoteDiv,
.productContent .sampleNoteDiv .sampleCopyBox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
.productContent .sampleNoteDiv{
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}

#product .productContent .sampleNoteDiv .sampleCopyNumber {
    display: inline-block;
    background: #FFFFFF;
    padding: 6px 12px;
    border: 1px solid #53565A;
    border-radius: 4px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}
#product .productContent .sampleNoteDiv p {
    font-family: 'BentonSans Bold';
}
.checkBox {
    position: relative;
}
.checkBox label .approveCheckText{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}
.checkBox label .approveCheckText p{
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
}
.checkBox label .approveCheckText p span{
    font-size: 12px;
    line-height: 18px;
    color: #D40029;
    padding-left: 8px;
}
.checkBox label .approveCheckText p span:before,
.checkBox label .approveCheckText p span:after{
    display: none;
}
.checkBox label .approveCheckText:before {
    content:'';
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    margin-right: 5px;
    background: #FFFFFF;
    margin-right: 13px;
    border: 2px solid #53565A;
    border-radius: 2px;
}
.checkBox input:checked + label .approveCheckText:after,
.checkBox input:checked + .approveCheckText:after{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #53565A;
    border-radius: 2px;
    border: 2px solid #53565A;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: lowercase;
    color: #FFFFFF;
    text-align: center;
}
.checkBox input:focus + label .approveCheckText:before{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#product .addToCartBox {
    margin: 24px 0 20px;
}
#product .addToCartBox .addToCartInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
#product .addToCartBox .itemQtyBox {
    margin-right: 24px;
    display: none;
}
#product .addToCartBox .itemQtyInputBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
#product .addToCartBox .itemQtyBtn {
    width: 36px;
    height: 36px;
    border: 1px solid #8B8B8B;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    color: #53565A;
    text-align: center;
    letter-spacing: -4px;
    text-indent: -4px;
    cursor: pointer;
    vertical-align: bottom;
}
#product .addToCartBox .itemQtyInput {
    width: 72px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 20px;
    color: #53565A;
    margin: 0 4px;
    text-align: center;
}
#product .addToCartBtn {
    width: 100%;
}

.form-group.flexCenterStart.display-flex-start.button-sec
{
    margin-top:16px
}
.addToCartBox .cartBtnNote {
    margin-bottom: 12px;
}
.addToCartBox .cartBtnNote p {
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.addToCartBtn .toolTipBtn{
    display: block;
    cursor: not-allowed;
    position:relative;
}
.toolTipBtn:before {
    content: attr(data-text);
    font-size: 12px;
    line-height: 16px;
    font-family: 'BentonSans Regular', sans-serif;
    position: absolute;
    left: 50%;
    width: 50%;
    margin: 0;
    bottom: 100%;
    padding:6px;
    border-radius:4px;
    background:#000;
    color: #ffffff;
    text-align:center;
    display:none;
    margin-bottom: 6px;
    transform: translateX(-50%);
}
.toolTipBtn:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #53565A;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.toolTipBtn:hover:before,
.toolTipBtn:hover:after{
  display:block;
}
#product .addToCartBtn .toolTipBtn .themeBtn[disabled]{
    pointer-events: none;
}
#product .addToCartBtn .themeBtn{
    display: block;
    margin: 0;
    border: 1px solid #D40029;
}
#product .addToCartBtn .themeBtn:active{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#product .addToCartBtn .themeBtn.btn:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#product .addToCartBtn .themeBtn[disabled],
.customModal .modal-footer .themeBtn[disabled]{
    opacity: 0.5;
}
#product .addToCartBox .itemLimitNote {
    font-weight: 500;
}
#previewModal .modal-footer {
    background-color: #FFFFFF;
}
.btn-signup{
    color: #D40029 !important;
    font-size: 14px;    letter-spacing: 1.5px;text-align: center;height:50px;max-width:470px;
  border-radius: 4px;background-color:#ffffff;width:100%;line-height: 28px;text-transform: uppercase;border: none;box-shadow: none!important;padding: 0;line-height: 50px;
}
#button-customization{
    background-color: #ee9e2e;
    color: #FFFFFF;
    border: 0;
}
.form-login select,.form-account select,
#input-sort,#select_type_form select,
#select_type_form-adv select,
#color,
.form-address select, 
select.form-control{
    padding-right: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
    background-image: url(../image/angle-down.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 14px center;
    cursor: pointer;
}

w-100{width:100% !important;}
.mr-0{margin: 0;}
.register-form{margin-top: 40px;width: 100%;text-align: center;}
.form-register input,.form-register select{border: 1px solid #8B8B8B;border-radius: 4px;background-color: #FFFFFF;height: 50px;
font-size: 14px !important;}
.form-register{margin: 20px 0 40px;}
.btn-red{
    min-width:285px;border: none!important;background:#D40029!important;padding:0;color: #FFFFFF !important;
    font-size: 14px !important;
text-transform: uppercase;box-shadow:none!important;line-height: 50px;border-radius: 4px;}
.text-red{color:#D40029!important; }
/*Footer css*/
/* #footerArea{
    background: #581989;
} */
#footerArea .projectStartArea{
min-height: 88px;
background: #5B0E8B;
text-align: center;
padding: 24px;
display: flex;
align-items: center;
}
.projectStartBtn .btnWhiteBg {
    min-width: 260px;
    font-size: 20px;
    font-style: normal;
    font-family: 'BentonSans Bold';
    line-height: 30px;
}
/* .projectStartArea .projectStartText {
    margin-right: 39px;
} */
/* .projectStartArea .projectStartText p {
font-family: 'BentonSans Bold';
font-size: 31px;
font-weight: 400;
line-height: 37px;
letter-spacing: 0em;
text-align: left;
color: #ffffff;
padding: 24px;

} */
/* .submitBriefBtn{
    width: 185px;
   height: 48px;
    border: 2px solid #B341FF;
    background: #B341FF;
    font-family: 'BentonSans Bold';
    font-size: 13px !important;
    font-weight: 400;
    line-height: 15.6px !important;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 24px;
    padding: 10px;
} */
/* .submitBriefBtn:hover {
    text-decoration: underline;
} */
.projectStartBox{
    display: flex;
    justify-content: center;
}
.projectStartText h4{
font-family: 'BentonSans Bold';
font-size: 31px;
font-weight: 400;
line-height: 37.2px;
letter-spacing: 0em;
text-align: left;
color: #ffffff;
}
.projectStartArea .projectStartText p {
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

#footerArea .follow-us{
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #FFFFFF;
    margin-right: 24px;
    white-space: nowrap;
    vertical-align: middle;
}
.footerCopyArea{
    min-height: auto !important;
    background: #390063;
    padding: 40px 0px;
    text-align: center;
    height: auto !important;
}
#footerArea .footerCopyArea .themeContainer{
    padding: 0 65px !important;
}
.links .link-item {
    font-family: 'BentonSans Bold';
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    margin-right: 32px;
    position: relative;
}
#footerArea .footerTopArea {
    padding: 41px 0 6px;
}
.footerLogoBox {
    padding-bottom: 25px;
}
.footerInfo h4 {
    font-size: 24px;
    line-height: 30px;
    color: #F5F6F3;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 31px;
}
.footerInfo p,
.footerInfo p a{
    font-size: 16px;
    line-height: 20px;
    color: #F5F6F3;
    font-weight: 400;
}
.footerInfo p a {
    display: inline-block;
    position: relative;
}
.footerInfo p a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.footerLinks h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #F5F6F3;
    text-shadow: 0px 2px 24px #53565A;
}
.footerLinks ul {
    padding-top: 25px;
}
.footerLinks ul li{
    display: block;
    margin-bottom: 19px;
}
.footerLinks ul li:nth-last-child(1){
    margin-bottom: 0;
}
.footerLinks ul li a {
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    color: #F5F6F3;
    position: relative;
}
.footerCopyMenu{
    margin-top: 16px;
}
.footerLinks ul li a:after,
.footerCopyMenu ul li a:after,
.links .link-item:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
}
#footerArea .footerCopyright{
    border-top: 1px solid #8000FF;
    max-width: 1296px;
    margin: auto;
}
.copyrightText{
    margin-top: 16px;
}
#footerArea .copyrightText p {
font-family: 'BentonSans';
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: right;
color: #ffffff;
}
.footerCopyMenu ul{
    text-align: left;
    margin-bottom: 0;
}
.footerCopyMenu ul li{
    display: inline-block;
    padding-right: 15px;
}
.footerCopyMenu ul li a {
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    position: relative;
}
.social-links{
    margin-top: 16px;
    margin-bottom: 32px;
}
.social-links .sociallink-item{
    margin-right: 24px;
}
.social-links .sociallink-item img {
    min-width: 25px;
    min-height: 24px;
    height: 24px;
}
.news-letter {
    margin-bottom: 56px;
}
.footerLinks ul li a:hover:after,
.footerCopyMenu ul li a:hover:after,
.links .link-item:hover:after{
    opacity: 1;
}
/*.footerLogin .footerCopyMenu ul li a,
#footerArea.footerLogin .copyrightText p{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
}*/
.cancelBtn{float: right;cursor: pointer;font-size: 18px;}
.pageBanner {
    position: relative;
}
/* .pageBannerCaption {
    position: absolute;
    top: 50%;
    right: 0;
} */
.pageBanner {
    display: flex;
    width: 100%;
    /* align-items: center;
    justify-content: center;
    background: #501B86; */
}
/* @media(min-width: 1500px) {
    .pageBanner {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #501B86;
    }  
} */
 .bannerText-new{
    font-family: 'Sharp Grotesk Bold';
    color: #fff;
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 700;
    text-wrap: nowrap;
 }
 .bannerText-new span{
    font-family: 'Sharp Grotesk Bold';
    color: #00DCA5;
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 700;
    display: block;
 }
 .pageBannerCaption .sub-text{
    font-family: 'BentonSans Regular';
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 76px;
 }
 .get-start-btn{
    background: #00DCA5 !important;
    padding: 13px 44px 13px 44px;
    color: #501B86 !important;
    font-family: 'BentonSans Regular';
    font-size: 20px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 24px;
    width: 223px;
    height: 46px;
 } 
.pageBannerArea{
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.pageBannerArea .pageBannerCaption{
    justify-content: center !important;
}
.pageBannerCaption h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: 'BentonSans Bold';
}
.pageBannerCaption {
    /* position: absolute;
    top: 50%;
    right: 0;
    max-width: 520px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
    background: #501B86;
    width: 100%;
    height: 100%;
    min-width: 520px;
    padding: 126px 53px 76px;
    display: flex;
    align-items: center;
    max-width: 520px;
}
.pageBanner img{
    width: calc(100% - 520px) !important;
    object-fit: cover;
}
.pageBannerCaption h4{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #F8F8F8;
    margin: 0;
}
.pageBanner img {
    width: 100%;
}
/*.bannerNoteBox{
    background: #D40029;
    padding: 7px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.bannerNoteBox .bannerNoteText p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}
.bannerNoteBox .bannerNoteText p span{
    font-weight: 900;
}*/
.shopByCatBox {
    padding: 51px 0 44px;
    border-bottom: 2px solid #D40029;
}
.shopByCatTitle {
    margin-bottom: 32px;
}
.shopByCatTitle h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #61605F;
    margin: 0;
}
.shopCatBtn {
    width: 100%;
}
.shopCatBtnBox .themeBtn {
    width: 100%;
    height: auto;
    padding: 16px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}
.shopCatBtnBox .themeBtn.selectedCat{
    background: #9F001F;
    border: 1px solid #9F001F;
}
/*Homepage CSS*/
.homePageArea {
    padding: 36px 0 72px;
}
.homeCategoryGrids {
    padding-top: 16px;
}
.homeCatTitle {
    margin-bottom: 20px;
    display: none;
}
.homeCatTitle h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}
#product-category.homePageCategory .sort-section {
    padding: 0;
}
#product-category a,
product-category a label {
    cursor: pointer;
}
.homePageArea .homeGridRow{
    margin-right: -12px;
    margin-left: -12px;
}
.homePageArea .homeGridCol {
    padding-right: 12px;
    padding-left: 12px;
}
.homePageArea .homeGridBox {
    margin-bottom: 48px;
}
.homePageArea .homeGridBox img {
    border: 1px solid #B3B5BA;
}
.customBestSellerFlex{
    display: flex;
    justify-content: flex-end;
    padding: 56px 0 34px;
}
.customSpace{
    padding-left:20px;
}
.homeItemGrid {
    position: relative;
}
.homeItemGrid a {
    display: block;
    cursor: pointer;
}
.homeGridOverlay {
    /* position: absolute; */
    /* left: 0;
    top: 0; */
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
    /* background-color: rgba(0,0,0,0.3); */
    margin-top: 16px;
}
/* .homeGridOverlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.465938) 77.86%, rgba(0, 0, 0, 0.598366) 100%);
    background-color: #00000066;
    transition: none !important;
} */
.homeItemGrid:hover .homeGridOverlay:before,
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay:before{
    opacity: 1;
     -webkit-transition: all 0.4s linear;
     -moz-transition: all 0.4s linear;
       -o-transition: all 0.4s linear;
          transition: all 0.4s linear;
}
.homeCategoryGrids .homeItemGrid,
.homeCategoryGrids .itemGridTwo {
    overflow: hidden;
}
.homeCategoryGrids .homeItemGrid:hover img,
.homeCategoryGrids .itemGridTwo:hover img{
    transform: scale(1.03);
}
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay .itemGridBtn img,
.homeGridLeft.homeItemGrid:hover .homeGridOverlay .itemGridBtn img, 
.homeGridRight .homeItemGrid:hover .homeGridOverlay .itemGridBtn img{
    width: 33px;
   max-width: 33px;
}
.homeCategoryGrids .homeItemGrid:hover .homeGridOverlay .itemGridBtn p:before,
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay .itemGridBtn p:before{
    opacity: 1;
}
.homeGridOverlay:before,
.homeCategoryGrids .homeItemGrid img,
.homeCategoryGrids .itemGridTwo img,
.homeGridOverlay .itemGridBtn img,
.homeCategoryGrids .homeItemGrid:hover img,
.homeCategoryGrids .itemGridTwo:hover img,
.homeGridOverlay:hover .itemGridBtn img{
     -webkit-transition: all 0.4s linear;
     -moz-transition: all 0.4s linear;
       -o-transition: all 0.4s linear;
          transition: all 0.4s linear;
}
.input-group .inputSearchIcon{
    background-image: url(../image/Symbol.svg);
}
.homeGridOverlay .gridOverlayText{
    display: flex;
}
.homeGridOverlay .gridOverlayText h3{
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 25px;
    color: #501B86;
    font-weight: 700;
}
/* .homeGridOverlay .itemGridBtn{
    margin-top: 8px;
    margin-left: -4px;
} */
/* .homeGridOverlay .itemGridBtn img{
    max-height: 16px;
    max-width: 23px;
    width: 23px;
} */
 .homeGridOverlay .gridOverlayText .itemGridBtn{
    display: flex;
    align-items: end;
 }
.homeGridOverlay .gridOverlayText .itemGridBtn img{
    margin-left: 8px;
}
.homeGridOverlay .itemGridBtn p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    font-family: 'BentonSans Bold';
}
.homeGridOverlay .itemGridBtn p:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
}
.itemGridTwo .itemGridBtn img,
.homeGridLeft.homeItemGrid .itemGridBtn img,
.homeGridRight .homeItemGrid .itemGridBtn img{
    width: auto;
    height: auto;
    position: relative;
    background: transparent;
    margin-left: 0;
}
.homeItemTop {
    margin-bottom: 24px;
}
.homeItemGrid.homeGridLeft a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
}
.homeGridLeft.homeItemGrid img{
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
/* Css for slider start */
      .slider {
        width: 100%;
        margin: 50px auto;
        position: relative;
      }
      .slick-slide {
        margin: 0px;
      }
      .slick-slide img {
        width: 100%;
      }
      .slick-prev:before,
      .slick-next:before {
        color: black;
      }
      .slick-slide {
        transition: all ease-in-out 0.3s;
/*        opacity: 0.2;*/
      }
      .slick-active {
        opacity: 1;
      }
      .slick-next,.slick-prev{display: none !important;}
      .img-desc {
        font-family: "BentonSans Bold";
        font-size: 18px;
        font-weight: 700;
        line-height: 21.6px;
        letter-spacing: -0.36px;
        /* text-align: center; */
        color: #501B86;
        margin-top: 17px;
        position: relative;
    }
      .cust-col-banner .img-desc span{
        margin-left: 8px;
      }
      .cust-col-banner .img-desc span img{
        position: absolute;
        top:-1px;
      }
      .cust-col-banner img {
        border-radius: 8px;
        }
      .slick-dots{
        bottom: -50px !important;
      }
      .slick-dots li{
        margin: 0 7px !important;
      }
      /* .slick-dots li button{
        width: 15px;
height: 15px;
border: 1px solid #390063;
border-radius: 50%;
      } */
      .slick-dots li button:before {
        /* content: "?"; */
        width: 15px;
        height: 15px;
        border: 1px solid #390063;
        border-radius: 50%;
        /* font-size: 25px;
        color:#390063;  */
      }
      .slick-dots li.slick-active button:before {
        /* color: #390063; */
        /* content: "?"; */
        /* font-size: 43px;
        top: 1px;
        opacity: 1; */
        width: 20px;
        height: 20px;
        border: 1px solid #390063;
        border-radius: 50%;
        background: #390063;

        
      }
     
      /* Css for slider end */
#product-category #homeGridBlockOne .itemGridTwo a{
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
}
/*#homeGridBlockOne .itemGridTwo .itemGridImg {
    height: 100%;
}*/
#homeGridBlockOne .itemGridTwo .itemGridImg img{
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-color: #F7F7F7;
    object-fit: cover;
    object-position: center;
}
.homeGridRight .homeItemGrid img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #F7F7F7;
}
.homeItemTop h3 {
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0
}
.homeGridLeft .homeItemTop h3 {
    /*max-width: 213px;*/
}
.homeItemGrid .gridDescription {
    /*max-width: 324px;*/
}
.homeItemGrid .gridDescription p {
    color: #FFFFFF;
    font-weight: 400;
}
.homeGridLeft .gridDescription p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 17px;
}
.homeGridRight .gridDescription p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.homeGridLeft .homeItemPrice {
    margin-top: 30px;
}
.homeItemBot {
    margin-top: auto;
}
.homeItemBtn .themeBtn {
    padding: 12px 24px;
    line-height: 22px;
    display: inline-block;
}
.homeItemPrice p {
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 500;
}
.homeGridRight .homeItemTop h3 {
    font-size: 28px;
    line-height: 38px;
}
.homeGridRight .homeItemPrice {
    margin-top: 24px;
}
.homeGridRight .homeItemPrice p {
    font-size: 20px;
    line-height: 32px;
}
.itemGridTwo {
    position: relative;
    padding: 0;
    margin-top: 24px;
}

#homeGridBlockOne .row,
#homeGridBlockTwo .row{
    margin-top: -10px;
    margin-bottom: -10px;
}
/* #homeGridBlockOne .row [class*='col-'],
#homeGridBlockTwo .row [class*='col-']{
    padding-top: 10px;
    padding-bottom: 10px;
} */
.multiShippAdd .addNewLocation .plus_icon {
    padding-bottom: 3px;
    margin-right: 8px;
}
img.nyu_black_search {
    padding-top: 4px;
    width: 20px;
    height: 20px;
}
.sign-up-content .email-input{
    width: 100%;
}
#homeGridBlockOne .itemGridTwo,
#homeGridBlockTwo .itemGridTwo{
    margin-top: 0;
}
/*#homeGridBlockOne {
    margin-bottom: 24px;
}*/
#homeGridBlockTwo {
    margin-bottom: 24px;
}
.itemGridTwo .itemGridContent {
    padding-top: 15px;
}
.itemGridTwo .itemGridTitle {
    padding-right: 15px;
}
.itemGridTwo .itemGridTitle h3 {
    font-family: 'BentonSans Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
}
.itemGridTitle p.nyu-langone-text{
    font-family: 'BentonSans Regular';
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 22.5px !important;
    letter-spacing: -0.02em !important;
}

.itemGridTwo .itemGridTitle p {
    font-family: 'BentonSans Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #333333;
    margin-top: 4px;
}
.itemGridTwo .itemGridTitle p.nyu-langone-text{
    font-family: 'BentonSans Regular';
    font-weight: 400;
}
.itemGridTwo .itemGridTitle .color_text {
    margin-top: 6px;
    color: #8B8B8B;
    font-weight: 400;
}
.itemGridTwo .itemGridIcon .fa {
    font-size: 24px;
    font-family: 'BentonSans Bold';
    line-height: 12px;
    width: 31px;
    height: 31px;
    background: #D40029;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 9px 7px 7px 10px;
    box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.14), 0px 1.5px 1.5px rgba(0, 0, 0, 0.12), 0px 0.75px 2.25px rgba(0, 0, 0, 0.2);
}
.itemBoxIcon {
    position: absolute;
    left: 13px;
    top: 13px;
}
.itemBoxIcon .itemImgIcon + .itemImgIcon {
    margin-top: 10px
}
.itemBoxIcon .itemImgIcon {
    position: relative;
}
.itemGridTwo .itemGridImg .itemBoxIcon .itemImgIcon img {
    max-width: 26px;
    background: transparent;
}
.itemBoxIcon .itemIconTooltip {
    display: none;
    position: absolute;
    left: -50%;
    top: 43px;
    right: 50%;
    margin-left: 30px;
    background-color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.itemBoxIcon .itemIconTooltip:before,
.itemBoxIcon .itemIconTooltip:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
}
.itemBoxIcon .itemIconTooltip:before {
    top: -8px;
    z-index: 9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}
.itemBoxIcon .itemIconTooltip:after {
    top: -9px;
    z-index: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #E8E5E1;
}
.itemBoxIcon .itemIconTooltip p {
    font-size: 14px;
    line-height: 18px;
    color: #444340;
    font-weight: 400;
}
.itemBoxIcon .itemImgIcon:hover .itemIconTooltip {
    display: block;
}
.product-layout .itemGridImg{
    position: relative;
}
.product-layout .itemGridImg:hover .themeTooltipBox{
    display: block;
}
.itemGridTwo .themeTooltipBox .itemGridColor{
    margin-top: 10px;
}
.itemGridTwo .themeTooltipBox .itemGridColor p{
    margin-right: 7px;
}
.itemGridTwo .itemGridImg img {
    width: 100%;
    background: #f7f7f7;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
}
.productDataRow .itemGridTwo {
    margin-top: 0;
    margin-bottom: 50px;
    min-width: 290px;
}
.itemGridTwo .itemGridInfo{
    margin-top: 16px;
}
.itemGridTwo .itemGridInfo p {
    color: #333333;
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0px;
    text-align: left;
}

.itemGridTwo .itemGridInfo p span {
    color: #333333;
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 8px;
    text-align: left;
}
.itemGridTwo .itemGridColor{
    margin-top: 21px;
}
.itemGridTwo .itemGridColor a,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color,
.createItemGrid .createItemColor a{
    width: 23px;
    height: 23px;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.itemGridTwo .themeTooltipBox .itemGridColor .img-color{
   cursor: default;
}
.itemGridTwo .itemGridColor a.color-dot-active,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color.color-dot-active,
.createItemGrid .createItemColor a.color-dot-active{
    /* border: 1px solid #53565A; */
    border-radius: 100%;
    position: relative;
}
.itemGridTwo .itemGridColor a.color-dot-active .dot,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color.color-dot-active,
.createItemGrid .createItemColor a.color-dot-active{
    box-shadow: 0 0 0 1px #501B86;
    height: 23px;
    width: 23px;
    border: 3px solid #ededed;
}
.itemGridTwo .itemGridColor span,
.createItemGrid .createItemColor a span{
    min-width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
}
.itemGridTwo .itemGridColor span.gridColorCount{
    font-size: 12px;
    line-height: 18px;
    color: #53565A;
    margin-right: 0;
    border: 0;
}
.itemGridTwo .itemGridColor a.color-dot-active span.dot {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    /* border: 2px solid #f1f1f1;
    box-shadow: 0 0 0 1px #a0a0a0; */
}
.itemGridTwo.outOfStock a{
    opacity: 0.5;
    cursor: no-drop;
  }
.outOfStock .out_of_stock{
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: no-drop;
  }
  .textOutOfStock{
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    text-align: center;
    color: #53565A;
    text-transform: uppercase;
    bottom: 0;
    display: block;
    margin: 0;
    font-size: 24px;
  }
.swiper-viewport {
    margin: 0 !important;
    background: none !important;
    z-index: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-viewport .swiper-slide img{padding: 30px 0 0;width: 100%;}
.welcome-block{width: 66%;padding: 50px 52px 60px 40px;background: #D40029;border-radius: 4px;display: flex;flex-wrap:wrap;align-items:center;}
.welcome-block h2{ color: #FFFFFF;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 64px;
  margin: 0;
}
.welcome-block p{ color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
}
.swiper-container{overflow: hidden !important;}
.apparel-block-1{width: 32.33%;}
.display-flex-space-bet-1{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 60px;
    padding-top: 30px;
}
.apparel-block{width:32.33%;margin-top: 1.5%;}
.display-flex-space-bet-2{display: flex;justify-content:space-between;margin-top:60px;}

/*Category page CSS*/
.sortDropdown button{
    border: 1px solid #787A7D;
    width: 306px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.sortDropdown .multiselect-selected-text{
    font-family: 'BentonSans Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    text-align: right;
    color: #333333;
    margin-right: 22px !important;
    /* padding-right: 35px; */
}
.sortText {
    position: absolute;
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #333333;
    top: 15px;
    left: 18px;
    z-index: 99;
}
.sortDropdown .multiselect-native-select {
    width: 100%;
}
 .sort-section .sortDropdown{
    position: relative;
    /* max-width: 200px;
    width: 100%; */
}
.sort-section .sortDropdown #input-sort{
   height: 48px;
    width: 100%;
    min-width: 105px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 8px 16px 8px 5px;
    background-position: right 16px center;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    color: #787A7D;
    padding-left: 14px;
    padding-right: 35px;
    text-align: right;
}
.grid-width{max-width:calc(100% - 240px);margin:0 auto;}
#product-category{
    min-height: -webkit-calc(100vh - 588px);
    min-height: -moz-calc(100vh - 588px);
    min-height: -o-calc(100vh - 588px);
}
#product-category #product-list-aj,#product-search #product-list-aj {
    padding-left: 0;
    margin-left: 2.5px;
}
#product-category .categoryPageArea,
#product-search .productSearchArea{
    padding-bottom: 132px;
    padding-top: 24px;
}
.categoryPageArea .sort-section,
.categoryPageArea .productDataRow.safariRow
{
    padding-right: 22.5px;
}
.readMoreArea .themeContainer,
#checkout-cart .themeContainer{
    padding: 0 90px;
}
#product-category .categoryPageArea .themeContainer,#product-search .themeContainer {
    padding: 0 80px;
}
#product-category.homePageCategory{
    padding-top: 0;
    padding-bottom: 0px;
    /* background: #53565A; */
}
#onetrust-banner-sdk #onetrust-policy {
    margin-bottom: .825em !important;
}
.banner-section img{
    padding-top: 30px;
}
#product-category #slideshow1 {
    display: none;
}
#input-sort,
#color{
    height: 48px;
    width: 300px;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 12px 20px;
    color: #53565A;
    padding-right: 38px;
}
.pdtb-30{
    padding: 24px 0;
}
.text-grey{
    color: #4A4F53;
    font-size: 20px;letter-spacing: 0;line-height: 16px;margin-bottom: 20px;
}
.productModalText .checkbox{
    margin-top: 48px;
    margin-bottom: 0;
}
.productModalText .checkbox .checkmarkLabel {
    font-size: 16px;
    line-height: 20px;
    color: #53565A;
}
.productModalText .checkbox .custom-checkbox input:checked ~ .checkmarkLabel {
    color: #53565A;
}
.productModalText .custom-checkbox input:checked ~ .checkmark{
    background: #581989;
    border-color: #581989;
}
.productModalText .custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    width: 5px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 2px;
    background-image: none;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sort-section{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
    width: 100%;
    padding: 31px 0;
}
#product-category .sort-section,
.productSearchArea .sort-section {
    width: 100%;
    padding-bottom: 24px;
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
}
.sort-section .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
}
.sort-section .sortDropdown .sortText p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #515151;
    font-family: 'BentonSans Bold';
}
.sort-section .form-group{
    margin-bottom: 0;
    width: 100%;
    min-width: 250px !important;
}
.sort-section .bootstrap-select {
   height: 48px;
    background: transparent;
    z-index: 9;
}
.sort-section .bootstrap-select .btn:focus,
.sort-section .dropdown-menu a:focus {
    outline: 0 !important;
    outline-offset: 0;
}
.sort-section  .bootstrap-select.btn-group .dropdown-toggle {
   height: 48px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    color: #787A7D;
    padding: 10px 34px 10px 16px;
}
.sort-section .bootstrap-select.btn-group .btn .caret{
    background: url(../image/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 0px center;
    display: inline-block;
    height: 8px;
    width: 12px;
    margin-top: -3px;
    right: 14px;
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.sort-section .bootstrap-select.open .btn .caret{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
}
.sort-section .open>.dropdown-toggle.btn-default:focus,
.sort-section .open>.dropdown-toggle.btn-default:hover{
    background-color: transparent;
    color: #515151;
}
.sort-section .dropdown-menu{
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0;
    border: 0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
}
.sort-section .dropdown-menu.inner{
    padding-bottom: 0 !important;
}
.bootstrap-select .dropdown-menu li a{
    color: #515151;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 16px;
    border-bottom: 1px solid #FFFFFF;
}
.bootstrap-select .dropdown-menu li:nth-last-of-type(1) a{
    border-bottom: 0;
}
.bootstrap-select .dropdown-menu li > a:hover,
.bootstrap-select .dropdown-menu li.selected a:hover,
.bootstrap-select .dropdown-menu li.selected a{
    background-color: #515151;
    color: #ffffff;
}
/* Admin Dashboard Area */
.dashboardHeader {
    padding: 14px 0 10px;
    position: relative;
    box-shadow: 0px 1px 0px #B1ADA6;
    -webkit-box-shadow: 0px 1px 0px #B1ADA6;
        -moz-box-shadow: 0px 1px 0px #B1ADA6;
        -ms-box-shadow: 0px 1px 0px #B1ADA6;
}
.dashboardLogo h1 {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
    font-family: 'BentonSans Regular';
}
.dashboardWraper{
    background: #F5F6F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sidebarBox{
    position: relative;
    width: 22%;
    background: #ffffff;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}
#sidebarBox.closedSidebar{
    width: 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
}
#sidebarBox .sidebarBoxInner{
    padding: 10px;
}
#sidebarBox #themeAccordion .panel-title .collapsed{
    color: #8B8F92 !important;
}
#sidebarBox #themeAccordion .panel-title a {
    font-size: 16px;
    line-height: 20px;
    color: #581989 !important;
    font-family: 'BentonSans Bold';
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a{
    padding-top: 10px;
    color: #581989 !important;
    border: 0;
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a:before,
#sidebarBox #themeAccordion .notificationPanel .panel-title a.collapsed:after{
    top: 20px;
}
#sidebarBox #themeAccordion .panel-title a:before,
#sidebarBox #themeAccordion .panel-title a.collapsed:after{
    width: 14px;
    height: 2px;
    top: 36px;
}
#sidebarBox #themeAccordion .panel-body {
    padding-bottom: 0;
    border-bottom: 1px solid #686868;
}
#sidebarBox #themeAccordion .notificationPanel .panel-body {
    padding: 0;
    border: 0;
}
#sidebarBox .sidebarSearch {
    margin-bottom: 15px;
}
.sidebarBoxInner{
    position: relative;
}
.toggleSidebarBtn {
    position: absolute;
    right: -24px;
    top: 30px;
}
.sidebarSearchBox {
    width: 100%;
    position: relative;
}
.sidebarSearchInput.form-control {
    height: 30px;
    padding: 6px 15px 6px 43px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #BCBCBC;
    background: #FFFFFF;
    border: 1px solid #686868;
    border-radius: 5px;
}
.searchBtn {
    position: absolute;
    left: 19px;
    top: 5px;
    line-height: 14px;
}
.unreadChat,
.readChat {
    margin-left: 9px;
}
.startChatModalBox.dashboardModal .modal-header{
    display: block;
    padding: 25px;
}
.startChatModalBox.dashboardModal .modal-header .modal-title {
    padding-right: 45px;
}
.startChatModalBox .modalSearchBox {
    margin-top: 10px;
    padding-left: 48px;
}
.startChatModalBox .modalRoleText{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
}
.startChatModalBox.dashboardModal .sidebarSearch {
    width: 50%;
    margin-top: 0;
}
.startChatModalBox .sidebarSearchBox .sidebarSearchInput {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    height: 30px;
    padding: 0 40px 5px 5px;
    color: #FFFFFF;
}
.startChatModalBox .sidebarSearchBox .form-control::-webkit-input-placeholder{
   color: #FFFFFF;
}
.startChatModalBox .sidebarSearchBox .form-control:-moz-placeholder  {
   color: #FFFFFF;  
}
.startChatModalBox .sidebarSearchBox .form-control::-moz-placeholder  {
   color: #FFFFFF;  
}
.startChatModalBox .sidebarSearchBox .form-control:-ms-input-placeholder {  
   color: #FFFFFF;  
}
.startChatModalBox.dashboardModal .searchBtn {
    right: 10px;
    top: 5px;
}
.chatSelectBox {
    margin-bottom: 10px;
}
.chatSelectBox .inputField {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
}
.btn.btnIcon.btnChatPopup {
    position: relative;
    padding-right: 8px;
}
.btnChatPopup img{
    min-width: 12px;
}
.btnChatPopup .chatCount {
    display: inline-block;
    background: #581989;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: -3px;
    border-radius: 20px;
    padding: 1px 3px;
}
.chatBoxSection {
    width: 100%;
    max-width: 90%;
    margin-bottom: 17px;
}
.chatBoxSection:nth-last-of-type(1) {
    margin-bottom: 0;
}
.chatBoxSection.chatBoxLeft {
    margin-right: auto
}
.chatBoxSection.chatBoxRight{
    margin-left: auto
}
.chatBoxSection .chatBoxHead h4 {
    font-size: 16px;
    line-height: 20px;
    color: #53565A;
    font-family: 'BentonSans Bold';
    margin-left: 10px;
}
.chatBoxSection .chatBox {
    padding: 5px 10px 6px;
    margin-top: 10px;
    background: #F5F6F3;
}
.chatBox .chatText {
    font-size: 12px;
    line-height: 18px;
    color: #53565A;
    font-weight: 400;
}
.chatBox .chatDateBox{
    text-align: right;
}
.chatBox .chatDate {
    font-size: 10px;
    line-height: 18px;
    color: #8B8F92;
    font-family: 'BentonSans Bold';
    text-transform: capitalize;
    margin-top: 8px;
    text-align: right;
    display: inline-block;
}
.chatBox .chatDateBox .chatReadUnreadIon{
    display: inline-block;
    margin-left: 8px;
}
.btnSendMsg{
    margin-left: 20px;
}
#sidebarBox .nav-tabs {
    margin-bottom: 4px;
}
#sidebarBox .nav-tabs li{
    padding: 0;
}
#sidebarBox .nav-tabs li a{
    background: #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    padding: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8B8F92;
    border: 0;
}
#sidebarBox .nav-tabs li + li{
    margin-left: 4px;
}
#sidebarBox .nav-tabs>li>a.active, 
#sidebarBox .nav-tabs>li>a.active:focus, 
#sidebarBox .nav-tabs>li>a.active:hover{
    background: #8B8F92;
    color: #ffffff;
}
.tabCount{
    padding: 4px;
    margin-left: 4px;
    background: #8B8F92;
    border-radius: 3px;
    font-size: 10px;
    line-height: 0px;
    font-family: 'BentonSans Bold';
    text-transform: capitalize;
    color: #FFFFFF;
}
.nav-tabs li a.active .tabCount {
    background: #581989;
}
#sidebarBox .tab-content {
    border: 1px solid #686868;
    border-radius: 0px 5px 5px 5px;
    padding: 0px;
    margin-bottom: 16px;
}
#sidebarBox .tab-content .tab-pane .tabPaneBox {
    min-height: 233px;
    max-height: 233px;
    overflow-y: auto;
    padding: 10px;
}
.tabPaneBox {
    padding: 10px 10px 10px 15px;
}
.tabPaneAlert p {
    font-size: 20px;
    line-height: 30px;
    color: #53565A;
    font-weight: 400;
    font-family: 'BentonSans Regular';
}

#sidebarBox .filterClearBox {
    padding: 6px 0;
}
#sidebarBox .filterClearBox h3{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #8B8F92;
    font-family: 'BentonSans Bold';
}
#sidebarBox .filterClearBox .filterClearBtn a {
    font-family: 'BentonSans Bold';
    font-size: 16px;
    line-height: 24px;
    color: #D0D0D0;
    cursor: pointer;
}
#sidebarBox #themeAccordion .panel-title a{
    padding: 26px 36px 19px 0px;
    box-sizing: content-box;
    min-height: 20px;
}
#sidebarBox .filterBody .sidebarSearch {
    margin-bottom: 0;
    margin-top: 10px;
}
.filterBody .sidebarSearchInput {
    height: 38px;
    padding: 10px 42px 10px 30px;
    font-size: 12px !important;
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    color: #8B8F92;
    background: #F5F6F3;
}
.filterBody .searchBtn {
    left: 6px;
    top: 10px;
}
.clearSearch {
    position: absolute;
    right: 15px;
    top: 4px;
}
.clearSearch .fa {
    font-size: 10px;
    font-weight: 400;
    color: #000;
}
.filterBody .checkbox, 
.filterBody .radio {
    margin: 0;
    padding: 12px 6px;
}
.filterBody .checkbox .custom-checkbox {
    padding-left: 25px;
    position: relative;
    line-height: 18px;
    color: #8B8F92;
}
.filterBody .checkbox .custom-checkbox .checkmark{
    top: 2px;
}
.filterBody .inputBox {
    padding-bottom: 12px;
}
.filterBtnBox {
    margin-top: 20px;
    text-align: right;
}
#loader.chatBoxLoader{
    position: absolute;
}
#loader.chatBoxLoader .spinner img {
    height: auto !important;
    width: 20px;
}
#chatTab{
    position: relative;
}
.chatHistoryBox .chatBoxSection {
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    max-width: 100%;
    cursor: pointer;
}
.chatHistoryBox .chatBoxUnread:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #581989;
    position: absolute;
    left: -5px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.chatHistoryBox .chatBoxSection .chatBox {
    padding: 0;
    margin-top: 0;
    background: transparent;
    overflow: hidden;
}
.chatHistoryBox .btn.btnIcon.btnChatPopup {
    position: relative;
    padding-right: 0;
    padding-left: 8px;
}
.chatHistoryBox .btnChatPopup img{
    min-width: 15px;
    max-width: 15px;
}
.chatHistoryBox .chatBox h4 {
    font-size: 12px;
    line-height: 18px;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.chatHistoryBox .chatBox .chatText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chatHistoryBox .chatBox .chatDate {
    margin-top: 0;
}
.modal {
  text-align: center;
}
/*.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}*/
.modal-dialog {
  text-align: left;
}
.fade.show {
    opacity: 1;
}
.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 643px;
}
.dashboardModal .modal-header {
    display: block;
    padding: 25px 70px 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    background: #581989;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
}
.dashboardModal .modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.dashboardModal .modal-title{
    min-height: 30px;
}
.dashboardModal .modal-title h3,
.dashboardModal .modal-title h2{
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'BentonSans Regular';
    margin-bottom: 0;
}
.dashboardModal .modal-title .startChatIcon{
    margin-right: 10px;
    max-width: 38px;
    min-width: 38px;
}
#sidebarBox .dashboardModal .sidebarSearch,
.dashboardModal .sidebarSearch{
    margin-bottom: 0;
    margin-top: 22px;
}
.dashboardModal .sidebarSearchInput {
    width: 100%;
   height: 48px;
    padding: 10px 40px 10px 14px;
    font-size: 15px;
    color: #BCBCBC;
}
.dashboardModal .searchBtn {
    left: auto;
    top: 10px;
    right: 14px;
}
.dashboardModal .modal-body.modalBodyS2{
    padding: 25px;
}
.dashboardModal .modal-body{
    padding: 25px 25px 0 25px;
}
.modal-body .alertTextBox h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    text-align: center;
    color: #53565A;
}
.dashboardModal .modalChatBody #chattings{
    min-height: 300px;
    max-height: 48vh;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: -5px;
}
/*.dashboardModal .chatBoxSection {
    padding-left: 224px;
}*/
.modalChatBody .chatBoxSection .chatBox{
    background: #FFFFFF;
    padding: 0;
}
.modalChatBody .chatBox .chatText{
    background: #F5F6F3;
    padding: 5px 10px;
}
.dashboardModal .modal-footer {
    background: #581989;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
    padding: 25px;
}
.modal .modal-footer > * {
    margin: 0;
}
#startChatModal.dashboardModal .modal-footer{
    padding: 25px;
}
.dashboardModal .modal-footer.mFooterBgWhite{
    background: #FFFFFF;
    border-top: 0;
    box-shadow: none;
}
.dashboardModal .modal-footer .sendMessage {
    width: 100%;
}
.dashboardModal .modal-footer textarea{
    height: 50px;
    max-height: 80px;
    width: 100%;
    max-width: 100%;
    resize: none;
    overflow-y: auto;
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1px solid #686868;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}
.dashboardModal .modal-footer .btnWhiteBg{
    margin-left: 20px;
    min-width: 160px;
}
.dashboardModal .modal-footer .btn + .btn {
    margin-left: 15px;
}
/* Dashboard Content */
#dashboardContent {
    width: 78%;
    padding: 49px 51px 49px 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
}
#dashboardContent.activeDashborad{
    width: 98%;
    padding: 49px 51px 49px 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
}
.themeCollapse .panel-heading.panelHeadingGray a {
    background: #686868;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'BentonSans Bold';
    color: #FFFFFF;
    position: relative;
    border-radius: 2px 2px 0px 0px
}
.themeCollapse .panel-heading.panelHeadingGray a .fa{
    position: absolute;
    right: 18px;
    top: 14px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.themeCollapse .panel-heading.panelHeadingGray a.collapsed .fa{
    transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
            -ms-transition: 0.3s;
}
.dashboardTiles {
    padding: 0 17px;
    margin-bottom: 22px;
}
.dashTileBox {
    border: 1px solid #686868;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
}
.dashTileBox .dashTileTile {
    background: #686868;
    padding: 9px;
    text-align: center;
    border-radius: 2px 2px 0px 0px;
}
.dashTileBox.bgRed {
    border: 1px solid #581989;
}
.dashTileBox.bgRed .dashTileTile{
    background: #581989;
}
.dashTileBox .dashTileTile h3 {
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 500;
}
.dashTileBox .dashTileContent {
    padding: 0;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
}
.dashboardTiles .panel-body{
    padding: 10px 10px 0;
}
.row.tilesRow {
    margin-right: -5px;
    margin-left: -5px;
}
.tilesRow .tilesCol{
    padding-right: 5px;
    padding-left: 5px;
}
/* table responsive scoll custom */
div::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-corner,
.themeScroller::-webkit-scrollbar-corner,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-corner,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-corner{
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.themeScroller::-webkit-scrollbar-thumb,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb{
    background: #8B8F92;
    border: 2px solid #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
.themeScroller::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover{
    background: #868686;
    border-radius: 4px
}
div::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.themeScroller::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-track,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track{
    border: 2px solid #F5F6F3;
    background: #F5F6F3;
    border-radius: 4px
}
.stickyHeadTable .table {
    margin-bottom: 7px;
}
.dashTileBox .table{
    border: 0;
    margin: 0;
    border-collapse: separate;
}
.dashTileBox .table thead tr.trOne,
.dashTileBox .table thead tr.trTwo,
.stickyTheadList .table thead{
    position: -webkit-sticky;
    position: sticky;
    top: 0px ;
    z-index:9;
}
.dashTileBox .table tbody tr:nth-child(even) {
    background: #F0F0F0;
}
.dashTileBox .table thead tr th,
.dashTileBox .table thead tr td{
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    background: #686868;
    border-top: 1px solid #FFFFFF;
    vertical-align: middle;
}
.dashTileBox .table>thead:first-child>tr:first-child>td, 
.dashTileBox .table>thead:first-child>tr:first-child>th{
    border-top: 1px solid #FFFFFF;
}
.dashTileBox .table thead tr th[rowspan],
.dashTileBox .table thead tr td[rowspan]{
    border-right: 1px solid #FFFFFF;
}
.dashTileBox .table tbody tr td {
    border: 0;
    padding: 3px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #686868;
    vertical-align: middle;
}
.dashTileBox .table tbody tr td span{
    font-family: 'BentonSans Bold';
}
.dashTileBox .table thead tr th:nth-child(1),
.dashTileBox .table thead tr td:nth-child(1){
    padding-left: 6px;
}
.dashTileBox .table tbody tr td:nth-child(1){
    padding-left: 6px;
}
.dashTileBox .table thead tr th:nth-last-child(1),
.dashTileBox .table thead tr td:nth-last-child(1){
    padding-right: 6px;
}
.dashTileBox .table tbody tr td:nth-last-child(1){
    padding-right: 6px;
}
.dashTileBox .table tbody tr td.tileTextCol{
    text-align: left;
}
.dashTileBox .table tbody tr td.tileTextCol p{
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    color: #686868;
    font-weight: 400;
}
.dashTileBox .table tbody tr td.tileActionCol{
    text-align: right;
}
.dashTileBox .table tbody tr td.tileActionCol a{
    font-size: 12px;
    line-height: 14px;
    color: #686868;
    font-family: 'BentonSans Bold';
}
/* Dashboard Tabs */
.dashboardTabs .nav-tabs {
    margin-bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
.dashboardTabs .nav-tabs li {
    padding: 0;
    margin-right: 4px;
}
.dashboardTabs .nav-tabs li a {
    font-size: 15px;
    line-height: 19px;
    color: #8B8F92;
    font-family: 'BentonSans Bold';
    padding: 10px 25px;
    margin-bottom: 5px;
    background: #FFFFFF;
    border: 0;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    display: inline-block;
}
.dashboardTabs .nav-tabs li a.active,
.dashboardTabs .nav-tabs li a.active:focus, 
.dashboardTabs .nav-tabs li a.active:hover,
.dashboardTabs .nav-tabs li a:hover{
    background: #8B8F92;
    color: #FFFFFF;
    border: 0;
}
.windowCount {
    background: #8B8F92;
    border-radius: 5px;
    font-family: 'BentonSans Bold';
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px;
    margin-left: 15px;
}
.active .windowCount {
    background: #581989;
}
.dashboardTabs .nav-tabs li.navClearFilter{
    margin-right: 12px;
}
.dashboardTabs .nav-tabs li.navClearFilter a {
    background: #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    font-family: 'BentonSans Bold';
    font-size: 10px;
    line-height: 18px;
    text-transform: capitalize;
    color: #8B8F92;
    padding: 2px 5px;
}
.dashboardTabs .tab-content {
    background: #FFFFFF;
    border: 1px solid #686868;
    padding: 25px;
}
.dataTables_wrapper.form-inline {
    display: block;
}
.dataTables_wrapper .tableEntries .dataTables_length label{
    font-size: 14px;
    line-height: 18px;
    color: #53565A;
    font-weight: 400;
    margin-bottom: 0;
}
.dataTables_wrapper .tableEntries .dataTables_length select {
    min-width: 73px;
   height: 48px;
    display: inline-block;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    margin: 0 10px;
    padding: 10px 35px 10px 15px;
    font-size: 15px;
    line-height: 19px;
    color: #686868;
    font-weight: 400;
}
.tableFilterBox {
    margin-bottom: 30px;
}
.tableFilterBox .tableSearch {
    width: 80%;
}
.dataTables_wrapper .tableSearch .dataTables_filter{
    width: 80%;
    max-width: 600px;
    position: relative;
    margin-right: 10px;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
    width: 100%;
    margin-bottom: 0;
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
    width: 100%;
   height: 48px;
    margin-left: 0;
    display: block;
    padding: 10px 45px 10px 15px;
    border: 1px solid #686868;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #53565A;
}
input[type="search"]::-webkit-search-cancel-button,
.form-control[type="search"]::-webkit-search-cancel-button,
.tableSearch .dataTables_filter input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    background: url(../image/close-icon.svg); 
    background-repeat: no-repeat;
    background-size: 8px;
}
.dataTables_wrapper .tableSearch .searchBtn {
    left: auto;
    right: 15px;
    top: 8px;
    line-height: 20px;
}
.dataTables_wrapper .tableFilterBox .dataTables_length,
.dataTables_wrapper .tableFilterBox .dataTables_filter,
.dataTables_wrapper .tableSearch .dt-buttons{
    float: none;
}
.dataTables_wrapper .tableSearch .btn.btnTableExport {
    background: #FFFFFF;
    border: 1px solid #686868;
    border-radius: 5px;
    padding: 6px 7px;
}
.btn.sendEmailAllBtn{
    width: 66px;
    background: #581989;
    padding: 12px 15px;
    color: #ffffff;
    line-height: 10px;
}
.dataTables_wrapper .tablePagination .dataTables_paginate{
    float: none;
    padding-top: 0;
}
.dataTables_wrapper .tablePagination .dataTables_info {
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #53565A;
    font-family: 'BentonSans Regular', sans-serif;
}
.dataTables_wrapper .tablePagination .dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    width: auto;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #D0D0D0;
}
.table thead tr th.minW145,
.table thead tr td.minW145{
    min-width: 145px;
}
.table-responsive .table thead tr th.maxW200,
.table-responsive .table thead tr td.maxW200,
.table-responsive .table tbody tr td.maxW200,
.table-responsive .table tfoot tr td.maxW200 {
    max-width: 200px;
    word-wrap: break-word;
}
.tableGrayHead .table thead tr th,
.tableGrayHead .table thead tr td{
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    background: #686868;
    vertical-align: middle;
}
.tableGrayHead .table thead tr:nth-child(1) th,
.tableGrayHead .table thead tr:nth-child(1) td,
.stickyTheadList .table thead tr.trTwo th,
.stickyTheadList .table thead tr.trTwo td{
    border-color: #FFFFFF;
}
.tableGrayHead .table thead tr th:nth-last-child(1),
.tableGrayHead .table thead tr td:nth-last-child(1) {
    border-right-color: #686868;
}
.tableGrayHead .table thead tr th.sorting,
.tableGrayHead .table thead tr th.sorting_asc,
.tableGrayHead .table thead tr th.sorting_desc,
.tableGrayHead .table thead tr td.sorting,
.tableGrayHead .table thead tr td.sorting_asc,
.tableGrayHead .table thead tr td.sorting_desc{
    padding: 12px 34px 12px 14px;
}
.tableGrayHead .table thead tr.tableHeader2 th,
.tableGrayHead .table thead tr.tableHeader2 td {
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    padding: 8px 15px;
    background: #8B8F92;
    border-color: #D0D0D0;
}
.table-responsive .noWrapThead thead tr td,
.table-responsive .noWrapThead thead tr th {
    white-space: nowrap;
}
.table tbody tr {
    background: #FFFFFF;
}
/* .table.price-table{table-layout: fixed;} */
.table.price-table tbody tr{background: transparent;}
.tableGrayHead .table tbody tr:nth-child(even){
    background: #F0F0F0;
}
.tableGrayHead .table tbody tr td{
    font-size: 14px;
    line-height: 20px;
    color: #8B8F92;
    font-weight: 400;
    padding: 12px 14px;
    vertical-align: middle;
    word-wrap: break-word
}
.tableGrayHead .table tbody tr td .tableLinkText {
    display: inline-block;
    color: #581989;
}
/*.tableGrayHead .table thead tr td.textGreen,
.tableGrayHead .table thead tr td .textGreen,
.tableGrayHead .table tbody tr td.textGreen,
.tableGrayHead .table tbody tr td .textGreen,
.programTabContent .tableGrayHead .table tbody tr td.textGreen,
.programTabContent .tableGrayHead .table tbody tr td .textGreen{
    color: #039A00;
}*/
.textRed,
.tableGrayHead .table thead tr th.textRed,
.tableGrayHead .table thead tr th .textRed,
.tableGrayHead .table thead tr td.textRed,
.tableGrayHead .table thead tr td .textRed,
.tableGrayHead .table tbody tr td.textRed,
.tableGrayHead .table tbody tr td .textRed,
.programTabContent .tableGrayHead .table tbody tr td.textRed,
.programTabContent .tableGrayHead .table tbody tr td .textRed {
    color: #ff0000;
}
.textGreen2,
.tableGrayHead .table thead tr th.textGreen2,
.tableGrayHead .table thead tr th .textGreen2,
.tableGrayHead .table thead tr td.textGreen2,
.tableGrayHead .table thead tr td .textGreen2,
.tableGrayHead .table tbody tr td.textGreen2,
.tableGrayHead .table tbody tr td .textGreen2,
.programTabContent .tableGrayHead .table tbody tr td.textGreen2,
.programTabContent .tableGrayHead .table tbody tr td .textGreen2{
    color: #039A00;
}
.textBrown,
.tableGrayHead .table thead tr th.textBrown,
.tableGrayHead .table thead tr th .textBrown,
.tableGrayHead .table thead tr td.textBrown,
.tableGrayHead .table thead tr td .textBrown,
.tableGrayHead .table tbody tr td.textBrown,
.tableGrayHead .table tbody tr td .textBrown,
.programTabContent .tableGrayHead .table tbody tr td.textBrown,
.programTabContent .tableGrayHead .table tbody tr td .textBrown  {
    color: #581989;
}
a.textBrown {
    cursor: pointer;
}
a.textBrown:hover{
    color: #581989;
}
.tableGrayHead .table thead tr th .checkbox,
.tableGrayHead .table thead tr td .checkbox,
.tableGrayHead .table tbody tr td .checkbox{
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}
.tableGrayHead .table thead tr th .checkbox label,
.tableGrayHead .table thead tr td .checkbox label,
.tableGrayHead .table tbody tr td .checkbox label{
    min-height: 12px;
}
.tableGrayHead .table thead tr th .checkBox label .checkmark, 
.tableGrayHead .table thead tr th .checkbox .checkmark,
.tableGrayHead .table thead tr td .checkBox label .checkmark, 
.tableGrayHead .table thead tr td .checkbox .checkmark,
.tableGrayHead .table tbody tr td .checkBox label .checkmark, 
.tableGrayHead .table tbody tr td .checkbox .checkmark,
.tableGrayHead .table tfoot tr td .checkBox label .checkmark, 
.tableGrayHead .table tfoot tr td .checkbox .checkmark {
    width: 12px;
    height: 12px;
}
.tableGrayHead .table thead tr th .custom-checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table thead tr th .checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table thead tr td .custom-checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table thead tr td .checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table tbody tr td .custom-checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table tbody tr td .checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table tfoot tr td .custom-checkbox input:checked ~ .checkmark:after,
.tableGrayHead .table tfoot tr td .checkbox input:checked ~ .checkmark:after{
    left: 3px;
    top: 0px;
}
.tableGrayHead .table tbody tr td .windowName{
    font-size: 14px;
    line-height: 18px;
    color: #581989;
}
.dataTableBox  {
    width: 100%;
    max-height: 80vh;
    overflow: auto;
}
.dataTableBox .dataTable {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
}
.dataTableBox .dataTable thead .sorting:before,
.dataTableBox .dataTable thead .sorting_desc:before,
.dataTableBox .dataTable thead .sorting_asc:before{
    content: "\f0d8";
    width: 10px;
    height: 5px;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'BentonSans Bold';
    line-height: 5px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
}
.dataTableBox .dataTable thead .sorting:after,
.dataTableBox .dataTable thead .sorting_desc:after,
.dataTableBox .dataTable thead .sorting_asc:after{
    content: "\f0d7";
    width: 10px;
    height: 5px;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'BentonSans Bold';
    line-height: 5px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
}
.dataTableBox .dataTable thead .sorting:before,
.dataTableBox .dataTable thead .sorting:after{
    opacity: 1;
}
.dataTableBox .dataTable thead .sorting_asc:before,
.dataTableBox .dataTable thead .sorting_desc:after{
    opacity: 0.2;
}
.dataTableBox .dataTable thead .sorting_asc:after,
.dataTableBox .dataTable thead .sorting_desc:before{
    opacity: 1;
}
/*.dataTableBox .table thead tr td.actionCol,
.dataTableBox .table tbody tr td.actionCol{
    position: -webkit-sticky !important;
    position: sticky !important;
    right: 0px !important;
    z-index: 9 !important;
    white-space: nowrap;
    border-left: 1px solid #D0D0D0 !important;
}l,
.dataTableBox .table tbody tr td.actionCol{
    background: #FFFFFF;
}
.dataTableBox .table tbody tr:nth-child(even) td.actionCol{
    background: #F0F0F0;
}*/
.dataTableBox .dataTable tbody tr td.dataTables_empty {
    color: #581989;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.tablePagination {
    margin-top: 7px;
}
.dataTables_wrapper .tablePagination {
    padding: 0 17px;
}
.dashboardTabs .tableFilterBox {
    margin-bottom: 22px;
}
.dashboardTabs .dataTables_wrapper .tablePagination {
    padding: 0;
}
.dashboardTabs .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:nth-last-child(1) {
    padding-right: 0;
}
/* Create new window area */
.createWindowHeader {
    padding: 18px 48px 19px 15px;
    background: #F5F6F3;
    border-bottom: 1px solid #8B8F92;
}
.createWindowHeader .windowTitle {
    margin-right: 15px;
}
.createWindowHeader .windowTitle h3,
.createWindowHeader .windowTitle h1{
    font-size: 24px;
    line-height: 24px;
    color: #BD9982;
    margin: 0;
    font-family: 'BentonSans Bold';
    font-family: 'OPTICaslonTwo-Bold';
}
.windowBreadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #581989;
    font-weight: 400;
}
.windowBreadcrumb ul li + li{
    margin-left: 40px;
}
.windowBreadcrumb ul li.active {
    color: #5E0824;
}
.windowBreadcrumb ul li span {
    display: inline-block;
    position: relative;
    min-height: 16px;
}
.windowBreadcrumb ul li + li span:before {
    content: '';
    width: 16px;
    height: 19px;
    cursor: default;
    background-image: url(../image/right-arrow-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -26px;
    top: 0;
    bottom: 0;
}
.windowCollapseArea .panel-group {
    margin-bottom: 0;
}
.windowCollapseArea .panel-default {
    border: 0;
    box-shadow: none;
    margin: 0;
    background: #F5F6F3;
}
.windowCollapseArea .panel-default .panel-heading {
    padding: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #8B8F92;
    border-radius: 0;
}
.windowCollapseArea .windowColCount {
    width: 35px;
    height: 35px;
    background: #ECEDE7;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    color: #581989;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'OPTICaslonTwo-Bold';
}
.windowCollapseArea .createWindowTitle a {
    font-size: 20px;
    line-height: 30px;
    color: #53565A;
    padding: 17px 65px 17px 15px;
    display: block;
    text-align: left;
    position: relative;
    background-color: #fff;
}
.windowCollapseArea .createWindowTitle a:before{
    content: "\f107";
    font-family: "FontAwesome";
    color: #53565A;
    font-size: 30px;
    font-family: 'BentonSans Bold';
    line-height: 11px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.windowCollapseArea .createWindowTitle a.collapsed:before{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.windowCollapseArea .panel-group .panel-heading+.panel-collapse>.list-group, 
.windowCollapseArea .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: 0;
}
.panel-body.windowPanelBody {
    padding: 0;
}
.windowPanelBody .panelBodyInner {
    background: #F5F6F3;
    padding: 16px 15px 18px;
    border-bottom: 2px solid #D0D0D0;
}
.panelBodyInner .panelBodyTitle {
    margin-bottom: 10px;
}
.panelBodyInner .panelBodyTitle h2,
.panelBodyInner .panelBodyTitle h3{
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
}
.windowPanelBody .panelBodyInner .inputBox {
    margin-bottom: 5px;
}
.allocationType .radioBtnBox {
    display: inline-block;
    margin-right: 10px;
}
.required.allocationType .radioBtnBox .radioBtnLabel:after{
    display: none;
}
.panelBodyInner .table {
    margin-bottom: 0;
}
.panelBodyInner .table thead tr td,
.panelBodyInner .table thead tr th {
    background: #686868;
    font-size: 14px;
    line-height: 21px;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 10px;
}
.panelBodyInner .table thead tr td.levelCol,
.panelBodyInner .table thead tr th.levelCol,
.panelBodyInner .table thead tr td.attributeCol,
.panelBodyInner .table thead tr th.attributeCol{
    width: 25%;
}
.panelBodyInner .table thead tr td.attributeValueCol,
.panelBodyInner .table thead tr th.attributeValueCol{
    width: 40%;
}
.panelBodyInner .table thead tr td.actionCol,
.panelBodyInner .table thead tr th.actionCol{
    width: 10%;
}
.panelBodyInner .table thead tr td:nth-child(1),
.panelBodyInner .table thead tr th:nth-child(1) {
    border-radius: 5px 0px 0px 0px;
}
.panelBodyInner .table thead tr td:nth-last-child(1),
.panelBodyInner .table thead tr th:nth-last-child(1) {
    border-radius: 0px 5px 0px 0px;
}
.panelBodyInner .table tbody tr:nth-child(odd) {
    background: #FFFFFF;
}
.panelBodyInner .table tbody tr:nth-child(even) {
    background: #F5F6F3;
}
.panelBodyInner .table tbody tr td,
.panelBodyInner .table tbody tr th,
.panelBodyInner .table thead tr td,
.panelBodyInner .table thead tr th{
    vertical-align: middle;
}
.windowPanelBody .panelBodyInner.panelBodyInnerS2{
    padding: 0;
}
.windowPanelBody .searchBox .form-control {
    padding: 9px 40px 9px 10px;
}
.panelBodyInnerS2 .inputSearchBox {
    padding: 7px 15px;
    width: 50%;
    margin-left: auto;
}
.brandCollapseTitle .brandColTitleDiv{
    background: #686868;
    padding-right: 15px;
    position: relative;
}
.brandCollapseTitle a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-family: 'BentonSans Bold';
    font-size: 24px;
    line-height: 24px;
    padding: 15px 15px 15px 50px;
    position: relative;
}
.brandCollapseTitle a:hover {
    color: #FFFFFF;
}
.brandCollapseTitle a:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 27px;
}
.brandCollapseTitle a.collapsed:after {
    content: '';
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 27px;
    transform: rotate(90deg);
}
.brandCollapseTitle .checkbox,
.createItemGrid .checkbox{
    margin: 0;
    padding: 0;
}
.brandCollapseTitle .checkbox .custom-checkbox{
    position: relative;
    padding-left: 27px;
}
.itemCheckbox.checkbox .custom-checkbox{
    min-width: 150px;
    background: #FFFFFF;
    border: 1px solid #581989;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #581989;
    padding: 7px 20px;
    margin-bottom: 0;
}
.itemCheckbox.checkbox label .checkmark {
    left: 0;
    top: 0;
    position: relative;
    display: inline-block;
}
.itemCheckbox.checkbox .checkmarkLabel {
    padding-left: 10px;
}
.windowPanelBody.itemSetupPanel .panelBodyInner{
    background: #FFFFFF;
}
.createItemRow {
    margin-top: -15px;
    margin-bottom: -15px;
}
.createItemRow .createItemCol {
    padding-top: 15px;
    padding-bottom: 15px;
}
.createItemRow .createItemGrid {
    background: #F5F6F3;
    border-radius: 5px;
}
.createItemGrid .checkbox .custom-checkbox{
    width: 100%;
    position: relative;
    background: #F5F6F3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0
}
.createItemGrid .checkBox label .checkmark, 
.createItemGrid .checkmark{
    display: inline-block;
    position: relative;
    top: 0;
}
.createItemGrid .createItemImg {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.createItemGrid .createItemImg img {
    max-width: 100%;
}
.createItemGrid .createItemText h3{
    font-size: 12px;
    line-height: 14px;
    color: #53565A;
    margin-bottom: 0;
}
.createItemGrid .createItemText ul {
    padding-left: 10px;
    list-style: none;
}
.createItemGrid .createItemText ul li {
    font-size: 12px;
    line-height: 14px;
    color: #53565A;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    padding-left: 10px;
}
.createItemGrid .createItemText ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #53565A;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.budgetAllocBtn {
    margin-bottom: 12px;
}
.budgetAllocBtn .btn {
    margin-right: 10px;
}
.tableGrayHead .table tbody tr.budgetCodeRow td:nth-child(1) {
    border-right: 0;
}
.tableGrayHead .table tbody tr td.budgetCodeCol {
    padding-left: 0;
    border-left: 0;
}
.budgetCodeBtnBox .text-danger{
    margin-top: 0;
    margin-left: 10px;
    color: #ff0000;
}
.budgetCodeBtn .fa-question-circle{
    margin-left: 5px;
}
.budgetCodeCol .btn.btnWhiteBg {
    min-width: 105px;
    font-size: 10px;
    line-height: 12px;
}
.budgetCodeCol .btn.disabled .btnWhiteBg, 
.budgetCodeCol .btn[disabled] .btn.btnWhiteBg{
    cursor: not-allowed;
}
.budgetCodeCol .btn.btnWhiteBg .fa{
    font-size: 12px;
    margin-left: 5px;
}
.budgetCollapse .btn.programEditBtn .fa,
.budgetCollapse .btn.programViewBtn .fa{
    color: #FFFFFF;
}
.budgetCollapse .collapseTableBox .table tbody tr.theadTwo td{
    background: #8B8F92;
    font-size: 16px;
    color: #FFFFFF;
}
.equalAllocationBtn {
    padding: 8px 14px;
    background: #fff;
}
.equalAllocationBtn .checkbox,
.guidelinesCheck.checkbox{
  margin: 0;  
}
.equalAllocationBtn .checkbox .custom-checkbox {
    font-family: 'BentonSans Bold';
    font-size: 16px;
    line-height: 20px;
    color: #581989;
    top: 3px
}
.allocatedAmmount .equalAllocationBtn .checkbox .custom-checkbox {
    padding-left: 10px;
    margin-bottom: 0;
}
.table thead tr th.allocateAmmountCol,
.table thead tr td.allocateAmmountCol,
.table tbody tr td.allocateAmmountCol {
    width: 30%;
}
.table thead tr th.remainTotalCol,
.table thead tr td.remainTotalCol,
.table tbody tr td.remainTotalCol{
    width: 30%;
}
.table thead tr th.allocateCol,
.table thead tr td.allocateCol,
.table tbody tr td.allocateCol,
.budgetCollapse .table tbody tr.theadTwo td:nth-child(4){
    width: 10%;
}
.table thead tr th.budgetAllocateCol,
.table thead tr td.budgetAllocateCol,
.table tbody tr td.budgetAllocateCol,
.budgetCollapse .table tbody tr.theadTwo td:nth-child(5){
    width: 20%;
}
/* Range Picker */
.rangeSlider {
    position: relative;
    margin: 6px 0 15px;
}
.rangeSlider + .rangeSlider{
  margin-top: 30px
}
.rangeSlider .rangeInput {
  width: 100%;
  height: 4px;
  outline: none;
  -webkit-appearance: none;
}
.rangeSlider .rangeInput::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  background: #581989;
    border: 0 !important;
  border-radius: 50%;
}
.rangeSlider .rangeInput::-moz-range-thumb{
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #581989;
    border: 0 !important;
    border-radius: 50%;
}
.rangeSlider .rangeSlideThumb {
    padding: 0;
    position: absolute;
    top: 100%;
    font-size: 8px;
    line-height: 18px;
    font-weight: 400;
    color: #8B8F92;
    margin-left: -5px;
}
.budgetRegionsBox {
    background: #581989;
    padding: 6px 15px;
    border-radius: 5px 5px 0px 0px;
}
.budgetRegionsBox h3 {
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
.budgetRegionRight .btn {
    margin-left: 25px;
}
#budgetAllocationBrands tr th:nth-child(1),
#budgetAllocationBrands tr td:nth-child(1),
#budgetAllocationRegions tr th:nth-child(1),
#budgetAllocationRegions tr td:nth-child(1){
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 12px 12px;
}
.checkboxCol .checkbox{
    margin: 0;
    padding-left: 0;
}
.tableGrayHead .table thead tr .checkboxCol .checkbox, 
.tableGrayHead .table tbody tr .checkboxCol .checkbox{
    padding-left: 0;
}
.checkboxCol .checkbox .custom-checkbox {
    min-height: 15px;
    min-width: 15px;
    margin-bottom: -4px;
    cursor: pointer;
}
.checkboxCol .checkbox .checkmark{
    margin: 0 auto;
    right: 0;
}
.brandCollapseTitle .allocateRegionTitle a,
.brandTotalBox {
    width: 50%;
}
.allocateBrandTotal {
    padding-right: 70px;
}
.brandTotalBox p {
    font-size: 16px;
    line-height: 28px;
    color: #F0F0F0;
}
.actionCol .addIcon:before,
.actionCol .addIcon:after{
    background: #FFFFFF;
}
.actionCol .btn.themeIconBtn {
    padding: 0;
}
.datepicker.datepicker-dropdown {
    padding: 5px 0;
    z-index: 11 !important;
}
.datepicker .table-condensed td, 
.datepicker .table-condensed th {
    padding: 5px;
    font-size: 14px;
}
.datepicker .table-condensed thead tr:nth-child(2) th{
    background: #581989;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active{
    background: rgba(158, 37, 59, 0.10) !important;
    border: 1px solid #581989 !important;
    color: rgba(33, 31, 28, 0.8) !important;
    background-image: none;
}
.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover,
.datepicker table tr td span.active.disabled{
    background: rgba(158, 37, 59, 0.10) !important;
    background-image: none !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover{
    color: rgba(33, 31, 28, 0.8) !important;
}
.datepicker table tr td.today.active:hover{
    color: rgba(33, 31, 28, 0.8) !important;
}
#ui-datepicker-div {
z-index: 9999 !important;
}
.panelBodyBtnBox {
    text-align: right;
    padding: 22px 15px;
}
.panelBodyBtnBox .btn {
    margin-left: 10px;
}
.createWindowHeader2 {
    background: #581989;
    padding: 15px
}
.createWindowHeader2 .windowColCount {
    width: 35px;
    height: 35px;
    background: #ECEDE7;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    color: #581989;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.createWindowHeader2 .windowTitle h3 {
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
/* Review section Area */
.reviewContent p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #53565A;
}
.reviewContent p span {
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
}
.reviewMTop22{
    margin-top: 22px;
}
.reviewCollapseBox .createWindowTitle a {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'BentonSans Bold';
    font-family: 'OPTICaslonTwo-Bold';
    color: #581989;
    cursor: pointer;
    padding: 17px 15px 17px 65px;
}
.reviewCollapseBox .createWindowTitle a:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #581989;
    position: absolute;
    left: 20px;
    top: 27px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.windowCollapseArea .reviewCollapseBox .createWindowTitle a.collapsed:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.reviewCollapseBox .createWindowTitle a.collapsed:after {
    content: '';
    width: 20px;
    height: 3px;
    background: #581989;
    position: absolute;
    left: 20px;
    top: 27px;
    transform: rotate(90deg);
}
.reviewCollapseBox .createWindowTitle .colTitleBtn{
    background: #fff;
}
.reviewCollapseBox .createWindowTitle .colTitleBtn a {
    width: 50%;
}
.colTitleBtn .budgetRegionRight .btn {
    border: 0;
    margin-left: 0;
}
.colTitleBtn .budgetRegionRight .btn + .btn{
    margin-left: 40px;
}
#reviewArea .reviewCollapseBox .colTitleBtn .budgetRegionRight .btn {
    font-size: 16px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
    padding: 0 15px;
}

/* View Program Area */
.viewProgramHeader {
    padding: 14px 17px;
}
.programHeaderTitle h3,
.programHeaderTitle h1{
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    color: #581989;
    font-family: 'OPTICaslonTwo-Bold';
}
.programHeaderLeft .btn.programEditBtn {
    margin-left: 10px;
}
.actionBtnBox {
    min-width: 90px;
    margin-left: -5px;
    margin-right: -5px;
}
.btn.programEditBtn,
.actionBtnBox .btnIcon {
    display: inline-block;
}
.actionBtnBox .btn {
    margin-left: 5px;
    margin-right: 5px;
}
.btn.programEditBtn .fa,
.actionBtnBox .fa{
    font-size: 20px;
    line-height: 20px;
    color: #581989;
}
.programHeaderDate {
    margin-left: 30px;
}
.programHeaderDate .editDateText {
    display: inline-block;
}
.programHeaderDate .editDateText p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #581989;
}
.programHeaderDate .editDateText .dateText{
    font-size: 12px;
}
.programHeaderBtn .btn {
    margin-left: 31px;
}
.table-responsive .table .sendReminderBtn{
    min-width: 215px !important;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    right: 0;
    border-left: 1px solid #D0D0D0;
}
.userTableListing .table tbody tr.collapseChild2 td.sendReminderBtn{
    background: #D0D0D0;
}
.table-responsive .table tbody tr:nth-child(even) .sendReminderBtn {
    background: #F0F0F0;
}
.table-responsive .table tbody tr:nth-child(odd) .sendReminderBtn {
    background: #FFFFFF;
}
.dataTables_wrapper .tableFilterBox .sendEmailBtnBox .dataTables_filter,
.dataTables_wrapper .tableFilterBox .recalculateBtnBox .dataTables_filter{
    float: left;
}
.sendEmailBtnBox .btn.sendEmailAllBtn,
.recalculateBtnBox .btn.recalculateBtn{
    float: left;
    margin-right: 10px;
}
.sendEmailBtnBox .btn.sendEmailAllBtn:hover{
    color: #FFFFFF;
}
.btn.themeBtn.recalculateBtn.disabled, 
.btn.themeBtn.recalculateBtn[disabled]{
    color: #7B7870;
    border-color: #7B7870;
    background: #B1ADA6;
    opacity: 0.8;
    cursor: no-drop;
}
.programTabContent .dataTables_wrapper .recalculateBtnBox.tableSearch .dt-button + .dt-button {
    margin-left: 0;
}
.programTabContent .dataTables_wrapper .recalculateBtnBox.tableSearch .dataTables_filter{
    margin-right: 10px;
}
/* Program Tabs Area */
.programTabBox .programTabMneu {
    padding: 0px 17px;
    margin-top: -8px;
}
.programTabBox .programTabMneu.pricingTabSUbmenu{
    margin-top: 10px;
}
.programTabMneu .nav-tabs li {
    padding: 0;
    margin-right: 8px;
    margin-top: 8px;
}
.programTabMneu .nav-tabs li a,
.programTabMneu .nav-tabs li .nav-link{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #581989;
    font-family: 'BentonSans Bold';
    padding: 8px 15px;
    border: 0;
    background: #ECEDE7;
    border-radius: 5px 5px 0px 0px;
}
#my-order .nav-tabs .nav-item {
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
}
.programTabMneu .nav-tabs li a.active,
.programTabMneu .nav-tabs li a.active, 
.programTabMneu .nav-tabs li a.active:focus, 
.programTabMneu .nav-tabs li a.active:hover,
.programTabMneu .nav-tabs li .nav-link.active,
.programTabMneu .nav-tabs li .nav-link.active, 
.programTabMneu .nav-tabs li .nav-link.active:focus, 
.programTabMneu .nav-tabs li .nav-link.active:hover{
    color: #F5F6F3;
    background: #581989;
    border: 0;
    margin: 0;
}
.dueDateBtn {
    margin-top: 8px;
    margin-bottom: 10px;
}
.programTabBox .tab-content,
.my-order .tab-content{
    background: #FFFFFF;
}
.programTabBox .tab-content.notDataFound {
    border-top: 0;
}
.programTabTitle {
    padding: 22px 17px 10px 17px;
}
.programTabTitleS2.programTabTitle {
    padding: 22px 17px 0 17px;
}
.programTabTitleS2 .btn.btnWhiteBg, 
.programTabTitleS2 .btn.themeBtn{
    min-width: 125px;
}
.programTabTitle h3,
.programTabTitle h2 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    color: #581989;
    margin-bottom: 0;
    font-family: 'OPTICaslonTwo-Bold';
}
.programTabTitle .btn {
    margin-left: 10px;
}
.programTabTitle .addIcon:before, 
.programTabTitle .addIcon:after{
    content: "";
    position: absolute;
    background: #581989;
}
.programTabTitle .searchBox .form-control{
   height: 48px;
    padding: 10px 40px 10px 16px;
    color: #53565A;
}
.programTabContent .dataTables_wrapper {
    background: #F5F6F3;
}
.programTabContent .tableFilterBox {
    margin-bottom: 0;
    padding: 0 17px 22px 17px;
    background: #FFFFFF;
}
.programTabContent .dataTables_wrapper .tableSearch .dataTables_filter {
    width: auto;
    margin-right: 0;
}
.programTabContent .dataTables_wrapper .tableSearch .dt-buttons{
    margin-left: 10px;
}
.programTabContent .dataTables_wrapper .tableSearch .saveBtn {
    border: 0;
    background: transparent;
    padding: 0;
}
.programTabContent .dataTables_wrapper .tableSearch .saveBtn span{
    display: inline-block;
}
.programTabContent .dataTables_wrapper .tableSearch .dt-button + .dt-button{
    margin-left: 10px;
}
.maxHeightScroll.table-responsive {
    max-height: 80vh;
}
.activeDrag{
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.programTabContent .tableGrayHead .table{
    margin-bottom: 0;
}
.programTabContent .tableGrayHead .table tbody tr td,
.dashboardModal .tableGrayHead .table tbody tr td{
    color: #53565A;
}
.contactInfo p {
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
    font-weight: 400;
}
.contactInfo p span{
    font-family: 'BentonSans Bold';
}
.contactInfo .contactInfoLink img {
  min-width: 15px;
  margin-left: 5px;
}
.stickyHeadTable{
    max-height: 80vh;
}
.stickyHeadTable.tableHeightAuto {
    max-height: 0.01%;
    overflow: hidden;
}
.table-responsive .table {
    margin-bottom: 7px;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}
#cartArea .cartBtnContinue img{
    margin-right: 8px;
}
.table-responsive .table.cart-table {
    margin-bottom: 43px;
}
.table-responsive .table-bordered.table{
    border: 0;
    border-bottom: 1px solid #D0D0D0;
}
.table-responsive .table thead tr th,
.table-responsive .table thead tr td,
.table-responsive .table tbody tr td,
.table-responsive .table tfoot tr td,
.dataTableBox .table-bordered.dataTable th, 
.dataTableBox .table-bordered.dataTable td{
    border-bottom-width: 0;
    border-left-width: 0;
} 

.table-responsive .table thead tr th:nth-child(1),
.table-responsive .table thead tr td:nth-child(1),
.table-responsive .table tbody tr td:nth-child(1),
.table-responsive .table tfoot tr td:nth-child(1) {
    border-left-width: 1px;
}
.table-responsive .table thead tr th:nth-child(1),
.table-responsive .table thead tr td:nth-child(1){
    border-left-color: #686868;
}
.table-responsive .table thead tr th:nth-last-child(1),
.table-responsive .table thead tr td:nth-last-child(1){
    border-right-color: #686868;
}
.table-responsive .table thead tr th:nth-last-child(1),
.table-responsive .table thead tr td:nth-last-child(1),
.table-responsive .table tbody tr td:nth-last-child(1),
.table-responsive .table tfoot tr td:nth-last-child(1) {
    border-right-width: 1px;
}
.stickyHeadTable .table tbody:nth-last-child(1) tr:nth-last-child(1) td {
    border-bottom: 1px solid #D0D0D0;
}
.stickyHeadTable .table thead tr td.minW180{
    width: 200px;
    max-width: 200px;
}
.tableGrayHead .table tbody tr.childRow{
    background: #F0F0F0;
}
.tableGrayHead .table tbody tr.subChildRow,
.tableGrayHead .table tbody tr.subChildRow:nth-child(even):hover{
    background: #FFFFFF !important;
}
.table tbody tr td .contactInfo{
    min-width: 130px;
}
.table tbody tr td .contactInfo .userGlobe {
    margin-left: 5px;
}
.table thead tr td.userNameWidth,
.table tbody tr td.userNameWidth{
    min-width: 80px !important;
}
/* Budget Tab Area*/
.brandTotalBox .btn.programEditBtn {
    padding-left: 70px;
}
.brandTotalBox .btn.programEditBtn .fa {
    color: #FFFFFF;
}
.programTabContent .panel-group .brandCollapseTitle,
.programTabContent .panel-group .panel-body,
.panel-body.budgetCollapse{
    padding: 0;
}
.programTabContent .panelBodyInner .table thead tr td:nth-child(1),
.programTabContent .panelBodyInner .table thead tr td:nth-last-child(1){
    border-radius: 0;
}
.inputBox.inputVeiwMode .form-control[readonly] {
    padding: 0;
    height: 18px;
    font-size: 14px;
    color: #53565A;
    background: transparent;
    border: 0;
}
.programTabContent .noDataFound {
    padding-top: 2px;
    min-height: 35vh;
}
.noDataFound p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #53565A;
}
.programTotalBox {
    padding: 22px 17px;
}
.programTotalBox .grandTotal{
    text-align: right;
}
.programTotalBox .grandTotal p,
.programTotalBox .grandTotal h3{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #581989;
    font-family: 'BentonSans Bold';
    font-family: 'OPTICaslonTwo-Bold';
}
.budgetTableListNew .table thead tr td.allocatedBudgetCol,
.budgetTableListNew .table thead tr td.remainingBrandCol,
.budgetTableListNew .table thead tr td.spendBudgetCol{
    width: auto;
    min-width: auto;
    max-width: initial;
}
.table tbody tr td .placeOrderLink a{
    margin-right: 10px;
}
.table tbody tr td .placeOrderLink.placeOrderIconRight a{
    margin-right: 0;
    margin-left: 10px;
}
.editOrderDiv {
    min-width: 140px;
}
.editOrderDiv .editOrderLeftText {
    margin-right: 20px;
}
.editOrderDiv .editOrderLink{
    position: relative;
    margin-left: 14px;
    padding-top: 4px;
    cursor: pointer;
}
.editOrderDiv img{
    min-width: 35px;
}
.placeOrderLink img{
    min-width: 25px;
}
.exportExcelIcon img {
    min-width: 20px;
}
.exportExcelIcon.excelIconRight .excelIconLink {
    margin-left: 10px;
}
.editOrderDiv .editOrderLink .itemCountText,
.editOrderDiv .editOrderLink .cancelledItemCount{
    min-width: 15px;
    font-size: 12px;
    line-height: 10px;
    font-family: 'BentonSans Bold';
    display: inline-flex;
    position: absolute;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
}
.editOrderDiv .editOrderLink .itemCountText {
    color: #039A00;
    left: 3px;
    top: -4px;
}
.editOrderDiv .editOrderLink .cancelledItemCount {
    color: #581989;
    left: -14px;
    top: 15px;
}
.editOrderDiv .editOrderLink.disableEditOrderLink {
    cursor: no-drop;
}
.editOrderDiv .editOrderLink.disableEditOrderLink .itemCountText,
.editOrderDiv .editOrderLink.disableEditOrderLink .cancelledItemCount{
    color: #686868;
}
.editOrderDiv.editOrderLeftIcon .editOrderLink {
    margin-left: 10px;
    margin-right: 5px;
}
.placeOrderLink{
    cursor: pointer;
}
.placeOrderLink.disablePlaceOrderLink, 
.placeOrderLink.disablePlaceOrderLink:focus {
    cursor: no-drop;
    opacity: 1 !important;
}
.orderPlaceAlertBox .publishModalText h4{
    margin-bottom: 0;
}
.orderPlaceAlertBox .orderplaceBtn {
    display: inline-block;
    color: #581989;
    border-bottom: 1px solid #581989;
}
/* Item list tab */
.sticky-table{
    border-collapse: separate;
    border: 0;
}
.table-responsive .table.sticky-table thead tr td,
.table-responsive .table.sticky-table thead tr th,
.table-responsive .table.sticky-table tbody tr td,
.table-responsive .table.sticky-table tfoot tr td{
    border-bottom: 0;
    border-left: 0;
}
.table-responsive .table thead tr td.minW300,
.table-responsive .table thead tr th.minW300,
.table-responsive .table tfoot tr td.minW300,
.table-responsive .table tbody tr td.minW300{
    min-width: 300px !important;
}
.table-responsive .table thead tr td.minW180,
.table-responsive .table thead tr th.minW180,
.table-responsive .table tfoot tr td.minW180,
.table-responsive .table tbody tr td.minW180 {
    min-width: 180px !important;
}
.table-responsive .table thead tr td.minW150,
.table-responsive .table thead tr th.minW150,
.table-responsive .table tfoot tr td.minW150,
.table-responsive .table tbody tr td.minW150 {
    min-width: 150px !important;
}
.table-responsive .table thead tr td.minW120,
.table-responsive .table thead tr th.minW120,
.table-responsive .table tfoot tr td.minW120,
.table-responsive .table tbody tr td.minW120 {
    min-width: 120px !important;
}
.table-responsive .table thead tr td.minW100,
.table-responsive .table thead tr th.minW100,
.table-responsive .table tfoot tr td.minW100,
.table-responsive .table tbody tr td.minW100,
.table thead tr td.minW100 {
    min-width: 100px !important;
}
.table-responsive .table thead tr td.minW50,
.table-responsive .table thead tr th.minW50,
.table-responsive .table tfoot tr td.minW50,
.table-responsive .table tbody tr td.minW50 {
    min-width: 50px !important;
}
.table-responsive .table thead tr td.minW80,
.table-responsive .table thead tr th.minW80,
.table-responsive .table tfoot tr td.minW80,
.table-responsive .table tbody tr td.minW80,
.table thead tr td.minW80{
    min-width: 80px !important;
}
.table-responsive .table thead tr td.minW90,
.table-responsive .table thead tr th.minW90,
.table-responsive .table tfoot tr td.minW90,
.table-responsive .table tbody tr td.minW90 {
    min-width: 90px !important;
}
.table-responsive .table thead tr td.checkBoxCol, 
.table-responsive .table thead tr th.checkBoxCol, 
.table-responsive .table tfoot tr td.checkBoxCol,
.table-responsive .table tbody tr td.checkBoxCol{
    min-width: 50px !important;
}
.table-responsive .table.sticky-table thead tr td:nth-child(1),
.table-responsive .table.sticky-table thead tr th:nth-child(1),
.table-responsive .table.sticky-table tbody tr td:nth-child(1),
.table-responsive .table.sticky-table tfoot tr td:nth-child(1){
    border-left: 1px solid #D0D0D0;
}
.table-responsive .table.sticky-table thead tr:nth-last-child(1) td,
.table-responsive .table.sticky-table thead tr:nth-last-child(1) th,
.table-responsive .table.sticky-table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #D0D0D0;
}
.sticky-table .sticky-cell{
    position: sticky !important;
    position: -webkit-sticky !important;
    left: 0;
    background: #ffffff;
    z-index: 9;
}
.stickyHeadTable .sticky-table.table .tfoot_total tr.tableHeader1 td.sticky-cell,
.stickyHeadTable .sticky-table.table .tfoot_total tr.tableHeader2 td.sticky-cell{
    z-index: 12;
}
.sticky-table tbody tr:nth-child(even) .sticky-cell {
    background: #F0F0F0 !important;
}
.table-hover tbody tr:hover .sticky-cell{
    background-color: #f5f5f5;
}
.tableGrayHead .table tbody tr:nth-child(even):hover,
.sticky-table tbody tr:nth-child(even):hover .sticky-cell{
    background-color: #f5f5f5 !important;
}
.table-responsive #itemssTabList.sticky-table thead tr:nth-last-child(1) td{
    border-bottom: 0;
}
.table td.statusCol,
.table th.statusCol{
    min-width: 86px;
    width: 86px;
    max-width: 86px;
}
.table tr td.checkBoxCol,
.table tr td.checkboxCol,
.table tr td.collapseArrowCol,
.table tr th.checkBoxCol,
.table tr th.checkboxCol,
.table tr th.collapseArrowCol{
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}
.table tr td.startDateCol,
.table tr td.dueDateCol,
.table tr td.customerNameCol,
.table tr th.startDateCol,
.table tr th.dueDateCol,
.table tr th.customerNameCol{
     min-width: 150px !important;
}
.table tr td.itemImageCol,
.table tr th.itemImageCol{
    min-width: 65px;
    width: 65px;
    max-width: 65px;
}
.table tr td.itemBrandCol,
.table tr th.itemBrandCol{
    min-width: 80px;
    width: 80px;
    max-width: 80px;
}
.table tr td.itemSkuCol,
.table tr th.itemSkuCol{
    min-width: 130px !important;
    width: 130px;
    max-width: 130px;
}
.table tr td.itemNameCol,
.table tr th.itemNameCol{
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}
.minimized_col{
    min-width: 20px !important;
    width: 50px !important;
    max-width: 120px !important;
}
/*.table-responsive .table tbody tr:hover, 
.table-responsive .table tbody tr:hover td.sticky-cell{
    background-color: #f7f7f7 !important;
}

#tbl-hierarchyUserList tr td:nth-child(1){
    left:0;
    width: 50px !important;
    max-width: 50px !important;
}
#tbl-hierarchyUserList tr td:nth-child(2){
    left:80px;
    width: 85px !important;
    max-width: 85px !important;
} 
#tbl-hierarchyUserList tr td:nth-child(3){
    left:214px;
    width: 85px !important;
    max-width: 85px !important;
} 
#tbl-hierarchyUserList tr td:nth-child(4){
    left:348px;
} 
#itemssTabList tr td.itemImageCol,
#viewItemDetailsList tr td.itemImageCol{
    left:0;
}
#itemssTabList tr td.itemBrandCol{
    left:97px;
}
#itemssTabList tr td.itemSkuCol {
    left: 226px;
}
#itemssTabList tr td.itemNameCol {
    left: 405px;
}
#itemssTabList tr td.itemStatusCol {
    left: 554px;
}
#viewItemDetailsList tr td.itemBrandCol{
    left:95px;
}
#viewItemDetailsList tr td.itemStatusCol {
    left: 224px;
}
#viewItemDetailsList tr td.itemSkuCol {
    left: 320px;
}*/

.minimized_col2{
    min-width: 100px !important;
    width: 180px !important;
    max-width: 200px !important;
}
.table tr td.itemQtyOrder{
    min-width: 120px;
    width: 120px;
    max-width: 120px;
}
.table tr td.itemMoqCol,
.table tr td.itemFreight{
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}
.tableGrayHead .table .tfoot_total{
    display: table-header-group;
}
.tableGrayHead .table .tfoot_total .tableHeader1 td,
.tableGrayHead .table .tfoot_total .tableHeader2 td{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 15px;
    background: #8B8F92;
    color: #FFFFFF;
    border-color: #D0D0D0;
}
.tableGrayHead .table .tfoot_total .tableHeader1.trBgWhite td{
    background: #FFFFFF;
}
.stickyHeadTable .table .tfoot_total tr.tableHeader1 td:nth-child(1),
.stickyHeadTable .table .tfoot_total tr.tableHeader2 td:nth-child(1){
    border-left-color: #8B8F92;
}
.tableGrayHead .table .tfoot_total .tableHeader1 td:nth-last-child(1),
.tableGrayHead .table .tfoot_total .tableHeader2 td:nth-last-child(1) {
    border-right-color: #8B8F92;
}
body .filterDropdown .form-control, 
body .filterDropdown .form-control.datepicker{
    height: 34px;
    text-align: left;
}
.table .tfoot_total .filterDropdown.tableHeader1 td{
    vertical-align: middle;
}
.filterDropdown .inputBox .select2-container .select2-selection--single{
    height: 34px !important;
}
.filterDropdown .select2-container--default .select2-selection--single .select2-selection__arrow, 
.filterDropdown .inputBox .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px
}
.filterDropdown .inputBox .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    line-height: 30px;
}
.filterDropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
    text-align: left;
}
.filterDropdown .select2-container--default .select2-selection--single .select2-selection__rendered, 
.filterDropdown .inputBox .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
.daterangepicker table thead td, 
.daterangepicker table thead th {
    background-color:#686868;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    border-radius: 0 !important;
}
.daterangepicker .calendar-table .next span, 
.daterangepicker .calendar-table .prev span {
    color: #fff !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
}
.daterangepicker .drp-buttons .btn.applyBtn {
    background: #581989;
    box-shadow: none !important;
    border: 1px solid #581989;
}
.daterangepicker .drp-buttons .btn.applyBtn:hover {
    background: #581989 !important;
}
.daterangepicker .drp-buttons .btn.btn-primary.disabled, 
.daterangepicker .drp-buttons .btn.btn-primary[disabled],
.daterangepicker .drp-buttons .btn.btn-primary[disabled]:hover{
    color: #686868 !important;
    background: #D0D0D0 !important;
    border: 1px solid #686868 !important;
    cursor: no-drop;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    color: #53565A;
    float: none;
}
.daterangepicker,
.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-selected{
    font-family: 'BentonSans Regular', sans-serif;
}
.itemSelectStatusDropdown .inputBox {
    margin-right: 10px;
}
.itemSelectStatusDropdown .inputBox,
.itemSelectStatusDropdown .inputBox .select2-container {
    min-width: 180px;
}
.itemStatusChangeLogModal.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 1355px;
}
.itemStatusSelect .itemStatusContent{
    min-width: 300px;
}
.itemStatusBtn .btn {
    margin-left: 10px;
}
.itemStatusChangeCol{
    position: relative;
}
.table tr .minimized_col.itemStatusChangeCol{
    min-width: 95px !important;
}
.table-responsive.editItemPriceBox {
    margin-bottom: 20px;
}
.tableGrayHead.editItemPriceBox .table tbody tr td {
    line-height: 22px;
}
.statusChangeColBtn .btn{
    margin-left: 5px;
}
.statusChangeColBtn.statusChangeIconLeft .btn {
    margin-left: 0;
    margin-right: 5px;
}
.statusChangeColBtn .btn.programEditBtn .fa {
    font-size: 16px;
}
.statusChangeEditBox {
  position: relative;
}
.statusChangeBox {
    min-width: 292px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 12;
    text-align: left;
    margin-left: 34px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.15);
    box-shadow: 0 1px 10px rgba(0,0,0,.15);
}
.editItemPriceBox .statusChangeBox {
    margin-left: 15px;
}
.statusChangeBox:before,
.statusChangeBox:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.statusChangeBox:before{
    left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFFFFF;
}
.statusChangeBox:after {
    left: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #F5F6F3;
    z-index: -1;
}
.statusChangeBox .changeStatusTitle {
    padding: 3px 10px;
    text-align: left;
    background: #581989;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #e5e5e5;
}
.statusChangeBox .changeStatusTitle h3{
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    font-family: 'OPTICaslonTwo-Bold';
}
.statusChangeBox .changeStatusBody{
    padding: 10px;
    background: #FFFFFF;
}
.statusChangeBox .changeStatusSelect {
    width: 180px;
    margin-right: 5px;
    position: relative;
}
.statusChangeBox .changeStatusSelect label{
    margin: 0;
}
.statusChangeBoxBtn .btn.statusSaveBtn,
.statusChangeBoxBtn .btn.statusCancelBtn {
    width: 38px;
    height: 38px;
    display: inline-block;
    border: 1px solid #581989;
    margin-left: 5px;
}
.statusChangeBoxBtn .btn.statusSaveBtn{
    background: #581989;
    color: #FFFFFF;
}
.statusChangeBoxBtn .btn.statusCancelBtn{
    background: #FFFFFF;
    color: #581989;
}
.checkmarkIconBox,
.crossIconBox {
    position: relative;
    display: inline-block;
}
.checkmarkIconBox:before {
    content: "";
    width: 14px;
    height: 22px;
    position: absolute;
    left: 12px;
    top: 5px;
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
}
.crossIconBox:before, 
.crossIconBox:after {
    content: "";
    position: absolute;
    left: 16px;
    height: 25px;
    width: 4px;
    background-color: #581989;
    top: 6px;
}
.crossIconBox:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crossIconBox:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.statusChangeBoxBtn .checkmarkIconBox,
.statusChangeBoxBtn .crossIconBox  {
    width: 100%;
    height: 100%;
}
.statusChangeBox .btn.editCloseIcon {
    position: absolute;
    right: 5px;
    top: 10px;
}
.dashboardModal .dataTables_wrapper .tableSearch .dataTables_filter{
    width: auto;
}
.itemStatusChangeLogModal .tableGrayHead .table tbody tr td {
    padding: 10px 10px;
}
.itemStatusChangeLogModal .tableGrayHead .table thead tr td.sorting, 
.itemStatusChangeLogModal .tableGrayHead .table thead tr td.sorting_asc, 
.itemStatusChangeLogModal .tableGrayHead .table thead tr td.sorting_desc {
    padding: 10px 30px 10px 10px;
}
.itemStatusChangeLogModal .dataTableBox .dataTable thead th:after, 
.itemStatusChangeLogModal .dataTableBox .dataTable thead th:before,
.itemStatusChangeLogModal .dataTableBox .dataTable thead td:after, 
.itemStatusChangeLogModal .dataTableBox .dataTable thead td:before{
    right: 10px;
}
.dashboardModal .stickyHeadTable .table tbody tr td:nth-child(1){
    border-left: 1px solid #D0D0D0 !important;
}
.dashboardModal .tableGrayHead .table thead tr td:nth-last-child(1) {
    border-left: 1px solid #686868 !important;
}
.dashboardModal .stickyHeadTable .table tbody tr td:nth-child(1){
    border-left: 1px solid #D0D0D0 !important;
}
.table tbody tr .oldValueCol b,
.table tbody tr .newValueCol b{
    display: block;
}
.apiLogStatusModal.itemStatusChangeLogModal .dataTableBox {
    max-height: 47vh;
}
.apiLogStatusModal.dashboardModal .modal-footer {
    padding-top: 0;
}
/* Order Summary Area */
.programTabBox .tab-content .tab-content .programTabContent,
.itemSetupArea .tab-content .programTabContent,
.pTop20{
    padding-top: 20px;
}
.pTop0,
.programTabTitle.pTop0,
.programTabBox .tab-content .tab-content .programTabContent.pTop0{
    padding-top: 0;
}
.programTabBox .tab-content .tab-content .programTabContent.programTabSaveTop {
    padding-top: 0;
    padding-bottom: 20px;
}
.collapseTableBox.table-responsive .table,
.collapseTableBox .table{
    margin-bottom: 0;
}
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td,
.tableGrayHead.collapseTableBox .table thead tr.collapseParent th,
.tableGrayHead.collapseTableBox .table tbody tr.collapseParent td{
    background: #4C4C4C;
    color: #FFFFFF;
    text-transform: capitalize;
    border-color: transparent;
    vertical-align: middle;
    padding: 4px 12px;
    font-weight: 400;
}
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td:nth-child(1),
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td.checkBoxCol,
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td.collapseArrowCol,
.tableGrayHead.collapseTableBox .table thead tr.collapseParent th:nth-child(1),
.tableGrayHead.collapseTableBox .table thead tr.collapseParent th.checkBoxCol,
.tableGrayHead.collapseTableBox .table thead tr.collapseParent th.collapseArrowCol,
.tableGrayHead.collapseTableBox .table tbody tr.collapseParent td:nth-child(1),
.tableGrayHead.collapseTableBox .table tbody tr.collapseParent td.checkBoxCol,
.tableGrayHead.collapseTableBox .table tbody tr.collapseParent td.collapseArrowCo{
    border-right-color: #ffffff;
}
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td:nth-child(2),
.tableGrayHead.collapseTableBox .table thead tr.collapseParent th:nth-child(2),
.tableGrayHead.collapseTableBox .table tbody tr.collapseParent td:nth-child(2){
    border-left-color: #ffffff;
}
.tableGrayHead.collapseTableBox .table thead tr.theadOne .theadOneTitle,
.tableGrayHead.collapseTableBox .table tbody tr.theadOne .theadOneTitle {
    font-size: 18px;
    line-height: 30px;
}
.collapseTableBox .table tbody tr.collapseChild1 .child1ColTitle,
.collapseTableBox .table tbody tr.collapseChild2 .child1Co2Title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
}
.collapseTableBox .table thead tr.collapseParent td h3,
.collapseTableBox .table thead tr.collapseParent th h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF;
}
.collapseTableBox .table tbody tr.collapseChild1 td {
    background: #adb3b8;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.collapseTableBox .table tbody tr.collapseChild2 td{
    background: #D0D0D0;
    font-size: 14px;
    color: #53565A;
    border-color: #FFFFFF;
}
.userTableListing .table tbody tr.collapseChild2 td{
    background: #D0D0D0;
    border-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
.userTableListing .table thead tr td:nth-last-child(2),
.userTableListing .table thead tr th:nth-last-child(2),
.userTableListing .table tbody tr td:nth-last-child(2),
.userTableListing .table tfoot tr td:nth-last-child(2){
    border-right: 0;
}
.stickyHeadTable .table thead tr.tableHeader1,
.stickyHeadTable .table thead tr.tableHeader2,
.stickyTheadRow .table thead tr:nth-child(1),
.stickyHeadTable .table .tfoot_total tr.tableHeader1,
.stickyHeadTable .table .tfoot_total tr.tableHeader2{
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 11;
}
.stickyHeadTable .table thead tr.tableHeader1,
.stickyTheadRow .table thead tr:nth-child(1){
    top: 0;
}
.tableGrayHead .table tbody tr td .table thead tr td,
.tableGrayHead .table tbody tr td .table thead tr th{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
}
.tableGrayHead .table tbody tr td .table thead tr td.sticky-cell{
    z-index: 10;
}
.tableGrayHead .table thead tr td .table tr.collapseChild2Head td,
.tableGrayHead .table tbody tr td .table tr.collapseChild2Head td{
    border-top: 0;
}
.tableGrayHead .table thead tr td .table tr.collapseChild2Head td:nth-child(1),
.tableGrayHead .table tbody tr td .table tr td:nth-child(1){
    border-left: 0;
}
.tableGrayHead .table thead tr td .table tr.collapseChild2Head td:nth-last-child(1),
.tableGrayHead .table tbody tr td .table tr td:nth-last-child(1){
    border-right: 0;
}
.tableGrayHead.collapseTableBox .table tbody tr td .table tbody tr:nth-child(even) .sticky-cell{
    background: #FFFFFF !important;
}
.tableGrayHead.collapseTableBox .table tbody tr td .table tbody tr:nth-child(odd) .sticky-cell{
    background: #F5F6F3 !important;
}
.tableGrayHead.collapseTableBox .table tbody tr td .table tbody tr:nth-child(even):hover, 
.tableGrayHead.collapseTableBox .table tbody tr td .table tbody tr:nth-child(even):hover .sticky-cell {
    background-color: #f5f5f5 !important;
}
.collapseTableBox .table tbody tr.collapseChild2Head td, 
.tableGrayHead .table thead tr.collapseChild2Head td {
    background: #F0F0F0;
    font-family: 'BentonSans Bold';
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    white-space: nowrap;
}
.collapseTableBox .table tbody tr.theadTwo td{
    background: #F0F0F0;
    font-family: 'BentonSans Bold';
}
.tableGrayHead.collapseTableBox .table tbody tr:nth-child(odd) {
    background: #F5F6F3;
}
.tableGrayHead.collapseTableBox .table tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.collapseHidden{
    display: none;
}
.table thead tr td.allocatedBudgetCol{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}
.table thead tr td.remainingBrandCol{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}
.table thead tr td.spendBudgetCol{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}
.table thead tr th.adminAllocatedBudgetCol,
.table thead tr td.adminAllocatedBudgetCol{
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}
.tableGrayHead .table thead tr th.tableCollapseBtn,
.tableGrayHead .table thead tr td.tableCollapseBtn,
.tableGrayHead .table tbody tr td.tableCollapseBtn,
.tableGrayHead.collapseTableBox .table thead tr.collapseParent td.tableCollapseBtn,
.programTabContent .tableGrayHead .table thead tr th.tableCollapseBtn,
.programTabContent .tableGrayHead .table thead tr td.tableCollapseBtn,
.programTabContent .tableGrayHead .table tbody tr td.tableCollapseBtn,
.tableGrayHead .table tbody tr td.chatBtnCol,
.tableGrayHead .table thead tr th.tableCollapseBtnS2,
.tableGrayHead .table thead tr td.tableCollapseBtnS2,
.tableGrayHead .table tbody tr td.tableCollapseBtnS2{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 12px 12px;
    cursor: pointer;
}
.tableCollapseBtn .tableCollapseIcon,
.tableCollapseBtnS2 .tableCollapseIcon{
    display: inline-block;
    position: relative;
    width:10px;
    height:10px;
}
.tableCollapseBtn .tableCollapseIcon:before,
.tableCollapseBtn .tableCollapseIcon:after,
.tableCollapseBtnS2 .tableCollapseIcon:before,
.tableCollapseBtnS2 .tableCollapseIcon:after{
  content: "";
  position:absolute;
  background: #53565A;
}
.tableCollapseBtn .tableCollapseIcon:before,
.tableCollapseBtnS2 .tableCollapseIcon:before {
    left: 5px;
    top: 0px;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    height: 10px;
}
.tableCollapseBtn .tableCollapseIcon:after,
.tableCollapseBtnS2 .tableCollapseIcon:after{
    top: 5px;
    left: 0;
    height: 2px;
    transform: translateY(-50%);
    width: 10px;
}
.collapseParent .tableCollapseBtn .tableCollapseIcon:before,
.collapseParent .tableCollapseBtn .tableCollapseIcon:after,
.collapseChild1 .tableCollapseBtn .tableCollapseIcon:before,
.collapseChild1 .tableCollapseBtn .tableCollapseIcon:after{
  background:#FFFFFF;
}
.activeColBtn.tableCollapseBtn .tableCollapseIcon:before,
.tableCollapseBtn[data-toggle="collapse"] .tableCollapseIcon:before,
.activeColBtn.tableCollapseBtnS2 .tableCollapseIcon:before{
    display: none;
}
.collapsed.tableCollapseBtn .tableCollapseIcon:before{
    display: block;
}
.tableGrayHead.collapseTableBox .table tbody tr.noRecordsRow td {
    background: #ffffff;
    color: #581989;
}
.collapseArrowCol.activeColBtn .btn.btnIcon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
}
.collapseParent .tableCollapseBtn .btnIconGray .tableCollapseIcon:before,
.collapseParent .tableCollapseBtn .btnIconGray .tableCollapseIcon:after,
.collapseChild1 .tableCollapseBtn .btnIconGray .tableCollapseIcon:before,
.collapseChild1 .tableCollapseBtn .btnIconGray .tableCollapseIcon:after{
    background: #53565A;
}
/* Order Summary Lever Orders/OrdersList */
.selectStatusBox .inputField {
    min-width: 180px;
}
/* Window Schedule Area */
.tableGrayHead .table thead tr th .bars,
.tableGrayHead .table thead tr th .addIcon:before, 
.tableGrayHead .table thead tr th .addIcon:after,
.tableGrayHead .table thead tr td .bars,
.tableGrayHead .table thead tr td .addIcon:before, 
.tableGrayHead .table thead tr td .addIcon:after{
    background: #FFFFFF;
}
.programBtnBox {
    padding: 22px 17px;
    border-top: 2px solid #f7f7f7;
    text-align: right;
}
.programBtnBox .btn{
    margin-left: 10px;
}
.collapseTableBox .table.orderSummaryTabList{
    border: 0;
}
.collapseTableBox .table.orderSummaryTabList tbody tr.collapseChild1 td:nth-child(3),
.collapseTableBox .table.orderSummaryTabList tbody tr.collapseChild2 td:nth-child(3),
.collapseTableBox .table.orderSummaryTabList tbody tr td .table tbody tr.collapseChild2Head td:nth-child(3) {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
}
.tableGrayHead .table tbody tr td.subTableCol{
    padding: 0;
    border: 0;
}
.tableGrayHead .table tbody tr td .table-responsive{
    max-width: calc( 100vw - 20px);
    max-height: 80vh;
}
/* Email Logs List Area */
.tableGrayHead .table tbody tr td .commentText p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #581989;
}
.statusSuccess {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 2px 6px;
    background: #039A00;
    border-radius: 2px;
}
.publishModalText {
    padding: 0 27px;
}
.publishModalText h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    color: #53565A;
    margin-bottom: 8px;
}
.publishDateText p {
    font-size: 16px;
    line-height: 28px;
    color: #53565A;
    font-weight: 400;
}
.publishDateText p span{
    font-family: 'BentonSans Bold';
}
.updateSoonBox {
    text-align: center;
    min-height: 45vh;
}
.tableGrayHead .table thead tr th.stateSelectCol,
.tableGrayHead .table thead tr td.stateSelectCol,
.tableGrayHead .table tbody tr td.stateSelectCol{
    max-width: 20%;
    min-width: 20%;
    width: 20%;
}
.tableGrayHead .table thead tr th.addRemoveBtnCol,
.tableGrayHead .table thead tr td.addRemoveBtnCol,
.tableGrayHead .table tbody tr td.addRemoveBtnCol{
    max-width: 120px;
    min-width: 120px;
    width: 120px;
}
.inputBox .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: transparent;
    cursor: default;
    border: 0;
    padding: 0;
    min-height: 25px;
    max-height: 75px;
}
.inputBox .select2-container--default.select2-container--disabled .select2-selection--multiple:before,
.inputBox .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered .select2-search__field{
    display: none;
}
.inputBox .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    padding-right: 8px;
    padding-left: 8px;
}
.inputBox.disableSelect2 .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
    border: 0;
    height: auto !important;
}
.inputBox.disableSelect2 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 24px !important;
}
.inputBox.disableSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.actionBtnCol .themeBtn,
.actionBtnCol .btn.themeBtn{
    min-width: 40px;
    padding: 6px 15px;
}
.templateVieModal.dashboardModal .modal-title {
    min-height: 20px;
}
.templateVieModal.dashboardModal .modal-title h3,
.templateVieModal.dashboardModal .modal-title h2 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 28px;
}
.templateVieModal.dashboardModal .modal-dialog{
    width: 100%;
    max-width: 900px;
}
.templateVieModal .modal-body {
    padding: 20px;
    background: #F5F6F3;
}
/*.templateVieModal .mailformat{
    max-height: 65vh;
    overflow-y: auto;
}*/
.tableGrayHead .mailformat table tbody tr:nth-child(even):hover{
    background-color: transparent !important;
}
.mailformat .table-striped>tbody>tr:nth-of-type(odd){
    background-color: #FFFFFF;
}
.mailformat .table-striped>tbody>tr td{
    line-height: 26px;
    padding: 0 10px;
}
.stickyHeadTable .table tbody:nth-last-child(1) tr:nth-last-child(1) td {
    border-bottom: 0;
}
.cart-icon{
    /* width: 22.167px;
    height: 21px; */
    height: 26.5px;
    width: 27.97px;
}
.dashboardModal.templateVieModal .modal-footer {
    padding: 20px;
}
/* Configuartion Tab */
.selectedItemList ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 9px;
    line-height: 18px;
    color: #53565A;
    font-family: 'BentonSans Bold';
    background: #F0F0F0;
    border: 1px solid #8B8F92;
    padding-right: 6px;
    padding-left: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.selectedItemList ul li .removeItemIcon{
    border-right: 0;
    font-size: 10px;
    line-height: 16px;
    color: #8B8F92;
    padding: 0 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
/* Ordering Window Item selection Area */
#dashboardContent.itemSelectionWrapper {
    width: 100%;
}
.itemSelectionWrapper.themeMiddleBox {
    min-height: -webkit-calc(100vh - 285px);
    min-height: -moz-calc(100vh - 285px);
    min-height: -o-calc(100vh - 285px);
    min-height: calc(100vh - 285px);
}
.itemSelectHeader {
    padding: 10px 0;
}
.itemSelectHeader .windowBreadcrumb ul li p{
    font-size: 16px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
    color: #8B8F92;
}
.itemSelectHeader .windowBreadcrumb ul li + li {
    margin-left: 30px;
}
.itemSelectHeader .windowBreadcrumb ul li {
    font-size: 16px;
    line-height: 22px;
    color: #53565A;
}
.itemSelectHeader .windowBreadcrumb ul li.active{
    color: #581989;
}
.itemSelectHeader .windowBreadcrumb ul li + li span:before {
    content: '';
    width: 8px;
    height: 8px;
    cursor: default;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 7px;
    bottom: 0;
    border-bottom: 2px solid #53565A;
    border-right: 2px solid #53565A;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
}
.itemWindowHeader .windowBreadcrumb ul li.active span:before{
    border-color: #581989;
}
.itemSelectBtnHeader {
    background: #686868;
    padding: 10px 0;
}
.itemSelectBtnText h3 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #FFFFFF;
}
/*.itemSelectBtnHeader .itemSelectBtn,
.itemSelectDateHeader .itemSelectDateBtn{
    min-width: 950px;
}*/
.itemSelectBtn .btn {
    margin-left: 10px;
    cursor: text;
}
.itemSelectDateHeader {
    padding: 10px 0;
    background: #D0D0D0;
}
#applyBudgetCodeModal.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 1200px;
}
.budgetCodeTableBox .searchBox{
    min-height: 135px;
}
.dashboardModal .budgetCodeTableBox .searchBox .searchBtn {
    left: 0;
    right: auto;
    top: 0;
}
.searchBox .form-control {
    padding: 9px 45px 9px 45px;
}
.searchBox #searchField1::placeholder{
    color: #ffffff;
}
.searchBox #searchField1::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}
.stickyHeadTable #selectedBudget.table{
    border-bottom: 0;
}
.dashboardModal .stickyHeadTable #selectedBudget tbody tr td:nth-child(1) {
    border-left: 0 !important;
}
.budgetCodeTableBox .stickyHeadTable {
    max-height: 47vh;
    border: 1px solid #D0D0D0;
}
.budgetCodeTableBox .stickyHeadTable .table{
    margin-bottom: 0;
}
.budgetCodeTableBox .tableGrayHead .table thead tr th.bAmountCol,
.budgetCodeTableBox .tableGrayHead .table thead tr td.bAmountCol {
    min-width: 120px;
}
.budgetCodeTableBox .tableGrayHead .table thead tr th:nth-last-child(1),
.budgetCodeTableBox .tableGrayHead .table thead tr td:nth-last-child(1),
.budgetCodeTableBox .tableGrayHead .table tbody tr td:nth-last-child(1){
    border-right: 0;
}
.budgetCodeTableBox .tableGrayHead .table tbody tr td {
    color: #53565A;
}
.budgetCodeTableBox .inputpicker-arrow {
    display: none;
}
.budgetModalBtn {
    padding: 25px 0;
    border-bottom: 1px solid #D0D0D0;
}
.budgetModalBtn .btn{
    margin-left: 10px;
}
.showOrdersBox{
    padding-top: 25px;
}
.showOrdersBox .dataTableBox {
    width: 100%;
    max-height: 60vh;
    overflow: auto;
}
.itemBreadcrumbs ul{
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.itemBreadcrumbs{
    padding-bottom: 47px;
}
.itemBreadcrumbs ul li {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #d2697c;
    padding: 5px 10px 5px 20px;
    position: relative;
    margin: 0 2px 2px 0;
}
.itemBreadcrumbs ul li .itemBreadcrumbCount {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
    color: #581989;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'OPTICaslonTwo-Bold';
}
.itemBreadcrumbs ul li:before {
    content: "";
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
}
.itemBreadcrumbs ul li:after {
    content: "";
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #d2697c;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.inputpicker-wrapped-list .table {
    border: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.inputpicker-wrapped-list .table thead tr th {
    padding: 12px 8px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #FFFFFF;
    font-family: 'BentonSans Bold';
    text-transform: uppercase;
    background: #581989;
    vertical-align: top;
    border: 1px solid #FFFFFF;
}
.inputpicker-wrapped-list .table thead tr:nth-child(1) th{
    border-color: #FFFFFF;
}
.inputpicker-wrapped-list .table tbody .inputpicker-active {
    background-color: #EEEEEE !important;
}
.inputpicker-wrapped-list .table tbody tr{
    background: #FFFFFF;
}
.inputpicker-wrapped-list .table tbody tr td {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #53565A;
    font-weight: 400;
    padding: 12px 15px !important;
    vertical-align: middle;
    border: 1px solid #D0D0D0;
}
#itemSelection .table-responsive {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
}
#itemSelection .table {
    word-wrap: break-word;
    margin-bottom: 0;
    position: relative;
    border-spacing: 0;
    width: 1%;
    border: 0;
    border-collapse: separate;
    border-bottom: 1px solid #D0D0D0;
}
#itemSelection .table thead tr th,
#itemSelection .table thead tr td, 
#itemSelection .table tbody tr td{
    border-left-width: 0;
    border-bottom-width: 0;
    border-right: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
}
#itemSelection .table thead tr th,
#itemSelection .table thead tr td {
    min-width: 150px;
    max-width: 150px;
    background: #FFFFFF;
    border-color: #D0D0D0;
    vertical-align: top;
    position: relative;
    white-space: normal;
    text-transform: initial;
}
#itemSelection .table thead tr th:nth-child(1),
#itemSelection .table thead tr td:nth-child(1){
    min-width: 300px;
    max-width: 300px;
    vertical-align: middle;
}
.tableGrayHead.itemSelectTable .table tbody tr:nth-child(even),
.tableGrayHead.itemSelectTable .table tbody tr:nth-child(odd),
.tableGrayHead.itemSelectTable .table tbody tr:nth-child(even) .stickyColumn,
.tableGrayHead.itemSelectTable .table tbody tr:nth-child(odd) .stickyColumn{
    background: #F5F6F3;
}
#itemSelection .table thead tr th:nth-child(1),
#itemSelection .table thead tr td:nth-child(1), 
#itemSelection .table tbody tr td:nth-child(1) {
    border-left-width: 1px;
}
#itemSelection .table tbody tr:nth-last-child(1) td{
    border-bottom-width: 1px;
}
#itemSelection .itemSelectTable .table .stickyColumn,
#itemSelection .itemSelectTable .table .stickyColumn2{ 
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
}
#itemSelection .itemSelectTable .table .stickyColumn{
    left: 0px;
    min-width: 300px;
    max-width: 300px;
}
.tableGrayHead.itemSelectTable .table tbody tr.tableTotalRow td.stickyColumn {
    background: #686868;
}
#itemSelection .itemSelectTable .table .stickyColumn2{
    left: 300px;
    min-width: 160px;
    max-width: 160px;
}
#itemSelection .table thead tr th:nth-child(2),
#itemSelection .table thead tr td:nth-child(2){
    vertical-align: middle;
}
#itemSelection .table thead tr th:nth-child(2) .btn.themeBtn,
#itemSelection .table thead tr td:nth-child(2) .btn.themeBtn{
    min-width: 120px;
}
#itemSelection .table tbody tr .addItemInfoTd{
    background: #686868;
    padding: 5px 15px;
}
.addItemInfoBox p {
    font-family: 'BentonSans Bold';
    font-size: 10px;
    line-height: 18px;
    color: #FFFFFF;
}
.addItemInfoTd .addItemInfoBox p:nth-child(1){
    margin-right: 5px;
}
#itemSelection .addInfoBox .form-control {
    height: 25px;
    margin-bottom: 4px;
    padding: 5px 10px;
    font-size: 10px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
#itemSelection .addInfoBox .form-control.inputViewMode {
    border: 0;
    background: transparent;
    padding: 0;
    height: 18px;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
#itemSelection .addInfoBox .addBlockDiv {
    min-height: auto !important;
}
#itemSelection .addInfoBox p{
    font-size: 10px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
#itemSelection .addInfoBox h4{
    font-size: 12px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
#itemSelection .addInfoBox {
    padding-right: 45px;
    position: relative;
}
.ViewTagsBox {
    margin-top: 5px;
}
.modalBoxInner #tag_data {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    color: #686868;
}
.ViewTagsBox .viewTagsLink {
    color: #581989;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    padding-left: 0;
    cursor: pointer;
    display: inline-block;
}
#itemSelection .addInfoBtn {
    position: absolute;
    right: 2px;
    top: 0;
}
#itemSelection .addInfoBtn .btn.btnDelete .fa {
    font-size: 16px;
    line-height: 16px;
}
.itemSelectDateText p {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #686868;
    margin-right: 30px
}
.itemSelectDateText p span{
    display: inline-block;
    margin-left: 10px;
    font-family: 'BentonSans Bold';
}
.itemSelectDateBtn .btn {
    margin-left: 10px;
}
.itemSelectDateBtn .btn .btnIcon {
    margin-right: 5px;
}
.itemSelectDateBtn .btn .btnIcon img {
    width: 15px;
}
.tableGrayHead .table tbody  tr.tableTotalRow td {
    background: #686868;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 15px;
    vertical-align: middle;
}
.tableTotalBox .tableTotalText{
    margin-bottom: 2px;
}
.tableTotalBox .tableTotalText:nth-last-of-type(1){
    margin-bottom: 0;
}
.tableTotalBox p,
.totalItemBox p{
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #FFFFFF;
}
.totalItemQty .totalItemQtyText,
.totalItemBox .totalItemText{
    margin-bottom: 10px;
}
.totalItemQty .totalItemQtyText p{
    font-size: 12px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #FFFFFF;
    text-align: left;
}
.totalItemBtn .btn.btnWhiteBg {
    font-size: 10px;
    line-height: 12px;
    min-width: 100px;
    padding: 7px;
}
.itemSelectModalBtnBox,
.itemStatusSelect{
    background: #D0D0D0;
    padding: 14px 20px;
}
.itemSelectModalBtn .btn {
    margin-left: 10px;
}
.itemSelectTable .createItemGrid {
    position: relative;
}
.itemSelectTable .table .createItemDelete {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 9px;
}
.itemSelectTable .table .createItemDelete.itemDeleteDivDisabled {
    cursor: no-drop;
}
.itemSelectTable .table .moq-error-block {
    position: relative;
    background-color: #581989;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 24px;
}
.itemSelectTable .table .createItemDelete .btn.btnIcon {
    line-height: 9px;
}
.itemSelectTable .table .createItemGrid .createItemImg {
    margin-top: 0;
    padding-top: 20px;
}
.itemSelectTable .table .createItemGrid .createItemImg img{
    cursor: pointer;
}
.itemSelectTable .all-qty label{
    margin: 0;
}
.itemSelectTable .all-qty label.activeQtyField {
    position: relative;
    z-index: 1041;
}
.sizeQtyModal.modal{
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: -20px;
    position: absolute;
    width: 280px;
    top: 50%;
    left: auto;
    right: 100%;
    height: 300px;
    transform: translateY(-50%);
    z-index: 99999;
}
.sizeQtyModalOpen.modal-open {
    overflow-y: auto;
    padding-right: 0;
}
.dashboardModal.sizeQtyModal .modal-dialog {
    width: 280px;
    margin: 0;
}
.sizeQtyModal .modal-dialog .modal-content {
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.50);
}
.sizeQtyModal .modal-dialog .modal-content:before{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 99999;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
}
.itemDetailsModal .modal-dialog {
    max-width: 1200px;
    width: 100%;
}
.dashboardModal.sizeQtyModal .modal-header {
    padding: 8px 35px 8px 15px;
}
.dashboardModal.sizeQtyModal .modal-body {
    padding: 20px 15px;
}
.sizeQtyBox {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sizeQtyBox .sizeQtyInner{
    text-align: center;
    padding: 0 5px;
    max-width: 50px;
}
.sizeQtyBox label {
    font-size: 14px;
    font-family: 'BentonSans Bold';
    line-height: 21px;
    color: #53565A;
    margin-bottom: 4px;
}
.sizeQtyBox .form-control{
    width: 40px;
   height: 48px;
    padding: 10px 4px;
    text-align: center;
}
.sizeQtyBox .sizeQtyPrice{
    font-size: 10px;
    line-height: 21px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
.dashboardModal.sizeQtyModal .modal-header .close {
    width: 10px;
    top: 10px;
    right: 15px;
}
.dashboardModal.sizeQtyModal .modal-title h3 {
    font-size: 18px;
    line-height: 24px
}
.dashboardModal.sizeQtyModal .modal-footer {
    padding: 0 15px 15px 15px;
}
.dashboardModal.sizeQtyModal .modal-footer .btnWhiteBg{
    margin-left: 0;
    min-width: 110px;
    font-size: 10px;
    line-height: 10px;
}
.dashboardModal.sizeQtyModal .modal-footer .btn + .btn{
    margin-left: 10px;
}
.itemSelectionModalBox.dashboardModal .modal-body,
.itemStatusChangeLogModal.dashboardModal .modal-body{
    padding: 0;
}
.itemSelectionModalBox .modal-body .modalBoxInner,
.itemStatusChangeLogModal .modal-body .modalBoxInner{
    padding: 20px;
}
#itemSelectionModal .searchBox .form-control {
    padding: 10px 40px 10px 10px;
}
.itemSelectionModalBox .createItemRow{
    margin-top: -7px;
    margin-bottom: -7px;
    margin-right: -7px;
    margin-left: -7px;
}
.itemSelectionModalBox .createItemRow .createItemCol {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    padding-left: 7px;
}
#itemSelectionModal .createItemGrid .createItemImg {
    margin-top: 0;
}
.itemSelectTable #itemSelectionModal .createItemGrid .createItemText h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
}
.itemSelectTable #itemSelectionModal .createItemGrid .createItemText .moqText {
    margin-top: 10px;
}
.itemSelectTable #itemSelectionModal .createItemGrid .createItemText p {
    font-size: 14px;
    line-height: 18px;
}
#itemSelectionModal .searchBox {
    position: relative;
    margin-bottom: 32px;
}
#itemSelectionModal #column-left #filterColumn {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.itemListingColumn,
.itemDetailsLeft{
    min-height: 400px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.itemListingColumn {
    padding-right: 14px;
}
.imageOverlapIcon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.itemDetailsBox {
    min-height: 310px;
}
.itemDetailsBox p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    color: #53565A;
    text-transform: initial;
    margin-bottom: 5px;
}
.itemDetailsBox p span{
    font-weight: 400;
}
.breadcrumbBox {
    margin-bottom: 20px;
}
.breadcrumbBox .breadcrumb {
    padding: 0;
    float: none;
}
.breadcrumbBox .breadcrumb li + li:before {
    content: "";
    padding: 0;
    position: absolute;
    left: 4px;
    top: 1px;
    background-image: url(../image/breadcrum-arrow-new.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    width: 8px;
    height: 12px;
}
.breadcrumbBox .breadcrumb li.active{
    color: #581989;
}
.breadcrumbBox .breadcrumb li.active:before{
    color: #581989;
}
/* .itemDetailsBox .itemDetailsHeader {
    margin-bottom: 30px;
} */
.itemDetailsBox .productImg {
    position: relative;
    border: 1px solid #F5F6F3;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
}
.itemDetailsBox .itemImageIcon {
    position: absolute;
    right: -15px;
    top: -20px;
}
.itemDetailsBox .itemImageIcon img {
    min-width: 30px;
}
.editOrderStatusChange .dataTableBox,
.itemStatusChangeLogModal .dataTableBox {
    max-height: 58vh;
}
.editOrderStatusChange .table tbody tr .oldValueCol b, 
.editOrderStatusChange .table tbody tr .newValueCol b{
    display: inline-block;
}
/* Image Slider Area */
.itemImgSlide {
    padding: 10px 0;
}
.itemImgSlide .carouselInnerBox {
    position: relative;
    padding: 0 30px;
}
.itemImgSlide .carousel-item img{
    width: 100%;
}
.itemImgSlide .carouselControlBtn{
    width: 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    text-shadow: none;
    color: #000;
    opacity: 1;
}
.itemImgSlide .carousel-control.right {
    right: 5px;
    left: auto;
}
.itemImgSlide .carousel-control.left{
    left: 5px;
}
.itemImgSlide .carouselControlBtn .fa{
    font-size: 30px;
}
.itemImgSlide .carousel-indicators {
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    overflow: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-top: 5px;
}
.itemImgSlide .carousel-indicators .active {
    width: auto;
    height: auto;
    margin: auto;
}
.itemImgSlide .carousel-indicators .carouselIndicator{
    margin: 0 5px;
    padding: 0;
    border: 1px solid transparent;
}
.itemImgSlide .carousel-indicators .carouselIndicator.active {
    border-color: #53565A;
}
.itemImgSlide .carousel-indicators .carouselIndicator img {
    max-width: 50px;
}
.itemDetailsBox .productDetailsBox {
    padding-left: 0;
}
.itemDetailsBox .itemDetailsHeader h1{
    font-size: 20px;
    line-height: 21px;
    color: #200020;
    font-weight: 400;
    margin-bottom: 4px;
}
.itemDetailsBox p.skuText {
    font-size: 12px;
    line-height: 20px;
    color: #200020;
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 0;
}
.itemDetailsBox .productDetailsBox .prodPricingBox {
    margin-top: 0;
    margin-bottom: 30px;
}
.itemDetailsBox .productDetailsBox .prodDetailPrice, 
.itemDetailsBox .productDetailsBox .prodDetailList {
    background-color: #f7f7f7;
    height: 100% !important;
}
.itemDetailsBox .productDetailsBox .prodDetailList .ul-container {
    padding: 10px;
}
.itemDetailsBox .productDetailsBox .prodDetailList ul li {
    font-size: 12px;
    line-height: 20px;
}
.itemDetailsBox .productDetailsBox .pricingBox {
    padding: 10px 10px;
}
#itemSelection .itemDetailsBox .table {
    width: 100%;
    table-layout: fixed;
}
#itemSelection .itemDetailsBox .table thead tr th,
#itemSelection .itemDetailsBox .table thead tr td {
    min-width: 10px;
    max-width: 10px;
    background: #f7f7f7;
}
.tableGrayHead .table.price-table thead tr th,
.tableGrayHead .table.price-table thead tr td {
    text-transform: capitalize;
}
.tableGrayHead .table.price-table thead tr:nth-child(1) th,
.tableGrayHead .table.price-table thead tr:nth-child(1) td {
    border-color: #c4c4c4;
}
.itemDetailsBox .productDetailsBox .prodDetailPrice table tr th, 
.itemDetailsBox .productDetailsBox .prodDetailPrice table tr td{
    font-size: 12px;
    line-height: 20px;
    color: #200020;
    padding: 5px 10px;
    background: #f7f7f7;
}
#itemSelection .itemDetailsBox .table.price-table thead tr th:nth-last-child(1), 
#itemSelection .itemDetailsBox .table.price-table thead tr td:nth-last-child(1), 
#itemSelection .itemDetailsBox .table.price-table tbody tr td:nth-last-child(1) {
    border-right-width: 0;
}
.stickyHeadTable .table.price-table tbody:nth-last-child(1) tr:nth-last-child(1) td,
.itemDetailsBox .table.price-table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #D0D0D0;
}
.itemDetailsBox .productDetailsBox .pricingBox p{
    font-size: 12px;
    line-height: 20px;
    color: #200020;
}
.table-res{
    overflow: auto;
    width: 100%;
}
.itemDetailsBox #tab-description .descriptionBody {
    padding-top: 10px;
}
.itemDetailsBox #tab-description .descriptionTitle h4,
.itemDetailsBox #tab-description .descriptionBody,
.itemDetailsBox #tab-description .descriptionBody p, 
.itemDetailsBox #tab-description ul li{
    font-size: 14px;
    line-height: 24px;
    color: #200020;
}
.itemDetailsBox #tab-valid p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'BentonSans Bold';
    margin: 0;
}

.itemSelectTable .createItemGrid .createItemText{
    margin-top: 10px;
}
.itemSelectTable .createItemGrid .createItemText h3 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    margin-bottom: 5px;
}
.itemSelectTable .createItemGrid .createItemText p{
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    font-weight: 400;
}
.itemSelectTable .createItemGrid .createItemText p span{
    font-family: 'BentonSans Bold';
}
.itemSelectTable .createItemGrid .createItemText .priceText.qtyBreakPriceText {
    font-size: 12px;
    line-height: 16px;
    font-family: 'BentonSans Bold';
    margin-top: 10px;
    color: #ff0000;
}
.itemSelectTable .createItemGrid .createItemText .moqText{
    margin-top: 8px;
}
.itemSelectTable .createItemGrid .createItemText .moqText,
.itemSelectTable .createItemGrid .createItemText .priceText{
    font-size: 10px;
    line-height: 11px;
}
.itemSelectTable .createItemGrid .createItemText .priceText{
    margin-top: 5px;
}
.createItemGrid .createItemText .viewItemInfo {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #581989;
    margin-top: 10px;
}
.createItemGrid .createItemColor {
    width: 100%;
    position: relative;
    background: #F5F6F3;
    padding: 0 15px 15px;
}
.itemSelectedCount p {
    font-size: 18px;
    line-height: 32px;
    color: #53565A;
    font-family: 'BentonSans Bold';
    margin-right: 15px;
}
.itemSelectPaginate p {
    font-size: 18px;
    line-height: 26px;
    color: #8B8F92;
    font-family: 'BentonSans Bold';
    margin-right: 15px;
}
/* .check-for-moq {
   height: 48px;
} */
#itemSelectionModal .modal-dialog,
#shipToMultipleModal .modal-dialog {
    max-width: 1355px;
    width: 100%;
}
#shipToMultipleModal2 {
    min-height: calc(100vh - 145px);
}
#address-modal.dashboardModal .modal-footer {
    background: transparent;
    padding: 0 25px 25px 25px;
    box-shadow: none;
    border: 0;
}
.shipToMultipleAdd .scrollbar {
    max-height: -webkit-calc(100vh - 368px);
    max-height: -moz-calc(100vh - 368px);
    max-height: -o-calc(100vh - 368px);
    max-height: -ms-calc(100vh - 368px);
    max-height: calc(100vh - 368px);
    min-height: -webkit-calc(100vh - 368px);
    min-height: -moz-calc(100vh - 368px);
    min-height: -o-calc(100vh - 368px);
    min-height: -ms-calc(100vh - 368px);
    min-height: calc(100vh - 368px);
}
.shipToMultipleAdd .scrollbar .clickNote{
    min-height: -webkit-calc(100vh - 368px);
    min-height: -moz-calc(100vh - 368px);
    min-height: -o-calc(100vh - 368px);
    min-height: -ms-calc(100vh - 368px);
    min-height: calc(100vh - 368px);
}
.shipToMultipleAdd .addressSearch {
    margin-bottom: 15px;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel{
    margin-bottom: 5px;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel p,
.shipToMultipleAdd .addressSearchFilter p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #53565A;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel .clearFilterBtn,
#column-left .filterClearBtn{
    cursor: pointer;
    /* margin-top: 16px; */
    font-weight: 400;
    color: #501B86;
    font-family: 'BentonSans Regular';
    font-size: 13px;
    line-height: 15.6px;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel p span,
.shipToMultipleAdd .addressSearchFilter p span{
    font-family: 'BentonSans Bold';
}
.shipToMultipleAdd .addressSearchFilter {
    margin-top: 5px;
}
.shipToMultipleAdd .addressSearchFilter .addressSelectedFilter{
    color: #581989;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 10px;
    cursor: pointer;
}
.shipToMultipleAdd .addressSearchFilter .addressSelectedFilter span{
    display: inline-block;
    position: relative;
    color: #581989;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 15px;
}
.addressFilterByBox .addressSelectedFilter span:before,
.addressFilterByBox .addressSelectedFilter span:after{
    content: '';
    width: 11px;
    height: 1px;
    background-color: #581989;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 9px;
}
.addressFilterByBox .addressSelectedFilter span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.addressFilterByBox .addressSelectedFilter span:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.addressSearch .addressListMenu {
    position: relative;
}
.addressSearch .addressListMenu .navbar-toggler {
    padding: 0;
}
.addressSearch .navbar-toggle {
    padding: 0;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
}
.addressSearch .hamburger .line {
    width: 16px;
    height: 2px;
    background-color: #53565A;
    margin: 4px auto;
}
.addressSearch .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.addressSearch .hamburger .line:nth-child(2) {
    opacity: 0;
}
.addressSearch .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.addressSearch .hamburger.collapsed .line:nth-child(1),
.addressSearch .hamburger.collapsed .line:nth-child(2),
.addressSearch .hamburger.collapsed .line:nth-child(3){
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}
.addressSearch .navbar-collapse {
    min-width: 180px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    z-index: 9;
    margin-top: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.addressSearch .navbar-collapse .navbarCollapseDiv{
    padding: 10px;
}
.addressSearch .navbar-collapse .navbar-nav li{
    border: 1px solid #D0D0D0;
    border-bottom: 0;
}
.addressSearch .navbar-collapse .navbar-nav li:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
}
.addressSearch .navbar-collapse .navbar-nav li:nth-last-of-type(1) {
    border-radius: 0 0 3px 3px;
}
.addressSearch .navbar-collapse .navItemText{
    margin-top: 12px;
    margin-bottom: 4px;
}
.addressSearch .navbar-collapse .navItemText p {
    font-size: 12px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    color: #686868;
}
.addressSearch .navbar-collapse .navbar-nav li:nth-last-of-type(1){
    border-bottom: 1px solid #D0D0D0;
}
.addressSearch .navbar-collapse .navbar-nav .nav-link{
    color: #686868;
    font-family: 'BentonSans Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; 
    padding: 4px 5px;
    text-align: right;
    cursor: pointer;
    position: relative;
}
.addressSearch .navbar-collapse .navbar-nav .nav-link:before {
    width: 6px;
    height: 6px;
    left: 6px;
    transform: translateY(-50%) rotate(-45deg);
}
.shipToMultipleAdd .addressSearch .radioBtnBox .radioBtnLabel{
    margin: 0;
}
.shipToMultipleAdd .addressSearch .inputField .radioBtnBox{
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
}
.shipToMultipleAdd .address-fields .addListInner {
    margin-left: -6px;
    margin-right: -6px;
}
.shipToMultipleAdd .address-fields .add-block {
    padding: 0 6px;
}
.shipToMultipleAdd .address-fields .addBlockDiv{
    background-color: #F5F6F3;
    padding: 15px 12px;
    margin-bottom: 10px;
    border: 1px solid #D0D0D0;
}
.shipToMultipleAdd .address-fields .addBlockActive .addBlockDiv{
    background-color: #F0F0F0;
}
.shipToMultipleAdd .add-list-group span {
    font-size: 20px;
    line-height: 24px;
}
.shipToMultipleAdd .multiShippAdd .addressFieldsBox{
    margin-right: -120px;
}
.addressFieldsBox.select2ParentInputBox .select2-container--default .select2-results>.select2-results__options{
    margin-top: 10px;
}
.shipToMultipleAdd .addNewLocation {
    padding-bottom: 65px;
}
.shipToMultipleAdd .addNewLocation .btn {
    margin-left: 10px;
}
.shipToMultipleAdd .add-detail-block {
    padding: 0 10px;
    background-color: #F5F6F3;
}
.shipToMultipleAdd .add-detail-block .addBlockInner {
    padding: 12px 0 22px;
    border: 0;
}
.shipToMultipleAdd .add-detail-block + .add-detail-block{
    margin-top: 10px;
}
.shipToMultipleAdd .text-detail-block {
    margin-bottom: 10px;
}
.shipToMultipleAdd .textDetailBtn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.shipToMultipleAdd .continueBtnBox {
    margin-top: 0;
}
/* On click scroller UI */
.onClickScrollWrapper{
    position: relative;
}
.scrollerArrows .arrowBoxBtn {
    position: fixed;
    top: 50%;
    z-index: 99;
    display: inline-block;
    text-align: center;
    width: 40px;
   height: 48px;
    padding: 5px;
    background-color: #581989;
    border-radius: 50%;
    border: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
}
.scrollerArrows .arrowBoxBtn.rightArrowBoxBtn {
    right: 20px;
} 
.scrollerArrows .arrowBoxBtn.leftArrowBoxBtn {
    left: 20px;
}
.scrollerArrows .arrowBoxBtn .fa{
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.scrollerArrows .arrowBoxBtn[disabled] {
    background: #ce929d;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.scrollerArrows .arrowBoxBtn[disabled] .fa{
    pointer-events: none;
}
/* Order placement Success page */
.orderReqSuccess.themeMiddleBox {
    min-height: calc(100vh - 285px);
}
.orderReqSuccess {
    padding: 111px 0 126px;
}
.orderReqSuccess .orderReqSuccessDiv {
    text-align: center;
}
.orderReqSuccess h3 {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'BentonSans Bold';
    color: #53565A;
    font-family: 'OPTICaslonTwo-Bold';
    margin-bottom: 25px;
}
.orderReqSuccess p{
    font-size: 20px;
    line-height: 36px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
.orderReqSuccess p a{
    color: #581989;
}
.orderReqSuccess .btnContinueBox{
    margin-top: 15px;
}

.noProductFound {
    text-align: center;
}
.noProductFound p {
    font-size: 24px;
    line-height: 34px;
    color: #53565A;
    font-weight: 400;
}
.not-found{margin-top: 30px;}
.not-found p{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
#column-left{
    padding-right: 22.5px;
}
/* #column-left #filterColumn {
    padding-right: 39px;
} */
#product-category .categoryPageArea{
    padding-bottom: 56px !important;
}
#column-left .panel,
.sidebar .panel{ 
    border-radius: 4px;
    background-color: #FFFFFF;
    border:none;
    box-shadow: none;
}
#column-left .panel-heading{
    border-radius: 0;
    background-color: transparent;
    padding: 16px 0px;
}
.catPanelGroup.panel-group {
    margin-bottom: 0;
}
#column-left .panel-heading{
    border-bottom: 1px solid #E0E0DE;
}
.fiterSearchBox{
    position: relative;
    margin-bottom: 44px;
}
.fiterSearchBox .form-control{
    background: #FFFFFF;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
   height: 48px;
    padding: 10px 40px 10px 16px;
}
.fiterSearchBox .form-control::-webkit-input-placeholder,
.searchBox .form-control::-webkit-input-placeholder{
   color: #BCBCBC;
}
.fiterSearchBox .form-control:-moz-placeholder,
.searchBox .form-control:-moz-placeholder  {
   color: #BCBCBC;  
}
.fiterSearchBox .form-control::-moz-placeholder,
.searchBox .form-control::-moz-placeholder  {
   color: #BCBCBC;  
}
.fiterSearchBox .form-control:-ms-input-placeholder,
.searchBox .form-control:-ms-input-placeholder {  
   color: #BCBCBC;  
}
.fiterSearchBox button{
    padding: 0 14px;
    min-height: 40px;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    top: 0;
}
.categoryMenu {
    padding: 17px 0 36px;
}
.categoryMenu label input{
    opacity: 0;
    width: 0;
    height: 0;
}
.categoryMenu label + label{
    margin-top: 11px;
}
.categoryMenu label{
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #444340;
}
.categoryMenu label .labelText{
    display: inline-block;
    position: relative;
}
.categoryMenu label .labelText:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #581989;
}
.categoryMenu label:hover .labelText,
.categoryMenu label input:checked ~ .labelText{
    color: #581989;
}
.categoryMenu label:hover .labelText:after,
.categoryMenu label input:checked ~ .labelText:after{
    opacity: 1;
}
#column-left .panel-heading h2,
#column-left .panel-heading h3,
#filterOrder .panel-heading h3{
    font-family: 'BentonSans Bold';
    font-size: 13px;
    font-weight: 700;
    line-height: 15.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #581989;
    text-transform: uppercase;
}
.panel-heading .filterClearBtnBox .filterClearText {
    padding: 0;
    border: 0;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #53565A;
}
#column-left .filterClearBtn a:hover,
.panel-heading .filterClearBtnBox .filterClearText:hover {
    color: #501B86;
    text-decoration: underline;
}
.panel-heading .filterClearBtnBox .filterClearText[disabled], 
.panel-heading .filterClearBtnBox .filterClearText:disabled {
    background: transparent;
    cursor: no-drop;
    opacity: 0.8;
}
.panel-heading .filterClearBtn a {
    font-weight: 400;
    font-size: 13px;
    line-height: 15.6px;
    color: #501B86;
}
#column-left #themeAccordion .panel-default:nth-child(1) .panel-title a {
    border-top: 0;
}
#column-left #themeAccordion .panel-title .collapsed {
    border-bottom: 1px solid #D9D9D6;
    border-top: 0;
    border-radius: 0;
}
#column-left .list-group .list-group-item{
    border-radius: 0;
    padding: 0px;
    background: transparent;
    border: 0;
}
#column-left .list-group .list-group-item.border-bot {
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9D6;
}
#filter-group2 .checkbox,
#filter-group3 .checkbox{
    margin-top: 0 !important;
}
#column-left #themeAccordion .panel-title a {
    font-size: 16px;
    line-height: 19.2px;
    border: 0;
    font-weight: 700;
    font-family: 'BentonSans Bold';
}
#column-left .list-group a{
    color: #444340;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 16px 0px !important;
    cursor: pointer;
}
#column-left .list-group label {
    margin-bottom: 0;
}
.list-group .checkbox{
    padding-left: 27px;
}
.list-group .checkbox .custom-checkbox {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    font-family: 'BentonSans Regular' !important;
    text-transform: capitalize;
    color: #333333;
}
.checkbox .custom-checkbox {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.list-group-item .checkbox{
    margin-top: 0;
    margin-bottom: 10px;
}
.filterClearBtn a {
    font-size: 13px;
    font-weight: 400;
    color: #501B86;
    line-height: 15.6px;
}
.checkbox,
.subCatCatBox{
    padding-left: 27px;
  position: relative;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[disabled="disabled"] ~ .checkmark, 
.checkbox input[disabled="disabled"] ~ .checkmarkLabel,
.checkbox input[disabled] ~ .checkmark, 
.checkbox input[disabled] ~ .checkmarkLabel {
    opacity: 0.5;
    cursor: no-drop;
}
.checkBox label .checkmark,
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 2px solid #53565A;
    border-radius: 2.5px;
    padding:0;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkBox label span.checkmark:before,
.checkBox label span.checkmarkLabel:before{
    display: none;
}
.checkBox label span.checkmarkLabel{
    padding:0;
}
/* Order Freight Repricing */
.freightRepricingTab .itemSelectDateHeader {
    padding: 10px 2px
}
.freightRepricingTab .alert.orderingAlertSuccess {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.freightDataBox{
    background: #F5F6F3;
    padding-top: 30px;
}
.chooseFileBox .inputField {
    width: 100%;
    max-width: 350px;
    margin-right: 10px;
}
.inputBox .inputBoxNote {
    font-size: 12px;
    line-height: 18px;
    color: #581989;
    font-weight: 400;
    margin-top: 4px;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li{
    background: #D0D0D0;
    color:#686868;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li:after{
    border-left-color: #D0D0D0;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li .itemBreadcrumbCount{
    color:#686868;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li.bgRed{
    background: #d2697c;
    color:#FFFFFF;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li.bgRed:after{
    border-left-color: #d2697c;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li.bgRed .itemBreadcrumbCount{
    color:#581989;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li.bgGreen{
    background: #1AAB71;
    color:#FFFFFF;
}
.itemBreadcrumbs.itemBreadcrumbsS2 ul li.bgGreen:after{
    border-left-color: #1AAB71;
}
.uploadFreightBox {
    padding: 0 26px 54px;
}
.uploadFreightBox .itemBreadcrumbs {
    padding-bottom: 30px;
}
.freightDataBox .itemBreadcrumbs ul li:before {
    border-left-color: #F5F6F3;
}
.programTabBox .uploadFreightBox .tab-content{
    background: #F5F6F3;
    border-top-color: #D0D0D0;
}
.uploadFreightBox .chooseFileBox {
    margin-bottom: 20px;
}
.programTabBox .uploadFreightBox .programTabMneu {
    padding: 0;
}
.uploadFreightBox .chooseFileBox .form-control {
    padding: 10px 21px;
}
.uploadFreightBox .btn.themeBtn.disabled, 
.uploadFreightBox .btn.themeBtn[disabled]{
    pointer-events: auto;
    background: #D0D0D0;
    border-color: #686868;
    opacity: 0.8;
    color: #686868;
}
.programTabContent .freightDataBox .tableFilterBox{
    background: #F5F6F3;
}
.freightDataBox .stickyHeadTable .thead tbody tr td:nth-child(1){
    border-left: 1px solid #686868;
}
.freightDataBox .stickyHeadTable .table tbody tr td:nth-child(1) {
    border-left: 1px solid #D0D0D0;
}
.table-responsive .alignMiddleHead thead tr th,
.table-responsive .alignMiddleHead thead tr td{
    vertical-align: middle;
}
.tableGrayHead .table thead tr.trTwo th:nth-last-child(1),
.tableGrayHead .table thead tr.trTwo td:nth-last-child(1) {
    border-right: 1px solid #FFFFFF;
}
.dataTableBox .table-bordered.dataTable.alignMiddleHead thead tr th,
.dataTableBox .table-bordered.dataTable.alignMiddleHead thead tr td {
    border-color: #ffffff;
}
.table-responsive.orderFreightRepricingBox .alignMiddleHead thead tr th,
.table-responsive.orderFreightRepricingBox .alignMiddleHead thead tr td{
    white-space: nowrap;
}
.table-responsive .batchInfoList tbody tr {
    background: transparent;
}
.table-responsive .batchInfoList thead tr th,
.table-responsive .batchInfoList thead tr td,
.table-responsive .batchInfoList tbody tr td {
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.table-responsive .batchInfoList tbody tr td{
    font-family: 'BentonSans Bold';
    padding-top: 9px;
}
.table-responsive .batchInfoList thead tr th:nth-child(1),
.table-responsive .batchInfoList thead tr td:nth-child(1),
.table-responsive .batchInfoList tbody tr td:nth-child(1){
    width: 300px;
}
.orderFreightSummaryBox{
    margin-bottom: 30px;
}
.orderFreightRepricingBox .table tbody tr td .btn.themeBtn{
    min-width: 100px;
}
.tableGrayHead .table tbody tr td.zeroPaddingCol {
    padding: 0;
}
.tableGrayHead .table tbody tr td.zeroPaddingCol .zeroPaddingColBox {
    padding: 12px 14px;
}
.tableGrayHead .table tbody tr td.bgRed,
.tableGrayHead .table tbody tr td.zeroPaddingCol .bgRed{
    background: #FF0000;
}
.table tbody tr td.bgOrange{
    background: #FF5C00;
}
/* Item Setup Page */
.batchInfoListBox {
    max-width: 800px;
}
.batchInfoListBox .batchInfoList {
    margin-bottom: 12px;
}
.itemSetupDataBox .tab-content {
    border-top: 2px solid #D0D0D0;
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark{
    background-color: #581989;
    border-color: #581989;
}
.custom-checkbox input:checked ~ .checkmark:after {
   content: "";
    width: 5px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 0px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
}
.checkbox .custom-checkbox{
font-family: 'BentonSans Regular';
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color:  #53565A;

}
.customModal.productListModal .modal-body {
    padding: 0 50px 70px;
}
.customModal .productModalText .modal-title {
    margin-bottom: 32px;
}
.productModalText p {
    font-size: 16px;
    line-height: 20px;
    color: #53565A;
    font-weight: 400;
}

.readMoreBox {
    padding-top: 20px;
}
.addReadMore.showlesscontent .secondHalfText,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .moreBoxBtn {
    font-size: 16px;
    line-height: 24px;
    color: #581989;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.addReadMore .moreBoxBtn:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #581989;
    position: absolute;
    left: 0;
    bottom: 1px;
    opacity: 1;
}
/*.readLess.moreBoxBtn {
    display: none;
}*/
.addReadMoreWrapTxt.showmorecontent .secondHalfText,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.readMoreBox p.addReadMore {
    font-size: 16px;
    line-height: 24px;
    color: #444340;
}
.readMoreBox .addReadMoreTitle{
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
    font-family: 'BentonSans Bold';
}
.readMoreBox h3 {
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
    margin-bottom: 10px;
    font-family: 'BentonSans Bold';
}
.readMoreBox b,
.readMoreBox strong {
    color: #444340;
}
.readMoreBox .addReadMore b{
    font-family: 'BentonSans Bold';
}
.readMoreBox .addReadMore br {
    content: "";
    display: block;
    height: 10px;
}
.loadMoreBtnBox {
    text-align: center;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .custom-checkbox .checkmarkLabel:hover,
.checkbox .custom-checkbox input:checked ~ .checkmarkLabel{
    color: #53565A;
}
.checkbox .custom-checkbox ~ .checkbox.subCatCheckbox:nth-of-type(1) {
    margin-top: 16px;
}
.checkbox .checkDownIcon {
    width: 30px;
    text-align: right;
}
.checkbox .checkDownIcon img {
    transform: rotateX(0deg);
    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.checkbox .checkDownIcon.collapsed img {
    transform: rotateX(-90deg);
    -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
/* Style the checkmark/indicator */
.custom-block{
    background: #FFFFFF;
    position: relative;
    border-radius: 4px;
    padding: 20px;
    z-index: 1;
}
.custom-block:after{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 80px solid #fff;
    content: "";
    position: absolute;
    bottom: -65px;
    right: 60px;
    transform: rotate(26deg);
    z-index: -1;
}
.custom-block h1{
    color: #53565A;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 0;
    margin: 0!important;
    padding:0 !important;;
}
.custom-block a{
    color: #FFFFFF;
    font-size: 14px !important;
    font-family: 'BentonSans Bold';
    letter-spacing: 1.5px;
    line-height: 40px !important;
    text-align: center;
    width: 100% !important;
    display: inline-block;
   height: 48px;
    min-width: 100% !important;
    margin-top: 10px;
}
.moq,
.leadtime{
    color: #53565A;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.moq span,
.leadtime span{
    color: #53565A
}
/*Product Page CSS*/
/* #product-product {
    padding-top: 40px;
} */
/* #product-product .contentTop {
    padding-bottom: 80px;
} */
/* #product-product .themeContainer, */
#error-not-found .themeContainer{
    padding: 0 57px;
}
#product-product .themeContainer{
    padding: 0 80px;
}
#product-product .themeContainer .container-fluid{
    padding: 0;
}
#product-product .themeContainer .productImageBox.thumbnails{
    padding-right: 20px;
}
#product-product .themeContainer .productDetailsBox{
    padding-left: 20px;
}
#product-product .product-left-section {
    padding-right: 14px;
}
.productImageBox {
    overflow: visible;
    padding-right: 0;
   cursor: pointer;
}
.productImageBox .magnify{
    width: 100%;
    z-index: 99;
    margin: 0 auto;
}
.stickyBox.productImageBox {
    position: fixed;
    top: 30px;
    z-index: 9;
    width: calc(50% - 99px);
    max-width: calc(960px - 99px);
}
#removeStickyAnchor{
    opacity: 0;
    width: 0;
    height: 0;
}
/* .productDetailsBox {
    padding-left: 40px;
} */
.itemDetailsHeader {
    margin-bottom: 24px;
}
.itemDetailsHeader.itemHeaderMobile {
    display: none;
}
.itemDetailsHeader .sustainable-icon{
    display: inline-block;
    margin-bottom: 6px;
}
.itemDetailsHeader .sustainable-icon + .sustainable-icon {
    margin-left: 5px;
}
.itemDetailsHeader h1{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    color: #580F8B;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    font-family: 'BentonSans Bold';
}

.itemDetailsHeader .itemDetailsDiv {
    margin-top: 26px;
    margin-bottom: 0px;
}

.productDetailsBox .prodPricingBox {
    margin-top: 16px;
    /* margin-bottom: 36px; */
}
/* .productDetailsBox .prodDetailPrice,
.productDetailsBox .prodDetailList{
    background-color: #ded1e7;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
} */
.productDetailsBox .prodDetailList .ul-container{
    padding: 20px;
}

/*.productDetailsBox .pricingBox {
    padding: 12px 20px 8px;
}*/
.productDetailsBox .pricingBox p {
   color: var(--Gray-Text, #53565A);
    font-family: BentonSans Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 15px 12px;
    background: #ded1e7;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin: 0;
  
}
.productDetailsBox .table-res {
    width: 100%;
    overflow-x: auto;
    background-color: #ded1e7;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.productDetailsBox .prodDetailPrice table {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}
.productDetailsBox .prodDetailPrice table tr {
    border-top: 1px solid #fff;
    background: #ded1e7;
}
.productDetailsBox .prodDetailPrice table tr th:nth-child(1), 
.productDetailsBox .prodDetailPrice table tr td:nth-child(1) {
    border-right: 1px solid #fff;
}
.productDetailsBox .prodDetailPrice table tr td {
    font-family: 'BentonSans Regular';
}
.productDetailsBox .prodDetailPrice table tr th,
.productDetailsBox .prodDetailPrice table tr td {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #53565A;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.productDetailsBox .prodDetailPrice table tr:nth-last-of-type(1) td {
    border-bottom: none;
}
.productDetailsBox .price-table tr td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff !important;
    color: #53565A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 12px 20px 6px;
    width: 33.33%;
    text-align:center;
}
.productDetailsBox .price-table tr td:nth-child(1) {
    text-align: left;
}
table.table.price-table thead tr td {
    color: var(--Gray-Text, #53565A);
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 15px 6px;
}
.productDetailsBox .prodDetailList ul {
    margin: 0;
    list-style: none;
    /* background: #ded1e7; */
    /* padding: 16px 23px 16px; */
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    /* place-content: center; */
    
}
.productDetailsBox .prodDetailList .availableBox{border-bottom: 0;}
/* .productDetailsBox .prodDetailList ul li {
    font-size: 13px;
    line-height: 15.6px;
    color: #53565A;
    margin: 0;
    font-family: 'BentonSans Regular';
   
} */
.productDetailsBox .prodDetailList ul li + li{
    margin-top: 4px;
}
/* .productDetailsBox .prodDetailList ul li span {
    font-family: 'BentonSans Bold';
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
} */
.colorSwatchesBox {
    margin-bottom: 24px;
}
.colorSwatchesBox p {
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
    margin-top: 0;
    margin-bottom: 12px;
     font-family: 'BentonSans Bold';
}
.colorSwatchesBox .colorSwatcheTitle p span {
    margin-right: 0;
    /* margin-left: 5px; */
     font-family: 'BentonSans Regular'; 
}
.colorSwatchesBox p span {
    display: inline-block;
    margin-right: 10px;
}
.colorSwatches ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.colorSwatches ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    /* padding: 2px; */
    border-radius: 50%;
    min-width: 29px;
    height: 29px;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.colorSwatches ul li.active {
    /* border: 1px solid #53565A; */
}
.colorSwatches ul li .select-color {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
}
.colorSwatches ul li .selectColorBtn {
    height: 24px;
    width: 24px;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0px;
}
.colorSwatches ul li .selectColorBtn:focus-visible{
    border-radius: 1px;
}
.colorSwatches ul li .selectColorBtn:focus:not(:focus-visible){
    border-radius: 50%;
}
/* .addToCart {
    margin-bottom: 36px;
} */
.addToCart .form-group {
    margin-bottom: 0;
}
.qty-input-section {
    position: relative;
    margin-right: 20px;
    /* text-align: center; */
    margin-right: auto;
    display: inline-block;
}
.qty-input-section input {
    height: 54px;
    width: 82px;
    background-color: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    font-size: 16px;
    color: #53565A;
    text-align: center;
    font-family: 'BentonSans Bold';
}
.qty-input-section input[type="text"].form-control {
    font-size: 20px;
    /* margin: 4px 0; */
    width: 97px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #787A7D;
    margin-bottom: 8px;
    color: #333333;
   font-weight: 700;
   line-height: 25px;
}
.qty-input-section .variant-valid {
    font-family: 'BentonSans';
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    /* text-align: center; */
    padding-left: 12.5px;
    color: #FF0000;
}
.qty-section .variant-valid {
    font-family: 'BentonSans';
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
}
.cart-btn-section .red-text {
    font-size: 14px;
    line-height: 24px;
    color: #581989;
    font-family: 'BentonSans Bold';
}
.table.cart-table .variant-valid{
       font-family: 'BentonSans';
       font-size: 10px !important;
       font-weight: 400;
       line-height: 12px;
       text-align: center;
       color: #FF0000 !important;
   }
.prodSizeChart {
    display: inline-block;
}
/* .prodSizeChart .sizeChartHeader{
    padding: 12px 20px 8px;
} */
/* .prodSizeChart p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'BentonSans Bold';
} */
.prodSizeChart .sizeChartBtn a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    text-align: right;
    color: #581989;
    font-family: 'BentonSans Bold';
    margin-left: 7px;
}
/* .prodSizeChart .sizeChartContent {
    float: none;
    padding: 18px 32px 6px;
    border-top: 1px solid #B3B5BA;
    border-bottom: 1px solid #B3B5BA;
    margin-bottom: 0;
} */
.prodSizeChart .sizeChartContent .sizeChartBox {
    text-align: center;
    /* padding: 0 5px 0px; */
    padding-right: 16px;
    max-width: 58px;
}
.prodSizeChart .sizeChartContent .sizeChartBox:last-child{
    padding-right: 0;
}
.prodSizeChart .sizeChartInner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.prodSizeChart .sizeChartBox label,
 .qty-input-section label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'BentonSans Bold' !important;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}
.prodSizeChart .sizeChartBox input {
    width: 44px;
    height: 48px;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    margin: 4px auto 6px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.qty-input-section label{
    font-family: 'BentonSans Bold' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-align: left !important;
    color: #333333 !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}
.prodSizeChart .sizeChartBox.has-error .form-control{
    border-color: #D7373C;
    background-image: none;
}
.addToCart .has-error label, 
.addToCart .required.has-error label:after{
    color: #53565A;
}
.addToCart .qty-input-section.has-error input{
    border-color: #D7373C;
    background-image: none;
    padding: 8px 16px;
}
.prodSizeChart .sizeChartPrice p,
.qty-input-section .price-moq-size{
    color: #53565A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}
.prodSizeChart .sizeChartPrice p.variant-valid,.prodSizeChart p.variant-valid{
    font-family: 'BentonSans';
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    color: #FF0000;
    width: 53px;
    margin-left: -5px;
}
.prodSizeChart .sizeChartPrice p.variant-valid span{
    display: inline-block;
    margin-top: 8px;
}
.prodSizeChart .sizeChartFooter{
    padding: 18px 20px 17px;
}
.prodSizeChart .sizeChartFooter p span{
    font-size: 14px;
    line-height: 20px;
}
.prodSizeChart .sizeChartFooter p #totalQtyLabel {
    margin-right: 4px;
}
.prodSizeChart .sizeChartFooter p #totalPriceLabel {
    margin-right: 14px;
}
.sizeTotalQty {
    /* padding-right: 12px; */
    margin-bottom: 8px;
}

/* PDP Size Chart */
#sizeChartModal.dashboardModal .modal-body {
    padding: 25px;
}
.sizeChartImgBox .table {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}
.sizeChartImgBox .table thead th, 
.sizeChartImgBox .table tbody td {
    border: 1px solid #787A7D;
    padding: 8px 10px;
    text-align: center;
    color: #333333;
}
.sizeChartImgBox .table thead th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #787A7D;
    vertical-align: middle;
    font-family: 'BentonSans Bold';
}
.sizeChartImgBox .table thead th:nth-child(1) {
    width: 20%;
}
.modal .sizeChartImgBox {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    position: relative;
}

.itemDetailsHeader .itemSavingPrice span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.itemDetailsHeader .itemSavingPrice .itemOldPrice{
    text-decoration: line-through;
    color: #D40029;
}
.itemDetailsHeader .itemSavingPrice .itemOldPrice {
    margin-right: 8px;
}
.itemDetailsHeader .itemSavingPrice .itemPercentText{
    color: #53565A;
}
.itemDetailsHeader .itemPriceBox {
    margin-top: -8px;
}
.itemDetailsHeader .itemPrice p{
    font-size: 32px;
    line-height: 40px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}
.itemDetailsHeader .itemShipTime {
    padding: 0;
    margin-left: 36px;
}
.itemDetailsHeader .itemShipTime .itemShipIcon {
    margin-right: 14px;
}
.itemZipcodeBox .zipCodeTitle {
    padding: 0px 48px 12px 0px;
}
.itemZipcodeBox .zipCodeTitle p{
    font-size: 14px;
    line-height: 18px;
    color: #53565A;
    font-weight: 400;
}
.itemDetailsHeader .itemShipTime .itemShipText p {
    font-size: 14px;
    line-height: 14px;
    color: #53565A;
    font-weight: 400;
    margin-bottom: 7px;
}
.itemDetailsHeader .itemShipTime .itemShipText .pdpZipcode p:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.itemDetailsHeader .itemShipTime .itemShipText p span {
    font-weight: 500;
}
.itemDetailsHeader .itemSaleText p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #D40029;
}
.itemDetailsHeader .itemZipcodeBox .itemZipCollapse {
    top: 30px;
}
.itemDetailsHeader .itemShipText .alert-success {
    color: #53565A !important;
    background-color: #EEEEEE;
    border: none;
    margin-top: 0;
    margin-bottom: 6px;
}
.pdpZipcode,
.productDetailsBox .itemShipText{
    position: relative;
}
.itemZipcodeBox{
    position: relative;
}
.itemZipcodeBox .zipcodeBtn{
    position: relative;
    color: #D40029;
    text-decoration: underline;
}
.itemZipcodeBox .zipcodeBtn:focus {
    text-decoration: underline !important;
}
.itemZipcodeBox .zipcodeBtn:before {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);
}
.itemZipcodeBox .zipcodeBtn:after {
    content: '';
    display: none;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 50%;
    bottom: -10px;
    z-index: 11;
    transform: rotate(-55deg);
    margin-right: -1px;
    box-shadow: 0px -1px 4px 0px  rgba(0, 0, 0, 0.25);
}
.itemZipcodeBox .zipcodeBtn[aria-expanded="true"]:before,
.itemZipcodeBox .zipcodeBtn[aria-expanded="true"]:after {
    display: block;
}
.itemZipcodeBox .itemZipCollapse{
    position: absolute;
    top: 40px;
    left: -50%;
    z-index: 10;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.itemZipcodeBox .itemZipcode {
    background-color: #ffffff;
    padding: 24px;
}
.itemZipcodeBox .itemZipBox {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
        -moz-box-align: flex-end;
            -ms-flex-align: flex-end;
                align-items: flex-end;
}
.itemZipcodeBox .zipcodeClose{
    width: 17px;
    height: 24px;
    border: 0;
    background: transparent;
    border-radius: 0;
    position: absolute;
    right: 24px;
    padding: 0;
    top: 12px;
}
.itemZipcodeBox .itemZipcode .zipcodeClose .fa{
    font-size: 24px;
    line-height: 24px;
    color: #53565A;
    opacity: 0.5;
}
.itemZipcodeBox .itemZipInput p{
    margin-bottom: 5px;
    color: #53565A;
    font-size: 16px;
    line-height: 20px;
}
.itemZipcodeBox .itemZipInput input{
    width: 250px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    color: #515151;
    padding: 8px 16px;
    margin-right: 8px;
}
.itemZipcodeBox .itemZipBox .btn {
    padding: 12px 18px;
}
.productDetailsBox .itemZipcodeBox .itemZipError .text-danger,
.itemZipcodeBox .itemZipError .text-danger{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #D40029;
    margin-top: 6px;
    margin-bottom: 0;
}
.totalTableBox .alert-success {
    margin-top: 4px;
    padding: 8px;
    margin-bottom: 8px;
}
.itemShipTime .product-detail-list li{
    color: #999999;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.moq-section{background: #ffffff;border-radius: 4px;width: 100%;float: left;margin-bottom: 0;display: flex;}
.moq-section li{width: 50%;float: left;padding: 10px 20px; color: #53565A;font-size: 16px;letter-spacing: 0;line-height: 18px;}

.moq-section li:first-child{border-right:2px solid #D1CCBD}
.productContent .designImgBox {
    padding-bottom: 18px;
    border-bottom: 2px solid #8B8B8B;
}
.productContent .designImgBox h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
    margin-top: 0;
    margin-bottom: 0;
}
.productContent .designImgGrids {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.productContent .designImgDiv {
    display: inline-block;
    padding: 0 6px;
    margin-top: 12px;
    box-sizing: border-box;
    width: 16.666%;
}
.productContent .designImgDiv p{
    font-size: 12px;
    line-height: 12px;
    color: #53565A;
    margin-top: 6px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.productContent .designImgDiv label input {
    opacity: 0;
    margin: 0;
    position: absolute;
}
.productContent .designImgDiv label input[type=radio]:checked img{
    border: 1px solid #000;
}
.productContent .designImgDiv label{
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid transparent;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
}
.productContent .designImgDiv label img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.productContent .designImgDiv.designSelected label,
.productContent .designImgDiv label:hover,
.productContent .designImgDiv label:focus{
    border-color:#53565A;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
}
.alsoLikeArea {
    padding: 32px 0 32px;
    background-color: rgba(80, 27, 134, 0.10);
    margin-bottom: 56px;
}
.alsoLikeArea .itemGridTwo {
    margin-top: 0;
}
.alsoLikeArea .itemGridTwo a {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
#tab-description {
    margin-bottom: 0;
}
#tab-description .descriptionTitle h4 {
    font-size: 20px;
    line-height: 24px;
    color: #581989;
    font-family: 'BentonSans Bold';
    font-weight: 400;
}
#tab-description .descriptionBody {
    padding-top: 24px;
}
#tab-description ul{
    padding-left: 0;
}
#tab-description .descriptionBody,
#tab-description .descriptionBody p,
#tab-description ul li{
    color: #53565A;
/* Title 2 */
font-family: BentonSans Regular;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}
#tab-description ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
#tab-description ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #53565A;
    position: absolute;
    top: 14px;
    left: 0;
    border-radius: 50%;
}

.initial-section h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
    margin-top: 0;
    margin-bottom: 12px;
}
.initial-section,
.initial-section .first-initial-section{
    width: 100%;
}
.initial-section #dynamic_textfield {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-right: -6px;
    margin-left: -6px;
}
.initial-section #dynamic_textfield .input-content {
    font-size: 11px;
    line-height: 12px;
    color: #8B8B8B;
}
.initial-section #dynamic_textfield .input-content span{
    display: inline-block;
    margin-top: 8px;
}
.initial-section .first-initial-section {
    padding-left: 6px;
    padding-right: 6px;
}
.initial-section .textError{
    margin-top: 0;
}
.initial-section .textError span{
    display: inline-block;
    margin-top: 12px;
}
.errorAlertBox{
    padding-top: 17px;
    padding-bottom: 13px;
}
.errorAlertBox .errorAlertInner {
    background-color: #F9E6E6;
    padding: 17px 24px;
    text-align: center;
}
.errorAlertBox p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #CE0E2D;
}
.errorAlertBox p button{
    background: transparent;
    border: 0;
    padding: 0;
    color: #53565A;
    text-decoration: underline;
}
#disclaimerModal.customModal .modalBoxInner.confirmOrderBox {
    padding: 26px 0 0px;
}
#disclaimerModal .confirmOrderBox p a{
    text-decoration: underline;
}
#disclaimerModal.customModal .modal-footer .btn.btnSubmit {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}
#disclaimerModal.customModal .modal-footer {
    background-color: #ffffff;
}
.extra-text{
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.alsoLikeArea .alsoLikeTitle {
    margin-bottom: 24px;
}
.alsoLikeArea  .itemGridTwo .itemGridImg img {
    border-radius: 4.05px;
}
.alsoLikeArea .alsoLikeTitle h3 {
    font-size: 22px;
    line-height: 26.4px;
    color: #501B86;
    margin: 0;
    font-weight: 700;
    font-family: 'BentonSans Bold';
    text-transform: capitalize;
    letter-spacing: -0.44px;
}
.alsoLikeArea .itemGridTwo .itemGridTitle p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    color: #333333;
    margin-top: 4px;
}
.alsoLikeArea .itemGridTwo .itemGridTitle .price span {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #333333;
    margin-top: 4px;
}
.alsoLikeArea .itemGridTwo .itemGridTitle p:nth-child(4) {
    font-weight: 500;
    font-family: 'BentonSans Bold';
    margin-top: 16px;
}
.alsoLikeArea .itemGridTwo .itemGridTitle p.brand-name{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-left: 0;
}
.alsoLikeArea .itemGridTwo .itemGridTitle .price {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #333333;
    margin-top: 0px;
}
.alsoLikeArea .itemGridTwo .itemGridTitle h3 {
    font-family: 'BentonSans Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #501B86;
    letter-spacing: -0.36px;
}
.alsoLikeArea .itemGridTwo .itemGridImg img {
    background: #FFFFFF;
}
.price-section{
    width: 100%;
    background: #FFFFFF;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    border-radius:9px;
    margin-bottom: 20px;
}
.price-section p{margin: 0;padding: 10px 20px;color: #53565A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;text-transform: uppercase;}
.nav-tabs{margin-bottom: 0;border-bottom: none;}
.nav-tabs>li>a{border: none;padding: 0;}
.tab-pane ul{
    padding-left: 0;
    width: 100%;
    border: 0;
}
/*.tab-pane ul li{list-style: none;
    width: 50%;
    float: left;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 2px solid #D1CCBD;
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}*/
.w-50-ul{float: left;width: 20%;padding: 0;border-bottom: 2px solid #d1ccbd;}
.flex-end{display: flex;justify-content:flex-end;padding-right:20px;width: 80%;}
.flex-end li a{
    color: #999999;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
  border: none !important;
  background: transparent !important;
}
/*.tab-pane ul li:nth-child(odd) {
    border-right: 2px solid #d1ccbd;
}
.tab-pane ul li:last-child,.tab-pane ul li:nth-last-child(2){
    border-bottom: none;
}
.tab-pane ul li:nth-last-child(2){
    border-bottom-left-radius: 9px;
}
.tab-pane ul li:last-child{
    border-bottom-right-radius: 9px;
}*/
.flex-end li.active a{color: #53565A;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
}
.nav-tabs li{
    padding: 10px 0px 10px 20px;
    margin-bottom: 0;
}
.pad-10-20{padding: 10px 20px;}
.size-section{
    width: 100%;
    padding-left: 0;
    margin-bottom:0;
}
.label-left label{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
  font-size: 16px;
  line-height: 16px;
    color: #53565A;
}
.sizechart-link a{
    color: #D40029;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.border-bot-2{border-bottom: 2px solid #D1CCBD;}
.qty-section{
    padding: 0px 0 18px;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    /* margin-bottom: 12px; */
    /* border-bottom: 2px solid #8B8B8B; */
    padding-bottom: 16px;
}
.qty-section-1{text-align: center; width: 15.5%;}
.qty-section-1 input{
    height: 50px;
    width: 53px;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 0.8;
    color: #4A4F53;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding:0;
    margin: 0 auto;
}
.qty-section input{
    height: 48px;
    border: 1px solid #53565A;
    border-radius: 4px;
    background-color: #FFFFFF;
    /* opacity: 0.8; */
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    width: 60px;
}
.qty-section-1 label{
     color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.total-qty-section p{
    margin-bottom: 0;
    color: #53565A;
    font-size: 16px;
    line-height: 24px;
}
.total-qty-section span{
    font-weight: 500;
}
.price-table{margin-bottom: 0 !Important;}
.price-table tr td {
    /* border-right: 2px solid #d1ccbd; */
    /* border-top: 2px solid #d1ccbd !important; */
    color: #53565A;
    font-size: 16px;
    line-height: 16px;
    padding:10px 20px;
}
.price-table tr td:last-child{border-right: none;}
/*#common-success h1{
    font-size: 48px;
    color: #53565A;
    margin-top: 50px;
}*/
#product .productDetailTitle{
    margin-bottom: 12px;
}
#product .productDetailTitle h2{
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
    margin: 0;
}
#product .productContent{
    background: #F7F7F7;
    border-radius: 4px;
    margin-bottom: 24px;
    width:100%;
    padding: 24px;
}
.color-section{
    width: 100%;
    float: left;
    margin-bottom: 12px;
    border-bottom: 2px solid #8B8B8B;
    padding-bottom: 18px;
}
.color-section label{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
}
#product .productContent label:before{
    display: none;
}
.color-selection {
    padding: 12px 0px;
}
.productDetailsBox input.input-text::-webkit-input-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text::-moz-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text:-ms-input-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text:-moz-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox .input-warn-limit {
    border-color: #D40029 !important;
    background-color: #fdfbf4 !important;
}
.table-responsive .dataTables_wrapper .tablePagination .dataTables_paginate ul.pagination {
    margin: 0;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button,
.pagination li{
    padding: 8px 12px;
    background: transparent;
    color: #53565A;
    border: 0;
    box-shadow: none;
    display: inline-block;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: transparent;
    color: #53565A;
    border: 0;
    box-shadow: none;
}
.pagination>.active>a, 
.pagination .page-item.active .page-link,
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #53565A;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}
.pagination .page-item .page-link:focus,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 3;
    color: #53565A;
    background-color: transparent;
    border-color: transparent;
    opacity: 0.5;
    box-shadow: none;
}
.pagination .page-item .page-link,
.pagination .page-item.disabled .page-link
.pagination>li>a,
.pagination>li>span {
    font-size: 18px;
    line-height: 20px;
    color: #53565A;
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    position: relative;
}
.pagination .page-item.disabled .page-link {
    background: transparent;
}
.pagination .page-item.active .page-link:before,
.pagination li.active a:before,
.pagination>li.active>span:before{
    content: '';
    height: 2px;
    width: 100%;
    background: #581989;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pagination .page-item.previous .page-link,
.pagination .page-item.previous .page-link span,
.pagination .page-item.next .page-link,
.pagination .page-item.next .page-link span,
.pagination li.previous a,
.pagination li.previous span,
.pagination li.next a,
.pagination li.next span{
    color: #581989;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: no-drop;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover a, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active a{
    opacity: 0.5;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover{
    color: #581989;
    background-color: transparent;
    border-color: transparent;
    opacity: 0.8;
    cursor: no-drop;
}
#cartModal .orderSummaryBox .orderSummaryInfo {
    border-bottom: 0;
    padding: 0 0 18px;
}
#previewModal .modalBoxInner {
    padding: 0;
    border-top: 0;
}
.modalBoxInner .previewImg {
    padding-bottom: 12px;
}
.modalBoxInner .previewImg img{
    width: 100%;
    height: auto;
}
/*alert CSS*/
.alert {
    position: relative;
    padding: 8px 30px 8px 15px;
    border-radius: 0;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: 'BentonSans Regular', sans-serif;
}
.alert b,
.alert strong{
    font-family: 'BentonSans Bold';
}
.alert-success a,
.alert.alert-success a{
    color: #ffffff;
    text-decoration: underline;
}
.alert-success,
.alert.alert-success{
    color: #ffffff;
    /* background-color: #8DB92E; */
    background-color: #581989;
    border: none;
}
.alert-dismissable .close,
.alert-dismissible .close,
.alert .close,
.alert.orderingAlertSuccess .close,
.alert.orderingAlertError .close {
    position: absolute;
    top: 4px;
    right: 15px;
    opacity: 1;
    text-shadow: none;
    color: #000;
    padding: 0;
}
.alert-danger,
.alert-warning{
    background: #581989 !important;
    color: #FFFFFF !important;
    border-color: #581989 !important;
}
.alert.orderingAlertSuccess{
    background: #581989;
    border-color: #581989;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    margin-top: 20px;
    margin-left: 17px;
    margin-right: 17px;
    border-radius: 0;
    color: #ffffff;
}
.alert.orderingAlertError {
    background: #F0F0F0;
    border-color: #F0F0F0;
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    margin-top: 0;
    padding: 8px 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
}
.alert.orderingAlertError:before {
    content: '';
    width: 20px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #FF0000;
    bottom: -1px;
}
.alertErrorIxon .fa,
.errorAlertIcon .fa,
.btnAlertIcon .fa{
    color: #FF0000;
}
.errorIconRight .fa {
    margin-left: 5px;
    color: #FF0000;
}
.btnAlertIcon.errorIconLeft .fa {
    margin-right: 5px;
}
.alerTransparent.orderingAlertError {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-align: left;
}
.alert.orderingAlertError a{
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
    font-family: 'BentonSans Bold';
    text-decoration: underline;
}
.alerTransparent.orderingAlertError:before {
    display: none;
}
.tableGrayHead .table tbody tr td .alertErrorIxon {
    margin-top: 5px;
}
.alert.mBottom15{
 margin-bottom: 15px;   
}
.alert.mTop15,
.alert.orderingAlertError.mTop15{
 margin-top: 15px;   
}
.alert .fa {
    margin-right: 15px;
}
.alert.alertMarginTop{margin-right: 0;}
.alert-dismissible .close{padding: 10px;}
#product .alert .fa {
    margin-right: 5px;
}
.alert.orderingAlertSuccess .close{
    color: #FFFFFF;
    padding: 0;
}
.alert.orderingAlertError .close{
    padding: 0;
}

.alert.alertS2{
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    border: 0;
    padding: 12px 40px 12px 30px;
}
.alert.alertS2.alertMarginTop{
    margin-top: 36px;
}
.alertS2:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    left: 0;
    top: 0;
}
.alertS2.alert .fa {
    margin-right: 10px;
}
.alertS2.alert-success a, 
.alertS2.alert.alert-success a {
    font-style: normal;
    color: #581989;
    text-decoration: underline;
}
.alertS2.alert-success:before{
    background: #581989;
}
.alertS2.alert-success,
.alertS2.alert.alert-success{
    color: #581989;
    background-color: #f7f7f7;
}
.alertS2.alert-danger,
.alertS2.alert.alert-danger,
.alertS2.alert-warning,
.alertS2.alert.alert-warning{
    background-color: #f7f7f7 !important;
}
.alertS2.alert .close,
.alertS2.alert-dismissible .close {
    width: 40px;
    padding: 10px;
    color: #53565A;
    top: 0;
    right:0;
}
.alertS2.alert-danger{
    /* color: #b81b1b !important; */
    color: #581989 !important;
}
.alertS2.alert-danger:before{
    /* background: #b81b1b; */
    background: #581989;
}
/*Cart page CSS*/

#checkout-cart{
    min-height: calc(100vh - 519px);
}
/* #checkout-cart .checkoutCartBox{
    padding: 69px 0 167px;
} */
#checkout-cart #content {
    min-height: 100%;
}
#checkout-cart .row{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#checkout-cart .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#checkout-cart .cart-section .alert-success {
    margin-top: 0;
    margin-bottom: 24px;
}
#checkout-cart .cartHeaderArea {
    margin-bottom: 36px;
}
#checkout-cart .cartHeaderIcon {
    margin-right: 8px;
}
#checkout-cart .cartHeaderTitle h1{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #53565A;
    margin: 0;
}
#checkout-cart .cartHeaderBtn .themeBtn {
    width: 329px;
    background: #FFFFFF;
    border: 1px solid #53565A;
    box-shadow: none;
    color: #53565A;
    line-height: 20px;
}
.cart-section table{
    border: none;
}
.cart-table{
    margin-bottom: 0px;
}
.cart-table thead tr td,
.cart-table thead tr th{
    padding: 0 10px 9px;
    font-size: 14px;
    line-height: 18px;
    border-top: 0;
    color: #53565A;
    text-transform: uppercase;
    font-family: 'BentonSans Bold';
}
.cart-table tbody tr td,
.cart-table tbody tr th{
    padding: 12px;
    font-size: 14px;
    line-height: 14px;
    border-top: 0;
    font-weight: 500;
    color: #53565A;
}
/* .cart-table thead tr th:nth-child(4),
.cart-table thead tr td:nth-child(4){
    max-width: 170px;
} */
.cart-table thead tr th:nth-child(3),
.cart-table thead tr th:nth-child(5),
.cart-table thead tr td:nth-child(3),
.cart-table thead tr td:nth-child(5){
    min-width: 101px;
}
.cart-table thead tr:first-child th:first-child,
.cart-table thead tr:first-child td:first-child{
    padding-left: 0;
}
.cart-table thead tr:first-child th:last-child,
.cart-table thead tr:first-child td:last-child,
.cart-table tbody tr.cart-row td:last-child{
    padding-right: 0;
}
.cart-table tbody tr.cart-row td:last-child{
    position: relative;
}
.cart-table thead th,
.cart-table thead td{
    color: #53565A;
}
.cart-table tbody tr.cart-row{
    border-top: 1px solid #B3B5BA;
}
.cart-table tbody tr.cart-row tr{
    border-bottom: 1px solid #B3B5BA;
}
.cart-table tbody tr.cart-row td{
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #53565A;
    padding: 24px 10px 29px;
    border-top: 1px solid #B3B5BA;
}
.cart-table tbody tr.cart-row td:first-child{
    width: 116px;
    padding: 24px 10px 29px 0;
}
.cart-table tbody tr.cart-row td:nth-child(2){
    vertical-align: top;
}
.cart-table tbody .img-thumbnail {
    width: 100%;
    padding: 0;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 8px;
}
#checkout-cart .popUpImgBox a.popUpImg{
    width: 100%;
    height: 180px;
    max-width: 180px;
    min-width: 180px;
}
.cart-table tbody tr.cart-row td .itemName{
    min-width: 100px;
}
.cart-table tbody tr.cart-row td .itemName,
.cart-table tbody tr.cart-row td .itemName a{
    color: #501B86;
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    margin-bottom: 4px;
}
.cart-table tbody tr.cart-row td p.pro-label{
    color: #333333;
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
#multi-cart-pg .themeContainer{
    padding: 0 65px !important;
}
.cart-table tbody tr.cart-row td .itemName a{
    text-decoration: none;
}
.cart-table tbody tr.cart-row td:nth-child(2),
.cart-table tbody tr.sub-row td:nth-child(2){
    max-width: 350px;
}
.cart-table .cartItemDetail{
    max-width: 100%;
    min-height: 98px;
    flex-direction:column;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    margin-right: 0px;
    /* new style added by avi */
    width: 100%;
    display: flex;
    min-height: 100%;
    flex-wrap: wrap;
}
.cart-table .cartItemDetail .cartItemTop, 
.cart-table .cartItemDetail .cartItemBot, 
.cart-table .cartItemDetail .qtyGroupBox{
    width: 100%;
}
.cart-table .cartItemDetail .cartItemBot, 
.cart-table .cartItemDetail .qtyGroupBox{
    margin-top: auto;
}
.cart-table tbody tr.cart-row td .itemNo {
    color: #53565A;
    font-family: BentonSans Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.cart-table tbody tr.cart-row td .cartItemBot p {
    font-family: BentonSans Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #53565A;
    margin-bottom: 3px;
}
.cart-table tbody .cart-row td:second-child{
    width: 300px;
    padding-right: 15px !important;
}
.cart-table tbody .cart-row td .unit-price {
    font-size: 18px;
    line-height: 30px;
    color: #53565A;
    font-family: 'BentonSans Bold';
}
.cart-table a{
    text-decoration: none;
}
.cartItemBot {
    /* height: 100%; */
    position: relative;
}
.cartItemBot .size-text{
    position: absolute;
    bottom:0;
    width: 100%;
}
.name-text .color-text {
    margin-top: 37.74px;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
.cart-table tbody tr td .cartItemInfo {
    background-color: #EEEEEE;
    border-radius: 4px;
    padding: 12px;
    min-height: 100px;
    min-width: 250px;
    max-width: 385px;
}
.cart-table tbody tr td .cartItemInfo p{
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
    font-weight: 400;
}
.cart-table tbody tr td .cartItemInfo p span{
    font-weight: 500;
}
.cart-table tbody tr.cart-row td .addToCartInner {
    display: flex;
    align-items: center;
}
.cart-table tbody tr.cart-row td .itemQtyInputBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.cart-table tbody tr.cart-row td .btn-preview , .product-remove-btn .btn-preview{
    color:#581989;
    font-size: 12px;
    cursor: pointer;
}
.cart-table tbody tr.cart-row td.tdQty .input-group .itemQtyInputBox {
    display: block;
}
.cart-table tbody tr.cart-row td .itemQtyBtn {
    width: 36px;
    height: 36px;
    border: 1px solid #8B8B8B;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    color: #53565A;
    text-align: center;
    letter-spacing: -4px;
    text-indent: -4px;
    cursor: pointer;
    vertical-align: bottom;
    border-radius: 0;
}
.cart-table tbody tr.cart-row td .itemQtyInput {
    width: 40px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #787A7D;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    font-family: 'BentonSans Regular';
    font-weight: 400;
    margin-top: 16px;
}
.cart-table tbody tr.cart-row td .btn-remove{
    position: absolute;
    right: 0;
    bottom: 29px;
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #787A7D;
    display: flex;
    align-items: center;
}
.cart-table tbody tr.cart-row td .btn-remove img{
    width: 6.64px;
    height: 7px;
    margin-right: 5.9px;
}
.cart-table tbody tr.cart-row td .btn-remove:hover,
.cart-table tbody tr.cart-row td .btn-preview:hover, 
.product-remove-btn .btn-preview:hover{
    color: #787A7D;
    text-decoration: underline;
}
.cart-table tbody tr.cart-row td .text-danger {
    max-width: 53px;
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
    text-align: center;
}
#checkout-cart .sub-input .inputGRoup{
    max-width: 53px;
}
/* .cart-section .btn-block{
    display: flex;
    justify-content:center;
    align-items:center;
} */
#confirmModal.customModal .modal-dialog{
    width: 588px;
}
#confirmModal.customModal .modal-footer,
.customModal .modal-footer.whiteBg{
    background-color: #FFFFFF;
}
.customModal .modalBoxInner.confirmOrderBox {
    padding: 26px 0 14px;
}
.confirmOrderBox p{
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.confirmOrderBox p br {
    content: "";
    display: block;
    font-size: 24%;
    margin-top: 8px;
}
.confirmOrderBox p span{
    font-family: 'BentonSans Bold';
}
#confirmModal.customModal .modal-footer .themeBtn {
    max-width: 100%;
}
img#popUpImgProduct {
    max-width: 100%;
}

#checkout-cart .calShipBox {
    display: flex;
    align-items: flex-end;
}
#checkout-cart .calShipBox p{
    margin-bottom: 5px;
    color: #53565A;
    font-size: 16px;
    line-height: 24px;
}
#checkout-cart .calShipBox form input{
    width: 300px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    color: #515151;
    padding: 8px 16px;
}
#checkout-cart .calShipBox .themeBtn{
    width: 100px;
}
.btn-block input:-moz-read-only { /* For Firefox */
    cursor: unset;
    outline:none !important;
    border:none;
}
.btn-block input:read-only {
    cursor: unset;
    outline:none !important;
    border:none;
}
.btn-remove:hover{
    background: none !important;
}
.form-control{
    box-shadow: none !important; 
}
.cart-table tbody tr.cart-row td .total-text {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    text-align: right;
    font-family: 'BentonSans Bold';
    color: #333333;
}
#cartForm{
    width: 100%;
    /* min-width: 729px; */
    max-width: 729px;
}
.totalTable-wrapper .total-table tbody tr td, .totalTable-wrapper table.total-table tr td{
    padding: 0 !important;
}
.totalTable-wrapper table.total-table tr td.totalText p{
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    font-family: 'BentonSans Bold';
    text-transform: capitalize;
}
.totalTable-wrapper .table tbody tr{
    background: #f7f7f7;
}
.totalTable-wrapper .totalTableArea{
    border-top: 0 !important;
    border-bottom: 1px solid #B3B5BA;
    padding-bottom: 24px;
}
.totalTable-wrapper {
    background: #f7f7f7;
    padding: 24px 22px;
}
#checkout-cart .themeContainer{
    padding: 0 60px;
}
#checkout-cart .themeContainer .col-md-7, #checkout-cart .themeContainer .col-md-5,
#checkout-cart .themeContainer .col-lg-7, #checkout-cart .themeContainer .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
}
.text-tax{
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.tax-section{
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-top: 24px;
}
.tax-section p{margin-bottom: 0}
.subtotal-right-text{text-align: right;}
.subtotal-right-text .subtotal{
    color: #090a0f;
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 43px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    display: inline-block;
    padding-left: 55px;
}
.subtotal-left-text .subtotal-title{
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}
.subtotal-section .errorText .text-danger{
    margin-top: 8px;
}
.img-thumbnail{
    border: none !important;
}
.not-found-section{padding-top:100px;text-align: center;}
.not-found-section h1{
    color: #53565A;
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 64px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin-top: 0;
}
.not-found-section p{
    color: #53565A;
    font-size: 16px;
}
.cart-display-none{display: none;}

#checkout-cart .table-responsive{
    overflow-x: unset !important;
}
.left-div,.right-div{
    width: 50%;
}
.name-text span {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
.name-text span.size-text-bold{
    font-family: 'BentonSans Bold';
    font-weight: 700;
}
.sub-row{
    background-color: #F7F7F7!important;
}
.cart-table .sub-row .btn-remove .fa-trash-o{
    color: #ee494c;
    font-size: 18px;
}
.cart-table .sub-row .btn-remove{
    margin-top: 0;
    margin-left: 15px;
}
.cart-table tbody tr.sub-row td {
    padding: 6.9px 10px;
    border-top: none;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    border-bottom: 1px solid #B3B5BA;
    font-family: 'BentonSans Bold';
    text-align: left !important;
    font-weight: 700;
}
.cart-table tbody tr.sub-row td.product-price{
    line-height: 120%;
    font-weight: 400;
    font-family: 'BentonSans Regular';
}
#checkout-cart .sub-input input.form-control{
    font-family: 'BentonSans Regular';
}
.cart-table tbody tr.sub-row td:nth-child(1) {
    display: none;
}
.cart-table tbody tr.sub-row td.productSizeCol{
    padding-left: 24px;
}
.sub-row td:first-child{
    width: 116px;
    text-align: right;
    padding-right: 0!important
}
.sub-input input.form-control {
    height: 34px;
    width: 40px;
    border: 1px solid #787A7D;
    border-radius: 4px;
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    font-family: 'BentonSans Bold';
    line-height: 20px;
    font-weight: 400;
}
.cart-table tbody tr.sub-row td.product-total{
    line-height: 14px;
    font-weight: 700;
    font-family: 'BentonSans Bold';
}
.cart-table tbody tr.sub-row.sub-row td:last-child{
    text-align: right !important;
    padding-right: 24px;
}
.cart-body .sub-row:last-child td {
    border-bottom: none;
}
.cart-table tbody.hiddenCartTbody tr td {
    padding: 0;
    border: 0;
}
tr.sub-row:first-child td:first-child{border-top-left-radius: 9px;}
.table>tbody+tbody{border: none;}

.sub-row .sub-input .inputGRoup{
    margin: 0 auto;
}
/***Personalized cart page css***/

.productText{
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px; */
    display: flex;
    height: 100%;
    min-height: 180px;
}
.personalize-view{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 243px;
    min-width: 243px;
    margin-left: auto;
}
/* .personalize-view .personalize-view {
    margin-left: 0;
} */
.personalize-view .personalization-child{
    padding-right: 10px;
    padding-left: 0px;
}
.personalize-view-head{
    align-self: stretch; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    background: #5B0E8B; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex;
    /* border: 1px #B3B5BA solid; */
}
.personalize-view-head .head-title{
    color: white; 
    /* font-size: 16px;  */
    font-size: 14px;
    font-family: 'BentonSans Bold' !important; 
    font-weight: 400; 
    line-height: 21px; 
    word-wrap: break-word;
}
.primary-location-wrap{
    align-self: stretch; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: table-row;
}
.primary-location-box{
    flex: 1 1 0;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #F7F7F7;
    border-top: 1px #B3B5BA solid;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: table-cell;
    min-width: 115px;
    max-width: 130px;
}
.primary-location-text{
    color: #53565A;
    font-size: 12px;
    font-family: 'BentonSans Regular';
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}
.location-box{
    flex: 1 1 0; 
    height: 32px; 
    padding-left: 12px; 
    padding-right: 12px; 
    padding-top: 4px; 
    padding-bottom: 4px; 
    background: #F7F7F7; 
    border-left: 1px #B3B5BA solid; 
    border-top: 1px #B3B5BA solid; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    display: table-cell;
     width: 100%;
}
.location-box{
    color: #53565A; 
    font-size: 12px; 
    font-family: 'BentonSans Regular'; 
    font-weight: 400; 
    line-height: 20px; 
    word-wrap: break-word
}
.location-box .location-text {
    word-break: break-word;
}
.monogram-design-wrap{
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start; 
    display:table-row;
}
.monogram-design-box{
     display: table-cell;
     min-width: 115px;
     max-width: 130px;
     flex: 1 1 0;
     height: 32px;
     align-self: stretch;
     padding-left: 12px; 
     padding-right: 12px;
     padding-top: 4px;
     padding-bottom: 4px; 
     background: #F7F7F7; 
     border-top: 1px #B3B5BA solid; 
     border-bottom: 1px #B3B5BA solid;
     justify-content: flex-start;
     align-items: center;
     gap: 10px;
}
.monogram-design-text{
    color: #53565A; font-size: 12px; font-family: 'BentonSans Regular'; font-weight: 400; line-height: 20px; word-wrap: break-word
}
.design-box{
    display: table-cell;width: 100%;flex: 1 1 0; height: 32px; padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px; background: #F7F7F7; border-left: 1px #B3B5BA solid; border-top: 1px #B3B5BA solid; border-bottom: 1px #B3B5BA solid; justify-content: flex-start; align-items: center; gap: 10px;
}
.design-text{
    flex: 1 1 0; color: #53565A; font-size: 12px; font-family: 'BentonSans Regular'; font-weight: 400; word-wrap: break-word
}
/* Personalize Cart End */

/*Search CSS*/
#product-search{
    min-height: calc(100vh - 363px);
}
#product-search h1 span{
    font-family: 'BentonSans Bold';
}

/*My Account page CSS*/
.accountInfoArea {
    /* padding-top: 85px; */
    padding-bottom: 56px;
    min-height: calc(100vh - 312px);
}
.account-section {
    padding-right: 33px;
}
.account-section .nav-tabs {
    display: block;
    border-bottom: 1px solid #B1ADA6;
}
.account-section .nav-tabs li {
    padding: 0;
    display: block;
    float: none;
    text-align: left;
    border-top: 1px solid #B1ADA6;
    border-bottom: 0;
}
.account-section>.nav-tabs>li>a{
    display: block;
    padding: 18px 0;
    color: #53565A;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
.account-section>.nav-tabs>li.active>a,
.account-section>.nav-tabs>li>a:hover,
.account-tab>.nav-tabs>li.active>a:focus, 
.account-tab>.nav-tabs>li.active>a:hover {
    color: #581989;
    background-color: transparent;
    border: 0;
    font-family: 'BentonSans Bold';
}
#personal-details {
    padding-left: 33px;
}
.acAlertBox.alert{
    margin-bottom: 15px;
    margin-top: 0;
}
#address-book{ width: calc(100% - 400px);}
#personal-details h2,
#change-password h2,
#address-book h2,
#address-entries h2{
    color: #53565A;
    font-size: 28px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 15px;
}
.personalDetailsTitle {
    margin-bottom: 14px;
}
#personal-details .personalDetailsTitle h2{
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
}
.personalDetailsTitle p{
    font-size: 14px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: 'BentonSans Bold';
}
#address-book h2{
    margin-top: 60px;   
}
.form-account .form-group{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 21px;
}
.form-account.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom:5px;
    font-size: 14px;
    line-height: 21px;
    color: #53565A;
   font-family: 'BentonSans Bold';
}
.form-password .form-group,
.form-address .form-group{
    width:50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background: #F0F0F0;
    border-color: #8B8F92;
    opacity: 1;
    cursor: no-drop;
}
.form-account .form-control{box-shadow: none !important;}
.displayNote {
    margin-top: 6px;
}
.displayNote p {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #777470;
}
.accountBtnBox {
    margin-top: 24px;
}
.accountBtnBox .themeBtn {
    line-height: normal;
}
.sub-row:nth-last-of-type(1) td {
    border-bottom: none !important;
}

/* Credit Table Area */
.creditUsageArea .accountInfoArea {
    padding-top: 0;
    padding-bottom: 50px;
}
#account-edit.creditUsageArea #personal-details {
    padding: 0;
}
.creditTableTitle {
    height: 64px;
    background: #000;
    padding: 19.5px;
    text-align: center;
    border: 1px solid #B3B5BA;
    border-bottom: 0;
}
.creditTableTitle h2,
#personal-details .creditTableTitle h2 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.creditUsageArea .table-responsive .table-bordered.table {
    margin-bottom: 0;
    border-bottom: 0;
}
.creditUsageArea table thead tr th, 
.creditUsageArea table thead tr td {
    padding: 15px;
    border-bottom: 0;
    background: #501B86;
    color: #FFFFFF;
    font-size: 17px;
    white-space: normal;
    vertical-align: top;
    background-image: none !important;
    font-family: 'BentonSans Regular';
}
.creditUsageArea .table-responsive .table thead tr th:nth-child(1), 
.creditUsageArea .table-responsive .table thead tr td:nth-child(1) {
    border-left-color: #B3B5BA;
}
.creditUsageArea .table-responsive .table thead tr th:nth-last-child(1), 
.creditUsageArea .table-responsive .table thead tr td:nth-last-child(1) {
    border-right-color: #B3B5BA;
}
.creditUsageArea .table tbody tr,
.creditUsageArea .table-hover tbody tr, 
.creditUsageArea .table-hover tbody tr:hover {
    background-color: #f7f7f7;
}
.creditUsageArea table tbody tr td{
    padding: 15px 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    border-color: #B3B5BA;
    vertical-align: middle;
}
.creditUsageArea .table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #B3B5BA
}
.creditUsageArea .creditListBox{
    padding-bottom: 16px;
    border-bottom: 1px solid #B3B5BA;
}
.creditUsageArea.myQuotesArea .table-bordered tbody tr td{
    padding: 18px 14px;
}
/*==My Order Page==*/
#filterOrder {
    padding-right: 29px;
}
#account-order,
#account-order .orderInfoArea{
    min-height: -webkit-calc(100vh - 249px);
    min-height: -moz-calc(100vh - 249px);
    min-height: -o-calc(100vh - 249px);
    min-height: calc(100vh - 249px);
}
#account-order .orderInfoArea {
    padding: 0 0 60px 0;
}
#filterOrder .panel-heading{
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-bottom: 16px;
}
.advanceSearch .panel-heading h3{
    position: relative;
}
.advanceSearch .panel-heading h3:after {
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(../image/arrow-down-gray.svg);
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 12px;
}
.advanceSearch .panel-heading.collapsed h3:after {
    transform: rotate(-90deg);
}
/*.my-order--wrapper--main .text-empty{
    font-size: 19px;
    color: #000;
    margin: 0px;
    font-weight: 500;
    margin-top: 20px;
}
.my-order--wrapper--main{ 
    overflow: hidden; padding: 0 15px;
    color: #000;
    padding-bottom: 50px;
    min-height: calc(100vh - 238px);
}
.my-order--wrapper h1{
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 70px;
    font-size: 36px;
    color: #000;
}*/
/*#select_type_form,#select_type_form-adv{padding: 20px;}
.input-group-addon{ display: none}
.sidebar{
    width: 285px;
    margin-right: 35px;
    float: left
}
.sidebar h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;
}
.content-wrapper{
    width:calc(100% - 320px);
    float: right;
    margin-bottom: 20px;
}*/
#filterOrder .panel {
    margin-bottom: 36px;
}
.sidebar .form-group{
    margin-bottom: 14px;
}
.sidebar label{
    color: #53565A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}
#select_type_form .form-group input,
#select_type_form-adv .form-group input,
#select_type_form select,
#select_type_form-adv select{
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    background-color: #FFFFFF;
   height: 48px;
    color: #787A7D;
}
#select_type_form .form-group input.multiselect-search{
   height: 48px;
    font-size: 13px;
    color: #787A7D;
    padding: 8px 40px;
    border: 0;
    background: rgba(231, 231, 231, 0.5);
    border-radius: 0;
}
#select_type_form .multiselect-container label.radio input[type=radio]{
    height: 18px;
}
#select_type_form .form-group input,
#select_type_form-adv .form-group input{
    font-size: 14px;
}
#select_type_form select,
#select_type_form-adv select{
    font-size: 14px;
    padding: 6px 35px 6px 16px;
    background-position: right 16px center;
}
.sidebar input:focus, .sidebar select:focus,
.sidebar input:hover, .sidebar select:hover{
    box-shadow: none;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}
.form-control.button:hover, .form-control.button:focus{
    background: #2885cd;
    color: #fff
}
.from-main{
    padding-right: 6px;
}
.to-main{
    padding-left: 6px;
}
.date input.form-control{
    font-size: 14px;
}

#my-order {
    padding-left: 28px;
}
#my-order .content-wrapper {
    padding-bottom: 24px;
}
/* #my-order .tab-content .tab-pane {
    padding-top: 20px;
} */
#my-order .table {
    margin-bottom: 0;
    background-color: #f7f7f7;
}
#my-order .table tbody tr{
    background-color: #f7f7f7;
}
#my-order .table.total-table tbody tr {
    border-bottom: 1px solid #d0d0d0;
}
#my-order .table>tbody>tr>td, 
#my-order .table>tbody>tr>th, 
#my-order .table>tfoot>tr>td, 
#my-order .table>tfoot>tr>th, 
#my-order .table>thead>tr>td, 
#my-order .table>thead>tr>th{
    padding: 20px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    vertical-align: top;
    border-top: 1px solid #B3B5BA;
}
#my-order .table>tbody>tr>td:nth-child(1),
#my-order .table>tbody>tr>th:nth-child(1){
    padding-left:24px;
    border-left: 1px solid #D0D0D0;
    /* width: 35%; */
}
#my-order .table>tbody>tr>td:nth-last-child(1),
    #my-order .table>tbody>tr>th:nth-last-child(1){
    padding-right:24px;
    border-right: 1px solid #D0D0D0;
}
#my-order .table>tbody>tr>td .orderInfoBox p{
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    font-weight: 400;
    text-align: left;
}
#my-order .table>tbody>tr>td .orderInfoBox p.textGreen2,
#my-order .table>tbody>tr>td .orderInfoBox p span.textGreen2,
#my-order .order-details--rows .table>tbody>tr>td .orderInfoBox p span.textGreen2{
    color: #039A00;
    font-family: 'BentonSans Bold';
}
#my-order .table>tbody>tr>td .orderInfoBox p.textRed,
#my-order .table>tbody>tr>td .orderInfoBox p span.textRed{
    color: #ff0000;
    font-family: 'BentonSans Bold';
}
#my-order .table>tbody>tr>td .orderInfoBox p + p{
    margin-top: 2px;
}
/* .orderInfoBox.orderQty p:nth-last-of-type(1) {
    min-width: 130px;
} */
#my-order .table>tbody>tr>td .orderInfoBox p span{
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    text-transform: capitalize;
    font-family: 'BentonSans Bold';
}
#my-order .table>tbody>tr>td .orderInfoBox p span.status {
    font-family: 'BentonSans Bold';
}
#my-order .table>tbody>tr>td .orderCommentBox p span,
.table>tbody>tr>td .orderBudgetCodeBox p span{
    font-family: 'BentonSans Bold';
    word-break: break-word;
}
#my-order .table>tbody>tr>td .orderCommentBox{
    padding-top: 10px;
}
#account-order #filterOrder .hasDatepicker{
    cursor: default !important;
}
span.order-comment-class,
span.processing-class{
    font-weight: 400 !important;
    font-family: 'BentonSans Regular' !important;
}
.orderBudgetCodeBox .budgetCodeBoxInner{
    display: table;
    margin-top: 10px;
}
.orderBudgetCodeBox .budgetCodeBoxLeft {
    min-width: 140px;
}
.budgetCodeBoxInner p{
    font-size: 12px;
    line-height: 20px;
    color: #53565A;
    font-weight: 400;
}
#my-order .total-details .total-table>tbody>tr>td {
    border-bottom: 1px solid #B3B5BA;
}
#my-order .order-details--rows{
 padding: 0;   
}
#my-order .order-info .order-details--rows+.order-details--rows {
    border-top: 0;
}
#my-order .total-table>tbody>tr>td a {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #53565A;
    font-style: italic;
    margin-left: 5px;
}
#my-order .total-table>tbody>tr>td a:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #53565A;
}
#my-order .order-details--rows .table,
#my-order .order-details--rows .table tr{
    background-color: #f7f7f7;
}
#my-order .tracking{
    display: none;
}
#my-order .sub-total-table {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
}
#my-order .sub-total-table.table>tbody>tr>td:nth-child(1){
    text-align: left;
}
#my-order .sub-total-table.table>tbody>tr>td:nth-last-child(1){
    text-align: right;
}
.orderInfoBox .orderInfoImg {
    margin-right: 10px;
}
.orderInfoBox .orderInfoImg img{
    max-width: 40px;
}
#my-order .table.orderTotalTable>tbody>tr>td:nth-child(1),
#my-order .table.draftOrderTotalTable>tbody>tr>td:nth-child(1){
    border-left-color: transparent;
}
#my-order .table.orderTotalTable>tbody>tr>td:nth-last-child(1),
#my-order .table.draftOrderTotalTable>tbody>tr>td:nth-last-child(1){
    border-right-color: transparent;
}
#my-order .order-details--rows .table>tbody>tr>td .orderInfoBox p span{
    text-transform: capitalize;
    font-family: 'BentonSans Bold';
}
#my-order .orderTotalTable tbody tr td.cloverlyFeeText {
    width: 60%;
}
#my-order .draftOrderTotalTable tbody tr td.cloverlyFeeText {
    width: 40%;
}
#my-order .total-table tbody tr td .cloverlyFeeLabel,
#my-order .total-table tbody tr td .cloverlyFeeLink{
    display: inline-block;
}
#my-order .total-table tbody tr td .cloverlyFeeLabel{
    margin-right: 5px;
}
#my-order .total-table tbody tr td .cloverlyFeeLink a{
    margin-left: 0;
}
/*.order-section--wrapper{
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.total-details{
    padding:15px 10px;
    background: #ffffff;

}
.order-details--table{
    width: 100%;
    font-size: 14px;
}*/
.order-details--table td:nth-child(1){ 
    width:20%;
}
.order-details--table td:nth-child(2){ 
    width:12%;
    white-space: nowrap;
}
.order-details--table td:nth-child(3){ 
    width:15%;
}
.order-details--table td:nth-child(4){ 
    width:18%;
}
.order-details--table td:nth-child(5){ 
    width:17%;
}
.order-details--table td:nth-child(6){ 
    width:25%;
}
.order-details--table label{
   color: #53565A;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.order-details--table .data{
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    width: 100%;
    display: block
}
.order-details--table .status{
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: inline;
    padding-right: 15px;
}
#filterOrder .sidebarFilterBtn input {
    width: auto;
    height: auto;
}
#filterOrder .sidebarFilterBtn {
    padding-top: 5px;
}
#filterOrder .sidebarFilterBtn #button-filter2:focus{
    background: #460B6F !important;
    border-color: #460B6F !important;
}
.order-details--table .status.transit:before{
    content: " \f0d1";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #777470;
    text-decoration: none;
    margin-right: 5px;
}
.order-details--table .status.ordered{
    color: #581989;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.order-details--table .status.transit{
    color: #777470;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 15px;
    position: relative
}
.order-details--table .status.delivered{
    color: #8DB92E;
    font-size: 12px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 15px;
    position: relative
}
.lg-text-right{text-align: right;}
/* .order-details--table .status.ordered:before{
    content: " \f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #581989;
    text-decoration: none;
    margin-right: 5px;
} */
.order-details--table .status.ordered.shipped{color: #5FAD27}
.order-details--table .status.ordered.partially-shipped{color: #FF8C18}
.order-details--table .status.ordered.cancelled{color: #a94442;}
.order-details--table .status.ordered.shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Completed_16x16.png') no-repeat;}
.order-details--table .status.ordered.partially-shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Shipped_16x16.png') no-repeat;}

.input-group.date{ width: 100%}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.order-details--table .status.cancelled{
    line-height: 16px;
    color: #e44a4a;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.order-details--table .status.cancelled:before{
    content:"";
    background: url('../image/order-image/cancelled.png') no-repeat;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.order-details--table .status.complete{
    line-height: 16px;
    color: #5fad27;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;

}
.order-details--table .status.delivered:before{
    content: " \f058";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8DB92E;
    text-decoration: none;
    margin-right: 5px;
}
.productDetailsBox #product .sizechart-head-sec{
    margin-top: 16px;
    margin-bottom: 26px;
}
.checkoutArea .left-panel #step3 .radioPanelBox #payment-block3 .radio:nth-child(2){
    padding-bottom:16px ;
}
.data .status{margin-right: 5px;}
.order-details--table a.order-details--link{
    position: relative;
    min-width: 227px;
    text-align: left;
    background: #FFFFFF;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #676561;
    opacity: 1;
    float: none;
    border: 1px solid #B3B5BA;
    height: 48px;
    border-radius: 5px;
    display: grid;
    align-items: center;
}
.order-details--table td.order-link--main{
    width: 140px;
    padding-bottom: 0;
    vertical-align: top;
}
.order-details--table a.order-details--link.close{
/*    padding-bottom: 4px;*/
    font-weight: normal;
}
.order-details--table a.order-details--link:after{
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(../image/arrow-down-gray.svg);
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
}
.order-details--table a.order-details--link.collapsed:after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
}
.order-details--table a.order-details--link:hover, .order-details--table a.order-details--link:focus{
    text-decoration: none;
}
.order-section--wrapper .order-info{
    background:#fff;
    border-bottom: 1px solid #d1ccbd;
    /*display: none*/
}
.order-section--wrapper .order-info.show{
    display: block
}
.emptyOrderNote {
    text-align: center;
    padding-top: 30px;
    text-transform: capitalize;
}
.emptyOrderNote p {
    font-size: 24px;
    line-height: 32px;
    color: #53565A;
    font-weight: 400;
}
.totalTableArea {
    border-top: 1px solid #B3B5BA;
    border-bottom: 1px solid #b3b5ba;
}
.sub-total-table{
     width:auto;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.totalTableBox .table {
    border: none;
    margin-bottom: 0;
}
.totalTableBox .itemZipcodeBox .itemZipCollapse {
    top: 33px;
    left: 0;
}
.itemZipcodeBox .zipcodeBtn span{
    font-size: 16px;
    line-height: 20px;
    color: #D40029;
    font-weight: 500;
}
.total-table tbody tr td{
   border: 0; 
    padding: 36px 0;
    color: #53565A;
    vertical-align: middle;
    font-family: 'BentonSans Bold';
}
.total-table tbody tr td.totalText p {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.total-table tbody tr td.totalAmmount p {
    font-size: 24px;
    line-height: 24px;
}
.total-table tbody tr td.totalText p,
.total-table tbody tr td.totalAmmount p{
    font-family: 'BentonSans Bold';
}
.total-table tbody tr td .calculatedText{
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #8B8B8B;
    font-weight: 400;
}
.total-table tbody tr td .calculatedText.shipCalText{
    text-align: left;
}
.total-table td,.sub-total-table td{
    padding: 0 20px;
}
.sub-total-table td:last-child{
    padding-right: 10px;
}
.total-table td:last-child{
    padding-right: 0
}
.total-table tfoot tr td{
    padding: 12px 0 0;
    font-family: 'BentonSans Bold';
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
}
.total-table span{
    font-size: 16px;
    line-height: 20px;
    color: #53565A;
}
.total-table label{
    margin-right: 15px;
    margin-bottom: 0;
    color: #53565A;
    font-size: 16px;
    font-family: 'BentonSans Bold' !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    
}
.total-table label{
    margin-right: 5px;
}

#my-order .total-table .total-table tr td label,
#my-order .total-table .total-table tr td span{
    font-size: 12px;
    line-height: 16px;
}
#my-order .total-table .total-table tr td span{
    font-family: 'BentonSans';
}
#my-order .total-table .total-table tr td label{
    font-family: 'BentonSans Bold';
    color: #501B86;
}
.total-table span:last-child{margin-right: 0;}
.checkoutCartBtn {
    padding-top: 24px;
}
.checkoutCartBtn .cartBtnContinue .themeBtn {
    background-color: #FFFFFF;
    color: #581989;
}
.checkoutCartBtn .cartBtnShip .btn {
    /* margin-left: 26px; */
    /* min-width: 240px; */
    max-height: 40px;
    padding: 16px 20px;
    min-height: 48px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'BentonSans Regular';
}
.checkoutCartBtn .cartBtnShip .btn.single-checkout-btn{
    max-width: 217px;
    width: 100%;
}
.checkoutCartBtn .cartBtnShip .btn.multi-checkout-btn{
    min-width: 247px;
    width: 100%;
    margin-left: 8px;
}
.continue-btn.cartBtnContinue{
    margin-top: 16px;
     display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.continue-btn.cartBtnContinue .btn{
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'BentonSans Regular';
    color: #501B86;
    margin-left: 8px;
}
.continue-btn.cartBtnContinue .single-checkout-btn{
    background: #580F8B;
    border: 1px solid #580F8B !important;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    font-family: 'BentonSans Regular' !important;
    font-style: normal;
    text-transform: capitalize !important;
    min-width: 247px;
    height: 48px;
    padding: 16px 20px 16px 20px !important;
    gap: 8px;
    border: 2px !important;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    margin-left: auto !important;
}
.continue-btn.cartBtnContinue .single-checkout-btn:hover,
.continue-btn.cartBtnContinue .single-checkout-btn:focus{
    background-color: #460B6F !important;
    border-color: #460B6F !important; 
}
.total-table tbody tr td.totalAmmount p.subtotal{
    font-size: 16px;
    font-weight: 700;
    font-family: 'BentonSans Bold';
    line-height: 19.2px;
    color: #333333;
}
/*.tracking{ border-bottom: 2px solid #d1ccbd; padding: 20px 10px; background: #ffffff;}*/
.tracking .tracking-table{ width:100%; }
.tracking .tracking-table label{ 
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/*.tracking .tracking-table tr td:last-child{text-align: right}
.tracking .tracking-table a, .tracking .tracking-table span{
     color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    display: block
}*/
.order-info table.order-details--table td:nth-child(1){ 
    width:35%;
}
.order-info table.order-details--table td:nth-child(2){ 
    width:25%;
}
.order-info table.order-details--table td:nth-child(3){ 
    width:15%;
}
.order-info table.order-details--table td:nth-child(4){ 
    width:25%;
}
.tracking-url a{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    color: #2885cd;
    border-bottom: 1px solid #2885cd;
    display: inline;
}
.tracking-url a:hover{
    text-decoration: none
}
.tracking-table .orderInfoBox p:not(:first-child) span{
    font-family: 'BentonSans' !important;
     font-weight:700;
}
.order-details--rows{
    padding: 15px 10px 0px;
}
.order-info .order-details--rows+.order-details--rows{
    border-top: 2px solid #d1ccbd;
}
.order-details--rows--same-line{
    padding: 0px 10px 20px;
}
.order-details--rows span,
.order-details--rows--same-line span{
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.order-details--rows .pad-bot span {
    color: #53565A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-family: 'BentonSans';
    font-weight: 700;
}
.order-details--rows---table{
    width:100%
}
.order-details--rows---table td{
    vertical-align: bottom
}
.order-details--rows---table label, .order-details--rows---table span{
    display: block;
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.order-details--rows---table span{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.order-details--rows---table span:last-child{
    margin-right: 0;
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.order-details--rows---table td:last-child{
    text-align: right
}
.order-details--rows---table span.product-name{
    /*font-weight: normal;*/
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.pad-bot span{
    color: #4A4F53;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

/*.dropdown-menu{
    border:1px solid rgb(52, 140, 207)
}*/
.datepicker-dropdown:before{
    border-bottom-color:rgb(52, 140, 207)    
}
.sidebar-mobile--menu{ 
    display: none; 
    position: relative; 
    text-transform: uppercase; 
    margin-bottom: 24px;
    font-family: 'BentonSans Bold';
}
.sidebar-mobile--menu span{ 
    display: block; 
    position: relative;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    color: #444340;
}
.sidebar-mobile--menu:hover{ 
    cursor: pointer
}
.sidebar-mobile--menu span:after{
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(../image/arrow-down-gray.svg);
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 12px;
}

.sidebar-mobile--menu.active-sidebar span:after{
    transform: rotate(-90deg);
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #d1ccbd;
}
.qt--data {
    color: #333;
    font-family: 'BentonSans Bold';
    text-align: center;
    border: none;
    outline: 0;
    cursor: default;
    width: 100%;
}
.check--moq {
    position: relative;
}
.check--moq .moq--alert {
    display: none;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
}
.check--moq .moq--alert::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}
.order-details--table td{ vertical-align: top; }
.white-space-nowrap{ white-space: nowrap }
.pad-bot td{ padding-bottom: 10px; }
.pre-line{
    width: 100%;
    height: 125px;
    padding: 10px;
    resize: none;
    color: #666;
    font-weight: 400;
    white-space: pre-line;
    background: #eee;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
.address-book-section {
    background: #fff;
    display: flex;
    width: 100%;
    padding: 15px 20px;
    justify-content: space-between;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 16px;
}
.btn-edit{
    min-width: auto;
    background: #9A3324 !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;   
}
.btn-delete{
    min-width: auto;
    background: #D40029 !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;
}
/* Information pages*/ 
#pageTitle {
    padding-top: 33px;
    padding-bottom: 33px;
    /*background: url(../image/title-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
     height: 115px; 
    object-fit: cover;
    object-position: center;
    background-size: cover;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerArea #pageTitle{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
#headerArea #pageTitle h3, .header-filter-text #pageTitle h3{
    font-size: 20px;
}
#headerArea #pageTitle p{
    font-size: 15px;
    margin-top: 5px;
}
#pageTitle .pageTitleBox h1{
    font-family: 'BentonSans Bold';
font-size: 31px;
font-weight: 400;
line-height: 37px;
letter-spacing: 0em;
    text-align: center;
color: #ffffff;
}
#product-category #pageTitle {
    padding: 32px 50px 0px 50px;
    /*background: url(../image/title-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 115px; 
    object-fit: cover;
    object-position: center;
    background-size: cover;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
#pageTitle .pageTitleBox h1 {
    font-family: 'BentonSans Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.64px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
}
#pageTitle.sustainTitle {
    background-color: #8DB92E;
}
#pageTitle.diversityTitle {
    background-color: #F38B00;
}
#pageTitle .sustainTitleIcon {
    margin-right: 17px;
}
#pageTitle .sustainTitleIcon img{
    max-width: 50px;
}
.header-filter-text #pageTitle {
    padding: 9.5px 15px;
}
.header-filter-text .headerFilterBox {
    text-align: center;
}
.header-filter-text #pageTitle .headerFilterTitle{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0;
    font-family: 'BentonSans Bold';
}
.header-filter-text #pageTitle p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'BentonSans';
}
.header-filter-text .headerFilterBox .textBold{
    font-weight: 700;
    font-family: 'BentonSans Bold';
}
#information-information{
    min-height: -webkit-calc(100vh - 184px);
    min-height: -moz-calc(100vh - 184px);
    min-height: -o-calc(100vh - 184px);
    min-height: -ms-calc(100vh - 184px);
    min-height: calc(100vh - 184px);
}
.informationBox {
    padding: 68px 140px;
    padding-top: 0;
}
#information-information .informationBox.Contact{
    padding-top: 0;
    padding-left: 0;
}

.informationBox.Contact.us {
    padding: 67px 138px;   
}
.informationBox.Contact {
   padding-top: 0 !important;
   padding-left: 0 !important;
}
#information-information .informationBox a.themeBtn.back-btn{
    font-family: BentonSans Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    min-width: 172px;
    max-height: 40px;
}

.informationBox.Terms.\&.conditions{
    padding: 67px 138px;   
}

div#information-information .informationBox.Terms.\&.condition h4 {
    font-size: 48px;
    margin-bottom: 18px; 
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
    margin-bottom: 30px;
}

#information-information .container-fluid .informationBox.Terms.\&.condition p {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #53565A;
}

div#information-information .informationBox.Contact.us h1 {
    font-size: 40px;
    /* line-height: 56px; */
    margin-top: 0px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: 15px;
    color: #53565A; 
} 

div#information-information .informationBox.Contact.us p {
    color: var(--Gray-Text, #53565A);
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px;
} 

div#information-information .informationBox.Contact.us p span{
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #53565A;
}

.informationBox.Contact.us h3 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    font-weight:400; 
    display: inline-block;
    margin-bottom: 8px;
    color: #53565A !important;
}

.informationBoxContact h4{
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
    margin-bottom: 30px;
}

.informationBox.Contact.us h4{
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
    margin-bottom: 30px;
}

.informationBoxContact p{
    /* font-size: 18px; */ 
    line-height: 30px; 
    color: #53565A;
    font-weight: 400;
}

.informationBox.Contact.us p{
    /* font-size: 18px; */ 
    line-height: 30px; 
    color: #53565A;
    font-weight: 400;
}

/* .informationBoxContact p a {
    color: #007bff !important;
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
} */

.informationBoxContact p a {
    color: #007bff !important;
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
}

.informationBox.Contact.us p a {
    color: #007bff !important;
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
}

#information-information .informationBox.Contact.us p a strong {
    color: #007bff !important;
    margin-bottom: 0; 
    font-weight: 400;  
    font-size: 14px; 
}  
 
/*privacy policy individual css*/ 
.informationBox.Privacy {
    padding: 73px 140px;
    padding-top: 0;
}  

.informationBox.Privacy h4{ 
    /* font-size: 28px; */ 
    line-height: 38px;
    color: #53565A;
    /* margin-bottom: 30px; */
    font-size: 48px;
    margin-bottom: 20px;
}

.informationBox.Privacy h4 + p {
    margin-bottom: 20px;
    margin-top: 30px!important;
} 


.informationBox.Privacy p{margin-bottom: 1rem;} 

.informationBox.Privacy h4 + p + p strong {
    font-weight: bolder;
    display: block;
    margin: 20px 0;
} 

/* .informationBox.Privacy p{} */  

.informationBox.Privacy ul li,.informationBox.Privacy a,.informationBox.Privacy ol li {
    /* font-size: 18px;  */
    line-height: 30px;
    color: #53565A;  
    font-weight: 400;
}

.informationBox.Privacy a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent; 
} 

.informationBox.Privacy p strong { 
    font-weight: 400;
}

.informationBox.Privacy ul li:before {
    top: 13px;
    width: 5px;
    height: 5px;
}

.informationBox.Privacy  ul {
    margin-bottom: 12px;
    list-style-type: disc;
    margin-left: 36px;
    margin-top: 12px;
}

#information-information .container-fluid .informationBox.Privacy p {
    margin-bottom: 15px;
    color: #53565A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
} 

div#information-information .informationBox.Privacy h4 + p {
    line-height: 1.5;
} 
 
div#information-information .informationBox.Privacy h4 + p + p {
    margin-bottom: -9px!important;
    margin-top: -4px;
} 

#information-information .container-fluid .informationBox.Privacy ul li {
    font-size: 14px;
} 

#information-information .container-fluid .informationBox.Privacy ol li {  
    font-size: 14px;
} 

#information-information .container-fluid .informationBox.Privacy p a, #information-information .container-fluid .informationBox.Privacy a {
    color: #581989!important;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
} 

/* .informationBox.Privacy  ul li:before {
    content: '';
    position: absolute;
    left: 0; 
    top: 12px;
    width: 8px;
    height: 8px; 
    background-color: #53565A; 
    border-radius: 50%;
}

.informationBox.Privacy a, .informationBox.Privacy a b, .informationBox.Privacy a strong {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; 
} */

/* .informationBox.Privacy  ul li{padding-left:18px; position: relative;}  */

/*end privacy css*/

#information-information #content {
    min-height: 100%;
}
#information-information .informationTitle {
    margin-bottom: 12px;
}
#information-information .informationTitle h1 {
    font-size: 50px;
    line-height: 52px;
    color: #53565A;
    margin: 0;
    font-family: 'BentonSans Bold';
}
#information-information .informationBox p,
#information-information .informationBox ul li,
#information-information .informationBox a,
#information-information .informationBox ol li{
    font-size: 16px;
    line-height: 22.4px;
    color: #53565A;
    font-weight: 400;
    font-family: 'BentonSans Regular';
}
#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    color: #5B0E8B !important;
    margin-bottom: 0;
    color: var(--NYU-Purple, #5B0E8B);
    font-family: BentonSans Bold;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
}
.informationBox ol{
    padding-left: 24px;
    margin-bottom: 12px;
}
.informationBox ul{
    padding: 0;
    margin-bottom: 12px;
}
.informationBox ul li {
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.informationBox ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #53565A;
    border-radius: 50%;
} 
#information-information .informationBox ul li.Policy {
    padding-left: 16px;
}
#information-information .informationBox.Policy ul li:before {
    top: 10px;
    width: 6px;
    height: 6px;
}
/*#information-information .informationBox b,
#information-information .informationBox strong{
    font-weight: 500;
}*/
#information-information .informationBox h3{
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 8px;
    color: #53565A !important;
}
#information-information .informationBox h4,
#information-information .informationBox h4 b,
#information-information .informationBox h4 strong{
    font-size: 28px;
    line-height: 38px;
    color: #53565A;
    margin-bottom: 30px;
}

div#information-information .informationBox.Privacy h4 {
    font-size: 48px;
    margin-bottom: 18px; 
} 
 
div#information-information .informationBox.Privacy p strong, 
div#information-information .informationBox.Privacy strong {
    font-family: 'BentonSans Bold';
} 

#information-information .informationBox h3,
#information-information .informationBox h3 b,
#information-information .informationBox h3 strong{
    font-weight: 400;
}
.informationBox p {
    font-size: 24px;
    line-height: 32px;
    color: #53565A;
    font-weight: 400;
}
.informationBox .infoBoxBtn {
    margin-top: 24px;
    margin-bottom: 0;
}
.informationBox .alert-success {
/*    background-color: #ffffff;*/
    margin-bottom: 24px;
    margin-top: 0;
}
#error-not-found {
    min-height: -webkit-calc(100vh - 184px);
    min-height: -moz-calc(100vh - 184px);
    min-height: -o-calc(100vh - 184px);
    min-height: calc(100vh - 184px);
}
#error-not-found .informationBox {
    text-align: center;
}
#error-not-found .infoBoxBtn .themeBtn {
    background: #FFFFFF;
    color: #581989;
}
#error-not-found .informationBox .infoBoxBtn {
    margin-top: 46px;
    margin-bottom: 0;
}
/* FAQs Area */
#faqArea .panel-heading{
    background-color: #FFFFFF;
    padding: 0;
}
#themeAccordion .panel-title a{
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0px;
    text-align: left;
    color: #581989;
    position: relative;
    display: block;
    padding: 23px 0 23px 30px;

}
#themeAccordion .panel-title a.collapsed:before {
    content: '';
    width: 18px;
    height: 1.6px;
    background: #5B0E8B;
    padding-left: 5px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 27px;
}
#themeAccordion .panel-title a.collapsed:after {
    content: '';
   width: 18px;
    height: 1.5px;
    background:#5B0E8B;
    padding-left: 5px;
    color: #5B0E8B;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 27px;
    transform: rotate(90deg);
}
#themeAccordion .panel-title a:before {
    content: '';
   width: 18px;
    height: 1.6px;
    background: #5B0E8B;
    padding-left: 5px;
    color: #5B0E8B;
    position: absolute;
    right: 0;
    top: 27px;
}
#themeAccordion .panel-title.category-title a:before, #themeAccordion .panel-title.category-title a:after {
    content: ' ';
   width: 0px;
    height: 0px;
}
#themeAccordion .panel-title .collapsed{
    color: #501B86 !important;
    border-bottom: 1px solid #E0E0DE;
    background-color: #FFFFFF;
}
#information-information .informationBox #themeAccordion .panel-title{
    margin-bottom: 0;
}
#themeAccordion .panel-default:nth-child(1) .panel-title a{
    border-top: 1px solid #D9D9D6;
    background-color: #FFFFFF;
}
#themeAccordion .panel-title a:hover, 
#themeAccordion .panel-title a:active, 
#themeAccordion .panel-title a:focus  {
    text-decoration:none;
    outline: 0;
}
#themeAccordion .panel-title a:hover{
    color: #5B0E8B !important; 
}
#themeAccordion .panel-body{
    padding: 0;
    border: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #B1ADA6;
}
#faqArea #themeAccordion .panel-heading{
    margin-top: 3px;
}
#faqArea #themeAccordion .panel-title a{
    padding: 20px 0 23px 30px;
}
#column-left #themeAccordion .panel-title.category-title .collapsed{border-bottom: none;}
.informationBox #faqArea .panel-body ul {
    margin-bottom: 0;
}
#information-information #faqArea .panel-body p,
#information-information #faqArea .panel-body ul li{
    font-size: 16px;
    line-height: 22.4px;
    color: #53565A;
    font-weight: 400;
    margin-bottom: 0;
}
#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    color: #5B0E8B !important;
    margin-bottom: 0;
    color: var(--NYU-Purple, #5B0E8B);
    font-family: BentonSans Bold;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
}
#information-information .informationBox a:hover {
    color: #460B6F !important;
    text-decoration: underline;
}
#information-information .informationBox #faqArea a:hover{
    text-decoration: none;
}
#faqArea .panel-body ul li:before{
    top: 9px;
    width: 6px;
    height: 6px;
}
#faqArea .panel-body ol {
    counter-reset: item;
    margin: 0;
    padding: 0;
}
#faqArea .panel-body li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
}
#faqArea .panel-body li::before {
    content: counter(item) ". ";
    counter-increment: item;
    width: 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #53565A;
    font-weight: 400;
}

#faqArea #themeAccordion .panel-title a:before, 
#faqArea #themeAccordion .panel-title a.collapsed:after,
#faqArea #themeAccordion .panel-title a.collapsed:before{
    left:0
}

#information-information .informationBox #faqArea .panel-body a{
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
}
#themeAccordion .panel-default{
  border:none;
  box-shadow:none;
  border:0;
  border-radius:0;
}
#themeAccordion .panel-group .panel+.panel {
    margin-top: 0px;
}

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(20, 20, 19, 0.8);
}
.modal {
  padding: 0!important;
}
.customModal .modal-content {
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px rgba(20, 20, 19, 0.2);
    box-shadow: 0px 0px 10px rgba(20, 20, 19, 0.2);
}
.customModal .modal-header {
    padding: 25px;
    border-bottom: 0;
}
.customModal .modalHeaderIcon {
    margin-right: 8px;
}
.customModal .modal-title {
    margin-bottom: 29px;
}
.customModal .modal-title,
.customModal .modal-title h3 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
}
.customModal .modal-header .close {
    margin-top: 0;
    opacity: 1;
}
.prod-item-modal.address-book-popup .close {
    color: #ffffff !important;
}
.customModal .modal-dialog {
    width: 100%;
    max-width: 648px;
    left: auto !important;
    top:auto !important;
}
.customModal .modal-body {
    position: relative;
    padding: 0 50px;
}
.customModal .modalBoxInner.orderDetailBox {
    padding: 24px 0 18px;
    margin-bottom: 0;
}
.customModal .modal-body .inputBox {
    margin-bottom: 21px;
}
.customModal .modal-body textarea.form-control {
    min-height: 100px;
}
.modalBoxInner .alert {
    padding: 5px;
    border-radius: 4px;
    border: 0;
}
.modalBoxInner .alert-dismissable .close,
.modalBoxInner .alert-dismissible .close {
    top: -3px;
    right: 0;
    opacity: 1;
}
.customModal .close:focus,
.customModal .close:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
}
.customModal#popUpImgProductModal .close:focus,
.customModal#popUpImgProductModal .close:hover {
    color: #000000;
}
.customModal .modal-footer {
    padding: 24px 48px 42px;
    text-align: center;
    border-top: 0;
}
.customModal .modal-footer  .themeBtn.btnBackTo {
    border: 1px solid #D40029;
    background-color: #ffffff;
    color: #D40029;
    box-shadow: none;
    max-width: 100%;
}
.customModal .modal-footer .modalFooterRight {
    text-align: right;
}
#supportModal .success_message{
    position: sticky;
    top: -25px;
    z-index: 99;
    margin-bottom: 16px;
}
#supportModal .modal-dialog-scrollable .modal-body{
    max-height: 400px;
}
#supportModal .inputBox textarea.form-control {
    min-height: 180px;
    height: 180px;
    max-height: 180px;
    min-width: 100%;
    max-width: 100%;
}
#supportModal #captcha {
  width: 82% !important;
}
#supportModal #captcha .captchaIcon {
  background-image: url(../image/Refresh_icon.svg) !important;
  background-color: #ffffff;
    background-position: center center;
    padding: 14px;
    position: absolute;
    top: 6px;
    right: 12px;
}
/* multi cart popup css */
#address-modal.customModal .modal-header{
    padding: 40px;
    padding-bottom: 0;
}
#address-modal.customModal .modal-title {
    margin-bottom: 24px;
    font-family: 'BentonSans Bold';
    font-size: 20px !important;
    color: #501B86 !important;
    font-weight: 700;
    line-height: 25px !important;
}
#address-modal.customModal .modal-body {
    padding: 0 40px;
}
#address-modal.customModal .modal-header .close{
    color: #000 !important;
    padding: 0;
    padding-right: 16px;
}
#address-modal.customModal #state_err, #address-modal.customModal #zip_err{
    width: 50%;
}
#address-modal.customModal #state_err{
    padding-right: 5.5px;
}
#address-modal.customModal #zip_err{
    padding-left: 5.5px;
}
#address-modal.customModal .modal-dialog{
    max-width: 635px !important;
}
#address-modal.customModal label{
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    font-family: 'BentonSans' !important;
}
#address-modal.customModal .modal-content{
    border:0 !important;
}
#address-modal.customModal .form-control, #address-modal.customModal .multiSelectBtn{
    height: 48px;
    border: 1px solid #B3B5BA;
}
#address-modal.customModal .modal-footer{
    padding: 0px 40px 40px;
}
#address-modal .btnWhiteBg {
    border: 2px solid #580F8B !important;
    border-radius: 4px !important;
    color: #580F8B !important; 
    font-family: 'BentonSans Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 1;
    height: 48px;
    background: #fff !important;
    min-width: 190px;
    height: 48px;
    padding: 16px 20px;
}
#address-modal  #my_new_form_submit{
    font-family: 'BentonSans';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
#address-modal .multiSelectBtn .multiselect-selected-text::placeholder {
    color: #B3B5BA;
    font-size: 14px;
    line-height: 14.4px;
    font-weight: 500;
}
#address-modal .multiSelectBtn .caret:before{
    color: #333333;
}
#checkout-cart.multiShippAdd .themeContainer{
    padding: 0 80px;
}
/* multi cart popup css end*/
#poBoxconfirmModal.customModal .modalBoxInner{
    padding: 24px 0;
    min-height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#poBoxconfirmModal .modalBoxInner p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #53565A;
}
#poBoxconfirmModal.customModal .modal-dialog{
    width: 450px;
}
#poBoxconfirmModal.customModal .modal-footer .themeBtn{
    max-width: 150px;
}
#common-maintenance .maintenanceBox{
    min-height: -webkit-calc(100vh - 204px);
    min-height: -moz-calc(100vh - 204px);
    min-height: -o-calc(100vh - 204px);
    min-height: -ms-calc(100vh - 204px);
    min-height: calc(100vh - 204px);
}
.maintenanceBox .maintenanceBoxInner {
    padding: 30px 0;
    text-align: center;
}
.maintenanceBox .maintenanceBoxIcon {
    text-align: center;
    margin-bottom: 20px;
}
.maintenanceBox .maintenanceBoxIcon .fa {
    font-size: 80px;
    color: #581989;
}
.maintenanceBox h1 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'BentonSans Bold';
    color: #53565A;
}

#error-not-found #content,
#common-maintenance #content{
    min-height: 100%;
}
.pageNotFoundTitle {
    margin-bottom: 48px;
}
.pageNotFoundTitle h1 {
    font-size: 180px;
    margin: 0;
    line-height: 140px;
    color: #D40029;
    font-weight: 900;
}
.pageNotFoundTitle h2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 44px;
    font-family: 'BentonSans Bold';
}
.pageNotFoundBox p {
    font-size: 24px;
    line-height: 32px;
    color: #53565A;
    font-weight: 400;
}
/*Checkout page CSS*/
.container-hidden{
    overflow-x: hidden;
}
.checkoutArea{
    position: relative;
    min-height: calc(100vh - 367px);
}
.checkoutArea #content {
    min-height: calc(100vh - 1240px);
    width: 100%;
}
.checkoutArea .panel-heading .panel-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
}
.checkoutArea .stickySummary .panel-default{
    margin-bottom: 0;
    background: transparent;
}
.form-group .required_error,
.panelBox .panelBoxBody p.required_error,#zipcodeError{
    font-size: 12px;
    line-height: 16px;
    color: #D7373C;
    font-weight: 400;
    margin-top: 5px;
}
/* Coupon Code Area */
/*#checkout-checkout .stickySummary {
    height: calc(100vh - 185px);
}*/
.checkoutArea .stickySummary .panel-default.couponCodeBox{
    margin-bottom: 24px;
}
.homePageCategory .themeContainer{
    padding: 0 60px;
}
.cust-col-banner.col-lg-3, .homeGridRight.col-lg-3.flexCol{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 40px;
}
.feature-head p {
    font-family: 'BentonSans Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 38.4px;
    color: #501B86;
    margin-bottom: 16px;
    margin-top: 56px;
    letter-spacing: -0.64px;
}
.checkoutArea .leftColumn,.checkoutArea .rightColumn {
    padding-bottom: 50px;
}
/* .checkoutArea .rightColumn {
    padding: 24px 0 50px 0;
}
.checkoutArea .leftColumn {
    padding: 24px 0 50px 0;
} */
.checkoutArea .panelBox {
    background: #f7f7f7;
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 24px;
}
.checkoutArea .addPanelBox {
    padding: 24px 16px;
}
.panelForm .panelBoxTitle {
    padding: 16px 20px 0px;
}
.panelForm .panel-body,
.radioPanelBox .panel-body{
    padding: 0 8px;
}
.addPanelBox .panelBoxTitle,
.panelForm .panelBoxTitle{
    padding-bottom: 11px;
}
.radioPanelBox .panelBoxTitle{
    padding: 16px 20px 11px;
}
.panelBox .panelBoxTitle {
    position: relative;
}
.panelBox .panelBoxTitle h3 {
    font-family: 'BentonSans Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
}
.editBillingBtn,
.editShippingBtn{
    position: absolute;
    right: 0;
    top: 3px;
}
.editBillingBtn .fa,
.editShippingBtn .fa {
    font-size: 15px;
    color: #501B86;
    width: 15.07px;
    height: 15px;
}
.editBillingBtn:hover .fa,
.editBillingBtn:focus .fa,
.editShippingBtn:hover .fa,
.editShippingBtn:focus .fa{
    color: #581989;
}
#edit-billing .alert {
    margin-top: 0;
}
.panelBox .panelBoxTitle p{
    font-size: 11px;
    line-height: 14px;
    color: #53565A;
    margin-top: 1px;
}
.panelBox .panelBoxBody p {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    font-weight: 400;
}
.cartErrortext{
    font-size: 14px;
    line-height: 18px;
    color: #D7373C;
    margin-top: 0;
}
.shipping-option .cartErrortext{
    padding: 0 20px 16px;
}
.checkoutArea .panelCommentBox + .panelCommentBox {
    margin-top: 24px;
}
.panelCommentBox .panelCommentBoxTitle {
    margin-bottom: 8px;
}
.panelCommentBox h4 {
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
    font-family: 'BentonSans Bold';
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
}
.panelCommentBox .panelCommentBoxTitle p{
   color: var(--NYU-Purple, #581989);
    text-align: right;
    font-family: BentonSans Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.panelCommentBox textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 153px;
    max-height: 153px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    padding: 10px 17px;
}
.checkbox  .termsPopupBtn{
    color: #581989;
}
.checkbox.termsCheckbox {
    padding-left: 20px;
}
.checkbox.termsCheckbox .custom-checkbox .checkmark {
    top: 3px;
}
.panelBox .shiping_response_errror {
    padding: 0 20px 11px;
}
.panelBox .panelBoxBody .shiping_response_errror .text-danger {
    color: #D7373C;
    margin-top: 0;
}
.checkoutArea .checkoutBtn {
    margin-top: 45px;
}
.checkoutBtn.checkout-btn-section {
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkoutArea .checkoutBtn.saveOrderBtnBox{
    margin-top: 0;
}
.checkout-btn-section #payment-btn {
    width: 100%;
}
#payment-btn .payment-form-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    background: #f7f7f7;
    min-height: 200px;
}
#payment-btn .payment-form-wrapper button {
    background-color: #581989;
}
#payment-btn .payment-form-wrapper button:hover {
    color: #FFFFFF;
    background-color: #460B6F !important;
    border-color: #460B6F;
    text-decoration: underline;
}
#payment-btn .complete-order-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    background: #581989;
    border: 2px solid #581989;
    box-sizing: border-box;
    font-family: 'BentonSans Bold';
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: capitalize;
    min-width: 172.4px;
   height: 48px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: capitalize;
    width: 190px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    background-color: #580F8B !important;
    border-color: #580F8B !important;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
}
.checkoutArea .btn.themeBtn,.issue-tracker-btn {
    width: 190px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    background-color: #580F8B;
    border-color: #580F8B;
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
}
#payment-btn .complete-order-btn:hover{
    color: #FFFFFF;
    background: #460B6F;
    border-color: #460B6F;
    text-decoration: underline;
}
#payment-btn .payment-form-wrapper fieldset {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background: #f7f7f7;
}
#payment-btn .payment-form-wrapper form {
    margin: 0;
    max-width: 100% !important;
}

.couponCodeBox .couponInput{
    width: 100%;
}
.couponApplyBtn,
.couponAppliedBtn{
    margin-left: 20px;
}
.couponApplyBtn .btn {
    padding: 12px 30px;
}
.couponAppliedText p{
    font-weight: 500;
    font-size: 16px;
    /*font-size: 20px;*/
    line-height: 24px;
    color: #53565A;
}
.couponAppliedText p span{
    color: #D40029;
    text-transform: uppercase;
}
.couponAppliedBtn .themeBtn{
    padding: 15px 25px;
    font-size: 18px;
    line-height: 28px;
    height: 58px;
    background: #ffffff;
    color: #3c763d;
    border: 2px solid #3c763d;
    box-shadow: none;
}
.couponAppliedBtn .themeBtn .fa{
    margin-right: 5px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText{
    margin-right: 10px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText,
.fn-total .fn-t-row span.cost.promoCodeCost,
.total-table span.promoCodeText{
    color: #D40029;
    font-weight: 500;
    cursor: pointer;
}
.fn-total .fn-t-row span.cost-title .promoCodeText .fa,
.promoCodeText .fa{
    font-size: 20px;
    margin-right: 5px;
    line-height: 20px;
    font-weight: 400;
}
.text-danger2{
    font-size: 14px;
    line-height: 18px;
    color: #D40029;
    margin-top: 10px;
}
/* End Coupon Code Area */
/* Giiving Gift Area */
.panel-group .panel + .panel.giftBox {
    margin-top: 24px ;
}
.giftBox .giftBoxTitle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
    font-weight: 500;
    margin: 0;
}
.giftBox .giftBoxTitle img{
    margin-right: 8px;
}
#checkout-checkout .giftInputBox .checkBox {
    margin-top: 12px;
    margin-bottom: 0;
}
.giftBox .formGrpInner{
    margin-top: 18px;
}
.giftBox .giftEditText {
    margin-top: 12px;
    cursor: pointer;
    min-width: 55px;
    margin-left: 15px;
    text-align: right;
}
.giftBox .giftEditText span {
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.giftBox .giftEditText .fa{
    font-size: 14px;
    font-weight: 400;
    color: #D40029;
    line-height: 14px;
    margin-left: 4px;
}
.giftBox textarea,
#checkout-checkout .giftBox .form-control{
    min-height: 99px;
    padding: 12px 12px;
}
.giftBox .form-control[disabled],
#checkout-checkout .giftBox .form-control[disabled]{
    border-color: #B3B5BA;
    color: #B3B5BA;
}
.giftBox .giftCharLeft {
    font-size: 11px;
    line-height: 12px;
    color: #8B8B8B;
}
.giftBox .giftCharLeft span {
    display: inline-block;
    margin-top: 8px;
}
.giftBox .giftBoxBtn {
    text-align: right;
    margin-top: 24px;
}
.giftBox .giftBoxBtn .themeBtn{
    width: 100%;
    max-width: 255px;
}
.giftSuccessBox.giftBox {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-top: 24px;
}
.giftMsgBox {
    margin-top: 12px;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 12px;
}
.giftMsgBox p {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
}

.giftMsgBox pre {
    font-style: normal;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 0;
    border-radius: 0px;
    background-color: #EEEEEE;
}
.stickySummary .showOrderDetails .show-checkout-table{
    max-height: calc(100vh - 240px);
    overflow: auto;
    /* padding: 60px 110px 0 50px;
   overflow: auto;
    position: fixed;
    top: 0;
    z-index: 9;
    width: calc(41.66666667% - 10px);*/
}
/*.stickySummary.stickyPanel {
    overflow: auto;
    position: fixed;
    top: 60px;
    z-index: 9;
    width: calc(41.66666667% - 180px);
    max-width: 716px;
}*/
.stickyOrderBox .orderDetailBox{
    margin-bottom: 0px;
}
.stickyBox{
    height: calc(100vh - 48px);
    overflow: auto;
    position: fixed;
    top: 24px;
    z-index: 9;
    width: calc(41.66666667% - 84px);
    margin-top: 24px;
    max-width: 716px;
}
.fn-total .fn-t-row span.cost-title,
.fn-total .fn-t-row span.cost{
    color: #333333;
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.02em;
}
.fn-total .fn-t-row.total-text span.cost-title {
    font-family: 'BentonSans Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    color: #501B86;
    margin-right: 15px;
}
.itemTotalPrice {
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    /* padding-right: 24px; */
}
.summaryTextBot p span{text-transform: capitalize;font-family: 'BentonSans';} 
.fn-total .fn-t-row.total-text span.cost {
    color: #53565A;
    font-family: 'BentonSans Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    color: #501B86;
    text-align: right;
}

.leftColumn .fn-total .fn-t-row {
    margin-bottom: 0;
    /* padding-right: 24px; */
}
#payment-existing:after,#shipping-existing:after,.dropdown-icon:after{
    content: url('../image/down-arrow-dropdown.png');
   position: absolute;
   top: 4px;
   right: 5px;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
   height: 48px;
    width: 40px;
    line-height: 70px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #ffffff;
}
#payment-existing,#shipping-existing,.dropdown-icon{
    position: relative;
}
 #checkout-checkout select{position: relative;}
.text--hide--text{
    display: none;
}
.text--show--text{
    display: block;
}
.ElementsApp, .ElementsApp .InputElement {
    color: #32325D;
    font-weight: 500;
    font-family: 'BentonSans Regular' !important;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
/* Order status page*/
#common-success.order_view,
#common-success.order_detail{
    padding: 0;
}
#orderStatusArea {
    padding: 79px 0 60px;
}
#orderStatusArea #content {
    min-height: calc(100vh - 358px);
}
.order_detail #orderStatusArea #content {
    min-height: unset;
}
#OrderDetailArea {
    padding-bottom: 45px;
}
#common-success.orderStatusDetail {
    padding:0;
}
.order_detail #OrderDetailArea #content {
    min-height: calc(80vh - 0px);
}
.orderDetailBox {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 24px;
}
.orderDetailTiltle h2 {
    font-size: 50px;
    line-height: 52px;
    color: #53565A;
    font-family: 'BentonSans Bold';
    margin-top: 2px;
    margin-bottom: 12px;
}
.orderSubTiltle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #53565A;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 17px;
}
.orderSubTiltle h4 {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
}

.orderSummaryBox .orderSubTiltle {
    padding-bottom: 24px;
    border-bottom: 1px solid #B3B5BA;
}
#notshippedlist.orderSummaryBox .orderSubTiltle{
    padding-top: 24px;
}
.orderSummaryBox .orderSubTiltle h3 {
    margin-bottom: 0;
}
.orderSummaryBox .orderSummaryInfo {
    border-top: 1px solid #B3B5BA;
    padding: 16px 0;
}
/*.orderSummaryBox .orderSummaryInfo:nth-of-type(1) {
    padding-top: 0;
}*/
.orderSummaryBox .orderSummaryTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.orderSummaryBox .orderSummaryTop + .orderSummaryTop {
    margin-top: 18px;
}
.orderSummaryBox .orderSummaryImg {
    margin-right: 16px;
    width: 120px;
}
.orderDetailBox .orderSummaryImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 0;
}
.orderSummaryBox .orderSummaryText {
    width: calc(100% - 118px);
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
    font-weight: 400;
}
.orderDetailBox p.item-sec {
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}
.orderStatusDetail .orderDetailBox p.item-sec,
.successPageArea .orderDetailBox p.item-sec{
    margin-bottom: 0px !important;
}
.successPageArea{
    min-height: calc(100vh - 363px);
}
.orderDetailBox p.emailText {
    margin-top: 24px;
}
.orderDetailBox p.itemNum{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8B8B8B;
    margin-bottom: 12px;
}
.orderDetailBox p.trackNum {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
.orderDetailBox p.trackNum a{
    color: #D40029;
    text-decoration: underline;
}
.orderDetailBox .orderSummaryBox .itemName,
.checkoutArea .orderSummaryText .itemName,
.checkoutArea .orderSummaryText .itemName a{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    color: #501B86;
    font-family: 'BentonSans Bold';
}
.orderDetailBox .orderSummaryBox .itemNum,
.checkoutArea .orderSummaryText .itemNum{
    font-size: 13px;
    line-height: 120%;
    font-weight: 400;
    color: #53565a;
    margin-bottom: 28px;
    margin-top: 4px;
}
.coupa-checkout.checkoutArea .orderSummaryText .itemNum{
    margin-bottom: 1px;
    margin-top: 1px;
}
.orderSummaryBox .itemInfoTop{
    padding-right: 28px;
}
.checkoutArea .orderSummaryBox .summaryTextTop {
    margin-bottom: 0px;
}
.orderSummaryBox .summaryTextTop {
    margin-bottom: 15px;
}
.orderSummaryBox .itemQty{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #53565A;
}
.orderSummaryBox .summaryTextBot p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;  
}
.orderSummaryBox .itemPrice{
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #333333;
}
.orderDetailBox .orderSummaryText .extDate{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 11px;
}
.orderDetailBox .orderSummaryText .extDate span{
    color: #8B8B8B;
}
.orderDetailBox #payment_name,
.orderDetailBox .paymentName{
    margin-bottom: 24px;
}
.orderSummaryTBot {
    background-color: #EEEEEE;
    padding: 12px;
    margin-top: 18px;
    border-radius: 4px;
}
.orderSummaryTBot p{
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #53565A;
}
.orderSummaryTBot .monogramName{
    margin-top: 12px;
}
.orderSummaryTBot .monogramName:nth-of-type(1){
    margin-top: 0;
}
.orderSummaryTBot p span{
    font-weight: 500;
}
.orderSummaryTable{
    margin-top: 18px;
    margin-bottom: 0px;
}
.orderSummaryTable tbody tr td{
    font-size: 16px;
    line-height: 16px;
    color: #53565A;
    font-weight: 400;
    padding: 0 0 12px;
    border: 0;
}
.orderSummaryTable tbody tr:first-child td{
    font-weight: 500;
}
.orderSummaryTable tbody tr:last-child{
    border-top: 1px solid #B3B5BA;
}
.orderSummaryTable tbody tr:last-child td{
    font-size: 18px;
    line-height: 18px;
    color: #D40029;
    font-family: 'BentonSans Bold';
    padding-bottom: 0;
    padding-top: 18px;
}
.order-detail-toggle {
    display: none;
}

.size-chart .sizeChartText p:before {
    content: '*';
    color: #EC1C24;
    font-size: 22px;
    line-height: 22px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}
.size-chart .sizeChartText p {
    font-size: 18px;
    color: #090A0F !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding-left: 12px;
}
.size-chart .sizeChartText{text-align: center;}
/*css added by anurag*/
.name-section{
    display: flex;
    padding-top: 18px;
    justify-content:flex-start;
}

.productContent .name-section input{
    height: 48px;
    border: 1px solid #53565A;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 1;
    color: #53565A;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    padding: 16px;
}
.order_view,
.order_detail{
    background-color: #EEEEEE;
}
.orderStatusArea #content {
    min-height: calc(100vh - 344px);
}
#orderStatusArea .pageTitleBox {
    margin-bottom: 65px;
}
.pageTitleBox h1,
#common-success #content .pageTitleBox h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
    font-size: 50px;
    line-height: 52px;
    color: #53565A;
}
.orderInputBox {
    margin-bottom: 24px;
}
.customFormControl{
    width: 300px;
    height: 48px;
    padding: 12px 16px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
}
.orderStatusBox .form-group {
    margin-bottom: 0;
}
.orderStatusBox .orderStatusBtn{
    width: 300px;
    height: 48px;
    margin: 0;
}
.orderStatusBox .orderStatusBtn .customBtn {
    width: 100%;
    max-width: 660px;
    height: 48px;
    margin: 0 auto;
    background: #D40029;
    border: 1px solid #D40029;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.customBtn{
    font-size:20px;
    padding: 15px;
}
.customtumbnails{
    overflow: unset !important;
}
#order_view .error_warning {
    margin-top: 0;
    margin-bottom: 15px;
}
/*custom css added by anurag*/
.custom-heading-flex{
    display:flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.magnify {width: 200px; margin: 50px auto; position: relative; cursor: none}
.large {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 
    0 0 3px 3px rgba(0, 0, 0, 0.25), 
    inset 0 0 10px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-color: #FFFFFF !important;
    transform: scale(1.5); 
}
.tableHeader1.one-line-text td{
    white-space: nowrap !important;
}
.total-item__count{
    margin-top: 14px;
    font-weight: 700 !important;
    color: #53565A !important;
    margin-right: 2px !important;
}
.envelope__btn{
    flex-direction: row-reverse;
    justify-content: end;
}
.envelope__btn .btnTableExport{
  width: 66px;
 height: 48px;
  background-color: #581989 !important;
  border: 1px solid #581989 !important;
  margin-right: 10px;
}
.envelope__btn .btnTableExport i{
    color: #ffffff;
}

.float-left{
    float: left;
}
.mrgTop1{
    margin-top: -2px;
}
.logBtn{
    display: flex;
    align-items: center;
}
.logBtn button{
    margin-left: 5px;
}

table thead tr th.readMoreTextCol,
table thead tr td.readMoreTextCol,
table tbody tr td.readMoreTextCol{
    max-width: 400px;
    min-width: 200px;
    word-wrap: break-word;
    white-space: break-spaces;
    white-space: normal;
}
table tbody td .addReadMore{
    font-size: 14px;
    margin-bottom:0;
    white-space: normal;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .readMore,
.addReadMore .readLess{
    font-family: 'BentonSans Bold';
    margin-left: 5px;
    color: #00508B;
    cursor: pointer;
    font-size: 12px;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.hideContent {
    overflow: hidden;
    min-height: 10px;
    max-height: 60px;
}
.showContent{
    height: auto;
    max-height: 100%;
}
.showContent p,
.hideContent p{
    margin: 0;
    line-height: 20px;
}
.primary-location-wrap,.monogram-design-wrap {
  border-left: 1px solid #B3B5BA; 
  border-right: 1px solid #B3B5BA; 
}

.primary-location-wrap:last-child {
  border-bottom: 1px solid #B3B5BA; 
}

/*add css for new figma design by anurag*/
.custom_learnMore{
    /*color:#333131;*/
    color:#ffffff;
}
.custom_flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}
.desktop{
    display:block;
}
.mobile{
        display:none;
    }
.customMbText{
    padding:10px;
}
.customProductName{
    display:flex;
    justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top:12px;
          /*width: 60%;*/
              width: 70%;
}
.ProductName{
    color:#53565A;
    font-weight:600;
}
.ProductListIcon{
    width:30px;
    height:30px;
    background: #D40029;
    color:#ffffff;
    border-radius:4px;
    text-align:center;
    box-shadow: 0px 1px 5px 1px #b2b0b0;
}
.ProductListIcon a i{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    line-height: 30px;
}
.ProductListIcon i {
    font-size: 20px;
    font-family: 'BentonSans Bold';
    color: #ffffff;
    line-height: 30px;
}
.custom_learnMore a:hover{
    color:#cdcccc;
}
.customProductNameGrid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top: 12px;
    width: 100%;
}

.customLinks{
    color:#515151;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;

}
.product-thumb .image{
    padding:20px;
}
.customFlexProduct{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.custom-content{
    position: relative;
    width: 100%;
  /*max-width: 300px;*/
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  /*bottom: 0;*/
  /*background: rgb(0, 0, 0);*/
  /*background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  /*width: 100%;*/
  transition: .5s ease;
  /*opacity:0;*/
  color: white;
  font-size: 20px;
  /*padding: 20px;*/
  /*text-align: center;*/
  top: 0px;
  padding:30px;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}
.customMarginTop{
    margin-top:30px;
     color:#ffffff;
}
.customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color:#ffffff;

}
.overlay-one {
    position: absolute;
    /* bottom: 0; */
    /*right: 0;*/
        right: 15px;
     background: rgba(51, 51, 51, 0.65); 
    /*color: #f1f1f1;*/
    width: 50%;
    height:100%;
    transition: .5s ease;
    /* opacity: 0; */
    /*color: #c56666;*/
    color:#ffffff;
    font-size: 20px;
    /* padding: 20px; */
    /* text-align: center; */
       top: 0px;
    padding: 40px 30px;
}
.customGridFlex{
  display:flex;
      /*flex-wrap: wrap;*/
}
.customGridFlex div{
  /*margin: 10px;*/
}
.customGridFlex .image{
  /*padding:20px;*/
}
.customGridFlexadd{
    justify-content: space-between;
}
.overlay .PersonalisedBottomBtn {
  margin-top:340px;
}
.overlay .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .PersonalisedBottomBtn {
  margin-top:80px;
}
.overlay-one .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    color:#ffffff;
}
.overlay-custom{
    /* position: absolute;
    bottom: 55px;
    left: 15%;*/
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
}
.overlay-custom-one {
    position: absolute;
    bottom: 12px;
    left: 15%;
}
.custom-margin{
    margin-top:0px;
}
.customproductBg{
    margin-top: 15px;background: #F7F7F7;
}
.customproductBg img:hover{
            opacity: 0.8;
}
.customBestSellerFlex .customLinks:hover{
    text-decoration: underline;
}
.custom_learnMore a{
    color:#ffffff;
}
.custom_learnMore a:hover{
    color:#d1d1d1;
}

.checkmark img{
    display:none; 
}
.design_img_overlap{
    position: absolute;
    top: 46px;
    left: 111px;
}
.productContent .designImgDiv .no_img{
  opacity: 0;
  visibility: hidden;
}

.paymentTitle{
    font-weight:500;
    font-size: 16px;
    line-height:24;
}
.orderDetailBox #payment_address{
    margin-bottom: 24px;
}
.uppercase {
    text-transform: uppercase;
}

.personalized_text_err_size{
    font-size: 10px;
 }
 .custom_error{
    padding: 0 15px;
    width:100%;
    margin-bottom:18px;
    margin-top:0;
 }
 .three-sec-block{
    margin-bottom:0px;
 }
 
.error_common{
   width:100%;
}
.ml-auto{
    margin-left: auto;
}
.d-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
} 
.a-center{ 
    align-items: center;
}
div#pageTitle.information_pageTittle { 
    display: none;
}
div#information-information .informationBox.Terms.\&.conditions p {
    font-size: 14px;
    line-height: 28px;
    color: #53565A; 
    font-weight: 400;
}
/*contact us new css*/ 
.informationBox.Contact.Us {
    /* padding: 67px 124px 78px; */
    padding-left: 0 I !important;
    padding-top: 0 !important;
}

.informationBox.Contact.Us h1{
    font-size: 48px;
    margin-bottom: 18px;
}

#information-information .informationBox p { 
    margin-bottom: 1rem;
    font-size: 14px;
    color: #53565A;
}

#information-information .informationBox p a strong {
    color: #5B0E8B !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}

.border-red {
  border-color: #ED2E31 !important;
  border: 1px solid #ED2E31 !important;
}

.informationBox.Contact.Us p {
    font-size: 16px !important;
}

.spinner img{
 height: 200px !important;
}
/* ==== Multicart UI - total on top ==== */
tr.tableTotalRow {
    background: #f7f7f7 !important;
}
.multiCartArea #mainCart .table-bordered{
    border-bottom: 1px solid #B3B5BA !important;
}
.multiCartArea .tableTotalRow .btn.btnWhiteBg{
    width: 100%;
    font-size: 12px;
    line-height: 1;
    padding: 0 10px;
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #501B86  !important;
    background-color: #ffffff !important;
    font-weight: 600;
} 
.multiCartArea .tableTotalRow .btn.btnWhiteBg.disabled{
    opacity: 0.5;
} 
/* .multiCartArea *:focus-visible{
    outline: none !important;
    box-shadow: none !important;
} */
.multiCartArea .footer-btn-am .themeBtn{
    height: auto;
}
.multiCartArea .duplicate-btn a{
    height: auto !important;
}
.multiCartArea .item-qty{
    background-color: #f7f7f7;
}
.multiCartArea .tableTotalRow .btn.btnWhiteBg:hover{
    background: #cacaca !important;
}
.multiCartArea #leftId .add-btn .themeBtn.disabled, .multiCartArea #leftId .add-btn .themeBtn[disabled] {
    background: #787A7D !important;
    border-color: #787A7D !important;
    color:#ffffff !important;
}
.flexCenter.flexBetween.tableTotalText p, .flexCenter.flexBetween.totalItemQtyText p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}
.item-qty.qt--data{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #333333 !important;
    text-align: right;
}

.tableTotalRow .item-costing ul li{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #333333 !important;
}
.tableTotalRow .item-costing ul li span.qty-text{
    color: #333333 !important; 
}
.tabelTotalRow .qty-text{
    font-family: 'BentonSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
     color: #333 !important;
}
.flexCenter.flexBetween.itemInfoText p, .flexCenter.flexBetween.itemInfoText span {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}
.tableTotalRow .tableTotalBox .tableTotalText:last-child p{
    margin-bottom: 0 !important;
}
#mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1),#mainCart .scroll-table thead th:nth-child(2){
    background-color: #ffffff;
}
#mainCart .scroll-table tbody .tableTotalRow td:nth-child(1){
    background-color: #f7f7f7 !important; 
}
#mainCart .addItemInfoTd{
    padding: 0 !important; 
    background-color: #f7f7f7;
}
#mainCart .addItemInfoTd .addItemInfoBox{
    border-bottom: 1px solid #cacaca;
    padding: 7px 12px; 
}
#mainCart .addItemInfoTd .addItemInfoBox:last-child{
    border-bottom: 0;
}


/** Homepage CSS**/

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border-radius: 20px;
    box-shadow: none !important;
    margin: 0 5px;
    opacity: 0.25 !important;
    border: 1px solid #581989;
}

.swiper-pagination-bullet-active {
    border: 1px solid #581989 !important;
    border-radius: 50%;
    background: #581989 !important;
    opacity: 0.75 !important;
}
.swiper-pagination-bullet:hover {
    opacity: 1 !important;
}
.swiper-pagination {
    bottom: -60px !important;
    left: 0;
    text-align: center;
    width: 100%;
}
.col-md-12.col-sm-12.col-xs-12.themeCol.four-block-parent {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.four-block-parent .homeGridRight.flexCol {
    padding-bottom: 40px;
    width: 100%;
}
.homeGridRight .itemGridImg{position: relative;overflow: hidden;}
/* .itemGridImg:hover .homeGridOverlay:before{
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
} */
/* .itemGridImg:hover .homeGridOverlay .itemGridBtn img{
   width: 33px;
   max-width: 33px;
} */
/* .homeGridOverlay:before, .homeCategoryGrids .homeItemGrid img,.itemGridImg img, .homeGridOverlay .itemGridBtn img, 
.homeCategoryGrids .homeItemGrid:hover img, .homeCategoryGrids .itemGridTwo:hover img, 
.homeGridOverlay:hover .itemGridBtn img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
} */
/*.homeGridRight .itemGridImg:hover img {
    transform: scale(1.03);
}*/
.homeGridRight a{
    text-decoration: none !important;
}
.homeGridRight .itemGridImg img.img-responsive{
    border-radius: 8px;
    background-color: #f7f7f7;
}
.itemGridTwo .itemGridBtn img, .itemGridImg img, .homeGridRight .homeItemGrid .itemGridBtn img {
    width: 100%;
    height: auto;
    position: relative;
    background: transparent;
    margin-left: 0;
}
/* .homeGridOverlay .gridOverlayText h3 {
    font-size: 31px;
    line-height: 37.2px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'BentonSans Bold';
} */
.featured-program{
    width: 100%;
    max-width: 1440px;
    /* padding: 51px 52px 31px; */
    margin: 0 auto !important;
}
.featured-program:nth-last-of-type(2) {
    background: #e6ddee;
}
div#homeGridBlockOne {
    /* max-width: 1296px;
    margin: 0 auto; */
    width: 100%;
    margin-bottom: 16px;
}
#homeGridBlockOne h2{
    text-align: center;
    font-size: 32px;
    line-height: 38.4px;
    color: #501B86;
    font-weight: 700;
    font-family: 'BentonSans Bold';
    margin-bottom: 23px;
    letter-spacing: -0.64px;

}
.pd-l-0{
    padding-left: 0 !important;
    padding-right: 12px !important;
}
.pd-r-0{
    padding-right: 0 !important;
    padding-left: 12px !important;
}
.readMoreArea{display: none;}
.category-block{
       width: calc(100% - 290px);
        display: flex;
        flex-wrap: wrap;
   }
   .subMenuContainer .row .block-1{min-width: 196px;margin-right: 94px;}
   /* .subMenuContainer .row .category-block .block-2{min-width: 306px;max-width: 306px;margin-right: 64px;} */
  li.nav-item.dropdown.active a.nav-link, li.nav-item2.active a.nav-link2 {
    font-family: 'BentonSans Bold';
}
li.nav-item.dropdown.active a.submenu-items.active, li.nav-item2.active{
    font-family: 'BentonSans Bold';
}
/**Product page CSS**/

 .personalized-section{
        background: #F7F7F7;
        padding: 20px;
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .personalized-section h3 a{
        font-family: BentonSans Bold;
        font-weight:400;
        font-size: 20px;
        line-height:24px;
        color: #581989;
        display: block;
        position: relative;
    }
    .personalized-section .dropdown-toggle::after{border: none}
    .personalized-section .add-logo label{
        color: #53565a;
        margin-top: 20px;
        font-family: BentonSans Bold !important;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
  .personalized-section .add-logo label.astrik:after {
    content: '*';
    color: #ff0000;
    font-size: 14px;
    line-height: 21px;
}
label.astrik:after {
    content: '*';
    color: #ff0000;
    font-size: 14px;
    line-height: 21px;
}
.personalized-section .checkbox{
    padding-left: 31px;
}
.personalized-section .checkBox label .checkmark{
    width: 20px;
    height: 20px;
    border: 2px solid #53565A;
}
    .personalized-section .add-logo p{
        margin: 15px 0 0px;
        font-family:BentonSans Regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color:#53565a;
    }
    .review-design{
        display: flex;
        margin-top: 20px;
    }
    select#select_logo, select#secondary_logo{
        margin-bottom: 0;
    }
    .review-design h4{
        font-family: BentonSans Bold;
        font-weight:400;
        font-size: 14px;
        line-height:20px;
        color: #581989;
        padding-left: 10px;
    }
    
     .personalized-section .panel-title a:before {
    content: '';
    width: 18px;
    height: 1.6px;
    background: #581989;
    padding-left: 5px;
    color: #581989;
    position: absolute;
    right: 0;
    top: 11px;
}
 .personalized-section .panel-title a.collapsed:after {
    content: '';
    width: 17px;
    height: 1.5px;
    background: #581989;
    padding-left: 5px;
    color: #581989;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 11px;
    transform: rotate(90deg);
}
.flex-wrap{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .homeGridRight.col-xs-6.flexCol {
    width: 50%;
}  

.shopFilterSection{
    width: 50%;
    border: 1px solid #787A7D;
    /* width: 306px; */
    height: 48px;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--Gray-Text, #53565A);
    text-align: center;
    font-family: BentonSans Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: 24px;
}
.homeGridRight.col-xs-6.flexCol {
    width: 50%;
}
.personalized-section#filterAccordion .multiselect-item.filter{display:none;}
.personalized-section#filterAccordion .multiselect-container label.radio input[type=radio]{width:0;} 
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li a label{
    padding: 16px;
    font-family: 'BentonSans Regular' !important;
    display: block;
    font-size: 16px;
    line-height: 22.4px;
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li.active a label{
    background: #f7f7f7;
    border-left:3px solid #581989;
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li a label:hover{background: #f7f7f7;}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li:nth-child(2) a label {
    opacity: 0.7 !important;
    padding: 10px !important;
    border-left: 0 !important;
    background: #fff !important;
}
.personalized-section .form-control{
    color: #515151;
    leading-trim: both;
    text-edge: cap;
    font-family: "BentonSans Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
span#additional_cost_val_show {
    margin-top: 16px;
    display: block;
}
.d-none-des{
    display: none;
}


/* css added by Roman for zoom/flip effects on products --15-01-2024 */
/* on image hover zoom effect */
.item-grid-list-img{
    display: block;
    /* border: 1px solid red; */
}
  .itemGridImg .zoom-img {
    /* width: 300px; */
    height:auto;
    overflow: hidden;
  }
  .itemGridImg .zoom-img  img{
    width: 100%;
    transition: all .3s ease-in-out;
  }
  .itemGridImg .zoom-img img:hover{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
  }
  .itemGridImg .zoom-img:hover .main-image, .itemGridImg .zoom-img .main-image{display: block !important;}
  .itemGridImg .zoom-img:hover .hidden-images, .itemGridImg .zoom-img .hidden-images{display: none !important;}
  .itemGridImg .zoom-img:hover .hover-image, .itemGridImg .zoom-img .hover-image{display: none !important;}
  /* end */
/* on image hover flip iamge */
.itemGridImg .flip-img {
    height:auto;
    overflow: hidden;
  }
  .itemGridImg .flip-img img{
    width: 100%;
    transition: all .3s ease-in-out;
  }
  
  .itemGridImg .flip-img:hover .main-image{display: none !important;}
  .itemGridImg .flip-img:hover .hidden-images, .itemGridImg .flip-img .hidden-images{display: none !important;}
  .itemGridImg .flip-img:hover .hover-image, .itemGridImg .flip-img:hover .hidden-images.hover-image{display: block !important;}

input::-webkit-input-placeholder {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

input:-moz-placeholder {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.has-error button.multiselect.dropdown-toggle {
    border: 1px solid #D7373C;
}

/* ==== PDP new instruction section ==== */
span#ajax_fields p {
    color: var(--Gray-Text, #53565A);
    font-family: "BentonSans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.pdp-instuction-box{
    margin-top: 14px;
    margin-bottom: 18px;
    font-family: 'BentonSans Regular';
}
.pdp-instuction-box p{
  color: var(--Gray-Text, #53565A);
    font-family: "BentonSans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.pdp-instuction-box p a {
    font-weight: 400;
    text-decoration: underline;
    color: #53565A;
    font-size: 14px;
    line-height: 20px;
    font-family: 'BentonSans Bold';
}
.information-icon-cutom{
    font-size: 20px;
}
.information-circle-img{
    max-width: 20px;
    margin-left: 2px;
}
.dropdown-menu2 {
    display: none;
}

.nav-link2:hover .dropdown-menu2 {
    display: block;
}
.shop-all::after, .shop-all::before{
    content: none !important;
}
#supportModal .submitBtn .btnCancel {
    margin-left: 15px;
}
/* Apply styles to the select field when it's invalid */
select.qtyClass:invalid {
     top: 36px;
    left: 50%;
    transform: translateX(-50%);
}

/*====Product Magnify Glass Image===*/

.productImageBox .productImg .magnify .large {
    background-size: 600px 600px !important;
}

/*==== hidden item for ADA ====*/
#productDetails #id_reuqest_quote{display: none !important;}

/*==== Skip header button ====*/
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}
.skip-to-content.offscreen:focus {
	position: absolute;
    display: inline-block;
    height: auto;
    width: auto;
    overflow: visible;
    clip-path: none;
    text-decoration: none;
    z-index: 9999;
}

/* Nyu internal Css by Navin */

/*#pageTitle{
    background: #ffffff !important;
}*/
.pageTitleBox h1{
    font-family: 'BentonSans Regular';
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #501B86 !important;

}
.itemDetailsHeader .brand-sku-clr{
    font-family: 'BentonSans Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
    margin-bottom: 8px;
}

.itemDetailsHeader .itemSku,
.descriptionBody .p-descreption {
    font-family: 'BentonSans Regular' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: left !important;
    color: #333333 !important;
}
#product-product .itemDetailsHeader .itemSku{
    margin-bottom: 0;
}
#product-product .itemDetailsHeader .itemSku span{
    margin-bottom: 0;
}
#product-product ul.product-text{
    margin-bottom: 0;
}
#product-product .itemDetailsHeader .product-text li h2{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 28.8px;
    font-family: 'BentonSans Regular';
}

.descriptionBody{
    border-bottom: 1px solid #B3B5BA;
    padding-bottom: 24px;
}
.descriptionBody.descriptionBody-class {
    padding-top: 0 !important;
}
.itemSku.itemSku-class{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: left !important;
    color: #333333 !important;
}
#product-product .itemSku.itemSku-class{
    margin-bottom: 0;
}
/* Back In Stock Section*/
.soldOutBtnBox .themeBtn{
    margin-top: 8px;
}
.soldOutBtnBox #button-sold-Out{
    margin-right: 24px;
    text-transform: uppercase !important;
}
.soldOutBtnBox #button-sold-Out:hover {
    text-decoration: none;
}
.soldOutBtnBox #button-notify-me{
    text-transform: capitalize !important;
}
#backInStockModal .modal-dialog {
    max-width: 751px;
}
#backInStockModal .modal-content {
    background: #F7F7F7;
}
#backInStockModal .modal-header {
    padding: 20px 40px 0;
    min-height: 44px;
    border: 0;
    position: relative;
}
#backInStockModal .modal-header .close {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 40px;
    height: 24px;
    width: 24px;
    margin: 0;
    opacity: 1;
}
#backInStockModal .modal-body {
    padding: 0 50px 40px;
}
.backInStockHeader {
    text-align: center;
    margin-bottom: 14px;
}
.backInStockHeader h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 25px;
    color: #501B86;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    font-family: 'BentonSans Bold';
}
.backInStockHeader p {
    color: #4A4B4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: BentonSans Regular;
}
.backInStockList h4{
    font-size: 18px;
    color: #501B86;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 0;
    font-family: 'BentonSans Bold';
}
.backInStockList .table{
    margin-top: 16px;
    margin-bottom: 0;
}
.backInStockForm{
    margin-top: 16px;
}
.backInStockForm .form-control {
    color: #333;
    min-width: 436px;
    padding: 12px 24px;
}
.backInStockForm .themeBtn{
    margin-left: 24px;
}
.backInStockList .table-responsive table tr th,
.backInStockList .table-responsive table tr td {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    background-color: #FFFFFF;
    border: 1px solid #B3B5BA;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
    padding: 11px 11px 9px;
}
.backInStockList .table-responsive table thead tr th{
    font-weight: 700;
    border-bottom: 0;
    font-family: BentonSans Bold;
}
.backInStockList .table-responsive table thead tr th:nth-child(1){
    min-width: 133px;
    border-top-left-radius: 8px;
    border-left: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table thead tr th:nth-child(2){
    min-width: 133px;
}
.backInStockList .table-responsive table thead tr th:nth-last-child(1){
    min-width: 130px;
    border-top-right-radius: 8px;
    border-right-color: #B3B5BA;
}
.backInStockList .table-responsive table tbody tr td:nth-child(1){
    border-left: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td:nth-child(1){
    border-bottom-left-radius: 8px;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td:nth-last-child(1){
    border-bottom-right-radius: 8px;
}
.backInStockList .table-responsive table tbody tr td{
    font-weight: 400;
}
.backInStockList .table-responsive table tbody tr .colErrorAlert{
    position: relative;
}
.backInStockList .table-responsive table tbody tr .colErrorAlert:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #FF0000;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td.colErrorAlert:nth-child(1):before{
    border-bottom-left-radius: 8px;
}
.backInStockList table tr td select {
    padding: 0 20px 0 0;
    height: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    font-weight: 500;
    border: 0;
    background-image: url(../image/angle-down-black.svg);
    background-position: right 0 center;
}
.backInStockList .form-control::-webkit-input-placeholder {
   color: #333;
   font-weight: 500;
}
.backInStockList .form-control:-moz-placeholder {
   color: #333;  
   font-weight: 500;
}
.backInStockList .form-control::-moz-placeholder {
   color: #333;  
   font-weight: 500;
}
.backInStockList .form-control:-ms-input-placeholder {  
   color: #333; 
   font-weight: 500; 
}
.backInStockList table tr td .inputBox .form-control{
    padding: 10px;
    height: 33.4px;
    font-size: 14px;
    color: #333;
}
.backInStockList table tr td .form-control[disabled], 
.backInStockList table tr td .form-control[readonly]{
    height: 33.4px;
    font-size: 14px;
    color: #333;
    font-weight: 500; 
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: text;
}
.backInStockList table tr td .form-control[disabled]:hover, 
.backInStockList table tr td .form-control[readonly]:hover,
.backInStockList table tr td .form-control[disabled]:focus, 
.backInStockList table tr td .form-control[readonly]:focus,
.backInStockList table tr td .form-control[disabled]:focus-visible, 
.backInStockList table tr td .form-control[readonly]:focus-visible{
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.addStockListIcon .btn{
    padding: 0 3px;
}
.addStockListIcon .btn .fa{
    font-size: 12px;
}
#backInStockModal .select2-container{
    min-width: 81px;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__placeholder,
#backInStockModal .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 20px !important;
    line-height: 28px !important;
    text-align: left;
    color: #333 !important;
    font-weight: 500;
    text-transform: capitalize;
}
#backInStockModal .select2-container .select2-selection--single{
    height: 28px !important;
    line-height: 28px !important;
    border: 0;
    color: #333 !important;
    font-weight: 500;
}
#backInStockModal .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered{
    color: #333;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 21px;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 12.59px;
    height: 8.082px;
    top: 9px;
    border: 0;
    background-image: url(../image/angle-down-black.svg);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 12.59px;
}
#backInStockModal .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}
#backInStockModal .select2-container--default .select2-search--dropdown.selectSearchBox .select2-search__field {
    height: 30px;
    padding: 5px 20px 5px 14px;
}
#backInStockModal .select2-container--default .select2-results__option {
    padding: 5px 8px;
}
.oosIconTooltip .tooltip-inner{
    min-width: 50px !important;
}
#backInStockModal .alert-success {
    color: #333333;
    background-color: #00DCA5;
    padding: 5px 13px;
    margin-top: 11px;
}
#backInStockModal .alert-success .close {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0;
    line-height: 8px;
}
#backInStockModal .alert-success p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    font-family: BentonSans Regular;
}

.returnNote p,
.returnNote .returnNoteContent,
#tab-description .descriptionBody .noteAfterDesc .returnNoteContent,
#tab-description .descriptionBody .noteAfterDesc p {
    font-size: 14px;
    color: #580F8B;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'BentonSans Bold';
}
.productDetailsBox .returnNote p,
.productDetailsBox .returnNote .returnNoteContent {
    margin-bottom: 5px;
}
.productDetailsBox .returnNote.noteAfterDesc p,
.productDetailsBox .returnNote.noteAfterDesc .returnNoteContent{
    margin-top: 5px;
    margin-bottom: 0;
}
.productDetailsBox .returnNote.noteBeforeAttr p,
.productDetailsBox .returnNote.noteBeforeAttr .returnNoteContent{
    margin-top: 5px;
    margin-bottom: 0;
}
.productDetailsBox .returnNote.noteBeforeAttr p,
.productDetailsBox .returnNote.noteBeforeAttr .returnNoteContent{
    margin-top: 24px;
    margin-bottom: 0;
}
.productDetailsBox .returnNote.noteAfterAttr p,
.productDetailsBox .returnNote.noteAfterAttr .returnNoteContent{
    margin-bottom: 0;
}
.descrption-div{
    margin-top: 24px;
}
.text-quick-ship p,
.productDetailsBox .returnNote .text-quick-ship p,
.productDetailsBox .returnNote .text-quick-ship p,
#tab-description .descriptionBody .noteAfterDesc .returnNoteContent .text-quick-ship p{
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
    font-family: 'BentonSans';
}
.text-quick-ship .textBold,
.productDetailsBox .returnNote .text-quick-ship .textBold{
    font-weight: 700;
    font-family: 'BentonSans Bold';
    color: #FF0057;
}
.text-quick-ship ul{
    margin-bottom: 0;
    padding-left: 8px !important;
}
.text-quick-ship ul li,
#tab-description .text-quick-ship ul li{
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    font-family: 'BentonSans';
}
.text-quick-ship ul li:before,
#tab-description .text-quick-ship ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
/* .itemDetailsHeader{
    border-bottom: 1px solid #B3B5BA;
} */
.descrption-div.des-text{
    padding-bottom: 24px;
}

.colorSwatches ul li {
    min-width: 21px;
    height: 21px;
    /* padding-top: 0.1px; */
}
.colorSwatches ul li .select-color {
    width: 16px;
    height: 16px;
}
.colorSwatches ul li .selectColorBtn {
    height: 16px;
    width: 16px;
}
.colorSwatches ul li{
    /* border: 1px solid #787A7D; */
}
/* .colorSwatches ul li.active {
    border: 1px solid #000000;
} */
.colorSwatches ul li .select-color{
    box-shadow: 0 0 0 1px #b3b5ba;
    height: 20px;
    width: 20px;
    border: 3px solid #ededed;
}
.colorSwatches ul li.active .select-color{
    box-shadow: 0 0 0 1px #501B86;
    height: 20px;
    width: 20px;
    border: 3px solid #ededed;
} 
.colorSwatchesBox p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #333333;
}    
span.productColor.brand-color {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
    margin-left: 0;
}
.colorSwatchesBox .colorSwatcheTitle{
    padding-top: 24px;
}
.colorSwatcheTitle.space-top{
    margin-top: 16px;
}
.colorSwatcheTitle h4{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #501B86;
    margin-bottom: 24px;
}
.available-unit-t{
    margin-bottom: 4px !important;
}

/* .colorSwatchesBox {
    border-bottom: 1px solid #B3B5BA;
} */
.instruction-div p{
    color: #333333
}
.instruction-div span{
    color: #FF0000;
}
/* .sizeChartbg{
   background: #F7F7F7;
   
} */
/* .sizeChartBox.minQtyErr{
    padding: 16px 24px;
} */
/* .sizeChartbg{
padding-bottom: 16px;}
.sizeChartbg:first-child{
    padding-left: 24px;
}
.sizeChartbg:last-child{
    padding-right: 24px;
} */
.prodSizeChart .sizeChartBox input {
    width: 42px;
    height: 39px;
    /* padding: 10px 16px 10px 16px; */
    font-family: 'BentonSans Bold';
    gap: 10px;
    border: 1px 0px 0px 0px !important;
    border-color: #333333;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333  !important;
}

.product-inner-chart{
    border: 1px solid red;
}
.border-class{
    background: #F7F7F7;
    padding: 16px 24px;
    border-radius: 8px;
    margin-top: 16px;
  }
.border-class-new {
    background: #F7F7F7;
    padding: 16px 24px;
    border-radius: 8px;
    margin-top: 16px;
    width: 100%;
    max-width: 380px;
}
.border-class-new p,
.border-class p{
    padding-left: 0;
}
.size-wrapper{
    display: flex;
    align-items: center;
}
.size-chart-link{
    display: inline-block;
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #501B86;
}
.total-qty-lablel p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    margin-bottom: 8px;
}
.modal-title h3{
    font-size: 32px !important; 
    line-height: 32px !important;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'BentonSans Regular';
    margin-bottom: 0 !important;
}
.search-btn[disabled="disabled"]{
    opacity: 1 !important;
}
.customModal .modal-title{
    margin-bottom: 0;
}
.customModal .modal-header .close{
    padding: 8px;
}
.totalMOQ {
    width: 97px;
    height: 48px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #333333;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 8px; */
    font-family: 'BentonSans';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #E0E0DE;
    float: left;

}
.total-price-label {
    font-family: 'BentonSans Bold';
    font-size: 14px !important;
    font-weight: 700;
    line-height: 18px !important;
    text-align: center;
    color: #501B86 !important;
    display: inline-flex;
}
.buy-now-int{
    margin-left: 24px;
}
.prodSizeChart .sizeChartContent .sizeChartBox:first-child{
    padding-left: 0;
}

/* .prodSizeChart .sizeChartContent .sizeChartBox:nth-child(6){
    padding-right: 0;
} */
.order-qty-n-price {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #EAEAEA80;
    margin-top: 36px;
    margin-bottom: 56px;
    border-radius: 8px;
    width: 100%;
}
.order-qty-n-price p{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.order-qty-n-price .here-class{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #501B86;
    text-decoration: underline !important;

}
.shipping-div{
    position: absolute;
    bottom: 70px;
}
.shipping-div a{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#501B86;
    text-decoration: none;
}

/* Sizechart Modal css by Navin 18/07/24 */

.quantity-price-modal-div .modal-body p {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
    padding-bottom: 24px;
    margin-left: 28px;
    margin-right: 28px;
}

.quantity-price-modal-div .modal-dialog {
    max-width: 528px !important;
}
.quantity-price-modal-div .modal-header{
    background: #580f8b;
    padding: 0;
    height: 44px;
}
.quantity-price-modal-div  .modal-header .close {
    padding: 1rem 1rem;
    margin: -9px 1px;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}
.order-qty-div ul li,
 .price-unit-div ul li {
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #53565A;
    border-bottom: 1px solid #B3B5BA;
    padding: 8px 0;
}
.order-qty-div ul li:first-child,
.price-unit-div ul li:first-child{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color:  #53565A;
    padding-top: 0;
}

.quantity-price-modal-div .modal-body{
    padding: 24px;
}
.size-chart-div-n {
    background: #f7f7f7;
    border-radius: 0 0 8px 8px;
}
.order-qty-div ul{
    padding: 24px 16px 24px 24px;
    margin-bottom: 0 !important;
}
.price-unit-div ul{
    padding: 24px 24px 24px 16px;
    margin-bottom: 0 !important;
}
.order-qty-div{
    border-right: 1px solid #B3B5BA;
}


/* Ensure the modal takes up the full height and is aligned to the right */
.shippingchartModal-div .modal-dialog {
    position: absolute;
    top: -1px !important;
    right: 0 !important;
    inset: -1px 0 auto auto !important;
    margin: 0;
    height: 100vh;
    max-width: 480px;
    width: 100%;
    transition: unset !important;
}
.shippingchartModal-div .modal-content {
    height: 100%;
    border-radius: 0;
}

.shippingchartModal-div .modal-body {
    overflow-y: auto;
}

.shippingchartModal-div .modal-title {
    font-family: 'BentonSans Bold';
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
    margin-bottom: 16px;
}
#reset_form #captcha #code img {
    width: 100%;
}
.shippingchartModal-div .modal-title {
    position: sticky;
    top: 0;
    z-index: 1050;
    padding-bottom: 10px;
    background: #ffffff;
}
#supportModal .modal-header {
    padding: 25px 70px 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    background: #581989;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
}
.cart-box{
    width: 100px;
    height: 100px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    background:#EAEAEA;
    margin-right: 16px;
}
.shippingchartModal-div .modal-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
}
.shippingchartModal-div .modal-header{
    border: 0;
    padding: 0;
}
.shippingchartModal-div .modal-body h3{
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
}
.shippingchartModal-div .modal-header .close {
    padding: 1rem 1rem;
    margin: -6px 7px -18px auto;
    opacity: 1;
    z-index: 9999;
}
.shippingchartModal-div .modal-body h4{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
}
.cart-detail-text{
    /* margin-right: 37px; */
    margin-right: 7px;
}
.view-cart-btn.btn.themeBtn,
.checkout-btn.btn.themeBtn  {
    min-width: 205px;
}
.price-div{
    margin-left: auto;
}
.price-div p{
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: right;
    color: #333333;
}
.cart-info-div{
    border-top: 1px solid #B3B5BA;
    border-bottom: 1px solid #B3B5BA;
    padding-top: 16px;
    padding-bottom: 16px;
}
.cart-box.cartbox-ui {
    position: relative;
}
.cart-box.cartbox-ui img{
    border-radius: 8px;
}
img.diversity-img {
    position: absolute;
    left: 10px;
    max-width: 12px;
    top: 10px;
}
.sub-total-div h5,
.sub-total-price p{
    font-family: 'BentonSans Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 16px;
}
.checkout-info p{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
}
.checkout-info{
    margin-bottom: 8px;
}
.back-arrow-d{
    margin-right: 4px;
}
.size-chart-icon{
    margin-right: 3px;
}
.sizechartModal-div .modal-dialog.modal-xl {
    max-width: 100% !important;
}
.sizechartModal-div .modal-body{
    padding: 60px;
}
.sizechartModal-div .modal-header {
    background: #580f8b;
    padding: 0;
    height: 44px;
}
.sizechartModal-div .modal-header .modal-title{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 44px;
    margin-left: 24px;
}
.sizechartModal-div button.close {
    opacity: 1;
}
.sizechartModal-div .modal-header .close {
    margin: unset;
    padding-right: 20px;
    padding-top: 8px;
}

ul.leadTimeBox{
    margin-bottom: 16px !important;
}
.leadTimeBox li,
.moqBox li,
.availableBox li,
.decorationbox li {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #333333;
    margin-top: 0 !important;
}
.leadTimeBox .business-day,
.moqBox .unit-class,
.availableBox .availableQTY,
.decorationbox .decoration-text{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.price-value-text{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #501B86;
    margin-top: 4px;}

.page-title{
    margin-top: 32px;
    margin-bottom: 56px;
    font-family: 'BentonSans Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #501B86;
}
.categoryPageArea .multiSelectBtn .multiselect-selected-text {
    margin-right: 22px !important;
}
.categoryPageArea .sort-section .btn-group{
    max-width: 250px;
}


/* Check out stepper */
#single-checkout .step-indicator,.successPageArea .step-indicator{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative;
    width: 364px;
}
#single-checkout .step-indicator::before,.successPageArea .step-indicator::before{
    content: '';
    position: absolute;
    /* top: 28%; */
    top: 12px;
    left: 20px;
    right: 20px;
        height: 1px;
    background-color: #B3B5BA;
    z-index: 0;
}
#single-checkout .step,.successPageArea .step{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
#single-checkout .step-circle,.successPageArea .step-circle{
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BentonSans';
    font-size: 13px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: center;
    color: #787A7D;
    border: 1px solid var(--Primary-Grays-Gray-4, #787A7D);
}
#single-checkout .step.active .step-circle,.successPageArea .step.active .step-circle{
    background-color: #B341FF;
    color: #ffffff;
    border: 1px solid #B341FF;
}

.step-circle::before {
    content: '';
    display: inline-block;
}
.safari-steps.step-indicator .step-circle{
    display: grid !important;
}
#single-checkout .step-title,.successPageArea .step-title{
    margin-top: 8px;
    font-size: 14px;
    font-family: 'BentonSans';
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #333333;
}
.successPageLinks .step-indicator{
    margin-bottom: 24px;
    margin-top: 0;
}
.price-value-text{
    padding-bottom: 24px;
}
/* .fpo-text{
    border-top: 1px solid #B3B5BA;
} */
.itemDetails.prodPricingBox{
    border-bottom: 1px solid #B3B5BA;
}

.fpo-text{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
    padding-top: 24px;
    }
.fpo-text span.fpo-text-danger{
    color: #FF0000 !important;
}

/* .prodSizeChart {
    padding-top: 16px;
    background: #f7f7f7;
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
} */

.sizeChartHeader p{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #333333;
}

#totalMOQ{display: block;
    display: block;
    width: 97px;
    height: 48px;
    border: 1px solid #787A7D;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BentonSans Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333;
    }
span#totalQtyLabel
    {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #333333;
    display: inline-block !important;
    margin-bottom: 8px;
}
.sizeTotalPrice span.totalPriceLabel{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #333333;
    display: inline-block !important;
}
/* button.view-cart-btn.btn.themeBtn,
button.checkout-btn.btn.themeBtn  {
    min-width: 205px;
}
  */
/* .checkoutArea .panelBoxTitle{
    padding: 40px 24px 24px 24px;
} */

.checkoutArea .control-label {
    font-family: 'BentonSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333;
    margin-bottom: 4px;
}
.checkoutArea .form-control,.checkoutArea .multiSelectBtn{
    height: 48px;
    border-radius: 4px;
    border: 1px solid #B3B5BA;
    display: flex;
    align-items: center;
    color: #787A7D;
}
.size-chart-sec-n {
    display: inline-block;
    padding-top: 16px;
    background: #f7f7f7;
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    /* margin-bottom: 16px; */
    /* max-width: 380px; */
}
.sizeTotalPrice p,
.size-total-price{
    font-family: 'BentonSans Bold';
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #501B86 !important;
}
.sizeTotalPrice p{
    text-align: left !important;
}
.size-chart-img{
    margin-right: 3px;
}
.checkoutArea .multiSelectBtn .multiselect-selected-text{
    color: #787A7D;
    font-family: 'BentonSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.4px;
    padding-left: 0 !important;
    overflow: visible;
}

.checkoutArea .btn.themeBtn{
    width: 190px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    background-color: #580F8B;
    border-color: #580F8B;
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
}
.checkoutArea .btn.btnWhiteBg{
    width: 190px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
}
.checkoutArea  .return-cart-btn{
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #501B86;
}
.checkoutArea  .return-cart-btn img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#billing_state_err,#emaildiff_err,#zone_id_ship_err{
    padding-right: 8px;
}
#zipcode_err,#phonediff_err,#newaddrzipcode_err{
    padding-left: 8px;
}

.checkoutArea .panel-body .form-group.formGrp100:last-child{
    margin-bottom: 0;
}
.panelForm.billing-address-block .panel-body{
    padding-bottom: 40px;
}
.radioPanelBox .panelBoxTitle,.billing-space-block .panelBoxTitle,.billing-address-block .panelBoxTitle{
    padding: 0 0 16px 0;  
}
.white-popup-block{
    background: #ffffff;
}
.chart-label-div {
    height: 44px;
    background: #580F8B;
    border-radius: 8px 8px 0 0;
}
#size-chart{
    border-radius: 0 0 8px 8px;
}
.mfp-size-chart{
    padding: 60px;
}
.chart-label-div-btn .mfp-close{
    right: 12px;
    top: 0 !important;
}
.back-icon-div{
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #501B86;
    margin-top: 60px;
    margin-bottom: 56px;
    display: inline-block;
    text-decoration: none;
}
span.back-image-span {
    margin-right: 4px;
}

table.price-table{
    background: #f7f7f7;
}
table.price-table tr td{
    width: 50%;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #53565A;
    border: 0;
    }
  
.border-bottom-left,
.border-bottom-right{
    border-bottom: 1px solid #B3B5BA;
}
thead tr td .border-bottom-left,
.border-bottom-left{
    margin-left: 24px;
    margin-right: 16px;
}
thead tr td .border-bottom-right,
.border-bottom-right
{
    margin-left: 16px;
    margin-right: 24px;
}

thead tr td .border-bottom-left,
thead tr td .border-bottom-right{
    padding-top: 24px;
    padding-bottom: 8px;
}
.border-bottom-left,
.border-bottom-right{
    padding-top: 8px;
    padding-bottom: 8px;
}
.table-tbody-cust tr:last-child td:last-child .border-bottom-right {
    /* border-bottom: 0 !important; */
    margin-bottom: 24px;
  }
  .table-tbody-cust tr:last-child td:first-child .border-bottom-left {
    /* border-bottom: 0 !important; */
    margin-bottom: 24px;
  }
  .table-tbody-cust tr:last-child td div {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.table.price-table tr td div {
    text-wrap: nowrap;
    text-transform: capitalize;
}

  .table.price-table td {
    position: relative;
  }
  .table.price-table thead tr td::before,
  .table.price-table tbody tr td::before
   {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 1px;
    background-color: #B3B5BA;
    height: 100%;
}
 .table.price-table tr td:last-child::before {
    display: none;
  }
  /* Optional: Add left padding to align text away from the line */
  .table.price-table td.td-left-padding {
    padding-left: 10px;
  }
  
  /* Optional: Adjust padding for the right cell */
  .table.price-table td.td-right-padding {
    padding-right: 10px; /* Adjust as needed */
  }
  .checkoutArea .panel-body{
    padding: 0;
}

.checkoutArea #steps-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-table tbody tr.cart-row td.tdTotal::before{
    content: '';
}
.main-cart-page .cart-table tbody tr.cart-row td .itemQtyInputBox{
    flex-direction: column;
}
/*==== Checkout Sustainable icons ====*/
.orderSummaryImg .popupZoom .sustainable-icon{
    position: absolute;
    left: 0px;
    top: 0px;
}
.orderSummaryImg .popupZoom .sustainable-icon img{
    max-width: 20px;
}
.orderSummaryImg .popupZoom .sustainable-icon:nth-child(3){
    left: 25px;
}
.featured .card-box {
    display: block;
    background-color: #7F00FF;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 20px;
    /* margin: 0 5px; */
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 230px;
    /* width: 290px; */
}
.featured .card-box .bottom{
    font-family: 'BentonSans Light';
    font-size: 46px;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: -0.02em;
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    max-width: 190px;
}
.featured .card-box .arrow.top{
    position: absolute;
    top: 20px;
    right: 20px;
}
.featured .card-box .arrow.top img{
    width: 60px;
    height: 40px;
}
.multiShippAdd .add-left-block{
    padding-left: 0 !important;
    padding-right: 23.33px !important;
}
.multiShippAdd .add-right-block{
    padding-left: 16.67px !important;
    padding-right: 0 !important;
}
#address-fields .input-block .form-control,#address-fields .input-block .inputBox .form-control {
    padding: 13.5px 24px;
    /* width: 218px; */
}
#checkout-cart.multiShippAdd .input-block .themeRow .themeCol{
    padding-left: 0;
}
.addressFieldsBox.select2ParentInputBox .select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd{
        top: -45px;
}
.orderInfoBox p:first-child span:first-child {
    color: #501B86 !important;
}
.my-order-box {
    display: flex;
    gap: 24px;
}
#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-name{
font-family:'BentonSans Bold';
font-size: 16px;
font-weight: 700;
line-height: 19.2px;
letter-spacing: -0.02em;
text-align: left;
color: #501B86;
}

#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-color,#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-size,#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-size{
font-family:'BentonSans Bold';
font-size: 14px;
font-weight: 500;
line-height: 21px;
text-align: left;
color: #333333;
}
#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-color span,#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-size span,#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-size span,#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .product-total span{
font-family:'BentonSans' !important;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;
color: #333333;
}
#my-order .table>tbody>tr>td .orderInfoBox.my-order-box .my-order-img{
    min-width: 160px;
    height: 160px;
    max-width: 160px;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
}
#my-order .table>tbody>tr>td{
    border-left: 0 !important;
    border-right: 0 !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
#my-order .table>tbody>tr>td:nth-child(1), #my-order .table>tbody>tr>th:nth-child(1){
    padding-left: 0; 
}
#my-order .table>tbody>tr>td:nth-last-child(1), #my-order .table>tbody>tr>th:nth-last-child(1){
    padding-right: 0;
}

.my-order-info p:nth-child(2){
    margin-bottom: 14px;
}
.my-order-info p:nth-child(5){
    text-transform: capitalize;
}
.my-order-info p:nth-child(5){
    text-transform: capitalize;
}
.my-order-info p:nth-child(2) span{
    display: block;
    font-family: 'BentonSans' !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px !important;
    text-align: left;
    color: #787A7D !important;
}
 #my-order .table>tbody>tr>td .orderInfoBox.my-order-box .my-order-info p:last-child span{
    font-weight: 500;
    font-family: 'BentonSans Bold' !important;
}
#my-order  .order-details .table>tbody>tr>td .orderInfoBox p span{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #501B86 !important;
}
#my-order .order-details .table>tbody>tr>td .orderInfoBox p + p{
font-family: 'BentonSans';
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;
color: #333333;
}
.order-section--wrapper{
    padding: 40px 24px;
    background-color: #f7f7f7;
}
.orderInfoArea .themeRow .theme-col-left{
    padding-left: 8px;
}
.orderInfoArea .themeRow .theme-col-right{
    padding-right: 8px;
}
.themeCol-main-pad{
    padding-right: 17.5px !important;
}
.themeRow .themeCol.px-rem{
    padding-left: 0;
    padding-right: 0;
}
 #product-product .product-right-section .back-icon-div{
        display: none;
    }
#my-order .order-details .table>tbody>tr>td .orderInfoBox p .status.ordered{
    font-family: 'BentonSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333333 !important;
}
#my-order .total-table {
    margin-top: 16px;
}
.add-list-group:last-child{
    border-bottom: 1px solid #787A7D;
}
input[type="search"]#searchField1::-webkit-search-cancel-button{
  display: none;
}
.checkoutCartBox .alert-dismissible .close{
    top: -4px;
}
.checkoutCartBox .alert-dismissable .close, .checkoutCartBox .alert-dismissible .close, .checkoutCartBox .alert .close, .checkoutCartBox .alert.orderingAlertSuccess .close, .checkoutCartBox .alert.orderingAlertError .close{
    color: #ffffff;
}

/* ====================== Size chart modtal New css by navin============================= */
.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.dashboardModal .modal-body{
    padding:60px 70px 71px 70px !important;
}

#sizeChartModal .sizeChartImgBox .table thead th:nth-child(1) {
    width: unset;
}
#sizeChartModal .sizeChartImgBox .table thead th {
    background-color: #580F8B;
    vertical-align: middle;
    color: #fff !important;
    height: 64px !important;
    font-family: 'BentonSans Regular' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    text-align: center !important;
}
#sizeChartModal .sizeChartImgBox .table thead th, .sizeChartImgBox .table tbody td {
    padding: 8px 10px;
    text-align: center;
    color: #333333;
    height: 64px;
    vertical-align: middle;
    font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}

#sizeChartModal .dashboardModal .modal-header {
    display: block;
    padding: 25px 70px 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    background: #581989;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
    height: 44px;
}
.dashboardModal .modal-title {
    min-height: unset !important;
}
.dashboardModal .modal-header {
	height: 44px !important;
    display: flex !important;
    align-items: center !important;
}
#sizeChartModal .modal-title h3{
    font-family: 'BentonSans Regular';
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    text-align: left;

}
.dashboardModal .modal-header .close {
    top: 12px;
    right: 24px;
}
.sizeChartImgBox .table thead th{
    border:0 !important
}

/* New pdp css by Navin 28-08-2024 */
.new-business-sec{
    padding: 16px 37px 16px 16px;
    background: #EAEAEA80;
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.new-business-sec h3{
    font-family: 'BentonSans Regular';
   font-size: 18px;
   font-weight: 700;
   line-height: 21.6px;
   letter-spacing: -0.02em;
   text-align: left;
   color: #501B86;
   margin-bottom: 8px;
}
.new-business-sec p{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
}

.here-class-new {
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.btn-continue.submit_new_btn{
    background: #501b86;
    color: #ffffff !important;
    font-family: 'BentonSans Regular'; 
}
.custom-order-form label{
    font-family: 'BentonSans Regular' !important;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.custom-order-form input {
    height: 48px;
    font-size: 14px;
    color: #787A7D;
    border: 1px solid #B3B5BA;
    border-radius: 4px;
    padding: 8px 16px;
    font-family: 'BentonSans Regular', sans-serif;
}
#custom-order-Modal .modal-header {
    background: #501b86;
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
}
#custom-order-Modal .modal-body{
    padding: 40px !important;
}  
#custom-order-Modal .modal-title {
color: #ffffff;
}
.modal-width-size {
    max-width: 650px !important;
    inset: auto !important;
}

#custom-order-Modal .modal-header .close {
  opacity: 1;
}
.closed-btn-modal{
    font-family: 'BentonSans Regular';
    font-style: normal;
    text-transform: capitalize;
    min-width: 150px;
    height: 48px;
    padding: 16px 20px 16px 20px;
    gap: 8px;
    border: 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    background: #E6E6E6 !important;
    margin-right: 8px;
}
.closed-btn-modal:hover{
    text-decoration: underline !important;
}

.themeBtn.send-btn{
    min-width: 150px;
}
.new-business-sec ul{
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 16px !important;
}
.new-business-sec ul li{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
}
.noProductFound .coming-soon-section{
     font-family: 'BentonSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 23.36px;
    text-align: left;
    max-width: 640px;
    color: #333333;
    padding-left: 78.5px;
}
.noProductFound .coming-soon-section a{
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 23.36px;
    text-align: left;
    color: #5B0E8B !important;
    text-decoration: underline;
}
.noProductFound .coming-soon-section .brand-name-coming{
    display: block;
    font-family: 'BentonSans Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 23.36px;
    text-align: left;
    color: #333333 !important;
}
#choose-loc .select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field::placeholder{
    overflow: visible !important;
}
#issue-tracker-form-sec{
    min-height: calc(100vh - 190px);
}
#issueTrakingFrom #browse-div .browseFileNote{
    margin-top: 5px;
}
/* #issue_id{
    font-size: 24px;
    line-height: 32px;
    color: #53565A;
    font-weight: 400;
} */
#issue-tracker-form-sec .form-group .col-form-label,#issue-tracker-form-sec .form-group .control-label {
      text-transform: capitalize !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      text-align: left;
      color: #333333;
      /* margin-bottom: 4px; */
    }
    #issue-tracker-form-sec .form-group.required label:after{
        color: #FF0000;
        font-weight: 400;
    }
 #issue-tracker-form-sec .form-group textarea.form-control {
      height: auto;
    }
iframe.greNoteArea.form-control, 
iframe.greNoteArea.form-control {
    min-height: 200px;
}
iframe.greNoteArea .frameBody img {
    width: 100%;
}
#issue-tracker-form-sec .select2-container--default .select2-selection--single {
    height: 48px;
    display: flex;
    align-items: center;
}

#issue-tracker-form-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
#browse-div label {
  font-size: 14px;
    padding: 0px;
    margin: 0;
}
#browse-div a.file-browse-inner {
    color: #FFFFFF;
    display: inline-block !important;
    height: 47px;
    padding: 15px;
    background-color: #580f8b;
}
#browse-div .file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
}

#browse-div .file-block > span.name {
  padding-right: 10px;
  width: max-content;
  display: inline-flex;
  color: #787A7D;
}
#issueTrakingFrom #browse-div .browseFileNote{
    margin-top: 5px;
}
#browse-div .file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}

#browse-div .file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}

#browse-div .file-delete > span {
  transform: rotate(45deg);
}

#browse-div .form-control{
    overflow: hidden;
}

#issue-tracker-form-sec #captcha #captchaIcon{
    filter: invert(1);
}

#issue-tracker-form-sec .daterangepicker table thead td, #issue-tracker-form-sec .daterangepicker table thead th {
    background-color: #580F8B;
}
#issue-tracker-form-sec .issue-submit-success{
    padding-top: 100px;
    padding-bottom: 78px;
}
#issue-tracker-form-sec .back-to-form{  
    font-family: 'BentonSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #501B86 !important;
    border: 0;
    background: none;
}
#issue-tracker-form-sec .back-to-form img{   
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: inline-block !important;
}
#issue-tracker-form-sec #issue_id{
    font-size: 14px;
    line-height: 32px;
    color: #53565A;
    font-weight: 400;
}
.issue-submit-success p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #495057;
    font-family: 'BentonSans Regular', sans-serif;
}
.not-found-info i{
    font-size: 100px;
}
.not-found-info .buttons{
    margin-top: 0 !important;
}
.not-found-info .btn-continue{
    color:#581989;
    padding: 0;
    border-bottom: 1px solid #581989;
    border-radius: 0;
    font-weight: 600;
}
.not-found-info p {
    font-size: 18px;
    line-height: 27px;
    color: #53565A;
    font-weight: 400;
}
.not-found-info p.bold-txt{
    font-size: 20px;
    line-height: 27px;
    color: #53565A;
    font-weight: 700;
    margin-bottom: 5px;
}
#error-not-found .not-found-info{
    min-height: calc(100vh - 450px);
}
.not-found-info img{
    max-width: 100px;
    margin-bottom: 8px;
}

/* ==== Cart view with Promo code ==== */
.coupon-code-section {
    margin-bottom: 45px;
}
.coupon-code-section label {
    font-size: 14px;
    font-family: 'BentonSans Bold' !important;
}
.coupon-code-section .clearable{
    position: relative;
    max-width: 310px;
    width: 100%;
}
.coupon-code-section .clearable .clearspace{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 48px;
    width: 30px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.coupon-code-section .coupon-code-input-block .coupon-btn{
    min-width: 160px;
    margin-left: 19px;
}
.coupon-code-section .alert.alertS2{
    color: #581989 !important;
    margin-top: 12px !important;
    display: flex;
    align-items: baseline;
}
.coupon-code-section  .alert.alertS2:before{
    background-color: #581989;
}
.coupon-code-section .alert.alertS2 .close,
.coupon-code-section .alert.alertS2.alert-dismissible .close{
    color: #53565A !important;
    top: 0 !important;
}
/* ==== Support Modal UI ==== */
#supportModal .modal-dialog{
    max-width: 600px;
}
#supportModal .modal-dialog .modal-body{
    padding: 15px 30px 30px 30px !important;
}
#supportModal .modal-header #supportModalTitle h3{
    font-size: 20px !important;
}
#supportModal .modal-header .close img{
    width: 18px;
}
#supportModal .modal-dialog-scrollable .modal-body {
    max-height: 520px;
}
/* table.table.tracking-table.draft-tbl tbody tr td,
.table.total-table.draft-tbl table tbody tr td:nth-child(1) {
    padding-left: 64px !important;
} */
.orderInfoBox.order-right-space{
    margin-right: 12px;
    white-space: nowrap;
}
#cartFrom{
    border-left: 1px solid #B3B5BA;
    }
    #cartFrom .add-btn {
        padding-left:12px ;
}

/* === Coupa border for checkout button === */
#my-order table.table.total-table.draft-tbl tbody tr,
#my-order table.table.total-table.draftOrderTotalTable tbody tr{
    border-bottom:0;
}
   
#my-order table.table.total-table.draft-tbl tbody tr td.ws-nowrap,
#my-order table.table.total-table.draftOrderTotalTable tbody tr td.ws-nowrap {
    border-top:0;
}

#issue-tracker-form-sec .multiselect-container.dropdown-menu li a label.checkbox{
    padding-left: 40px !important;
        
}
    
#issue-tracker-form-sec .multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    background: #581989;
    accent-color: #581989;
    opacity: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 15px;
    margin: 0;
    cursor: pointer;
    transform: scale(1);
}
.inputBoxNote.support-req{
    color: #000000 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 4px;
}

.site_feedback_tracker_mobile{
    display: none;
}

.site_feedback_tracker_mobile img{
    width:30px
}

/* ======================Media Queries============================= */
@media (max-width: 1400px) {
    .checkoutCartBtn .cartBtnShip .btn.multi-checkout-btn {
        width: 100%;
        margin-left: 0px;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        text-wrap: wrap;
        max-height: 100%;
    }
    .continue-btn.cartBtnContinue .single-checkout-btn{
        width: 100% !important;
        margin-top: 10px;
    }
    .checkoutCartBtn .cartBtnShip .btn.single-checkout-btn {
        width: 100%;
        margin-bottom: 8px;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        max-width: 100%;
        text-wrap: wrap;
    }
    .add-btn-section.cartBtnShip.flexCenter.flexBetween{
        display: block;
    }
    .productDataRow .itemGridTwo{
        min-width: auto;
    }
}
@media(max-width:1260px){
    .menu-section {margin-left: 0;}
    .qty-section{display: flex;flex-wrap:wrap;justify-content:flex-start;width: 100%;}
    .qty-section-1{width: 25%;padding: 5px;}
    .pageBannerCaption{margin: 0 0px 0 0;}
    .featured-program {
        padding: 0px 52px 0px;
    }
}
@media (max-width: 1201.5px){
.alsoLikeArea .itemBoxIcon .itemIconTooltip {
    left: 0;
    right: 10px;
    /* max-width: 100%; */
    margin-left: 0;
    padding: 8px 10px;
    transform: translateY(0);
}
}
@media (max-width: 1200px) {
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #product-product .themeContainer,
    #error-not-found .themeContainer {
        padding: 0 25px;
    }
    .multiCartArea #pageTitle{
          padding-top: 32px;
          padding-bottom: 56px;
        }
    #menu .nav li {
        margin-left: 20px;
    }

    .shopCatBtnBox .themeBtn {
        font-size: 16px;
        line-height: 24px;
    }
    
    .headerBoxTwo .navbar-nav>li>a {
        font-size: 14px;
    }
    .headerBoxTwo .navbar-nav>li {
        margin-left: 15px;
    }
    .searchBox .searchInput {
        margin-left: 15px;
    }
    /* .searchBox .form-control {
        min-width: 180px;
    } */
    
    /* .homeGridOverlay .gridOverlayText h3 {
        font-size: 14px;
        line-height: 18px;
    } */
    
    #pageTitle {
        padding: 24px 40px;
    }
    
    .productImageBox {
        padding-right: 0;
    }
    .stickyBox.productImageBox {
        width: calc(50% - 46px);
    }
    #product-product .themeContainer .productDetailsBox{
        padding-left: 0px;
    }
    .product-thumb .button-group button, 
    .product-thumb .button-group button + button {
        width: 100%;
    }
    .itemZipcodeBox .itemZipCollapse {
        left: -100%;
    }
    .itemZipcodeBox .itemZipInput input {
        width: 100%;
    }
    .itemZipcodeBox .itemZipBox .btn {
        margin-left: 10px;
    }
    .toolTipBtn:before {
        width: 75%;
    }
    
    #product-product {
        padding-top: 40px;
    }
    #product-product .contentTop {
        padding-bottom: 56px;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 40px;
    }
    
    .alsoLikeArea {
        padding: 40px 0;
    }
    
    .checkoutArea .themeContainer,.homePageCategory .themeContainer{
        padding: 0 40px;
    }
    .checkoutArea .leftColumn,.checkoutArea .rightColumn {
            padding-bottom: 40px;
        }
    /* .checkoutArea .rightColumn {
        padding: 40px 30px 40px 0;
    }
    .checkoutArea .leftColumn {
        padding: 40px 0 50px 30px;
    } */
    #checkout-checkout form.ship_add_form {
        margin-right: 0;
        margin-left: 0;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -14px;
        margin-left: -14px;
    }
    #checkout-checkout .panel-body .form-group{
        width: 100%;
        float: left;
        padding: 0;
    }
    #checkout-checkout .panel-body .form-group.shipZone,
    #checkout-checkout .panel-body .form-group.shipPostCode{
        width: 50%;
    }
    #checkout-checkout .panel-body .form-group.shipZone{
        padding-right: 9px;
    }
    #checkout-checkout .panel-body .form-group.shipPostCode{
        padding-left: 9px;
    }
    #checkout-checkout .ship_add_form .checkoutBtn {
        padding: 0;
    }
    
    .couponAppliedText p {
        font-size: 14px;
        line-height: 20px;
    }
    .couponAppliedBtn .themeBtn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
        height: 50px;
    }
    
    #information-information .informationBox {
        max-width: 100%;
    }
    .informationBox, 
    .informationBox.Privacy {
        padding: 56px 0;
    }
    
    #filterOrder {
        padding-right: 0;
    }
    #my-order {
        padding-left: 0;
    }
    #my-order .table>tbody>tr>td, 
    #my-order .table>tbody>tr>th, 
    #my-order .table>tfoot>tr>td, 
    #my-order .table>tfoot>tr>th, 
    #my-order .table>thead>tr>td, 
    #my-order .table>thead>tr>th{
        padding: 20px 10px;
    }
    #my-order .table>tbody>tr>td:nth-child(1), 
    #my-order .table>tbody>tr>th:nth-child(1) {
        padding-left: 20px;
    }
    #my-order .table>tbody>tr>td:nth-last-child(1), 
    #my-order .table>tbody>tr>th:nth-last-child(1) {
        padding-right: 20px;
    }
    .order-details--table a.order-details--link {
        min-width: 40px;
    }
    .themeTooltipBox{bottom: auto;}
    /* #common-success .successPageBox .successPageInner {
        padding-top: 56px;
    } */
    
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
/* @media (max-width:1024.5px){
    table.table.tracking-table.draft-tbl tbody tr td,
    .table.total-table.draft-tbl table tbody tr td:nth-child(1) {
        padding-left: 44px !important;
    }
} */

@media(max-width:1199px){
    .my-account{width:60px;}
    .my-account a img{margin-right: 0;}
    .grid-width{max-width: calc(100% - 100px)}
    .welcome-block{padding:40px;}
    .welcome-block p{font-size:18px;line-height: 24px;}
    .dropdown-menu-right{min-width: 120px !important;width: 100% !important}
    #column-left{padding-right: 15px;}
    .pageBannerCaption{max-width: 300px;}
    .pageBannerCaption .bannerText-welcome {
    font-size: 36px;
    line-height: 44px;
    }
    .pageBannerCaption p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
    }
     .orderSummaryBox .orderSummaryText{
        -webkit-box-direction:column;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction: column;
    }
    .itemTotalPrice{align-self: start;}
     .orderSummaryBox .orderSummaryText{
        flex-direction: row;
    }
    /* #personal-details,#change-password,#address-book,#address-entries{
        width:calc(100% - 100px)
    }*/
}
@media (min-width: 992px){
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    body.modal-open {
    overflow: hidden;
    }

    .spinner img{
    height: 200px !important;
    }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}
@media(min-width: 1025px){
    .searchBox .collapse, 
    .searchBox .collapse:not(.show) {
        display: inline-block;
    }
}
@media(max-width: 1024px){
    .searchBox .form-control, .searchBox .form-control:focus{text-align: left;}
    .searchBox .form-control{
        padding: 9px 45px 9px 45px;
    }
   
    /* .searchBox .form-control {
    padding: 9px 10px 9px 60px;
    } */
        /* .searchBox .form-control {
        min-width: 100%;
    } */
        .searchBox .searchMobileBtn img {
        width: 21px;
        height: 21px;
    }
    #menu .nav li,
    .headerBoxTwo .navbar-nav>li{
        margin-left: 15px;
    }
    .searchBox #search1.collapse {
        display: block;
    }
    .searchBox #search1.collapse.in {
        display: block;
    }
    .searchBox .searchMobileBtn{
        display: block;
        margin-left: 15px;
        left: -18px;
    }
    .searchBox {
        position: static;
    }
    /* .searchBox #search1 {
        position: absolute;
        top: 100%;
        left: -15px;
        right: -40px;
        z-index: 9;
        margin: 0;
    } */
    /* .searchBox .searchInputInner{
        position: relative;
        padding: 20px 24px;
        background: #605d99;
        border: 0;
        border-radius: 0;
    } */
    .searchBox .searchInputDiv{
        position: relative;
    }
    .searchInputBox {
        display: flex;
        align-items: center;
        padding: 15px 40px;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-color: #ffffff;
    }
    .searchInputBox #searchField1{
        width: 100%;
        padding-right: 40px;
        border: 1px solid #FFFFFF;
        transition: width 0s ease;
        -webkit-transition: width 0s ease;
        -moz-transition: width 0s ease;
            -ms-transition: width 0s ease;
                -o-transition: width 0s ease;
    }
    .searchBox:hover .searchInputBox #searchField1,
    .searchInputBox #searchField1:focus,
    .searchInputBox #searchField1:active{
        outline:none;
        width: 100%;
    }
    .searchBox #search1 .userBtn{
        width: 40px;
       height: 48px;
        position: absolute;
        right: 40px;
        top: 15px;
    }
    
    .homeGridLeft .homeItemPrice {
        margin-top: 20px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 10px;
    }
    .overlayOne {
        padding: 31px;
    }
    .overlayTwo .overlayInner {
        padding: 12px 18px 17px;
        min-height: 225px;
    }
    .customBestSellerFlex {
        padding: 44px 0 28px;
        justify-content: flex-start;
    }
    .customBestSellerFlex .customSpace {
        padding-left: 0;
        padding-right: 20px;
    }
    .homeItemTop h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }
    
    .homeGridLeft .gridDescription p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
    }
    .homeGridRight .gridDescription p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .homeItemPrice p {
        font-size: 17px;
        line-height: 22px;
    }
    .overlayOne {
        position: absolute;
        top: 0;
        left: 0;
    }
    .homeGridRight .homeItemTop h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 5px;
    }
    .homeGridRight .homeItemPrice p {
        font-size: 12px;
        line-height: 16px;
    }
    .homeGridRight .themeRow,
    .sliderbox .themeRow{
        margin-right: -10px;
        margin-left: -10px;
    }
    .homeGridRight .themeRow .themeCol,
    .sliderbox .themeRow .themeCol {
        padding-right: 10px;
        padding-left: 10px;
    }

    #product-category .categoryPageArea{
        padding-bottom: 56px;
        padding-top: 56px;
    }
    #column-left #filterColumn {
        padding-right: 0;
    }
    .fiterSearchBox {
        margin-bottom: 34px;
    }
    .categoryMenu {
        padding: 17px 0 34px;
    }
    .thumbImgBox .thumb-img-sec {
        min-height: 85px;
    }
    .initial-section #dynamic_textfield {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .initial-section .first-initial-section {
        padding-left: 0;
        padding-right: 0;
        margin-top: 17px;
    }
    #product-category #product-list-aj {
        padding-left: 0;
    }
    .productContent .designImgDiv {
        width: 25%;
    }
    .selectColorArea .productContent .designImgDiv{
        max-width: 100px;
        width: 100px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText p {
        line-height: 18px;
    }

    .cart-table tbody tr.cart-row td:nth-child(2){
        max-width: 266px;
    }
    .cart-table tbody tr td .cartItemInfo {
        min-width: 210px;
    }
    .cart-table tbody tr.cart-row td .itemNo {
        line-height: 16px;
    }
/*    [role="tooltip"].tooltip {
      display: none !important;
    }*/

    .popUpImg .popupNote.popupNoteCell {
        display: block;
    }
    .popUpImg .popupNote.popupNoteDesk {
        display: none;
    }
    
    #checkout-checkout form.ship_add_form {
        margin-right: 0;
        margin-left: 0;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    .custom-radio-btn .radio-btn{
        padding-left: 30px !important;
    }
    .arrivalDate {
        padding-left: 30px;
    }
    .multiShippAdd .addressSearch{
        margin-bottom: 24px;
    }
    .addNewLocation {
        padding-bottom: 24px;
    }
    .continueBtnBox {
        margin-top: 24px;
    }
    .orderDetailBox {
        background: #FFFFFF;
        border-radius: 0;
        padding: 24px 16px;
    }
    
    .textOutOfStock{
        font-size:18px;
        line-height:22px;
        color: #53565A; 
    }
    
    .pageNotFoundTitle h1 {
        font-size: 110px;
        line-height: 120px;
    }
    
    .account-section {
        padding-right: 0;
    }
    #personal-details {
        padding-left: 0;
    }
    .accountInfoArea {
        padding-top: 45px;
        padding-bottom: 85px;
    }
    
    #my-order .content-wrapper {
        padding-bottom: 40px;
    }
    #my-order .table>tbody>tr>td, 
    #my-order .table>tbody>tr>th, 
    #my-order .table>tfoot>tr>td, 
    #my-order .table>tfoot>tr>th, 
    #my-order .table>thead>tr>td, 
    #my-order .table>thead>tr>th{
        padding: 10px 7px;
    }
    #my-order .table>tbody>tr>td:nth-child(1), 
    #my-order .table>tbody>tr>th:nth-child(1) {
        padding-left: 14px;
    }
    #my-order .table>tbody>tr>td:nth-last-child(1), 
    #my-order .table>tbody>tr>th:nth-last-child(1) {
        padding-right: 14px;
    }
    
    /* #common-success .successPageBox {
        padding: 56px 0;
    } */
    .successPageBox .successPageLinks {
        padding-top: 20px;
    }
    .checkoutArea {
        min-height: calc(100vh - 364px);
    }
     .sign-up-input{
       min-width: 180px;
    }
    .sign-up-btn{
        margin-left: 16px;
        max-width: 180px;
    }
    .textOutOfStock {
       top: 20%;
    }
    .noProductFound .coming-soon-section{
        padding: 12px;
     }
     #billing_state_err, #emaildiff_err, #zone_id_ship_err {
        padding-right: 0;
    }
    .address-fields .add-block:nth-child(odd),.address-fields .add-block:nth-child(even){
        padding: 0 10px;
    }
}
@media(max-width: 1033px){
    .featured .card-box .bottom {
        font-size: 35px;
    }
}
@media ( min-width: 767px ) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    #column-left #filterColumn{
        display: block !important;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 767.98px) {
    .summaryTextBot:nth-last-of-type(1) {
    padding-right: 30px;
}
    
    #select_type_form .form-group input,
#select_type_form-adv .form-group input{
    font-size: 14px;
    padding: 8px;
}
    #menu .dropdown .dropdownSubmenu:hover .dropdown-submenu{
        display: block;
    }
    #menu .dropdown:hover .dropdown-menu{
        display: block;
    }
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    /* ADA CSS */
    .swiper-viewport .swiper-slide img {
        padding-top: 0 !important;
    }
    #product-category #carousel0 .swiper-wrapper a{
      margin-top:24px !important;
   }
    /* ADA CSS End*/
}

/*@media(min-width:992px){
    .showOrderDetails{
        display: block !important;
    }
}*/

@media(min-width:767.98px){
    .form-account .form-group:nth-child(even),.form-password .form-group:nth-child(even){padding-right: 10px;}
    /*    .form-address .form-group:nth-child(odd) {padding-right: 10px;}
    .form-address .form-group:nth-child(even) {padding-left: 10px;}*/
    .pr-10{padding-right: 10px;}
    .pl-10{padding-left: 10px;}
    .form-password .form-group:nth-child(odd){padding-left: 10px;}
    #change-password .col-sm-12,#address-book .col-sm-12,#address-entries .col-sm-12{padding: 0;}
    .border-bot{display: block !important}
    
    .showOrderDetails{
        display: block !important;
    }
    
    #product .addToCartBtn #button_mc {
        display: none;
    }
    
}
@media (min-width: 768px){
.navbar2 {
    -ms-flex-direction: row;
    flex-direction: row;
    display:flex;
    margin-bottom: 0;
}
}
@media (min-width: 1100px) and (max-width:1334px){
    #checkout-cart .popUpImgBox a.popUpImg{
        height: 116px;
        max-width: 116px;
        min-width: 116px;
    }
    .personalize-view{
        width: 213px;
        min-width: 213px;
    }
}
@media(max-width:1250px){
    .cart-table tbody tr.cart-row td:nth-child(2) {
        max-width: 253px;
    }
}
@media(max-width:1100px){
    /* #search1 input[type="text"]{width:160px;} */
    /* #cartArea .cart-section .col-md-7 {
        max-width: 100%;
        flex: 100%;
    }
    #cartArea #checkout-cart .themeContainer .col-md-5{
        max-width: 100%;
        flex: 100%;
        width: 100%;
    } */
    #cartForm {
        width: 100%;
        /* min-width: 729px; */
        max-width: 100%;
    }
    .totalTable-wrapper{
        margin-bottom: 30px;
    }
}

@media (min-width: 991px) and (max-width:1100px){
    .productText{
        display: block;
    }
    .personalize-view{
        margin-left: 0;
        padding-left:0;
    }
    .personalize-view .personalization-child{
        padding-right: 0;
    }
    #checkout-cart .popUpImgBox a.popUpImg {
        width: 100%;
        height: 100px;
        max-width: 100px;
        min-width: 100px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 990.5px) and (max-width: 991.5px) {
    #headerArea .collapse:not(.show){
        display: flex !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
   .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
   }
   .pageBannerCaption .bannerText-welcome {
        font-family: 'BentonSans Bold';
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 48px */
        letter-spacing: -0.112px;
    }
}

@media (max-width:991.5px){
    #checkout-cart .popUpImgBox a.popUpImg {
        width: 100%;
        height: 100px;
        max-width: 100px;
        min-width: 100px;
    }
    .sizeChartImgBox .table {
        table-layout: initial;
    }
    #sizeChartModal.dashboardModal .modal-body{
        padding: 25px !important;
    }
    .orderInfoArea .col-md-3,.orderInfoArea .col-md-9{flex: 0 0 100%;max-width: 100%;}
    .themeTooltipBox{bottom: auto;}
    
    .totalTable-wrapper{
        margin-bottom: 30px;
    }
    #footerArea .news-letter .themeContainer {
        padding: 0 20px !important;
    }
    .table-responsive .table.cart-table {
        margin-bottom: 24px;
    }
    #checkout-cart.multiShippAdd .input-block .themeRow .themeCol:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    #checkout-cart.multiShippAdd .themeRow .themeCol {
        padding-left: 0px;
        padding-right: 8px;
    }
    #checkout-cart.multiShippAdd .input-block .themeRow .themeCol:nth-child(3) {
        padding-right: 0px;
    }
    .address-fields .add-block {
        width: 100%;
    }
    .add-detail-block .input-block .inputBox{
        margin-bottom: 16px;
    }
    #checkout-cart.multiShippAdd .themeContainer {
        padding: 0 20px;
    }
    .multiCartArea #pageTitle{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .img-desc {
        margin-bottom: 23.93px;
    }
    #footerArea .projectStartArea.breif-submit{
        margin-top: 17px;
    }
    .sign-up-content .email-input {
        width: 100%;
        max-width: 100%;
    }
    .sign-up-btn {
        margin-left: 16px;
        max-width: 100%;
    }
    #footerArea .footerCopyArea .themeContainer {
        padding: 0 25px !important;
    }
    .pageBannerCaption p, .pageBannerCaption .banner-text-bold {
        font-family: 'BentonSans Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.32px;
    }
    .pageBannerCaption{
        margin: 0 0px 0 0;
        max-width: 100%;
        justify-content: center;
    }
    .searchBox .searchMobileBtn img {
        width: 21px;
        height: 21px;
    }
    .searchBox .searchMobileBtn {
        left: -18px;
    }
    .stickyBox.productImageBox {
        width: calc(50% - 30px);
    }
    
    .shopCatBtnBox .shopCatBtnCol{
        margin-bottom: 30px;
    }
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(1){
        margin-bottom: 0px;
    }
    
    .selectItemBox .selectItemCol {
        margin-bottom: 15px;
    }  
    .selectItemBox .row .selectItemCol:nth-last-of-type(1) {
        margin-bottom: 0;
    }   
    
    .productDetailsBox .prodDetailList {
        height: auto !important;
    }
   
    .productDetailsBox .itemDetails {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .productDetailsBox .prodDetailPrice {
        height: auto !important;
    }
    .productDetailsBox .prodDetailPrice table tr:nth-last-child(1) td{
        border-bottom: 0 !important;
    }
    .product-thumb{
        margin-bottom: 24px;
    }
    .thumbImgBox .thumb-img-sec {
        min-height: 100%;
    }
    .itemDetailsHeader .itemPriceBox {
        min-width: 130px;
    }
    .itemDetailsHeader .itemShipTime {
        padding: 0;
        margin-left: 20px;
    }
    .productContent .sampleNoteDiv{
        display: block;
    }
    .productContent .sampleNoteDiv .priceTextDiv {
        margin-top: 10px;
    }
    .prodSizeChart {
        margin-bottom: 24px;
    }
    .addToCart {
        margin-bottom: 24px;
    }
    .backInStockForm .form-control {
        min-width: auto;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }

    .errorAlertBox .errorAlertInner {
        padding: 7px 16px;
        text-align: left;
    }
    .errorAlertBox p {
        text-align: left;
    }
    
    .cart-table tbody tr td .cartItemInfo {
        min-width: 150px;
    }
    
    .checkoutArea .checkoutGreyBg:after {
        left: 50%;
    }
    .checkoutArea .checkoutAddBtn, 
    .checkoutArea .checkoutBtn.checkout-btn-section {
        -webkit-box-direction:column-reverse;
        -webkit-flex-direction:column-reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
    }
    .checkoutArea .checkoutAddBtn .savebtn-mybuy,
    .checkoutArea .checkoutAddBtn .complete-order-btn-save{
        width: 100%;
        display: block;
    }
    #payment-btn .complete-order-btn {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
        margin-top: 20px;
    }
    .checkoutArea .checkoutAddBtn .cancelbtn-mybuy,
    .checkoutArea .checkoutBtn .return-cart-btn{
        width: 100%;
        display: block;
        margin-top: 24px;
    }
    .checkoutArea .checkoutBtn .checkout-btn,
    .checkoutArea .checkoutBtn .checkout-btn .themeBtn{
        width: 100%;
        display: block;
    }
    #payment-btn .payment-form-wrapper {
        margin-top: 20px !important;
    }
    .checkoutArea .leftColumn {
        padding: 40px 0 50px 10px;
    }
    .orderSummaryBox .summaryTextTop {
        margin-bottom: 24px;
    }
    .checkoutArea .panel-body .form-group {
        width: 100%;
    }
    .cloverlyMethodBox {
        margin-top: 24px;
    }
    .cloverly-method {
        padding: 16px 20px 19px;
    }
    .cloverly-method > label {
        padding-left: 20px;
    }
    
    #checkout-cart.multiShippAdd {
        padding-bottom: 48px;
    }
    .multiShippAdd .addressSearch {
        margin-bottom: 24px;
    }
    .addNewLocation {
        padding-top: 14px;
        padding-bottom: 24px;
    }
    .addressFieldsBox .scrollbar,
    .addressFieldsBox .clickNote{
        min-height: 24px
    }
    
    .customModal .modalBoxInner.confirmOrderBox {
        padding: 19px 0 9px;
    }
    .mfp-content img.mfp-img {
        padding: 40px 0;
    }
    .mfp-gallery .mfp-image-holder .mfp-close {
        right: 16px !important;
        top: 16px !important;
    }
    .mfp-container .mfp-arrow{
        width: 40px !important;
       height: 48px !important;
    }

    .order_detail #orderStatusArea {
        padding: 48px 0px;
    }
    #orderStatusArea .pageTitleBox {
        margin-bottom: 36px;
    }
    .orderInputBox {
        margin-bottom: 18px;
    }
    #OrderDetailArea {
        padding-bottom: 24px;
    }
    .order-detail-toggle__icon {
        fill: #D40029;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .order-cart-text{
        font-size: 14px;
    }
    .text--hide{
        display: none;
    }
    .productDetailsBox .prodDetailList .availableBox{border-bottom: 0;}
    
    .navbar-nav li a .fa-caret-down{left:0px;}
    .welcome-block,.apparel-block-1{width: 49%;}
    .nav-tabs li {padding: 10px 0px 10px 10px;}
    #collapse-checkout-confirm .panel-body{padding:0;}
    .grid-width{max-width: calc(100% - 40px)}
    .custom-block h1 br {display: none;}
    .custom-block h1{font-size: 34px;}
    .custom-block{padding: 12px;}
    .custom-block a{font-size: 12px !important;letter-spacing: 1px;}
    /*order page btn*/
    #account-order .orderInfoArea {
        padding: 35px 0;
    }
    .text--hide{
        display: none;
    }
    .flex--rev{
        flex-direction: column-reverse;
    }
    .sidebar-mobile--menu{ 
        display: block;
        background-color: #f7f7f7;
        border: 1px solid #B3B5BA;
        border-radius: 4px;
        padding: 10px 16px;
    }
    .sidebar{
        width: 100%;
    }
    .content-wrapper{ 
        width:100%;
    }
    .sidebar{
        display: none;
    }
    .show-sidebar{
        display: block;
    }  
    
    .order-txt,
    .informationBox.successPage .infoBoxBtn{
        margin-top: 24px;
    }
    
    .footerInfo {
        margin-bottom: 25px;
    }
    #footerArea .footerCopyright {
        display: flex;
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 16px;
    }
    .categoryPageArea .sort-section, .categoryPageArea .productDataRow.safariRow {
        padding-right: 0px;
   }
   .successPageBox .successPageTitle h1 {
        line-height: 39px;
    }
    /* table.table.tracking-table.draft-tbl tbody tr td,
    .table.total-table.draft-tbl table tbody tr td:nth-child(1) {
        padding-left: 24px !important;
    } */
    table.table.order-details--table.details-tbl tbody tr td:not(:first-child):not(:last-child) {
        padding-left: 51px !important;
    }
    .site_feedback_tracker.site_feedback_tracker-desktop{
        display: none;
    }
    .site_feedback_tracker_mobile{
        display: block;
    }
}
@media (max-width: 768px){
    .coming-soon-slider .swiper-viewport{
        text-align: center;
    }
    .coming-soon-slider .swiper-viewport .swiper-pagination{
        width: auto;
        background-color: #5B0E8B1A;
        border-radius: 28px;
        padding: 8px;
        line-height: 9px;
        display: inline-block;
        position: relative;
    }
    .coming-soon-slider .swiper-viewport .swiper-pagination-bullet{
            opacity: 1 !important;
    }
    .page-title{
        margin-top: 24px;
        margin-bottom: 16px;
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
        letter-spacing: -0.02em;
        text-align: center;
    }
    .checkoutArea{
        padding-bottom: 40px;
    }
    .coupa-checkout.checkoutArea{
        padding-bottom: 0px;
    }
    .coupa-checkout.checkoutArea #continue-section span #button-continue {
        margin-bottom: 40px !important;
    }
    #single-checkout .step-indicator, .successPageArea .step-indicator{
        width: 100%;
    }
    #single-checkout .step-indicator{
        margin-top: 0;
    }
    .checkoutArea .themeContainer{
        padding: 0 16px;
    }
    .checkoutArea .rightColumn,.checkoutArea .leftColumn{
        padding: 40px 0 0 0;
        width: 100%;
    }
    .checkoutArea .checkoutAddBtn .cancelbtn-mybuy, .checkoutArea .checkoutBtn .return-cart-btn{
        margin-top: 16px;
    }
    .checkoutArea .panelBox {
       margin-bottom: 37px;
    }
    .sign-up-btn{
        max-width: 100%;
    }
     .textOutOfStock {
        top: 40%;
    }
    .itemDetails.prodPricingBox .price-value-div{
        margin-bottom: 16px;
    }
  
}
@media only screen and (max-width: 766px){
    .shipping-left-border{border-right: 1px solid #D0D0D0;
    }
}
@media only screen and (max-width: 767.98px){
    #product-product .itemDetailsHeader .product-text li h2{
        font-size: 18px;
    }
    .continue-btn.cartBtnContinue .single-checkout-btn{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .productSearchArea .sort-section .form-group .btn-group{
        max-width: 100%;
    }
    .navbar-collapse.navbarCollapse.collapse.show{
        z-index: 99;
    }
    .searchBox .searchInputInner{
        background: #501B86;
    }
    .searchBox .searchInputDiv{
        background: #fff;
        border-radius: 28px;
    }
    div#search{
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        margin-left: 0;
        top: 70px;
        background: #501B86 !important;
    }
    .searchBox #search1 {
        position: absolute;
        top: 100%;
        left: -15px;
        right: -40px;
        z-index: 9;
        margin: 0;
    }
    .searchBox .searchInputInner{
        position: relative;
        padding: 20px 24px;
        background: #501B86;
        border: 0;
        border-radius: 0;
    }
    .bannerText-new, .bannerText-new span{
        font-size: 28px;
        line-height: 33.6px;
    }
    .brand-name{
        margin-left: 16px;
    }
    .d-none-des{
        display: block;
    }
    .d-none-mob{
        display: block;
    }
    #footerArea .themeContainer .container-fluid{
        padding: 0px !important;
    }
    .informationBox.Contact.Us {
    padding: 35px 0;
    }
    #product-product .container-fluid {
    padding: 0 !important;
    }
    .themeContainer, #product-category .categoryPageArea .themeContainer, #product-search .themeContainer, .readMoreArea .themeContainer, #product-product .themeContainer, #checkout-cart .themeContainer, #common-success .themeContainer, #error-not-found .themeContainer {
    padding: 0 16px;
    }
.personalized-section{margin: 0 -12px 24px;}
    .col-md-5.col-xs-12.right-panel.themeCol {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    }
.col-md-7.col-xs-12.left-panel.themeCol {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    }
.checkoutArea .leftColumn {
    padding: 0;
    }
.swiper-wrapper{margin-left: 0px;}
.shopFilterSection{display: flex;}

.pd-l-0,.pd-r-0{padding-left: 0 !important;padding-right: 0 !important;}
.homeGridRight.col-xs-6.flexCol {
    width: 100%;
}
.four-block-parent .homeGridRight.flexCol{padding-bottom: 12px;}
.swiper-viewport .swiper-slide img {
    padding: 24px 0 0;
}
.slider {
    width: 100%;
    margin: 0px auto 10px;
}
.swiper-slide {
    max-width: 100% !important;
}
.featured-program {
    padding: 0px 12px 0;
}
.featured-program:nth-last-of-type(2) {
    padding: 12px 12px 0;
}
.swiper-pagination {
    bottom: -40px !important;
}
.homeGridOverlay .gridOverlayText h3 {
    font-size: 18px;
    line-height: 21.6px;
}
.sign-up-content h4{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.sign-up-content p {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.sign-up-input{
    width:100%;
    margin-top: 16px;
    max-width: 100% !important;
}
.sign-up-btn{
    width: 100%;
    margin: 0px 0 20px;
    max-width: 100%;
}
.sign-up-content {
    padding: 24px 24px 20px;
}
.projectStartBox {
    justify-content: left;
}
#footerArea .projectStartArea.breif-submit {
    padding: 24px;
}
.navBarFlex.navbar-expand-sm .navbar-nav .dropdown-menu{
    position: relative;
    border-radius: 0;
    min-height: auto;
}
.navBarFlex li.dropdown::before,.navBarFlex li.dropdown::after,.navBarFlex li.nav-item2::before,.navBarFlex li.nav-item2::after{
    top:22px;
}
.headerMenuBox {
    margin-right: 0;
    padding: 0px 0 0px !important;
}
li.nav-item.dropdown:nth-last-of-type(1):before,li.nav-item.dropdown:nth-last-of-type(1):after {
    content: none;
}
.themeContainer{padding: 0 20px;}
table.table.order-details--table tr td,table.table.order-details--rows---table tr td{
    border-top: 1px solid #B3B5BA;
    border-left: 1px solid #b3b5ba;
    border-right: 1px solid #b3b5ba;
}
.cust-class .col-12{padding-left: 0px;padding-right: 0px;}
/*.themeRow .themeCol, .product-layout {
    padding-right: 0px;
    padding-left: 0px;
}*/

.alsoLikeArea .themeContainer{padding: 0 12px;}

.alsoLikeArea .themeContainer .row {
    margin-right: 0;
    margin-left: 0;
}
.alsoLikeArea .themeContainer .container-fluid {padding: 0;}
.cart-btn-section,button#button-cart{width: 100%;}
.subMenuContainer .row .category-block .block-2 {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.navBarFlex li a.nav-link, .navBarFlex li a.nav-link2{
    padding: 12px !important;
    max-width: 100%;
    z-index: 9999 !important;
    position: relative;
}
.subMenuContainer {
    padding: 24px 12px;
}
.respBtn {
    position: relative!important;
    bottom: 0;
    width: 100%;
    order: 2;
    min-width: 100%;
    margin-right: 0;
}
.category-block {
    width: 100%;
}
.headerCartBox ul li .userButton .dropdown-menu.show {
    top: 20px !important;
    left: 25px !important;
}
li.nav-item.dropdown.active a, li.nav-item2 .active a {
    font-family: 'BentonSans Regular';
}
#product-category .categoryPageArea, #product-product, #product-search .productSearchArea {
    padding-top: 24px;
}

/* #pageTitle {
    padding: 22px 50px;
    height: 68px !important;
} */
#pageTitle .pageTitleBox h1 {
    font-size: 25px;
    line-height: 30px;
}
.paginationBox .pagination li a, .paginationBox .pagination li span {
    font-size: 12px;
    padding: 0;
}
.mb-24{margin-bottom: 24px;}
.sort-section .form-group {
    width: 50%;
}
.categoryPageArea .sort-section .btn-group {
    max-width: 100%;
}
#filterColumn{
    display: none;
    padding: 24px !important;
    padding-top: 0px !important;
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 0;
    width: calc(100% + 10px);
    left: -5px;
    right: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
/* .sortText{display: none;} */
#logo img{max-height: 35px; max-width: 83px;}
#headerArea .logo-section {
    padding: 26px 0 26px;
}
.sortDropdown .multiselect-selected-text{text-align: right;padding-left: 20px;}
#headerArea .container-fluid {
    padding: 0;
}
.itemBoxIcon .itemIconTooltip{left:auto;right:auto;}
   .addNewLocation {
     margin-top:0px !important;
}
    #mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1), #mainCart .scroll-table tbody td:nth-child(2), #mainCart .scroll-table tfoot td:nth-child(2), #mainCart .scroll-table thead th:nth-child(2) {
        position: -webkit-unset;
        position: unset;
        left: 0px;
        z-index: 10;
    }
    #mainCart .scroll-table tbody td:nth-child(2), #mainCart .scroll-table tfoot td:nth-child(2), #mainCart .scroll-table thead th:nth-child(2){
        left: 386px;
    }
    .stickyCartBtn {
        position: unset;
        right: 26px;
    }
    #mainCart .table-bordered tbody tr td .size-modal-popup{
        z-index: 9999 !important
    }
/*    .multiCartArea .btnWhiteBg, .multiCartArea .btn.btnWhiteBg {
        padding: 14px 15px;
        margin-right: 33px;
    }*/
    #mainCart .scroll-table {
        max-width: 100%!important;
        width: 100%;
        margin: auto;
    }
    .cart-table.multiCartArea #mainCart{
        padding: 0 5px;
    }

    #mainCart .table-bordered tbody tr td .size-modal-popup {
        left: 0!important;
        top: 5%!important;
        /* transform:initial !important; */
        /* transform: translateX(0)!important; */
        transform: translate(0%, 0%)!important;
        width: 390px !important;
        position: fixed!important;
        right: 0 !important;
        margin: 0 auto!important;
        max-width: 350px;
    }
    #mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup, #mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup {
    right: 0% !important;
    top: 50% !important;
    transform: translateY(-51%) !important;
    left: 0!important;
    width: 390px !important;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content, #mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content {
    margin-right: 0px;
    margin-left: 0;
}
#mainCart table{padding-top: 24px;}
.cart-table.multiCartArea .container-fluid,.cart-table.multiCartArea .col-12{padding: 0;}
.multiCartArea{padding-bottom: 50px;}

    #mainCart .table-bordered tbody tr td .size-modal-popup .modal-dialog {
        max-width: 350px !important;
        box-shadow: none;
    }
        
    #mainCart .table-bordered tbody tr td .size-modal-popup .modal-content {
        margin-left: 12px;
        background: #f5f5f5;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.5);
    }
    .location-modal .modal-dialog .modal-content{
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.50);
    }
    
    #mainCart  .size-input-am input{
        height: 38px;
    }
    
    #mainCart  .size-input-am{
        margin-bottom: 15px;
    }
    
    #mainCart .size-input-am input{
        margin: 3px auto 6px;
    }
  
    #mainCart .location-modal.modal {
        position: fixed;
        top: 0% !important;
        left: 0;
        right: 0;
        transform: unset;
        margin: auto !important;
        max-width: 350px;
        width: 100%;
    }

    .modal-open #mainCart .scroll-table{
        overflow: visible !important;
    }
    #mainCart .edit-info-form:before{display: none;}
/*    #mainCart .location-modal.modal{
        margin-top: 200px!important;
        margin-left: 35px!important;
        margin-right: 35px!important;
    }
    */
    .size-modal-popup .modal-content:after,.size-modal-popup .modal-content:before{display: none!important;}

    .scroll-button .scroll-btn {
        display: none;
    }
    .multiShippAdd .addressFieldsBox {
        margin-right: 0;
        margin-left: 0;
    }
    #mainCart .scroll-table thead th:nth-child(1) {
        min-width: 200px;
    }
     #mainCart .scroll-table thead th:nth-child(2), #mainCart .scroll-table td:nth-child(2) {
        left: 200px;
    }
    #mainCart .table tfoot #grand-total .grand-total {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 10px;
        position:relative;
    }
    .address-section {
        display: block;
    }
    .address-detail,
    .qty-detail{
        width: 100%;
        padding: 10px;
    }
    #mainCart .table tfoot #total-shipping td {
        padding: 20px 10px;
    }
    .stickyCartBtnBox {
        left: 200px;
    }
    #mainCart .table tfoot #grand-total td{
        padding: 20px 10px;
    }
    .main-total ul li {
        font-size: 12px;
        line-height: 14px;
    }
    .orderStatusDetail .themeContainer {
        padding: 0;
    }
    .orderStatusDetail .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .successPageArea .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .orderStatusDetail .themeRow .themeCol,
    .successPageArea .themeRow .themeCol{
        padding-right: 0;
        padding-left: 0;
    }
    .successPage {
        margin-bottom: 36px;
    }
    .successPageBox h1 {
        font-size: 36px;
        line-height: 36px;
    }
    
    #orderStatusArea{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .customModal .modal-header {
        padding: 24px 18px 12px;
        border-bottom: 0;
    }
    .customModal .modal-title {
        margin-bottom: 0 !important;
    }
    .customModal .modal-header .close {
        right: 16px;
    }
    .customModal .modal-body {
        position: relative;
        padding: 0 16px;
    }
    .customModal .modal-footer {
        padding: 24px 16px 30px;
    }
    .customModal .modal-footer .themeBtn {
        max-width: 100%;
        width: 100%;
    }
    
   
    .customModal .modal-footer .themeBtn.btnCancel,
    .customModal .modal-footer .themeBtn.btnBackTo{
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .customModal .modal-footer .btn.btnSubmit {
        margin-left: 0;
    }
    #previewModal.customModal .modal-header {
        padding: 18px 16px 16px;
    }
    #previewModal.customModal .modal-header .close {
        top: 18px;
    }
    #confirmModal.customModal .modal-dialog {
        width: 100%;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    #orderStatusArea #content{
        min-height: calc(100vh - 382px);
    }
    #information-information{
        min-height: calc(100vh - 195px) !important;
    }
    
    #orderStatusArea{
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }

    #error-not-found .themeContainer,
    #common-maintenance .themeContainer{
        padding: 0 12px;
    }
    .prodPricingBox .mb-24, .prodPricingBox .mb-24+.themeCol {
    padding: 0 !important;
}
.paginationBox .pagination{justify-content: center;}
#select_type_form .form-group input,
#select_type_form-adv .form-group input,
#select_type_form select,
#select_type_form-adv select{padding: 8px;}
.z-index-9999 {
    z-index: 999;
}
.orderInfoArea .container-fluid,.orderInfoArea .themeCol,.orderInfoArea .col-12{padding: 0 !important;}
.col-sm-6.col-6.from-main.themeCol {
    padding-right: 6px;
}
.col-sm-6.col-6.to-main.themeCol {
    padding-left: 6px;
}
.menu-section .dropdown-menu2{position: relative;}
 .dashboardModal .modal-footer .btn+.btn {
        margin-top: 0px;
        margin-left: 15px;
        min-width: 160px;
}
}
@media (max-width:767.98px) {
    #totalMOQ{
        line-height: 25.5px;
        font-size: 20.5px;
    }
    .qty-input-section input[type="text"].form-control{
        line-height: 14.5;
        font-size: 20px;
        padding-top: 13px;
    }
    .orderInfoBox .my-order-info .product-size span, .orderInfoBox .my-order-info .product-color span{
        display: inline-block;
    }
    .coupon-code-section .coupon-code-input-block .coupon-btn {
        width: 100%;
        border-radius: 4px;
        margin-top: 12px;
        margin-left: 0px;
    }
    .coupon-code-section .clearable{
        max-width: 100%;
        display: block;
    }
    .coupon-code-section .coupon-code-input-block .searchinput{
        border-radius: 4px;
    }
    .coupon-code-input-block.d-flex{
        display: block !important;
    }
    .table.tracking-table .orderResPon{
        border-right: 1px solid #D0D0D0 !important;
    }
    .table.tracking-table .orderResponsive{
        border-left: 1px solid #D0D0D0 !important;
    }
    .multiCartArea#multi-cart-pg .col-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #common-success .themeContainer .container-fluid,#common-success .themeContainer #content.col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    .checkoutArea #steps-buttons{
        display: block;
    }
    .checkoutArea #continue-section span.checkout-btn {
        width: 100%;
        margin-top: 28px;
    }
    .checkoutArea #continue-section span #button-continue {
        width: 100%;
    }
    .shippingchartModal-div .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }
    #pdpSideBar .productSideBtn{
        display: block !important;
    }
    #pdpSideBar .productSideBtn button {
        width: 100%;
    }
    #pdpSideBar .productSideBtn button.view-cart-btn {
        margin-bottom: 16px;
    }
    #productDetails #product-product #content.col-12{
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
    #checkout-cart.multiShippAdd #content.col-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #checkout-cart.multiShippAdd .themeContainer .col-md-5 {
        padding-right: 0 !important;
        padding-left: 0px !important;
    }
    #checkout-cart.multiShippAdd .themeContainer .add-right-block {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .cart-table tbody tr.sub-row {
        margin-left: -22px !important;
        margin-right: -22px !important;
        flex-wrap: nowrap !important;
    }
    /*    .cart-table tbody tr.sub-row td {
            padding: 15px 16px !important;
        }*/
    .themeContainer.navbar-expand-lg.padd-sm-0 {
        padding: 0px 0px !important;
    }
    #checkout-cart .themeContainer .col-md-5,
    #checkout-cart .themeContainer .col-lg-5 {
        padding-right: 0;
        padding-left: 0;
    }
    #checkout-cart.multiShippAdd {
        padding-top: 40px;
    }
    .multiShippAdd .addressSearch {
        margin-bottom: 34px;
    }
    .address-fields .add-list-group-item {
        padding-left: 0;
    }
    #checkout-cart .themeContainer .add-right-block{
        padding-right: 0;
        padding-left: 0;
    }
    .address-fields .add-list-group-item {
        margin-bottom: 4px;
    }
    #add-new-loc, #save-continue,
    #return-to-cart-btn {
       width: 100% !important;
    }
    #return-to-cart-btn {
        margin-bottom: 16px;
    }
    #add-new-loc, #save-continue {
       width: 100% !important;
    }
    #checkout-cart.multiShippAdd {
        padding-bottom: 40px;
    }
    #checkout-cart .themeContainer #content{
        padding-left: 0;
        padding-right: 0;
    }
    .productImageBox .magnify {
    z-index: 99;
    width: auto;
    margin: auto;
}
    .productText{
        flex-wrap: wrap;
    }
    .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.navbar-collapse{
    position: static !important;
    width: 100%;
}  
.navbarCollapse{
    position: absolute !important;
}
/* .brand-name{
    display: none;
} */
/* .cart-table tbody tr.cart-row td:nth-child(1){
    border-top: 1px solid;
} */
.cart-table tbody tr.cart-row{
    border-top: none;
}
.cart-table tbody .img-thumbnail{
    width: 100px;
    height: 100px;
}
    .userBtn img{
        width: 35px;
        height: 35px;
    }
    .cart-row .d-none-mob{
        display: none;
    }
    .cart-row{
        flex-wrap: nowrap !important;
    }

.navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    
    .mfp-wrap {
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100vh !important;
        position: fixed !important;
        overflow: auto;
    }

    #checkout-cart,
    #information-information,
    #error-not-found,
    #common-maintenance{
        min-height: -webkit-calc(100vh - 233px);
        min-height: -moz-calc(100vh - 233px);
        min-height: -o-calc(100vh - 233px);
        min-height: -ms-calc(100vh - 233px);
        min-height: calc(100vh - 233px);
    }
    #orderStatusArea #content {
        min-height: -webkit-calc(100vh - 371px);
        min-height: -moz-calc(100vh - 371px);
        min-height: -o-calc(100vh - 371px);
        min-height: -ms-calc(100vh - 371px);
        min-height: calc(100vh - 371px);
    }
    #checkout-cart .tax-section{
        display: block;
    }
    #checkout-cart .totalTableArea {
        margin-top: 8px;
    }
    .navBarFlex.navbar-expand-sm .navbar-collapse{
        display: block !important;
}
    .navBarFlex li.dropdown, .navBarFlex li.nav-item2{
        position: relative;
    }
    .navBarFlex li.dropdown::after, .navBarFlex li.nav-item2::after {
        content: '';
        width: 18px;
        height: 1.6px;
        background: #ffffff;
        padding-left: 5px;
        color: #ffffff;
        position: absolute;
        right: 18px;
        top: 11px;
    }
    .navBarFlex li.dropdown::before, .navBarFlex li.nav-item2::before {
        content: '';
        width: 17px;
        height: 1.5px;
        background: #ffffff;
        padding-left: 5px;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        right: 18px;
        top: 11px;
        transform: rotate(90deg);
    }
    .navBarFlex li.dropdown.show::before , .navBarFlex li.nav-item2.active::before {
        display: none;
    }
    .navbar2{
        flex-direction: column;
    }
    .email-input-section {
        display: block;
        width: 100%;
    }
    .customModal .modal-dialog{
        padding: 20px !important;
        /* margin-top: 113px !important; */
    }
    #address-modal.customModal .modal-dialog {
        max-width: 100% !important;
    }
    #address-modal.customModal .modal-header {
        padding: 24px 20px;
        padding-bottom: 0;
    }
    #address-modal .btnWhiteBg{
        margin-top: 8px;
    }
    #address-modal.customModal .modal-footer {
        padding: 0px 20px 24px;
        display: block !important;
    }
    #address-modal #my_new_form_submit{
        margin-top: 24px;
    }
    #address-modal.customModal .modal-body {
        padding: 0 20px;
    }
    ul.navbar2,.navBarFlex{
        max-height: 100% !important;
        min-height: 100% !important;
    }
    ul.navbar2{
        margin-bottom: 0;
    }
    .multiCartArea #pageTitle .pageTitleBox h1 {
        font-size: 22px;
        line-height: 120px;
    }
    #multi-cart-pg .themeContainer {
        padding: 0 16px !important;
    }
    .cart-table.multiCartArea #mainCart {
        /* padding: 0 5px; */
        padding-left: 0;
        padding-right: 20px;
    } 
    .button-brief img {
        bottom: 32px;
    }
   .backToHome {
        display: none;
        padding: 14px 20px;
        border-bottom: 1px solid #DFDFDF;
    }
    .backToHome a {
        display: block;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        font-family: 'BentonSans Regular';
    }
     .backToHome a span {
        font-family: 'BentonSans Bold';
        font-size: 12px;
        font-style: normal;
        font-weight: 900;
        line-height: 12px;
    }
    .itemGridTwo .itemGridTitle h3 {
        font-size: 16px;
        line-height: 19.2px;
    }
    .table>tbody+tbody {
        /* border: none; */
        border-top: 1px solid #B3B5BA;
        padding-top: 24px;
        display: block;
        width: calc(100% + 24px);
        margin-left: -12px;
        /* margin-top: 24px; */
    }
    .cart-table tbody tr.sub-row {
        margin-left: -16px !important;
        margin-right: -16px !important;
        flex-wrap: nowrap !important;
    }
    .button-brief::before {
        bottom: 24px;
    }
    #footerArea .news-letter .themeContainer {
        padding: 0 16px !important;
    }
    .itemGridTwo .itemGridTitle p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .itemGridTwo .itemGridTitle p {
        font-size: 16px;
        line-height: 19.2px;
    }
    .itemGridTwo .itemGridInfo {
        margin-top: 8px;
    }
    .feature-head p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
        margin-top: 39px;
    }
    .cust-col-banner.col-lg-3, .homeGridRight.col-lg-3.flexCol {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 16px;
    }
    #product-category.homePageCategory .themeContainer{
        padding: 0 8px !important;
    }
    #homeGridBlockOne h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .footerCopyArea .footerCopyMenu .list-unstyled{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }
    #product-category #pageTitle{
        padding: 20px 50px 0px 50px;
        height: auto !important;
    }
    
.table>tbody+tbody {
    /* border: none; */
    border-top: 1px solid #B3B5BA;
    padding-top: 24px;
    display: block;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-top: 24px;
}
.table tbody.xs-hidden+tbody {
    /* border-top: 1px solid #B3B5BA; */
    border: 0;
    padding-top: 24px;
    display: block;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-top: 11px;
}
tbody.xs-hidden.hiddenCartTbody {
    border: none;
    padding: 0;
    margin: 0;
}
.table tbody+tbody .cart-row,.table tbody+tbody .sub-row{padding: 0 12px;}
.table tbody.xs-hidden+tbody .cart-row,.table tbody.xs-hidden+tbody .sub-row{padding: 0 12px;}

    #content.cart-section {
    padding: 0;
}
    .alsoLikeArea .alsoLikeTitle h3{text-align:center;}
    .leftColumn .fn-total .fn-t-row {
    margin-bottom: 0;
    /* padding-right: 12px;
    padding-left: 12px; */
}
    .itemTotalPrice {
    padding-right: 0px;
     width: auto;
    margin-top: 0;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
   
}
    .checkoutArea .themeContainer,.homePageCategory .themeContainer {
    padding: 0 12px;
}
.categoryPageArea .container-fluid {
    padding: 0 !important;
}
.row.themeRow {
    margin: 0;
}
.row{margin: 0;}
.coupa-checkout .row{margin-left: -15px; margin-right: -15px;}
.checkoutCartBox .row {
    margin: 0 -15px;
}
    .reloadPageBox .relodaPageIcon{right: 10px;}
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #product-product .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #error-not-found .themeContainer {
        padding: 0 16px;
    }

    .reloadPageBox .alert-danger {
        padding: 10px 80px 12px 20px;
    }
    .reloadPageBox .closeIcon{margin-left: 15px;}
    .reloadPageBox .reloadPageText p {
        font-size: 16px;
        line-height: 24px;
    }
    .reloadPageBox .reloadPageText {
    text-align: left;
}
.orderSummaryBox .itemInfoTop {
    padding-right: 20px;
}
    .navBarFlex li {
    margin-right: 0;
    }
      .padd-sm-0{
        padding: 0 !important;
    }
    .searchBox .form-control, .searchBox .form-control:focus {
        width: 100%;
    }
    .shopByCatBox {
        padding: 24px 0 0 0;
        border-bottom: 0;
    }
    .shopByCatTitle {
        margin-bottom: 16px;
    }
    .shopByCatTitle h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }
    
    .shopCatBtnBox .shopCatBtnCol,
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(2){
        margin-bottom: 16px;
    }
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(1){
        margin-bottom: 0px;
    }
    
    .shopCatBtnBox .themeBtn {
        padding: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .giftBox .giftBoxBtn .themeBtn{
        max-width: 100%;
    }

    .successPageArea .themeContainer {
        padding: 0;
    }
    .themeRow,
    #product-list {
        margin-right: -10px;
        margin-left: -10px;
    }
    .themeRow .themeCol,
    .product-layout {
        padding-right: 8px;
        padding-left: 8px;
    }

    .customtumbnails{
        overflow: auto !important;
    }
    
    .captchaRow{
        margin-right: 0;
        padding-right: 30px;
    }
    #captcha .captchaIcon{
        right: 0;
    }
    
    .headerParentBox.flexCenter{
        display: block;
    }
    #headerArea .headerInnerBox,
    #headerArea.signUpHeader .headerInnerBox{
        min-height: 96px;
    }
    #menu .navbar-nav {
        margin: 0;
    }
    #menu .nav li.dropdown .dropdown-menu{
        display: none;
        background-color: #FFFFFF;
        position: relative;
        width: 100%;
        margin: 0 !important;
        left: 0;
        border-radius: 0;
        transform: translateX(0);
    }
    #menu .nav li .dropdown-menu:after,
    #menu .nav li .dropdown-menu:before,
    #menu .dropdown-menu .dropdown-submenu:before,
    #menu .dropdown-menu .dropdown-submenu:after{
        display: none;
    }
    #menu .nav li.dropdown.open .dropdown-menu{
        display: block;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .nav li {
        margin-left: 0;
        border-top: 1px solid #96918B;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    } 
    #menu .dropdown-inner ul, 
    .headerCartBox ul li .dropdown-inner ul {
        padding-bottom: 0;
        padding-top: 0;
    }
    #menu .dropdown-menu .dropdown-submenu {
        position: relative;
        left: 0;
        margin: 0 -20px;
        border-radius: 0;
        border: 0;
        padding: 0;
        top: 0;
        background-color: #f7f7f7;
    }
    #menu .dropdown .dropdownSubmenu .subMenuLink:hover .subMenuLinkIcon img{
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
                -ms-transform: rotateX(0deg);
    }
    #menu .dropdown .dropdownSubmenu.openSubmenu .subMenuLink .subMenuLinkIcon img{
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
                -ms-transform: rotateX(180deg);
    }
    #menu .dropdown-menu .openSubmenu .dropdown-submenu{
        display: block;
    }
    .navBarFlex li a.nav-link, .navBarFlex li a.nav-link2,  .navBarFlex li a.nav-link3{
        font-family: 'BentonSans Regular';
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }
    .navBarFlex li.active {
    background: none;
    }
    .navbar-collapse{
        background: #501B86;
    }
    .subMenuContainer {
    padding: 12px 12px 30px;
   }
   
   .respBtn{
    position: absolute !important;
    bottom: 8px;
   }
   .sub-menu-title{
    display: none;
   }
    .ord-sum{
        padding-left: 0px;
    }
    .gray-sec{
            margin-bottom: 10px;
    }
    .qt-sec{
       height: 48px;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .searchInputBox {
        padding: 10px 20px;
    }
    .searchBox #search1 .userBtn {
        right: 20px;
        top: 10px;
    }
    .headerCartBox {
        margin-left: 0;
    }
    .headerBoxTwo .themeContainer {
        padding: 0 0px;
    }
    .headerBoxTwo .headerTwoInner {
        padding: 15px 0;
    }
    .headerBoxTwo .headerTwoLeft{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
    }
    .headerBoxTwo .headerTwoLogo {
        margin-right: 8px;
    }
    .headerBoxTwo .navbar-toggle {
        float: none;
        margin: 0;
        border: 0;
    }
    .headerBoxTwo .navbar-collapse {
        left: 0px;
        right: 0px;
        z-index: 98;
        background: #FFFFFF;
        box-shadow: 0px 1px 0px #B1ADA6;
    }
    .headerBoxTwo .navbar-collapse .navbar-nav {
        margin: 0;
        padding: 0 20px 10px;
    }
    .headerBoxTwo .navbar-nav>li {
        margin-left: 0;
    }
    .headerBoxTwo .navbar-nav>li>a {
        padding: 5px 0;
    }
    .searchBox #search1 {
        left: 0;
        right: -20px;
    }
    .searchBox .searchInputInner {
        padding: 20px 20px;
        margin-left: -10px;
        margin-right: -32px;
    }
    #headerArea .signUpLink a {
        padding: 20px 0;
    }
    
    #pageTitle {
        padding: 24px 24px 32px;
    }
    .pageBanner img {
        height: 325px;
        /* object-fit: cover; */
    }
    .pageBannerCaption {
        padding: 70px 32px 70px 16px;
        position: absolute;
        top: 0;
        transform: none;
        max-width: 100%;
        min-width: 100%;
        /* background: rgba(115, 38, 217, 0.10); */
        margin: 0;
    }
    .pageBannerCaption {
        min-width: 100%;
    }
    .pageBannerCaption p {
        margin-top: 14px;
    }
    .pageBannerCaption .bannerText-welcome{
        max-width: 100%;
        text-align: left;
        margin: 0 auto;
    }
    .pageBannerCaption p {
        max-width: 278px;
        text-align: left;
        width: 100%;
    }
    .pageBannerCaption h4 {
        font-size: 36px;
        line-height: 42px;
    }
    #homeGridBlockOne{
        margin-bottom: 0 !important;
    }
    #product-category.homePageCategory {
        padding-bottom: 24px;
    }
    .homeCategoryGrids {
        padding-top: 24px;
    }
    .homeCatTitle {
        margin-bottom: 23px;
        padding: 0 20px;
    }
    .homeCategoryGrids .themeContainer,
    .homeCategoryGrids .container-fluid{
        padding: 0;
    }
    .homePageCategory .themeRow {
        margin-right: 0;
        margin-left: 0;
    }
    .homePageCategory .themeRow .themeCol {
        padding-right: 0;
        padding-left: 0;
    }
    .homeGridLeft.homeItemGrid img {
        position: relative;
    }
    .homeGridOverlay .gridOverlayText h3 {
        font-size: 28px;
        line-height: 38px;
    }
    #homeGridBlockOne,
    #homeGridBlockTwo{
        margin-bottom: 20px;
    }
    #homeGridBlockOne .row,
    #homeGridBlockTwo .row {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .featured .card-box{
        padding: 10px;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 130px;
    }
    .featured .card-box .arrow.top {
       
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .featured .card-box .arrow.top img{
        width: 45px;
        height: 30px;
    }
    .featured .card-box .bottom {
        font-family: 'BentonSans Light';
        font-size: 30px;
        font-weight: 300;
        line-height: 33px;
        letter-spacing: -0.02em;
        text-align: left;
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #ffffff;
        max-width: 118px;
    }
    .itemGridTwo {
        margin-top: 20px;
    }
    .itemGridTwo .itemGridContent {
        padding-top: 9px;
    }
    .homeGridLeft .homeItemTop h3 {
        max-width: 100%;
    }
    .homeGridRight .homeItemBtn .themeBtn {
        padding: 8px 12px;
        line-height: 30px;
    }
    
    #product-category .categoryPageArea,
    #product-product,
    #product-search .productSearchArea{
        padding-top: 56px;
    }
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer{
        padding: 0 5px;
    }
    #product-product .breadcrumb {
        padding: 0 0 24px 0;
    }
    .sort-section{
        display: block !important;
    }
    #product-category .sort-section{
        padding-left: 12px;
        padding-right: 12px;
    }
    .sortDropdown button {
        position: relative;
        width: 100%;
    }
    .sort-section .breadcrumb,
    .sort-section #input-sort{
        width:100%;
        float: none;
        margin-bottom: 16px;
    }
    .sort-section #input-sort{
        height: 36px;
        font-size: 12px;
        min-width: 163px;
        padding: 8px 16px;
        border-radius: 4px;
    }
    .fiterSearchBox {
        margin-bottom: 24px;
    }
    .themeTooltipBox {
        bottom: auto;
        min-width: 150px;
    }
    .themeTooltipBox .themeTooltipInner p{
        font-size: 12px;
        line-height: 16px;
    }

    .customModal.productListModal .modal-body {
        padding: 0 20px 30px;
    }
    .customModal .productModalText .modal-title {
        margin-bottom: 24px;
    }
    .productModalText .checkbox {
        margin-top: 24px;
    }
    .paginationBox .flexCenter {
        display: block;
        text-align: center;
    }
    .paginationBox .paginationText {
        margin-bottom: 10px;
    }

    .productDataRow .itemGridTwo {
        margin-bottom: 20px;
    }
    .itemBoxIcon .itemIconTooltip{
        left: 0;
        right: 10px;
        max-width: 100%;
        margin-left: 0;
        padding: 8px 10px;
        transform: translateY(0);
        min-width: 150px;
    }
    .itemBoxIcon .itemIconTooltip:before {
        left: 8px;
        transform: translateX(0%);
    }
    .itemBoxIcon .itemIconTooltip:after {
        left: 7px;
        transform: translateX(0%);
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0px;
    }
    .productDetailsBox .list-unstyled {
        margin: 0;
    }
    .product-thumb {
        margin-bottom: 73px;
    }
    .product-thumb h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .product-thumb .price {
        font-size: 16px;
        line-height: 22px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 100%;
    }
    #product-product .themeContainer .productDetailsBox{
        padding-left: 0;
    }
    .productImageBox {
        padding-right: 0;
        top: 0 !important;
    }
    .thumbnails {
        margin-bottom: 24px;
    }
    .thumbImgBox {
        padding-top: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mfp-figure figure {
        width: 100%;
        left: 0;
        transform: translateX(0%);
        max-width: 100%;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-right {
        right: 16px;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-left {
        left: 16px;
    }
    .stickyBox.productImageBox {
        width: 100% !important;
        top: 0 !important;
        position: relative !important;
    }
    .productDetailsBox .itemDetails {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    #product .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
    }
    .productDetailsBox h1 {
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 32px;
    }
    .colorSwatchesBox{
        margin-bottom: 24px;
    }
    .productDetailsBox .itemDetailsDiv {
        margin-top: 12px;
        margin-bottom: 0;
    }
    .productDetailsBox .prodDetailPrice table tr:last-child td {
        border-bottom: none !important;
    }
    .productDetailsBox .prodDetailList .moqBox {
        padding-bottom: 0;
    }
    #product-product .back-icon-div{
        display: none;
    }
    #product-product .product-right-section .back-icon-div{
        display: block !important;
        margin-bottom: 0;
    }
    .order-qty-n-price {
    margin-bottom: 0;
}
    #product .productContent .itemApproveText {
        margin: 18px 0 0;
    }
    #product .addToCartBox {
        margin: 24px 0 20px;
    }
    .itemApproveBox .itemApproveCheck,
    #product .addToCartBox #button_c{
        display: none;
    }
    #product .addToCartBtn #button_mc {
        display: block;
    }
    .itemDetailsHeader .itemDetails {
        margin-bottom: 24px;
    }
    .itemDetailsHeader .itemDetailsDiv {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .itemDetailsHeader .itemPriceBox {
        width: 160px;
    }
    .itemDetailsHeader .itemShipTime {
        margin-left: 33px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText p {
        line-height: 16px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText .itemZipError p{
        color: #D40029;
    }
    .itemZipcodeBox .zipcodeClose {
        right: 17px;
        top: 10px;
    }
    .toolTipBtn:before {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 100%;
        margin-bottom: 0;
        margin-top: 6px;
        transform: translateX(0%);
    }
    .toolTipBtn:after {
        border-top: 0;
        border-bottom: 6px solid #53565A;
        bottom: auto;
        top: 100%;
    }
    #tab-description #themeAccordion .panel-body {
        padding-bottom: 25px;
    }
    .addToCart {
        margin-bottom: 24px;
    }
    .alsoLikeArea {
        padding: 35px 0;
        margin-left: 16px;
        margin-right: 16px;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }
    .alsoLikeArea .customProductNameGrid {
        padding-top: 9px;
    }
    .alsoLikeArea .product-thumb {
        margin-bottom: 20px;
    }
    .alsoLikeArea .product-thumb .image {
        padding: 18px;
    }
    
    .checkoutArea .themeContainer,.homePageCategory .themeContainer {
        padding: 0 12px;
    }
    
    .checkoutArea .checkoutGreyBg:after {
        width: 0;
        display: none;
    }

    .checkoutArea .leftColumn {
        padding: 0;
    }
    .checkoutArea .rightColumn {
        padding: 0;
    }
    #checkout-checkout .themeContainer {
    padding: 0 12px;
    /* margin: 0 -12px; */
}
    .checkoutArea .cartHeaderArea {
        margin-bottom: 24px;
    }
    .checkoutArea .cartHeaderArea.flexBetween {
        display: block;
    }
    .checkoutArea .cartHeaderBtn{
        margin-top: 24px;
    }
    .checkoutArea .cartHeaderBtn .themeBtn {
        width: 100%;
    }
    .checkoutArea .table-responsive{
        margin-bottom: 0;
    }
    .checkoutArea .confirm-prod-table{
        display: block;
        margin-bottom: 0;
    }
    .checkoutArea .checkoutBtn {
        margin-top: 20px;
    }
    /*    .address-fields .add-block:nth-child(odd) {
            padding-right: 0;
        }
        .address-fields .add-block:nth-child(even) {
            padding-left: 0;
        }*/
    .address-fields .add-block {
        width: 100%;
    }
    
    .fn-total {float: initial;}    
    #collapse-checkout-confirm > .panel-body {padding: 0;margin-top: 0px;}
    .payment-form-wrapper {
        padding: 0px !important;
        margin: 0px auto 0 !important;
        min-height: 124px !important;
    }
    #headerArea {
        background: #501B86 !important;
    }
    .ship-text {flex: 0 1 10em;}
    .navbar-toggle{
        padding: 0;
        margin-right: 16px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 100;
    }
    #headerArea .logo-section {
    margin-left: 64px !important;
    }
    .userBtn {
    pointer-events: auto;
    cursor: pointer;
}
    #headerArea.signUpHeader.dfwsSignUpHeader {
    min-height: 96px !important;
}   
    #headerArea{
        min-height: 70px !important;
    }
    #headerArea .headerInnerBox{
        min-height: 70px;
    }
   .searchBox .searchMobileBtn{
    left: -18px;
   }
   .searchBox .searchMobileBtn img{
    width: 21px;
    height: 21px;
   }
    header .pdr-0{padding-left: 20px;}
    .headerMenuBox {
        margin-right: 0;
        padding: 31px 0 0;
    }
    #headerArea .menu-section {
        width: 100%;
    }
    .navbar{position: static;}
    .nav-link {
        display: block;
        padding: 0 0 24px 12px !important;
    }
    .nav-link.tabClick{padding:10px !important;} 
    #menu .nav li a{
        padding: 10px 20px;
        font-size: 15px;
        text-align: left;
        margin-left: 0;
    }
    #menu .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        padding: 0px;
        display: block;
    }
    #menu .nav > li > a > img {
        margin-left: 0;
        position: absolute;
        right: 20px;
    }
    #menu .nav li.dropdown:hover a img,
    #menu .nav li.dropdown:focus a img {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
    }
    #menu .nav li.dropdown.open a img {
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
    }
    #menu .nav li .dropdown-menu li, 
    .headerCartBox ul li .dropdown-inner ul li {
        padding: 0 20px;
    }
    .navbar-nav li a .fa-caret-down{left:5px;}
    .searchInputBox #searchField1,
    .searchBox:hover .searchInputBox #searchField1,
    .searchInputBox #searchField1:focus,
    .searchInputBox #searchField1:active{
        width: 100%;
    }
    #search1 input[type="text"] {
        width: 100%;
    }
    .searchBox .input-group {
        display: block;
    }
    .searchBox .input-group {
        width: 100%;
    }
    .searchBox .userBtn {
        position: absolute;
        right: 25px;
        top: 7px;
    }
    .headerCartBox ul li .headerIconDiv {
        padding: 16px 0;
    }
    .headerCartBox ul li .userButton .dropdown-menu {
        margin-top: -8px;
    }
    #checkout-cart .checkoutCartBox {
    padding: 0;
    }
     .welcome-block,.apparel-block-1,.apparel-block{width: 100%;margin-top: 20px;}
     .welcome-block{margin-top: 0;}
     .display-flex-space-bet-2{flex-wrap:wrap;}
     .nav-tabs li {padding: 10px 0px 10px 10px;}
     #product-product .themeContainer .productImageBox.thumbnails{padding-right: 0;}
     .moq-section li{padding: 10px;}
    #checkout-cart .table-responsive{border: none;margin-bottom: 0;}
    .cart-row{
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-table tbody tr.cart-row td.tdPrice{
        text-align: left !important;
        padding-left: 0;
    }
    
    .cart-table tbody tr.cart-row td.tdTotal{
        text-align: right;
        padding-right:0;
    }
    .cart-table tbody tr.cart-row td.tdPrice,
    .cart-table tbody tr.cart-row td.tdQty,
    .cart-table tbody tr.cart-row td.tdTotal{
        width: 33.333%;
    }
    .cart-table tbody tr.cart-row td{
        position: relative;
    }
    .cart-table tbody tr.cart-row td .qtyGroupBox{
        -webkit-box-pack: center;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .cart-table tbody tr.cart-row td::before {
        content: attr(data-label);
        width: 100%;
        display: block;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px;
        border-top: 0;
        color: #53565A;
        text-transform: uppercase;
        font-family: 'BentonSans Bold';
    }
    .cart-table tbody tr.cart-row td{
        padding-bottom: 16px;
    }
    .cart-table tbody tr.cart-row td .itemQtyInput{
        margin-top: 8px;
    }
    .table-responsive .table.cart-table, .cart-table tbody tr.cart-row td .itemName, .cart-table tbody tr.cart-row td .itemName a{margin-bottom: 0;}
    .totalTable-wrapper{background: #fff; padding: 24px 0px 2px; border-top: 1px solid #B3B5BA;}
    .totalTable-wrapper .table tbody tr{background: #fff;}
    .cart-table .cartItemDetail.flexBetween{justify-content: flex-start !important;}
    .cartItemBot{height: unset;}
    .productText{min-height: 100%;}
    .cart-table tbody tr.cart-row td.tdPrice::before{
        text-align: left;
    }
    #checkout-cart .popUpImgBox a.popUpImg{
        width: 100%;
        height: 100px;
        max-width: 100px;
        min-width: 100px;
    }
    .cart-table tbody tr.cart-row td.tdQty::before{
        text-align: center;
    }
    .cart-table tbody tr.cart-row td.tdTotal::before{
        text-align: right;
    }
    .cart-table tbody .cart-row td .unit-price,
    .cart-table tbody tr.cart-row td .total-text {
        font-size: 14px;
        line-height: 18px;
    }
    .cart-table tbody tr.cart-row td .itemQtyInput,
    .sub-input input.form-control {
        width: 40px;
        height: 34px;
    }
    /*.td-50{width: 50% !important;}*/
    .cart-table tbody tr.cart-row td:first-child {
        width: 118px;
        padding: 16px 16px 16px 0;
    }
    #checkout-cart .themeContainer .col-md-7, #checkout-cart .themeContainer .col-md-5,
    #checkout-cart .themeContainer .col-lg-7, #checkout-cart .themeContainer .col-lg-5{
        padding: 0;
    }
    .cart-table tbody td:first-child{
        padding-right: 18px;
    }
    .name-text{margin: auto;white-space:unset !important;}
    .thead-none{display: none;}
    .cart-display-none{display: block;}
    .td-33{
        width: 65%;
    }
    .td-34{
        width: 35%;
    }
    .cart-section .grid-margin{margin: 36px auto 30px;}
    .pd-0-768{padding: 0;}
    .cart-body label{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
    }
    .td-50:nth-child(2){
        width: calc(100% - 118px);
        padding-left: 0;
    }
    .cart-row .td-50:nth-child(2){
        padding-right: 0;
        padding-left: 0;
    }
    .cart-table tbody tr.sub-row{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        border-radius: 0 !important;
        margin-left: -12px;
        margin-right: -12px;
    }
    .cart-table tbody tr.sub-row td{
        padding: 6.9px 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
    }
    .cart-table tbody tr.cart-row td:nth-child(2) {
        max-width: 100%;
        vertical-align: top;
        /*margin: 0;*/
    }
    .cart-table tbody tr.sub-row td:nth-child(1){
        display: none;
    }
    .cart-table tbody tr.sub-row td:nth-child(2){
        /* width: 10%; */
        width: 11%;
    }
    .cart-table .sub-row .btn-remove{
        margin-left: 7px; 
    }
    .cart-table tbody tr.sub-row td:nth-child(3){
        width: 23.333%;
    }
    .cart-table tbody tr.sub-row td:nth-child(4){
        width: 33.333%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .cart-table tbody tr.sub-row td:nth-child(5){
        width: 33.333%;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
            -moz-box-pack: flex-end;
                -ms-flex-pack: flex-end;
                    justify-content: flex-end;
    }
    .cart-table tbody tr.sub-row td.productSizeCol {
        padding-left: 16px;
    }
    .cart-table tbody tr.sub-row.sub-row td:last-child {
        padding-right: 16px;
    }
    .sub-input input{width: 50px;}
    .cart-table tbody tr.cart-row:nth-child(1) {
        border-top: 0;
    }
    .cart-table tbody tr.cart-row:nth-child(1) td{
        padding-top: 0;
    }
    /* #checkout-cart .table>tbody>tr>td {border-top:none;} */
    .tax-section .btn-red{width: 100% !important; margin-top: 30px !important}
    /*    .cart-table tbody tr.cart-row td .total-text{
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
            -moz-box-pack: flex-end;
                -ms-flex-pack: flex-end;
                justify-content: flex-end;
    }*/
    .cart-row td:nth-child(5){
        padding: 18px 9px 18px 0;
    }
    .cart-table .cart-row td.itemInfoTd{
        width: 100%;
        padding: 0;
    }
    .cart-table tbody tr td .cartItemInfo {
        min-width: 100%;
        max-width: 100%;
        min-height: 24px;
    }
    .cart-table thead tr:first-child td:last-child,
    .cart-table tbody tr.cart-row td:last-child {
        padding-right: 0;
        padding-left: 9px;
    }
    /*    .cart-table tbody tr.cart-row td:nth-child(5){
        text-align: left;
        padding-left: 0;
    }*/
    .qtyGroupBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
    }
    .cart-table tbody tr.cart-row td .itemNo {
        line-height: 12px;
    }
    .cart-section .qtyGroupBox .input-group.btn-block {
        margin-top: 0;
    }
    .cart-section .btn-block{
        width: auto;
        justify-content:flex-start
    }
    .totalTableBox,
    #checkout-cart .cartCouponBox .couponInputBox{
        width: 100%;
        min-width: 100%;
    }
    .cart-table tbody tr.cart-row td .btn-remove {
        margin-top: 0;
        margin-left: 0px;
    }
    .total-table tbody tr td {
        padding: 18px 12px !important;
    }
    #my-order .total-table tbody tr td{
        display: block !important;
        width: 50% !important;
        float: left;
        text-align: left;
    }
    #my-order .table tbody tr td.cloverlyFeeText{
        width: 100%;
    }
    .checkoutCartBtn {
        display: block;
    }
    .checkoutCartBtn {
        padding-top: 24px;
    }
    .checkoutCartBtn .cartBtnContinue .btnWhiteBg{
        width: 100%;
    }
    .checkoutCartBtn .cartBtnShip .btn {
        margin-left: 0;
        /* margin-top: 15px; */
        width: 100%;
    }
    a.shipto-btn.btn-387.btn.themeBtn.href {
    margin-bottom: 12px;
}
    #checkout-cart .totalTableArea,.continue-btn.cartBtnContinue {
        margin-top: 0;
    }
    .responsiveGrid .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .responsiveGrid .themeRow .themeCol {
        padding-right: 0;
        padding-left: 0;
    }
    .orderToggleBox .order-detail-toggle {
        /* background: #f7f7f7; */
        width: 100%;
        display: block;
        padding: 18px 0;
        text-align: left;
        border: 0;
        width: 100%;
        margin-bottom: 0px;
        border-radius: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .giftSuccessBox.giftBox {
        padding: 24px 16px;
        margin-top: 0;
    }
    .showOrderDetails {
        padding-top: 0 !important;
    }
    .showOrderDetails .orderSubTiltle,
    #checkout-checkout .orderSummaryTitle{
        display: none;
    }
    #checkout-checkout .themeContainer {
        padding: 0 12px;
    }
    #checkout-checkout #content, #checkout-checkout .container-fluid{padding: 0;}
    #checkout-checkout .panel-default{
        border-radius: 0;
    }
    .orderSummaryBox .orderSummaryText{
        -webkit-box-direction:row;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction: row;
    }
    .checkoutArea .stickySummary .panel-default{
        margin-bottom: 24px;
        padding: 0;
    }
    .panel-group .panel.couponCodeBox {
        margin-top: 0;
    }
    .stickySummary {
        height: 100%;
    }
    .stickySummary.stickyPanel{
        height: auto;
        overflow: auto;
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        padding: 88px 20px 0 20px;
    }
    .stickyOrderBox.stickyBox {
        height: auto;
        overflow: auto;
        position: relative;
        top: 0 !important;
        z-index: 9;
        width: 100%;
        margin-top: 0;
        max-width: 100%;
    }
    .stickyOrderBox .orderDetailBox {
        margin-bottom: 24px;
    }
    #payment-details-checkout .payment-form-wrapper #card-element {
        max-width: 100%;
    }
    #checkout-checkout .left-panel {
        padding: 0px;
    }
    
    .order-detail-toggle__dropdown {
        vertical-align: middle;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        fill: #D40029;
    }
    .showOrderDetails{
        display: none;
    }
    .orderToggleBox .orderToggleLeft {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
    }
    .orderToggleBox .orderToggleIcon img{
        margin-left: 16px;
        transition: 0.3s ease-out;
        transform: rotate(0deg);
    }
    .orderToggleBox .activeToggle .orderToggleIcon img{
        transition: 0.3s ease-out;
        transform: rotateX(180deg);
    }
    .orderToggleBox .order-cart-text{
        font-size: 18px;
        font-weight: 700;
        line-height: 22.5px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #000000;
        text-transform: capitalize;
        font-family: 'BentonSans Bold';
    }
    .activeToggle .orderToggleIcon .fa-plus{
        display: none;
    }
    .orderToggleIcon .fa-minus{
        display: none;
    }
    .activeToggle .orderToggleIcon .fa-minus{
        display: block;
    }
    .orderToggleIcon .fa{
        color: #D40029;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        transition: 300ms;
        -webkit-transition: 300ms;
            -webkit-transition: 300ms;
    }
    .activeToggle .orderToggleIcon .fa{
        transition: 300ms;
        -webkit-transition: 300ms;
            -webkit-transition: 300ms;
    }
    .orderToggleBox .orderToggleRight p {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: right;
        color: #000000;
        font-family: 'BentonSans Bold';
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .breadcrumb.pdtb-30 {
        padding: 24px 0;
    }
    .sort-section .form-group{width:100%;}
    .display-flex-space-bet-2{margin-top: 30px;}
    .total-text{position: relative;}
    .welcome-block h2{font-size: 60px;}
    .welcome-block .btn-signup{max-width: 100% !important; width:100% !important;}
    .welcome-block p{margin: 20px 0 40px;}
    #personal-details .btn-red,#change-password .btn-red,#address-book .btn-red,#address-entries .btn-red{width: 100% !important;}
    
    #my-order .content-wrapper {
        padding-bottom: 24px;
    }
    #address-book h2{margin-top: 30px;}
    #product-search h1{margin: 30px 0;font-size: 28px;}
    #my-order .table>tbody>tr>td, 
    #my-order .table>tbody>tr>th, 
    #my-order .table>tfoot>tr>td, 
    #my-order .table>tfoot>tr>th, 
    #my-order .table>thead>tr>td, 
    #my-order .table>thead>tr>th {
        padding: 10px 10px;
    }
    #my-order .table>tbody>tr>td:nth-child(1),
    #my-order .table>tbody>tr>th:nth-child(1) {
        padding-left: 10px;
    }
    .order-details--table td label{
        width: auto; 
        display: inline; 
        margin-right:5px;
    }
    .order-details--table a.order-details--link{ 
        float: unset;
    }
    .order-details--table td span.data, 
    .order-details--table td span.status{
        width: auto !important; 
        display: inline  !important;
    }
    .order-details--table table, 
    .order-details--table tr, 
    .order-details--table tr td, 
    .order-details--table tbody{ 
        display: block !important; 
        width: 100% !important;
    }

    .order-details--table tr td{
        display: block !important; 
        width: 100% !important;
        float: left;
    }
    .order-details--table td.order-link--main{
        width: 100% !important;
    }
    .tracking .tracking-table td, 
    .tracking .tracking-table label, 
    .tracking .tracking-table span{ 
        text-align: left;
    }
    .tracking .tracking-table, 
    .tracking .tracking-table tbody,
    .tracking .tracking-table tr, 
    .tracking .tracking-table td,
    #my-order .total-details .total-table,
    #my-order .total-details .total-table>tbody,
    #my-order .total-details .total-table>tbody>tr,
    #my-order .total-details .total-table>tbody>tr>td{ 
        display: block;
        width: 100% !important;
    }
    .order-details--rows---table td:last-child{ text-align: left;}
    .order-details--rows---table span{ display: block;} 
    .order-details--rows{padding-bottom: 0;}  
    .tracking{padding-bottom: 0;}
    .order-details--rows---table, .order-details--rows---table tr, .order-details--rows---table td, 
    .order-details--rows---table tbody{ display: block; width:100% !important;}
    .tracking .tracking-table tr td:last-child{text-align:left;}
    .order-details--rows---table span:last-child{text-align:left}
    .pad-bot .lg-text-right{text-align: left;border-bottom: 1px solid #d1ccbd;}
    .pad-bot:last-child .lg-text-right{border-bottom: none;}
    .total-table{
        width: 100%;
    }
    .orderStatusBox .orderStatusBtn,
    .orderStatusBox .orderStatusBtn .customBtn,
    .customFormControl,
    .informationBox .infoBoxBtn .themeBtn{
        width: 100%;
        max-width: 250px;
    }
    
    /* #mainCart .scroll-table thead th:nth-child(1) {
        min-width: 200px;
    } */
    #mainCart .table tfoot #grand-total .grand-total {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 10px;
    }
    .address-section {
        display: block;
    }
    .address-detail,
    .qty-detail{
        width: 100%;
        padding: 10px;
    }
    #mainCart .table tfoot #total-shipping td {
        padding: 20px 10px;
    }
    .stickyCartBtnBox {
        left: 200px;
    }
    #mainCart .table tfoot #grand-total td{
        padding: 20px 10px;
    }
    .main-total ul li {
        font-size: 12px;
        line-height: 14px;
    }
    
    .orderStatusDetail .themeContainer {
        padding: 0;
    }
    .orderStatusDetail .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .successPageArea .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .orderStatusDetail .themeRow .themeCol,
    .successPageArea .themeRow .themeCol{
        padding-right: 0;
        padding-left: 0;
    }
    .successPage {
        margin-bottom: 36px;
    }
    .successPageBox h1 {
        font-size: 36px;
        line-height: 36px;
    }
    
    #orderStatusArea{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .customModal .modal-header {
        padding: 24px 18px 12px;
        border-bottom: 0;
    }
    .customModal .modal-title {
        margin-bottom: 24px;
    }
    .customModal .modal-header .close {
        right: 16px;
    }
    .customModal .modal-body {
        position: relative;
        padding: 0 16px;
    }
    .customModal .modal-footer {
        padding: 24px 16px 30px;
    }
    .customModal .modal-footer .themeBtn {
        max-width: 100%;
        width: 100%;
    }

    .modal-footer .btn+.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
     #supportModal .submitBtn .btnCancel {
        margin-top: 0;
    }
    .customModal .modal-footer .themeBtn.btnCancel,
    .customModal .modal-footer .themeBtn.btnBackTo{
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .customModal .modal-footer .btn.btnSubmit {
        margin-left: 0;
    }
    #previewModal.customModal .modal-header {
        padding: 18px 16px 16px;
    }
    #previewModal.customModal .modal-header .close {
        top: 18px;
    }
    #confirmModal.customModal .modal-dialog {
        width: 100%;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    #information-information,
    #orderStatusArea #content{
        min-height: calc(100vh - 382px);
    }
    #orderStatusArea{
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }

    #error-not-found .themeContainer,
    #common-maintenance .themeContainer{
        padding: 0 16px;
    }
    #error-not-found,
    #common-maintenance{
        padding: 0px 0 78px;
    }
    
    .accountInfoArea {
        padding-top: 24px;
        padding-bottom: 56px;
    }
    .account-section .nav-tabs li:nth-last-of-type(1){
        border-bottom: 1px solid #B1ADA6;
    }
    .email-input-section {
        display: block !important;
    }
    .email-input-section .email-input {
        max-width: 100% !important;
    }
    .account-section>.nav-tabs>li>a {
        padding: 15px 0;
    }
    .creditTableTitle{
        margin-top: 20px;
    }
    #footerArea .projectStartArea {
        margin-top: 17px;
    }
    .accountBtnBox {
        margin-top: 0;
    }
    .personalDetailsTitle {
        margin-top: 24px;
    }
    
    #issue-tracker-form-sec .issue-submit-success {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    #footerArea .projectStartArea {
        padding: 28px 0;
        display: block;
    }
/*    .sign-up-content{
        display: none;
    }*/
    .projectStartBox.flexCenter {
        display: block;
    }
    /* .projectStartArea .projectStartText {
        margin-right: 0;
    } */
    /* .projectStartArea .projectStartText p {
        font-size: 24px;
        line-height: 30px;
    } */
    .projectStartArea  .projectStartBtn{
       margin-top: 9px; 
    }
    .footerInfo {
        margin-bottom: 0;
    }
    .footerLinks {
        margin-top: 47px;
    }
    .footerMenu ul {
        text-align: left;
    }
    .footerMenu ul li,
    .footerCopyMenu ul li{
        display: block;
        margin-bottom: 16px;
        padding-right: 0;
    }
    #footerArea .footerCopyright.flexCenter {
        display: block;
        padding: 0;
        margin-left: -8.5px;
        margin-right: -8.5px;
    }
     .footerCopyMenu ul {
        text-align: center;
    }
    #footerArea .copyrightText {
        text-align: center;
        margin-top: 0;
    }
    #footerArea .copyrightText p{
    text-align: center;
    max-width: 250px;
    display: inline-block;
}
    .links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    .links .link-item{
        margin-bottom: 8px;
    }
    .social-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 335px;
        margin: 16px auto 32px;
    }
/* a.sociallink-item:nth-child(4) img {
    padding: 4px;
} */
.social-links .sociallink-item{display: flex;align-items: center;}
    .footerCopyArea {
        padding: 40px 20px 22px;
    }
    .orderSummaryBox .orderSummaryInfo{border-top: 1px solid #B3B5BA;padding: 16px 0;}
    .fn-total .fn-t-row.total-text{
        /* border-bottom: 1px solid #B3B5BA; */
        padding: 16px 0;
        margin-bottom: 40px;
    }
    .orderToggleBox{padding: 0 12px;}
    .location-modal .modal-dialog .modal-content{margin-left: 0;}
    #single-checkout .step-indicator {
        margin-bottom: 40px;
    }
    .checkoutArea .form-control, .checkoutArea .multiSelectBtn{
        display: flex;
        align-items: center;
    }
    .multiselect-selected-text {
        padding: 0 !important;
    }
    #zipcode_err, #phonediff_err, #newaddrzipcode_err {
        padding-left: 0;
    }
    #billing_state_err, #emaildiff_err, #zone_id_ship_err {
        padding-right: 0;
    }
    .checkoutArea .panelBox{    
        padding: 24px 16px;
    }
    /* .productSearchArea .col-12{
        padding: 0px;
    } */
    .productSearchArea #product-list-aj .row.themeRow{
        margin-left: -8px;
        margin-right: -8px;
    }
    #product-search .productSearchArea{
        padding-bottom: 24px;
    }
}
@media (max-width:767px){
    .desktop,
    #product-product .selectColorDekstop{
        display:none;
    }
    
    .mobile,
    #product-product .selectColorMobile{
        display:block;
    }
    .customFlexProduct{
        display: block;
        text-align: center;
    }
    
    .selectColorArea .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
        background: #F7F7F7;
        border-radius: 4px;
        width: 100%;
}
    .selectColorArea .productDetailTitle {
        margin-bottom: 12px;
    }
    .selectColorArea .productDetailTitle h2 {
        font-family: 'BentonSans Bold';
        font-size: 20px;
        line-height: 24px;
        color: #53565A;
        margin: 0;
    }
    .selectColorArea .productDetailTitle h2 span{
        font-weight: 400;
    }
    .thumbImgBox {
        margin-left: -5px;
        margin-right: 0;
    }
    #footerArea .footerCopyArea .themeContainer{
        padding: 0 8.5px !important;
    }
     .overlay-custom-one {
        position:relative;
        margin:auto;
        bottom:0;
        left:0;
    }
    .customProductName {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top: 12px;
    /* width: 60%; */
    width: 85%;
    }
    .custom-margin{
        margin-top:15px;
    }
   .customGridFlex{
      display:block;
      justify-content: space-between;

    }
    .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color:#ffffff;

    }
    .custom-content{
        margin-top:15px;
    }
    .overlay-one .PersonalisedBottomBtn a{
        font-size:12px;
        padding:10px;
    }
    .overlay .PersonalisedBottomBtn {
      margin-top:185px;
    }
    .overlay .PersonalisedBottomBtn a{
         background: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one {
        padding: 15px 15px;
        width: 45%;
    }
    .overlay-one .PersonalisedBottomBtn {
          margin-top:55px;
          font-size:16px;
    }
    .overlay-one .PersonalisedBottomBtn a{
         background: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color:#ffffff;

    }
    .overlay-one .customMarginTop{
        margin-top:15px;
        color:#ffffff;
    }
    .textOutOfStock{
          font-size:14px;
          line-height:16px;
          font-family: 'BentonSans Bold';
          color: #53565A; 
      }
}
@media(max-width:575px){
    .modal-footer .submitBtn.flexCenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction:column;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        width: 100%;
    }
    .searchBox .searchMobileBtn img {
        width: 16px;
        height: 17px;
    }
    .dashboardModal .modal-footer .btn+.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .dashboardModal .modal-footer .btn{min-width: 100%;}
     #supportModal .submitBtn .btnCancel {
        margin-left: 0;
        margin-top: 15px;
    }
    .userBtn img {
        width: 16px;
        height: 16px;
    }
    .cart-icon {
        height: 16px;
        width: 16px;
    }
    .brand-name{
        margin-left: 8px;
    }
    .headerCartBox ul li + li{
        margin-left: 16px;
    }
    .categoryPageArea .sort-section .btn-group{
        max-width: 100%;
    }
    .my-order-box {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }
    #my-order .table>tbody>tr>td .orderInfoBox.my-order-box .my-order-img{
        text-align: center;
    }
}
@media (max-width: 574px){
    #totalMOQ{
        line-height: 25.5px;
        font-size: 20.5px;
    }
    .qty-input-section input[type="text"].form-control{
        line-height: 14.5;
        font-size: 20px;
        padding-top: 13px;
    }
    #btn-save-order-in-draft{
        margin-bottom: 15px;
    }
    #headerArea.signUpHeader .themeContainer .col-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #headerArea.signUpHeader .logo-section {
        margin-left: 25px !important;
    }
    .alsoLikeArea{
        padding: 24px 0;
    }
    .alsoLikeArea .slick-track{
        margin-left: -10%;
    }
    .alsoLikeArea .themeRow{
        margin-right: -16px;
    }
    .alsoLikeArea .themeRow .themeCol, .alsoLikeArea .product-layout{
        padding-right: 9.5px;
        padding-left: 9.5px;
    }
    .alsoLikeArea .alsoLikeTitle h3 {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        margin-left: -7px;
    }
    #filterColumn{
        top: -88px;
    }
    .sub-row .d-none-mob{
        display: none;
    }
    .sub-row .subRow-w{
        width: 19%;
    }
    .cart-table tbody tr.sub-row td:nth-child(4) {
        justify-content: end;
    }
    .sort-section .sortDropdown {
        display: block;
    }
    .button-brief::before {
        top: 60%;
    }
    .button-brief img {
        top: 65%;
    }
    .pageBanner img {
        height: 375px;
        object-fit: cover;
        width: 100% !important;
    }
    .shopFilterSection {
        width: 100% !important;
        margin-bottom: 16px;
    }
    .sortDropdown button {
        width: 100%;
    }
    .sort-section .form-group{
        width: 100% !important;
    }
    .input-block .themeRow .themeCol + .themeCol {
        margin-top: 15px;
    }
    .sortDropdown button{width: 100%;}
    .sort-section .breadcrumb {
        padding-bottom: 12px;
    }
    #product-category .sort-section,
    .productSearchArea .sort-section{
        display: block;
        padding-bottom: 24px;
    }
    .sort-section .sortDropdown {
        max-width: 100%;
        width: 100%;
    }
    .itemZipcodeBox .zipCodeTitle {
        padding: 0px 30px 12px 0px;
    }
    .itemZipcodeBox .itemZipcode {
        padding: 16px;
    }
    .itemZipcodeBox .itemZipCollapse {
        left: -100%;
    }
    .itemZipcodeBox .itemZipInput input {
        width: 100%;
        padding: 8px 12px;
    }
    .itemZipcodeBox .itemZipBox .btn {
        margin-left: 10px;
        padding: 12px 10px;
    }
    
    .productContent .designImgDiv label,
    .productContent .designImgDiv label img {
        width: 100%;
    }
    #product .addToCartBox .itemQtyBox {
        margin-right: 12px;
    }
    #product .addToCartBtn #button_mc {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        white-space: break-spaces;
        height: auto;
        min-height: 48px;
    }
    .soldOutBtnBox .btn{
        width: 100%;
    }
    .soldOutBtnBox #button-notify-me{
        margin-top: 0;
    }
    .soldOutBtnBox #button-sold-Out{
        margin-bottom: 24px;
        margin-right: 0;
    }
    #backInStockModal .modal-header {
        padding: 20px 20px 0;
    }
    #backInStockModal .modal-header .close {
        right: 20px;
    }
    .backInStockHeader p br{
        display: none;
    }
    #backInStockModal .modal-body{
        padding: 0 20px 20px;
    }
    .backInStockList .table-responsive table thead tr th:nth-child(1),
    .backInStockList .table-responsive table thead tr th:nth-child(2),
    .backInStockList .table-responsive table thead tr th:nth-last-child(1) {
        min-width: 80px;
    }
    .backInStockForm .themeBtn {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
    
    .pageNotFoundTitle {
        margin-bottom: 36px;
    }
    .pageNotFoundTitle h1 {
        font-size: 120px;
        line-height: 90px;
    }
    .pageNotFoundTitle h2 {
        font-size: 34px;
    }
    .pageNotFoundBox p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .address-detail .edit-icon {
        display: block;
    }
    .location-modal .modal-dialog, 
    .size-modal-popup .modal-dialog {
        width: auto;
        margin: 10px;
    }
    .location-modal.modal,
    .location-modal .modal-dialog .modal-content{
        margin-left: 0;
    }
    .location-modal{
        width: auto;
        height: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        transform: translateY(0);
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .edit-info-form:before, 
    .edit-remove-confirm:before{
        display: none;
    }
    .remove-section .remove-confirm-btn.themeBtn,
    .remove-section .cancel-confirm-text.btnWhiteBg{
        display: block;
    }
    .remove-product-text .remove-confirm-btn-item.themeBtn,
    .remove-product-text .cancel-confirm-text.btnWhiteBg{
        min-width: 115px;
        padding: 5px 10px;
    }
    .prod-img .remove-icon{
        z-index: 9;
    }
     #supportModal .submitBtn .btnCancel {
        margin-left: 0;
    }
}
@media (max-width: 478px) {
    .overlayTwo .overlayInner {
        min-height: 182px;
    }

    .sort-section .sortDropdown #input-sort {
        min-width: 141px;
    }

    #cart .dropdown-menu {
        width: 100%;
    }
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
    .ord-sum{
        padding-left: 0px;
    }
    #information-information,
    #error-not-found,
    #common-maintenance{
        min-height: calc(100vh - 430px);
    }
    #orderStatusArea #content {
        min-height: calc(100vh - 544px);
    }
    
    .address-section {
        background-color: #FFFFFF;
    }
    .address-section .address-detail {
        max-width: 200px;
        padding-right: 30px;
        white-space: normal;
    }
    
    .paginationBox .paginationText p{
        font-size: 12px;
    }
    .paginationBox .pagination li a, 
    .paginationBox .pagination li span {
        font-size: 12px;
        padding: 6px 5px;
    }
    .table-res{
        overflow: auto;
    }
    .table.price-table {
        table-layout: inherit;
    }
    table.table.price-table thead tr td {
        font-size: 15px;
    }
       .textOutOfStock {
        top: 28%;
    }
    .brand-name span {
      font-size: 13px;
    }
}

/*add css for new figma design by anurag*/
.custom_learnMore{
    /*color:#333131;*/
    color:#ffffff;
}
.custom_flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}
.desktop{
    display:block;
}
.mobile{
        display:none;
    }
.customMbText{
    padding:10px;
}
.customProductName{
    display:flex;
    justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top:12px;
          /*width: 60%;*/
              width: 70%;
}
.ProductName{
    color:#53565A;
    font-weight:600;
}
.ProductListIcon{
    width:30px;
    height:30px;
    background: #D40029;
    color:#ffffff;
    border-radius:4px;
    text-align:center;
    box-shadow: 0px 1px 5px 1px #b2b0b0;
}
.ProductListIcon a i{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    line-height: 30px;
}
.ProductListIcon i {
    font-size: 20px;
    font-family: 'BentonSans Bold';
    color: #ffffff;
    line-height: 30px;
}
.custom_learnMore a:hover{
    color:#cdcccc;
}
.customProductNameGrid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top: 12px;
    width: 100%;
}
.customLinks{
    color:#515151;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;

}
.product-thumb .image{
    padding:20px;
}
.customFlexProduct{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.custom-content{
    position: relative;
    width: 100%;
  /*max-width: 300px;*/
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  /*bottom: 0;*/
  /*background: rgb(0, 0, 0);*/
  /*background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  /*width: 100%;*/
  transition: .5s ease;
  /*opacity:0;*/
  color: white;
  font-size: 20px;
  /*padding: 20px;*/
  /*text-align: center;*/
  top: 0px;
  padding:30px;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}
.customMarginTop{
    margin-top:30px;
     color:#ffffff;
}
.customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color:#ffffff;

}
.overlay-one {
    position: absolute;
    /* bottom: 0; */
    /*right: 0;*/
        right: 15px;
     background: rgba(51, 51, 51, 0.65); 
    /*color: #f1f1f1;*/
    width: 50%;
    height:100%;
    transition: .5s ease;
    /* opacity: 0; */
    /*color: #c56666;*/
    color:#ffffff;
    font-size: 20px;
    /* padding: 20px; */
    /* text-align: center; */
       top: 0px;
    padding: 40px 30px;
}
.customGridFlex{
  display:flex;
      /*flex-wrap: wrap;*/
}
.customGridFlex div{
  /*margin: 10px;*/
}
.customGridFlex .image{
  /*padding:20px;*/
}
.customGridFlexadd{
    justify-content: space-between;
}
.overlay .PersonalisedBottomBtn {
  margin-top:340px;
}
.overlay .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .PersonalisedBottomBtn {
  margin-top:80px;
}
.overlay-one .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    color:#ffffff;
}
.overlay-custom{
    /* position: absolute;
    bottom: 55px;
    left: 15%;*/
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
}
.overlay-custom-one {
    position: absolute;
    bottom: 12px;
    left: 15%;
}
.custom-margin{
    margin-top:0px;
}
.customproductBg{
    margin-top: 15px;background: #F7F7F7;
}
.customproductBg img:hover{
            opacity: 0.8;
}
.customBestSellerFlex .customLinks:hover{
    text-decoration: underline;
}
.custom_learnMore a{
    color:#ffffff;
}
.custom_learnMore a:hover{
    color:#d1d1d1;
}
.btn-group.show .multiSelectBtn .caret:before {
    top: -7px;
    transform: rotate(180deg);
      transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
@media (max-width:767px){
    .overlay-custom-one {
        position:relative;
        margin:auto;
        bottom:0;
        left:0;
    }
    .customProductName {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #B3B5BA;
    padding-top: 12px;
    /* width: 60%; */
    width: 85%;
    }
    .custom-margin{
        margin-top:15px;
    }
   .customGridFlex{
      display:block;
      justify-content: space-between;

    }
    .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color:#ffffff;

    }
    .custom-content{
        margin-top:15px;
    }
    .overlay-one .PersonalisedBottomBtn a{
        font-size:12px;
        padding:10px;
    }
    .overlay .PersonalisedBottomBtn {
      margin-top:185px;
    }
    .overlay .PersonalisedBottomBtn a{
         background: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one {
        padding: 15px 15px;
        width: 45%;
    }
    .overlay-one .PersonalisedBottomBtn {
          margin-top:55px;
          font-size:16px;
    }
    .overlay-one .PersonalisedBottomBtn a{
         background: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color:#ffffff;

    }
    .overlay-one .customMarginTop{
        margin-top:15px;
        color:#ffffff;
    }
    .textOutOfStock{
          font-size:14px;
          line-height:16px;
          font-family: 'BentonSans Bold';
          color: #53565A; 
      }
}
/* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .custom-margin {
        margin-top: 15px;
    }
    .overlay .PersonalisedBottomBtn {
        margin-top: 525px;
    }
    .overlay-one .PersonalisedBottomBtn {
        margin-top: 155px;
    }
}
/* your css rules for ipad landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } 
}
 @media (max-width:400px){
  .textOutOfStock {
        top: 23%;
        padding: 0;
    }
    #issue-tracker-form-sec .issue-tracker-btn{
        width: 100%;
}
}
.checkmark img{
    display:none; 
}
.design_img_overlap{
    position: absolute;
    top: 46px;
    left: 111px;
}
.productContent .designImgDiv .no_img{
  opacity: 0;
  visibility: hidden;
}

.paymentTitle{
    font-weight:500;
    font-size: 16px;
    line-height:24;
}
.orderDetailBox #payment_address{
    margin-bottom: 24px;
}
.uppercase {
    text-transform: uppercase;
}

.personalized_text_err_size{
    font-size: 10px;
 }
 .custom_error{
    padding: 0 15px;
    width:100%;
    margin-bottom:18px;
    margin-top:0;
 }
 .three-sec-block{
    margin-bottom:0px;
 }
 @media screen and (max-width:1200px){
    .three-sec-block{
        margin-bottom:18px !important;
    }
.custom_error {
        padding: 0 0px;
        width: 100%;
        margin-bottom: 18px;
        margin-top: 0px;
    }
 }
.error_common{
   width:100%;
}
.ml-auto{
    margin-left: auto;
}
.d-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
} 
.a-center{ 
    align-items: center;
}
div#pageTitle.information_pageTittle { 
    display: none;
}
div#information-information .informationBox.Terms.\&.conditions p {
    font-size: 14px;
    line-height: 28px;
    color: #53565A; 
    font-weight: 400;
}
/*contact us new css*/ 
/* .informationBox.Contact.Us {
    padding: 67px 124px 78px;
} */

.informationBox.Contact.Us h1{
    font-size: 48px;
    margin-bottom: 18px;
}

#information-information .informationBox p { 
    margin-bottom: 1rem;
    font-size: 14px;
    color: #53565A;
}

#information-information .informationBox p a strong {
    color: #5B0E8B !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}

.border-red {
  border-color: #ED2E31 !important;
  border: 1px solid #ED2E31 !important;
}

.informationBox.Contact.Us p {
    font-size: 16px !important;
}

.spinner img{
 height: 200px !important;
}
/* ==== Multicart UI - total on top ==== */
tr.tableTotalRow {
    background: #f7f7f7 !important;
}
.multiCartArea #mainCart .table-bordered{
    border-bottom: 1px solid #B3B5BA !important;
}
.multiCartArea .tableTotalRow .btn.btnWhiteBg{
    width: 100%;
    font-size: 12px;
    line-height: 1;
    padding: 0 10px;
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #501B86  !important;
    background-color: #ffffff !important;
    font-weight: 600;
} 
.multiCartArea .tableTotalRow .btn.btnWhiteBg.disabled{
    opacity: 0.5;
}
/* .multiCartArea *:focus-visible{
    outline: none !important;
    box-shadow: none !important;
} */
.multiCartArea .footer-btn-am .themeBtn{
    height: auto;
}
.multiCartArea .duplicate-btn a{
    height: auto !important;
}
.multiCartArea .item-qty{
    background-color: #f7f7f7;
}
.multiCartArea .tableTotalRow .btn.btnWhiteBg:hover{
    background: #cacaca !important;
}
.flexCenter.flexBetween.tableTotalText p, .flexCenter.flexBetween.totalItemQtyText p {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}
.item-qty.qt--data{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #333333 !important;
    text-align: right;
}

.tableTotalRow .item-costing ul li{
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #333333 !important;
}
.tableTotalRow .item-costing ul li span.qty-text{
    color: #333333 !important; 
}
.tabelTotalRow .qty-text{
    font-family: 'BentonSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
     color: #333 !important;
}
.flexCenter.flexBetween.itemInfoText p, .flexCenter.flexBetween.itemInfoText span {
    font-family: 'BentonSans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}
.tableTotalRow .tableTotalBox .tableTotalText:last-child p{
    margin-bottom: 0 !important;
}
#mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1),#mainCart .scroll-table tbody td:nth-child(2), #mainCart .scroll-table tfoot td:nth-child(2), #mainCart .scroll-table thead th:nth-child(2){
    background-color: #ffffff;
}
#mainCart .scroll-table tbody .tableTotalRow td:nth-child(1),#mainCart .scroll-table tbody .tableTotalRow td:nth-child(2){
    background-color: #f7f7f7 !important; 
}
#mainCart .addItemInfoTd{
    padding: 0 !important; 
    background-color: #f7f7f7;
}
#mainCart .addItemInfoTd .addItemInfoBox{
    border-bottom: 1px solid #cacaca;
    padding: 7px 12px; 
}
#mainCart .addItemInfoTd .addItemInfoBox:last-child{
    border-bottom: 0;
}
/* Print PDF Preview CSS*/ 
@media print{
    * { 
        -webkit-print-color-adjust: exact; 
    }
    html { 
        background: none; 
        padding: 0; 
    }
    body { 
        box-shadow: none; 
        margin: 0; 
    }
    .paper {
        display:inline-block
    }
    span:empty, .add, .cut, .dropdown-menu, .modal, .sidebar-mobile--menu { 
        display: none; 
    }
    body {
        -webkit-print-color-adjust: exact;
    }
    table{ 
        page-break-after:auto 
    }
    tr{ 
        page-break-inside:avoid; 
        page-break-after:auto 
    }
    td{ 
        page-break-inside:avoid; 
        page-break-after:auto 
    }
    thead{ 
        display:table-header-group 
    }
    tfoot{ 
        display:table-footer-group 
    }
}


/** Homepage CSS**/

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border-radius: 20px;
    box-shadow: none !important;
    margin: 0 5px;
    opacity: 0.25 !important;
    border: 1px solid #581989;
}

.swiper-pagination-bullet-active {
    border: 1px solid #581989 !important;
    border-radius: 50%;
    background: #581989 !important;
    opacity: 0.75 !important;
}
.swiper-pagination-bullet:hover {
    opacity: 1 !important;
}
.swiper-pagination {
    bottom: -60px !important;
    left: 0;
    text-align: center;
    width: 100%;
}
.col-md-12.col-sm-12.col-xs-12.themeCol.four-block-parent {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.four-block-parent .homeGridRight.flexCol {
    padding-bottom: 40px;
    width: 100%;
}
.homeGridRight .itemGridImg{position: relative;overflow: hidden;}
/* .itemGridImg:hover .homeGridOverlay:before{
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
} */
/* .itemGridImg:hover .homeGridOverlay .itemGridBtn img{
   width: 33px;
   max-width: 33px;
} */
/* .homeGridOverlay:before, .homeCategoryGrids .homeItemGrid img,.itemGridImg img, .homeGridOverlay .itemGridBtn img, 
.homeCategoryGrids .homeItemGrid:hover img, .homeCategoryGrids .itemGridTwo:hover img, 
.homeGridOverlay:hover .itemGridBtn img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
} */
/*.homeGridRight .itemGridImg:hover img {
    transform: scale(1.03);
}*/
.homeGridRight a{
    text-decoration: none !important;
}
.itemGridTwo .itemGridBtn img, .itemGridImg img, .homeGridRight .homeItemGrid .itemGridBtn img {
    width: 100%;
    height: auto;
    position: relative;
    background: transparent;
    margin-left: 0;
}
/* .homeGridOverlay .gridOverlayText h3 {
    font-size: 31px;
    line-height: 37.2px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'BentonSans Bold';
} */
.featured-program{
    width: 100%;
    max-width: 1440px;
    /* padding: 51px 52px 31px; */
    margin: 0 auto !important;
}
.featured-program:nth-last-of-type(2) {
    background: #e6ddee;
}
/* div#homeGridBlockOne {
    max-width: 1296px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 16px;
} */
#homeGridBlockOne h2{
    text-align: center;
    font-size: 32px;
    line-height: 38.4px;
    color: #501B86;
    font-weight: 700;
    font-family: 'BentonSans Bold';
    margin-bottom: 23px;
    letter-spacing: -0.64px;

}
.pd-l-0{
    padding-left: 0 !important;
    padding-right: 12px !important;
}
.pd-r-0{
    padding-right: 0 !important;
    padding-left: 12px !important;
}
.readMoreArea{display: none;}
.category-block{
       width: calc(100% - 290px);
        display: flex;
        flex-wrap: wrap;
   }
   .subMenuContainer .row .block-1{min-width: 196px;margin-right: 94px;}
   /* .subMenuContainer .row .category-block .block-2{min-width: 306px;max-width: 306px;margin-right: 64px;} */
  li.nav-item.dropdown.active a.nav-link, li.nav-item2.active a.nav-link2 {
    font-family: 'BentonSans Bold';
}
li.nav-item.dropdown.active a.submenu-items.active, li.nav-item2.active{
    font-family: 'BentonSans Bold';
}
/**Product page CSS**/

 .personalized-section{
        background: #F7F7F7;
        padding: 20px;
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .personalized-section h3 a{
        font-family: BentonSans Bold;
        font-weight:400;
        font-size: 20px;
        line-height:24px;
        color: #581989;
        display: block;
        position: relative;
    }
    .personalized-section .dropdown-toggle::after{border: none}
    .personalized-section .add-logo label{
        color: #53565a;
        margin-top: 20px;
        font-family: BentonSans Bold !important;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
  .personalized-section .add-logo label.astrik:after {
    content: '*';
    color: #ff0000;
    font-size: 14px;
    line-height: 21px;
}
label.astrik:after {
    content: '*';
    color: #ff0000;
    font-size: 14px;
    line-height: 21px;
}
.personalized-section .checkbox{
    padding-left: 31px;
}
.personalized-section .checkBox label .checkmark{
    width: 20px;
    height: 20px;
    border: 2px solid #53565A;
}
    .personalized-section .add-logo p{
        margin: 15px 0 0px;
        font-family:BentonSans Regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color:#53565a;
    }
    .review-design{
        display: flex;
        margin-top: 20px;
    }
    select#select_logo, select#secondary_logo{
        margin-bottom: 0;
    }
    .review-design h4{
        font-family: BentonSans Bold;
        font-weight:400;
        font-size: 14px;
        line-height:20px;
        color: #581989;
        padding-left: 10px;
    }
    
     .personalized-section .panel-title a:before {
    content: '';
    width: 18px;
    height: 1.6px;
    background: #581989;
    padding-left: 5px;
    color: #581989;
    position: absolute;
    right: 0;
    top: 11px;
}
 .personalized-section .panel-title a.collapsed:after {
    content: '';
    width: 17px;
    height: 1.5px;
    background: #581989;
    padding-left: 5px;
    color: #581989;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 11px;
    transform: rotate(90deg);
}
.flex-wrap{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .homeGridRight.col-xs-6.flexCol {
    width: 50%;
}  

.shopFilterSection{
    width: 50%;
    border: 1px solid #787A7D;
    /* width: 306px; */
    height: 48px;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--Gray-Text, #53565A);
    text-align: center;
    font-family: BentonSans Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: 24px;
}
.homeGridRight.col-xs-6.flexCol {
    width: 50%;
}
.personalized-section#filterAccordion .multiselect-item.filter{display:none;}
.personalized-section#filterAccordion .multiselect-container label.radio input[type=radio]{width:0;} 
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li a label{
    padding: 16px;
    font-family: 'BentonSans Regular' !important;
    display: block;
    font-size: 16px;
    line-height: 22.4px;
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li.active a label{
    background: #f7f7f7;
    border-left:3px solid #581989;
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li a label:hover{background: #f7f7f7;}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.personalized-section#filterAccordion .multiselect-container.dropdown-menu li:nth-child(2) a label {
    opacity: 0.7 !important;
    padding: 10px !important;
    border-left: 0 !important;
    background: #fff !important;
}
.personalized-section .form-control{
    color: #515151;
    leading-trim: both;
    text-edge: cap;
    font-family: "BentonSans Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
span#additional_cost_val_show {
    margin-top: 16px;
    display: block;
}
.d-none-des{
    display: none;
}
.main-cart-page .cart-table tbody tr.cart-row td .itemQtyInputBox{
    flex-direction: column;
    display: block;
    width: 70px;
    text-align: center;
}
/*==== Checkout Sustainable icons ====*/
.orderSummaryImg .popupZoom .sustainable-icon{
    position: absolute;
    left: 0px;
    top: 0px;
}
.orderSummaryImg .popupZoom .sustainable-icon img{
    max-width: 20px;
}
.orderSummaryImg .popupZoom .sustainable-icon:nth-child(3){
    left: 25px;
}
/**Media Queries**/

@media only screen and (max-width: 767.98px){
    .brand-name{
        margin-left: 16px;
    }
    .d-none-des{
        display: block;
    }
    .d-none-mob{
        display: none;
    }
    #headerArea ul.navbar2 .nav-item2{
        margin-right: 0;
    }
    .dropdown-menu2.show {
        display: block;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    li.nav-item2.active .dropdown-menu2 {
        display: block;
    }
    
    li.nav-item2 .dropdown-menu2.show {
        display: none;
    }
    .news-letter .row {
        margin: 0 -15px;
    }
    #footerArea .themeContainer .container-fluid{
        padding: 0px !important;
    }
    li.nav-item2 a.submenu-items{
        width: 100%;
    }
    .informationBox.Contact.Us {
    padding: 35px 0;
    }
    #product-product .container-fluid {
    padding: 0 !important;
    }
    .themeContainer, #product-category .categoryPageArea .themeContainer, #product-search .themeContainer, .readMoreArea .themeContainer, #product-product .themeContainer, #checkout-cart .themeContainer, #common-success .themeContainer, #error-not-found .themeContainer {
    padding: 0 16px !important;
    }
.personalized-section{margin: 0 -12px 24px;}
    .col-md-5.col-xs-12.right-panel.themeCol {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    }
.col-md-7.col-xs-12.left-panel.themeCol {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    }
.checkoutArea .leftColumn {
    padding: 0;
    }
.swiper-wrapper{margin-left: 0px;}
.shopFilterSection{display: flex;} 

.pd-l-0,.pd-r-0{padding-left: 0 !important;padding-right: 0 !important;}
.homeGridRight.col-xs-6.flexCol {
    width: 100%;
}
.four-block-parent .homeGridRight.flexCol{padding-bottom: 12px;}
.swiper-viewport .swiper-slide img {
    padding: 24px 0 0;
}
.slider {
    width: 100%;
    margin: 0px auto 10px;
}
.swiper-slide {
    max-width: 100% !important;
}
.featured-program {
    padding: 0px 8px 0;
}
.featured-program:nth-last-of-type(2) {
    padding: 12px 12px 0;
}
.swiper-pagination {
    bottom: -40px !important;
}
.homeGridOverlay .gridOverlayText h3 {
    font-size: 18px;
    line-height: 21.6px;
}
.sign-up-content h4{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.sign-up-content p {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.sign-up-input{
    width:100%;
    margin-top: 16px;
    max-width: 100% !important;
}
.sign-up-btn{
    width: 100%;
    margin: 0px 0 20px;
    max-width: 100%;
}
.sign-up-content {
    padding: 24px 24px 20px;
}
.projectStartBox {
    justify-content: left;
}
#footerArea .projectStartArea.breif-submit {
    padding: 24px;
}
.navBarFlex.navbar-expand-sm .navbar-nav .dropdown-menu{
    position: relative;
    border-radius: 0;
    min-height: auto;
}
.navBarFlex li.dropdown::before,.navBarFlex li.dropdown::after,.navBarFlex li.nav-item2::before,.navBarFlex li.nav-item2::after{top:22px;}
.headerMenuBox {
    margin-right: 0;
    padding: 20px 0 40px;
}
li.nav-item.dropdown:nth-last-of-type(1):before,li.nav-item.dropdown:nth-last-of-type(1):after {
    content: none;
}
.themeContainer{padding: 0 20px;}
table.table.order-details--table tr td,table.table.order-details--rows---table tr td{
    border-top: 1px solid #B3B5BA;
    border-left: 1px solid #b3b5ba;
    border-right: 1px solid #b3b5ba;
}
/* .col-12{padding-left: 16px !important;padding-right: 16px !important;} */
/*.themeRow .themeCol, .product-layout {
    padding-right: 0px;
    padding-left: 0px;
}*/

.alsoLikeArea .col-12{padding-left: 0px !important;padding-right: 0px !important;}
.categoryPageArea .col-12{
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.alsoLikeArea .themeContainer{padding: 0 12px;}

.alsoLikeArea .themeContainer .row {
    margin-right: 0;
    margin-left: 0;
}
.alsoLikeArea .themeContainer .container-fluid {padding: 0;}
.cart-btn-section,button#button-cart{width: 100%;}
/* .subMenuContainer .row .category-block .block-2 {
    min-width: 198px;
    max-width: 198px;
    margin-right: 0;
} */
.navBarFlex li a.nav-link, .navBarFlex li a.nav-link2{
    padding: 12px !important;
    max-width: 100%;
    z-index: 9999 !important;
    position: relative;
    color: #fff;
}
.nav-link2 img{
    display: none;
}
.subMenuContainer {
    padding: 0px;
}
.block-2{width:100%}
.respBtn {
    position: relative!important;
    bottom: 0;
    width: 100%;
    order: 2;
    min-width: 100%;
    margin-right: 0;
}
.category-block {
    width: 100% !important;
}
.headerCartBox ul li .userButton .dropdown-menu.show {
    top: 20px !important;
    left: 25px !important;
}
li.nav-item.dropdown.active a, li.nav-item2 .active a {
    font-family: 'BentonSans Regular';
}
#product-category .categoryPageArea, #product-product, #product-search .productSearchArea {
    padding-top: 24px;
}
#pageTitle {
    padding: 22px 50px;
    /* height: 68px !important; */
}
#pageTitle .pageTitleBox h1 {
    font-size: 25px;
    line-height: 30px;
}
.paginationBox .pagination li a, .paginationBox .pagination li span {
    font-size: 12px;
    padding: 0;
}
.mb-24{margin-bottom: 24px;}
.sort-section .form-group {
    width: 50%;
}
#filterColumn{
    display: none;
    padding: 24px !important;
    padding-top: 0px !important;
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 0;
    width: calc(100% + 10px);
    left: -5px;
    right: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
/* .sortText{display: none;} */
#logo img{max-height: 35px; max-width: 83px;}
#headerArea .logo-section {
    padding: 26px 0 26px;
}
.sortDropdown .multiselect-selected-text{text-align: right;padding-left: 20px;}
#headerArea .container-fluid {
    padding: 0;
}

.itemBoxIcon .itemIconTooltip{left:auto;right:auto;}
   .addNewLocation {
     margin-top:24px
}
    #mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1),#mainCart .scroll-table tbody td:nth-child(2), #mainCart .scroll-table tfoot td:nth-child(2), #mainCart .scroll-table thead th:nth-child(2)  {
        position: -webkit-unset;
        position: unset;
        left: 0px;
        z-index: 10;
    }
    #mainCart .scroll-table tbody td:nth-child(2), #mainCart .scroll-table tfoot td:nth-child(2), #mainCart .scroll-table thead th:nth-child(2){
        left: 200px;
    }
    .stickyCartBtn {
        position: unset;
        right: 26px;
    }
    #mainCart .table-bordered tbody tr td .size-modal-popup{
        z-index: 9999 !important
    }
/*    .multiCartArea .btnWhiteBg, .multiCartArea .btn.btnWhiteBg {
        padding: 14px 15px;
        margin-right: 33px;
    }*/
    #mainCart .scroll-table {
        max-width: 100%!important;
        width: 100%;
        margin: auto;
    }
    .cart-table.multiCartArea #mainCart {
        /* padding: 0 5px; */
        padding-left: 0;
        /* padding-right: 20px; */
        padding-right: 0;
    }

    #mainCart .table-bordered tbody tr td .size-modal-popup {
        left: 0!important;
        top: 5%!important;
        /* transform:initial !important; */
        /* transform: translateX(0)!important; */
        transform: translate(0%, 0%)!important;
        width: 390px !important;
        position: fixed!important;
        right: 0 !important;
        margin: 0 auto!important;
        max-width: 350px;
    }
    #mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup, #mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup {
    right: 0% !important;
    top: 50% !important;
    transform: translateY(-51%) !important;
    left: 0!important;
    width: 390px !important;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content, #mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content {
    margin-right: 0px;
    margin-left: 0;
}
/* #mainCart table{padding-top: 24px;} */
.cart-table.multiCartArea .container-fluid,.cart-table.multiCartArea .col-12{padding: 0;}
.multiCartArea{padding-bottom: 50px;}

    #mainCart .table-bordered tbody tr td .size-modal-popup .modal-dialog {
        max-width: 350px !important;
        box-shadow: none;
    }
        
    #mainCart .table-bordered tbody tr td .size-modal-popup .modal-content {
        margin-left: 12px;
        background: #f5f5f5;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.5);
    }
    .location-modal .modal-dialog .modal-content{
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.50);
    }
    
    #mainCart  .size-input-am input{
        height: 38px;
    }
    
    #mainCart  .size-input-am{
        margin-bottom: 15px;
    }
    
    #mainCart .size-input-am input{
        margin: 3px auto 6px;
    }
  
    #mainCart .location-modal.modal {
        position: fixed;
        top: 0% !important;
        left: 0;
        right: 0;
        transform: unset;
        margin: auto !important;
        max-width: 350px;
        width: 100%;
    }

    .modal-open #mainCart .scroll-table{
        overflow: visible !important;
    }
    #mainCart .edit-info-form:before{display: none;}
/*    #mainCart .location-modal.modal{
        margin-top: 200px!important;
        margin-left: 35px!important;
        margin-right: 35px!important;
    }
    */
    .size-modal-popup .modal-content:after,.size-modal-popup .modal-content:before{display: none!important;}

    .scroll-button .scroll-btn {
        display: none;
    }
    .multiShippAdd .addressFieldsBox {
        margin-right: 0;
        margin-left: 0;
    }
    /* #mainCart .scroll-table thead th:nth-child(1) {
        min-width: 200px;
    } */
    #mainCart .table tfoot #grand-total .grand-total {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 10px;
        position:relative;
    }
    .news-letter .container-fluid {
        /* padding: 0px !important; */
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .news-letter .themeContainer .pr-20{
        padding-left: 0;
        padding-right: 0 !important;
    } */
    /* .news-letter .themeContainer .pl1{
        padding-left: 0;
        padding-right: 0; 
    } */
    .address-section {
        display: block;
    }
    .address-detail,
    .qty-detail{
        width: 100%;
        padding: 10px;
    }
    #mainCart .table tfoot #total-shipping td {
        padding: 20px 10px;
    }
    .stickyCartBtnBox {
        left: 200px;
    }
    #mainCart .table tfoot #grand-total td{
        padding: 20px 10px;
    }
    .main-total ul li {
        font-size: 12px;
        line-height: 14px;
    }
    .orderStatusDetail .themeContainer {
        padding: 0;
    }
    .orderStatusDetail .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .successPageArea .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .orderStatusDetail .themeRow .themeCol,
    .successPageArea .themeRow .themeCol{
        padding-right: 0;
        padding-left: 0;
    }
    .successPage {
        margin-bottom: 36px;
    }
    .successPageBox h1 {
        font-size: 36px;
        line-height: 36px;
    }
    
    #orderStatusArea{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .customModal .modal-header {
        padding: 24px 18px 12px;
        border-bottom: 0;
    }
    .customModal .modal-title {
        margin-bottom: 24px;
    }
    .customModal .modal-header .close {
        right: 16px;
    }
    .customModal .modal-body {
        position: relative;
        padding: 0 16px;
    }
    .customModal .modal-footer {
        padding: 24px 16px 30px;
    }
    .customModal .modal-footer .themeBtn {
        max-width: 100%;
        width: 100%;
    }
    
   
    .customModal .modal-footer .themeBtn.btnCancel,
    .customModal .modal-footer .themeBtn.btnBackTo{
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .customModal .modal-footer .btn.btnSubmit {
        margin-left: 0;
    }
    #previewModal.customModal .modal-header {
        padding: 18px 16px 16px;
    }
    #previewModal.customModal .modal-header .close {
        top: 18px;
    }
    #confirmModal.customModal .modal-dialog {
        width: 100%;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    #orderStatusArea #content{
        min-height: calc(100vh - 382px);
    }
    #information-information{
        min-height: calc(100vh - 195px) !important;
    }
    
    #orderStatusArea{
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }

    #error-not-found .themeContainer,
    #common-maintenance .themeContainer{
        padding: 0 12px;
    }
    .checkoutArea .themeContainer{
        padding: 0 16px;
    }
    .prodPricingBox .mb-24, .prodPricingBox .mb-24+.themeCol {
    padding: 0 !important;
}
.paginationBox .pagination{justify-content: center;}
#select_type_form .form-group input,
#select_type_form-adv .form-group input,
#select_type_form select,
#select_type_form-adv select{padding: 8px;}
.z-index-9999 {
    z-index: 999;
}
.orderInfoArea .container-fluid,.orderInfoArea .themeCol,.orderInfoArea .col-12{padding: 0;}
.col-sm-6.col-6.from-main.themeCol {
    padding-right: 6px !important;
}
.col-sm-6.col-6.to-main.themeCol {
    padding-left: 6px !important;
}
.menu-section .dropdown-menu2{
    position: relative;
    top:0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
 .dashboardModal .modal-footer .btn+.btn {
        margin-top: 0px;
        margin-left: 15px;
        min-width: 160px;
}
.orderDetailBox .orderSummaryBox .itemName, .checkoutArea .orderSummaryText .itemName, .checkoutArea .orderSummaryText .itemName a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #501B86;
    font-family: 'BentonSans Bold';
}
.orderSummaryBox .itemPrice{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    color: #333333;
}
.textDetailBtn {
    position: absolute;
    right: 0;
    top: -5px;
}
#checkout-cart.multiShippAdd .themeRow .themeCol{
        padding-left: 0px !important;
        padding-right: 0px !important;
}
#address-fields .input-block .form-control, #address-fields .input-block .inputBox .form-control{
    width: 100%;
}
.homeGridOverlay .gridOverlayText .itemGridBtn{
    margin-right: 10px;
}
body .breadcrumb > li{
    margin-bottom: 8px;
}
.acAlertBox.alert{
    margin-top: 15px;
}
    .informationBox.FAQs, .informationBox.Privacy,.informationBox.Conditions {
        padding: 24px 0;
    }
    ul.leadTimeBox {
    margin-bottom: 0 !important;
}
.price-value-text{
    margin-top: 0;
}
.continue-btn.cartBtnContinue .btn{
    display: block;
    text-align: left;
    width: 100%;
}
.continue-btn.cartBtnContinue{
    flex-direction: column-reverse;
    gap: 16px;
}
.noProductFound .coming-soon-section{
        padding: 12px;
        max-width: max-content;
     }

}
@media (min-width: 768px){
    .navbar2 {
        -ms-flex-direction: row;
        flex-direction: row;
        display:flex;
        margin-bottom: 0;
    }
}
@media (max-width: 768px){
    .coming-soon-slider .swiper-viewport{
        text-align: center;
    }
    .coming-soon-slider .swiper-viewport .swiper-pagination{
        width: auto;
        background-color: #5B0E8B1A;
        border-radius: 28px;
        padding: 8px;
        line-height: 9px;
        display: inline-block;
        position: relative;
    }
    .coming-soon-slider .swiper-viewport .swiper-pagination-bullet{
            opacity: 1 !important;
    }
    .prodSizeChart .sizeChartBox input {
        height: auto;
        min-height: 40px;
        padding: 4px !important;
        font-size: 14px;
        box-sizing: border-box;
        line-height: 1.2;
        vertical-align: middle;
    }
    
     .noProductFound .coming-soon-section{
        padding: 12px;
        max-width: max-content;
     }
     #single-checkout .row.themeRow {
        margin: 0;
        flex-direction: column-reverse;
    }
        .orderToggleBox .order-cart-text {
        font-size: 16px;
    }
    .orderToggleBox .orderToggleRight p {
        font-size: 14px;
    }
}
@media(max-width:575px){
    .modal-footer .submitBtn.flexCenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction:column;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        width: 100%;
    }
    .searchBox .searchMobileBtn img {
        width: 16px;
        height: 17px;
    }
    .dashboardModal.modal .modal-dialog {
        margin: 0 auto;
        padding: 0 10px
    }
    .dashboardModal.modal .modal-content {
        margin: 0;
    }
    .dashboardModal .modal-footer .btn+.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .dashboardModal .modal-footer .btn{min-width: 100%;}
     #supportModal .submitBtn .btnCancel {
        margin-left: 0;
        margin-top: 15px;
    }
    .userBtn img {
        width: 16px;
        height: 16px;
    }
    .cart-icon {
        height: 16px;
        width: 16px;
    }
    .brand-name{
        margin-left: 8px;
    }
    .headerCartBox ul li + li{
        margin-left: 16px;
    }
    
    .site_feedback_tracker_mobile img {
      width: 18px;
    }
}
@media (max-width:400px){
    #reset_form #captcha #code img {
        width: auto;
    }
    .sort-section .breadcrumb,
    .sort-section #input-sort {
        float: none;
    }
    
    #mainCart .scroll-table thead th:nth-child(1) {
        min-width: 253px;
    }
    #mainCart .scroll-table thead th:nth-child(2),#mainCart .scroll-table thead td:nth-child(2) {
        left: 253px;
    }
    #mainCart .table tfoot #grand-total .grand-total {
        font-size: 14px;
    }
    #mainCart .table tfoot #grand-total .grand-total .grand-total-value {
        margin-left: 10px;
    }
    .social-links{
        max-width: 100%;
    }

    #cart #cart-total, .cartButton .cart-count {
        min-width: 19px;
        height: 16px;
        font-size: 7px;
        line-height: 16px;
        top: -8px;
    }
    #steps-buttons{
        display: flex;
        flex-direction: column-reverse;
        gap: 29px;
    }
    .checkoutArea #continue-section,.checkoutArea .return-cart-btn{
        width: 100%;
    }

    #steps-buttons #continue-section .checkout-btn{
        float: none !important;
    }
     #steps-buttons #continue-section{
        margin-top: 29px;
    }
    .checkoutArea #steps-buttons .btn.themeBtn{
        width: 100%;
    }   
    .checkoutArea #steps-buttons .btn.themeBtn{
        width: 100%;
    }
    .captchaRow{
        display: block;
        padding-right: 0;
    }
    .dashboardModal .modal-body {
      padding: 0 16px;
   }
   .captchaRow .captchaCol{
       padding-right: 0;
       margin-top: 16px;
   }
   #captcha #code{
       width: 90%;
   }
   #supportModal #captcha .captchaIcon{
       width: 10%;
       margin: 10px 0 0 10px;
   }
   .dashboardModal .modal-footer{
    padding: 16px;
   }
   .homeGridOverlay .gridOverlayText h3{
        width: 105px;
   }
   #captcha .captchaIcon {
        top: 80px !important;
    }
    
}
@media (max-width:375px){
    .checkBox input:checked + label span:after,
    .checkBox input:checked + span:after,
    .checkBox label span:before {
        top: 3px;
    }
    
}
@media (max-width:350px){
    .checkBox label .approveCheckText p {
        font-size: 14px;
    }
    .social-links .sociallink-item img{
        margin-right: 12px;
    }
}
/* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .custom-margin {
        margin-top: 15px;
    }
    .overlay .PersonalisedBottomBtn {
        margin-top: 525px;
    }
    .overlay-one .PersonalisedBottomBtn {
        margin-top: 155px;
    }
}
/* your css rules for ipad landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } 
}
@media screen and (max-width:1200px){
    .three-sec-block{
        margin-bottom:18px !important;
    }
.custom_error {
        padding: 0 0px;
        width: 100%;
        margin-bottom: 18px;
        margin-top: 0px;
    }
 }
 /* Print PDF Preview CSS*/ 
@media print{
    * { 
        -webkit-print-color-adjust: exact; 
    }
    html { 
        background: none; 
        padding: 0; 
    }
    body { 
        box-shadow: none; 
        margin: 0; 
    }
    .paper {
        display:inline-block
    }
    span:empty, .add, .cut, .dropdown-menu, .modal, .sidebar-mobile--menu { 
        display: none; 
    }
    body {
        -webkit-print-color-adjust: exact;
    }
    table{ 
        page-break-after:auto 
    }
    tr{ 
        page-break-inside:avoid; 
        page-break-after:auto 
    }
    td{ 
        page-break-inside:avoid; 
        page-break-after:auto 
    }
    thead{ 
        display:table-header-group 
    }
    tfoot{ 
        display:table-footer-group 
    }
}

/* ==========Responsive css PDP Page=============== */

@media only screen and (max-width: 1258px) {
    .d-flex.align-items-center.sizechart-head-sec {
        display: block !important;
    }
    .sizeTotalPrice{
        display: flex;
    }
    .sizeChartFooter{
        margin-bottom: 20px;
    }
    .size-chart-sec-n {
        max-width: 100%;
    }
    .form-group.flexCenterStart.display-flex-start.button-sec {
        display: block;
    }
    .button-flex{
        margin-top: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    #product-product .product-left-section {
        padding-right: 16px;
        padding-right: 16px !important;
    }
   
    
  }

  @media only screen and (max-width: 991px) {
    .prodDetailList.prodDetailList-div{
        height: unset !important;
    }
    .pageBannerCaption {
        padding: 53px 30px 52px 16px;
        position: absolute;
        top: 0;
        transform: none;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        /* background: rgba(115, 38, 217, 0.10); */
        margin: 0;
    }
    .pageBannerCaption .sub-text{
        margin-bottom: 40px;
        width: 100%;
        max-width: 100%;
    }
    .pageBanner img{
        width: 100% !important;
        height: 375px !important;
    }
    
    .pageBannerCaption {
        /* position: relative; */
        max-width: 100%;
        transform: none;
        top: 0;
        margin: 0;
        padding: 72px 49px;
        background: transparent;
    }
    .dis-none-768 {
        display: none;
    } 
    .dis-block-768 {
        display: block;
    }
    #single-checkout .row.themeRow {
        margin: 0;
        flex-direction: column-reverse;
    }
    #single-checkout.coupa-checkout .row.themeRow {
        margin: 0;
        flex-direction: inherit;
    }
  }

  @media only screen and (max-width: 767.5px) {
    .header-filter-text #pageTitle{
        padding: 16px 16px 37px 17px;
    }
    .header-filter-text #pageTitle .headerFilterTitle {
        font-size: 16px;
        line-height: 24px;
    }
    .personalize-view{
        margin-left: 0px;
        padding-left: 0;
        width: 100%;
        min-width: auto;
    }
    .personalize-view .personalization-child{
        padding-right: 0;
    }
    .col-lg-6.col-md-12.col-sm-12.col-12.pl-0.product-right-section {
        padding-left: 16px !important;
    }
    .cart-btn-section, button#button-cart {
        width: unset !important;
    }
    a.back-icon-div {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .price-value-text{
        padding-bottom: 0;
    }
    .view-cart-btn.btn.themeBtn, .checkout-btn.btn.themeBtn {
        width: 100%;
    }
    a.view-cart-btn.btn.themeBtn {
        margin-bottom: 16px;
    }
    #filterColumn {
        max-height: 100vh;
        overflow: scroll;
    }
    /* #product-search {
        min-height: calc(100vh + 363px);
    } */
    .noProductFound .coming-soon-section{
        padding: 12px;
        max-width: max-content;
     }
  }
  
  @media only screen and (max-width: 576.5px) {
    .col-sm-6.col-12.pl-0.product-right-section {
        padding-left: 16px !important;
    }
    body .breadcrumb li:last-child a,
    body .breadcrumb > li > a {
        font-size: 14px;
    }   
    .successPageBox h1 {
        font-size: 32px;
    }
    .successPageArea #pageTitle{
        padding-top: 24px;
    }
    #common-success .successPageBox {
        padding: 16px 0;
    }
    .quantity-price-modal-div .modal-dialog {
        max-width: unset !important;
   }
    
  }
  @media only screen and (max-width: 435px) {
  
   .button-sec {
        display: block !important;
    }
    .cart-btn-section, button#button-cart {
        width: 100% !important;
    }
    button#button-buynow {
        width: 100%;
    }
    .productDetailsBox h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
        letter-spacing: -0.02em;
        text-align: left;
   }
   .itemDetailsHeader .brand-sku-clr {
        font-size: 18px;
        font-weight: 400;
        line-height: 22.5px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    .itemSku.itemSku-class {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 16.8px !important;
        text-align: left !important;
    }
    .back-icon-div{
        display: none;
    }
    .itemDetailsHeader {
        margin-bottom: 8px;
    }
    .breadcrumbBox {
        margin-bottom: 32px;
    }
    #product-product .breadcrumb {
        padding: 0 0 0px 0;
    }
    .productDetailsBox .prodDetailList .moqBox {
        padding-bottom: 0px;
    }
    .productDetailsBox .itemDetails {
        margin-bottom: 0 !important;
    }
    #productDetails .productImgThum .thumBox {
        margin-top: 16px;
    }
    .thumbnails {
        margin-bottom: 32px;
    }
    .size-chart-sec-n {
        padding: 16px;
        margin-bottom: 0;
    }
    .sizeChartFooter {
       margin-bottom: 0;
    }
    .buy-now-int {
        margin-left: 0px;
    }
    button#button-buynow {
      margin-top: 16px;
    }
    .order-qty-n-price p,
    .order-qty-n-price .here-class {
        font-size: 14px;
    }
    .order-qty-n-price {
       padding-top: 16px;
       padding-bottom: 16px;
       padding-left: 18px;
       padding-right: 18px;
       margin-top: 24px;
       margin-bottom: 0;
   }
   .order-qty-n-price p {
    text-align: left;
    }
    #product-product .contentTop {
        padding-bottom: 32px;
    }
    #productDetails #pageTitle
    {
        padding-top: 20px;
        padding-bottom:0
    }
    #product-product{
    padding-top: 32px;
    }
    .successPageBox h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    #common-success .successPageBox {
        padding: 0px 0;
    }
    .successPageBox .successPageLinks {
        padding-bottom: 55px;
    }
    .d-flex.align-items-center.button-flex {
        display: block !important;
    }
    .shippingchartModal-div .modal-title {
        font-family: 'BentonSans Bold';
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    a.view-cart-btn.btn.themeBtn,
        a.checkout-btn.btn.themeBtn {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
    }
        .price-div p {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        text-align: right;
        
        }
        .sub-total-div h5, .sub-total-price p {
        font-size: 16px;
         font-weight: 700;
         line-height: 19.2px;
         letter-spacing: -0.02em;
         text-align: right;
         
         }
         .pageBannerCaption {
            padding: 72px 25px;
             }
        #custom-order-Modal .modal-body {
            padding: 20px !important;
        }
        .closed-btn-modal {
            min-width: 120px;
            height: 45px;
        }
        .themeBtn.send-btn {
            min-width: 120px;
            height: 45px;
        }
    
  }
  @media only screen and (max-width: 410.5px) {
     .successPageArea .step-indicator {
        width: 318px;
    }
    /* .checkoutCartBox .cart-table tbody tr.sub-row td {
        padding: 15px 12px !important;
    } */
   .checkoutArea .checkoutBtn .return-cart-btn {
        margin-top: 0px;
    }
    .pepsiTableArea.popUpImgBox.table-responsive {
        overflow: auto;
    }
    .checkoutArea .checkoutAddBtn .cancelbtn-mybuy{
        margin-top: 16px;      
    }
    .checkoutArea .checkoutBtn {
            margin-top: 0;
        }
        .themeBtn:hover, .btn.themeBtn:hover {
            text-decoration: none;
        }
        #signUpForm .captcha-register #captcha{
            position: relative;
        }
        #signUpForm #captcha .captchaIcon {
            top: 16px !important;
            right: -10px !important;
            
        }
    .cart-table tbody tr.sub-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cart-table tbody tr.sub-row td.subRow-w{
        padding: 0 !important;
        width: 0;
    }
        .cart-table tbody tr.sub-row td:nth-child(4) {
        width: 23.333%;
    }
    .cart-table tbody tr.sub-row td:nth-child(5){
        width: 25%;
    }
    .cart-section tbody.xs-hidden.hiddenCartTbody{
        display: none;
    }
    .cart-table tbody tr.sub-row{
        justify-content: space-between;
    }
    .cart-table tbody tr.sub-row td{
        border-bottom: 0;
    }
    .cart-table tbody tr.sub-row{
        border-bottom: 1px solid #B3B5BA;
    }
      
  }
  @media only screen and (max-width: 376.5px) {
        .d-flex.cart-info-div{
            display: block !important;
        }
        #pdpSideBar .d-flex.cart-info-div {
            display: flex !important;
        }
        .shippingchartModal-div .modal-body h3 {
            margin-bottom: 5px;
        }
        .pageBannerCaption {
            padding: 72px 25px;
         
      }
  }
  @media only screen and (max-width: 373.5px) {
    .bannerText-new, .bannerText-new span {
        font-size: 23px;
        line-height: 31.6px;
    }
 }
    @media only screen and (max-width: 320px) {
        .pageBanner img {
            height: 326px !important;
        }
        .pageBannerCaption {
                padding: 52px 16px;
        }
        .bannerText-new span {
        text-wrap: wrap;
        }
    }
  
  /* ==========Responsive css PDP Page Ends=============== */
/* Apply Arial font only for Safari */
input.safari-font{
    font-family: Arial, sans-serif !important;
}
/* Target Safari using @supports and WebKit-specific properties */
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .select2-search__field {
        font-family: Arial, sans-serif; /* Example custom font for Safari */
    }
}

/* ==== Hiding Items ==== */
.productDetailsBox .order-qty-n-price{display: none;}
.price-value-text .here-class{font-weight: 700; color: #501B86; text-decoration: underline;font-family: 'BentonSans Bold';}

/* ==== Checkout page alert ==== */
.checkoutCartBox.cust-class .acAlertBox.alert{
    display: flex;
    align-items: baseline;
}
.checkoutCartBox.cust-class .acAlertBox.alert .fa{
    margin-right: 7px;
}
.product-a-quantity {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
}
a.site_feedback_tracker{
    color:#ffffff;
    font-size: 16px;
    font-weight: 700;
}
a.site_feedback_tracker:hover{
    color:#ffffff;
}

.gre-toolbar select { 
    display: inline-block;
    font-size: 13px !important;
}

#issue-tracker-form-sec .form-group.required.uat_title {
    overflow: hidden !important;
}

#search1 .searchInputInner .searchInputDiv,
#search .searchInputInner .searchInputDiv{
    display: block !important;
}