/* Altria Lee Denim Shirt */
@font-face {
    font-family: 'Inter'; 
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Inter/Inter-Bold.otf) format('opentype'),
    url(../fonts/Inter/Inter-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Inter'; 
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Inter/Inter-Regular.otf) format('opentype'),
    url(../fonts/Inter/Inter-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Bebas Neue'; 
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf) format('truetype'),
    url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf) format('truetype');
}
body,
html body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    background: #FFFFFF;
}
:root {
  --gray-01: #141413;
  --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: #F8F7F5;
  --gray-13: #444340;
  --gray-14: #C4C4C4;
  --gray-15: #DDDDDD;
  --link-color: #7D7474;
  --white-color: #FFFFFF;
  --Lee-Black: #000000;
  --orange-01: #C29A79;
  --orange-02: #852D01;
  --orange-03: #E9A27C;
  --error: #C2262D;
  --error-02: #EB001B;
  --success:#8DB92E;
} 
body h2, body h3, body h4, body h5, body h6 {
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1,
body h1 {
    font-size: 48px;
    color: #000000;
    margin: 0;
    font-family: 'Bebas Neue';
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
body a {
    color: #000000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}
body button{
    font-family: 'Inter', sans-serif;
}
body a:hover {
    text-decoration: none;
     color: #090A0F;
}
b,
strong {
    font-family: 'Inter', sans-serif;
}
img{
    height: auto;
    font-family: 'Inter', 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: 'Inter', sans-serif;
}
body a:focus{
    text-decoration: none;
    opacity: 1 !important;
    outline: 0;
}
body p{
    margin: 0;
    font-family: 'Inter', sans-serif;
}
pre {
    font-family: 'Inter', sans-serif;
}
body sup{
    top: -0.35em;
    font-size: 75%;
}
ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li{
    outline: 0;
    font-family: 'Inter', sans-serif;
}
.required label {
    position: relative;
}
.required label:after {
    content: '*';
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 2px;
}
body .form-control.datepicker {
    height: 50px;
    font-size: 18px;
    color: #171713;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    padding: 8px 16px 8px 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background-color: #F2F2F2 !important;
    line-height: 18px;
}
body .form-control[type="file"]::file-selector-button{
    font-size: 20px;
    line-height: 20px;
    color: #495057;
    font-weight: 400;
    background: #E6E6E6;
    border: 1px solid rgba(125, 116, 116, 0.50);
    border-radius: 2px;
    padding: 2px 4px;
}
.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 !important;
}
.modal-backdrop.fade.show,
.modal-backdrop.show {
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.50);
}
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: 'Inter', sans-serif;
}
.hasError .form-control,
.has-error .form-control,
#supportModal .modalBoxInner .hasError .form-control,
#supportModal .modalBoxInner .has-error .form-control
{
    border-color: #C2262D;
    padding-right: 50px;
}
.hasError .multiSelectBtn,
.has-error .multiSelectBtn{
    border-color: #C2262D;
}
.hasError .form-control:focus,
.has-error .form-control:focus{
    border-color: #C2262D;
}
.hasError .form-control,
.has-error .form-control{
    background-image: url(../image/validation-error.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top 17px right 21px;
}
.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: #828282;
    font-family: 'Inter', sans-serif;
}
.form-control:-moz-placeholder {
    color: #828282;  
    font-family: 'Inter', sans-serif;
}
.form-control::-moz-placeholder {
    color: #828282;
    font-family: 'Inter', sans-serif;  
}
.form-control:-ms-input-placeholder {  
    color: #828282; 
    font-family: 'Inter', sans-serif; 
}
/* 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,
.wrapCol400,
.wrapCol300{
    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;
}
.wrapCol400{
    max-width: 400px;
}
.wrapCol300{
    max-width: 300px;
}
/* Tooltip custom UI */
.tooltip.in,
.tooltip.show{
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
.tooltip-inner {
    padding: 5px 5px !important;
    background-color: #000000 !important;
    border-radius: 0 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff !important;
}
.tooltip.top {
    padding: 5px 0 10px 0;
}
.tooltip.top .tooltip-arrow {
    border-width: 10px 5px 0;
}
.tableTooltipCol .tooltip{
    margin-left: 15px;
}
.tableTooltipCol .tooltip .arrow{
    margin-left: 8px;
}
.tableTooltipCol .tooltip-inner {
    max-width: 100%;
    padding: 1px !important;
}
.tableTooltipBox .table{
    margin-bottom: 0;
    border-collapse: collapse !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-weight: 700;
    color: #171713;
    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;
}
.tooltip-inner .tooltipList,
.tooltip-inner .tabMenuTooltip,
.tabMenuTooltip{
    text-align: left;
}
/* Common Style */
#pageWrapper{
    overflow: hidden;
}
.themeContainer {
    width: 100%;
    max-width: 1440px;
    padding: 0 65px;
    margin-left: auto;
    margin-right: auto;
}
.themeMiddleBox{
    min-height: calc(100vh - 182px);
}
.bgGray{
    background: #F5F6F3;
}
.themeRow,
.row.themeRow{
    margin-right: -10px;
    margin-left: -10px;
}
.themeRow .themeCol{
    padding-right: 10px;
    padding-left: 10px;
}
.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: 269px;
    background: #000000;
    border: 0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 22px 30px 20px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Inter', sans-serif;
}
.themeBtnSecondry, 
.btn.themeBtnSecondry,
.btnWhiteBg, 
.btn.btnWhiteBg{
    min-width: 213px;
    height: 58px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000000;
    padding: 22px 30px 20px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.themeBtnSecondry, 
.btn.themeBtnSecondry {
    background: #E6E6E6;
    border-color: #E6E6E6;
}
.btnWhiteBg,
.btn.btnWhiteBg{
    background: #FFFFFF;
    border-color: #000000;
}
.themeBtn:hover,
.btn.themeBtn:hover,
.themeBtn:focus,
.btn.themeBtn:focus {
    color: #FFFFFF;
    background: #4E6684;
}
.themeBtnSecondry:hover, 
.btn.themeBtnSecondry:hover {
    background: #FFFFFF;
    border-color: #000000;
}
.btnWhiteBg:hover,
.btn.btnWhiteBg:hover{
    color: #000000;
}
.btnWhiteBg[disabled],
.btn.btnWhiteBg[disabled],
.btn.btnWhiteBg.disabled{
    color: #686868;
    background: #D0D0D0;
    border: 1px solid #686868;
    cursor: no-drop;
    opacity: 0.8;
}
.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: #171713
    outline: 0;
    background: #852D01;
    border-color: #852D01;
}
.themeBtn.focus,
.themeBtn:focus,
.btn.themeBtn.focus,
.btn.themeBtn:focus {
    color: #171713
    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;
    opacity: 0.4;
    cursor: no-drop;
    background: #000000;
    border: 0;
}
.btn.themeIconBtn {
    padding: 0 10px;
    line-height: 14px;
}
.btn.themeIconBtn2 {
    background: #C29A79;
    padding: 5px 15px;
    color: #171713;
    line-height: 14px;
}
.btn.themeIconBtn2:hover {
    color: #171713
}
.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: #000000;
}
.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;
}
.addBtbIconRight span{
    margin-left: 10px;
}
.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;
}
.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: 7px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.inputBox.required.hasError label,
.hasError label,
.required.hasError label:after,
.has-error label,
.required.has-error label:after{
    color: #C2262D;
}
body .form-control, 
body .form-control.datepicker {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #7D7474;
    padding: 21px 20px;
}
body .form-control:focus {
    border-color: #000000;
    color: #000000;
    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: 20px;
    font-family: 'Inter', sans-serif;
}
.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: #C29A79;
    accent-color: #C29A79;
}
/*.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: #C29A79;
    border-color: #C29A79;
}
.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;
}
.productState-Dropdown .multiSelectBtn .caret:before {
    content: "\f107";
    height: 10px;
    width: 16.5px;
    color: #40485F;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    font-family: "FontAwesome";
    position: absolute;
    top: 6px;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.productState-Dropdown .multiSelectBtn .caret{
    width: 16.5px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    cursor: pointer;
}
.multiSelectBtn[title="Select option"] .multiselect-selected-text,
.multiSelectBtn[title="Select"] .multiselect-selected-text{
    color: #828282;
    text-transform: capitalize;
}
.multiSelectBtn {
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    background-color: #fff;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    text-align: left;
    padding: 12px 21px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Inter';
}
.btn-group.open .dropdown-toggle.multiSelectBtn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.multiSelectBtn .multiselect-selected-text {
    width: 100%;
    display: inline-block;
    color: #000000;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}
.multiSelectBtn .caret {
    width: 16.5px;
    height: 10px;
    position: absolute;
    top: 26px;
    right: 24px;
    border: 0;
    cursor: pointer;
}
.multiSelectBtn .caret:before {
    height: 10px;
    width: 16.5px;
    content: "\f107";
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 10px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.btn-group.show .multiSelectBtn .caret{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
}
.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{
    display: block;
    padding: 5px 10px 5px 40px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.inputBox.required.hasError .multiselect-container.dropdown-menu li a label{
    color: #000000;
}
.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: #000000;
    accent-color: #000000;
}
.multiselect-container label.radio input[type='radio']:after{
    display: none;
}
/*.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: 40px;
    font-size: 14px;
    color: #000000;
    padding: 8px 40px;
    border: 0;
    background: #E6E6E6;
}
.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: 40px !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: 40px !important;
    padding-right: 30px;
    font-family: 'Inter', 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: #000000;
}
.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;
}
.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;
    font-weight: 600;
    line-height: 36px;
    position: absolute;
    top: 2px;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.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;
    font-weight: 600;
    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: 40px;
    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: 12px;
    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: 12px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    word-wrap: break-word;
}
.select2-container--default .select2-results__option.select2-results__message{
    color: #000000;
}
.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: #000000 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background: #F0F0F0 !important;
    color: #000000 !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: #000000;
    font-weight: 600;
    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 14px;
    border: 0;
    outline: 0;
    font-size: 12px;
    line-height: 18px;
    color: #8B8F92;
    font-weight: 400;
    border-bottom: 1px solid #D0D0D0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
   color: #828282;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-moz-placeholder {
    color: #828282;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
    color: #828282;
   font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {  
    color: #828282;
   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 {
    position: absolute;
    bottom: -39px;
    width: 100%;
}
.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;
    font-weight: 600;
    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: #828282;
}
.inputBox .form-control:-moz-placeholder {
   text-align: left; 
   color: #828282;
}
.inputBox .form-control::-moz-placeholder {
   text-align: left;
   color: #828282;
}
.inputBox .form-control:-ms-input-placeholder {  
   text-align: left;
   color: #828282;
}
.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: 7px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.inputBox label.cls_bold, 
.form-horizontal .inputBox .control-label.cls_bold{
    font-weight: 700;
}
.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: 40px;
    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: 15px;
}
/*captcha*/
.captchaRow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.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: 15px;
    padding-left: 15px;
}
.captchaCol #captcha {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 4px;
    text-shadow: none;
}
#captcha #code {
    border-radius: 0;
    padding: 5px 16px;
    border: 1px solid #7D7474;
    font-size: 16px;
    height: 60px;
    line-height: 22px;
    background: #ffffff;
    transition: 0.4s ease;
}
#captcha #code span{
    color: #000000;
}
.findOrderFormBox #captcha .captchaIcon {
    width: 28px;
    height: 30px;
}
#captcha .captchaIcon {
    background: url(../image/Refresh_icon.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: #171713;
    background-color: #C29A79;
    background-image: linear-gradient(to bottom, #C29A79, #C29A79);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #000000;
    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 */
/*#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}*/
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #ffffff;
    height: 40px;
}
/* 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: #333333;
}
.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-weight: 700;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    padding: 0px;
    border-radius: 13px;
    background: #FFF;
    color: #000000;
    padding: 1px 4px;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
/*success code*/
#common-success .successPageBox {
    padding: 107px 0;
    min-height: calc(100vh - 204px);
}
#common-success .themeContainer{
    padding: 0 87px;
}
#common-success .successPageBox .successPageInner {
    max-width: 740px;
    width: 100%;
}
.successPageBox h1 {
    font-size: 48px;
    line-height: 56px;
    color: #141413;
}
.successPageBox .successPageTitle h1{
    margin-bottom: 40px;
}
.accountSuccessArea .successPageBox h1 {
    margin-bottom: 24px;
}
.successPageBox .successPageLinks {
    padding-bottom: 17px;
}
.successPageBox .successPageLinks p {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    word-break: break-word;
}
.successPageBox .successPageLinks .orderNumber span,
.successPageBox .successPageLinks p a{
    color: #C29A79;
}
.successPageBox .successPageLinks p a {
    display: inline-block;
    position: relative;
}
.successPageBox .successPageLinks p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C29A79;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 0;
}
.successPageBox .successPageLinks p a:hover:before,
.successPageBox .successPageLinks p a:focus:before{
    opacity: 1;
}
.successPageBox .successThankNote h3 {
    font-size: 28px;
    line-height: 38px;
    color: #141413;
    font-weight: 400;
}
 .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: #333333;
} 
.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: #333333;
}
.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:#000000;
}
.hed-sec{
    font-weight: 500;
    line-height: 24px;
    color:#333333
}

.sec-order{
    margin-top: 24px;
    border-top: 1px solid #D1D1D1;
    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: #333333;
}
.digit-txt{
    float:right;
    color: #333333;
    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:#333333;
    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-weight: bold;
    font-size: 18px;
    line-height: 18px;
      color: #D40029;
      padding:18px 0px 0px 0px;
      border-top:1px solid #D1D1D1;
      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: #000000;
    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: #F0F0F0;
}
.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: 14px;
}
.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: #333333 !important;
    font-size: 34px;
    font-family: 'Inter', 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: #333333;
    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{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: #C29A79;
    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: 8px;
    position: absolute;
    top: -8px;
    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 #C29A79;
    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;
}
#menu .nav li .dropdown-menu a,
.headerCartBox ul li .dropdown-inner a{
    display: block;
    position: relative;
    padding: 7px 0;
    clear: both;
    color: #171713;
    font-size: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
#menu .nav li .dropdown-menu a:hover,
#menu .nav li .dropdown-menu a.active,
.headerCartBox ul li .dropdown-inner li a:hover{
    color: #171713;
}
#headerArea a .menuLink{
    display: inline-block;
    position: relative;
}
#headerArea a .guestLink {
    color: #171713;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
}
/*#headerArea a .menuLink.guestLink:before{
    background-color: #FFFFFF;
}
#headerArea a .menuLink:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C29A79;
    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{
    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: #171713;
    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-weight: 700;
    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: #171713;
    padding: 2px 18px;
    float: right;
    background-color: #C29A79;
    background-image: linear-gradient(to bottom, #C29A79, #C29A79);
    background-repeat: repeat-x;
    border-color: #C29A79 #C29A79 #C29A79;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #171713;
    background-color: #C29A79;
}
#menu .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 236px;
    box-shadow: none;
    background: #C29A79;
    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 #C29A79;
    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 #C29A79;
    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;
    border-bottom: 1px solid #CCCCCC;
}
.headerBoxTwo .headerTwoInner {
    min-height: 65px;
}
.headerBoxTwo .headerTwoLogo h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    margin: 0;
    font-weight: 600;
}
.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-weight: 700;
    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%;
}
.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: #C29A79;
 color: #171713;
}
.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;
}
#headerArea .headerText h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #C29A79;
}
.headerBoxTwo .navbar-nav>li>a:hover,
.headerBoxTwo .navbar-nav>li>a.active{
    color: #C29A79;
}
#headerArea.signUpHeader {
    display: block;
}
#headerArea .signUpLink a {
    color: #171713;
    padding: 30px 0;
    display: inline-block;
}
#headerArea .signUpLink a .menuLink{
    display: inline-block;
    position: relative;
    min-width: 50px;
}
#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: 1;
}
.headerBoxTwo .searchBox .form-control {
    padding: 10px 40px 10px 10px;
}
.searchBox .searchInput{
    position: relative;
    margin-left: 38px;
}
.searchBox .search-btn,
.searchBox .searchBtn{
    padding: 0 14px;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    line-height: 17px;
}
.searchBox .searchBtn{
    left: auto;
}
.searchBox .search-btn.searchMobileBtn {
    position: relative;
    top: 0;
    padding: 0 0 0 15px;
}
.searchBox .form-control {
    min-width: 240px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    height: 40px;
    padding: 10px 40px 10px 16px;
}
.bannerNoteBox{
    background: #C29A79;
    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: #171713;
}
.bannerNoteBox .bannerNoteText p span{
    font-weight: 900;
}
/* content */
/*#content {
    min-height: calc(100vh - 130px);
}*/
/* footer */
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 13px;
    font-weight: 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;
}
body .breadcrumb > li > a{
    font-size: 11px;
    line-height: 14px;
    color: #141413;
}
body .breadcrumb li:nth-last-of-type(1) a{
    color: #141413;
}
body .breadcrumb li:first-child a{
    color: #B1ADA6;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
}
body .breadcrumb > li + li{
    padding-left: 20px;
}
body .breadcrumb>li+li:before {
    content: "";
    padding: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url(../image/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    width: 8px;
    height: 8px;
}
.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: #171713;
    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: #171713;
    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: #171713;
    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: #171713;
    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: #171713;
    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: #171713;
    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 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #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: #171713;
    text-shadow: 0 1px 0 #000000;
}
.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 38px 0;
}
.mfp-bg{
    background: #333333 !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 .productRightCol .redeemBtnBox{
    margin-top: 40px;
}
#productDetails .productImg img{
    border: 1px solid #E6E6E6;
}
#productDetails .productImgThum {
    margin: 0;
    margin-top: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.productState-Dropdown .dropdownTitle{
    font-weight: 700 !important;
    padding: 0 !important;
}
.productState-Dropdown .btn-group button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.radioBtnTextBox.active{
    border: 2px solid #171713; 
    padding: 5px;
}
.productState-Dropdown .multiselect-item, .productState-Dropdown .multiselect-container .radio input[type="radio"]{
    display: none !important;
}
.productState-Dropdown .multiselect-container li label{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.42px;
}
#productDetails .productImgThum .thumBox {
   width: 15%;
    height: auto;
    display: inline-block;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    /* min-width: 110px; */
    max-width: 80px;
    margin-right: 16px;
}
#productDetails .productImgThum .thumBox:nth-last-of-type(1) {
    margin-right: 0;
}
#productDetails .productImgThum .thumBox:nth-of-type(n + 4){
    margin-bottom: 10px;
}
#productDetails .productImgThum .thumBox .thumbnail {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
     cursor: pointer;
}
#productDetails .productImgThum .thumBox .thumb-active {
    border-color: #E6E6E6;
    background: #F8F8F8
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.productImgThum .thumbnail a>img, 
.productImgThum .thumbnail img {
    padding: 0;
    background-color: #F0F0F0;
    border-radius: 0;
    border: 0;
    width: 100%;
    display: inline-block;
    max-width: 80px;
}
.thumbnails .productImg {
    text-align: center;
    background-color:transparent;
}
.thumbnails .productImg img {
    width: 100%;
    display: inline-block;
}
.thumbnails .prodImg #canvas {
    object-fit: cover;
}
.product-grid .product-thumb .image {
    float: none;
}
.mfp-bottom-bar{display: none !important}
.product-thumb h4 {
    color: #000000;
    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;
}
.inputBoxNote.support-req{
    color: #000000 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 4px;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.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: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-new {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-old {
    color: #8B8B8B;
    font-weight: 700;
    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-weight: 600;
    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-weight: 600;}
/*==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: #171713;
    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: 0;
    background-color: #F0F0F0;
}
.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 #333333;
    width: 40px !important;
    height: 40px !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-wrap .mfp-arrow:before, 
.mfp-wrap .mfp-arrow:after{
    color: #000;
}
.mfp-close{top: 5px !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: #000000 !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 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #D40029 !important;
    font-size: 15px;
    margin-bottom: 0;
}
.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-weight: 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;
}
.backBtnBox span{
    margin-left: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.checkoutArea .checkoutGreyBg:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 58.33333333%;
    bottom: 0;
    background-color: #F8F7F5;
    z-index: -1;
    margin-left: 0px;
}
.checkoutArea .panel-default {
    background-clip: padding-box;
    border: 0;
    box-shadow: none !important;
    background: #F8F7F5;
    margin-bottom: 24px;
}
#checkout-checkout #shippind-details-block,
#checkout-checkout #billing-details-block{
    padding: 16px 20px;
}
.checkoutArea .panel-heading {
    background: #F8F7F5;
    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 #C4C4C4;
    padding: 11px 20px;
}
.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;
}
.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;
}
.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: 34px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;  
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
}
.panelBoxBody .shipping-cost{
    margin-left: 15px;
}
.panelBoxBody .shipping-cost p {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #000000;
}
.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: #C29A79;
}
.custom-radio-btn .checkmark {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    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: #171713;
    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: 40px;
    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;
}
#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: 16px;
    line-height: 25px;
    color: #C2262D !IMPORTANT;
    margin-top: 8px;
    width:100%;
    font-family: 'Inter', sans-serif;
}
.text-success.mB8{
    margin-bottom: 8px
}
.text-success.mT8{
    margin-top: 8px
}
.validationText {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.validationText p {
    color: #C2262D;
    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 #D1D1D1;
}
.orderSummaryBox .orderSummaryImg .img-thumbnail {
    border: none !important;
    border-radius: 0;
    width: 96px;
    height: 120px;
    object-fit: contain;
    object-fit: contain;
    line-height: normal;
    padding: 0;
    background: #FFFFFF;
}
.productQty {
    position: absolute;
    right: 5px;
    top: 5px;
}
.productQty span{
/*    width: 19px;
    height: 19px;*/
    min-width: 15px;
    min-height: 15px;
    display: inline-block;
    color: #171713;
    font-size: 10px;
    line-height: 15px;
    font-weight: 800;
    background-color: #C29A79;
    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: #333333;
    font-weight: 600;
}
.ship-details .orderSubTiltle h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.ship-details p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    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: #333333;
}
.shipDetailsBtn .fa{
    font-size: 14px;
    font-weight: 400;
    color: #C29A79;
    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 12px;
}
.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: 24px;
    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;
}
/* 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 a{
    display: block;
}
#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: #171713;
    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: #828282 !important;
}
#payment-details-checkout .payment-form-wrapper input::-moz-placeholder {
    color: #828282 !important;
}
#payment-details-checkout .payment-form-wrapper input:-ms-input-placeholder {
    color: #828282 !important;
}
.ElementsApp .InputContainer .InputElement,
#payment-details-checkout .ElementsApp input{
    font-weight: 400 !important;
    color: #000000 !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: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
.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: #C29A79;
}
.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-weight: 700;
    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: #000000;
    padding: 12px 10px;
}
.checkbox .custom-checkbox .checkmarkLabelBold{
    font-weight: 700;
}
.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;
}
/*
#loader .spinner p{
    font-size: 24px;
    font-weight: 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-weight: 600;
}
/*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: #000000;
}
.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: #000000;
    font-weight: 700;
}
.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: #000000;
}
.cloverly-method > label span.powerd{
    display: block;
    font-size: 10px;
    margin-top: -1px;
    color: #381e5d;
    margin-top: -3px;
    font-weight: 600;    
}
.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%;
    margin-top: 15px;
}
.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: 20px;
    border-top: 1px solid #C4C4C4;
    padding-top: 12px;
    margin-bottom: 0;
}
.fn-total .fn-t-row span.cost{
    float: right;
    text-align: right;
}
.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 - 850px);
    padding-top: 48px;
    padding-bottom: 144px;
}
.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: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.quantity-error-mess {
    text-align: center;
    background-color: #C29A79;
    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: #171713;
}
.quantity-error-mess .close{
    opacity: 1;
    text-shadow: none;
    text-decoration: none;
    outline: none !important;
    color: #171713;
}
.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: #F8F7F5;
    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: #141413;
    z-index: 1;
}
.address-fields {
    width: 100%;
    float: left;
}
.multiShippAdd .addressSearch {
    position: relative;
    margin-bottom: 56px;
}
.multiShippAdd .addressSearch .form-control {
    background-color: #F8F7F5;
    border-radius: 20px;
    border: 1px solid #F8F7F5;
    padding: 9px 11px 9px 36px;
}
.multiShippAdd .searchboxIcon {
    position: absolute;
    top: 8px;
    left: 12px;
    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: 12px;
}
.address-fields .add-block:nth-child(even) {
    padding-left: 12px;
}
.address-fields .addBlockDiv{
    background-color: #F8F7F5;
    padding: 14px 12px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #F8F7F5;
}
.address-fields .addBlockDiv h4,
.address-fields .addBlockDiv p{
    font-size: 12px;
    line-height: 18px;
    color: #444340;
    font-weight: 400;
}
.address-fields .addBlockActive .addBlockDiv{
    border-color: #B1ADA6;
    background-color: #DDDDDD;
}
.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 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    font-weight: 600;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #B1ADA6;
}
.add-list-group span.active-icon{
    color: #C29A79;
}
.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: 11px;
    margin-top: 3px;
}
.addNewLocation {
    padding-bottom: 58px;
    text-align: right;
}
.add-detail-block {
    padding: 0 24px;
    background-color: #F6F8F5;
}
.add-detail-block .addBlockInner {
    padding: 25px 0;
    border-bottom: 1px solid #8B8F92;
}
.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: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
}
.textDetailDiv .addBlockDiv p{
    font-size: 12px;
    line-height: 16px;
    color: #444340;
}
.text-detail-block {
    position: relative;
    margin-bottom: 21px;
}
.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: #000000;
}
.textDetailBtn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.continueBtnBox {
    margin-top: 58px;
    text-align: right;
}
.newAddFormBox .alert,
.alert.alertMarginBot{
    margin-top: 0;
    margin-bottom: 24px;
}
.alert.alertMarginTop{
    margin-top: 24px;
    margin-bottom: 0;
}
.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;
}
.reloadPageBox .alert-danger{
    background: #EB001B;
    color: #171713;
    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: #141413;
}
.noteText {
    padding-top: 5px;
}
.noteText p b{
    font-weight: 700;
}
.addressBtnFooter{
    padding: 25px 0;
}
/* Multi location area CSS */
.multiCartArea {
    padding-bottom: 79px;
    min-height: calc(100vh - 1235px);
}
.multiCartArea .mulriCartAlert {
    margin-bottom: 15px;
}
.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: #C29A79;
    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: #171713;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#mainCart .scroll-table {
    width: 100%;
    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%;
}
#mainCart .scroll-table thead {
    position: relative;
    z-index: 9;
}
#mainCart .scroll-table thead th{
    border-top: 1px solid #dee2e6;
    position: relative;
    background: #F8F7F5;
    padding: 12px 14px;
    border-bottom: 1px solid #C4C4C4;
    white-space: normal;
    min-width: 132.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) {
    position: -webkit-sticky;
    position: sticky;
    left: 0px ;
    z-index:9;
}
#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){
    background: #ffffff;
    padding: 50px 0 0 0;
}
.cart-table #mainCart thead tr th{
    font-weight: 400;
    text-transform: none;
}
#mainCart .moq-error-block{
    background-color: #C29A79;
    color: #171713;
    display: block;
    margin-bottom: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: auto;
}
#mainCart .prod-img{
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    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: 170px;
    object-fit: contain;
    object-position: center;
}
.remove-icon {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #C29A79;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #171713;
    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: #171713;
}
.remove-product-text {
    text-align: center;
}
.remove-confirm-btn-item.themeBtn{
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 11px 10px;
}
.cancel-confirm-text.btnWhiteBg{
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    padding: 11px 10px;
}
#mainCart .prod-name-detail {
    margin-bottom: 12px;
}
#mainCart .prod-name-detail p{
    font-size: 12px;
    line-height: 16px;
}
.remove-product-text h4,
#mainCart .prod-name-detail .prod-name {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
#mainCart .prod-name-detail .prod-sku {
    color: #777777;
}
#mainCart .prod-bot-details .prod-costing .productPrice {
    margin-bottom: 12px;
}
.prod-bot-details .prod-costing p {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.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: 12px 15px 15px 25px;
    position: relative;
    background-color: #ffffff;
    width: 70%;
}
.address-detail p,
.address-detail h4{
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.address-detail .edit-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000000;
    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: #F8F7F5;
}
.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: 12px;
}
.qty-detail li span {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.qty-detail li span.textBold{
    font-weight: 700;
}
#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 #A0A0A0;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    text-align: center;
    position: relative;
    outline: none;
    font-weight: 600;
}
.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: #B1ADA6;
}
.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 #C4C4C4;
    border-top: 1px solid #C4C4C4;
}
#mainCart .table-bordered>thead>tr>td,
#mainCart .table-bordered>thead>tr>th{
    border: 0;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}
#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: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
}
.tooltip{
    z-index: 99999 !important;
}
.sustainable-icon img{
    max-width: 30px;
    cursor: pointer !important;
}

#mainCart .table tfoot #total-shipping td {
    background-color: #F8F7F5;
    padding: 28px 14px;
    vertical-align: middle;
}
.main-total ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.main-total ul li .total-value {
    margin-left: 5px;
}
.main-total ul,
.item-costing ul {
    margin-bottom: 0;
}
.item-costing ul li{
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.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: #C29A79;
    color: #171713;
    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: #C4C4C4;
    padding: 30px 25px;
    vertical-align: middle;
}
#mainCart .table tfoot #grand-total .grand-total{
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
#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;
}
.z-index-9999-b {
    z-index: 99999 !important;
    border-color: transparent !important;
}
.location-modal.modal {
    position: absolute;
    width: 351px;
    left: 106%;
    height: 310px;
    top: 60%;
    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: 2px auto;
}
.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;
}
.location-modal .modal-header,
.size-modal-popup .modal-header{
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 40px;
}
.location-modal .modal-header .close,
.size-modal-popup .modal-header .close {
    margin-top: 0;
    opacity: 1;
    padding: 0 1rem;
}
.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: #000000;
    margin-bottom: 15px;
    font-weight: 600;
}
.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: #000000;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}
.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: #000000;
    font-weight: 600;
}
.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{
    position: absolute;
    top: 50%;
    width: 339px;
    max-height:422px;
    min-height: 422px;
    left: 80%;
    transform: translateY(-50%);
    z-index: 99999 !important;
}
#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: 65%;
    top: 50%;
    transform: translateY(-50%) !important;
    transform: translateX(0%);
    width: 390px !important;
}
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-dialog{
    width: 322px !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: 60% !important;
    top: 50%;
    transform: translateY(-50%) !important;
    left: auto;
    transform: translateX(0%);
    width: 390px !important;
}
.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: #000000;
    font-weight: 700;
}
.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: #000000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    outline: none;
}
.size-input-am p{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.moq-error-block{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    color: #171713;
    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;
    border-bottom: 1px solid #D9D9D9;
}
#headerArea .headerBox {
    position: relative;
    z-index: 99;
    min-height: 80px;
    background-color: #FFFFFF;
}
#headerArea .headerInnerBox {
    position: relative;
    justify-content: center;
}
#headerArea .logo-section #logo {
    text-align: center;
}
#headerArea .logo-section a{
    display: inline-block;
}
#headerArea .logo-section h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #C29A79;
    margin: 0;
}
#headerArea .logo-section h1 a{
    color: #333333;
}
.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;
}
.inlineFlexCenter{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
}
#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: 50px;
}
#menu .nav li.dropdown {
    padding: 35px 0;
}
#menu .nav li a{
    color: #171713;
    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 {
    padding: 7px 15px;
    color: #171713;
    background: #C29A79;
    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: #C29A79;
    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: 15px;
}
.headerCartBox ul li .headerIconDiv{
    padding: 33px 0 34px;
}
.headerCartBox ul li .headerIconDiv.cartButton {
    padding-right: 10px;
}
.headerCartBox ul li .userButton .dropdown-menu{
    left: auto;
    right: -10px;
    margin-top: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
}
.headerCartBox ul li .userButton .dropdown-inner ul li {
    padding: 0;
    border-bottom: 1px solid rgba(240, 240, 240, 0.25);
}
.headerCartBox ul li .userButton .dropdown-inner ul li:nth-last-of-type(1) {
    border-bottom:0;
}
.headerCartBox ul li .userButton .dropdown-inner a{
    padding: 9px 15px;
}
 .headerCartBox ul li .userButton .dropdown-inner li a:hover{
    background: #F0F0F0;
    color: #000000;
}
#headerArea .userButton .dropdown-menu a:hover .menuLink:before{
    opacity: 0;
}
#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 #C29A79;
    position: absolute;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
}
.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: #171713;
    font-weight: 400;
}
.headerCartBox .userDetailsBox .userRole{
    font-size: 10px;
    line-height: 18px;
    color: #171713;
    font-weight: 600;
}
.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 #141413 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.searchInputBox #searchField{
    width: 30px;
    height: 40px;
    background-color: #141413;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #171713;
    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 #searchField::-webkit-input-placeholder {
    color: #828282;
}
.searchInputBox #searchField:-moz-placeholder {
    color: #828282;  
}
.searchInputBox #searchField::-moz-placeholder {
    color: #828282;
}
.searchInputBox #searchField:-ms-input-placeholder {  
    color: #828282;
}
.searchInputBox #searchField:focus,
.searchInputBox #searchField: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 #searchField{
    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: #171713;
    padding: 5px;
    color: #171713;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    top: 2px;
    position: absolute;
    right: 7px;
}
.hamburger .line{
    width: 18px;
    height: 1px;
    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(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) 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;
}
/*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:#F3F2EE;
}
.login-form{max-width: 470px;margin: 100px auto;}
.login-heading{width: 100%;text-align: center;}
.login-form h2,.register-form h2{
    color: #000000;
    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: 6px;
  right: 10px;
}
.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 input,
.form-login select,
.form-account input,
.form-password input,
.form-address input,
.form-address select,
.form-account select,
.option{
    border: 1px solid #96918B;
    border-radius: 4px;
    background-color: #FFFFFF;
    height: 40px;
    font-size: 16px;
    color: #141413;
}
.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: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;
}
.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: #C29A79;
    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: #333333;
    margin-bottom: 15px;
}
.selectItemBox select.form-control{
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    height: 48px;
    padding: 12px 17px;
    font-size: 16px;
    color: #515151;
}
.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:#333333;
    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: #333333;
    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 #333333;
    border-radius: 4px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}
#product .productContent .sampleNoteDiv p {
    font-weight: 700;
}
.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: #333333;
    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;
    border-radius: 2px;
    margin-right: 13px;
    border: 2px solid #333333;
    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: #333333;
    border-radius: 2px;
    border: 2px solid #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: lowercase;
    color: #171713;
    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: #000000;
    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: #000000;
    margin: 0 4px;
    text-align: center;
}
#product .addToCartBtn {
    width: 100%;
}
.addToCartBox .cartBtnNote {
    margin-bottom: 12px;
}
.addToCartBox .cartBtnNote p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.addToCartBtn .toolTipBtn{
    display: block;
    cursor: not-allowed;
    position:relative;
}
.toolTipBtn:before {
    content: attr(data-text);
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
    position: absolute;
    left: 50%;
    width: 50%;
    margin: 0;
    bottom: 100%;
    padding:6px;
    border-radius:4px;
    background:#000;
 color: #171713;
    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 #000000;
    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: 1;
}
#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: #171713;
    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: #000000;
}
#footerArea .themeContainer{
    padding: 0 173px;
}
.footerContainer{
    max-width: 1440px;
    padding: 0 173px;
    margin-left: auto;
    margin-right: auto;
}
#footerArea .projectStartArea{
    background: #686868;
    padding: 29px 0;
}
.projectStartBtn .btnWhiteBg {
    min-width: 260px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
#shippingFormSection .shippingFormArea .themeRow .ship-50 {
    padding-right: 8px;
    padding-left: 10px;
}
.projectStartArea .projectStartText {
    margin-right: 39px;
}
.projectStartArea .projectStartText p {
    font-size: 32px;
    line-height: 30px;
 color: #171713;
    font-weight: 400;
    text-transform: uppercase;
}
#headerArea .logo-section a img{
    width: 94.168px;
    height: 52.248px;
}
#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;
}
.footerLogo a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 30px;
}
.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 #000000;
}
.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: 20px;
    font-weight: 400;
    color: #F5F6F3;
    position: relative;
}
#footerArea .footerCopyright{
  min-height: 80px;
}
#footerArea .copyrightText p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
}
.footerCopyMenu ul{
    text-align: left;
    margin-bottom: 0;
}
.footerCopyMenu ul li{
    display: inline-block;
    padding-right: 30px;
}
.footerCopyMenu ul li:nth-last-of-type(1) {
    padding-right: 0;
}
.footerCopyMenu ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}
.cancelBtn{float: right;cursor: pointer;font-size: 18px;}
.pageBanner {
    position: relative;
}
.pageBannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
}
.pageBannerCaption h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
}
.pageBannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 50px;
    max-width: 835px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
}
.pageBannerCaption h4{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #F8F8F8;
    margin: 0;
}
.pageBanner img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/*.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: #171713;
}
.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: #171713;
}
.shopCatBtnBox .themeBtn.selectedCat{
    background: #9F001F;
    border: 1px solid #9F001F;
}
/*Homepage CSS*/
.homePageArea {
    padding: 36px 0 72px;
}
.homeCategoryGrids {
    padding-top: 48px;
}
.homeCatTitle {
    margin-bottom: 20px;
}
.homeCatTitle h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171713;
    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 #D1D1D1;
}
.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;
    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;
}
.homeGridOverlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    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%);
}
.homeItemGrid:hover .homeGridOverlay:before,
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay:before{
    opacity: 0;
     -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{
    margin-left: 15px;
}
.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;
}
.homeGridOverlay .gridOverlayText{
    position: absolute;
    bottom: 20px;
    left: 23px;
}
.homeGridOverlay .gridOverlayText h3{
    font-size: 28px;
    line-height: 38px;
 color: #171713;
    font-weight: 400;
}
.homeGridOverlay .itemGridBtn{
    margin-top: 2px;
}
.homeGridOverlay .itemGridBtn img{
    max-width: 13px
}
.homeGridOverlay .itemGridBtn p {
    font-size: 14px;
    line-height: 18px;
 color: #171713;
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.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: 6px;
}
.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;
}
#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: #171713;
    font-weight: 500;
    margin: 0
}
.homeGridLeft .homeItemTop h3 {
    /*max-width: 213px;*/
}
.homeItemGrid .gridDescription {
    /*max-width: 324px;*/
}
.homeItemGrid .gridDescription p {
 color: #171713;
    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: #171713;
    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;
}
#homeGridBlockOne .itemGridTwo,
#homeGridBlockTwo .itemGridTwo{
    margin-top: 0;
}
/*#homeGridBlockOne {
    margin-bottom: 24px;
}*/
#homeGridBlockTwo {
    margin-bottom: 24px;
}
.itemGridTwo .itemGridContent {
    padding-top: 12px;
}
.itemGridTwo .itemGridTitle {
    padding-right: 12px;
}
.itemGridTwo .itemGridTitle h3 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}
.itemGridTwo .itemGridTitle p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.itemGridTwo .itemGridTitle .color_text {
    margin-top: 6px;
    color: #8B8B8B;
    font-weight: 400;
}
.itemGridTwo .itemGridIcon .fa {
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    width: 31px;
    height: 31px;
    background: #D40029;
 color: #171713;
    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: 30px;
    background: transparent;
}
.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: 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: #F8F7F5;
    object-fit: contain;
    object-position: center;
}
.productDataRow .itemGridTwo {
    margin-top: 0;
    margin-bottom: 50px;
}
.itemGridTwo .itemGridInfo{
    margin-top: 11px;
}
.itemGridTwo .itemGridInfo p{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}
.itemGridTwo .itemGridColor{
    margin-top: 26px;
}
.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-color: #000000;
}
.itemGridTwo .itemGridColor span,
.createItemGrid .createItemColor a span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.itemGridTwo .itemGridColor span.gridColorCount{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-right: 0;
    border: 0;
}
.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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    bottom: 0;
    display: block;
    margin: 0;
  }
.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;background:#F3F2EE;}
.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: unset !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 .multiselect-native-select {
    width: 100%;
}
 .sort-section .sortDropdown{
    position: relative;
    max-width: 200px;
    width: 100%;
}
.sort-section .sortDropdown .sortText {
    position: absolute;
    top: 12px;
    left: 16px;
}
.sort-section .sortDropdown #input-sort{
    height: 40px;
    width: 100%;
    min-width: 105px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 8px 16px 8px 5px;
    background-position: right 16px center;
    border: 1px solid #96918B;
    border-radius: 4px;
    color: #676561;
    padding-left: 14px;
    padding-right: 35px;
}
.grid-width{max-width:calc(100% - 240px);margin:0 auto;}
#product-category{
    min-height: -webkit-calc(100vh - 850px);
    min-height: -moz-calc(100vh - 850px);
    min-height: -o-calc(100vh - 850px);
    min-height: calc(100vh - 850px);
}
#product-category #product-list-aj {
    padding-left: 15px;
}
#product-category .categoryPageArea,
#product-search .productSearchArea{
    padding-bottom: 132px;
    padding-top: 74px;
}
#product-category .categoryPageArea .themeContainer,
#product-search .themeContainer,
.readMoreArea .themeContainer,
#checkout-cart .themeContainer{
    padding: 0 90px;
}
#product-category.homePageCategory{
    padding-top: 0;
    padding-bottom: 95px;
    background: #141413;
}
#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: #000000;
    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: #000000;
}
.productModalText .checkbox .custom-checkbox input:checked ~ .checkmarkLabel {
    color: #000000;
}
.productModalText .custom-checkbox input:checked ~ .checkmark{
    background: #C29A79;
    border-color: #C29A79;
}
.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: 34px;
    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-weight: 600;
}
.sort-section .form-group{
    margin-bottom: 0;
    width: 100%;
}
.sort-section .bootstrap-select {
    height: 40px;
    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: 40px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #96918B;
    border-radius: 4px;
    color: #676561;
    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: #171713;
}
/* 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: #141413;
    font-weight: 400;
}
.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: #C29A79 !important;
    font-weight: 700;
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a{
    padding-top: 10px;
    color: #C29A79 !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: #171713;
}
.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: #171713;
}
.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: #C29A79;
    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: #000000;
    font-weight: 700;
    margin-left: 10px;
}
.chatBoxSection .chatBox {
    padding: 5px 10px 6px;
    margin-top: 10px;
    background: #F5F6F3;
}
.chatBox .chatText {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}
.chatBox .chatDateBox{
    text-align: right;
}
.chatBox .chatDate {
    font-size: 10px;
    line-height: 18px;
    color: #8B8F92;
    font-weight: 600;
    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: #171713;
}
.tabCount{
    padding: 4px;
    margin-left: 4px;
    background: #8B8F92;
    border-radius: 3px;
    font-size: 10px;
    line-height: 0px;
    font-weight: 700;
    text-transform: capitalize;
 color: #171713;
}
.nav-tabs li a.active .tabCount {
    background: #C29A79;
}
#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: #000000;
    font-weight: 400;
}

#sidebarBox .filterClearBox {
    padding: 6px 0;
}
#sidebarBox .filterClearBox h3{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #8B8F92;
    font-weight: 700;
}
#sidebarBox .filterClearBox .filterClearBtn a {
    font-weight: 600;
    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: #C29A79;
    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: #000000;
    font-weight: 700;
}
.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 .dashboardModal{
    height:auto !important;
}
.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 643px;
    margin: 40px auto;
}
.dashboardModal .modal-header,
#filemanager .modal-header{
    display: block;
    padding: 80px 80px 0;
    border-bottom: 0;
    border-radius: 0px 0px 0px;
    box-shadow: none;
}
.dashboardModal .modal-header .close,
#filemanager .modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.dashboardModal .modal-title,
#filemanager .modal-title{
    min-height: 30px;
    text-align: left;
}
.dashboardModal .modal-title h3, 
#filemanager .modal-title h3, 
.dashboardModal .modal-title h2 {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
    letter-spacing: 0.8px;
}
.dashboardModal .modal-title h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}
.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: 40px;
    padding: 10px 40px 10px 14px;
    font-size: 15px;
    color: #BCBCBC;
}
.dashboardModal .searchBtn {
    left: auto;
    top: 10px;
    right: 14px;
}
.dashboardModal .modal-content{
    border-radius: 0;
    border: 0;
}
.dashboardModal .modal-body.modalBodyS2{
    padding: 25px;
}
.dashboardModal .modal-body {
    padding: 32px 80px 30px;
}
.modal-body .alertTextBox h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.commentTextareaBox {
    margin-top: 30px;
}
.commentTextareaBox textarea {
    min-height: 100px;
    max-height: 200px;
    overflow: auto;
}
.productState-Dropdown button.multiselect.disabled span {
    color: #c8bebe !important;
}
.productState-Dropdown button.multiselect.disabled .caret:before{
    color: #c8bebe;
}
.productState-Dropdown button.multiselect.disabled{
    cursor: no-drop;
}
.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 {
    padding: 0 80px 82px;
}
#startChatModal.dashboardModal .modal-footer{
    padding: 25px;
}
.dashboardModal .modal-footer.mFooterBgWhite{
    background: #FFFFFF;
    border-top: 0;
    box-shadow: none;
    padding-top: 0;
}
.dashboardModal .modal-footer>* {
    margin: 0;
}
.dashboardModal .modal .modal-footer > *{
    width: 100%;
}
.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;
}
.modal .modal-footer > *,
.dashboardModal .modal-footer .btn {
    width: 100%;
}
.dashboardModal .modal-footer .btn + .btn {
    margin-top: 30px;
    margin-left: 0;
}
/* 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-weight: 700;
 color: #171713;
    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 #C29A79;
}
.dashTileBox.bgRed .dashTileTile{
    background: #C29A79;
}
.dashTileBox .dashTileTile h3 {
    font-size: 15px;
    line-height: 19px;
 color: #171713;
    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: #171713;
    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-weight: 700;
}
.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-weight: 700;
}
/* 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-weight: 600;
    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: #171713;
    border: 0;
}
.windowCount {
    background: #8B8F92;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #171713;
    padding: 5px;
    margin-left: 15px;
}
.active .windowCount {
    background: #C29A79;
}
.dashboardTabs .nav-tabs li.navClearFilter{
    margin-right: 12px;
}
.dashboardTabs .nav-tabs li.navClearFilter a {
    background: #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
    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: #141413;
    font-weight: 400;
    margin-bottom: 0;
}
.dataTables_wrapper .tableEntries .dataTables_length select {
    min-width: 73px;
    height: 40px;
    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;
}
.dataTables_length label .btn-group {
    width: 90px;
    display: inline-block;
    margin: 0 10px;
}
.dataTables_length label .btn-group .multiSelectBtn .caret{
    top: 18px
}
.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: 40px;
    margin-left: 0;
    display: block;
    padding: 10px 45px 10px 15px;
    border: 1px solid #686868;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
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;
}
.programTabContent .dataTables_wrapper .recalculateBtnBox.tableSearch .btn.btnTableExport + .btn.btnTableExport,
.dataTables_wrapper .tableSearch .btn.btnTableExport + .btn.btnTableExport {
    margin-left: 5px;
}
.btn.sendEmailAllBtn{
    width: 66px;
    background: #C29A79;
    padding: 12px 15px;
    color: #171713;
    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: #000000;
    font-family: 'Inter', 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;
    color: #171713;
}
.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: #171713;
    font-weight: 700;
    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-weight: 600;
    padding: 8px 15px;
    background: #8B8F92;
    border-color: #D0D0D0;
}
.table-responsive .noWrapThead thead tr td,
.table-responsive .noWrapThead thead tr th {
    white-space: nowrap;
}
.table-responsive .noWrapThead thead tr td.whiteSpaceNormal,
.table-responsive .noWrapThead thead tr th.whiteSpaceNormal {
    white-space: normal
}
.table tbody tr {
    background: #FFFFFF;
}
.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: #C29A79;
}
/*.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: #C29A79;
}
a.textBrown {
    cursor: pointer;
}
a.textBrown:hover{
    color: #C29A79;
}
.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: #C29A79;
}
.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: #171713;
    font-size: 14px;
    font-weight: 600;
    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: #171713;
    font-size: 14px;
    font-weight: 600;
    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: #C29A79;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
/*.tablePagination {
    margin-top: 7px;
}*/
.dataTables_wrapper .tablePagination {
    padding: 7px 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-weight: 700;
}
.windowBreadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #C29A79;
    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-weight: 700;
    color: #C29A79;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.windowCollapseArea .createWindowTitle a {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    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: #000000;
    font-size: 30px;
    font-weight: 600;
    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-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.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-weight: 600;
    text-transform: uppercase;
    color: #171713;
    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: #171713;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding: 15px 15px 15px 50px;
    position: relative;
}
.brandCollapseTitle a:hover {
    color: #171713;
}
.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 #C29A79;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #C29A79;
    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: #000000;
    margin-bottom: 0;
}
.createItemGrid .createItemText ul {
    padding-left: 10px;
    list-style: none;
}
.createItemGrid .createItemText ul li {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    padding-left: 10px;
}
.createItemGrid .createItemText ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000000;
    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: #171713;
}
.budgetCollapse .collapseTableBox .table tbody tr.theadTwo td{
    background: #8B8F92;
    font-size: 16px;
    color: #171713;
}
.equalAllocationBtn {
    padding: 8px 14px;
    background: #fff;
}
.equalAllocationBtn .checkbox,
.guidelinesCheck.checkbox{
  margin: 0;  
}
.equalAllocationBtn .checkbox .custom-checkbox {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #C29A79;
    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: #C29A79;
    border: 0 !important;
  border-radius: 50%;
}
.rangeSlider .rangeInput::-moz-range-thumb{
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #C29A79;
    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: #C29A79;
    padding: 6px 15px;
    border-radius: 5px 5px 0px 0px;
}
.budgetRegionsBox h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171713;
}
.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: #C29A79;
 color: #171713;
    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 #C29A79 !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;
}
.panelBodyBtnBox {
    text-align: right;
    padding: 22px 15px;
}
.panelBodyBtnBox .btn {
    margin-left: 10px;
}
.createWindowHeader2 {
    background: #C29A79;
    padding: 15px
}
.createWindowHeader2 .windowColCount {
    width: 35px;
    height: 35px;
    background: #ECEDE7;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #C29A79;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.createWindowHeader2 .windowTitle h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
 color: #171713;
}
/* Review section Area */
.reviewContent p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}
.reviewContent p span {
    font-weight: 700;
    text-transform: uppercase;
}
.reviewMTop22{
    margin-top: 22px;
}
.reviewCollapseBox .createWindowTitle a {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #C29A79;
    cursor: pointer;
    padding: 17px 15px 17px 65px;
}
.reviewCollapseBox .createWindowTitle a:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #C29A79;
    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: #C29A79;
    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-weight: 700;
    padding: 0 15px;
}

/* View Program Area */
.viewProgramHeader {
    padding: 14px 17px;
}
.programHeaderTitle h3,
.programHeaderTitle h1{
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #C29A79;
}
.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: #C29A79;
}
#editItemPriceList .statusChangeEditBox .programEditBtn span,
#updateItemOrigPriceList .statusChangeEditBox .programEditBtn span  {
    line-height: 70px;
}
.programHeaderDate {
    margin-left: 30px;
}
.programHeaderDate .editDateText {
    display: inline-block;
}
.programHeaderDate .editDateText p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #C29A79;
}
.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: #171713;
}
.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: #C29A79;
    font-weight: 700;
    padding: 8px 15px;
    border: 0;
    background: #ECEDE7;
    border-radius: 5px 5px 0px 0px;
    text-transform: capitalize;
}
.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: #C29A79;
    border: 0;
    margin: 0;
}
.dueDateBtn {
    margin-top: 8px;
    margin-bottom: 10px;
}
.programTabBox .tab-content,
.my-order .tab-content{
    background: #FFFFFF;
    border-top: 2px solid #F6F8F5;
}
.programTabBox .tab-content.notDataFound {
    border-top: 0;
}
.programTabTitle {
    padding: 22px 17px 22px 17px;
}
.programTabTitleS2.programTabTitle {
    padding: 22px 17px 0 17px;
}
.programTabTitleS2 .btn.btnWhiteBg, 
.programTabTitleS2 .btn.themeBtn,
.btn.themeBtn.themeBtnTable{
    min-width: 125px;
}
.programTabTitle h3,
.programTabTitle h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #C29A79;
    margin-bottom: 0;
}
.programTabTitle .btn {
    margin-left: 10px;
}
.programTabTitle .addIcon:before, 
.programTabTitle .addIcon:after{
    content: "";
    position: absolute;
    background: #C29A79;
}
.programTabTitle .searchBox .form-control{
    height: 40px;
    padding: 10px 40px 10px 16px;
    color: #000000;
}
.programTabContent .dataTables_wrapper {
    background: #F5F6F3;
}
.downloadTemplateBtnBox {
    text-align: right;
    margin-bottom: 20px;
}
.programTabContent .downloadTemplateModal .dataTables_wrapper {
    background: #FFFFFF;
}
.downloadTemplateModal .dataTables_wrapper .tablePagination {
    padding: 7px 0 0;
}
.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: #000000;
}
.contactInfo p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.contactInfo p span{
    font-weight: 700;
}
.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;
}
.table-responsive .table-bordered.table{
    border: 0;
}
.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: 1px solid #D0D0D0;
}
.table-responsive .table thead tr th:nth-last-child(1),
.table-responsive .table thead tr td:nth-last-child(1){
    border-right: 1px solid #D0D0D0;
}
.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;
}
.table-responsive .table tbody tr:nth-last-child(1) td {
    border-bottom-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: #171713;
}
.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: #000000;
    background: transparent;
    border: 0;
}
.programTabContent .noDataFound {
    padding-top: 2px;
    min-height: 35vh;
}
.noDataFound p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}
.infoBeingUpdated {
    padding: 30px 17px;
    min-height: -webkit-calc(100vh - 360px);
    min-height: -moz-calc(100vh - 360px);
    min-height: -o-calc(100vh - 360px);
    min-height: -ms-calc(100vh - 360px);
    min-height: calc(100vh - 360px);
}
.infoBeingUpdated p {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.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: #C29A79;
    font-weight: 700;
}
.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;
}
.table tbody tr td .placeOrderLink.budgetEditBtnBox a{
    margin-right: 0;
}
.budgetEditBtnBox .budgetEditBtn img{
    margin-bottom: -8px;
}
.budgetEditBtnBox .budgetEditText {
    margin-left: 10px;
}
.exportExcelIcon img {
    min-width: 20px;
}
.exportExcelIcon.excelIconRight .excelIconLink {
    margin-left: 10px;
}
.exportExcelIcon.excelTextRight .excelTextLink{
    margin-left: 10px;
}
.editOrderDiv .editOrderLink .itemCountText,
.editOrderDiv .editOrderLink .cancelledItemCount{
    min-width: 15px;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
    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: #C29A79;
    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: #C29A79;
    border-bottom: 1px solid #C29A79;
}
/* 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.minW200,
.table-responsive .table thead tr th.minW200,
.table-responsive .table tfoot tr td.minW200,
.table-responsive .table tbody tr td.minW200{
    min-width: 200px !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: #f5f5f5 !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;
}*/
.programTabContent.programTabContentS2 {
    padding: 20px;
}
.formGroupBtnBox,
.uploadImageBox{
    margin-bottom: 20px;
}
.formGroupList {
    padding: 30px 30px 0;
    border: 1px solid #BABCBE;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formGroupList + .formGroupList {
    margin-top: 40px;
}
.formGroupList .formGroupListTitle {
    margin-bottom: 40px;
}
.formGroupList .formGroupListTitle h3{
    font-size: 20px;
    font-weight: 700;
}
.formGroupList .form-group {
    margin-bottom: 30px;
}
.formGroupList .control-label {
    color: #000000;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    padding-top: 0;
}
.formGroupView .form-control,
.formGroupView .form-control:disabled, 
.formGroupView .form-control[readonly]{
    background: #F0F0F0;
    border-color: #8B8F92;
    opacity: 1;
    cursor: no-drop;
}
.formGroupView .dateTimePicker[readonly],
.formGroupView .dateTimePicker[readonly="readonly"]{
    pointer-events: none;
}
.formGroupView .datePickerWhiteBg.form-control[readonly],
.formGroupView .datePickerWhiteBg.form-control[readonly="readonly"]{
    background: #F0F0F0;
    border-color: #8B8F92;
    cursor: no-drop;
}
.datePickerWhiteBg.form-control[readonly]{
    background: #fff;
    border-color: #96918B;
    cursor: default;
}
.formGroupView .formGroup .cke_chrome {
    background: #F0F0F0;
    border-color: #8B8F92;
    opacity: 1;
    pointer-events: none;
}
.formGroupList .formGroup textarea.form-control{
    min-height: 100px;
    max-height: 400px;
    overflow: auto;
}
.formGroupView .inputBox .select2-container {
    cursor: no-drop;
}
.formGroupView .inputBox .select2-container .select2-selection--single{
    pointer-events: none;
    background: #F0F0F0;
    border-color: #8B8F92;
}
.formGroupView .inputBox .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.formGroupView .img-thumbnail,
.formGroupView .btn{
    pointer-events: none;
    opacity: 0.8;
}
iframe.textAreaGre.form-control {
    min-height: 412px;
}
.uploadImageBox .img-thumbnail{
    display: inline-block;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6 !IMPORTANT;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.uploadImageBox .img-thumbnail img{
    width: 121px;
    height: 121px;
    object-fit: contain;
    object-position: center;
}
.uploadImageBox .img-thumbnail img[src=""]{
    visibility: hidden;
}
.uploadImageBox .table tr .actionCol{
    width: 150px;
}
.btn.themeBtnAdd,
.btn.themeBtnRemove,
.btn.themeBtnDefault{
    min-width: 30px;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn.themeBtnAdd{
    color: #171713;
    background: #C29A79;
    border: 1px solid #C29A79;
}
.btn.themeBtnRemove{
    color: #171713;
    background-color: #dc3545;
    border: 1px solid #dc3545;
}
.btn.themeBtnDefault{
    color: #000000;
    background-color: #171713;
    border: 1px solid #ccc;
}
.dashboardModal #filemanager.modal-dialog {
    width: 100%;
    max-width: 900px;
}
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
    color: #337ab7;
}
#filemanager .input-group .form-control {
    display: flex;
    align-items: center;
}
#filemanager .input-group .input-group-btn{
    min-width: 40px;
    height: 40px;
    position: relative;
    z-index: 9;
}
#filemanager .input-group #button-search {
    position: absolute;
    right: 0;
    background-color: #C29A79;
    border-color: #C29A79;
    background-image: none;
    padding: 8px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#filemanager .folderImgCol {
    margin-bottom: 15px;
}
#filemanager a.directory {
    display: block;
}
#filemanager .checkbox {
    padding-left: 22px;
    position: relative;
    display: inline-block;
}
#filemanager .checkbox .checkmark {
    top: 2px;
}
#filemanager .modal-footer.whiteBg {
    background: #ffffff;
    padding: 0 25px 15px;
    border: 0;
}


.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: #171713;
    border-color: #D0D0D0;
}
.tableGrayHead .table .tfoot_total .tableHeader1.trBgWhite td{
    background: #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
}
.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;
}
.filterDropdown .form-control.datepicker{
    cursor: pointer;
}
.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 td.available:hover, 
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent !important;
}
.daterangepicker .drp-buttons .btn.applyBtn {
    background: #C29A79;
    box-shadow: none !important;
    border: 1px solid #C29A79;
}
.daterangepicker .drp-buttons .btn.applyBtn:hover {
    background: #C29A79 !important;
}
.daterangepicker .calendar-table td.active {
    background-color: #C29A79;
    border-color: transparent;
    color: #fff;
}
.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 #C29A79;
    color: #C29A79;
    float: none;
}
.daterangepicker,
.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-selected{
    font-family: 'Inter', sans-serif;
}
.daterangepicker .calendar-time select.hourselect, 
.daterangepicker .calendar-time select.minuteselect, 
.daterangepicker .calendar-time select.secondselect, 
.daterangepicker .calendar-time select.ampmselect {
    background: #fff;
    border-color: #686868;
    padding: 2px;
    outline: 0;
    font-size: 14px;
    color: #000000;
}
.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: 8;
    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: #C29A79;
    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: #171713;
    font-weight: 700;
    text-transform: uppercase;
}
.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 #C29A79;
    margin-left: 5px;
}
.statusChangeBoxBtn .btn.statusSaveBtn{
    background: #C29A79;
    color: #171713;
}
.statusChangeBoxBtn .btn.statusCancelBtn{
    background: #FFFFFF;
    color: #C29A79;
}
.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: #C29A79;
    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: #171713;
    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-weight: 700;
}
.collapseTableBox .table thead tr.collapseParent td h3,
.collapseTableBox .table thead tr.collapseParent th h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #171713;
}
.collapseTableBox .table tbody tr.collapseChild1 td {
    background: #adb3b8;
    color: #171713;
    border-color: #FFFFFF;
}
.collapseTableBox .table tbody tr.collapseChild2 td{
    background: #D0D0D0;
    font-size: 14px;
    color: #000000;
    border-color: #FFFFFF;
}
.userTableListing .table tbody tr.collapseChild2 td{
    background: #D0D0D0;
    border-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
}
.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-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    white-space: nowrap;
}
.collapseTableBox .table tbody tr.theadTwo td{
    background: #F0F0F0;
    font-weight: 700;
}
.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: #000000;
}
.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: #C29A79;
}
.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: #000000;
}
/* 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 #F6F8F5;
    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: #C29A79;
}
.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-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}
.publishDateText p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}
.publishDateText p span{
    font-weight: 700;
}
.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;
}
.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;
}
.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: #000000;
    font-weight: 600;
    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-weight: 700;
    color: #8B8F92;
}
.itemSelectHeader .windowBreadcrumb ul li + li {
    margin-left: 30px;
}
.itemSelectHeader .windowBreadcrumb ul li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.itemSelectHeader .windowBreadcrumb ul li.active{
    color: #C29A79;
}
.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 #000000;
    border-right: 2px solid #000000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
}
.itemWindowHeader .windowBreadcrumb ul li.active span:before{
    border-color: #C29A79;
}
.itemSelectBtnHeader {
    background: #686868;
    padding: 10px 0;
}
.itemSelectBtnText h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #171713;
}
/*.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 10px 9px 40px;
}
.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: #000000;
}
.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-weight: 700;
    color: #C29A79;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.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: #171713;
    font-weight: 700;
    text-transform: uppercase;
    background: #C29A79;
    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: #000000;
    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,
.themeBtn.dataTableThemeBtn,
.btn.themeBtn.dataTableThemeBtn{
    min-width: 120px;
}
#itemSelection .table tbody tr .addItemInfoTd{
    background: #686868;
    padding: 5px 15px;
}
.addItemInfoBox p {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: #171713;
}
.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-weight: 600;
    color: #000000;
}
#itemSelection .addInfoBox .form-control.inputViewMode {
    border: 0;
    background: transparent;
    padding: 0;
    height: 18px;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
}
#itemSelection .addInfoBox .addBlockDiv {
    min-height: auto !important;
}
#itemSelection .addInfoBox p{
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
}
#itemSelection .addInfoBox h4{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
}
#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: #C29A79;
    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-weight: 700;
}
.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-weight: 700;
    color: #171713;
}
.totalItemQty .totalItemQtyText,
.totalItemBox .totalItemText{
    margin-bottom: 10px;
}
.totalItemQty .totalItemQtyText p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #171713;
    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: #C29A79;
    color: #171713;
    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: 0;
    margin-right: 10px;
    box-shadow: none;
}
.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-weight: 600;
    line-height: 21px;
    color: #000000;
    margin-bottom: 4px;
}
.sizeQtyBox .form-control{
    width: 40px;
    height: 40px;
    padding: 10px 4px;
    text-align: center;
}
.sizeQtyBox .sizeQtyPrice{
    font-size: 10px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
}
.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-weight: 700;
}
.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-weight: 600;
    color: #000000;
    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: "\f105";
    color: #8B8F92;
    position: relative;
    top: 2px;
    left: -10px;
    font-size: 16px;
    font-family: FontAwesome;
    background-image: none;
}
.breadcrumbBox .breadcrumb li.active{
    color: #C29A79;
}
.breadcrumbBox .breadcrumb li.active:before{
    color: #C29A79;
}
.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: #000000;
}
.itemImgSlide .carousel-indicators .carouselIndicator img {
    max-width: 50px;
}
.itemDetailsBox .productDetailsBox {
    padding-left: 0;
}
.grayBg{
    position: relative;
}
.grayBg::before {
    content: "";
    top: 0;
    right: 0;
    background: #F6F4F0;
    position: absolute;
    width: 50%;
    max-width: 50%;
    height: 100%;
    z-index: -1;
}
.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: #F8F7F5;
    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: #F8F7F5;
}
.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: #F8F7F5;
}
#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;
}
.itemDetailsBox #tab-description .descriptionTitle h4,
.itemDetailsBox #tab-description .descriptionBody,
.itemDetailsBox #tab-description .descriptionBody p, 
.itemDetailsBox #tab-description ul li{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.itemDetailsBox #tab-valid p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
#productDetails .descriptionColor-Title h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #171713;
    margin-bottom: 16px;
}
#productDetails .productColorBox {
    margin-bottom: 32px;
}
#productDetails .productColorBox .productColor {
    margin: 32px 0 9px;
}
#productDetails .productColorBox img{
    padding: 5px;
    border: 2px solid transparent;
}
#productDetails .productState-Dropdown select#pdp-state {
    width: 100%;
    max-width: 500px;
    height: 36px;
    border-radius: 3px;
    border: 1.3px solid #BDBDBD;
    padding: 8px 18px;
}
#productDetails .productColor p, .size-text-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}
#productDetails .productColor p span,.size-text-box p span{
    font-weight: 400;
}
.size-text-box{
    max-width: 340px;
    display: flex;
    justify-content: space-between;
}
.size-text-box a{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    color: #000000;
    text-decoration:underline;

}
.sizeBox span {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #B9B8BA;
    margin-right: 5px;
    border-radius: 2px;
}
.sizeBoxSection{
    margin: 37px 0 0;
}
.sizeBox{
    margin: 24px 0 40px;
}
.pdp-option.disabled{ 
    cursor: not-allowed !important;
    background-color: #ffffff;
}
.pdp-option.disabled a,
.pdp-option.disabled label {
    color: #cecccc !important;
    cursor: not-allowed;
    background-color: #ffffff;
}
.pdp-option.disabled input[type="radio"] {
    pointer-events: none;
}
.multiselect-container li:hover{
    background-color: #E6E6E6;
    color: #000000;
}
#productDetails .productState-Dropdown label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 8px 24px;
    color: #000000;
}
#productDetails .productState-Dropdown .dropdownTitle{
    font-weight: 700;
    padding: 0;
}
#productDetails .productState-Dropdown .dropdownTitle span{
    font-weight: 400;
}
.productState-Dropdown select#pdp-state option{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.42px;
    color: #313144;
} 
.productState-Dropdown select#pdp-state .pdp-options{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.42px;
    color: #313144;
}
.pdp-option.active label{
    background-color: #F2F2F2;
}
.productState-Dropdown label{
    margin-bottom: 8px;
}
.productState-Dropdown select#pdp-state .pdp-options:hover{
    background-color: #F2F2F2 !important;
}
.itemSelectTable .createItemGrid .createItemText{
    margin-top: 10px;
}
.productState-Dropdown .btn-group{
    width: 100%;
    max-width: 560px;
}
.descriptionBody ul p:nth-of-type(2),
.descriptionBody ul p:nth-of-type(4),
.descriptionBody ul p:nth-of-type(6),
.descriptionBody ul p:nth-of-type(8),
.descriptionBody ul p:nth-of-type(10){
    display: none;
}
.itemSelectTable .createItemGrid .createItemText h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.itemSelectTable .createItemGrid .createItemText p{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}
.itemSelectTable .createItemGrid .createItemText p span{
    font-weight: 700;
}
.itemSelectTable .createItemGrid .createItemText .priceText.qtyBreakPriceText {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    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-weight: 700;
    color: #C29A79;
    margin-top: 10px;
}
.createItemGrid .createItemColor {
    width: 100%;
    position: relative;
    background: #F5F6F3;
    padding: 0 15px 15px;
}
.itemSelectedCount p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    margin-right: 15px;
}
.itemSelectPaginate p {
    font-size: 18px;
    line-height: 26px;
    color: #8B8F92;
    font-weight: 600;
    margin-right: 15px;
}
.check-for-moq {
    height: 40px;
}
#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: #141413;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel .clearFilterBtn,
#column-left .panel-heading .filterClearBtn{
    cursor: pointer;
}
.shipToMultipleAdd .addressSearch .addressSearchLabel p span,
.shipToMultipleAdd .addressSearchFilter p span{
    font-weight: 700;
}
.shipToMultipleAdd .addressSearchFilter {
    margin-top: 5px;
}
.shipToMultipleAdd .addressSearchFilter .addressSelectedFilter{
    color: #C29A79;
    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: #C29A79;
    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: #C29A79;
    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: #000000;
    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-weight: 700;
    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-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;
}
.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: 40px;
    padding: 5px;
    background-color: #C29A79;
    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: #171713;
    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-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}
.orderReqSuccess p{
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #000000;
}
.orderReqSuccess p a{
    color: #C29A79;
}
.orderReqSuccess .btnContinueBox{
    margin-top: 15px;
}

.noProductFound {
    text-align: center;
}
.noProductFound p {
    font-size: 24px;
    line-height: 34px;
    color: #141413;
    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: 15px;
}
#column-left #filterColumn {
    padding-right: 15px;
}
#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: 0 0 13px 0px;
}
.catPanelGroup.panel-group {
    margin-bottom: 0;
}
#column-left .panel-heading{
    border-bottom: 1px solid #B1ADA6;
}
.fiterSearchBox{
    position: relative;
    margin-bottom: 44px;
}
.fiterSearchBox .form-control{
    background: #FFFFFF;
    border: 1px solid #96918B;
    border-radius: 4px;
    height: 40px;
    padding: 10px 40px 10px 16px;
}
.fiterSearchBox .form-control::-webkit-input-placeholder,
.searchBox .form-control::-webkit-input-placeholder{
  color: #828282;
}
.fiterSearchBox .form-control:-moz-placeholder,
.searchBox .form-control:-moz-placeholder  {
  color: #828282;  
}
.fiterSearchBox .form-control::-moz-placeholder,
.searchBox .form-control::-moz-placeholder  {
  color: #828282;  
}
.fiterSearchBox .form-control:-ms-input-placeholder,
.searchBox .form-control:-ms-input-placeholder {  
  color: #828282;  
}
.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: #C29A79;
}
.categoryMenu label:hover .labelText,
.categoryMenu label input:checked ~ .labelText{
    color: #C29A79;
}
.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-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #444340;
    font-weight: 700;
}
.panel-heading .filterClearBtnBox .filterClearText {
    padding: 0;
    border: 0;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.panel-heading .filterClearBtnBox .filterClearText[disabled], 
.panel-heading .filterClearBtnBox .filterClearText:disabled {
    background: transparent;
    cursor: no-drop;
    opacity: 0.8;
}
.panel-heading .filterClearBtn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #96918B;
}
#column-left #themeAccordion .panel-default:nth-child(1) .panel-title a {
    border-top: 0;
}
#column-left #themeAccordion .panel-title .collapsed {
    border-bottom: 1px solid #B1ADA6;
    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 #B1ADA6;
}
#filter-group2 .checkbox,
#filter-group3 .checkbox{
    margin-top: 0 !important;
}
#column-left #themeAccordion .panel-title a{
    font-size: 16px;
    line-height: 24px;
    border: 0;
}
#column-left .list-group a{
    color: #444340;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 18px 0px !important;
    cursor: pointer;
}
#column-left .list-group label {
    margin-bottom: 0;
}
.list-group-item .checkbox{
    margin-top: 0;
    margin-bottom: 10px;
}
.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: 5px;
    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;
}
.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,
.uploadSectionDataBox{
    background: #F5F6F3;
    padding-top: 30px;
}
.chooseFileBox .inputField {
    width: 100%;
    max-width: 350px;
    margin-right: 10px;
}
.inputBox .inputBoxNote {
    font-size: 12px;
    line-height: 18px;
    color: #C29A79;
    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:#C29A79;
}
.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,
.uploadSectionDataBox .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,
.uploadSectionDataBox .uploadFileBox .form-control{
    padding: 8px 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,
.programTabContent .uploadSectionDataBox .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-weight: 700;
    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;
    margin-top :1em;
}
.itemSetupDataBox{
    padding-top: 30px;
}
.itemSetupDataBox .programTabMneu {
    padding: 0 15px;
}
.itemSetupDataBox .programTabMneu.programTabMneuP0{
    padding: 0;
}
.itemSetupDataBox .tab-content {
    border-top: 2px solid #D0D0D0;
}
.uploadFreightBox.itemSetupUploadItemBox{
    padding-top: 30px;
    border-top: 2px solid #D0D0D0;
}
.programTabContent .dataTables_wrapper .itemSelectFilterBox .tableSearch .dataTables_filter{
    min-width: 220px;
}
.dataTableInputArea .inputBox.dataTableInputBox {
    margin-right: 20px;
    min-width: auto;
}
.inputBox .dataTableInputLabel{
    margin-right: 10px;
}
.inputBox .dataTableInputLabel label {
    margin-bottom: 0;
}
.dataTableInputArea .inputBox .dataTableInput, 
.dataTableInputArea .inputBox .dataTableInput .select2-container {
    min-width: 250px;
}
.inputBox.dataTableInputBox .select2-container--default.select2-container--disabled .select2-selection--multiple {
    padding: 5px 30px 5px 10px;
    min-height: 40px;
    max-height: 70px;
    overflow-y: auto;
    border: 1px solid #686868;
    background: #F0F0F0;
    cursor: no-drop;
}
.inputBox.dataTableInputBox .select2-container--default.select2-container--disabled .select2-selection--multiple:before, 
.inputBox.dataTableInputBox .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered .select2-search__field{
    display: block;
    cursor: no-drop;
}
.dataTableInputBox .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search.select2-search--inline{
    cursor: no-drop;
}
.dataTableInputArea .dataTableBtnBox {
    margin-right: 10px;
}
#itembatchmodal .tableFilterBox {
    margin-bottom: 20px;
}
/* Reports Tab */
.programTabBox .tab-content.uploadItemTabContent{
    border-top: 1.895px solid var(--link-color, #7D7474);
}
.chooseFileArea {
    padding: 30px 0 32px;
    border-bottom: 1.895px solid var(--link-color, #7D7474);
}
.chooseFileArea{
    background: #F5F6F3;
}
.sectionTitle{
    padding: 0 15px;
    margin-bottom: 16px;
}
.sectionTitle h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--DFW-Red, #C29A79);
}
.uploadFileFormArea {
    margin-bottom: 30px;
}
.chooseFileArea .chooseFileBox{
    padding: 0 15px;
}
.chooseFileArea .form-horizontal .inputBox .control-label{
    margin-bottom: 5px;
}
.chooseFileArea .chooseFileBox .selectFileNameBox,
.chooseFileArea .chooseFileBox .dateTimePickerBox,
.uploadFileSectionArea .selectFileNameBox,
.uploadFileSectionArea .uploadFileBox{
    width: 100%;
    max-width: 340px;
    margin-right: 12px;
}
.chooseFileArea .chooseFileBox .uploadFileBox {
    width: 100%;
    max-width: 400px;
    margin-right: 12px;
}
.chooseFileArea .chooseFileBox .uploadFileBox .inputField{
    max-width: 400px;
}
.chooseFileArea .chooseFileBox .inputBox .form-control{
    padding: 8px 18px;
}
.chooseFileArea .inputBox .inputBoxNote {
    margin-top: 5px;
}
.chooseFileArea .btn.themeBtn.disabled, 
.chooseFileArea .btn.themeBtn[disabled]{
    pointer-events: auto;
    background: #D0D0D0;
    border-color: #686868;
    opacity: 0.5;
    cursor: no-drop;
    color: #686868;
}
.tableListingArea {
    padding-top:20px;
}
/* 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: #C29A79;
    border-color: #C29A79;
}
.custom-checkbox input:checked ~ .checkmark: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;
}
.checkbox .custom-checkbox{
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: #141413;
    margin-bottom: 0;
    cursor: pointer;
}
.customModal.productListModal .modal-body {
    padding: 0 50px 70px;
}
.customModal .productModalText .modal-title {
    margin-bottom: 32px;
}
.productModalText p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    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: #C29A79;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.addReadMore .moreBoxBtn:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C29A79;
    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-weight: 700;
}
.readMoreBox h3 {
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.readMoreBox b,
.readMoreBox strong {
    color: #444340;
}
.readMoreBox .addReadMore b{
    font-weight: 600;
}
.readMoreBox .addReadMore br {
    content: "";
    display: block;
    height: 10px;
}
.loadMoreBtnBox {
    text-align: center;
}
.readMoreHtmlBox .readMoreHtmlBtn,
.show-more a{
    color: #0084C3;
    cursor: pointer;
}
.readMoreHtmlBox .readMoreHtmlBtn:hover,
.show-more a:hover{
    color: #C29A79;
}
/* 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: #C29A79;
}
.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: #000000;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 0;
    margin: 0!important;
    padding:0 !important;;
}
.custom-block a{
    color: #171713;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 40px !important;
    text-align: center;
    width: 100% !important;
    display: inline-block;
    height: 40px;
    min-width: 100% !important;
    margin-top: 10px;
}
.moq,
.leadtime{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.moq span,
.leadtime span{
    color: #000000
}
/*Product Page CSS*/
#product-product {
    padding-top: 80px;
}
#product-product .contentTop {
    padding-bottom: 188px;
}
.productImageBox {
    overflow: visible;
    padding-right: 65px;
}
.productImg img {
    border: 1px solid #E6E6E6;
}
.productImageBox .magnify{
    z-index: 99;
}
.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;
}
#productDetails .productColor span.productColorText, 
#productDetails .productState-Dropdown .dropdownTitle span{
    margin-left: 3px;
}
#productDetails.redeemProductDetails .productDetailsBox{
    padding-left: 65px;
    padding-right: 0px;
}
#confirmOrderSection .productRightCol .redeemBtnBox{
    width: 100%;
    max-width: 560px;
}
.itemDetailsHeader {
    margin-bottom: 23px;
}
.itemDetailsHeader.itemHeaderMobile {
    display: none;
}
.itemDetailsHeader .sustainable-icon{
    display: inline-block;
    margin-bottom: 6px;
}
.itemDetailsHeader .sustainable-icon + .sustainable-icon {
    margin-left: 5px;
}
.itemDetailsHeader h1,
.itemDetailsHeader h3,
#productDetails .itemDetailsHeader h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}
.itemDetailsHeader h1 sup {
    top: -0.45em;
    font-size: 65%;
}
.itemDetailsHeader .itemSku {
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    font-weight: 400;
}
.itemDetailsHeader .itemDetailsDiv {
    margin-top: 26px;
    margin-bottom: 0px;
}

.productDetailsBox .prodPricingBox {
    margin-top: 36px;
    margin-bottom: 36px;
}
.productDetailsBox .prodDetailList {
    padding: 10px 23px 0;
}
.productDetailsBox .prodDetailPrice,
.productDetailsBox .prodDetailList{
    background-color: #F8F7F5;
    height: auto !important;
}
.productDetailsBox .prodDetailList .ul-container{
    padding: 20px;
}
.productDetailsBox .pricingBox {
    padding: 12px 20px 8px;
}
.productDetailsBox .pricingBox p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}
.productDetailsBox .table-res {
    width: 100%;
    overflow-x: auto;
}
.productDetailsBox .prodDetailPrice table {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #C4C4C4;
}
.productDetailsBox .prodDetailPrice table tr {
    border-top: 1px solid #C4C4C4;
}
.productDetailsBox .prodDetailPrice table tbody tr{
    background: transparent;
}
.productDetailsBox .prodDetailPrice table tr th:nth-child(1), 
.productDetailsBox .prodDetailPrice table tr td:nth-child(1) {
    border-right: 1px solid #C4C4C4;
}
.productDetailsBox .prodDetailPrice table tr th,
.productDetailsBox .prodDetailPrice table tr td {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.productDetailsBox .price-table tr td {
    border-right: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4 !important;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 12px 20px 6px;
    width: 33.33%;
}
.productDetailsBox .prodDetailList ul {
    margin: 0;
    list-style: none;
    padding-bottom: 32px;
    height: auto !important;
}
.productDetailsBox .prodDetailList ul li {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.productDetailsBox .prodDetailList ul li span {
    font-weight: 700;
    display: inline-block;
}
.colorSwatchesBox {
    margin-bottom: 37px;
}
.colorSwatchesBox p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 12px;
}
.colorSwatchesBox .colorSwatcheTitle p span {
    margin-right: 0;
    margin-left: 5px;
}
.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 #000000;
}
.colorSwatches ul li .select-color {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
}
.addToCart {
    margin-bottom: 36px;
}
.addToCart .form-group {
    margin-bottom: 0;
}
.qty-input-section {
    position: relative;
    margin-right: 20px;
    text-align: center;
}
.qty-input-section input {
    height: 54px;
    width: 82px;
    background-color: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
.qty-input-section input[type="text"].form-control{
    font-size: 16px;
    margin: 4px 0;
}
.qty-input-section .variant-valid {
    font-size: 12px;
    color: #C29A79;
    text-align: left;
    min-width: 200px;
    position: absolute;
    left: 0;
    font-weight: 600;
}
.cart-btn-section .red-text {
    font-size: 14px;
    line-height: 24px;
    color: #C29A79;
    font-weight: 600;
}
.prodSizeChart {
    margin-bottom: 36px;
    background-color: #F8F7F5;
}
.prodSizeChart .sizeChartHeader{
    padding: 12px 20px 8px;
}
.prodSizeChart p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.prodSizeChart .sizeChartBtn a {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #C29A79;
    font-weight: 600;
}
.prodSizeChart .sizeChartContent {
    float: none;
    padding: 18px 20px 16px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 0;
}
.prodSizeChart .sizeChartContent .sizeChartBox {
    text-align: center;
    padding: 0 5px;
    max-width: 54px;
}
.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: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}
.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: #000000;
}
.prodSizeChart .sizeChartBox.has-error .form-control{
    border-color: #C2262D;
    background-image: none;
}
.addToCart .has-error label, 
.addToCart .required.has-error label:after{
    color: #141413;
}
.addToCart .qty-input-section.has-error input{
    border-color: #C2262D;
    background-image: none;
    padding: 8px 16px;
}
.prodSizeChart .sizeChartPrice p,
.qty-input-section .price-moq-size{
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}
.prodSizeChart .sizeChartPrice p.variant-valid{
    color: #C2262D;
}
.prodSizeChart .sizeChartPrice p.variant-valid span{
    display: inline-block;
    margin-top: 8px;
}
.prodSizeChart .sizeChartFooter{
    padding: 18px 20px 17px;
}
.prodSizeChart .sizeChartFooter p span{
    font-size: 18px;
    line-height: 30px;
}
.prodSizeChart .sizeChartFooter p #totalMOQ {
    margin-left: 8px;
}
.prodSizeChart .sizeChartFooter p #totalPrice {
    margin-left: 14px;
}
.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: #333333;
}
.itemDetailsHeader .itemPriceBox {
    margin-top: -8px;
}
.itemDetailsHeader .itemPrice p{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #333333;
}
.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: #333333;
    font-weight: 400;
}
.itemDetailsHeader .itemShipTime .itemShipText p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    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: #333333 !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: #333333;
    opacity: 0.5;
}
.itemZipcodeBox .itemZipInput p{
    margin-bottom: 5px;
    color: #333333;
    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;
}
#productDetails .productDetailsBox p#color-error  {
    font-size: 14px;
    line-height: 18px;
    color: #D40029;
    margin-top: 8px;
}
.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: #000000;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: #333333;
    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: #333333;
    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:#333333;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
}
.contentBottom .alsoLikeArea{
    padding: 60px 0 98px;
    background-color: #F8F7F5;
}
.alsoLikeArea .itemGridTwo {
    margin-top: 0;
}
.productNote{
    margin-top: 24px;
}
.productNote p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#000000;
}
#tab-description small a{
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-decoration: underline;
    color: #C29A79;
}
#tab-description {
    margin-bottom: 32px;
}
#tab-description .descriptionTitle h4 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
#tab-description ul{
    padding-left: 10px;
}
#tab-description ul li {
    list-style: none;
    position: relative;
    padding-left: 14px;
}
#tab-description ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #4D4D4D;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}
.productState-Dropdown .btn-group button{
    padding: 8px 18px;
    background-color: #fff;
}
.productState-Dropdown .btn-group button span{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.42px;
    color: #171713;
}
#tab-description .descriptionBody, 
#tab-description .descriptionBody p, 
#tab-description ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
#tab-description .descriptionBody small,
#tab-description .descriptionBody p small,
#tab-description ul li small{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}
#tab-description .descriptionBody p strong,
#tab-description .descriptionBody p b{
    font-weight: 700;
    letter-spacing: 0.16px;
}
#tab-description ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
#tab-description ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
}

.initial-section h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    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: #333333;
    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: #333333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.alsoLikeArea .alsoLikeTitle {
    margin-bottom: 60px;
}
.alsoLikeArea .alsoLikeTitle h3 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}
.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: #000000;
  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: #000000;
    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: #000000;
  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: #333333;
}
.sizechart-link a{
    color: #D40029;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.border-bot-2{border-bottom: 2px solid #D1CCBD;}
label.select-color.color-label {
    pointer-events: none;
}
/*.qty-section{
    padding: 0px 0 18px;
    display: flex;
    justify-content:flex-start;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 18px;
}*/
.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 #333333;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    width: 60px;
}
.qty-section-1 label{
     color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.total-qty-section p{
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.total-qty-section span{
    font-weight: 500;
}
.price-table{margin-bottom: 0;}
.price-table tr td {
    border-right: 2px solid #d1ccbd;
    border-top: 2px solid #d1ccbd !important;
    color: #000000;
    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: #000000;
    margin-top: 50px;
}*/
#product .productDetailTitle{
    margin-bottom: 12px;
}
#product .productDetailTitle h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    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: #333333;
}
#product .productContent label:before{
    display: none;
}
.color-selection {
    padding: 12px 0px;
}
.productDetailsBox input.input-text::-webkit-input-placeholder {
    color: #828282;
    opacity: 1;
}
.productDetailsBox input.input-text::-moz-placeholder {
    color: #828282;
    opacity: 1;
}
.productDetailsBox input.input-text:-ms-input-placeholder {
    color: #828282;
    opacity: 1;
}
.productDetailsBox input.input-text:-moz-placeholder {
    color: #828282;
    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: #141413;
    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: #141413;
    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: #141413;
    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: #141413;
    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: 26px;
    color: #141413;
    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: #C29A79;
    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: #C29A79;
    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: #C29A79;
    background-color: transparent;
    border-color: transparent;
    opacity: 0.5;
    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 40px 8px 15px;
    border-radius: 0;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}
.alert b,
.alert strong{
    font-weight: 700;
}
.alert-success a,
.alert.alert-success a{
    color: #ffffff;
    text-decoration: underline;
}
.alert-success,
.alert.alert-success{
    color: #ffffff;
    background-color: #8DB92E;
    border: none;
}
.alert-dismissable .close,
.alert-dismissible .close,
.alert .close,
.alert.orderingAlertSuccess .close,
.alert.orderingAlertError .close {
    position: absolute;
    top: 8px;
    right: 15px;
    opacity: 1;
    text-shadow: none;
    color: #FFFFFF;
}
.alert-dismissable .close,
.alert .close{
    padding: 0;
}
.alert-danger,
.alert-warning{
    background: #C2262D;
    border-color: #C2262D;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    border-radius: 3px;
}
.alert.alert-dismissible {
    display: flex;
    align-items: baseline;
}
.alert.alert-dismissible .fa-exclamation-circle {
    margin-right: 5px;
}
.alert.orderingAlertSuccess{
    background: #C29A79;
    border-color: #C29A79;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    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: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    padding: 8px 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
}
.alert.orderingAlertError.margin0,
.alert.orderingAlertSuccess.margin0{
    margin: 0;
}
.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-weight: 700;
    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.orderingAlertSuccess .close{
    color: #FFFFFF;
    padding: 0;
}
.alert.orderingAlertError .close{
    padding: 0;
}

.alert.alertS2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    padding: 12px 40px 12px 37px;
}
.alert.alertS2.alertMarginTop{
    margin-top: 36px;
}
.alertS2:before {
    content: '';
    position: absolute;
    width: 25px;
    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: #8EB82E;
    text-decoration: underline;
}
.alertS2.alert-success:before{
    background: #8EB82E;
}
.alertS2.alert-success,
.alertS2.alert.alert-success{
    color: #8EB82E;
    background-color: #F5F6F3;
}
.alertS2.alert-danger,
.alertS2.alert.alert-danger,
.alertS2.alert-warning,
.alertS2.alert.alert-warning{
    background-color: #F5F6F3;
}
.alertS2.alert .close,
.alertS2.alert-dismissible .close {
    width: 40px;
    padding: 13px;
    color: #000000;
    top: 0;
    right:0;
}
.alertS2.alert-danger{
    color: #F00;
}
.alertS2.alert-danger:before{
    background: #F00;
}
/*Cart page CSS*/

#checkout-cart{
    min-height: calc(100vh - 1240px);
}
#checkout-cart .checkoutCartBox{
    padding: 69px 0 167px;
}
#checkout-cart #content {
    min-height: 100%;
}
#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: #333333;
    margin: 0;
}
#checkout-cart .cartHeaderBtn .themeBtn {
    width: 329px;
    background: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: none;
    color: #333333;
    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: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.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: #333333;
}
.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 thead th,
.cart-table thead td{
    color: #333333;
}
.cart-table tbody tr.cart-row{
    border-top: 1px solid #D1D1D1;
}
.cart-table tbody tr.cart-row tr{
    border-bottom: 1px solid #D1D1D1;
}
.cart-table tbody tr.cart-row td{
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    padding: 12px 10px;
}
.cart-table tbody tr.cart-row td:first-child{
    width: 116px;
    padding: 12px 10px 12px 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: 0;
}
.cart-table tbody tr.cart-row td .itemName,
.cart-table tbody tr.cart-row td .itemName a{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.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: 200px;
}
.cart-table .cartItemDetail{
    max-width: 100%;
    min-height: 98px;
    flex-direction:column;
    -webkit-box-direction:column;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
}
.cart-table tbody tr.cart-row td .itemNo {
    font-size: 12px;
    line-height: 16px;
    color: #777777;
}
.cart-table tbody tr.cart-row td .cartItemBot p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.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: #000000;
    font-weight: 700;
}
.cart-table a{
    text-decoration: none;
}
.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: #333333;
    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.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: #000000;
    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: 82px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 18px;
    color: #000000;
    margin: 0;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
}
.cart-table tbody tr.cart-row td .btn-remove{
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ED2E31;
    margin-top: 5px;
    display: inline-block;
    font-weight: 700;
}
.cart-table tbody tr.cart-row td .btn-preview , .product-remove-btn .btn-preview{
    color:#10AC10;
    font-size: 12px;
    cursor: pointer;
}
.cart-table tbody tr.cart-row td .text-danger {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
.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: #333333;
}
.confirmOrderBox p br {
    content: "";
    display: block;
    font-size: 24%;
    margin-top: 8px;
}
.confirmOrderBox p span{
    font-weight: 700;
}
#confirmModal.customModal .modal-footer .themeBtn {
    max-width: 100%;
}

#checkout-cart .calShipBox {
    display: flex;
    align-items: flex-end;
}
#checkout-cart .calShipBox p{
    margin-bottom: 5px;
    color: #333333;
    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: 18px;
    line-height: 30px;
    text-align: right;
    font-weight: 700;
}
.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: #000000;
    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: #000000;
    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: #000000;
    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: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    font-weight: 300;
}
.sub-row{
    background-color: #F8F7F5;
}
.cart-table tbody tr.sub-row td{
    padding: 14px 20px 10px;
    border-top: none;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 1px solid #C4C4C4;
    font-weight: 700;
}
.sub-row td:first-child{
    width: 116px;
    text-align: right;
    padding-right: 0!important
}
.sub-input input.form-control{
    height: 30px;
    width: 82px;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    font-weight: 700;
}
.cart-table tbody tr.sub-row.sub-row td:last-child{
    text-align: right;
    padding-right: 20px;
}
.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;}

/*Search CSS*/
#product-search h1 span{
    font-weight: 600;
}

/*My Account page CSS*/
.accountInfoArea {
    padding-top: 85px;
    padding-bottom: 215px;
    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: #444340;
    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: #C29A79;
    background-color: transparent;
    border: 0;
    font-weight: 700;
}
#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: #141413;
    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: #141413;
}
.personalDetailsTitle p{
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
    margin-bottom: 4px;
    font-weight: 600;
}
#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: #000000;
    font-weight: 600;
}
.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: #FFFFFF;
    border-color: #7d7474;
    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;
}
/*==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: 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: #141413;
    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 #96918B;
    border-radius: 4px;
    background-color: #FFFFFF;
    height: 40px;
    color: #141413;
}
#select_type_form .form-group input.multiselect-search{
    height: 40px;
    font-size: 14px;
    color: #141413;
    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;
}
.productState-Dropdown .multiselect-container.dropdown-menu li a label{
    width: 100%;
}
.productState-Dropdown .multiselect-container {
    border-left: 1.3px solid #BDBDBD;
    border-right: 1.3px solid #BDBDBD;
    padding-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1.3px solid #BDBDBD;
    box-shadow: none;
}
.productState-Dropdown button.multiselect{
    border: 1.3px solid #BDBDBD;
    height: 36px;
}
.productState-Dropdown .multiselect-container li:nth-last-of-type(1){
    margin-bottom: 0;
}
#select_type_form .form-group input,
#select_type_form-adv .form-group input{
    font-size: 12px;
}
#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: 64px;
}
#my-order .tab-content .tab-pane {
    padding-top: 20px;
}
#my-order .table {
    margin-bottom: 0;
    background-color: #F8F7F5;
}
#my-order .table tbody tr{
    background-color: #F8F7F5;
}
#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: #000000;
    vertical-align: top;
    border-top: 1px solid #C4C4C4;
}
#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;
}
#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: #000000;
    font-weight: 400;
}
#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-weight: 700;
}
#my-order .table>tbody>tr>td .orderInfoBox p.textRed,
#my-order .table>tbody>tr>td .orderInfoBox p span.textRed{
    color: #ff0000;
    font-weight: 700;
}
#my-order .table>tbody>tr>td .orderInfoBox p + p{
    margin-top: 2px;
}
#my-order .table>tbody>tr>td .orderInfoBox p span{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
#my-order .table>tbody>tr>td .orderInfoBox p span.status {
    font-weight: 600;
}
#my-order .table>tbody>tr>td .orderCommentBox p span,
.table>tbody>tr>td .orderBudgetCodeBox p span{
    font-weight: 700;
    word-break: break-word;
}
#my-order .table>tbody>tr>td .orderCommentBox{
    padding-top: 10px;
}
.orderBudgetCodeBox .budgetCodeBoxInner{
    display: table;
    margin-top: 10px;
}
.orderBudgetCodeBox .budgetCodeBoxLeft {
    min-width: 140px;
}
.budgetCodeBoxInner p{
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
#my-order .total-details .total-table>tbody>tr>td {
    border-bottom: 1px solid #C4C4C4;
}
#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: #000000;
    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: #000000;
}
#my-order .order-details--rows .table,
#my-order .order-details--rows .table tr{
    background-color: #FFFFFF;
}
#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.total-table .table.total-table,
#my-order .table.orderTotalTable,
#my-order .table.draftOrderTotalTable{
    border-bottom: 1px solid #D0D0D0;
}
#my-order .table.total-table .table.total-table>tbody>tr>td:nth-child(1),
#my-order .table.orderTotalTable>tbody>tr>td:nth-child(1),
#my-order .table.draftOrderTotalTable>tbody>tr>td:nth-child(1){
    border-left-color: #D0D0D0;
}
#my-order .table.total-table .table.total-table>tbody>tr>td:nth-last-child(1),
#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: #D0D0D0;
}
#my-order .order-details--rows .table>tbody>tr>td .orderInfoBox p span{
    text-transform: capitalize;
    font-weight: 600;
}
#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:13%;
}
.order-details--table td:nth-child(2){ 
    width:12%;
}
.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: #000000;
    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;
}
.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: #C29A79;
    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: #C29A79;
    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;
}
@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: 100px;
    }
}
.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;
}
.data .status{margin-right: 5px;}
.order-details--table a.order-details--link{
    position: relative;
    min-width: 192px;
    display: inline-block;
    text-align: left;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 6px 40px 6px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676561;
    opacity: 1;
    float: none;
}
.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: 14px;
    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;
}
.emptyOrderNote p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
.totalTableArea {
    border-top: 1px solid #D1D1D1;
}
.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: #000000;
    vertical-align: middle;
    font-weight: 700;
}
.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-weight: 700;
}
.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-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.total-table span{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.total-table label{
    margin-right: 15px;
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
    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;
    font-weight: 700;
}
.total-table span:last-child{margin-right: 0;}
.checkoutCartBtn {
    border-top: 1px solid #C4C4C4;
    padding-top: 55px;
}
.checkoutCartBtn .cartBtnContinue .themeBtn {
    background-color: #FFFFFF;
    color: #C29A79;
}
.checkoutCartBtn .cartBtnShip .btn {
    margin-left: 26px;
}
/*.tracking{ border-bottom: 2px solid #d1ccbd; padding: 20px 10px; background: #ffffff;}*/
.tracking .tracking-table{ width:100%; }
.tracking .tracking-table label{ 
    color: #000000;
    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-weight: bold;
    font-size: 14px;
    color: #2885cd;
    border-bottom: 1px solid #2885cd;
    display: inline;
}
.tracking-url a:hover{
    text-decoration: none
}
.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: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.order-details--rows .pad-bot span {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
}
.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: #000000;
    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-weight: 700;
}
.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-weight: 600;
    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*/
.submitBtn #support-form-submit{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16px;
    text-align: center;
}
#supportModal #captcha #code {
    border-radius: 2px;
    padding: 5px 21px;
    border: 1px solid #7D7474;
    font-size: 20px;
    height: 60px;
    line-height: 20px;
}
#pageTitle {
    padding: 13px 50px;
    background-color: #777470;
    display:none;
}
#pageTitle .pageTitleBox h1{
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
}
#pageTitle.sustainTitle {
    background-color: #8DB92E;
}

#pageTitle.diversityTitle {
    background-color: #F38B00;
}
#pageTitle .sustainTitleIcon {
    margin-right: 17px;
}
#pageTitle .sustainTitleIcon img{
    max-width: 50px;
}
#information-information{
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: -ms-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
}
.informationBox {
    padding: 80px 0;
    padding-bottom: 140px;
    max-width: 960px;
}
#information-information .informationBox h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 44px;
    text-transform: uppercase;
} 
#information-information .informationBox p {
    margin-bottom: 24px;
}
.informationBox h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 40px;
    color: #000000;
}
.informationBoxContact h4{
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 30px;
}
.informationBox h4{
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 30px;
}
.informationBoxContact p{
    line-height: 30px; 
    color: #000000;
    font-weight: 400;
}
.informationBoxContact p a {
    color: #007bff !important;
    margin-bottom: 0;
    font-weight: 700;
}
#information-information #content {
    min-height: 100%;
}
#information-information .informationTitle {
    margin-bottom: 12px;
}
#information-information .informationTitle h1 {
    font-size: 50px;
    line-height: 52px;
    color: #3C3737;
    margin: 0;
    font-weight: 700;
}
#information-information .informationBox p,
#information-information .informationBox ul li,
#information-information .informationBox a,
#information-information .informationBox ol li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    color: #7D7474;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}
.informationBox ol,
.informationBox ul{
    padding-left: 0;
    margin-bottom: 16px;
}
ol.listAlpha {
    counter-reset: alpha
}
ol.listAlpha li {
    list-style: none;
    position: relative;
}
ol.listAlpha > li:before {
    counter-increment: alpha;
    content:"(" counter(alpha, lower-alpha)")";
    margin-right: 0.5em;
}
ol.listAlpha li + li,
ol.listNumber li + li{
    margin-top: 5px;
}
ol.listNumber,
ol.listNumber li ol{
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
ol.listNumber li ol {
    padding-left: 24px;
    margin-top: 12px;
}
ol.listNumber li{
    display: table;
    counter-increment: item;
}
ol.listNumber li:before {
    content: counters(item, ".") ".";
    padding-right: 0.5em;    
    font-weight: 400;
}
ol.listNumber li ol li {
    margin-bottom: 5px;
}
ol.listNumber li ol li:before {
    content: counters(item, ".") ".";
}
.informationBox ul li {
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.informationBox ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #171713;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
} 
#information-information .informationBox b,
#information-information .informationBox strong{
    font-weight: 700;
    letter-spacing: 0.16px;
}
#information-information .informationBox h3{
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 8px;
    color: #3C3737 !important;
}
#information-information .informationBox h4,
#information-information .informationBox h4 b,
#information-information .informationBox h4 strong{
    font-size: 28px;
    line-height: 38px;
    color: #3C3737;
    margin-bottom: 30px;
}
#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: #000000;
    font-weight: 400;
}
.informationBox .infoBoxBtn {
    margin-top: 24px;
    margin-bottom: 0;
}
.informationBox .alert-success {
    margin-bottom: 24px;
    margin-top: 0;
}
#error-not-found .informationBox {
    width: 100%;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
}
#error-not-found .informationBox .infoBoxBtn {
    margin-top: 40px;
    margin-bottom: 0;
}
#error-not-found .infoBoxBtn .btn.themeBtn{
   max-width: 269px;
}
.infoBoxBtn .btn.themeBtn{
    width: 100%;
}
#information-information .informationBox .supportArea p{
    margin-bottom: 0;
}
#information-information .informationBox .privacyBox h1 {
    margin-bottom: 32px;
}
#information-information .informationBox .privacyBox p,
#information-information .informationBox .privacyBox ul li, 
#information-information .informationBox .privacyBox ol li{
    color: #171713;
}
.privacyBox .table-responsive .table {
    margin-bottom: 24px;
}
.privacyBox .table td, 
.privacyBox .table th{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: #000000;
}
.privacyBox .table thead th,
.privacyBox .table thead td{
    font-weight: 700;
}
#information-information .informationBox .table tr td p:nth-last-of-type(1){
    margin-bottom: 0;
}

/* Page not found */
.not-found-info img{
    max-width: 100px;
    margin-bottom: 20px;
}
#error-not-found .not-found-info p {
    font-size: 16px;
    line-height: 24px;
    color: #3C3737;
    font-weight: 400;
}
#error-not-found .not-found-info p.bold-txt{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3C3737;
}
#error-not-found .not-found-info .infoBoxBtn {
    margin-top: 10px;
}
#error-not-found .not-found-info .btn-continue{
    color: #7D7474;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
}
/* FAQs Area */
#faqArea .panel-heading{
    background-color: #FFFFFF;
    padding: 0;
}
#themeAccordion .panel-title a{
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #C29A79 !important;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    padding: 20px 32px 19px 0px;
}
#themeAccordion .panel-title a.collapsed:before {
    content: '';
    width: 14px;
    height: 2px;
    background: #C29A79;
    padding-left: 5px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 30px;
}
#themeAccordion .panel-title a.collapsed:after {
    content: '';
    width: 14px;
    height: 2px;
    background: #C29A79;
    padding-left: 5px;
    color: #C29A79;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 30px;
    transform: rotate(90deg);
}
#themeAccordion .panel-title a:before {
    content: '';
    width: 14px;
    height: 2px;
    background: #C29A79;
    padding-left: 5px;
    color: #C29A79;
    position: absolute;
    right: 0;
    top: 30px;
}
#themeAccordion .panel-title .collapsed{
    color: #C29A79 !important;
    border-bottom: 1px solid #B1ADA6;
    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 #B1ADA6;
    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: #C29A79 !important; 
}
#themeAccordion .panel-body{
    padding: 0;
    border: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #B1ADA6;
}
.informationBox #faqArea .panel-body ul {
    margin-bottom: 0;
}
#information-information #faqArea .panel-body p,
#information-information #faqArea .panel-body ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
#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: #000000;
    font-weight: 400;
}


#information-information .informationBox #faqArea .panel-body a{
    font-size: 16px;
    line-height: 24px;
    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: 0;
    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: #141413;
}
.customModal .modal-header .close {
    margin-top: 0;
    opacity: 1;
}
.customModal .modal-dialog {
    width: 100%;
    max-width: 648px;
}
.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 .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.dashboardModal .modal-dialog, 
#supportRequestReceivedModal.dashboardModal .modal-dialog {
    max-width: 720px;
}
#supportModal .modalBoxInner .inputBox {
    margin-bottom: 30px;
}
#supportModal .modalBoxInner .inputBox:nth-last-of-type(1) {
    margin-bottom: 0;
}
#supportModal .inputBox .form-control[type="file"] {
    padding: 16px 21px;
    -webkit-appearance: none;
    appearance: none;
    height: auto;
    min-height: 60px;
}
#supportModal .inputBox textarea.form-control {
    min-height: 180px;
    height: 180px;
    max-height: 146px;
    min-width: 100%;
    max-width: 100%;
     border: 1px solid #7d7474;
    border-radius: 2px;
    line-height: 24px;
}
.modalBoxInner input, 
.modalBoxInner .multiSelectBtn {
    width: 100%;
    height: 60px;
    border: 1px solid #7d7474;
    border-radius: 2px;
}
.modalBoxInner .form-control{
    padding: 20px 21px;
    color: #000000;
}
#supportModal #captcha {
    position: relative;
    padding-right: 40px;
}
#supportModal #captcha .captchaIcon {
  background-image: url(../image/Refresh_icon.svg) !important;
  background-color: #ffffff;
    background-position: center center;
    padding: 14px;
    position: absolute;
    top: 14px;
    right: 0;
}
.requestReceivedBox p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    text-align: cennter;
}
#poBoxconfirmModal.modal {
    /*z-index: 9999;*/
}
#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: #333333;
}
#poBoxconfirmModal.customModal .modal-dialog{
    width: 450px;
}
#poBoxconfirmModal.customModal .modal-footer .themeBtn{
    max-width: 150px;
}
#common-maintenance .maintenanceBox{
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: -ms-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
}
.maintenanceBox .maintenanceBoxInner {
    padding: 30px 0;
    text-align: center;
}
.maintenanceBox .maintenanceBoxIcon {
    text-align: center;
    margin-bottom: 20px;
}
.maintenanceBox .maintenanceBoxIcon .fa {
    font-size: 80px;
    color: #C29A79;
}
.maintenanceBox h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #000000;
}

#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-weight: 700;
}
.pageNotFoundBox p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
/* Issue Tracker Form */
.issueTrackerArea{
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: -ms-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
    padding: 80px 0;
}
.issueTrackerArea .issueTrackerTittle{
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.issueTrackerArea .issueTrackerTittle h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
}
.issueTrackerArea .issueTrackerForm{
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
.issueTrackerArea .issueTrackerForm .form-group {
    margin-bottom: 30px;
}
.issueTrackerArea .form-control{
    padding: 18px 21px;
    height: 60px;
    border-radius: 2px;
    border-color: #7d7474;
    font-size: 20px !important;
    line-height: 20px;
    color: #4d4d4d;
}
.issueTrackerArea textarea.form-control {
    min-height: 80px;
    max-height: 250px;
}
.issueTrackerArea .multiSelectBtn {
    height: 60px;
    border-radius: 2px;
    border-color: #7d7474;
    font-size: 20px !important;
    line-height: 20px;
    color: #4d4d4d;
    padding: 16px 35px 16px 20px;
}
.issueTrackerArea .multiSelectBtn[title="Select Option"] .multiselect-selected-text, 
.issueTrackerArea .multiSelectBtn[title="Select From Drop Down"] .multiselect-selected-text {
    color:#828282 !important;
}
.issueTrackerArea .dropdown-toggle::after{
    display: none;
}
.issueTrackerArea .textError{
    font-size: 14px;
    line-height: 20px;
    color: #C2262D;
    margin-top: 5px;
}
#browse-div .form-control {
    overflow: hidden;
}
#browse-div label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
#browse-div a.file-browse-inner {
    color: #FFFFFF;
    display: inline-block;
    height: 60px;
    padding: 15px 15px;
    background-color: #4d4d4d;
    line-height: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
#browse-div label:hover a.file-browse-inner {
    color: #FFFFFF;
    background: #BC916C;
}
#browse-div .file-block {
    border-radius: 2px;
    background-color: #FFFFFF;
    margin: 5px 10px 5px 0;
    color: initial;
    display: inline-flex;
}
#browse-div .file-delete {
    display: flex;
    width: 20px;
    color: initial;
    background-color: transparent;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
#browse-div .file-delete > span {
    margin-top: -2px;
    transform: rotate(45deg);
}
#browse-div #filesList .name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    font-size: 12px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 400;
}
#browse-div .browseFileNote p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #4d4d4d;
    display: block;
    margin-top: 5px;
}
.issueTrackerArea #captcha .captchaIcon {
    background: url(../image/Refresh_icon.svg);
    background-repeat: no-repeat;
    top: 18px;
    background-size: 24px;
    width: 24px;
    height: 24px;
}
.issueTrackerArea #captcha #code {
    height: 60px;
    border-color: #7d7474;
}
.issueTrackeBtnBox{
    margin-top: 30px;
}
.issueTrackerForm .issueTrackeBtnBox .themeBtn{
    width: 100%;
    padding: 22px 30px;
}
.issueTrackerArea .issueSubmitBox {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.issueSubmitBox .issueTrackerTittle {
    max-width: 880px;
}
.issueSubmitBox .issueTrackerTittle h1{
    text-align: center;
}
.issueSubmitBox p {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 400;
}
.issueSubmitBox p u {
    text-decoration: none;
}
.issueSubmitBox p b,
.issueSubmitBox p #issue_id {
    color: #4d4d4d;
}
.issueSubmitBox .issueTrackeBtnBox {
    margin-top: 30px;
}
/*Checkout page CSS*/
.container-hidden{
    overflow-x: hidden;
}
.checkoutArea{
    position: relative;
}
.checkoutArea #content {
    min-height: calc(100vh - 1240px);
}
.checkoutArea .panel-heading .panel-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.checkoutArea .stickySummary .panel-default{
    margin-bottom: 0;
    background: transparent;
}
.form-group .required_error,
.panelBox .panelBoxBody p.required_error{
    font-size: 14px;
    line-height: 20px;
    color: #C2262D;
    font-weight: 400;
    margin-top: 5px;
}
/* Coupon Code Area */
/*#checkout-checkout .stickySummary {
    height: calc(100vh - 185px);
}*/
.checkoutArea .stickySummary .panel-default.couponCodeBox{
    margin-bottom: 24px;
}
.checkoutArea .themeContainer{
    padding: 0 105px;
}
.checkoutArea .rightColumn {
    padding: 60px 50px 50px 0;
}
.checkoutArea .leftColumn {
    padding: 60px 0 50px 60px;
}
.checkoutArea .panelBox {
    background: #F8F7F5;
    margin-bottom: 24px;
}
.checkoutArea .addPanelBox {
    padding: 16px 20px;
}
.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-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
.editBillingBtn,
.editShippingBtn{
    position: absolute;
    right: 0;
    top: 0;
}
.editBillingBtn .fa,
.editShippingBtn .fa {
    font-size: 20px;
    color: #C29A79;
}
.editBillingBtn:hover .fa,
.editBillingBtn:focus .fa,
.editShippingBtn:hover .fa,
.editShippingBtn:focus .fa{
    color: #852D01;
}
#edit-billing .alert {
    margin-top: 0;
}
.panelBox .panelBoxTitle p{
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-top: 1px;
}
.panelBox .panelBoxBody p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.cartErrortext{
    font-size: 14px;
    line-height: 18px;
    color: #C2262D;
    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: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
    font-weight: 700;
}
.panelCommentBox .panelCommentBoxTitle p{
    font-size: 12px;
    color: #EB001B;
}
.panelCommentBox textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    padding: 10px 17px;
}
.checkbox  .termsPopupBtn{
    color: #C29A79;
}
.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: #C2262D;
    margin-top: 0;
}
.checkoutArea .checkoutBtn {
    margin-top: 45px;
}
.checkoutBtn.checkout-btn-section {
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkout-btn-section #payment-btn {
    width: 100%;
}
#payment-btn .payment-form-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    background: #F8F7F5;
    min-height: 200px;
}
#payment-btn .payment-form-wrapper button {
    background-color: #C29A79;
}
#payment-btn .complete-order-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    background: #C29A79;
    border: 2px solid #888888;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #171713;
    padding: 11px 22px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#payment-btn .payment-form-wrapper fieldset {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background: #F8F7F5;
}
#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: #333333;
}
.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: #333333;
    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: #333333;
}
.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: #D1D1D1;
    color: #D1D1D1;
}
.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: #333333;
}

.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{
    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: #000000;
    font-weight: 700;
}
.fn-total .fn-t-row span.cost-title{
    font-size: 14px;
    line-height: 18px;
    margin-right: 15px;
}
.fn-total .fn-t-row span.cost{
    font-size: 14px;
    line-height: 18px;
}
#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: 40px;
    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;
}
/* 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: #333333;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 12px;
}
.orderSubTiltle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 17px;
}
.orderSubTiltle h4 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}

.orderSummaryBox .orderSubTiltle {
    padding-bottom: 24px;
    border-bottom: 1px solid #D1D1D1;
}
#notshippedlist.orderSummaryBox .orderSubTiltle{
    padding-top: 24px;
}
.orderSummaryBox .orderSubTiltle h3 {
    margin-bottom: 0;
}
.orderSummaryBox .orderSummaryInfo {
    border-bottom: 1px solid #C4C4C4;
    padding: 12px 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: 20px;
    width: 96px;
}
.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: #333333;
    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;
}
.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: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.orderDetailBox .orderSummaryBox .itemNum,
.checkoutArea .orderSummaryText .itemNum{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #777777;
}
.orderSummaryBox .itemInfoTop{
    padding-right: 15px;
}
.orderSummaryBox .summaryTextTop {
    margin-bottom: 15px;
}
.orderSummaryBox .itemQty{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
}
.orderSummaryBox .summaryTextBot p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.orderSummaryBox .itemPrice{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
.orderDetailBox .orderSummaryText .extDate{
    font-weight: 500;
    font-size: 12px;
    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: #333333;
}
.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: #333333;
    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 #D1D1D1;
}
.orderSummaryTable tbody tr:last-child td{
    font-size: 18px;
    line-height: 18px;
    color: #D40029;
    font-weight: 700;
    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 #333333;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 1;
    color: #333333;
    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-weight: 700;
    font-size: 50px;
    line-height: 52px;
    color: #333333;
}
.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: #000000 !important;
    margin-right: 2px !important;
}
.envelope__btn{
    flex-direction: row-reverse;
    justify-content: end;
}
.envelope__btn .btnTableExport{
  width: 66px;
  height: 40px;
  background-color: #C29A79 !important;
  border: 0 !important;
  margin-right: 10px;
}
.envelope__btn .btnTableExport i{
    color: #171713;
}

.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-weight: 700;
    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;
}
/* Redeem Code Area */
.homeRedeemLogoBox {
    padding: 80px 80px 97px;
}
.homeRedeemLogoBox .homeRedeemLogo,
.homeRedeemLogoBox .homeRedeemLogo a {
    display: inline-block;
}
.redeemCodeContainer{
    min-height: calc(100vh - 160px);
}
#redeemCodeSection {
    position: relative;
    max-width: 100%;
    background-color: #FFFFFF;
}
.redeemCodeArea{
    position: relative;
    z-index: 2;
}
.redeemCodeArea .redeemFormContainer {
    padding: 82px 80px 126px;
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
}
.redeemCodeImg,
.redeemCodeContent {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.redeemCodeImg{
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.redeemImgDesktop {
    min-height: 740px;
}
.redeemCodeImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.redeemCodeContent {
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
    padding: 127px 80px 79px;
}
.redeemCodeArea .redeemFormBox {
    background: transparent;
    text-align: left;
    box-shadow: unset;
    max-width: 791px;
}
.redeemFormBox .btn.themeBtn {
    width: 100%;
    max-width: 300px;
    padding: 22px 30px 20px;
    height: 58px;
    min-height: 58px;
}
.redeemText{
    width: 100%;
    max-width: 445.11px;
}
.redeemFormBox .redeemFormTitle {
    margin-bottom: 58px;
}
.redeemFormBox .redeemFormTitle h2 {
    color: #00507E;
    font-size: 32px;
    line-height: 36px;
    text-transform: unset;
    margin-bottom: 0;
    font-weight: 400;
}
#error-not-found {
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
}
#findOrderSection .redeemFormTitle h1  {
    color: #000000;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
}
.redeemFormBox .alertInfoMessage {
    max-width: 300px;
}
#findOrderSection .form-control{
    color: #000000;
    border-radius: 0;
    padding: 20px 21px 19px;
    border: 1px solid #7D7474;
}
#findOrderSection .submitBtnBox #buttonContactCustomerService{
    padding: 22px 30px;
}
#findOrderSection .redeemForm .themeBtn {
    max-width: 100%;
}
#successOrderSection .orderInfoBox .orderInfoDiv {
    margin-bottom: 24px;
}
#findOrderSection .orderInfoBox .orderInfoDiv p, 
#successOrderSection .orderInfoBox .orderInfoDiv p {
    margin-bottom: 0;
}
#successOrderSection{
    background:#fff;
}
#successOrderSection.grayBg{background:#f6f4f0;}
.redeemFormBox .redeemForm {
    margin-bottom: 82px;
}
.thanksOrderbox .orderInfoBox .orderInfoDiv p a{
    color: #7D7474;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}
.redeemFormBox .alertInfoMessage .fa-exclamation-circle {
    margin-right: 5px;
}
.redeemFormBox .redeemInputBox {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #7d7474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff !important;
}
.redeemInputGrp {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    padding: 20px 0 20px 17px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFFFFF;
}
.redeemInputGrp .redeemInputGrpText{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color:#000000;
    display: inline-flex;
    align-items: center;
}
.redeemFormBox .redeemInputGrpBox .form-control{
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    padding-left: 0;
    height: 60px;
    border: 0;
    background-color: #FFFFFF;
    margin-left: -1px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.redeemFormBox .redeemInputBox .form-control:focus {
    border-color: #96918B;
}
.loginThemeContainer .redeemFormBox .redeemInputBox {
    height: 60px;
}
.loginThemeContainer .redeemInputGrp,
.loginThemeContainer .redeemFormBox .redeemInputGrpBox .form-control {
    height: 58px;
}
.redeemInputBox .fixedRedeemText {
    height: 40px;
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 14px;
    line-height: 40px;
    color: #141413;
}
.redeemText p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.redeemText p + p {
    margin-top: 20px;
}
.redeemFormBox .previewBtnBox {
    margin-top: 24px;
}
.redeemBannerBox {
    position: relative;
    background: url(../image/home-page-banner.png);
    padding: 95px 95px 95px 191px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.redeemBannerBox .redeemBannerImg img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.redeemBannerBox .redeemBannerCaption {
    padding: 80px 40px;
    max-width: 410px;
    min-height: 410px;
    background: rgba(0, 132, 195, 0.80);
}
.redeemBannerCaption h2 {
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
    font-weight: 400;
}
.redeemBannerCaption h1 {
    font-size: 52px;
    line-height: 52px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
}
.redeemProductList{
    padding: 80px 0;
}
.productListTitle {
    text-align: center;
    margin-bottom: 56px;
}
.productListTitle h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #004F7F;
}
.redeemProductRow{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px
}
.redeemProductRow .redeemProductCol{
    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;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 13px;
    padding-left: 13px;
}

.productBox {
    text-align: center;
}
.productBox .productImg img{
    width: 100%;
    display: inline-block;
    background: #F0F0F0;
    object-fit: contain;
    object-position: center;
}
.productBox .productImg .hidden-image,
.productBox .productImg:hover .visible-image{
    display: none;
}
.productBox .productImg:hover .hidden-image {
    display: block;
}
.productBox .productImgCaption{
    margin-top: 30px;
}
.productBox .productImgCaption h3{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
}
.productBox .productImgCaption:hover h3 {
    color: #C29A79;
    margin-top: -1px;
}
.redeemInputBox .redeemInputGrp{
    border-right: 0;
}
.redeemProductDetails .itemDetailsHeader {
    margin-bottom: 24px;
}
#confirmOrderSection.redeemProductDetails .itemDetailsHeader,
#successOrderSection.redeemProductDetails .itemDetailsHeader{
    margin-bottom: 48px;
}
#confirmOrderSection .productDetailsBox .productInfoBox{
   margin-bottom: 40px;
}
#confirmOrderSection .productDetailsBox .redeemBtnBox #button-cart{
   width: 100%;
}
#confirmOrderSection .productDetailsBox .redeemBtnBox{
    width: 100%;
    max-width: 560px;
}
#confirmOrderSection .productDetailsBox,
#successOrderSection .productDetailsBox {
    padding-left: 65px;
}
#confirmOrderSection .contentTop{
    padding-bottom: 180px;
}
#successOrderSection .contentTop{
   padding-bottom: 80px;
}
.thanksOrderbox .productInfoBox {
    margin: 0;
}
.productSizeBox{
    max-width: max-content;
    margin-bottom: 40px;
}
.productSizeBox .themeRow, 
.row.themeRow {
    margin-right: -8px;
    margin-left: -8px;
}
.productSizeBox .themeRow .themeCol {
    padding-right: 8px;
    padding-left: 8px;
}
.productSizeBox .productSizeHeader {
    margin-bottom: 10px;
}
.productSizeHeader p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #3C3737;
}
.productSizeHeader p span{
    font-weight: 400;
    color: #3C3737;
}
.productSizeHeader p span#sizeName {
    font-weight: 400;
}
.styleRadioBtnTextBox,
.sizeRadioBtnTextBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.radioBtnTextBox {
    position: relative;
    display: flex;
    padding-right: 10px;
    padding-left: 0;
    margin-top: 14px;
}
.radioBtnTextBox:nth-last-of-type(1) {
    padding-right: 0;
}
.radioBtnTextBox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.styleRadioBtnTextBox .radioBtnTextBox label{
    width: 132px;
}
.radioBtnTextBox label {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #B9B8BA;
    border-radius: 2px;
    padding: 22.5px 3.91px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000000;
}
.radioBtnTextBox [type="radio"]:checked + label{
    color: #000000;
    outline: 1px solid #201800;
    outline-offset: 5px;
}
.colorSection .radioBtnTextBox label {
    width: 20px;
    height: 20px;
    color: #000000;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
.sizeRadioBtnTextBox .radioBtnTextBox label{
    width: 60px;
    height: 60px;
    position: relative;
}
.sizeRadioBtnTextBox .radioBtnTextBox label:hover, 
.sizeRadioBtnTextBox .radioBtnTextBox [type="radio"]:checked + label {
    outline: 0;
    border-color: #000000;
}
.sizeRadioBtnTextBox .radioBtnTextBox.notAvailabel label {
    color: #B9B8BA;
    cursor: no-drop;
    border-color: #B9B8BA;
}
.sizeRadioBtnTextBox .radioBtnTextBox.notAvailabel label:before {
    content: '';
    width: 82px;
    height: 1px;
    background: #B9B8BA;
    position: absolute;
    top: 29px;
    left: -11px;
    transform: rotate(-45deg);
}
.productSizeHeader .sizeChartBtn {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 0;
}
.productSizeHeader .sizeChartBtn a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000000;
}
.sizeChartImgBox img {
    width: 100%;
}
#productDetails .redeemBtnBox .btn.themeBtn {
    width: 100%;
    max-width: 100%;
}
.productColorBox .radioBtnTextBox{
    margin-top: 0;
    padding: 0;
}
.productColorBox.colorSection .radioBtnTextBox label {
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding: 0;
    margin: 5px;
    border-radius: 50%;
    border: 0;
    pointer-events: none;
}
.productColorBox .radioBtnTextBox [type="radio"]:checked + label{
    outline: 0;
    outline-offset: 0;
}
.productColorBox .radioBtnTextBox [type="radio"]:checked + label:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #201800;
    border-radius: 50%;
}
#sizeChartModal.dashboardModal .modal-header {
    padding: 30px 70px 30px 30px;
    min-height: 65px;
}
#sizeChartModal.dashboardModal .modal-dialog {
    max-width: 458px;
}
#sizeChartModal.dashboardModal .modal-body {
    padding: 0;
}
#sizeChartModal .sizeChartContent {
    padding: 0px 30px 10px;
}
#sizeChartModal .sizeChartContent h3, 
#sizeChartModal .sizeChartContent p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #4D4D4D;
}
#sizeChartModal .sizeChartContent p {
    font-weight: 400;
}
#sizeChartModal .sizeChartContent h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#sizeChartModal .sizeChartImgBox {
    padding: 0 15px 15px;
}
.sizeChartImgBox img {
    width: 100%;
}
#sizeChartModal .sizeVideoWrapper {
    border-top: 1px solid #7D7474;
    padding: 15px;
}
#sizeChartModal .sizeVideoFrame {
    position: relative;
    padding-bottom: 56%;
}
#sizeChartModal .sizeVideoFrame iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.findOrderFormBox .redeemForm .redeemInputBox{
    background-color: transparent !important;
    border:none
}
#redeemCodeSection .findOrderFormBox .redeemForm .redeemInputBox{
    max-width: 480px;
    width: 100%;
    display: block;
}
/* Shipping Details Area */
.shippingFormTitle {
    margin-bottom: 80px;
}
.shippingFormTitle h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
.shippingFormArea{
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px;
}
.shippingFormBox .form-group {
    margin-bottom: 30px;
}
.shippingFormBox .multiselect-item.filter .multiselect-search{
    text-align: left;
}
.shippingFormBox .hasError .form-control{
    border-color: #C2262D;
    padding-right: 50px;
}
.shippingFormBox .multiSelectBtn{
    height: 60px;
    border-radius: 2px;
    border-color: #7d7474;
    font-size: 20px !important;
    line-height: 20px;
    color: #4d4d4d;
    padding:16px 45px 16px 20px;
}
.shippingFormBox .hasError .multiSelectBtn{
    border-color: #C2262D;
}
.shippingFormBox textarea.form-control{
    min-height: 178px;
    max-height: 200px;
}
.confirmOrderBtnBox .themeBtn,
.submitBtnBox .btn {
    width: 100%;
}
.submitBtnBox .themeBtnSecondry{
    height: 58px;
    margin-top: 32px;
}
.backBtnBox {
    padding-top: 28px;
}
.backBtnBox a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.backBtnBox a span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-left: 8.26px;
}
/* Redeem Order Confirm */
.productPreviewNote{
    margin-top: 15px;
    text-align: center;
}
.productPreviewNote p{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}
.productInfoBox {
    margin-bottom: 40px;
}
.productInfoBox .productInfoDiv {
    margin-bottom: 32px;
}
.productInfoBox .productInfoDiv:nth-last-of-type(1) {
    margin-bottom: 0;
}
.productInfoBox .productInfoDiv p,
.orderInfoBox .orderInfoDiv p{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}
.productInfoBox .productInfoDiv p span,
.orderInfoBox .orderInfoDiv p span{
    font-weight: 700;
    letter-spacing: 0.16px;
}
.orderInfoBox .orderInfoDiv p{
    margin-bottom: 3px;
}
.orderInfoBox .orderInfoDiv p a {
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
}
.productInfoBox .productInfoDiv p,
.productInfoBox .productInfoDiv p a{
    text-decoration: none;
}
.orderInfoBox .orderInfoDiv,
#findOrderSection #successOrderSection .orderInfoBox .orderInfoDiv{
 margin-bottom: 30px;   
}
.productInfoBox .productInfoDiv p .noBorder,
.orderInfoBox .orderInfoDiv p .noBorder,
.productInfoBox .productInfoDiv p a[x-apple-data-detectors],
.orderInfoBox .orderInfoDiv p a[x-apple-data-detectors]{
    text-decoration: none !important;
    font-weight: 400;
    -webkit-appearance: none;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
}
.noBorder,
a[x-apple-data-detectors]{
    text-decoration: none !important;
    -webkit-appearance: none;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
}
.productInfoBox .productInfoDiv p a.noBorder,
.orderInfoBox .orderInfoDiv p a.noBorder{
    pointer-events: none;
}

/* Confirm Order Area */
#confirmOrderSection .redeemBtnBox {
    margin-bottom: 0;
}
#confirmOrderSection .backBtnBox {
    padding-top: 40px;
}
/* Find Your Order Area */
#findOrderSection .redeemCodeArea .redeemFormContainer{
    padding: 134px 90px 176px 150px;
}
#findOrderSection #redeemCodeSection {
    background-color: #F8F8F8;
    padding: 0;
}
#findOrderSection .redeemImgDesktop {
    min-height: 600px;
}
#findOrderSection.orderInfoDisplay .findOrderFormArea{
    min-height: auto;
}
#findOrderSection.orderInfoDisplay .redeemCodeArea .redeemFormContainer {
    min-height: 100%;
}
#findOrderSection.orderInfoDisplay {
    min-height: calc(100vh - 159px);
}
#findOrderSection.orderInfoDisplay .redeemCodeImg {
    max-height: 600px;
}
.findOrderFormContainer {
    text-align: center;
}
.findOrderFormBox {
    width: 100%;
    max-width: 480px;
}
.findOrderFormBox .redeemFormTitle {
    margin-bottom: 44px;
}
.redeemFormTitle h1 {
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    text-align: left;
    text-transform: uppercase;
}
#findOrderSection .redeemFormBox .redeemForm{
    margin-bottom: 0;
}
#findOrderSection .redeemFormBox .redeemInputBox {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
}
.findOrderFormBox .redeemInputBox {
    margin-bottom: 10px;
}
.findOrderFormBox .redeemInputBox .form-control{
    height: 60px;
    text-align: center;
}
.findOrderFormBox .btn.themeBtn {
    width: 100%;
}
#findOrderSection #successOrderSection .contentTop{
    padding-bottom: 102px;
}

/* Exchange Order Area */
#exchangesOrderDetails {
    margin-top: 50px;
}
#exchangesOrderDetails .productInfoBox {
    margin-bottom: 50px;
}

#exchangeRequestArea .shippingFormArea {
    padding: 80px 0px 260px;
}
#exchangeRequestArea .shippingFormTitle{
    margin-bottom: 64px;
    text-align: center;
}
#exchangeRequestArea .shippingFormBox .form-group {
    margin-bottom: 10px;
}
#exchangeRequestArea .form-control{
    text-align: center;
}
#exchangeRequestArea #exchangesOrderDetails .shippingFormBox .form-group {
    margin-bottom: 30px;
}
#exchangeRequestArea .shippingFormBox .multiselect-item.filter .multiselect-search{
    text-align: left;
}
#exchangeRequestArea textarea.form-control {
    text-align: left;
    min-height: 180px;
    max-height: 180px;
    line-height: 24px;
}
/* Preview Area */
#previewSection .redeemCodeArea {
    z-index: unset;
}
.availableSizeModal.modal .modal-dialog {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
}
.availableSizeModal .modal-content{
    margin: 40px 0;
}
.availableSizeModal.dashboardModal .modal-header {
    padding: 60px 80px 0;
}
.availableSizeModal.dashboardModal .modal-body {
    padding: 20px 65px 30px;
}
#previewSection .redeemCodeContent {
  padding: 82px 80px 59px;
}
#previewSection .redeemFormTitle {
    margin-bottom: 47px;
}
.previewItemRow .previewItemCol {
    width: 100%;
    max-width: 315px;
    position: relative;
}
.previewItemBox {
    text-align: center;
}
.previewItemBox .previewItemImgBox {
    position: relative;
    overflow: hidden;
}
.previewItemBox .previewModal,
.previewItemBox .productSizeBtn{
    cursor: pointer;
}
.previewItemBox .previewItemImg img {
    width: 100%;
    border: 1px solid #E6E6E6;
}
.previewItemBox .previewItemCaption {
  padding-top: 16px;
}
.previewItemBox .previewItemCaption h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}
.previewItemBox .previewItemCaption p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.previewItemBox .productSizeBtn p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.productSizeList {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.productSizeList .productSizeListInner {
    width: 100%;
}
.productSizeList .productSizeListInner p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
}
.productSizeClose {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.showProductSize .productSizeClose {
    display: block;
}
#previewSection .productSize{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: auto;
    padding: 15px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.80);
    display: none;
}
#previewSection .productSize ul{
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    -webkit-column-count: 3;
    -moz-column-count: 3;
        column-count: 3;
}
#previewSection .productSize ul li {
    width: 33.333%;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
}
#previewSection .hiddenSizeBox{
    display: none;
}
#previewSection .showSizeBox,
#previewSection .hiddenSizeBox.showSizeBox {
    display: block;
}
.previewSizeModal .productImageBox {
  padding-right: 0;
    position: sticky;
    top: 0;
}
.sizeChartText h3{
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.sizeChartText{
    margin-bottom: 30px;
}
.sizeChartText p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.sizeChartText p.sizeChartNote{
    color: #ff0000;
}
.sizeChartText p a{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  text-decoration: underline;
}
.sizeChartTable .table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #7D7474;
    width: 100%;
}
.sizeChartTable .table thead tr:nth-child(1),
.sizeChartTable .table tr td:nth-child(1) {
    background-color: #F8F8F8;
}
.sizeChartTable .table tr th,
.sizeChartTable .table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    text-align: left;
}
.sizeChartTable img {
    width: 100%;
}
.previewSizeModal .sizeChartTable img {
    max-width: 428px;
}

/*Media Queries CSS*/
@media(max-width:1250px){
    .menu-section {margin-left: 0;}
}

@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;}
}

@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: 1200px) {
    #productDetails .productImgThum .thumBox{
        min-width: 80px;
    }
    .themeContainer,
    .readMoreArea .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #footerArea .themeContainer,
    .footerContainer{
        padding: 0 65px;
    }
    
    #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;
    }
    
    .redeemCodeArea .redeemFormContainer,
    #findOrderSection .redeemCodeArea .redeemFormContainer{
        padding: 80px 80px 74px;
    }

    .homeGridOverlay .gridOverlayText h3 {
        font-size: 14px;
        line-height: 18px;
    }
    
    #pageTitle {
        padding: 13px 40px;
    }
    #productDetails.redeemProductDetails .productDetailsBox,
    #confirmOrderSection .productDetailsBox,
    .redeemProductDetails .productDetailsBox,
    #successOrderSection .productDetailsBox{
        padding-left: 15px;
        padding-right: 0;
    }
    .productImageBox,
    #successOrderSection .productImageBox{
        padding-right: 15px;
    }
    .stickyBox.productImageBox {
        width: calc(50% - 46px);
    }
    .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%;
    }
    
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 40px;
    }
    
    .contentBottom .alsoLikeArea {
        padding: 40px 0;
    }
    
    .checkoutArea .themeContainer{
        padding: 0 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{
        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;
    }
    
}

/*@media(max-width:1100px){
    #search input[type="text"]{width:160px;}
}*/
/* 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){
    .themeContainer, 
    .readMoreArea .themeContainer, 
    #product-product .themeContainer,
    #checkout-cart .themeContainer, 
    #common-success .themeContainer, 
    .footerContainer,
    #footerArea .themeContainer {
        padding: 0 15px;
    }
    
    .redeemCodeArea .redeemFormContainer, 
    #findOrderSection .redeemCodeArea .redeemFormContainer{
        padding: 40px 40px 74px;
    }
    .redeemFormBox .redeemInputBox,
    .redeemFormBox .btn.themeBtnSecondry,
    .redeemFormBox .alertInfoMessage,
    .redeemFormBox .redeemInputBox, 
    .redeemFormBox .btn.themeBtn,
    .redeemText{
        max-width: 100%;
    }
    .redeemImgDesktop {
        min-height: 100%;
    }
    .redeemFormTitle h1 {
        font-size: 48px;
        line-height: 48px;
    }

    #menu .nav li,
    .headerBoxTwo .navbar-nav>li{
        margin-left: 15px;
    }
    .searchBox #search.collapse {
        display: none;
    }
    .searchBox #search.collapse.in {
        display: block;
    }
    .searchBox .searchMobileBtn{
        display: block;
        margin-left: 15px;
    }
    .searchBox {
        position: static;
    }
    .searchBox #search {
        position: absolute;
        top: 100%;
        left: -25px;
        right: -25px;
        z-index: 9;
        margin: 0;
    }
    .searchBox .searchInputInner{
        position: relative;
        padding: 20px 24px;
        background: #000000;
        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 #searchField{
        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 #searchField,
    .searchInputBox #searchField:focus,
    .searchInputBox #searchField:active{
        outline:none;
        width: 100%;
    }
    .searchBox #search .userBtn{
        width: 40px;
        height: 40px;
        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;
    }

    #product-product {
        padding-top: 40px;
    }
    .productImageBox,
    #successOrderSection .productImageBox {
        padding-right: 0;
    }
    #productDetails.redeemProductDetails .productDetailsBox, 
    #confirmOrderSection .productDetailsBox, 
    .redeemProductDetails .productDetailsBox, 
    #successOrderSection .productDetailsBox {
        padding-left: 0;
    }
    #productDetails .productImgThum {
        margin-top: 40px;
    }
    .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: #000000; 
    }
    
    .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;
    }
    .dashboardModal .modal-header, 
    #filemanager .modal-header {
        padding: 52px 80px 0 40px;
    }
    .dashboardModal .modal-body {
        padding: 32px 40px 30px;
    }
    .dashboardModal .modal-footer {
        padding: 0 40px 52px;
    }
    
    #previewSection .redeemCodeContent{
        padding: 40px 40px 43.16px;
    }
    .availableSizeModal .modal-content {
        margin: 20px 0;
    }
    .availableSizeModal.dashboardModal .modal-body {
        padding: 20px 40px 30px;
    }
}

@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: 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;
    }
}

@media (max-width:991.5px){
    .stickyBox.productImageBox {
        width: calc(50% - 30px);
    }
    .redeemProductList {
        padding: 80px 0 40px;
    }
    .redeemProductRow .redeemProductCol {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    
    .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 {
        margin-bottom: 24px;
        height: auto !important;
    }
    .productDetailsBox .prodDetailList .moqBox {
        padding-bottom: 24px;
    }
    .productDetailsBox .prodDetailList .availableBox {
        padding-top: 24px;
    }
    .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;
    }
    .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%;
    }
    .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: 0;
    }
    .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: 24px;
        padding-bottom: 24px;
    }
    .addressFieldsBox .scrollbar,
    .addressFieldsBox .clickNote{
        min-height: 24px
    }
    
    .customModal .modalBoxInner.confirmOrderBox {
        padding: 19px 0 9px;
    }
    .mfp-content img.mfp-img {
        padding: 0;
    }
    .mfp-gallery .mfp-image-holder .mfp-close {
        right: 16px !important;
        top: 16px !important;
    }
    .mfp-container .mfp-arrow{
        width: 40px !important;
        height: 40px !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;
    }
    
    .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: 56px 0;
    }
    .text--hide{
        display: none;
    }
    .flex--rev{
        flex-direction: column-reverse;
    }
    .sidebar-mobile--menu{ 
        display: block;
        background-color: #F8F7F5;
        border: 1px solid #96918B;
        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;
    }
    
    .redeemBannerBox {
        padding: 95px;
    }
    .redeemBannerBox .redeemBannerCaption{
        min-height: 210px;
    }
    
    .footerInfo {
        margin-bottom: 25px;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #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%;
    }
}

@media(min-width:768px){
    .form-account .form-group:nth-child(even),.form-password .form-group:nth-child(even){padding-right: 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 (max-width:768px) {
    .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;
    }
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

@media (max-width:767.5px){
    #redeemCodeSection,
    #information-information,
    #error-not-found{
        min-height: calc(100vh - 345px);
    }
    .redeemCodeArea .redeemFormContainer {
        min-height: 100%;
    }
    .redeemCodeArea .redeemFormTitle h1 br {
        display: none;
    }
    .reloadPageBox .alert-danger {
        padding: 12px 100px 12px 20px;
    }
    .reloadPageBox .reloadPageText p {
        font-size: 16px;
        line-height: 24px;
    }
    
    #productDetails .redeemBtnBox:hover .btn.themeBtn{
        color: #C29A79;
        background: #171713;
        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: 10px;
        padding-left: 10px;
    }

    .customtumbnails{
        overflow: auto !important;
    }
    #supportModal.dashboardModal .modal-dialog{
        max-width: 100%;
        margin: 0;
    }
    #supportRequestReceivedModal.dashboardModal .modal-dialog{
        max-width: 100%;
        margin: 0;
    }
    .captchaRow{
        padding-right: 30px;
    }
    #captcha .captchaIcon{
        right: 0;
    }
    #supportModal .captchaRow,
    .issueTrackerArea .captchaRow{
        padding-right: 0;
    }
    .issueTrackerArea #captcha{
        position: relative;
        padding-right: 40px;
    }
    
    .headerParentBox.flexCenter{
        display: block;
    }
    #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: #F8F7F5;
    }
    #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;
    }
    .ord-sum{
        padding-left: 0px;
    }
    .gray-sec{
            margin-bottom: 10px;
    }
    .qt-sec{
        height: 40px;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .searchInputBox {
        padding: 10px 20px;
    }
    .searchBox #search .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 #search {
        left: 0;
        right: 0;
    }
    .searchBox .searchInputInner {
        padding: 20px 20px;
    }
    #headerArea .signUpLink a {
        padding: 20px 0;
    }
    
    #pageTitle {
        padding: 10px 20px;
    }

    .pageBanner img {
        object-fit: cover;
        object-position: 100% 50%;
        min-height: 535px;
    }
    .pageBanner:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 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%);
    }
    .pageBannerCaption {
        padding: 0 20px;
    }
    .pageBannerCaption h4 {
        font-size: 36px;
        line-height: 42px;
    }
    
    #product-category.homePageCategory {
        padding-bottom: 35px;
    }
    .homeCategoryGrids {
        padding-top: 56px;
    }
    .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;
    }
    #homeGridBlockOne .row [class*='col-'],
    #homeGridBlockTwo .row [class*='col-'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .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-product{
         padding-top: 33.5px;
         padding-bottom: 28px;
    }
    #product-category .categoryPageArea,
    #product-search .productSearchArea{
        padding-top: 29px;
    }
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer{
        padding: 0 5px;
    }
    #product-product .breadcrumb {
        padding: 0 0 24px 0;
    }
    .sort-section .breadcrumb,
    .sort-section #input-sort{width:100%}
    .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;
        top: 20px;
    }
    .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);
    }
    .itemBoxIcon .itemIconTooltip:before {
        left: 8px;
        transform: translateX(0%);
    }
    .itemBoxIcon .itemIconTooltip:after {
        left: 7px;
        transform: translateX(0%);
    }
    #product-product .contentTop,
    #findOrderSection #successOrderSection .contentTop{
        padding-bottom: 0;
    }
    .productImageBox{
        padding-right: 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;
    }
    .productState-Dropdown .btn-group{
        max-width: 100%;
    }
    .product-thumb .price {
        font-size: 16px;
        line-height: 22px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 100%;
    }
    #productDetails.redeemProductDetails .productDetailsBox, 
    #confirmOrderSection .productDetailsBox, 
    .redeemProductDetails .productDetailsBox, 
    #successOrderSection .productDetailsBox,
    .productDetailsBox,
    .productDetailsBox{
        padding-left: 0;
        padding-right: 0;
    }
    #confirmOrderSection #product-product {
        padding-top: 29.47px;
        padding-bottom: 70px;
    }
    #confirmOrderSection .productDetailsBox{
        padding-left: 0;
    }
    #confirmOrderSection .thumbnails {
        margin-bottom: 36.53px;
    }
    .productImageBox {
        padding-right: 0;
        margin-bottom: 37px;
    }
    .thumbnails {
        margin-bottom: 40px;
    }
    .thumbImgBox {
        padding-top: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    #productDetails .productImgThum .thumBox {
        padding: 0px;
        margin-top: 0;
        min-width: 80px;
    }
    .row.productDetailRow .productLeftCol {
        padding-right: 15px;
    }
    .row.productDetailRow .productRightCol {
        padding-left: 15px;
    }
    .productSizeBox .productSizeHeader {
        margin-bottom: 14px;
    }
    .productSizeBox .sizeRadioBtnTextBox {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0px;
    }
    .radioBtnTextBox {
        padding-right: 5px;
        padding-left: 5px;
    }
    #productDetails .productRightCol .redeemBtnBox {
        margin-top: 40px;
    }
    .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;
    }
    .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: 20px;
    }
    #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 #000000;
        bottom: auto;
        top: 100%;
    }
    #tab-description #themeAccordion .panel-body {
        padding-bottom: 25px;
    }
    .addToCart {
        margin-bottom: 24px;
    }
    .contentBottom .alsoLikeArea {
        padding: 35px 0;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }
    .alsoLikeArea .customProductNameGrid {
        padding-top: 9px;
    }
    .alsoLikeArea .product-thumb {
        margin-bottom: 20px;
    }
    .alsoLikeArea .product-thumb .image {
        padding: 18px;
    }
    
    .checkoutArea .themeContainer {
        padding: 0 20px;
    }
    
    .checkoutArea .checkoutGreyBg:after {
        width: 0;
        display: none;
    }
    .checkoutArea .checkoutGreyBg .right-panel:after{
        content: '';
        position: absolute;
        width: 200%;
        display: block;
        top: 0;
        left: -10px;
        bottom: 0;
        background-color: #F8F7F5;
        z-index: -1;
        margin-left: 0px;
    }
    .checkoutArea .leftColumn {
        padding: 56px 0 0 0;
    }
    .checkoutArea .rightColumn {
        padding: 24px 0 56px 0;
    }
    .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%;
    }
    .input-block .themeRow .themeCol + .themeCol {
        margin-top: 15px;
    }
    .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;
    }
    .ship-text {flex: 0 1 10em;}
    .navbar-toggle{
        padding: 0;
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
    }
    header .pdr-0{padding-left: 20px;}
    .headerMenuBox {
        margin-right: 0;
    }
    #headerArea .menu-section {
        width: 100%;
    }
    .navbar{position: static;}
    .navbar-collapse{
        position: absolute;
        background: #000000;
        left: -20px;
        right: -20px;
        top:100%;
        z-index: 99;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #000000;
    }
    #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 #searchField,
    .searchBox:hover .searchInputBox #searchField,
    .searchInputBox #searchField:focus,
    .searchInputBox #searchField:active{
        width: 100%;
    }
    #search 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: 56px 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;}
     .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;
        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: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .cart-table tbody tr.cart-row td::before {
        content: attr(data-label);
        width: 100%;
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
        border-top: 0;
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
    }
    .cart-table tbody tr.cart-row td.tdPrice::before{
        text-align: left;
    }
    .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 {
        width: 70px;
        height: 40px;
        font-size: 14px;
    }
    /*.td-50{width: 50% !important;}*/
    .cart-table tbody tr.cart-row td:first-child {
        width: 118px;
        padding: 18px 18px 18px 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: 100%;
        border-radius: 0 !important;
    }
    .cart-table tbody tr.sub-row td{
        padding: 12px 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%;
    }
    .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.sub-row td:last-child {
        padding-right: 10px;
    }
    .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-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;
    }
    .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: 12px;
    }
    .total-table tbody tr td {
        padding: 18px 0;
    }
    #my-order .total-table tbody tr td{
        display: block !important;
        width: 100% !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%;
    }
    #checkout-cart .totalTableArea {
        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: #ffffff;
        width: 100%;
        display: block;
        padding: 15px;
        text-align: left;
        border: 0;
        width: 100%;
        margin-bottom: 24px;
        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 0px;
    }
    #checkout-checkout .panel-default{
        border-radius: 0;
    }
    
    .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: 20px;
    }
    
    .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: 8px;
        transition: 0.3s ease-out;
        transform: rotate(0deg);
    }
    .orderToggleBox .activeToggle .orderToggleIcon img{
        transition: 0.3s ease-out;
        transform: rotateX(180deg);
    }
    .orderToggleBox .order-cart-text{
        min-width: 190px;
        font-size: 18px;
        line-height: 26px;
        color: #444340;
        margin: 0;
        font-weight: 600;
    }
    .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 {
        text-align: right;
        font-size: 18px;
        line-height: 30px;
        color: #000000;
        font-weight: 700;
    }
    #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: left;
    }
    .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,
    #error-not-found .infoBoxBtn .btn.themeBtn{
        width: 100%;
        max-width: 100%;
    }
    
    #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;
    }
    .qty-detail{
        width: 100%;
        padding: 10px;
    }
    .address-detail{
        width: 100%;
        padding: 10px 25px 10px 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;
    }
    .dashboardModal .modal-content {
        border: 0;
    }
    .dashboardModal .modal-body {
        padding: 32px 30px 30px;
    }
    #supportRequestReceivedModal.dashboardModal .modal-body {
        padding: 32px 30px 30px;
    }
    #filemanager .modal-header {
        padding: 52px 16px 0 16px;
    }
    .dashboardModal .modal-header{
        padding: 62px 30px 0 30px;
    } 
    .dashboardModal .modal-title h3 {
        font-size: 36px;
        line-height: 36px;
    }
    #filemanager .modal-header .close,
    .dashboardModal .modal-header .close {
        top: 20px;
        right: 20px;
    }
    .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 .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;
    }
    .dashboardModal .modal-footer {
        padding: 30px 30px 52px;
    }
    .modal-footer .btn+.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .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%;
    }
    .dashboardModal .modal-footer .btn + .btn {
        margin-top: 32px;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    .issueTrackerArea{
        min-height: -webkit-calc(100vh - 430px);
        min-height: -moz-calc(100vh - 430px);
        min-height: -o-calc(100vh - 430px);
        min-height: -ms-calc(100vh - 430px);
        min-height: calc(100vh - 430px);
    }
    .issueTrackerArea{
        padding-top: 36px;
        padding-bottom: 40px;
    }
    .issueTrackerArea .issueTrackerTittle{
        margin-bottom: 32px;
    }
    .issueTrackerArea .issueTrackerTittle h1 {
        font-size: 26px;
        line-height: 30px;
    }
    
    .redeemCodeContainer,
    #information-information,
    #orderStatusArea #content{
        min-height: calc(100vh - 321px);
    }
    #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,
    #common-maintenance{
        padding: 0 0 40px;
    }
    
    .accountInfoArea {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .account-section .nav-tabs li:nth-last-of-type(1){
        border-bottom: 1px solid #B1ADA6;
    }
    .account-section>.nav-tabs>li>a {
        padding: 15px 0;
    }
    .accountBtnBox {
        margin-top: 0;
    }
    .personalDetailsTitle {
        margin-top: 24px;
    }
    .informationBox{
        padding: 35.5px 0px;
    }
    #information-information .informationBox h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 32px;
    }
    #information-information .informationBox .privacyBox h1 {
        margin-bottom: 28.5px;
    }
    /* Redemption Code */
    #headerArea .themeContainer, 
    .redeemProductList .themeContainer, 
    #product-product .themeContainer {
        padding: 0 15px;
    }
    .homeRedeemLogoBox {
        padding: 63px 40px 167px;
    }
    .homeRedeemLogoBox .homeRedeemLogo img {
        max-width: 209px;
        height: 80px;
    }
    .redeemCodeArea .redeemFormContainer {
        padding: 32px 30px;
    }
    .redeemCodeImg, 
    .redeemCodeContent {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .redeemCodeImg .login-banner{display: none;}
    .redeemCodeImg .login-banner-mobile{display: block;}
    #redeemCodeSection .findOrderFormBox .redeemForm .redeemInputBox{max-width: 100%;}
    .redeemCodeContent{
        min-height: 100%;
    }
    .redeemFormBox .redeemForm {
        margin-bottom: 40px;
    }
    .redeemFormBox .redeemFormTitle {
        margin-bottom: 16px;
    }
    .redeemFormBox .redeemFormTitle h2 {
        font-size: 21px;
        line-height: 24px;
    }
    .redeemFormBox .redeemInputBox {
        margin-bottom: 11px;
    }
    .redeemText p {
        max-width: 100%;
    }
    .redeemBannerBox .redeemBannerCaption {
        min-height: auto;
        padding: 24px;
        width: 100%;
        max-width: 335px
    }
    .redeemBannerCaption h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .redeemBannerCaption h2 {
        font-size: 21px;
        line-height: 24px;
    }
    .productListTitle {
        margin-bottom: 40px;
    }
    .redeemProductList {
        padding: 40px 22px 0;
    }
    .redeemProductRow .redeemProductCol{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .shippingFormArea {
        max-width: 100%;
        padding: 36px 0px 40px;
    }
    .shippingFormTitle {
        margin-bottom: 32px;
    }
    .shippingFormTitle h1,
    .itemDetailsHeader h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .shippingFormBox .form-group {
        margin-bottom: 24px;
    }
    .backBtnBox,
    #confirmOrderSection .backBtnBox{
        padding-top: 24px;
    }
    #confirmOrderSection.redeemProductDetails .itemDetailsHeader,
    #successOrderSection.redeemProductDetails .itemDetailsHeader{
        text-align: left;
    }
    #confirmOrderSection .productInfoBox{
        margin-bottom: 24px;
    }   
    #successOrderSection #product-product {
        padding-top: 29.47px;
        padding-bottom: 68px;
    }
    #successOrderSection .productInfoBox {
        margin-bottom: 0;
    }
    #findOrderSection.orderInfoDisplay .findOrderFormArea{
        min-height: 100%;
    }
    .findOrderFormBox {
        max-width: 100%;
    }
    #findOrderSection #successOrderSection .productInfoBox,
    #successOrderSection #exchangesOrderDetails .productInfoBox{
        margin-bottom: 40px;
    }
    
    #exchangeRequestArea .shippingFormArea {
        padding: 60px 0px 61px;
    }
    #exchangeRequestArea .shippingFormTitle {
        margin-bottom: 34px;
    }
    #exchangesOrderDetails {
        margin-top: 39px;
    }

    .footerContainer{
        padding: 0 15px;
    }
    #footerArea .projectStartArea {
        padding: 30px 0;
    }
    #footerArea .footerBox {
        display: block;
        padding: 30px 0;
    }
    .footerLogo a{
        margin: 0;
    }
    .projectStartBox.flexCenter {
        display: block;
    }
    .projectStartArea .projectStartText {
        margin-right: 0;
    }
    .projectStartArea .projectStartText p {
        font-size: 24px;
        line-height: 30px;
    }
    .projectStartArea  .projectStartBtn{
       margin-top: 9px; 
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 15px;
    }
    .footerInfo {
        margin-bottom: 0;
    }
    .footerLinks {
        margin-top: 47px;
    }
    .footerCopyMenu {
        margin-top: 0px;
    }
    .footerMenu ul {
        text-align: left;
    }
    .footerMenu ul li,
    .footerCopyMenu ul li{
        display: block;
        margin-bottom: 0;
        padding-right: 0;
    }
    .footerCopyMenu ul li + li{
        margin-top: 15px;
    }
    #footerArea .footerCopyright.flexCenter {
        display: block;
        padding: 30px 0px;
    }
    #footerArea .footerCopyright .footerLeft{
        display: block;
        margin-bottom: 40px;
    }
    .footerCopyMenu ul {
        text-align: left;
    }
    .grayBg::before {
        content: "";
        top: 0;
        right: 0;
        background: #FFF;
        position: absolute;
        width: 50%;
        max-width: 50%;
        height: 100%;
        z-index: -1;
    }
    .responsive-grayBg{
        position: relative;
    }
    .productColorBox.colorSection {
        margin-top: 32px;
    }
    .productSizeBox {
        margin-bottom: 0px;
            margin-top: 32px;
    }
    .radioBtnTextBox {
        margin-top: 10px;
    }
    #productDetails .productColorBox {
        margin-bottom: 32px;
    }   
    #confirmOrderSection .productImageBox, 
    #successOrderSection .productImageBox,
    #findOrderSection #successOrderSection .productImageBox{
        padding: 0px;
    } 
    #confirmOrderSection.redeemProductDetails .itemDetailsHeader {
        margin-bottom: 24px;
    }
    #confirmOrderSection .productDetailsBox .productInfoBox {
        margin-bottom: 40px;
    }
    #confirmOrderSection .productDetailsBox .redeemBtnBox {
        max-width: 100%;
    }
    .productInfoBox .productInfoDiv p a.noBorder,
    .orderInfoBox .orderInfoDiv p a.noBorder{
        pointer-events: auto;
    }
    #successOrderSection .itemDetailsHeader,
    #successOrderSection.redeemProductDetails .itemDetailsHeader{
        margin-bottom: 24px;
    }
    #successOrderSection .thumbnails {
        margin-bottom: 36.53px;
    }
    #findOrderSection .redeemCodeArea .redeemFormContainer {
        padding: 50px 30px 74px;
    }
    #findOrderSection .redeemCodeImg,
    #findOrderSection.orderInfoDisplay .redeemCodeImg{
        height: 100%;
        min-height: 100%;
    }
    #findOrderSection #successOrderSection #product-product {
        padding-top: 30.47px;
        padding-bottom: 70px;
    }
    #findOrderSection .productImageBox {
        margin-bottom: 49.74px;
    }
    #findOrderSection #successOrderSection .itemDetailsHeader{
        margin-bottom: 40px !important;
    }
    .findOrderFormBox .redeemFormTitle {
        margin-bottom: 24px;
    }
    
    .availableSizeModal .modal-content {
        margin: 0;
    }
    .availableSizeModal.dashboardModal .modal-body {
        padding: 20px 30px 30px;
    }
    .previewItemRow .previewItemCol {
        max-width: 100%;
    }
    #previewSection .redeemCodeContent {
        padding: 32px 30px 43.18px;
    }
    .availableSizeModal .thumbnails {
        margin-bottom: 36.5px;
    }
    .availableSizeModal .itemDetailsHeader h3{
        font-size: 36px;
        line-height: 36px;
    }
    #previewSection .redeemFormTitle {
        margin-bottom: 16px;
    }
}

@media (max-width: 574px){
    .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;
    }
    .radioBtnTextBox {
        padding-right: 5px;
        padding-left: 5px;
    }
    .productColorBox .radioBtnTextBox {
        margin-top: 0;
        padding: 0;
    }
    #sizeChartModal.dashboardModal .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
    
    .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 .captchaRow,
    .issueTrackerArea .captchaRow {
        display: block;
    }
    #supportModal #captcha{
        margin-top: 30px;
    }
    .issueTrackerArea #captcha{
        margin-top: 30px;
        position: relative;
        padding-right: 40px;
    }
    
    .previewItemRow .previewItemCol {
        max-width: 100%;
    }
}

@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;
    }
}

@media (max-width:400px){
    .redeemCodeArea .redeemFormTitle h1 br {
        display: block;
    }
    
    .sort-section .breadcrumb,
    .sort-section #input-sort {
        float: none;
    }
    
    #mainCart .scroll-table thead th:nth-child(1) {
        min-width: 150px;
    }
    #mainCart .table tfoot #grand-total .grand-total {
        font-size: 14px;
    }
    #mainCart .table tfoot #grand-total .grand-total .grand-total-value {
        margin-left: 10px;
    }
    
    .productDetailsBox .productSizeBox{
        max-width: 270px;
    }
}

@media (max-width:375.5px){
    .themeBtn, .btn.themeBtn,
    .form-control.themeBtn{
        min-width: 100%;
    }
    
    .themeContainer,
    .redeemCodeArea .redeemFormContainer, #pageWrapper{
        max-width: 375px;
    }
    .checkBox input:checked + label span:after,
    .checkBox input:checked + span:after,
    .checkBox label span:before {
        top: 3px;
    }
    #productDetails .productImg img,
    .thumbnails .productImg img{
        max-width: 315px;
    }
}
@media (max-width:350px){
    .checkBox label .approveCheckText p {
        font-size: 14px;
    }
}

@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-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #3C3737;
        margin: 0;
    }
    .selectColorArea .productDetailTitle h2 span{
        font-weight: 400;
    }
    .thumbImgBox {
        margin-left: -5px;
        margin-right: 0;
    }
}
.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: #171713;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .PersonalisedBottomBtn {
  margin-top:80px;
}
.overlay-one .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #171713;
    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;
}
@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 #C4C4C4;
    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: #171713;
        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: #171713;
        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-weight: 700;
          color: #000000; 
      }
}
/* 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; } 
}
.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;
} 
/*contact us new css*/ 
.border-red {
  border-color: #ED2E31 !important;
  border: 1px solid #ED2E31 !important;
}
.spinner img{
    height: 100px;
}
/* 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 
    }
}
@media (min-width: 768px) {
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}

@media (max-width: 350px){
    #productDetails .productImgThum .thumBox {
        min-width: 60px;
        max-width: 60px;
    }
}