/* Fonts */
/* @font-face {
    font-family: 'markpro';
    src: url(../fonts/mc-fonts/MarkPro.woff2) format('woff2'),
    url(../fonts/mc-fonts/MarkPro.woff) format('woff');
}
@font-face {
    font-family: 'markpro-light';
    src: url(../fonts/mc-fonts/woff2/MarkWebPro-ExtraLightW01Rg.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebPro-ExtraLightW01Rg.woff) format('woff');
}
@font-face {
    font-family: 'markpro-medium-light';
    src: url(../fonts/mc-fonts/woff2/MarkWebPro-LightW01Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebPro-LightW01Regular.woff) format('woff');
}
@font-face {
    font-family: 'markpro-regular';
    src: url(../fonts/mc-fonts/woff2/MarkWebW01Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebW01Regular.woff) format('woff');
}
@font-face {
    font-family: 'markpro-medium';
    src: url(../fonts/mc-fonts/woff2/MarkWebPro-MediumW01Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebPro-MediumW01Regular.woff) format('woff');
}
@font-face {
    font-family: 'markpro-bold';
    src: url(../fonts/mc-fonts/woff2/MarkWebPro-BoldW01Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebPro-BoldW01Regular.woff) format('woff');
}
@font-face {
    font-family: 'work Sans';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/mc-fonts/work-sans/WorkSans-Bold.ttf) format('truetype'),
    url(../fonts/mc-fonts/work-sans/WorkSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/mc-fonts/work-sans/WorkSans-Medium.ttf) format('truetype'),
    url(../fonts/mc-fonts/work-sans/WorkSans-Medium.ttf) format('truetype');
} */

@font-face {
    font-family: 'Uber Move Text';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Bold.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move Text';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Regular.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move Text';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMoveText-Medium.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMoveText-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Regular.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Medium.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Uber Move';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/UberMove_English/webfonts/UberMove-Bold.woff) format('woff'),
    url(../fonts/UberMove_English/TTF/UberMove-Bold.ttf) format('truetype');
}

body {
    font-family: 'Uber Move Text', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #FFFFFF;
}
:root {
    --UBER-GRAY-3: #EAEAEA;
    --Uber-Gray-4: #B3B5BA;
    --Uber-Gray-5: #757575;
    --Uber-Gray-8: #202020;
    --Uber-Light-Gray: #F7F7F7;
    --Uber-Black: #000;
    --Uber-Dark-Gray: #333;
  --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;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --orange-01: #000;
  --orange-02: #000;
  --orange-03: #000;
  --error: #D7373C;
  --error-02: #EB001B;
  --success:#8DB92E;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Uber Move Text', sans-serif;
    margin: 0;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #090A0F;
    text-decoration: none;
    font-family: 'Uber Move Text', sans-serif;
}
a:hover {
    text-decoration: none;
     color: #090A0F;
}
b,
strong {
    font-weight: 400;
}
img{
    max-width: 100%;
    height: auto;
    font-family: 'Uber Move Text', 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: 'Uber Move Text', sans-serif;
}
a:focus{
    text-decoration: none;
    opacity: 1 !important;
    outline: 0;
}
p{
    margin: 0;
    font-family: 'Uber Move Text', sans-serif;
}
ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li{
    outline: 0;
    font-family: 'Uber Move Text', sans-serif;
}
.required label {
    position: relative;
}
.required label:after {
    content: '*';
    /*color: #141413;*/
    color: #F00!important;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    margin-left: 2px;
}
.form-control{
    height: 40px;
    color: #141413;
    border: 1px solid #96918B;
    border-radius: 4px;
    padding: 8px 16px;
    font-family: 'Uber Move Text', sans-serif;
}
.hasError .form-control,
.has-error .form-control{
    border-color: #D7373C;
    padding-right: 45px;
}
.hasError .multiSelectBtn,
.has-error .multiSelectBtn{
    border-color: #D7373C;
}
.hasError .form-control:focus,
.has-error .form-control:focus{
    border-color: #D7373C;
}
.hasError .form-control,
.has-error .form-control{
    background-image: url(../image/validation-error.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top 7px right 13px;
}
.hasError select,
.hasError select.form-control,
.has-error select.form-control{
    background-image: url(../image/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 16px center;
}
.form-control::-webkit-input-placeholder {
	color:rgb(33, 37, 41, 0.75);
    font-family: 'Uber Move Text', sans-serif;
}
.form-control:-moz-placeholder {
    color:rgb(33, 37, 41, 0.75);
    font-family: 'Uber Move Text', sans-serif;
}
.form-control::-moz-placeholder {
    color:rgb(33, 37, 41, 0.75);
    font-family: 'Uber Move Text', sans-serif;
}
.form-control:-ms-input-placeholder {  
    color:rgb(33, 37, 41, 0.75);
    font-family: 'Uber Move Text', sans-serif;
}


.wrapWord {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
/* Tooltip custom UI */
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    font-size: 14px;
    padding: 6px 16px 9px;
    background: #FFFFFF;
    border: 1px solid #DFE3E6;
    border-radius: 4px;
    color: #141413;
    text-align: left;
    line-height: 16px;
   font-weight:400;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 8px rgba(20, 20, 19, 0.07);
backdrop-filter: blur(2.7182817459106445px);

}
.tooltip .arrow::before {
    border-top-color: #fff !important;
    z-index: 99 !important;
    filter: drop-shadow(0px 0px 0px #000);
    top: -1px;
}
.bs-tooltip-bottom .arrow::before{
    border-bottom-color: #ffffff !important;
    bottom: -1px;
}
.tooltip-inner b{
   font-weight:700
}
.tooltip.bottom .tooltip-arrow {
    border-width: 0 6px 6px;
    border-bottom-color: #ffffff;
}
.tooltip.top .tooltip-arrow {
    border-width: 6px 6px 0;
    border-top-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
    border-width: 6px 0 6px 6px;
    border-left-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
    border-width: 6px 6px 6px 0;
    border-right-color: #ffffff;
}
.cart-table.multiCartArea .remove-section .remove-confirm-btn-item.themeBtn{min-width: 175px;padding: 14px 25px;}
/* Common Style */
#pageWrapper{
    overflow: hidden;
}
.alsoLikeArea .slick-list.draggable{
    overflow: visible !important;
}
/* #headerArea .headerBox .themeContainer{
    padding:0
} */
.themeContainer {
    max-width: 1440px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
}
.themeRow{
    margin-right: -10px;
    margin-left: -10px;
}
.themeRow .themeCol{
    padding-right: 10px;
    padding-left: 10px;
}
.themeBtn,
.btn.themeBtn,
.btnWhiteBg,
.btn.btnWhiteBg{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
}
.themeBtn.checkout-now-draft-order{
    font-size: 14px!important;
    padding: 10px!important;
}
.themeBtn,
.btn.themeBtn{
    min-width: 160px;
    background: var(--Uber-Black, #000);
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Uber Move Text', sans-serif; 
    padding: 14px 25px;
    justify-content: center;
    align-items: flex-start;
}
.btnWhiteBg,
.btn.btnWhiteBg{
    min-width: 160px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 14px 25px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Uber Move Text', sans-serif; 
}
.continue-btn.cartBtnContinue .btnWhiteBg{
    border-radius: 8px;
    border: 1px solid var(--Uber-Black, #000);
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    min-width: 180px;
    height: 48px;
    padding: 14px 17px;
}
.btnWhiteBg:hover,
.btn.btnWhiteBg:hover{
    color: #000;
    outline: 0;
    background: #FFFFFF;
    border-color: #000;
}
.btnWhiteBg:focus,
.btnWhiteBg.focus,
.btn.btnWhiteBg:focus{
    color: #000;
    background: #FFFFFF;
    border-color: #000;
    outline: 0;
    outline-offset: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    cursor: not-allowed!important;
}
.btn.btnWhiteBg.disabled, 
.btn.btnWhiteBg[disabled], 
fieldset[disabled] .btn.btnWhiteBg{
    color: #fff;
    border-color: #000;
    cursor: not-allowed;
}
.themeBtn:hover,
.btn.themeBtn:hover{
    color: #fff;
    outline: 0;
    background: var(--Uber-Dark-Gray, #333);
}
.themeBtn.focus,
.themeBtn:focus,
.btn.themeBtn.focus,
.btn.themeBtn:focus {
    color: #ffffff;
    background: #000;
    border-color: #000;
    outline: 0;
    outline-offset: 0;
}
.btn.themeBtn.disabled, 
.btn.themeBtn[disabled], 
fieldset[disabled] .btn.themeBtn{
    pointer-events: auto;
    color: #ffffff;
    background: #585858;
    border-color: #000;
    cursor: not-allowed;
}
#billing_form_id .checkoutAddBtn .cancelbtn-mybuy[disabled],
#billing_form_id .checkoutAddBtn .cancelbtn-mybuy:disabled{
    color: #000000 !important;
}
.btn.btnIcon{
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 15px;
}
.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%);
    cursor: not-allowed;
}
.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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'] {
    margin-bottom: 0px;
    -webkit-appearance: none;
    cursor: text;
    outline: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
label {
    margin: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Uber Move Text', sans-serif;
}
#filterColumn .closebutton{color: #000!important;}
.hasError label,
.required.hasError label:after,
.has-error label,
.required.has-error label:after{
    color: #ff0000;
}
#address-modal #zipcodeError{
    font-size: 12px;
    line-height: 16px;
    color: #D7373C !important;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 400;
}
#account-edit .has-error label, #address-modal .hasError label{
    color:#000
}
.form-control:focus {
    border-color: #444340;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select.form-control, textarea.form-control, 
input[type="text"].form-control, 
input[type="password"].form-control, 
input[type="datetime"].form-control, 
input[type="datetime-local"].form-control, 
input[type="date"].form-control, 
input[type="month"].form-control, 
input[type="time"].form-control, 
input[type="week"].form-control, 
input[type="number"].form-control, 
input[type="email"].form-control, 
input[type="url"].form-control, 
input[type="search"].form-control, 
input[type="tel"].form-control, 
input[type="color"].form-control {
    font-size: 13px;
}
.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;
}
.btn-group {
    width: 100%;
    display: block;
    text-align: left;
}
.multiSelectBtn{
    border: 1px solid #757575;
    border-radius: 4px;
    background-color: #FFFFFF;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #141413;
    width: 100%;
    text-align: left;
    padding: 10px 36px 10px 16px;
    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;
}
.btn-group.open .dropdown-toggle.multiSelectBtn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.multiSelectBtn .multiselect-selected-text{
    width: 100%;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-family: 'Uber Move Text', sans-serif !important;
}
.multiSelectBtn .caret {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.multiSelectBtn .caret:before {
    content: "\f107";
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-family: "FontAwesome";
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.multiselect.dropdown-toggle::after {
    display: none;
}
.btn-group.show .multiSelectBtn .caret{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
}
.multiselect-container.dropdown-menu,
.sort-section .multiselect-container.dropdown-menu{
    border-radius: 0px;
    width: 100% !important;
    border-radius: 0px;
    margin-left: 0%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 5px;
    box-shadow: 1px 18px 24px 5px rgba(0, 0, 0, 0.15);
}
.multiselect-container.dropdown-menu li:nth-last-of-type(1){
    margin-bottom: 5px;
}
.multiselect-container .filter {
    position: relative;
    top: 0;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 2px;
    z-index: 9;
}
.multiselect-container.dropdown-menu li a {
    padding: 3px 0px;
}
.multiselect-container.dropdown-menu li.active a{
    background: transparent;
}
.multiselect-container.dropdown-menu li a label{
    padding: 3px 10px 3px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.required .multiselect-container label:after{
    display: none;
}
.multiselect-container label.radio input[type=radio]{
    width: 18px;
    height: 18px;
    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: #000;
    accent-color: #000;
}*/
.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: #141413;
    padding: 8px 40px;
    border: 0;
    background: rgba(231, 231, 231, 0.5);
}
.multiselect-container .input-group.inputFilterGroup {
    width: 100%;
    margin: 0;
}
.multiselect-container::-webkit-scrollbar{
    height: 10px;
    width: 8px;
    background-color: #cacaca;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-corner{
    background: #cccccc;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-thumb{
    background: #606060;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-thumb:hover{
    background: #868686;
    border-radius: 5px;
}
.multiselect-container::-webkit-scrollbar-track{
    border: 1px solid #cccccc;
    background-color: #cccccc;
    border-radius: 5px;
}
.multiselect-container{
      scrollbar-width: thin;
}
.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: 10px;
}
/*captcha*/
.captchaRow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.captchaRow .captchaCol {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.captchaCol #captcha {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 4px;
    text-shadow: none;
}
#captcha #code {
    border-radius: 4px;
    padding: 5px 16px;
    border:1px solid #C4C4C4;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    background: #ffffff;
    transition: 0.4s ease;
   font-weight:700
}
#captcha #code span{
    color: #676561;
}
#captcha .captchaIcon {
    background: url(../image/reload.svg);
    margin: 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    position: absolute;
    right: -30px;
    top: 12px;
    background-repeat: no-repeat;
    height: 18px;
    width: 21px;
    border: none;
    padding: 14px;
    background-position: center center;
}
#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: #000;
    background-color: transparent;  
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #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{
    width: 19px;
    height: 19px;
    max-width: 19px;
    max-height: 19px;
    font-size: 10px;
    line-height: 18px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    padding: 0px;
    /* font-family: 'markpro-bold'; */
}
#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 - 208px);
}
#common-success .themeContainer{
    padding: 0 87px;
}
#common-success .successPageBox .successPageInner {
    width: 100%;
}
#common-success .successPageBox .successPageInner .successPageTitle{
    max-width: 740px;
    width: 100%;
}
.successPageBox h1 {
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}
.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: #000000;
   font-weight:700
}
.successPageBox .successPageLinks p a {
    display: inline-block;
    position: relative;
}
.successPageBox .successPageLinks p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    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: #000000;
    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: 500;
    color: #8B8B8B;
}
.order-txt input{
    border: none;
    color: #000;
    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: #000;
}
.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: #000;
      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 #000;
  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: #000;
}
.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: #000;
}
.customtumbnails .thumbImgBox .thumb-img-sec:last-child{
     margin-right:0px;
}
.thumbImgBox .thumb-img-sec .thumbnail{
    margin-bottom:0;
    border-radius: 0;
    background-color: #F8F7F5;
}
.thumbImgBox .thumb-img-sec .thumbnail a img,
.thumbImgBox .thumb-img-sec  .thumbnail img{
    padding:0px;
    width: 100%;
}
.mfp-gallery .mfp-container {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    padding: 0 !important;
}
.mfp-image-holder .mfp-content {
    border-radius: 4px;
    background: transparent;
    padding: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close{
    width: 20px;
    position: absolute !important;
    right: 12px !important;
    left: auto;
    top: 12px !important;
    height: 20px;
    padding: 0 !important;
    text-align: center;
    line-height: 16px;
    color: #333333 !important;
    font-size: 34px;
   font-weight:400;
    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: #FFFFFF;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    margin-top: -28px;
    left: -70%;
    padding: 20px 0;
    z-index: 1000;
}
.headerCartBox ul li .dropdown-menu{
    min-width: 200px;
}
#menu .nav li .dropdown-menu:before,
#menu .nav li .dropdown-menu:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    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 #ffffff;
    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: #000;
    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: #000;
}
#headerArea a .menuLink{
    display: inline-block;
    position: relative;
}
#headerArea a .guestLink {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
   font-weight:500
}
#headerArea a .menuLink.guestLink:before{
    background-color: #FFFFFF;
}
/* #headerArea a .menuLink:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    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: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-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: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
#menu .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 236px;
    box-shadow: none;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    margin-top: 0;
    margin-left: 8px;
    padding: 20px 0;
}
#menu .dropdown-menu .dropdown-submenu:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #E8E5E1;
    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 #ffffff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 10px;
    left: -8px;
}
#menu .dropdown-menu ul li.dropdownSubmenu .subMenuLink{
    position: relative;
}
#menu .dropdown-menu ul li.dropdownSubmenu .subMenuLinkIcon {
    width: 25px;
    height: 100%;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
}
#menu .dropdown .dropdownSubmenu .subMenuLinkIcon img{
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
#menu .dropdown .dropdownSubmenu .subMenuLink:hover .subMenuLinkIcon img{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);  
            -ms-transform: rotate(-90deg);   
}
.headerBoxTwo {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px #B1ADA6;
    -webkit-box-shadow: 0px 1px 0px #B1ADA6;
        -ms-box-shadow: 0px 1px 0px #B1ADA6;
            -moz-box-shadow: 0px 1px 0px #B1ADA6;
}
.headerBoxTwo .headerTwoLogo h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    margin: 0;
    font-weight: 500;
   font-weight:500
}
.headerBoxTwo .navbar-collapse.collapse {
    padding: 0;
}
.headerBoxTwo .navbar-nav>li{
    margin-left: 25px;
}
.headerBoxTwo .navbar-nav>li>a {
    font-size: 16px;
    line-height: 24px;
    color: #444340;
    font-weight: 400;
    padding: 21px 0 19px;
}
.headerBoxTwo .navbar-nav>li>a:hover,
.headerBoxTwo .navbar-nav>li>a.active{
    color: #000;
}
.headerBoxTwo .navbar-nav {
    margin: 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;
    transform: translate(0) !important;
}
.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{
    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 !important;
}
.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: #000;
    color: #FFFFFF;
}
.headerBoxTwo .dropdown:hover .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-menu.show{
        display: block !important;
}
.headerBoxTwo .dropdown .dropdown-submenu:hover .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu.show{
    display: block !important;
}
.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;
}
/*#headerArea.signUpHeader .themeContainer,
#common-success.accountSuccessArea .themeContainer{
    padding: 0 93px;
}*/
#headerArea.signUpHeader {
    display: block;
}
#headerArea.signUpHeader .headerInnerBox {
    min-height: 104px;
}
#headerArea.signUpHeader .headerRightBox {
    display: block;
}
#headerArea .signUpLink a {
    color: #FFFFFF;
    padding: 40px 0;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
#headerArea .signUpLink a .menuLink{
    display: inline-block;
    position: relative;
    min-width: 51px;
}
/* #headerArea .signUpLink a .menuLink:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
} */
#headerArea .signUpLink a:hover .menuLink:before{
    opacity: 1;
}
.searchBox .searchInput{
    position: relative;
    /* margin-left: 38px; */
    transition: width 2s;
}

.searchBox .search-btn {
    padding: 0 14px;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    line-height: 17px;
}
.searchBox .search-btn.searchMobileBtn {
    position: relative;
    top: 0;
    padding: 0 0 0 15px;
}
.searchBox .form-control {
    min-width: 240px;
    background: #FFFFFF;
    border: 1px solid #96918B;
    border-radius: 4px;
    height: 40px;
    padding: 10px 40px 10px 16px;
}
.bannerNoteBox{
    background: #000;
    padding: 7px 0;
    box-shadow: 0px 1px 0px #b1ada6;
    -webkit-box-shadow: 0px 1px 0px #b1ada6;
    -ms-box-shadow: 0px 1px 0px #B1ADA6;
    -moz-box-shadow: 0px 1px 0px #B1ADA6;
}
.bannerNoteBox .bannerNoteText p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}
.bannerNoteBox .bannerNoteText p span{
    font-weight: 900;
}
/* content */
/*#content {
    min-height: calc(100vh - 130px);
}*/
/* footer */
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 */
.breadcrumb {
    margin: 0;
    padding-bottom: 38px;
    border: none;
    background: transparent;
    float: left;
    width: 100%;
}
/* .breadcrumb > li {
    padding-right: 0;
    font-size: 11px;
    line-height: 15.4px;
    font-weight: 400;
    position: relative; */
    /* font-family: 'Uber Move',sans-serif; */
/* } */
.breadcrumb > li {
	padding-right: 0px;
	font-size: 11px;
	line-height: 15.4px;
	font-weight: 400;
	position: relative;
	/* font-family: 'Uber Move',sans-serif; */
	display: flex;
	align-items: center;
}
.breadcrumb > li > a{
    font-size: 11px;
    line-height: 15.4px;
    color: #757575;
    /* font-family: 'Uber Move',sans-serif; */
    font-weight: 400;
}
.breadcrumb li:nth-last-of-type(1) a{
    color: #757575;
}
.breadcrumb li:first-child a{
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    position: relative;
}
.breadcrumb > li + li{
    /* padding-left: 25px; */
}
/* .breadcrumb>li+li::before {
    content: "";
    padding: 0;
    position: absolute;
    left: 5px;
    top: 0px;
    background-image: url(../image/breadcrumb-arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    width: 17px;
    height: 17px;
} */
.breadcrumb > li + li::before {
	content: "";
	padding: 0;
	/* position: absolute; */
	/* left: 5px; */
	/* top: 0; */
	background-image: url(../image/breadcrumb-arrow-right-gray.svg);
	/* background-repeat: no-repeat; */
	background-size: 17px;
	background-position: center;
	width: 17px;
	height: 17px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	margin: 0 0px;
}

.pagination {
    margin: 0;
}
#product-category .pagination li.disabled a{
    cursor: no-drop;
}
/* buttons */
button:focus{
    outline: 0 !important;
}
.buttons {
    margin: 1em 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb !important;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #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: #FFFFFF;
    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;
}

/* utkarsha */

.tabs-section .slick-next.slick-arrow {
    right: -5%;
}
.tabs-section .slick-prev.slick-arrow{
     left:-4.2%
}
.favourites-img-slider img{
    object-fit: cover;max-height: 330px;height: 100%;width: 100%;background: #000;
}
.favourites-img-slider{width: 100%;background: #000;}
.favourites-img img{object-fit: cover;max-height: 330px;height: 100%;width: 100%;}
.favourites-img{height: 330px;width: 100%;}
.tabs-section .slick-next.slick-arrow, .tabs-section .slick-prev.slick-arrow, .tabs-section .slick-next:focus, .tabs-section .slick-next:hover, .tabs-section .slick-prev:focus, .tabs-section .slick-prev:hover{
    background-image: url(../image/back.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 37.895px;
    height: 37.895px;
    top: 44%;
}
.tabs-section .slick-next.slick-arrow{
    transform: translate(0,-50%) rotate(180deg);
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
}
.tabs-section .slick-next:before,.slick-prev:before{
        content: none!important;
}
.addNewLocation .btnWhiteBg, .addNewLocation .btn.btnWhiteBg{
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    max-width: 180px;
    width: 100%;
    padding: 14px 25px;
    border: 0;
}
.addNewLocation .btnWhiteBg:hover,.addNewLocation .btn.btnWhiteBg:hover{
background:var(--Uber-Dark-Gray, #333)
}


#address-modal .customModal .modal-header {
    padding: 0 14px 10px;
    border-bottom: 0;
}
#address-modal .customModal .modal-title,#address-modal .customModal .modal-title h3 {
    font-size: 32px;
    line-height: 42px;
    color: #141413;
    font-weight: 400;
    text-transform: capitalize;
}
/* end */
/* product list */
#product-product .product-left-section {
    max-width: 51.2%;
    flex: 0 0 51.2%;
}
#product-product .product-right-section{
    max-width: 48.8%;
    flex: 0 0 48.8%;
}

#product-product .breadcrumb {
    padding: 0 0 41px 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 .productImg a {
    display: block;
}
#productDetails .productImg img{
    background-color: #ffffff;
    width: 100%;
}
#productDetails .productImgThum {
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    justify-content: -webkit-flex-start;
    justify-content: -moz-flex-start;
    justify-content: -ms-flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#productDetails .productImgThum .thumBox {
    width: 33.333%;
    height: auto;
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    float: left;
}
#productDetails .productImgThum .thumBox:nth-of-type(n + 4){
    margin-bottom: 10px;
}
#productDetails .productImgThum .thumBox:nth-of-type(1) .thumbnail{
    border: 1px solid #000;
    display: block;
}
#productDetails .productImgThum .thumBox .thumbnail {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #B3B5BA;
    display: block;
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.productImgThum .thumbnail a>img, 
.productImgThum .thumbnail img {
    padding: 0;
    background-color: #FFF;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.thumbnails .productImg {
    text-align: center;
    border: 1px solid var(--Uber-Gray-4, #B3B5BA);
}
.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;
}
#menu .nav > li > a.menu-list > img{display:none}

table.table.tracking-table.draft-tbl tbody tr td,
.table.total-table.draft-tbl table tbody tr td:nth-child(1) {
    padding-left: 64px !important;
}
.orderInfoBox.order-right-space {
    margin-right: 12px;
    white-space: nowrap;
}

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

@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;
}
.itemGridTwo .price {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.itemGridTwo .price-new {
     color: #DA291C;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
}
.itemGridTwo .price-old {
  color: #999999;
    text-decoration-line: line-through;
    display: block;
    /* font-size: 16px;
    line-height: 27px; */
}

.addToCart .price-new {
     color: #DA291C;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
}
.addToCart .price-old {
  color: #999999;
    text-decoration-line: line-through;
    display: block;
    /* font-size: 16px;
    line-height: 27px; */
}

.prodDetailTitle .old-price {
    color: #999999;
    font-size: 22px;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    text-align: left;
}
.prodDetailTitle h2 {
    color: var(--Uber-Black, #000);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 40px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Uber Move;
}
.itemGridTwo .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.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;
}
.checkoutCartBox tbody .cart-row .popUpImg {  
        background: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px; 
}
.checkoutCartBox tbody .cart-row .popUpImg img{
    background: #FFF !important;
}
.popupZoom {
    display: block;
    position: relative;
}
.popupZoom .zoomOverlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.thumbImgBox .popupZoom .zoomOverlay {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.popupZoom .zoomOverlay .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupZoom:hover .zoomOverlay{
    opacity: 1;
    visibility: visible;
}
.modal-open .mfp-wrap {
    z-index: 1051;
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    position: relative;
}
.mfp-figure figure {
    max-width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: auto 0;
    padding: 50px;
    background-color: #FFFFFF;
}
.mfp-content img.mfp-img{
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}
.mfp-close{ padding:0; font-size:2em;  }
.w3-card,
.w3-card-2,
.w3-example {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.mfp-wrap .mfp-container .mfp-arrow{
    background: #fff;
    border: 1px solid #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;
    color: #000!important;
}
.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;
    color: #000!important;
}
.mfp-close{top: 5px !important;opacity: 1 !important;}
.mfp-close .fa-close{font-size: 24px;color: #000 !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: #000 !important;
    font-size: 15px;
    margin-bottom: 0;
}
.popup-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 6px;
}

/* address modal popup */
#address-modal.customModal .modal-header {padding: 25px 25px 0;border-bottom: 0;}
#address-modal.customModal .modal-title{font-family:'Uber Move', sans-serif;color: #000000;font-weight: 600;font-size: 20px;margin-bottom: 20px;}
#address-modal.customModal .close:hover,#address-modal.customModal .close{color: #000;padding: 0;font-size: 18px;margin: 0;opacity: 1;}
#address-modal.customModal label{font-weight: 500;}
#address-modal.customModal .modal-body {padding: 0 25px;}
#address-modal.customModal .modal-footer {padding: 20px 25px 20px;}


.homePageCategory .slick-dots li button:before {
    display: none;
}

.homePageCategory .slick-dots li button{display: none;}
.homePageCategory .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8.4px;
    height: 8.4px;
    margin: 0 4.2px;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100%;
}
.homePageCategory .slick-dots li.slick-active {
    color: #000;
    border: 1px solid #000;
    background: #000;
    border-radius: 100%;
}



.homePageCategory .slick-dots{bottom: -10px;}

.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;
}
.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 15px;
}
.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: 13px;
    line-height: 140%;  
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
    font-weight: 400;
}
.panelBoxBody .shipping-cost{
    margin-left: 15px;
}
.panelBoxBody .shipping-cost p {
    font-size: 13px!important;
    line-height: 18.2px!important;
    text-align: right;
    color: #000000;
    font-style: normal;
    font-weight: 700!important;
}
.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: #000;
}
.custom-radio-btn .checkmark {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #000;
    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: #000;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 5px;
}
.product__description .product__description_name a{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;}
.panel-group .panel+.panel {margin-top: 0;}
.product__description .product__description_name {
    font-size: 13.5px;
    font-weight: 500;
    display: block;
}
.confirm-product-thumb {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product__description_sku{
    color: #999999;
    font-size: 16px;
}
.product__description .product__description_brand, .product__description .product__description_quantity, .product__description .product__description_price {
    font-size: 16px;
    color: #090A0F;
    display: block;
}
.product__final_qty{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.confirm-product-thumb-wrapper .img-thumbnail{
    width:100px;
    height: 100px;
}
.product__thumb{width: 100px;padding: 20px 10px !important}
.product__description{white-space: normal !important;}

/*#checkout-checkout .form-control {
    letter-spacing: 0;
    background-color: #FFFFFF;
    height: 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: #000;
    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: 12px;
    line-height: 16px;
    color:#D7373C !important;
    margin-top: 5px;
    margin-bottom: 0;
    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: auto;
    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: #FFFFFF;
    font-size: 10px;
    line-height: 15px;
    font-weight: 800;
    background-color: #000;
    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: #000;
    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: #000 !important;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 24px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#payment-details-checkout .payment-form-wrapper input::-webkit-input-placeholder {
    color: #676561 !important;
}
#payment-details-checkout .payment-form-wrapper input::-moz-placeholder {
    color: #676561 !important;
}
#payment-details-checkout .payment-form-wrapper input:-ms-input-placeholder {
    color: #676561 !important;
}
.ElementsApp .InputContainer .InputElement,
#payment-details-checkout .ElementsApp input{
    font-weight: 400 !important;
    color: #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: 500;
}
.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: #000;
}
/*Loader*/
#loader{
    background: rgba(255, 255, 255, 0.5);
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index : 9999;
}
#loader .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
/*.spinner img{
    width: 80px;
}
#loader .spinner p{
    font-size: 24px;
    font-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: #000;
    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: 20px;
}
.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: 66px;
    padding-bottom: 139px;
}
#checkout-cart.multiShippAdd .input-block .select2-container{
    width:100% !important
}

.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;
    display: none;
}
.clickNote p{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.quantity-error-mess {
    text-align: center;
    background-color: #D7373C;
    padding: 10px 15px;
    width: 100%;
    top: 0px;
    position: relative;
    opacity: 0;
    display: none;
    z-index: 99;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.quantity-error-mess.quantity-error-mess-active {
    opacity: 1;
    display: block;
}
.quantity-error-mess p{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.quantity-error-mess .close{
    opacity: 1;
    text-shadow: none;
    text-decoration: none;
    outline: none !important;
    color: #ffffff;
}
.scrollbar {
    width: 100%;
    min-height: 200px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.custom-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #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: 48px;
}
.multiShippAdd .add-left-block{
    padding-right: 7px;
}
/* .multiShippAdd .addressFieldsBox.select2ParentInputBox #address-fields{
    margin-left: 16px;
} */
.multiShippAdd .addressSearch .form-control {
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #757575;
    padding: 11px 19.165px 11px 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    color: #757575;
    height: 48px;
    /* max-width: 490px; */
}
.multiShippAdd .searchboxIcon {
    position: absolute;
    top: 11px;
    right: 5%;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
.address-fields .addListInner {
    width: 100%;
    float: left;
}
.address-fields .add-block {
    width: 100%;
    max-width: 204px;
    float: left;
}
.address-fields .add-block:nth-child(odd) {
    padding-right: 12px;
}
.address-fields .add-block:nth-child(even) {
    padding-left: 0px;
    padding-right: 12px;
}
.address-fields .addBlockDiv{
    background-color: #F6F6F6;
    padding: 17px 18px 11px 12px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #F6F6F6;
   
}
.address-fields .addBlockDiv h4,
.address-fields .addBlockDiv p{
    font-size: 11px;
    line-height: 15.4px;
    color: #000;
    font-weight: 400;
}
.address-fields .addBlockActive .addBlockDiv{
    border-color: #B3B5BA;
    background-color: #B3B5BA;
}
.address-fields .add-list-group {
    width: 100%;
    float: left;
}
.address-fields .add-list-group:nth-last-of-type(1) {
    border-bottom: 1px solid #B3B5BA;
}
.add-list-group span {
    display: block;
    font-size: 19px;
    line-height: 26.6px;
    color: #000;
    font-weight: 500;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #B3B5BA;
    font-family: 'Uber Move',sans-serif;
}
/* .add-list-group span.active-icon{
    color: #000;
} */
.add-list-group span.active-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-down-orange.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.add-list-group span:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    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;
}
.multiShippAdd .addressFieldsBox{
    /* margin-right: -138.5px; */
    margin-left: 14px;
}
.cart-table.multiCartArea .itemBoxIcon{
    left: 5px;
    top: 5px;
}
.cart-table.multiCartArea .itemBoxIcon span{
    display: block;
    margin-bottom: 5px;
}
#mainCart .scroll-table .sustainable-icon{
    position: relative;
    top: 0;
    left: 0;

}
.addNewLocation {
    padding-bottom: 38px;
    text-align: right;
}
.add-detail-block {
    padding: 0 24px;
    background-color:#F6F6F6;
}
.add-detail-block .addBlockInner {
    padding: 25px 0;
    /* border-bottom: 1px solid #B3B5BA; */
}
.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;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 28px;
}
.textDetailDiv .addBlockDiv p{
    font-size: 11px;
    line-height: 15.4px;
    color: #000;
    font-weight: 400;
}
.text-detail-block {
    position: relative;
    margin-bottom: 19px;
}
.textDetailBtn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.continueBtnBox {
    margin-top: 48px;
    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: 0px;
    top: 8px;
}
.reloadPageBox .alert-dismissable .close, 
.reloadPageBox .alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
}
.reloadPageBox .alert-danger{
    background: #EB001B;
    color: #FFFFFF;
    border-color: #EB001B;
    min-height: 41px;
    padding: 8px 120px 11px 26px;
    border-radius: 0;
    margin: 0;
}
.reloadPageBox .reloadPageText p {
    font-size: 18px;
    line-height: 22px;
}
.relodaPageIcon {
    position: absolute;
    top: 12px;
    right: 18px;
}
.reloadPageBox .relodaPageIcon img{
    cursor: pointer;
}
.reloadPageBox .closeIcon {
    position: absolute;
    width: 18px;
    height: 22px;
    opacity: 1;
    margin-left: 10px
}
.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
}
/* Multi location area CSS */
.multiCartArea {
    padding-bottom: 79px;
    min-height: calc(100vh - 1235px);
}
.multiCartArea #pageTitle{margin-bottom: 33px;}
.multiCartArea .table-responsive> .table-bordered{border: 1px solid #C4C4C4;}
.multiCartArea .mulriCartAlert {
    margin-bottom: 15px;
}
.multiCartArea .btnWhiteBg,.multiCartArea .btn.btnWhiteBg{
    border-radius: 8px;
background: #000;
display: flex;
max-width: 180px;
width:100%;
padding: 14px 25px;
justify-content: center;
align-items: flex-start;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}

.multiCartArea .btnWhiteBg:hover,.multiCartArea .btn.btnWhiteBg:hover{
background:var(--Uber-Dark-Gray, #333)
}

.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; */
    border-bottom: 1px solid #C4C4C4;
}
#mainCart .table .no-padding{
    padding: 0;
}
.modal-open .multiCartArea .scroll-table{
    padding-bottom: 170px;
}
.scroll-button{
    display: none;
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 99;
}
.scroll-button .scroll-btn{
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    background-color: #000;
    border-radius: 50%;
    border: none;
}
.scroll-button .scroll-btn:hover{
    background: #000;
}
.scroll-button .scroll-btn::after{
    content: "\f07e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#mainCart .scroll-table {
    width: auto;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    border: 0;
}
#mainCart table {
    word-wrap: break-word;
    margin-left: -1px;
    margin-bottom: 0;
    position: relative;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    border-spacing: 0;
    width: 1%;
}
#mainCart .scroll-table thead {
    position: relative;
    z-index: 9;
}
#mainCart .scroll-table thead th{
    border-top: 1px solid #dee2e6;
    position: relative;
    background: #FFF;
    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:10;
}
#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: #D7373C;
    color: #ffffff;
    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: 130px;
    height:130px;
    margin: 0 auto;
    margin-bottom: 7px;
    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;
    background-color: #B1ADA6;
    border:1px solid #EAEAEA
}
.prod-img img.img-responsive {
    height: 130px;
    object-fit: contain;
    width: 100%;
}
.remove-icon {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-justify-content: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.remove-icon .fa {
    font-size: 14px;
    line-height: 16px;
}
#mainCart .table thead th:hover .remove-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #FFFFFF;
}
.remove-product-text {
    text-align: center;
}
.remove-confirm-btn-item.themeBtn{
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    /* margin-bottom: 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: 14px;
}
#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: 28px;
    color: #000000;
    font-weight: 500;
}
#mainCart .prod-name-detail .prod-sku {
    color: #777777;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.4px;
}
.prod-bot-details .prod-costing p {
    font-size: 12px;
    line-height: 16px;
    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
{
    color: #000000;
    font-size: 12px;
    line-height: 14px;
}

.address-detail h4{
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
}


.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: #F6F6F6;
}
.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;
    text-transform:initial;
    font-size: 11px;
    font-weight: 700;
    line-height: 140%;
}
.multiCartArea #total-shipping .item-costing span.qty-text,.multiCartArea #total-shipping .item-costing .item-qty{
    color: #000!important;
    font-weight: 700!important;
}

#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!important;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    position: relative;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.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: #F6F6F6;
    padding: 28px 14px;
    vertical-align: middle;
}
.main-total ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: initial;
    font-weight: 500;
}
.shipping-total{text-transform: initial;}
.main-total ul li .total-value {
    margin-left: 5px;
}
.item-costing ul li{
    font-size: 13px!important;
    line-height: 18.2px!important;
    color: #000000;
    text-transform: initial;
    font-weight: 700!important;
}
.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: #D7373C;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
}

#mainCart .table tfoot #grand-total td {
    background:#000;
    padding: 25px 25px;
    vertical-align: middle;
}
.stickyCartBtn .themeBtn,.stickyCartBtn .btn.themeBtn{
    max-width: 160px;
    width:100%;
    padding: 14px 10px 14px 10px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#mainCart .table tfoot #grand-total .grand-total{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
#mainCart .table tfoot #grand-total .grand-total .grand-total-value{
    margin-left: 15px;
}
.stickyCartBtnBox {
    position: sticky;
    left: 386px;
    right: 0;
}
.stickyCartBtn{
    position: sticky;
    right: 26px;
}
.z-index-9999-b {
    z-index: 99999 !important;
    border-color: transparent !important;
}
.location-modal {
    position: absolute;
    width: 351px;
    left: 106%;
    height: 300px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 99999;
}
.location-modal.modal {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: -15px;
    height: 360px;
}
.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;
}
.location-modal .modal-header,.location-modal .modal-body{
    padding-top:0
}
.location-modal .modal-header .close{
    padding: 10px 1rem;
}
.location-modal .modal-header .close,
.size-modal-popup .modal-header .close {
    margin-top: 0;
    opacity: 1;
}
.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:500
}

.size-modal-multilocation h4{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0px;
   font-weight:500
}
.size-modal-multilocation .modal-header{
    display: block;
    padding:15px;
    border-bottom:1px solid #C4C4C4;
}
.size-modal-multilocation .modal-header .close{
    padding:0 1rem;
}


.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: #D7373C;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    cursor: pointer;
   font-weight:500
}
.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:500
}
.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;
    transform: translate(0%, -27%);

}
#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%;
    top: 50%;
    /* transform: translateY(-27%) !important; */
    left: auto;
    /* transform: translateX(0%); */
    width: 390px !important;
    transform: translate(0%, -27%);

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



#mainCart.left-popup .table-bordered tbody tr td .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%);
	-webkit-transform: translateY(-50%);
	border-top: 12px solid transparent;
	border-left: 12px solid #f5f5f5;
	border-bottom: 12px solid transparent;
	border-right: 0 !important;
}
.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 #C4C4C4;
    border-radius: 0;
    margin: 8px auto 6px;
    height: 48px;
    width: 48px;
    padding: 2px;
    text-align: center;
    color: #000000;
   font-weight:500;
    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: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    height: 20px;
    z-index: 9;
}
.pro-ids{
    position: relative;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*custom responsive*/
.prodname{padding-left: 20px;}
.box-heading{padding: 0 15px;}
    
/* Header CSS*/
#headerArea {
    position: relative;
    z-index: 100;
}
#headerArea .headerBox {
    position: relative;
    z-index: 99;
    background-color: #fff;
}

#headerArea .headerInnerBox {
    min-height: 107px;
    position: relative;
}
#headerArea .logo-section h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #333333;
    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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.nav.navbar-nav {
    min-height: 420px;
}

.navbar-collapse.navbarCollapse.collapse.show .headerMenuBox{
    display: block;
}
.navbar-collapse.navbarCollapse.collapse.show .headerMenuBox, 
.navbar-collapse.navbarCollapse.collapse {
        overflow-y: auto;
        max-height: 430px;
        /* height: 100%;         */
        padding-top: 0;
}
.navbar-collapse.navbarCollapse.collapsing, .navbar-collapse.navbarCollapse.collapse.show {
box-shadow: 0px 25px 26px 0px rgba(0, 0, 0, 0.10);
}

.navbar-collapse.navbarCollapse.collapse.show {
    min-height: 430px;
}
.headerMenuBox #logo{
    margin: 0;
    min-width: 52px;
    max-width: 52px;
}
.navbar{
    margin-bottom: 0;
}
/* #menu .nav li{
    margin-left: 44px;
} */
#menu .nav li a{
    color: #000;
    font-size: 19px;
    line-height: 140%;
    font-weight: 500;
    font-family: 'Uber Move',sans-serif;
}
#menu .nav li.dropdownlist.dropdownlist{
    font-weight: 500;
}

#menu .nav li.dropdownlist a.menu-list::after {
    height: 1.5px;
    display: block;
    width: 168px;
    background: #000;
    border-right: 1px #000;
    content: '';
    margin-top: 10px;
}
#menu .nav li .subMenuLink a{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 200%;
}
#menu .nav li.dropdownlist .dropdownlist-menu .dropdownlist-inner .list-unstyled.arrow-list li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    font-family: 'Uber Move Text',sans-serif;
}
#menu .nav li.dropdownlist .dropdownlist-menu .dropdownlist-inner .list-unstyled.arrow-list li a.active .menuLink{
    font-weight: 500;
}
#menu .nav li.dropdownlist .dropdownlist-menu .dropdownlist-inner .list-unstyled.arrow-list li a:hover {
    font-weight: 500;
}
#menu .nav li a.orderingWindowBtn {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 7px 15px;
    color: #FFFFFF;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 21px 0;
}
#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{
    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: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;
}
.headerCartBox ul li {
    display: block;
}
.headerCartBox ul li .dropdown-backdrop{
    z-index: -1;
}
.headerCartBox ul li + li{
    margin-left: 16px;
}
.headerCartBox ul li.searchInputBox {
    right: -10px;
    top: 2px;
}
.headerCartBox ul li .headerIconDiv{
    padding: 39px 0;
}
.headerCartBox ul li .headerIconDiv.cartButton {
    padding-right: 10px;
}
/* utkarsha */
.navbar-collapse.navbarCollapse.collapse #menu{display:none}
.navbar-collapse.navbarCollapse.collapse.show #menu{display: block;}
.nav.navbar-nav{padding: 40px 0 60px;display: flex!important;
    width: 100%;
    flex-direction: row;}
.dropdownlist{margin-right:80px;}
#menu .nav li.dropdownlist.dropdownlist:last-child{margin-right:0}
.favourites-section{background: #F6F6F6;padding:65px 0}
.navbar-collapse.navbarCollapse.collapsing{
    max-height: 430px;
    box-shadow: 0px 25px 26px 0px rgba(0, 0, 0, 0.10);
}
#menu .nav li.dropdownlist.dropdownlist{
max-width: 25%;
}
/* .favourites-list{padding:0 15px} */
.video-slider{height:100%;max-height:330px;display: flex;width: 100%;background: #000;}
.video-slider video{object-fit: cover;max-height: 330px;}
.favourites-section .col-md-4.favourites-block{padding: 0;max-height: 330px;}
.favourites-list-text{padding: 0px 25px;text-align: center;display: flex; align-items: center; justify-content: center;}
.favourites-list-text a{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
/*    cursor: auto !important;*/
    width: 100%;
}
.favourites-list video{
    min-height: 330px;
    object-fit: cover;
}
/* .favourites-section .col-md-4{padding: 0;margin-top: -10px;}
.favourites-list-text{
padding: 0px 25px;
text-align: center;
} */
.favourites-section .favourites-list h3{
    color: #111;
text-align: center;
font-size: 33px;
font-style: normal;
font-weight: 500;
line-height: 46.2px;
margin-bottom: 12px;
font-family: 'Uber Move',sans-serif;
}
.favourites-section .favourites-list p, .favourites-section .favourites-list p span{
color:#000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 16px;
display: block;
}
.favourites-section .favourites-list span{
    color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: 0.16px;
position: relative;
font-family: 'Uber Move',sans-serif;
}
/* .favourites-section .favourites-list span::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0px;
} */

.navbar{position: static;}
.headerMenuBox{border-top: 1px solid #000;}
.navbar-collapse{
    position: absolute;
    background: #fff;
    left: -20px;
    right: -20px;
    top:100%;
    z-index: 99;
    padding: 0;
    border: 0;
    /* border-bottom: 1px solid #000000; */
}
.headerCartBox ul li .userButton .dropdown-menu{
    left: auto;
    right: -10px;
    margin-top: -28px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20), 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
.headerCartBox ul li .userButton .dropdown-menu.show {
    left: auto !important;
    right: -10px !important;
    margin-top: -28px;
    transform: unset !important;
    top: 100% !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20), 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    will-change: unset!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 #ffffff;
    position: absolute;
    top: -8px;
    right: 12px;
}
.headerCartBox ul li .userButton .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #E8E5E1;
    position: absolute;
    top: -9px;
    right: 11px;
    z-index: -1;
}
.searchBox {
    position: relative;
}
.searchMobileBtn{
    display: none;
    background: no-repeat;
    padding: 0;
    border: 0;
}
.headerCartBox ul li .searchBox .search-btn {
    min-height: 10px;
}
.searchInputBox {
    position: absolute;
    right: -5px;
    top: 0px;
}
.headerCartBox ul li .searchInputBox {
    right: -10px;
    top: -7px;
}
.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: 50px;
    min-width: 50px;
    height: 40px;
    background-color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 4px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .55s ease;
    -moz-transition: .55s ease;
    -ms-transition: .55s ease;
    -o-transition: .55s ease;
    transition: .55s ease;
    display: inline-block;
    opacity: 0;
}
.searchInputBox #searchField::-webkit-input-placeholder {
   color: #C4C4C4;
}
.searchInputBox #searchField:-moz-placeholder {
   color: #C4C4C4;  
}
.searchInputBox #searchField::-moz-placeholder {
   color: #C4C4C4;  
}
.searchInputBox #searchField:-ms-input-placeholder {  
   color: #C4C4C4;  
}
.searchInputBox #searchField:focus,
.searchInputBox #searchField:active{
    outline:none;
    width: 300px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #FFFFFF;
    -webkit-transition: .55s ease;
    -moz-transition: .55s ease;
    -ms-transition: .55s ease;
    -o-transition: .55s ease;
    transition: .55s ease;
}
/* .searchBox:hover .searchInputBox #searchField{
    width: 300px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #000;
    opacity: 1;
} */
.searchBox .searchInputBox #searchField{
    width: 300px;
    padding: 4px 40px 4px 16px;
    border:1px solid #B3B5BA;
    opacity: 1;
}
.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%, #000 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: #000;
    border-radius:5px;
    color: #ffffff;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    top: 2px;
    position: absolute;
    right: 7px;
}

.hamburger .line{
    width: 35px;
    height: 2px;
    background-color: #000;
  display: block;
    margin: 10px 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 utkarsh*/ 
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

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

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) 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 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: #000;
    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: #000;
    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: #000;
    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: #FFFFFF;
    text-align: center;
}
.checkBox input:focus + label .approveCheckText:before{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#product .addToCartBox {
    margin: 24px 0 20px;
}
#product .addToCartBox .addToCartInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
#product .addToCartBox .itemQtyBox {
    margin-right: 24px;
    display: none;
}
#product .addToCartBox .itemQtyInputBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
#product .addToCartBox .itemQtyBtn {
    width: 36px;
    height: 36px;
    border: 1px solid #8B8B8B;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    color: #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-weight:400;
    position: absolute;
    left: 50%;
    width: 50%;
    margin: 0;
    bottom: 100%;
    padding:6px;
    border-radius:4px;
    background:#000;
    color: #ffffff;
    text-align:center;
    display:none;
    margin-bottom: 6px;
    transform: translateX(-50%);
}
.toolTipBtn:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #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 #000;
}
#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: #000 !important;
    font-size: 14px;    letter-spacing: 1.5px;text-align: center;height:50px;max-width:470px;
  border-radius: 4px;background-color:#ffffff;width:100%;line-height: 28px;text-transform: uppercase;border: none;box-shadow: none!important;padding: 0;line-height: 50px;
}
#button-customization{
    background-color: #ee9e2e;
    color: #FFFFFF;
    border: 0;
}
.form-login select,.form-account select,#input-sort,#select_type_form select,#select_type_form-adv select,#color,.form-address select, select.form-control{
    padding-right: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
    background-image: url(../image/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    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;}
/* shrawani CSS */
.favourites-block .height-100{
    height: 100%;
}
/* .favourites-block .height-100 .w-100{
    height: 100%;
} */
.master-card-login-section .themeContainer{
    /* width:100%;
    padding-left: 50px;
    padding-right: 50px; */
        max-width: 1440px;
        padding: 0 35px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    
}
/* shrawani CSS */
.btn-red{
    min-width:285px;border: none!important;background:#000!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:#000!important; }
#footerArea .projectStartArea .projectStartBtn .btnWhiteBg,
#footerArea .projectStartArea .projectStartBtn .btn.btnWhiteBg{
    font-weight: 700;
    border: 0;
}
/*Footer css*/
#footerArea{
    background: #fff;
}
#footerArea .projectStartArea{
    background: var(--Uber-Gray-8, #202020);
    padding: 20px 0;
}
.projectStartArea .projectStartText {
    margin-right: 24px;
}
.projectStartArea .projectStartText p {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Uber Move', sans-serif;
}

#footerArea .footerTopArea {
    padding: 52.39px 0 78px;
}
.footerLogoBox {
    padding-bottom: 55.81px;
}
.footerLogoBox img{
    min-width: 65.71px;
}
.footerInfo h4 {
    font-size: 23px;
    line-height: 26px;
    color: var(--Uber-Black, #000);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Uber Move',sans-serif;
}
.footerInfo p,
.footerInfo p a{
    color: var(--Uber-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* font-family: 'Uber Move',sans-serif; */
}
#footerArea .offset-md-1.footerLinksBox{margin-left: 148px;}
.footerInfo p a {
    display: inline-block;
    position: relative;
}
/* .footerInfo p a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 4px;
} */
.footerInfo p a:hover{
    text-decoration: underline;
}
.footerLinks h3 {
    color: var(--Uber-Black, #000);
    text-transform: capitalize;
    font-size: 19px;
    line-height: 26.6px;
    font-family: 'Uber Move';
    font-weight: 500;
}
.footerLinks ul {
    padding-top: 5px;
}
.footerLinks ul li{
    display: block;
    margin-bottom: 5px;
}
.footerLinks ul li:nth-last-child(1){
    margin-bottom: 0;
}
.footerLinks ul li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    position: relative;
    /* font-family: 'Uber Move',sans-serif; */
}
.footerLinks ul li a:after,
.footerCopyMenu ul li a:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
}
#footerArea .footerCopyright{
    padding: 42px 0 42px;
    border-top: 1px solid #000000;
    /* height: 102px; */
}
#footerArea .copyrightText p {
    color: var(--Uber-Black, #000);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin:0;
    /* font-family: 'Uber Move',sans-serif; */
}
.footerCopyMenu ul{
    text-align: left;
    margin-bottom: 0;
}
.footerCopyMenu ul li{
    display: inline-block;
    padding-right: 15px;
}
.footerCopyMenu ul li a{
    color: var(--Uber-Black, #000);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    /* font-family: 'Uber Move',sans-serif; */
}
.footerLinks ul li a:hover:after,
.footerCopyMenu ul li a:hover:after {
    opacity: 1;
}
.footerLogin .footerCopyMenu ul li a,
#footerArea.footerLogin .copyrightText p{
    color: #C4C4C4;
    font-size: 13px;
    line-height: 16px;
}
.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;
   font-weight:400
}
.pageBanner img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.shopByCatBox {
    padding: 51px 0 44px;
    border-bottom: 2px solid #000;
}
.shopByCatTitle {
    margin-bottom: 32px;
}
.shopByCatTitle h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #61605F;
    margin: 0;
}
.shopCatBtn {
    width: 100%;
}
.shopCatBtnBox .themeBtn {
    width: 100%;
    height: auto;
    padding: 16px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}
.shopCatBtnBox .themeBtn.selectedCat{
    background: #9F001F;
    border: 1px solid #9F001F;
}
/*Homepage CSS*/
/* utkarsha */
/* .contianer-width{max-width:1204px} */
.tabs-section{
    margin:46px 0 0px 0;
}
.tabs-section #myTab{border-bottom:1px solid #000}
.tabs-section .nav-tabs li {
    padding: 0px;
    margin:0 65px 0px 0;
    max-width: 173px;
    width: 100%;
}
.tabs-section .nav-item.active{border-bottom:5px solid #000}
.tabs-section .nav-item{border-bottom:5px solid transparent;}
.tabs-section .nav-tabs .nav-item.active .nav-link {
    color: #000;
    text-align: center;
    padding: 0;
    margin-bottom: 11px;
    border: 0;
    font-family: 'Uber Move';
    font-size: 23px;
    font-weight: 500;
    line-height: 26px

}
.tabs-section .nav-tabs .nav-item .nav-link{
    color: #000;
    font-family: 'Uber Move';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding: 0;
    margin-bottom: 11px;
    border: 0;
    /*== css override ==*/
    padding-bottom: 16px !important;
    margin-bottom: -5px !important;
    background-color: transparent;
}


.tabs-section .nav-link.active,.tabs-section .nav-tabs .nav-link:focus,.tabs-section .nav-tabs .nav-link:hover{border:none}
.tabs-section .wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}
.tabs-section .slider-box-parent {
 
  margin: 0 auto;
  position: relative;
}
/* .tabs-section .slider-box .slider-image {
    max-width: 285px;
    height: 285px;
    text-align: center;
    margin: 0 auto;
    width:100%
} */

.tabs-section .slider-box{
    /* max-width:286px; */
    text-align:center;padding:14px 18px 10px 17px;margin:8px 0;-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /* min-width: 286px; */
    min-height: 387px;
}
.tabs-section .slick-slide { 
    margin: 0 10px;
}

    

.tabs-section .slider-box img{margin:0 auto;text-align:center;-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.tabs-section .image-box{margin:0 auto;text-align:center;width: 100%;}
.tabs-section .tab-pane{margin:0px 0 0}
.tabs-section .slider-box h3{margin-top:40px;color:#000;text-align: center;
    font-family: 'Uber Move';
    font-size: 19px;
    font-weight: 500;
    line-height: 140%}
.tabs-section .slider-box:hover {
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20), 0px 4px 4px 0px rgba(0, 0, 0, 0.20); */
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.10);
}
.tabs-section .slider-box:hover img{
    filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.15));
}


.tabs-section .tab-content{margin: 32px -12px 18px;}
/* product hover */
.itemGridImg {
    position: relative;
    float: left;
  }
  
  .itemGridImg .hoverImg {
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      background: #fff;
  }
  
  .itemGridImg:hover .hoverImg {
    display: block;
      width: 100%;
      border:none;
      object-fit: contain;
      object-position: center;
  }
.itemGridImg:hover .themeTooltipBox{
    display: none!important;
}
  
.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: #FFFFFF;
    font-weight: 500;
    font-family: 'work Sans';
}
#product-category.homePageCategory .sort-section {
    padding: 0;
}
#product-category a,
#product-category a label,
#product-search a {
    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: #FFFFFF;
    font-weight: 400;
}
.homeGridOverlay .itemGridBtn{
    margin-top: 2px;
}
.homeGridOverlay .itemGridBtn img{
    max-width: 13px
}
.homeGridOverlay .itemGridBtn p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.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: #FFFFFF;
    font-weight: 500;
    margin: 0
}
.homeGridLeft .homeItemTop h3 {
    /*max-width: 213px;*/
}
.homeItemGrid .gridDescription {
    /*max-width: 324px;*/
}
.homeItemGrid .gridDescription p {
    color: #FFFFFF;
    font-weight: 400;
}
.homeGridLeft .gridDescription p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 17px;
}
.homeGridRight .gridDescription p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.homeGridLeft .homeItemPrice {
    margin-top: 30px;
}
.homeItemBot {
    margin-top: auto;
}
.homeItemBtn .themeBtn {
    padding: 12px 24px;
    line-height: 22px;
    display: inline-block;
}
.homeItemPrice p {
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 500;
}
.homeGridRight .homeItemTop h3 {
    font-size: 28px;
    line-height: 38px;
}
.homeGridRight .homeItemPrice {
    margin-top: 24px;
}
.homeGridRight .homeItemPrice p {
    font-size: 20px;
    line-height: 32px;
}
.itemGridTwo {
    position: relative;
    padding: 0;
    margin-top: 24px;
}

#homeGridBlockOne .row,
#homeGridBlockTwo .row{
    margin-top: -10px;
    margin-bottom: -10px;
}
#homeGridBlockOne .row [class*='col-'],
#homeGridBlockTwo .row [class*='col-']{
    padding-top: 10px;
    padding-bottom: 10px;
}
#homeGridBlockOne .itemGridTwo,
#homeGridBlockTwo .itemGridTwo{
    margin-top: 0;
}
/*#homeGridBlockOne {
    margin-bottom: 24px;
}*/
#homeGridBlockTwo {
    margin-bottom: 24px;
}
.itemGridTwo .itemGridContent {
    padding-top: 12px;
}
.itemGridTwo .itemGridTitle {
    padding-right: 0px;
}
.itemGridTwo .itemGridTitle h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.itemGridTwo .itemGridTitle p{
    font-size: 13px;
    line-height: 18px;
    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: #000;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 9px 7px 7px 10px;
    box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.14), 0px 1.5px 1.5px rgba(0, 0, 0, 0.12), 0px 0.75px 2.25px rgba(0, 0, 0, 0.2);
}
.itemBoxIcon {
    position: absolute;
    left: 13px;
    top: 13px;
}
.itemBoxIcon .itemImgIcon + .itemImgIcon {
    margin-top: 10px
}
.itemBoxIcon .itemImgIcon {
    position: relative;
}
.itemGridTwo .itemGridImg .itemBoxIcon .itemImgIcon img {
    max-width: 30px;
    background: transparent;
    border: 0;
}
.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%);
    width: max-content;
    max-width: 200px;
    text-align: left;
    box-shadow: 0px 0px 10px 8px rgba(20, 20, 19, 0.07);
    backdrop-filter: blur(2.7182817459106445px);
}
.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;
    filter: drop-shadow(0px 0px 0px #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%;
    border: 1px solid var(--Uber-Gray-4, #B3B5BA);
    object-fit: contain;
    object-position: center;
}
/* .categoryPageArea .product-layout .itemGridImg .imageInn img,
.categoryPageArea .product-layout .itemGridImg .hoverImg img,
.productSearchArea .product-layout .itemGridImg .imageInn img,
.productSearchArea .product-layout .itemGridImg .hoverImg img
{padding:10px} */

.productDataRow .itemGridTwo {
    margin-top: 0;
    margin-bottom: 50px;
}
.itemGridTwo .itemGridInfo{
    margin-top: 16px;
}
.itemGridTwo .itemGridInfo p{
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}
.itemGridTwo .itemGridColor{
    margin-top: 16px;
}
.itemGridTwo .itemGridColor a,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color {
    width: 23px;
    height: 23px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px;
    border: 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;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.itemGridTwo .themeTooltipBox .itemGridColor .img-color{
   cursor: default;
}
/* .itemGridTwo .itemGridColor a.color-dot-active span,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color.color-dot-active span {
    border: 1px solid #FFF;
    outline: 1px solid #000;
} */
.itemGridTwo .itemGridColor a.color-dot-active{
    /* border: 1px solid #000; */
    border-radius: 100%;
    position: relative;
}
.itemGridTwo .itemGridColor a.color-dot-active span.dot{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    width: 23px;
    border: 4px solid #f1f1f1;
    box-shadow: 0 0 0 1px #000000;
}
.colorSwatches ul li.active{
    position: relative;
}
.colorSwatches ul li.active .select-color{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    width: 23px;
    border: 4px solid #f1f1f1;
    box-shadow: 0 0 0 1px #000000;
}
.itemGridTwo .itemGridColor span {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
}
.itemGridTwo .itemGridColor span.gridColorCount{
    font-size: 12px;
    line-height: 18px;
    color: #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: #000;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*/
 .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: 5px;
}
#product-category .categoryPageArea,
#product-search .productSearchArea{
    padding-bottom: 137px;
    padding-top: 32px;
}
#product-category .categoryPageArea .themeContainer,
#product-search .themeContainer,
.readMoreArea .themeContainer,
#checkout-cart .themeContainer,
#product-category .themeContainer,
.accountInfoArea .themeContainer,
.orderInfoArea .themeContainer{
    padding: 0 105px;
}

#product-category.homePageCategory .favourites-section .themeContainer{
    padding: 0 103px;
} 


/* #checkout-cart.multiShippAdd .themeContainer{
    padding:0 45px 0 105px
} */
#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: #D7373C;
    border-color: #D7373C;
}
.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;
}
.sort-section .sortDropdown .sortText p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    font-weight: 400;
}
.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: #ffffff;
}
/* Admin Dashboard Area */
.dashboardHeader {
    padding: 14px 0 10px;
    position: relative;
    box-shadow: 0px 1px 0px #B1ADA6;
    -webkit-box-shadow: 0px 1px 0px #B1ADA6;
        -moz-box-shadow: 0px 1px 0px #B1ADA6;
        -ms-box-shadow: 0px 1px 0px #B1ADA6;
}
.dashboardLogo h1 {
    font-size: 16px;
    line-height: 24px;
    color: #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: #000 !important;
    font-weight: 700;
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a{
    padding-top: 10px;
    color: #000 !important;
    border: 0;
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a:before,
#sidebarBox #themeAccordion .notificationPanel .panel-title a.collapsed:after{
    top: 20px;
}
#sidebarBox #themeAccordion .panel-title a:before,
#sidebarBox #themeAccordion .panel-title a.collapsed:after{
    width: 14px;
    height: 2px;
    top: 36px;
}
#sidebarBox #themeAccordion .panel-body {
    padding-bottom: 0;
    border-bottom: 1px solid #686868;
}
#sidebarBox #themeAccordion .notificationPanel .panel-body {
    padding: 0;
    border: 0;
}
#sidebarBox .sidebarSearch {
    margin-bottom: 15px;
}
.sidebarBoxInner{
    position: relative;
}
.toggleSidebarBtn {
    position: absolute;
    right: -24px;
    top: 30px;
}
.sidebarSearchBox {
    width: 100%;
    position: relative;
}
.sidebarSearchInput.form-control {
    height: 30px;
    padding: 6px 15px 6px 43px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #BCBCBC;
    background: #FFFFFF;
    border: 1px solid #686868;
    border-radius: 5px;
}
.searchBtn {
    position: absolute;
    left: 19px;
    top: 5px;
    line-height: 14px;
}
.unreadChat,
.readChat {
    margin-left: 9px;
}
.startChatModalBox.dashboardModal .modal-header{
    display: block;
    padding: 25px;
}
.startChatModalBox.dashboardModal .modal-header .modal-title {
    padding-right: 45px;
}
.startChatModalBox .modalSearchBox {
    margin-top: 10px;
    padding-left: 48px;
}
.startChatModalBox .modalRoleText{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
}
.startChatModalBox.dashboardModal .sidebarSearch {
    width: 50%;
    margin-top: 0;
}
.startChatModalBox .sidebarSearchBox .sidebarSearchInput {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    height: 30px;
    padding: 0 40px 5px 5px;
    color: #FFFFFF;
}
.startChatModalBox .sidebarSearchBox .form-control::-webkit-input-placeholder{
   color: #FFFFFF;
}
.startChatModalBox .sidebarSearchBox .form-control:-moz-placeholder  {
   color: #FFFFFF;  
}
.startChatModalBox .sidebarSearchBox .form-control::-moz-placeholder  {
   color: #FFFFFF;  
}
.startChatModalBox .sidebarSearchBox .form-control:-ms-input-placeholder {  
   color: #FFFFFF;  
}
.startChatModalBox.dashboardModal .searchBtn {
    right: 10px;
    top: 5px;
}
.chatSelectBox {
    margin-bottom: 10px;
}
.chatSelectBox .inputField {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
}
.btn.btnIcon.btnChatPopup {
    position: relative;
    padding-right: 8px;
}
.btnChatPopup img{
    min-width: 12px;
}
.btnChatPopup .chatCount {
    display: inline-block;
    background: #000;
    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 li{
    padding: 0;
}
#sidebarBox .nav-tabs li a{
    background: #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    padding: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8B8F92;
    border: 0;
}
#sidebarBox .nav-tabs li + li{
    margin-left: 4px;
}
#sidebarBox .nav-tabs>li>a.active, 
#sidebarBox .nav-tabs>li>a.active:focus, 
#sidebarBox .nav-tabs>li>a.active:hover{
    background: #8B8F92;
    color: #ffffff;
}
.tabCount{
    padding: 4px;
    margin-left: 4px;
    background: #8B8F92;
    border-radius: 3px;
    font-size: 10px;
    line-height: 0px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
}
.nav-tabs li a.active .tabCount {
    background: #000;
}
#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;
}
.filterClearBtn-mbl{display: none;}
.filterClearBtn{display: block;}
.filterClearBtn-mbl a, .filterClearBtn a{
    color: #000;
    font-family: 'Uber Move Text';
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px
}
#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: #000;
    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;
}
.modal-backdrop.fade.show{
    opacity: 0.6;
}
.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 643px;
}
.dashboardModal .modal-header {
    display: block;
    padding: 25px 70px 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    background: #000000;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
}
.dashboardModal .modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.dashboardModal .modal-title{
    min-height: 30px;
}
.dashboardModal .modal-title h3,
.dashboardModal .modal-title h2{
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'OPTICaslonTwo-Bold';
}
.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-body.modalBodyS2{
    padding: 25px;
}
.dashboardModal .modal-body{
    padding: 25px 25px 0 25px;
}
.modal-body .alertTextBox h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.dashboardModal .modalChatBody #chattings{
    min-height: 300px;
    max-height: 48vh;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: -5px;
}
/*.dashboardModal .chatBoxSection {
    padding-left: 224px;
}*/
.modalChatBody .chatBoxSection .chatBox{
    background: #FFFFFF;
    padding: 0;
}
.modalChatBody .chatBox .chatText{
    background: #F5F6F3;
    padding: 5px 10px;
}
.dashboardModal .modal-footer {
    background: #000;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
    padding: 25px;
}
.modal .modal-footer > * {
    margin: 0;
}
#startChatModal.dashboardModal .modal-footer{
    padding: 25px;
}
.dashboardModal .modal-footer.mFooterBgWhite{
    background: #FFFFFF;
    border-top: 0;
    box-shadow: none;
}
.dashboardModal .modal-footer .sendMessage {
    width: 100%;
}
.dashboardModal .modal-footer textarea{
    height: 50px;
    max-height: 80px;
    width: 100%;
    max-width: 100%;
    resize: none;
    overflow-y: auto;
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1px solid #686868;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}
.dashboardModal .modal-footer .btnWhiteBg{
    margin-left: 20px;
}
.dashboardModal .modal-footer .btn + .btn {
    margin-left: 15px;
}
/* Dashboard Content */
#dashboardContent {
    width: 78%;
    padding: 49px 51px 49px 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
}
#dashboardContent.activeDashborad{
    width: 98%;
    padding: 49px 51px 49px 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
}
.themeCollapse .panel-heading.panelHeadingGray a {
    background: #686868;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    border-radius: 2px 2px 0px 0px
}
.themeCollapse .panel-heading.panelHeadingGray a .fa{
    position: absolute;
    right: 18px;
    top: 14px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.themeCollapse .panel-heading.panelHeadingGray a.collapsed .fa{
    transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
            -ms-transition: 0.3s;
}
.dashboardTiles {
    padding: 0 17px;
    margin-bottom: 22px;
}
.dashTileBox {
    border: 1px solid #686868;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
}
.dashTileBox .dashTileTile {
    background: #686868;
    padding: 9px;
    text-align: center;
    border-radius: 2px 2px 0px 0px;
}
.dashTileBox.bgRed {
    border: 1px solid #000;
}
.dashTileBox.bgRed .dashTileTile{
    background: #000;
}
.dashTileBox .dashTileTile h3 {
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 500;
}
.dashTileBox .dashTileContent {
    padding: 0;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
}
.dashboardTiles .panel-body{
    padding: 10px 10px 0;
}
.row.tilesRow {
    margin-right: -5px;
    margin-left: -5px;
}
.tilesRow .tilesCol{
    padding-right: 5px;
    padding-left: 5px;
}
/* table responsive scoll custom */
.inputBox .select2-container .select2-selection--single {
    color: #000 !important;
    height: 40px !important;
    width: 100% !important;
    border-color: #96918B;
}
.inputBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 40px !important;
    padding-left: 16px;
    padding-right: 30px;
    font-family: 'Uber Move Text', sans-serif;
}
.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
    width: 16px;
    height: 38px;
}
.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font-family: "FontAwesome";
    color: #000;
    font-size: 18px;
    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-selection--single .select2-selection__arrow b {
    border: 0;
}
.select2-container--default .select2-results__option--selected{
    background: #B3B5BA !important;
    color: #000000 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #B3B5BA !important;
    color: #000000 !important;
}
.select2-container--default .select2-search--dropdown.selectSearchBox .select2-search__field {
    height: 40px;
    padding: 8px 16px;
    border: 0;
    outline: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field {
    border-bottom: 1px solid #96918B;
}
.select2-search--dropdown.selectSearchBox {
    padding: 0;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox.selectSearchAdd {
    position: absolute;
    width: 100%;
    top: -39px;
}
.select2-container--default .select2-search.selectSearchAdd:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #000;
    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;
}
.select2-dropdown.select2-dropdown--below .select2-search--dropdown.selectSearchBox .select2-search__field {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.select2-dropdown input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox.selectSearchAdd {
    position: absolute;
    bottom: -39px;
    width: 100%;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field {
    border-top: 1px solid #96918B;
    padding-right: 30px;
    padding-left: 8px;
    font-size: 14px;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown.selectSearchBox.selectSearchAdd .select2-search__field {
    border-top: 1px solid #96918B;
    padding-right: 30px;
    padding-left: 8px;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}




div::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-corner,
.themeScroller::-webkit-scrollbar-corner,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-corner,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-corner{
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.themeScroller::-webkit-scrollbar-thumb,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb{
    background: #8B8F92;
    border: 2px solid #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
.themeScroller::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover{
    background: #868686;
    border-radius: 4px
}
div::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.themeScroller::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-track,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track{
    border: 2px solid #F5F6F3;
    background: #F5F6F3;
    border-radius: 4px
}
.stickyHeadTable .table {
    margin-bottom: 7px;
}
.dashTileBox .table{
    border: 0;
    margin: 0;
    border-collapse: separate;
}
.dashTileBox .table thead tr.trOne,
.dashTileBox .table thead tr.trTwo,
.stickyTheadList .table thead{
    position: -webkit-sticky;
    position: sticky;
    top: 0px ;
    z-index:9;
}
.dashTileBox .table tbody tr:nth-child(even) {
    background: #F0F0F0;
}
.dashTileBox .table thead tr th,
.dashTileBox .table thead tr td{
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    background: #686868;
    border-top: 1px solid #FFFFFF;
    vertical-align: middle;
}
.dashTileBox .table>thead:first-child>tr:first-child>td, 
.dashTileBox .table>thead:first-child>tr:first-child>th{
    border-top: 1px solid #FFFFFF;
}
.dashTileBox .table thead tr th[rowspan],
.dashTileBox .table thead tr td[rowspan]{
    border-right: 1px solid #FFFFFF;
}
.dashTileBox .table tbody tr td {
    border: 0;
    padding: 3px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #686868;
    vertical-align: middle;
}
.dashTileBox .table tbody tr td span{
    font-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: #FFFFFF;
    border: 0;
}
.windowCount {
    background: #8B8F92;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px;
    margin-left: 15px;
}
.active .windowCount {
    background: #000;
}
.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;
}
.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;
}
.btn.sendEmailAllBtn{
    width: 66px;
    background: #000;
    padding: 12px 15px;
    color: #ffffff;
    line-height: 10px;
}
.dataTables_wrapper .tablePagination .dataTables_paginate{
    float: none;
    padding-top: 0;
}
.dataTables_wrapper .tablePagination .dataTables_info {
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #141413;
}
.dataTables_wrapper .tablePagination .dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    width: auto;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #D0D0D0;
}
.table thead tr th.minW145,
.table thead tr td.minW145{
    min-width: 145px;
}
.table-responsive .table thead tr th.maxW200,
.table-responsive .table thead tr td.maxW200,
.table-responsive .table tbody tr td.maxW200 {
    max-width: 200px;
    word-wrap: break-word;
}
.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-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 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) {
    border-left-color: #686868;
}
.tableGrayHead .table thead tr th,
.tableGrayHead .table thead tr td{
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    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-child(1),
.tableGrayHead .table thead tr td:nth-child(1) {
    border-left-color: #686868;
}
.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;
}
.table-responsive .noWrapThead thead tr td,
.table-responsive .noWrapThead thead tr th {
    white-space: nowrap;
}
.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: #000000;
    font-weight: 400;
    padding: 12px 14px;
    vertical-align: middle;
    word-wrap: break-word
}
.tableGrayHead .table tbody tr td .tableLinkText {
    display: inline-block;
    color: #000000;
}
/*.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: #000;
}
a.textBrown {
    cursor: pointer;
}
a.textBrown:hover{
    color: #000;
}
.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 {
    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{
    left: 3px;
    top: 0px;
}
.tableGrayHead .table tbody tr td .windowName{
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.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.no-footer{
    border-bottom: 1px solid #D0D0D0;
}
.dataTableBox .dataTable thead .sorting:before,
.dataTableBox .dataTable thead .sorting_desc:before,
.dataTableBox .dataTable thead .sorting_asc:before{
    content: "\f0d8";
    width: 10px;
    height: 5px;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 14px;
    font-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: #FFFFFF;
    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: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.tablePagination {
    margin-top: 7px;
}
.dataTables_wrapper .tablePagination {
    padding: 0 17px;
}
.dashboardTabs .tableFilterBox {
    margin-bottom: 22px;
}
.dashboardTabs .dataTables_wrapper .tablePagination {
    padding: 0;
}
.dashboardTabs .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:nth-last-child(1) {
    padding-right: 0;
}
.programTabBox .tab-content .tab-content .programTabContent, 
.itemSetupArea .tab-content .programTabContent, 
.pTop20 {
    padding-top: 20px;
}
.programTabContent .tableFilterBox {
    margin-bottom: 0;
    padding: 0 17px 22px 17px;
    background: #FFFFFF;
}
.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;
}
.stickyHeadTable .table tbody:nth-last-child(1) tr:nth-last-child(1) td {
    border-bottom: 1px solid #D0D0D0;
}
.table-responsive .dataTables_wrapper .tablePagination .dataTables_paginate ul.pagination {
    margin: 0;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button,
.pagination li{
    padding: 8px 0px;
    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: 14px;
    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: #000;
    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: #000;
    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: #000;
    /* background-color: transparent;
    border-color: transparent; */
    opacity: 0.5;
    cursor: no-drop;
}
.itemStatusChangeLogModal.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 1355px;
}

.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: 10px;
}
#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 #EAEAEA;
}
.fiterSearchBox{
    position: relative;
    margin-bottom: 26.71px;
}
.fiterSearchBox .form-control{
    background: #FFFFFF;
    border: 1px solid #96918B;
    border-radius: 4px;
    height: 40px;
    padding: 10px 50px 10px 16px;
}
.fiterSearchBox .form-control::-webkit-input-placeholder,
.searchBox .form-control::-webkit-input-placeholder{
   color: #757575;
}
.fiterSearchBox .form-control:-moz-placeholder,
.searchBox .form-control:-moz-placeholder  {
   color: #757575;  
}
.fiterSearchBox .form-control::-moz-placeholder,
.searchBox .form-control::-moz-placeholder  {
   color: #757575;  
}
.fiterSearchBox .form-control:-ms-input-placeholder,
.searchBox .form-control:-ms-input-placeholder {  
   color: #757575;  
}
.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: #000;
}
.categoryMenu label:hover .labelText,
.categoryMenu label input:checked ~ .labelText{
    color: #000;
}
.categoryMenu label:hover .labelText:after,
.categoryMenu label input:checked ~ .labelText:after{
    opacity: 1;
}
#column-left .panel-heading h3,
#filterOrder .panel-heading h3{
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform:initial;
    color: #000000;
}
.panel-heading .filterClearBtn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #96918B;
}
.filterClearBtn {
    margin-top: 16px;
}
.filterClearBtn a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}
/* #column-left #themeAccordion .panel-default:nth-child(1){
    border-top: 1px solid #EAEAEA;
} */
#column-left #themeAccordion .panel-default:nth-child(1) .panel-title a.collapsed {
    border-top: 0;
    border-left: 0 !important;
    border-right: 0 !important;
}
/* #column-left #themeAccordion .panel-default:nth-child(1) .panel-title a.active-icon{
    border: 0;
} */
#column-left #themeAccordion .panel-title .collapsed {
    border-bottom: 1px solid #EAEAEA;
    border-top: 0;
    border-radius: 0;
}
#column-left .list-group .list-group-item{
    border-radius: 0;
    padding: 0px;
    background: transparent;
}
#column-left .list-group .list-group-item.border-bot {
    padding-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
#filter-group2 .checkbox,
#filter-group3 .checkbox{
    margin-top: 0 !important;
}
#column-left #themeAccordion .panel-title a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
}
#column-left .list-group a{
    color: #444340;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 0px !important;
    cursor: pointer;
}
.list-group-item .checkbox{
    margin-top: 0;
    margin-bottom: 10px;
}
.list-group-item .checkBox label span {
    font-size: 13px;
    line-height: 18px;
}
.checkbox,
.subCatCatBox{
    padding-left: 26px;
  position: relative;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkBox label .checkmark,
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    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;
}
/* 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: #000000;
}
.custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    width: 5px;
    height: 10px;
    position: absolute;
    left: 6px;
    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: 13px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.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: 36px;
}
.addReadMore.showlesscontent .secondHalfText,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .moreBoxBtn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.addReadMore .moreBoxBtn:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    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: #000;
}
.readMoreBox .addReadMoreTitle{
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
   font-weight:700
}
.readMoreBox h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}
.readMoreBox b,
.readMoreBox strong {
    color: #444340;
}
.readMoreBox .addReadMore b{
   font-weight:500;
}
.readMoreBox .addReadMore br {
    content: "";
    display: block;
    height: 10px;
}
.loadMoreBtnBox {
    text-align: center;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .custom-checkbox .checkmarkLabel:hover,
.checkbox .custom-checkbox input:checked ~ .checkmarkLabel{
    color: #000000;
}
.checkbox .custom-checkbox ~ .checkbox.subCatCheckbox:nth-of-type(1) {
    margin-top: 16px;
}
.checkbox .checkDownIcon {
    width: 30px;
    text-align: right;
}
.checkbox .checkDownIcon 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;
}
.checkbox .checkDownIcon.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;
}
/* 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: #FFFFFF;
    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: 36px;
}
#product-product .contentTop {
    padding-bottom: 74px;
}
#product-product .themeContainer,
#error-not-found .themeContainer{
    padding: 0 105px;
}
.productImageBox {
    overflow: visible;
    padding-right: 5px;
}
.stickyBox.productImageBox {
    position: fixed;
    top: 30px;
    z-index: 9;
    width: calc(50% - 99px);
    max-width: calc(960px - 99px);
}
.text-size-chart{
    color: #000;
    text-align: right;
    font-family: 'Uber Move Text';
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}
#removeStickyAnchor{
    opacity: 0;
    width: 0;
    height: 0;
}
.productDetailsBox {
    padding-left: 1px;
}
.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{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 46px;
    color: #000000;
    font-family: 'Uber Move';
    font-weight: 500;
}
.itemDetailsHeader .itemSku {
    font-size: 16px;
    line-height: 24px;
    color: var(--Uber-Gray-5, #757575);
    font-weight: 400;
}
.itemDetailsHeader .itemDetailsDiv {
    margin-top: 26px;
    margin-bottom: 0px;
}

/* Back In Stock Section*/
.soldOutBtnBox .themeBtn{
    margin-top: 8px;
}
.soldOutBtnBox #button-sold-Out{
    margin-right: 24px;
    text-transform: uppercase !important;
}
.soldOutBtnBox #button-sold-Out:hover {
    text-decoration: none;
}
.soldOutBtnBox #button-notify-me{
    text-transform: capitalize !important;
}
#backInStockModal .modal-dialog {
    width: 100% !important;
    max-width: 751px;
}
#backInStockModal .modal-content {
    background: #F7F7F7;
}
#backInStockModal .modal-header {
    padding: 20px 40px 0;
    min-height: 44px;
    border: 0;
    position: relative;
}
#backInStockModal .modal-header .close {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 40px;
    height: 24px;
    width: 24px;
    margin: 0;
    opacity: 1;
}
#backInStockModal .modal-body {
    padding: 0 50.5px 40px;
}
.backInStockHeader {
    text-align: center;
    margin-bottom: 14px;
}
.backInStockHeader h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}
.backInStockHeader p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.backInStockList h4{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 0;
}
.backInStockList .table{
    margin-top: 16px;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}
.backInStockForm{
    margin-top: 16px;
}
.backInStockForm .form-control {
    height: 48px;
}
.backInStockForm .themeBtn{
    margin-left: 24px;
}
.backInStockList .table-responsive table tr th,
.backInStockList .table-responsive table tr td {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #B3B5BA;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
    padding: 11px 11px 9px;
}
.backInStockList .table-responsive table thead tr th{
    font-weight: 700;
    border-bottom: 0;
    font-family: 'Uber Move';
}
.backInStockList .table-responsive table thead tr th:nth-child(1){
    min-width: 133px;
    border-top-left-radius: 8px;
    border-left: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table thead tr th:nth-child(2){
    min-width: 133px;
}
.backInStockList .table-responsive table thead tr th:nth-last-child(1) {
    min-width: 130px;
    border-top-right-radius: 8px;
    border-right-color: #B3B5BA;
}
.backInStockList .table-responsive table tbody tr td:nth-child(1){
    border-left: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #B3B5BA;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td:nth-child(1){
    border-bottom-left-radius: 8px;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td:nth-last-child(1){
    border-bottom-right-radius: 8px;
}
.backInStockList .table-responsive table tbody tr td{
    font-weight: 400;
}
.backInStockList .table-responsive table tbody tr .colErrorAlert{
    position: relative;
}
.backInStockList .table-responsive table tbody tr .colErrorAlert:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #FF0000;
}
.backInStockList .table-responsive table tbody tr:nth-last-child(1) td.colErrorAlert:nth-child(1):before{
    border-bottom-left-radius: 8px;
}
.backInStockList table tr td select {
    padding: 0 20px 0 0;
    height: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
    border: 0;
    background-image: url(../image/angle-down-black.svg);
    background-position: right 0 center;
}
.backInStockList table tr td .inputBox .form-control{
    padding: 10px;
    height: 33.4px;
    font-size: 14px;
    color: #000000;
}
.backInStockList table tr td .form-control[disabled], 
.backInStockList table tr td .form-control[readonly]{
    height: 33.4px;
    font-size: 14px;
    color: #000000;
    font-weight: 500; 
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: text;
}
.backInStockList table tr td .form-control[disabled]:hover, 
.backInStockList table tr td .form-control[readonly]:hover,
.backInStockList table tr td .form-control[disabled]:focus, 
.backInStockList table tr td .form-control[readonly]:focus,
.backInStockList table tr td .form-control[disabled]:focus-visible, 
.backInStockList table tr td .form-control[readonly]:focus-visible{
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.addStockListIcon .btn{
    padding: 0 3px;
}
.addStockListIcon .btn .fa{
    font-size: 12px;
}
#backInStockModal .select2-container{
    min-width: 81px;
}
#backInStockModal .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 20px !important;
    line-height: 28px !important;
    text-align: left;
}
#backInStockModal .select2-container .select2-selection--single{
    color: #000000 !important;
    height: 21px !important;
    line-height: 21px !important;
    border: 0;
}
#backInStockModal .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered{
    color: #000000;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 21px;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
#backInStockModal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 12.59px;
    height: 8.082px;
    top: 9px;
    border: 0;
    background-image: url(../image/angle-down-black.svg);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 12.59px;
}
#backInStockModal .alert-success {
    height: auto;
    padding: 5px 13px;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
}
#backInStockModal .alert-success .close {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0;
    line-height: 8px;
}
#backInStockModal .alert-success p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Uber Move';
}

.productDetailsBox .themeRow {
    margin-right: -12px;
    margin-left: -12px;
}
.productDetailsBox .themeRow .themeCol {
    padding-right: 12px;
    padding-left: 12px;
}
.productDetailsBox .prodPricingBox {
    margin-top: 25px;
    margin-bottom: 30px;
}
.productDetailsBox .prodDetailPrice,
.productDetailsBox .prodDetailList{
    background-color: #F7F7F7;
    height: auto !important;
}
.productDetailsBox .prodDetailList .ul-container{
    padding: 20px;
}
/*.productDetailsBox .prodDetailList .availableBox{
    padding-top: 52px;
}*/
.productDetailsBox .pricingBox {
    padding: 12px 20px 8px;
}
.productDetailsBox .pricingBox p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.productDetailsBox .table-res {
    width: 100%;
    overflow-x: auto;
}
.productDetailsBox .prodDetailPrice table {
    width: 100%;
    margin-bottom: 0;
}
.productDetailsBox .prodDetailPrice table tr {
    border-top: 1px solid var(--Gray-3, #B3B5BA);
    background: #F7F7F7;
}
.productDetailsBox .prodDetailPrice table tr th:nth-child(1), 
.productDetailsBox .prodDetailPrice table tr td:nth-child(1) {
    border-right: 1px solid var(--Gray-3, #B3B5BA);
}
.productDetailsBox .prodDetailPrice table tr th,
.productDetailsBox .prodDetailPrice table tr td {
    padding: 7px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.productDetailsBox .price-table tr td {
    border-right: 1px solid var(--Gray-3, #B3B5BA);
    border-top: 1px solid var(--Gray-3, #B3B5BA) !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: 14px 20px;
}
.productDetailsBox .prodDetailList ul + ul{
    border-top: 1px solid var(--Gray-3, #B3B5BA);
}
.productDetailsBox .prodDetailList ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.productDetailsBox .prodDetailList ul li span {
    display: inline-block;
    font-weight: 500;
}
.colorSwatchesBox {
    margin-bottom: 24px;
}
.colorSwatchesBox p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 7px;
}
.productDetailsBox .colorSwatchesBox p{
    font-weight: 700;
    font-size: 13px;
}
.colorSwatchesBox .colorSwatcheTitle p span {
    margin-right: 0;
    margin-left: 5px;
    font-size: 13px;
}
.productDetailsBox .colorSwatchesBox .colorSwatcheTitle p span {
    font-weight: 400;
}
.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: 0;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.colorSwatches ul li.active {
    /* border: 1px solid #FFF;
    outline: 1px solid #000;
    border-radius: 50%; */
    /* border: 1px solid #000; */
    border-radius: 100%;
}
.colorSwatches ul li .select-color {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    border:1px solid #9d9d9d;
}
.addToCart {
    margin-bottom: 32px;
}
.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;
}
.qty-input-section input[type="text"].form-control{
    font-size: 16px;
    margin: 4px 0;
}
.qty-input-section .variant-valid {
    font-size: 12px;
    color: #D7373C;
    font-weight: 400;
    text-align: left;
    min-width: 200px;
    position: absolute;
    left: 0;
}
.cart-btn-section .red-text {
    font-size: 14px;
    line-height: 24px;
    color: #D7373C;
}
.prodSizeChart {
    margin-bottom: 36px;
    background-color: #F6F6F6;
}
.prodSizeChart .sizeChartHeader{
    padding: 6px 20px;
}
.prodSizeChart p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
}
.prodSizeChart .sizeChartBtn a {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #000;
   font-weight:500
}
.prodSizeChart .sizeChartContent {
    float: none;
    padding: 18px 20px 8px;
    border-top: 1px solid #B3B5BA;
    border-bottom: 1px solid #B3B5BA;
    margin-bottom: 0;
}
.prodSizeChart .sizeChartContent .sizeChartBox {
    text-align: center;
    padding: 0 5px;
    max-width: 54px;
    margin-bottom: 8px;
}
.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: 13px;
    line-height: 18px;
    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: 13px;
    color: #000000;
    font-weight: 400;
    opacity: 1;
}
.prodSizeChart .sizeChartBox.has-error .form-control{
    border-color: #D7373C;
    background-image: none;
}
.addToCart .has-error label, 
.addToCart .required.has-error label:after{
    color: #141413;
}
.addToCart .qty-input-section.has-error input{
    border-color: #D7373C;
    background-image: none;
    padding: 8px 16px;
}
.prodSizeChart .sizeChartPrice p,
.qty-input-section .price-moq-size{
    color: #000000;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
}
.prodSizeChart .sizeChartPrice p.variant-valid{
    color: #D7373C;
    font-weight: 400;
}
.prodSizeChart .sizeChartPrice p.variant-valid span{
    display: inline-block;
    margin-top: 8px;
}
.prodSizeChart .sizeChartFooter{
    padding: 18px 20px 11px;
}
.prodSizeChart .sizeChartFooter p span{
    font-size: 18px;
    line-height: 30px;
}
.prodSizeChart .sizeChartFooter p #totalMOQ {
    margin-left: 0px;
}
.prodSizeChart .sizeChartFooter p .qty-name {
    margin-right: 8px;
}
.prodSizeChart .sizeChartFooter p #totalPrice {
    margin-left: 0px;
}
.prodSizeChart .sizeChartFooter p .qty-name{
    margin-right: 14px;
}
/* PDP Size Chart */
#sizeChartModal.dashboardModal .modal-body {
    padding: 25px;
}
#sizeChartModal.dashboardModal .modal-header{
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
}
#sizeChartModal.dashboardModal .modal-title h3{
    text-transform: capitalize;
    color: #000;
    font-family: 'Uber Move Text', sans-serif;
}
.sizeChartTableBox .table {
    width: 100%;
    margin-bottom: 0;
}
.sizeChartTableBox .table thead th, 
.sizeChartTableBox .table tbody td {
    border: 1px solid #B3B5BA;
    padding: 8px 10px;
    text-align: center;
    color: #000000;
}
.sizeChartTableBox .table thead th {
    background-color: #F7F7F7;
    border-bottom: 1px solid #B3B5BA;
    font-weight: 500;
    vertical-align: middle;
}
.sizeChartTableBox .table thead th:nth-child(1) {
    width: 20%;
}
.modal .sizeChartTableBox {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    position: relative;
}

.itemDetailsHeader .itemSavingPrice span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.itemDetailsHeader .itemSavingPrice .itemOldPrice{
    text-decoration: line-through;
    color: #000;
}
.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: #000;
}
.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: #000;
    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: #000;
    margin-top: 6px;
    margin-bottom: 0;
}
.totalTableBox .alert-success {
    margin-top: 4px;
    padding: 8px;
    margin-bottom: 8px;
}
.itemShipTime .product-detail-list li{
    color: #999999;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.moq-section{background: #ffffff;border-radius: 4px;width: 100%;float: left;margin-bottom: 0;display: flex;}
.moq-section li{width: 50%;float: left;padding: 10px 20px; color: #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: 97px 0 81px;
    background-color: #F6F6F6;
}
.alsoLikeArea .product-layout .itemGridImg {
	position: relative;
	margin-bottom: 12px;
}
.alsoLikeArea .itemGridTwo {
    margin-bottom: 10px;
}
.alsoLikeArea .itemGridTwo a{
    max-height: 285px;
    height: 100%;
}
#tab-description {
    margin-bottom: 0;
}
#tab-description .descriptionTitle h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    font-family: 'Uber Move';
}
#tab-description .descriptionBody {
    padding-top: 16px;
}
#tab-description ul{
    padding-left: 0;
}
#tab-description .descriptionBody,
#tab-description .descriptionBody p,
#tab-description ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}
#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: 14px;
    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: 0px;
}
.alsoLikeArea .alsoLikeTitle h3 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-family: Uber Move;
}
.alsoLikeArea .itemGridTwo .itemGridImg img {
    background: #FFFFFF;
    border: 0;
}
.alsoLikeArea .itemGridTwo .itemGridTitle h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.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{margin-bottom: 0;}
.nav-tabs>li>a{border: none;padding: 0;}
.tab-pane ul{padding-left: 0;width: 100%;}

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

.flex-end li.active a{color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;}
.nav-tabs li{padding: 10px 0px 10px 20px;}
.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: #000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.border-bot-2{border-bottom: 2px solid #D1CCBD;}
.qty-section{
    padding: 11px 0 18px;
    display: flex;
    justify-content:flex-start;
    width: 100%;
    float: left;
    margin-bottom: 12px;
    border-bottom: 2px solid #8B8B8B;
    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: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text::-moz-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text:-ms-input-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox input.input-text:-moz-placeholder {
    color: #676561;
    opacity: 1;
}
.productDetailsBox .input-warn-limit {
    border-color: #000 !important;
    background-color: #fdfbf4 !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 3;
    color: #000;
    background-color: #FFFFFF;
    border-color: #000;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d1ccbd;
}
#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: 10px 30px 10px 15px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 0;
}
.alert b,
.alert strong{
   font-weight:700
}
.alert-success a{
    color: #ffffff;
    text-decoration: underline;
}
.alert-success {
    color: #ffffff;
    background-color: #8DB92E;
    border: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: -6px;
    right: -12px;
    opacity: 1;
    text-shadow: none;
}
.alert-danger,
.alert-warning{
    background: #D7373C;
    color: #FFFFFF;
    border-color: #D7373C;
}
/*Cart page CSS*/

#checkout-cart{
    min-height: calc(100vh - 1240px);
}
#checkout-cart .checkoutCartBox{
    padding: 69px 0 167px;
}
#checkout-cart #content {
    min-height: 100%;
    width: 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;
    border-top: 0;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Uber Move';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; }
.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 td:nth-child(4){
    max-width: 170px;
}
.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 td:first-child{
    padding-left: 0;
}
.cart-table thead tr:first-child td:last-child,
.cart-table tbody tr.cart-row td:last-child{
    padding-right: 0;
}
.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{
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;}
.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 {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
.cart-table tbody tr.cart-row td .cartItemBot p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
.cartItemBot{margin-top: 37px;}
.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-family: 'Uber Move';
    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 #B3B5BA;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 18px;
    color: #000000;
    margin: 0;
    text-align: center;
    border-radius: 0;
    font-family: Uber Move Text;
    font-weight: 500;
    line-height: 22px;
}
.cart-table tbody tr.cart-row td .btn-remove{
    cursor: pointer;
    text-align: center;
    color: #000;
    margin-top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
}
.cart-table tbody tr.cart-row td .text-danger {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
.cart-table tbody tr.cart-row td .btn-preview , .product-remove-btn .btn-preview{
    color:#10AC10;
    font-size: 12px;
    cursor: pointer;
}
.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;
    color:#000;
    font-family: 'Uber Move';
    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:#F6F6F6!important;
}
.cart-table tbody tr.sub-row td{
    padding: 6px 20px 6px;
    border-top: none;
    vertical-align: middle;
    color: #000000;
    letter-spacing: 0;
    border-bottom: 1px solid #B3B5BA;
    font-family: 'Uber Move';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.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 #B3B5BA;
    border-radius: 0;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
    font-family: 'Uber Move';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.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;}
.sub-row .sub-input .text-danger{
    margin-top: 2px;
    font-weight: 400;
}
/*Search CSS*/
#product-search h1 span{
   font-weight:500
}

/*My Account page CSS*/
.accountInfoArea {
    padding: 65px 0;
    min-height: calc(100vh - 1304px);
}
.account-section {
    padding-right: 33px;
}
.account-section .nav-tabs li {
    padding: 0;
    display: block;
    float: none;
    text-align: left;
    border-top: 1px solid #B1ADA6;
    border-bottom: 0;
    width: 100%;
}
.account-section>.nav-tabs>li>a{
    padding: 18px 0;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    display: block;
}
.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: #000000;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    display: block;
}
#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: #000000;
    font-size: 28px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 15px;
}
.personalDetailsTitle {
    margin-bottom: 14px;
}
#personal-details .personalDetailsTitle h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Uber Move', sans-serif;
}
.personalDetailsTitle p{
    font-size: 13px;
    line-height: 18.2px;
    color: #000;
    font-weight: 400;
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}
#address-book h2{
    margin-top: 60px;   
}
.form-account .form-group{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
}
.form-account.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 4px;
}
.form-password .form-group,
.form-address .form-group{
    width:50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.form-control[disabled],  
fieldset[disabled] .form-control {
    background-color: #585858;
    opacity: 1;
    cursor: no-drop;
}
.form-control input[readonly]{
    background-color: #58585866;
    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,
.accountBtnBox .btn.themeBtn{
    min-width: 260px;
    height: auto;
    line-height: normal;
    margin: 0;
}

/* Credit Table Area */
.creditUsageArea .breadcrumb {
    padding: 0;
    padding-bottom: 34px;
}
.creditUsageArea .accountInfoArea {
    padding-bottom: 49.11px;
}
.creditTableTitle {
    height: 64px;
    background: #000;
    padding: 19.5px;
    text-align: center;
    border: 1px solid #B3B5BA;
    border-bottom: 0;
}
.creditTableTitle h2,
#personal-details .creditTableTitle h2 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.creditUsageArea .table {
    margin-bottom: 0;
}
.creditUsageArea table thead tr th, 
.creditUsageArea table thead tr td {
    padding: 15px;
    border-bottom: 0;
    background: #202020;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    white-space: normal;
    vertical-align: top;
    background-image: none !important;
}
.creditUsageArea table thead tr th:nth-last-child(1), 
.creditUsageArea table thead tr td:nth-last-child(1){
    border-right: 1px solid #B3B5BA;
}
.creditUsageArea .table tbody tr,
.creditUsageArea .table-hover tbody tr, 
.creditUsageArea .table-hover tbody tr:hover {
    background-color: #F6F6F6;
}
.creditUsageArea table tbody tr td{
    padding: 15px 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    border-color: #B3B5BA;
    vertical-align: middle;
}
.creditUsageArea .table tbody tr:nth-last-child(1) td{
    border-bottom: 1px solid #B3B5BA
}
.creditUsageArea .creditListBox{
    padding-bottom: 16px;
    border-bottom: 1px solid #B3B5BA;
}
.creditUsageArea.myQuotesArea .table-bordered tbody tr td{
    padding: 18px 14px;
}
/*==My Order Page==*/
#filterOrder {
    padding-right: 29px;
}
#account-order{
    min-height: -webkit-calc(100vh - 1240px);
    min-height: -moz-calc(100vh - 1240px);
    min-height: -o-calc(100vh - 1240px);
    min-height: calc(100vh - 1240px);
}
#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);
}

#filterOrder .panel {
    margin-bottom: 36px;
}
.sidebar .form-group{
    margin-bottom: 14px;
}
.sidebar label{
    color: #000;
    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;
}
#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: 57px;
}
#my-order .table {
    margin-bottom: 0;
    background-color: #F6F6F6;
}
#my-order .table tbody tr{
    background-color: #F6F6F6;
}
#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 #B3B5BA;
}
#my-order .table>tbody>tr>td:nth-child(1),
#my-order .table>tbody>tr>th:nth-child(1){
    padding-left:24px;
}
#my-order .table>tbody>tr>td:nth-last-child(1),
#my-order .table>tbody>tr>th:nth-last-child(1){
    padding-right:24px;
}
#my-order .table>tbody>tr>td p{
   font-weight:400
}
#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 + p{
    margin-top: 2px;
}
#my-order .table>tbody>tr>td .orderInfoBox p span{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform:initial;
   font-weight:700
}
#my-order .table>tbody>tr>td .orderInfoBox p span.status {
   font-weight:500
}
#my-order .table>tbody>tr>td .orderCommentBox p span{
   font-weight:700;
    word-break: break-word;
}
#my-order .table>tbody>tr>td .orderCommentBox {
    padding-top: 22px;
}
#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 {
    background-color: #FFFFFF;
}
#my-order .order-details--rows .table tbody 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;
}
#my-order .order-details--rows .table>tbody>tr>td .orderInfoBox p span{
    text-transform: initial;
   font-weight:500
}
#my-order .orderTotalTable tbody tr td.cloverlyFeeText {
    width: 60%;
}
#my-order .draftOrderTotalTable tbody tr td.cloverlyFeeText {
    width: 40%;
}
#my-order .DraftOrderTotalTable2 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-details--table td:nth-child(1){ 
    width:20%;
}
.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: initial;
    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: initial;
    width: 100%;
    display: inline;
    padding-right: 15px;
}
#filterOrder .sidebarFilterBtn input {
    width: auto;
    height: auto;
    min-width: 100px;
    padding: 10px 25px;
}
#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: #000;
    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: #000;
    text-decoration: none;
    margin-right: 5px;
}
.order-details--table .status.ordered.shipped{color: #5FAD27}
.order-details--table .status.ordered.partially-shipped{color: #FF8C18}
.order-details--table .status.ordered.cancelled{color: #a94442;}
.order-details--table .status.ordered.shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Completed_16x16.png') no-repeat;}
.order-details--table .status.ordered.partially-shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Shipped_16x16.png') no-repeat;}

.input-group.date{ width: 100%}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.order-details--table .status.cancelled{
    line-height: 16px;
    color: #e44a4a;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.order-details--table .status.cancelled:before{
    content:"";
    background: url('../image/order-image/cancelled.png') no-repeat;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.order-details--table .status.complete{
    line-height: 16px;
    color: #5fad27;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;

}
.order-details--table .status.delivered:before{
    content: " \f058";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8DB92E;
    text-decoration: none;
    margin-right: 5px;
}
.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.close:after{
    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: 2px solid #d1ccbd;
    /*display: none*/
}
.order-section--wrapper .order-info.show{
    display: block
}
.emptyOrderNote {
    text-align: center;
}
.emptyOrderNote p {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
}
.totalTableArea {
    border-top: 1px solid #B3B5BA;
}
.sub-total-table{
     width:auto;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.totalTableBox .table {
    border: none;
    margin-bottom: 0;
}
.totalTableBox .itemZipcodeBox .itemZipCollapse {
    top: 33px;
    left: 0;
}
.itemZipcodeBox .zipcodeBtn span{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}
.total-table tbody tr td{
   border: 0; 
    padding: 36px 0;
    color: #000000;
    vertical-align: middle;

}
.total-table tbody tr td.totalText p {
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.total-table tbody tr td.totalAmmount p {
    color:#000;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.total-table tbody tr td.totalText p,
.total-table tbody tr td.totalAmmount p{
    font-weight: 700;
    /* font-family: 'work Sans'; */
}
.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 #B3B5BA;
    padding-top: 55px;
}
.checkoutCartBtn .cartBtnContinue .themeBtn {
    background-color: #FFFFFF;
    color: #000;
}
.checkoutCartBtn .cartBtnShip .btn {
    min-width: 240px;
    margin-left: 24px;
    padding: 14px 20px;
}
/*.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;
}

.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:500
}
.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;
}

.datepicker-dropdown:before{
    border-bottom-color:rgb(52, 140, 207)    
}
.sidebar-mobile--menu{ 
    display: none; 
    position: relative; 
    text-transform: initial; 
    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;
   font-weight:400
}
.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;
    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;	
   font-weight:400
}
.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: #000 !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;
}

/* Information pages*/ 
#pageTitle {
    padding: 18px 50px;
    background: var(--Uber-Gray-8, #202020);
}
#pageTitle .pageTitleBox h1{
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Uber Move';
}
#pageTitle.sustainTitle {
    background-color: #8DB92E;
}
#pageTitle.diversityTitle {
    background-color: #000;
}
#pageTitle .sustainTitleIcon {
    margin-right: 17px;
}
#information-information,
#common-maintenance{
    min-height: -webkit-calc(100vh - 209px);
    min-height: -moz-calc(100vh - 209px);
    min-height: -o-calc(100vh - 209px);
    min-height: -ms-calc(100vh - 209px);
    min-height: calc(100vh - 209px);
}
.informationBox {
    padding: 67px 0;
}
 
.informationBox.Contact.us {
    padding: 4% 4%;   
}

.informationBox.Terms.\&.conditions{
    padding: 4% 4%;  
}

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

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

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

div#information-information .informationBox.Contact.us p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: inherit;
    color: #29292B;
} 

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

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

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

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

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


.informationBoxContact p a {
    color: #000!important;
    margin-bottom: 0;
   font-weight:700
}

.informationBox.Contact.us p a {
    color: #000!important;
    margin-bottom: 0;
   font-weight:700
}

#information-information .informationBox.Contact.us p a strong {
    color: #000!important;
    margin-bottom: 0; 
    font-weight: bolder;  
   font-weight:400;  
    font-size: 14px; 
}  
 
/*privacy policy individual css*/ 
.informationBox.Privacy {
    padding: 4% 4.2%;
}  

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

.informationBox.Privacy h4 + p {
    margin-bottom: 20px;
    margin-top: 30px!important;
} 
.informationBox.Privacy p em,.informationBox.Privacy li em {font-style: normal!important;}

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

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

/* .informationBox.Privacy p{} */  

.informationBox.Privacy ul li,.informationBox.Privacy a,.informationBox.Privacy ol li {
    /* font-size: 18px;  */
    line-height: 30px;
    color: #000000;  
    font-weight: 400;
   font-family: 'Uber Move';
}

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

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

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

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

#information-information .container-fluid .informationBox.Privacy p {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #212529;
    font-family: 'Uber Move', sans-serif !important;
} 

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

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

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

#information-information .container-fluid .informationBox.Privacy p a, #information-information .container-fluid .informationBox.Privacy a {
    color: #000!important;
    text-decoration:underline;
    background-color: transparent;
    font-weight: 600;
   font-family: 'Uber Move';
    font-size: 14px;
} 

#information-information #content {
    min-height: 100%;
}
#information-information .informationTitle {
    margin-bottom: 12px;
}
#information-information .informationTitle h1 {
    font-size: 50px;
    line-height: 52px;
    color: #333333;
    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: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
   font-family: 'Uber Move';
}
#information-information .informationBox p{line-height: 22px!important;}


#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    color: #000 !important;
    margin-bottom: 0;
   font-weight:700;
   text-decoration: underline;
}
.informationBox ol{
    padding-left: 24px;
    margin-bottom: 12px;
}
.informationBox ul{
    padding: 0;
    margin-bottom: 12px;
}
.informationBox ul li {
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.informationBox ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
} 
#information-information .informationBox ul li.Policy {
    padding-left: 16px;
}
#information-information .informationBox.Policy ul li:before {
    top: 10px;
    width: 6px;
    height: 6px;
}
#information-information .informationBox b,
#information-information .informationBox strong{
   font-weight:400;
}
#information-information .informationBox h3{
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 8px;
    color: #000000 !important;
   font-weight:400;
}
#information-information .informationBox h4,
#information-information .informationBox h4 b,
#information-information .informationBox h4 strong{
    font-size: 28px;
    line-height: 38px;
    color: #141413;
    margin-bottom: 30px;
   font-weight:400;
}

div#information-information .informationBox.Privacy h4 {
    font-size: 48px;
    margin-bottom: 18px; 
} 
 
div#information-information .informationBox.Privacy p strong, div#information-information .informationBox.Privacy strong {
    font-family: 'Uber Move', sans-serif !important;
    font-weight: bolder;
} 
#information-information .container-fluid .informationBox.Privacy p ,#information-information .container-fluid .informationBox.Privacy p span{
    font-family: 'Uber Move', sans-serif !important;
}

#information-information .informationBox h3,
#information-information .informationBox h3 b,
#information-information .informationBox h3 strong{
    font-weight: 400;
    font-family: 'Uber Move', sans-serif !important;
}
.informationBox p {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}
.informationBox .infoBoxBtn {
    margin-top: 24px;
    margin-bottom: 0;
}
.informationBox .alert-success {
/*    background-color: #ffffff;*/
    margin-bottom: 24px;
    margin-top: 0;
}
#error-not-found {
    min-height: -webkit-calc(100vh - 209px);
    min-height: -moz-calc(100vh - 209px);
    min-height: -o-calc(100vh - 209px);
    min-height: calc(100vh - 209px);
}
#error-not-found .informationBox {
    text-align: center;
}
#error-not-found .informationBox .infoBoxBtn {
    margin-top: 46px;
    margin-bottom: 0;
}
/* FAQs Area */
#faqArea .panel-heading{
    background-color: #FFFFFF;
    padding: 0;
}
#faqArea #themeAccordion .panel-title a{
    font-size: 18px;
}
#themeAccordion .panel-title a{
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    padding: 20px 32px 19px 0px;
}
#themeAccordion .panel-title a.collapsed:before {
    content: '\002B'!important;
    padding-left: 5px;
    color: #000000;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 25px;
}
#themeAccordion .panel-title a:before{
    content: '\2212';
    padding-left: 5px;
    color: #000000;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 25px;
}

#product-search #themeAccordion .panel-title a.collapsed:before,
#product-search #themeAccordion .panel-title a:before,
#product-category #themeAccordion .panel-title a.collapsed:before,
#product-category #themeAccordion .panel-title a:before{
    top: 13px;
}


/* #themeAccordion .panel-title a.collapsed:before {
    content: '';
    width: 18px;
    height: 1px;
    background: #000000;
    padding-left: 5px;
    color: #000000;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 25px;
}
#themeAccordion .panel-title a.collapsed:after {
    content: '';
    width: 18px;
    height: 1px;
    background: #000000;
    padding-left: 5px;
    color: #000000;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 25px;
    transform: rotate(90deg);
}
#themeAccordion .panel-title a:before {
    content: '';
    width: 16px;
    height: 1px;
    background: #000000;
    padding-left: 5px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 25px;
} */
#themeAccordion .panel-title .collapsed{
    color: #000000 !important;
    border-bottom: 1px solid var(--UBER-GRAY-3, #EAEAEA);
    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: #000000 !important; 
}
#themeAccordion .panel-body{
    padding: 0;
    border: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #B1ADA6;
}
.informationBox #faqArea .panel-body ul {
    margin-bottom: 1rem;
}
#information-information #faqArea .panel-body p,
#information-information #faqArea .panel-body ul li{
    font-size: 16px;
    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;
   font-family: 'Uber Move';
} */

#faqArea #themeAccordion .panel-body {
    padding: 0;
    border: 0;
    padding-bottom:0px;
    border-bottom: 1px solid #B1ADA6;
}

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

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(20, 20, 19, 0.8);
}
.modal {
  padding: 0!important;
}
.customModal .modal-content {
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px rgba(20, 20, 19, 0.2);
    box-shadow: 0px 0px 10px rgba(20, 20, 19, 0.2);
}
.customModal .modal-header {
    padding: 25px;
    border-bottom: 0;
}
.customModal .modalHeaderIcon {
    margin-right: 8px;
}
.customModal .modal-title {
    margin-bottom: 29px;
}
.customModal .modal-title,
.customModal .modal-title h3 {
    font-size: 36px;
    line-height: 42px;
    color: #141413;
   font-weight:400;
}
.customModal .modal-header .close {
    margin-top: 0;
    opacity: 1;
}
.customModal .modal-dialog {
    width: 648px;
    margin-top: 56px;
}
.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 #000;
    background-color: #ffffff;
    color: #000;
    box-shadow: none;
    max-width: 100%;
}
.customModal .modal-footer .modalFooterRight {
    text-align: right;
}
#supportModal .inputBox textarea.form-control {
    min-height: 180px;
    height: 180px;
    max-height: 180px;
    min-width: 100%;
    max-width: 100%;
}
#supportModal #captcha {
  width: 82% !important;
}
#supportModal #captcha .captchaIcon {
  background-image: url(../image/Refresh_icon.svg) !important;
  background-color: #ffffff;
    background-position: center center;
    padding: 14px;
    position: absolute;
    top: 6px;
    right: 12px;
}

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

#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: #000;
    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 - 209px);
    min-height: -moz-calc(100vh - 209px);
    min-height: -o-calc(100vh - 209px);
    min-height: -ms-calc(100vh - 209px);
    min-height: calc(100vh - 209px);
}
.issueTrackerArea .issueTrackerForm{
    padding: 42px 0 78px;
}
.issueTrackerArea .issueTrackerForm{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.issueTrackerArea .control-label {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
}
.issueTrackerArea textarea.form-control {
    min-height: 80px;
    max-height: 250px;
}
.issueTrackerArea .multiSelectBtn .multiselect-selected-text {
    line-height: 18px !important;
}
.issueTrackerArea .textError{
    font-size: 14px;
    line-height: 18px;
    color: #D7373C;
    margin-top: 8px;
}
#browse-div .form-control {
    overflow: hidden;
}
#browse-div label {
    margin: 0;
    font-size: 15.5px;
    font-weight: 400;
    cursor: pointer;
}
#browse-div a.file-browse-inner {
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    padding: 8px 15px;
    background-color: var(--Uber-Black, #000);
    line-height: 24px;
    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 {
    background-color: var(--Uber-Dark-Gray, #333);
}
#browse-div .file-block {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 5px 10px 5px 0;
    color: initial;
    display: inline-flex;
}
#browse-div .file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: transparent;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}
#browse-div .file-delete > span {
    transform: rotate(45deg);
}
#browse-div #filesList .name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    font-size: 15px;
    line-height: 18.4px;
    color: #000000;
    font-weight: 400;
    font-family: 'Uber Move', sans-serif;
}
#browse-div .browseFileNote p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000000;
    display: block;
    margin-top: 5px;
}
.issueTrackerArea #captcha .captchaIcon {
    top: 7px;
}
.issueTrackerArea .issueSubmitBox {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 78px;
}
.issueTrackeBtnBox{
    margin-top: 30px;
}
.issueSubmitBox p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: 'Uber Move', sans-serif;
}
.issueSubmitBox p u {
    text-decoration: none;
}
.issueSubmitBox p b {
    color: #000000;
    font-weight: 700;
}
.issueSubmitBox .issueTrackeBtnBox {
    margin-top: 46px;
}
/*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: 12px;
    line-height: 16px;
    color: #D7373C;
    font-weight: 400;
    margin-top: 5px;
}

.checkoutArea .stickySummary .panel-default.couponCodeBox{
    margin-bottom: 24px;
}
.checkoutArea .themeContainer{
    padding: 0 105px;
}
.checkoutArea .rightColumn {
    padding: 60px 70px 67px 0;
}
.checkoutArea .leftColumn {
    padding: 60px 0 50px 70px;
}
.checkoutArea .panelBox {
    background:#F6F6F6;
    margin-bottom: 20px;
}
.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: 19px;
    line-height: 140%;
    color: #000000;
    font-family: 'Uber Move';
    font-weight: 500;
}
.editBillingBtn,
.editShippingBtn{
    position: absolute;
    right: 0;
    top: 0;
}
.editBillingBtn .fa,
.editShippingBtn .fa {
    font-size: 20px;
    color: #000;
}
.editBillingBtn:hover .fa,
.editBillingBtn:focus .fa,
.editShippingBtn:hover .fa,
.editShippingBtn:focus .fa{
    color: #000;
}
#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: 13px;
    line-height: 140%;
    color: #000000;
    font-weight: 400;
}
.cartErrortext{
    font-size: 14px;
    line-height: 18px;
    color: #D7373C;
    margin-top: 0;
}
.shipping-option .cartErrortext{
    padding: 0 20px 16px;
}
.checkoutArea .panelCommentBox + .panelCommentBox {
    margin-top: 24px;
}
.checkoutArea .control-label{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
#collapse-checkout-confirm .panel.panel-default{border-top: 1px solid #C4C4C4;}
#collapse-checkout-confirm .orderSummaryBox.popUpImgBox{margin-top: 21px;}
.panelCommentBox .panelCommentBoxTitle {
    margin-bottom: 8px;
}
.panelCommentBox h4 {
    font-size: 13px;
    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: 153px;
    max-height: 153px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #757575;
    border-radius: 5px;
    padding: 10px 17px;
}
.checkbox  .termsPopupBtn{
    color: #000;
}
.panelBox .shiping_response_errror {
    padding: 0 20px 11px;
}
.panelBox .panelBoxBody .shiping_response_errror .text-danger {
    color: #D7373C;
    margin-top: 0;
}
.checkoutArea .checkoutBtn {
    margin-top: 45px;
}
.coupa-payment-section{
    width: 100%;
    margin-bottom: 15px;
}
.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: 0px;
    margin-bottom: 30px;
    background: #F8F7F5;
    min-height: 146px;
    padding-bottom: 20px;
}
#payment-btn .payment-form-wrapper button {
    background-color: #000;
    padding: 0 18px !important;
    width: calc(100% - 64px);
    margin-inline: auto;
    border-radius: 30px;
}
#payment-btn .complete-order-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    height: 48px;
    background: #000;
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 21px;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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-weight:400;
    font-style: normal;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    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;
} */
.checkoutArea .table-responsive.custom-scroll{
    overflow-y: auto;
    max-height: calc(100vh - 240px);
}

.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;
    color: #000;
    text-align: right;
    /* font-family: 'Uber Move',sans-serif; */
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-right: 15px;
}
.fn-total .fn-t-row span.cost{
    font-size: 14px;
    color: #000;
    text-align: right;
    /* font-family: 'Uber Move',sans-serif; */
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.fn-total .fn-t-row span.cost#total_cost{
    color: #000;
    text-align: right;
    font-family: 'Uber Move';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#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: #000;
    text-decoration: underline;
}
.orderDetailBox .orderSummaryBox .itemName,
.checkoutArea .orderSummaryText .itemName,
.checkoutArea .orderSummaryText .itemName a{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'Uber Move';
    font-weight: 700;
}
.orderDetailBox .orderSummaryBox .itemNum,
.checkoutArea .orderSummaryText .itemNum{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #757575;
}
.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: 13px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}
.orderSummaryBox .itemPrice{
    color: #000000;
    font-family: 'Uber Move',sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.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: #000;
    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: #000;
    border: 1px solid #000;
    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;
    z-index: 99 !important;
}
.productImg .magnify {
    width: 100%;
    margin: 0;
}
.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); 
}

/* order single checkout */
.orderToggleBox .order-cart-text{
    font-size: 18px;
    line-height: 18.2px;
    color: #000;
    margin: 0;
    font-weight: 700;
    font-family: 'Uber Move Text',sans-serif;
}

/* new css for mbl toggle */
.closebutton{display:none}
.btn-tglFilter{display: none;}
.btn-tglFilter{
    color: #53565A;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18.2px;
    border:1px solid #D9D9D6;
    border-radius:4px;
    padding:11px 15px;
    font-family: 'Uber Move Text',sans-serif;
    background-color: #fff;
    height: 40px;
}
.closebutton{border:none;background:transparent}
.btn.close-search-btn{display: none;}
/* page not found css */
.not-found-info i{
    font-size: 100px;
}
.not-found-info .buttons{
    margin-top: 0 !important;
}
.not-found-info .btn-continue{
    color:#000;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
}
.not-found-info p {
    font-size: 18px;
    line-height: 27px;
    color: #53565A;
    font-weight: 400;
}
.not-found-info p.bold-txt{
    font-size: 20px;
    line-height: 27px;
    color: #53565A;
    font-weight: 700;
    margin-bottom: 5px;
}
#error-not-found .not-found-info{
    min-height: calc(100vh - 450px);
}
.not-found-info img{
    max-width: 100px;
    margin-bottom: 20px;
}
/* page not found css end*/

/* ==== Cart view with Promo code ==== */
.coupon-code-section {
    margin-bottom: 45px;
}
.coupon-code-section label {
    font-size: 14px;
    font-weight: 700;
}
.coupon-code-section .clearable{
    position: relative;
    width: 100%;
    max-width: 310px;
}
.promo-code .close {
    top: -4px;
}
.coupon-code-section .clearable .clearspace{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 48px;
    width: 30px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.coupon-code-section .coupon-code-input-block .searchinput{
    height: 48px;
}
.coupon-code-section .coupon-code-input-block .coupon-btn{
    min-width: 160px;
    height: 48px;
    margin-left: 19px;
}
.coupon-code-section .alert.alertS2{
    color: #FFFFFF !important;
    margin-top: 12px !important;
    display: flex;
    align-items: baseline;
}
.coupon-code-section  .alert.alertS2:before{
    background-color: #000000;
}
.coupon-code-section .alert.alertS2 .close,
.coupon-code-section .alert.alertS2.alert-dismissible .close{
    color: #FFFFFF !important;
}
.coupon-code-section .alert.alertS2 .fa-check-circle, .coupon-code-section .alert.alertS2 .fa-exclamation-circle{
    margin-right: 5px;
}

@media(max-width:1250px){
    .menu-section {margin-left: 0;}
    .qty-section{display: flex;flex-wrap:wrap;justify-content:flex-start;width: 100%;}
    .qty-section-1{width: 25%;padding: 5px;}
    #footerArea .offset-md-1.footerLinksBox{
        margin-left: 0px;
    }
}
@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:1201.5px){
    .alsoLikeArea .itemBoxIcon .itemIconTooltip{
        left: 0;
        right: 10px;
        /* max-width: 100%; */
        margin-left: 0;
        padding: 8px 10px;
        transform: translateY(0);
    }
    .alsoLikeArea .itemBoxIcon .itemIconTooltip:before {
        left: 8px;
        transform: translateX(0%);
    }
    .alsoLikeArea .itemBoxIcon .itemIconTooltip:after {
        left: 7px;
        transform: translateX(0%);
    }
}
@media (max-width: 1200px) {
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #product-product .themeContainer,
    #error-not-found .themeContainer,
    .accountInfoArea .themeContainer,
    .orderInfoArea .themeContainer
    {
        padding: 0 25px;
    }
    .tabs-section .slick-next.slick-arrow{
        right: -3%;
    }
    .tabs-section .slick-prev.slick-arrow {
        left: -3.2%;
    }
    #product-category .themeContainer {padding:0 35px}
    /* #menu .nav li {
        margin-left: 20px;
    } */

    .shopCatBtnBox .themeBtn {
        font-size: 16px;
        line-height: 24px;
    }
    
    .headerBoxTwo .navbar-nav>li>a {
        font-size: 14px;
    }
    .headerBoxTwo .navbar-nav>li {
        margin-left: 15px;
    }
    .searchBox .searchInput {
        margin-left: 15px;
    }
    .searchBox .form-control {
        min-width: 180px;
    }
    
    .homeGridOverlay .gridOverlayText h3 {
        font-size: 14px;
        line-height: 18px;
    }
    
    #pageTitle {
        padding: 13px 40px;
    }
    
    .productImageBox {
        padding-right: 0;
    }
    .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%;
    }
    
    #product-product {
        padding-top: 40px;
    }
    #product-product .contentTop {
        padding-bottom: 56px;
    }
    .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;
    }
    .multiShippAdd .addressFieldsBox {
        margin-right: -40px;
    }
    #checkout-checkout form.ship_add_form {
        margin-right: 0;
        margin-left: 0;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -14px;
        margin-left: -14px;
    }
    #checkout-checkout .panel-body .form-group{
        width: 100%;
        float: left;
        padding: 0;
    }
    #checkout-checkout .panel-body .form-group.shipZone,
    #checkout-checkout .panel-body .form-group.shipPostCode{
        width: 50%;
    }
    #checkout-checkout .panel-body .form-group.shipZone{
        padding-right: 9px;
    }
    #checkout-checkout .panel-body .form-group.shipPostCode{
        padding-left: 9px;
    }
    #checkout-checkout .ship_add_form .checkoutBtn {
        padding: 0;
    }
    
    .couponAppliedText p {
        font-size: 14px;
        line-height: 20px;
    }
    .couponAppliedBtn .themeBtn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
        height: 50px;
    }
    
    #information-information .informationBox {
        max-width: 100%;
    }
    .informationBox, 
    .informationBox.Privacy {
        padding: 56px 0;
    }
    
    #filterOrder {
        padding-right: 0;
    }
    #my-order {
        padding-left: 0;
    }
    #my-order .table>tbody>tr>td, 
    #my-order .table>tbody>tr>th, 
    #my-order .table>tfoot>tr>td, 
    #my-order .table>tfoot>tr>th, 
    #my-order .table>thead>tr>td, 
    #my-order .table>thead>tr>th{
        padding: 20px 10px;
    }
    #my-order .table>tbody>tr>td:nth-child(1), 
    #my-order .table>tbody>tr>th:nth-child(1) {
        padding-left: 20px;
    }
    #my-order .table>tbody>tr>td:nth-last-child(1), 
    #my-order .table>tbody>tr>th:nth-last-child(1) {
        padding-right: 20px;
    }
    .order-details--table a.order-details--link {
        min-width: 40px;
    }
    
}

/* Portrait and Landscape */
/* responsive */
@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 {
        display: inline-block;
    }
}
@media(max-width: 1024.5px){
.headerCartBox ul li .searchInputBox {
    right: 0;
    top: 1px;
    left: 0;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
table.table.tracking-table.draft-tbl tbody tr td,
.table.total-table.draft-tbl table tbody tr td:nth-child(1) {
    padding-left: 44px !important;
}
}
@media(max-width: 1024px){
    #menu .nav li,
    .headerBoxTwo .navbar-nav>li{
        margin-left: 0px;
    }
    .searchBox #search.collapse {
        display: none;
    }
    .searchBox #search.collapse.in {
        display: block;
    }
    .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;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .btn.close-search-btn{
        display: block;
    }
    .searchInputBox #searchField{
        width: 100% !important;
        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%;
    }
    input[type="search"]::-webkit-search-cancel-button {
        display: none!important;
      }
    .searchBox #search .userBtn{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: #cacaca;
        border:1px solid #B3B5BA;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .searchBox #search .close-search-btn{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 7%;
        top: 22%;
        line-height: 38px;
        display: flex;
        align-items: center;
    }
    .searchBox .searchInputBox #searchField{
        padding-right: 75px;
    }
    .homeGridLeft .homeItemPrice {
        margin-top: 20px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 10px;
    }
    .overlayOne {
        padding: 31px;
    }
    .overlayTwo .overlayInner {
        padding: 12px 18px 17px;
        min-height: 225px;
    }
    .customBestSellerFlex {
        padding: 44px 0 28px;
        justify-content: flex-start;
    }
    .customBestSellerFlex .customSpace {
        padding-left: 0;
        padding-right: 20px;
    }
    .homeItemTop h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }
    
    .homeGridLeft .gridDescription p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
    }
    .homeGridRight .gridDescription p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .homeItemPrice p {
        font-size: 17px;
        line-height: 22px;
    }
    .overlayOne {
        position: absolute;
        top: 0;
        left: 0;
    }
    .homeGridRight .homeItemTop h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 5px;
    }
    .homeGridRight .homeItemPrice p {
        font-size: 12px;
        line-height: 16px;
    }
    .homeGridRight .themeRow,
    .sliderbox .themeRow{
        margin-right: -10px;
        margin-left: -10px;
    }
    .homeGridRight .themeRow .themeCol,
    .sliderbox .themeRow .themeCol {
        padding-right: 10px;
        padding-left: 10px;
    }

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

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

    .popUpImg .popupNote.popupNoteCell {
        display: block;
    }
    .popUpImg .popupNote.popupNoteDesk {
        display: none;
    }
    
    #checkout-checkout form.ship_add_form {
        margin-right: 0;
        margin-left: 0;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    .custom-radio-btn .radio-btn{
        padding-left: 30px !important;
    }
    .arrivalDate {
        padding-left: 30px;
    }
    .multiShippAdd .addressSearch{
        margin-bottom: 24px;
    }
    .addNewLocation {
        padding-bottom: 24px;
    }
    .continueBtnBox {
        margin-top: 24px;
    }
    .orderDetailBox {
        background: #FFFFFF;
        border-radius: 0;
        padding: 24px 16px;
    }
    
    .textOutOfStock{
        font-size:18px;
        line-height:22px;
        color: #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;
    }
    /* .tabs-section .slick-prev.slick-arrow{
        left: 0px;
      }
      .tabs-section .slick-next.slick-arrow {
        right: 0px;
      } */
    }


@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){
    /* home page */
    .homePageCategory .favourites-section .col-md-4.favourites-block {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .stickyBox.productImageBox {
        width: calc(50% - 30px);
    }
    .checkoutCartBtn .cartBtnShip .btn {
        margin-left: 10px;
    }
    .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;
    }
    .backInStockForm .form-control {
        min-width: auto;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }

    .errorAlertBox .errorAlertInner {
        padding: 7px 16px;
        text-align: left;
    }
    .errorAlertBox p {
        text-align: left;
    }
    
    .cart-table tbody tr td .cartItemInfo {
        min-width: 150px;
    }
    
    .checkoutArea .checkoutGreyBg:after {
        left: 50%;
    }
    /* .checkoutArea .checkoutAddBtn, 
    .checkoutArea .checkoutBtn.checkout-btn-section {
        -webkit-box-direction:column-reverse;
        -webkit-flex-direction:column-reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
    } */
    .checkoutArea .checkoutAddBtn .savebtn-mybuy,
    .checkoutArea .checkoutAddBtn .complete-order-btn-save{
        /* width: 100%; */
        display: block;
    }
    #payment-btn .complete-order-btn {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }
    
    .checkoutArea .checkoutBtn .return-cart-btn{
        width: 100%;
        display: block;
        margin-top: 24px;
    }
    .coupa-payment-section{
        display: block;
    }
    .checkoutBtn.checkout-btn-section.coupa-payment-section #coupa-payment-btn{
        margin-top: 0;
    }
    .checkoutArea .checkoutBtn .checkout-btn,
    .checkoutArea .checkoutBtn .checkout-btn .themeBtn{
        width: 100%;
        display: block;
        margin-top: 16px;
    }
    .checkoutArea .checkoutBtn {
        margin-top: 0;
        /* flex-direction: column-reverse; */
    }
    #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: 0px;
        padding-bottom: 24px;
    }
    .multiShippAdd .addressFieldsBox {
        margin-right: 0;
    }
    .addressFieldsBox .scrollbar,
    .addressFieldsBox .clickNote{
        min-height: 24px
    }
    
    .customModal .modalBoxInner.confirmOrderBox {
        padding: 19px 0 9px;
    }
    .mfp-content img.mfp-img {
        padding: 40px 0;
    }
    .mfp-gallery .mfp-image-holder .mfp-close {
        right: 16px !important;
        top: 16px !important;
    }
    .mfp-container .mfp-arrow{
        width: 40px !important;
        height: 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: #000;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .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: #F6F6F6;
        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;
    }
    #footerArea .footerTopArea {
        padding: 32.5px 0 44.5px;
    }
    .footerInfo {
        margin-bottom: 52px;
    }
    /* #footerArea .footerCopyright {
        display: block;
    } */
    #footerArea .copyrightText {
        text-align: left;
        /* margin-top: 24px; */
    }
    .footer-link-box.col-md-8,.footer-info.col-md-4{max-width: 100%;flex:0 0 100%}
    .footerLogoBox {
        padding-bottom: 26px;
    }
    /* single checkout page */
    .right-panel {
        padding: 0px 20px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .left-panel {
        padding: 0px 20px 0px 20px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stickySummary {
        height: 100%;
    }
    .orderToggleBox .order-detail-toggle {
        background: #ffffff;
        width: 100%;
        display: block;
        padding: 15px 0;
        text-align: left;
        border: 0;
        width: 100%;
        margin-bottom: 0px;
        border-radius: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .orderSummaryBox .itemPrice {
        font-size: 17px;
     }
    .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 .order-cart-text{
        font-size: 13px;
        line-height: 18.2px;
        color: #000;
        margin: 0;
        font-weight: 700;
        font-family: 'Uber Move Text',sans-serif;
    } */
    .orderToggleBox .orderToggleIcon img{
        margin-left: 8px;
        transition: 0.3s ease-out;
        transform: rotate(0deg);
        width: 12px;
        height: 12px;
        top: 0;
        margin-top: -3px;
    }
    .orderToggleBox .orderToggleRight p {
        text-align: right;
        color: #000000;
       font-family: 'Uber Move',sans-serif;
       font-size: 19px;
       font-style: normal;
       font-weight: 500;
       line-height: 26.6px
    }
    .checkoutArea .stickySummary .panel-default{
        margin-bottom: 24px;
        padding: 0;
    }
    .showOrderDetails{
        display: none;
    }
    .showOrderDetails {
        padding-top: 0 !important;
    }
    .checkoutArea .table-responsive {
        margin-bottom: 0;
    }
    .fn-total {
        float: initial;
    }
    .checkoutArea .leftColumn {
        padding: 56px 0 0 0;
    }
    .checkoutArea .rightColumn {
        padding: 24px 0 56px 0;
    }
    .orderToggleBox .activeToggle .orderToggleIcon img {
        transition: 0.3s ease-out;
        transform: rotateX(180deg);
    }
     table.table.tracking-table.draft-tbl tbody tr td,
    .table.total-table.draft-tbl table tbody tr td:nth-child(1) {
        padding-left: 24px !important;
    }
    table.table.order-details--table.details-tbl tbody tr td:not(:first-child):not(:last-child) {
        padding-left: 51px !important;
    }
    
}
/* 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) {
    .tabs-section .nav-tabs .nav-item.active .nav-link,.tabs-section .nav-tabs .nav-item .nav-link  {
        font-size: 19px;
        line-height: 26px;
        color: #141413;
}
    .tabs-section {
        margin: 35px 0 0px 0;
    }
    .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;
    }
    #supportModal.customModal .modal-body {
      padding: 0 0px!important;
    }
    #supportModal .text-danger p {
        font-size: 11px;
    }
}

@media (max-width:767.5px){
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #product-product .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #error-not-found .themeContainer,
    .accountInfoArea .themeContainer,
    .orderInfoArea .themeContainer {
        padding: 0 5px;
    }
    .tabs-section .slick-next.slick-arrow, .tabs-section .slick-prev.slick-arrow, .tabs-section .slick-next:focus, .tabs-section .slick-next:hover, .tabs-section .slick-prev:focus, .tabs-section .slick-prev:hover{display: none!important;}
    .headerCartBox ul li .userButton .dropdown-menu.show {
        margin-top: -9px;
    }
    /* home */
    .navbar-collapse.navbarCollapse.collapse.show .headerMenuBox, .navbar-collapse.navbarCollapse.collapse {
        max-height: 340px;
    }
    .homePageCategory .favourites-section .col-md-4.favourites-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.favourites-section .themeContainer,.favourites-section .themeContainer .container-fluid{
    padding: 0!important;
}

    /* .favourites-list-text a {
        min-height: 240px;
    } */
    .tabs-section .nav-tabs li {
        margin: 0 0 0px 0;
     }
     /* end */
    .reloadPageBox .alert-danger {
        padding: 12px 100px 12px 20px;
    }
    .reloadPageBox .reloadPageText p {
        font-size: 15px;
        line-height: 22px;
    }

    .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;
    }
    
    .captchaRow{
        margin-right: 0;
        padding-right: 30px;
    }
    #captcha .captchaIcon{
        right: 0;
    }
    
    .headerParentBox.flexCenter{
        display: block;
    }
    #headerArea .headerInnerBox,
    #headerArea.signUpHeader .headerInnerBox{
        min-height: 60px;
    }
    #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: 0px;
        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: 13px 24px;
    }

    .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: 0px;
    }
    .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-category .categoryPageArea,
    #product-product,
    #product-search .productSearchArea{
        padding-top: 24px;
    }
    #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-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0px;
    }
    .productDetailsBox .list-unstyled {
        margin: 0;
    }
    .product-thumb {
        margin-bottom: 73px;
    }
    .product-thumb h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .product-thumb .price {
        font-size: 16px;
        line-height: 22px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 100%;
    }
    .productDetailsBox {
        padding-left: 0;
    }
    .productImageBox {
        padding-right: 0;
        top: 0 !important;
    }
    .thumbnails {
        margin-bottom: 24px;
    }
    .thumbImgBox {
        padding-top: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mfp-figure figure {
        width: 100%;
        left: 0;
        transform: translateX(0%);
        max-width: 100%;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-right {
        right: 16px;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-left {
        left: 16px;
    }
    .stickyBox.productImageBox {
        width: 100% !important;
        top: 0 !important;
        position: relative !important;
    }
    .productDetailsBox .itemDetails {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    #product .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
    }
    .productDetailsBox h1 {
        margin-bottom: 4px;
        font-size: 33px;
        line-height: 46.2px
    }
    .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;
    }
    .productDetailsBox .prodDetailList .moqBox,
    .productDetailsBox .prodDetailList .leadTimeBox,
    .productDetailsBox .prodDetailList .availableBox{
        min-height: 77px;
    }
    #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: #000;
    }
    .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 .cartHeaderArea {
        margin-bottom: 24px;
    }
    .checkoutArea .cartHeaderArea.flexBetween {
        display: block;
    }
    .checkoutArea .cartHeaderBtn{
        margin-top: 24px;
    }
    .checkoutArea .cartHeaderBtn .themeBtn {
        width: 100%;
    }
    .checkoutArea .confirm-prod-table{
        display: block;
        margin-bottom: 0;
    }
    .panelCommentBox textarea {
        min-height: 50px;
        max-height: 50px;
    }
    /* .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;
    } */
    #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%;
    }

    #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;
        display: none;
    }
    #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;}
     .thumbnails{padding-right: 0;}
     .moq-section li{padding: 10px;}
    #checkout-cart .table-responsive{border: none;margin-bottom: 0;}
    .cart-row{
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-table tbody tr.cart-row td.tdPrice{
        text-align: left;
        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;}
    #checkout-cart .unit-price
{
display : flex;
align-items: center;
min-height: calc(100% - 40px); }
#checkout-cart .total-text {
    display: flex;
    align-items: center;
    justify-content: right;
    min-height: calc(100% - 40px);
}


    .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 {
      flex-wrap: wrap;
      /* flex-direction: column-reverse; */
    }
    .checkoutCartBtn .cartBtnContinue .btnWhiteBg{
        margin-bottom: 16px;
    }

    .checkoutCartBtn .continue-btn.cartBtnContinue,.checkoutCartBtn .add-btn-section.cartBtnShip{
        width: 100%;
    }
    
    .checkoutCartBtn {
        padding-top: 24px;
    }
    .cartItemBot {
        margin-top: 20px;
    }
    .checkoutCartBtn .cartBtnContinue .btnWhiteBg{
        width: 100%;
    }
    .checkoutCartBtn .cartBtnShip .btn {
        margin-left: 0;
        margin-bottom: 16px;
        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;
    }
    .giftSuccessBox.giftBox {
        padding: 24px 16px;
        margin-top: 0;
    }
    
    .showOrderDetails .orderSubTiltle,
    #checkout-checkout .orderSummaryTitle{
        display: none;
    }
    #checkout-checkout .themeContainer {
        padding: 0 0px;
    }
    #checkout-checkout .panel-default{
        border-radius: 0;
    }
    .panel-group .panel.couponCodeBox {
        margin-top: 0;
    }

    .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: #000;
    }
    .activeToggle .orderToggleIcon .fa-plus{
        display: none;
    }
    .orderToggleIcon .fa-minus{
        display: none;
    }
    .activeToggle .orderToggleIcon .fa-minus{
        display: block;
    }
    .orderToggleIcon .fa{
        color: #000;
        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;
    }

    #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: 10px 0;font-size: 22px!important;}
    #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{
        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;
    }
    .address-detail,
    .qty-detail{
        width: 100%;
        padding: 10px;
    }
    #mainCart .table tfoot #total-shipping td {
        padding: 20px 10px;
    }
    .stickyCartBtnBox {
        left: 200px;
    }
    #mainCart .table tfoot #grand-total td{
        padding: 20px 10px;
    }
    .main-total ul li {
        font-size: 12px;
        line-height: 14px;
    }
    
    .orderStatusDetail .themeContainer {
        padding: 0;
    }
    .orderStatusDetail .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .successPageArea .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .orderStatusDetail .themeRow .themeCol,
    .successPageArea .themeRow .themeCol{
        padding-right: 0;
        padding-left: 0;
    }
    .successPage {
        margin-bottom: 36px;
    }
    .successPageBox h1 {
        font-size: 36px;
        line-height: 36px;
    }
    
    #orderStatusArea{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .customModal .modal-header {
        padding: 24px 18px 12px;
        border-bottom: 0;
    }
    .customModal .modal-title {
        margin-bottom: 24px;
    }
    .customModal .modal-header .close {
        right: 16px;
    }
    .customModal .modal-body {
        position: relative;
        padding: 0 16px;
    }
    .customModal .modal-footer {
        padding: 24px 16px 30px;
    }
    .customModal .modal-footer .themeBtn {
        max-width: 100%;
        width: 100%;
    }
    .modal-footer .submitBtn.flexCenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction:row;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
    }
    .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%;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    #orderStatusArea #content{
        min-height: calc(100vh - 382px);
    }
    #information-information{
        min-height: calc(100vh - 195px) !important;
    }
    
    #orderStatusArea{
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }

    #error-not-found .themeContainer,
    #common-maintenance .themeContainer{
        padding: 0 16px;
    }
    #error-not-found,
    #common-maintenance{
        padding: 36px 0 78px;
    }
    
    .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;
    }
    
    #footerArea .projectStartArea {
        padding: 28px 0;
    }
    .projectStartBox.flexCenter {
        display: block;
    }
    .projectStartArea .projectStartText {
        margin-right: 0;
    }
    .projectStartArea .projectStartText p {
        font-size: 24px;
        line-height: 30px;
    }
    .projectStartArea  .projectStartBtn{
       margin-top: 9px; 
    }
    .footerInfo {
        margin-bottom: 0;
    }
    .footerLinks {
        margin-top: 47px;
    }
    .footerMenu ul {
        text-align: left;
    }
    .footerMenu ul li,
    .footerCopyMenu ul li{
        /* display: block; */
        /* margin-bottom: 16px; */
        padding-right: 0;
        margin-right:15px;
    }
    #footerArea .footerCopyright.flexCenter {
        display: block;
        padding: 40px 0 51px;
    }
    .footerCopyMenu ul {
        text-align: left;
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 16px;
    }
    #footerArea .copyrightText p{text-align: left;}
    .addNewLocation {
     margin-top:24px
    }
    #mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1) {
        position: -webkit-unset;
        position: unset;
        left: 0px;
        z-index: 10;
    }
 #mainCart .table-bordered tbody tr td .size-modal-popup{
        z-index: 9999 !important
    }
    .multiCartArea .btnWhiteBg, .multiCartArea .btn.btnWhiteBg {
        padding: 14px 15px;
        margin-right: 33px;
    }
    #mainCart .scroll-table {
        max-width: 100%!important;
        width: 100%;
        margin: auto;
    }
    .cart-table.multiCartArea #mainCart{
        padding: 0 5px;
    }

    #mainCart .table-bordered tbody tr td .size-modal-popup {
        left: 0!important;
        top: 5%!important;
        /* transform:initial !important; */
        /* transform: translateX(0)!important; */
        transform: translate(0%, 0%)!important;
        width: 390px !important;
        position: fixed!important;
        right: 0 !important;
        margin: 0 auto!important;
        max-width: 350px;
    }

    .modal-open .multiCartArea .scroll-table{
        padding-bottom: 0px;
    }

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

    .modal-open #mainCart .scroll-table{
        overflow: visible !important;
    }
    #mainCart .edit-info-form:before{display: none;}
   
    
    .size-modal-popup .modal-content:after,.size-modal-popup .modal-content:before{display: none!important;}


    .scroll-button .scroll-btn {
        display: none;
    }
    .addNewLocation .btnWhiteBg, .addNewLocation .btn.btnWhiteBg, .multiShippAdd #save-continue{width: 100%;max-width: 100%;min-width: 100%;}
    .multiShippAdd .addressFieldsBox {
        margin-right: 0;
        margin-left: 0;
    }
    
    .issueTrackerArea{
        min-height: -webkit-calc(100vh - 195px);
        min-height: -moz-calc(100vh - 195px);
        min-height: -o-calc(100vh - 195px);
        min-height: -ms-calc(100vh - 195px);
        min-height: calc(100vh - 195px);
    }
    .issueTrackerArea .issueTrackerForm,
    .issueTrackerArea .issueSubmitBox{
        padding: 20px 0 24px;
    }
}
@media(max-width:635.5px){
    .searchBox #search .close-search-btn{
        right: 8%;
        top: 18%;
    }
}
@media (max-width:576.5px){
.themeRow .themeCol, .product-layout {
    padding-right: 9px;
    padding-left: 9px;
}
#product-category .categoryPageArea .themeContainer, #product-search .themeContainer, .readMoreArea .themeContainer {
    padding: 0px;
}
.itemGridTwo .itemGridTitle h3 {
    font-size: 14px;
    font-weight: 500;
}
.itemGridTwo .itemGridTitle p.price{
    font-size: 16px;
}
.productDataRow .itemGridTwo {
    margin-bottom: 24px;
}
#footerArea .footerCopyright.flexCenter {
    padding: 26px 0 34px;
}
#footerArea .copyrightText {
    margin-top: 0;
}
#footerArea .footerTopArea {
    padding: 34px 0 35px;
}
.footerMenu ul li,
    .footerCopyMenu ul li{
        /* display: block; */
        margin-bottom: 16px;
    }
    .footerLinks {
        margin-top: 24px;
    }
    .footerInfo {
        margin-bottom: 11px;
    }
    .informationBox, .informationBox.Privacy{
        padding: 36px 0;
    }

}
@media (max-width:575.5px){
    #product-category .categoryPageArea #filterColumn .panel.panel-default{
        position: relative;
    }
    /* #product-category .categoryPageArea #filterColumn .panel.panel-default .filterClearBtn{
        position: absolute;
        right: 0;
        top: -3%;
    } */
    .addToCart .form-group{
        display: block;
    }
    .addToCart.addCartQty .form-group{
        display: flex;
    }
    .cart-btn-section .themeBtn, .cart-btn-section .btn.themeBtn{
        min-width: unset;
        width: 100%;
    }
    .multiShippAdd #address-fields .input-block .col-md-4.col-sm-4.col-12.themeCol{margin-bottom: 10px;}

    
}
@media (max-width: 576.5px){
    #menu .nav li a {
       font-size: 16px;
       line-height:150%;
   }
   #menu .nav li.dropdownlist a.menu-list{
       pointer-events: none;
   }
   #menu .nav > li > a.menu-list > img{
       display:block;
       width:15px;
       height:15px;
       top:18px;
       right:0
   }
   .navbar-collapse.navbarCollapse.collapse.show .dropdownlist-menu{display:none}
   .navbar-collapse.navbarCollapse.collapse.show .dropdownlist.current .dropdownlist-menu{display:block;margin-bottom: 29px;}
   .navbar-collapse.navbarCollapse.collapse.show .headerMenuBox, .navbar-collapse.navbarCollapse.collapse {
       min-height: 193px;
       overflow-x:hidden;
       z-index: 99999;

   }
   .dropdownlist {
       margin-right: 0px;
   }
   .navbar-collapse.navbarCollapse.collapse{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
   }
   #pageTitle .pageTitleBox h1 {
    font-weight: 400;
 }
   #menu .nav li a {
       padding: 16px 0px;
   }
   .navbar {
       padding: 0 20px;
   }
   .headerMenuBox .container{
       padding:0;
       max-width: 576px;
   }
   #menu .nav li.dropdownlist a.menu-list::after {
       display:none
   }
   
   #menu .nav li.dropdownlist::after{
       width: 100%;
       margin-left: -20px;
       width: calc(100% + 60px);
       height: 1px;
       display: block;
       background: #EAEAEA;
       content: '';
       margin-top: 0px;
       position:absolute;
   
   }
   .nav.navbar-nav {
       padding: 0px 0 0px;
   }
   .dropdownlist.current img{
       transform: rotate(180deg);
       transform-origin: 50% 62%;
   }
   .navbar-collapse.navbarCollapse.collapse.show #menu{
       display: block!important;
       width: 100%;
   }
   #menu .nav li.dropdownlist.dropdownlist {
    max-width: 100%;
}
 .nav.navbar-nav {
    min-height: unset;
}
.navbar-collapse.navbarCollapse.collapsing .dropdownlist-menu {
    display: none;
}
.navbar-collapse.navbarCollapse.collapse.show{min-height: 193px;}

.navbar-collapse.navbarCollapse.collapse.show .nav.navbar-nav, .navbar-collapse.navbarCollapse.collapsing .nav.navbar-nav{
    display: block!important;
}


   
   }

@media (max-width: 574px){
    /* home page */
    .tabs-section .slider-box {
        max-width: 100%;
    }
    .nav.navbar-nav {
        padding: 10px 0 19px;
    }
    #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);
    }
    #menu .nav li.dropdownlist.dropdownlist{width: 100%;max-width: 100%;}
    .headerBox #logo img{max-width:69.168px}
    .navbar-toggle {
     margin-right: 0px!important;
    }
    .hamburger .line {
        width: 22px;
        margin: 6px auto;
    }
    #product-category .themeContainer {
        padding: 0 5px;
    }
    .tabs-section .nav-tabs li {
        margin: 0 0 0px 0;
        max-width: 123px;
    }
    .tabs-section .nav-tabs .nav-link {
        font-size: 16px;
    }
    /* end */
    .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%;
    }
    .filterClearBtn {
        margin-bottom: 16px;
    }

    .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;
    }
    .dashboardModal.modal .modal-dialog {
        margin: 0 auto;
        padding:0 10px;
    }
    .productContent .designImgDiv label,
    .productContent .designImgDiv label img {
        width: 100%;
    }
    #product .addToCartBox .itemQtyBox {
        margin-right: 12px;
    }
    #product .addToCartBtn #button_mc {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        white-space: break-spaces;
        height: auto;
        min-height: 48px;
    }
    
    .soldOutBtnBox .btn{
        width: 100%;
    }
    .soldOutBtnBox .btn+.btn{
        margin-top: 24px;
        margin-left: 0;
    }
    #backInStockModal .modal-header {
        padding: 20px 20px 0;
    }
    #backInStockModal .modal-header .close {
        right: 20px;
    }
    #backInStockModal .modal-body{
        padding: 0 20px 20px;
    }
    .backInStockList .table-responsive table thead tr th:nth-child(1),
    .backInStockList .table-responsive table thead tr th:nth-child(2),
    .backInStockList .table-responsive table thead tr th:nth-last-child(1) {
        min-width: 80px;
    }
    .backInStockForm .themeBtn {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
    
    .pageNotFoundTitle {
        margin-bottom: 36px;
    }
    .pageNotFoundTitle h1 {
        font-size: 120px;
        line-height: 90px;
    }
    .pageNotFoundTitle h2 {
        font-size: 34px;
    }
    .pageNotFoundBox p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .address-detail .edit-icon {
        display: block;
    }
    .location-modal .modal-dialog, 
    .size-modal-popup .modal-dialog {
        width: auto;
        margin: 10px;
    }
    .location-modal.modal,
    .location-modal .modal-dialog .modal-content{
        margin-left: 0;
    }
    .location-modal{
        width: auto;
        height: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        transform: translateY(0);
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .edit-info-form:before, 
    .edit-remove-confirm:before{
        display: none;
    }
    .remove-section .remove-confirm-btn.themeBtn,
    .remove-section .cancel-confirm-text.btnWhiteBg{
        display: block;
    }
    .remove-product-text .remove-confirm-btn-item.themeBtn,
    .remove-product-text .cancel-confirm-text.btnWhiteBg{
        min-width: 115px;
        padding: 5px 10px;
    }
    .prod-img .remove-icon{
        z-index: 9;
    }
    
    .sidebar-mobile--menu{
        display: block;
    }
    /* .sidebar {
        display: none;
    } */
    .prodSizeChart .sizeChartContent .sizeChartBox {
        padding: 0 5px 10px;
    }
    .prodSizeChart .sizeChartFooter {
        padding: 17px 20px 20px;
    }
    .prodSizeChart p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 700;
        text-decoration: none;
    }
    .prodSizeChart .sizeChartHeader {
        padding: 12px 20px;
    }
    .text-size-chart{
        color:#000;
        text-align: right;
        font-family: 'Uber Move Text';
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
    }
    .alsoLikeArea .slick-track{
        margin-left: 25% !important;
    }
    .remove-confirm-btn-item.themeBtn{
        width: 100%;
    }
}
@media(max-width:500px){
    .tabs-section .slick-prev.slick-arrow{
      left: -80px;
    }
    .tabs-section .slick-next.slick-arrow {
      right: -80px;
    }
    
   
  }
@media(max-width:498.5px){
        .searchBox #search .close-search-btn{
            right: 15%;
            top: 18%;
        }
    
}


@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){
    .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;
    }
    .thumbnails .productImg {
        text-align: center;
        border: 0;
    }
    .themeContainer, #product-category .categoryPageArea .themeContainer, #product-search .themeContainer, .readMoreArea .themeContainer, #product-product .themeContainer, #checkout-cart .themeContainer, #common-success .themeContainer, #error-not-found .themeContainer, .accountInfoArea .themeContainer, .orderInfoArea .themeContainer {
        padding: 0 0px;
    }
    #product-product .product-left-section{
        padding: 0;
    }
    #productDetails .productImgThum{margin:0 10px}
    #productDetails .productImg a {
        max-width: 375px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .footerCopyMenu ul li a {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
    }
    #footerArea .copyrightText p {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px; 
    }
    .footerLogoBox {
        padding-bottom: 45px;
    }
    .footerInfo h4 {
        margin-bottom: 24px;
     
    }

    .alsoLikeArea .themeRow .themeCol, .product-layout {
        padding-right: 10px;
        padding-left: 10px;
    }
    .cart-table tbody tr.sub-row {
        margin-left: -30px;
        margin-right: -30px;
        display: flex;
        width: calc(100% + 60px);
        padding: 0 20px;
    }
    .orderToggleBox .order-cart-text {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 18.2px */








    }
   

}
@media (max-width:375px){
    .checkBox input:checked + label span:after,
    .checkBox input:checked + span:after,
    .checkBox label span:before {
        top: 3px;
    }
    .paginationBox .paginationText p{
        font-size: 12px;
    }
    .paginationText .pagination>li>a, 
    .paginationNum .pagination>li>span {
        font-size: 12px;
        padding: 6px 5px;
    }
    
}
@media(max-width:398px){
        .searchBox #search .close-search-btn{
            right: 18%;
            top: 18%;
        }
}



@media (max-width:350px){
    .checkBox label .approveCheckText p {
        font-size: 14px;
    }
    .reloadPageBox .reloadPageText {
         text-align: left;
     }
     .checkoutArea .panel-body .form-group{
         min-width: 100% !important;
     }
    
}

/*add css for new figma design by anurag*/
.custom_learnMore{
    /*color:#333131;*/
    color:#ffffff;
}
.custom_flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}
.desktop{
    display:block;
}
.mobile{
        display:none;
    }
.customMbText{
    padding:10px;
}
.customProductName{
    display:flex;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    padding-top:12px;
          /*width: 60%;*/
              width: 70%;
}
.ProductName{
    color:#333333;
    font-weight:600;
}
.ProductListIcon{
    width:30px;
    height:30px;
    background: #000;
    color:#ffffff;
    border-radius:4px;
    text-align:center;
    box-shadow: 0px 1px 5px 1px #b2b0b0;
}
.ProductListIcon a i{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    line-height: 30px;
}
.ProductListIcon i {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}
.custom_learnMore a:hover{
    color:#cdcccc;
}
.customProductNameGrid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    padding-top: 12px;
    width: 100%;
}
@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: #333333;
        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%;
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  color: #f1f1f1;
  transition: .5s ease;
  /*opacity:0;*/
  color: white;
  font-size: 20px;
  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;
        right: 15px;
     background: rgba(51, 51, 51, 0.65); 
    width: 50%;
    height:100%;
    transition: .5s ease;
    color:#ffffff;
    font-size: 20px;
       top: 0px;
    padding: 40px 30px;
}
.customGridFlex{
  display:flex;
}

.customGridFlexadd{
    justify-content: space-between;
}
.overlay .PersonalisedBottomBtn {
  margin-top:340px;
}
.overlay .PersonalisedBottomBtn a{
     background: #000;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .PersonalisedBottomBtn {
  margin-top:80px;
}
.overlay-one .PersonalisedBottomBtn a{
     background: #000;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    color:#ffffff;
}
.overlay-custom{
    position: 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: 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: #000;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one {
        padding: 15px 15px;
        width: 45%;
    }
    .overlay-one .PersonalisedBottomBtn {
          margin-top:55px;
          font-size:16px;
    }
    .overlay-one .PersonalisedBottomBtn a{
         background: #000;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color:#ffffff;

    }
    .overlay-one .customMarginTop{
        margin-top:15px;
        color:#ffffff;
    }
    .textOutOfStock{
          font-size:14px;
          line-height:16px;
          font-weight: 700;
          color: #000000; 
      }
      .reloadPageBox .reloadPageText {
         text-align: left;
     }
     .multiShippAdd .addressFieldsBox {
        margin-left: 0;
    }
    #captcha #code {
        padding: 5px 5px;
    }
}
/* 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;
} 
.a-center{ 
    align-items: center;
}
div#pageTitle.information_pageTittle { 
    display: none;
}
div#information-information .informationBox.Terms.\&.conditions p {
    font-size: 14px;
    line-height: 28px;
    color: #000000; 
    font-weight: 400;
   font-family: 'Uber Move';
}
/*contact us new css*/ 
.informationBox.Contact.Us {
    padding: 4% 4%;
    max-width: 693px;
}

.informationBox.Contact.Us h1{
    font-size: 40px;
    margin-bottom: 18px;
    font-family: 'Uber Move', sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
}

#information-information .informationBox p { 
    margin-bottom: 1rem;
    font-size: 14px;
    color: #212529;
    font-family: 'Uber Move', sans-serif !important;
    font-weight: 700;
}

#information-information .informationBox p a strong {
    color: #686868!important;
    font-family: 'Uber Move', sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    font-weight: 700;
}

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

.cart-section h3{
    margin-bottom: 20px;
}
.mt-20{margin-top: 20px;}

/*** Changes 28-02-2023 ***/

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*Navbar.less*/
@media (min-width: 768px){
/* .navbar-toggle {
    display: none;
  } */
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    flex-basis: auto;
  } 
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
   }
   .navbar-nav>li {
    float: left;
  }
}
.navbar-nav {
    /* margin: 7.5px -15px; */
    display: inline-block !important;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-overflow-scrolling: touch;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 0;
}

/*/ stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type

//
// Navbars
// --------------------------------------------------


// Wrapper and base class
//
// Provide a static navbar from which we expand to create full-width, fixed, and
// other navbar variations.
*/
.navbar {
  position: relative;
  border: 1px solid transparent;
}


/*// Navbar heading*/
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}


.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; 
  border-width: 1px 0 0;
}




/*// Navbar toggle
//
// Custom button for toggling the `.navbar-collapse`, powered by the collapse
// JavaScript plugin.*/

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px 9px 0;
  background-color: transparent;
  background-image: none; 
  border: 1px solid transparent;
}
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }


/*// Navbar nav links
//
// Builds on top of the `.nav` components with its own modifier class to make
// the nav the full height of the horizontal nav (above 768px).*/


 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 16px;
  }



/*// Dropdown menus*/

/*// Menu position and menu carets*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
/*// Menu position and menu caret support for dropups via extra dropup class*/
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
}


/*// Dropdown arrow/caret*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
}

/*// The dropdown wrapper (div)*/
.dropup,
.dropdown {
  position: relative;
}

/*// Prevent the focus on the dropdown toggle when closing dropdowns*/
.dropdown-toggle:focus {
  outline: 0;
}

/*// The dropdown menu (ul)*/
.dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: 0;
  display: none; 
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left; 
  list-style: none;
  background-clip: padding-box;
}
/*  // Links within the dropdown menu*/
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
  }



/*// Disabled state
//
// Gray out text and ensure the hover/focus state remains gray*/


/*// Open state for the dropdown*/
/*  // Show the menu*/
  .open > .dropdown-menu {
    display: block;
  }

/*  // Remove the outline when :focus is triggered*/
  .open > a {
    outline: 0;
  }

/*// Menu positioning
//
// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
// menu with the parent.*/
.dropdown-menu-right {
  right: 0;
  left: auto; 
}
/*// With v3, we enabled auto-flipping if you have a dropdown within a right
// aligned nav component. To enable the undoing of that, we provide an override
// to restore the default dropdown menu alignment.
//
// This is only for left-aligning a dropdown menu within a `.navbar-right` or
// `.pull-right` nav component.*/
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/*// Dropdown section headers*/
.dropdown-header {
  display: block;
  padding: 3px 20px;
  white-space: nowrap; 
}

/*// Backdrop to catch body clicks on mobile, etc.*/
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*// Right aligned dropdowns*/
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/*// Allow for dropdowns to go bottom up (aka, dropup-menu)
//
// Just add .dropup after the standard .dropdown class and you're set, bro.
// TODO: abstract this so that the navbar fixed styles are not placed here?
*/
 
  .dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
  }
  .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }



/*// Component alignment
//
// Reiterate per navbar.less and the modified component alignment there.*/

.nav {
  padding-left: 0; 
  margin-bottom: 0;
  list-style: none;
}
 .nav > li {
    position: relative;
    display: block;
 }
    .nav > li > a {
      position: relative;
      display: block;
      }
  .nav > li > a > img {
    max-width: none;
  }


/*// Tabs
// -------------------------*/

/*// Give the tabs something to sit on*/
  .nav-tabs > li {
    float: left;
/*    // Make the list-items overlay the bottom border*/
    margin-bottom: -1px;
  }
/*    // Actual tabs (as links)*/
    .nav-tabs > a {
      margin-right: 2px;
      border: 1px solid transparent;
    }

/*// Pills
// -------------------------*/

  .nav-pills > li {
    float: left;
  }

    .nav-pills+ li {
      margin-left: 2px;
    }

/*// Stacked pills*/
 
 .nav-stacked > li {
    float: none;
 }
    .nav-stacked + li {
      margin-top: 2px;
      margin-left: 0; 
    }
  


/*// Nav variations
// --------------------------------------------------

// Justified nav links
// -------------------------*/

.nav-justified {
  width: 100%;
}
  .nav-justified > li {
    float: none;
}
    .nav-justified > a {
      margin-bottom: 5px;
      text-align: center;
    }
  

  .nav-justified> .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

/*/ Move borders to anchors instead of bottom of list
//
// Mixin for adding on top the shared `.nav-justified` styles for our tabs*/
.nav-tabs-justified {
  border-bottom: 0;
}


/*// Tabbable tabs
// -------------------------*/

/*// Hide tabbable panes to start, show them when `.active`*/
.tab-content > .tab-pane {
    display: none;
  }
 .tab-content > .active {
    display: block;
  }


/*// Dropdowns
// -------------------------

// Specific dropdowns*/
.nav-tabs .dropdown-menu {
  margin-top: -1px;
 
}




/*// Alignment*/
.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }
.text-nowrap         { white-space: nowrap; }

/*// Transformation*/
.text-lowercase      { text-transform: lowercase; }
.text-uppercase      { text-transform: uppercase; }
.text-capitalize     { text-transform: capitalize; }


/*// List options

// Unstyled keeps list items block level, just removes default browser padding and list-style*/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}
dd {
  margin-left: 0; 
}


/*// Misc
// -------------------------

// Abbreviations and acronyms
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

  footer,
  small,
  .small {
    display: block;
}

/*// Opposite alignment of blockquote
//
// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.*/
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-left: 0;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


/*// Toggling content
// -------------------------*/

/*// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1*/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}


/*// For Affix plugin
// -------------------------*/

.affix {
  position: fixed;
}

.dropdown .dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px){
.col-md-push-7 {
    left: 58.33333333%;
}
.col-md-pull-5 {
    right: 41.66666667%;
}
body.modal-open {
  overflow: hidden;
}

.spinner img{
 height: 200px !important;
}
}

.multiselect-container li a label{
    display: flex;
}

.multiselect-container li a label input{
    margin-right: .5rem !important;
}

.cost.cloverly-cost{
    display: flex;
}

.mLeft25{
    margin-left: 25px !important;
}

.pageTitleBox h3,.pageTitleBox a,.pageTitleBox p{
    color: #ffffff;
}

/** 040523 **/
.ui-widget.ui-widget-content{ z-index: 9999 !important}
/** 290623 **/
.error_payment_waning{background: #000;border-color: #000;font-size: 16px;}


/* shrawani */
#supportModal.customModal .modal-dialog{
    width: 100%;
    max-width:800px;
    margin-top: 28px;
}
#supportModal.customModal .close img{
    max-width: 16px;
}
#supportModal.customModal .modal-content{
    border-radius:0;
    padding: 16px;
}
#supportModal.customModal .modal-title, #supportModal.customModal .modal-title h3 {
    font-family: Ubermove_bold, sans-serif !important;
    color: #000000;
    font-weight: 600;
    font-size: 20px !important;
}
#supportModal.customModal .modal-title{
    margin-bottom:22px;
    padding: 0 16px;
}
#supportModal.customModal .modal-body label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
#supportModal.customModal .modal-header .close{
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
}
#supportModal.customModal .modal-header{
    padding: 0 16px!important;
}
#supportModal.customModal .modalBoxInner{
    padding: 0 16px;
    overflow-y: scroll;
    max-height: 450px;
}
#supportModal.customModal .success_message{margin: 0 26px 8px 15px;}
#supportModal.customModal .modal-body {
    position: relative;
    padding: 0 0px;
}
#supportModal.customModal .modal-content {
    font-family: Ubermove, sans-serif !important;
}
#supportModal.customModal .form-control {
    color: #777777!important;
    font-size: 12px !important;
}
#supportModal .inputBox textarea.form-control {
    min-height: 60px;
    height: 60px;
    max-height: 60px;
}
#supportModal.customModal #has_capcherr.form-group{
    width: 100%;
    max-width: 550px;
}
#supportModal.customModal .submitBtn{
    text-align: right;
}
#supportModal.customModal .modal-footer{
    padding: 48px 16px 16px;
}
#supportModal.customModal .btnWhiteBg, #supportModal.customModal .btn.btnWhiteBg {
    min-width: 111px;
    border: 2px solid #000;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 15px;
}
#supportModal.customModal .themeBtn,#supportModal.customModal .btn.themeBtn {
    min-width: 111px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Uber Move ', sans-serif;
    padding: 10px 25px;
    margin-left:10px;
    height: 48px;
}
@media (max-width: 767.5px){
    /* promocode */
    .coupon-code-section .clearable {
        max-width: 100%;
        display: block;
    }
    .coupon-code-section .coupon-code-input-block .coupon-btn {
        width: 100%;
        border-radius: 8px;
        margin-top: 12px;
        margin-left: 0px;
    }
    .coupon-code-section .coupon-code-input-block .searchinput {
        border-radius: 4px;
        width: 100%;
    }
    .coupon-code-input-block.d-flex{
        display: block !important;
    }

    #supportModal .modal-footer .btn+.btn {
    width: 100%;
    max-width:111px;
    margin-top:0;
}
#footerArea{
    border-top: 1px solid #000;
}
}


@media(max-width:576.5px){

   .categoryPageArea .container-fluid{
        padding-right: 11.5px;
        padding-left: 11.5px;
    }
    #product-product .product-right-section{
        padding:0 20px
    }
    #single-checkout .container-fluid{
        padding:0 20px
    }
    #checkout-cart .checkoutCartBox {
        padding: 24px 5px;
    }
    .checkoutArea .checkoutAddBtn .cancelbtn-mybuy, .checkoutArea .checkoutBtn .return-cart-btn {
        margin-top: 0;
        width: 100%;
    }
    #single-checkout .checkoutAddBtn.flexCenter.flexBetween{
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
    }
    #single-checkout .return-cart-btn, #billing_my_new_form_cancel, #shipping_my_new_form_cancel, .checkoutArea .checkoutAddBtn .savebtn-mybuy,.checkoutArea .checkoutAddBtn .complete-order-btn-save{
        margin-top: 16px;
        width: 100%;
    }
    .sort-section .multiSelectBtn{
        border:1px solid #D9D9D6;
    }
    .sort-section .multiSelectBtn .multiselect-selected-text{
        color: #53565A;
        font-family: 'Uber Move Text',sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; 
    }
    #product-category .categoryPageArea,#product-search .productSearchArea{
        padding-top: 0px;
         position:relative;
    }
    .filterClearBtn-mbl{display:block;margin-top:16px}
    .filterClearBtn{display: none;}
    .closebutton{display:block}
    .btn-tglFilter{display: block;}
    #column-left{position:absolute;top:0}
    .tgl-filter{display:none;position: absolute;right: 0px;left: 0px;top:93px;width: 100%;background:#fff;z-index:10;padding:24px!important;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);}
    .sort-section .breadcrumb {
        padding:24px 0 12px;
    }
    #product-category .sort-section,
    .productSearchArea .sort-section{
        display: block;
        padding-bottom: 24px;
        position:relative;
    }
    .sort-section .sortDropdown {
        position: relative;
        max-width: unset;
        width: 100%;
    }
    .sort-section .mbl-btn-view{
        width:100%;
    margin-right:24px
    }
    .sort-section .mbl-btn-view button{
        width:100%
    }
    .itemGridTwo .itemGridImg .itemBoxIcon .itemImgIcon img{
        max-width: 21px;
    }
    .itemBoxIcon .itemImgIcon + .itemImgIcon {
        margin-top: 5px;
    }
    .itemBoxIcon {
        position: absolute;
        left: 9px;
        top: 9px;
    }
    .checkoutCartBox tbody .cart-row .popUpImg {
        border: 1px solid #EAEAEA;
    }
   /* .sort-section .sortDropdown {
        max-width: 50%;
        width: 50%;
    }*/
    .filterClearBtn {
        margin-bottom: 16px;
    }
    .categoryPageArea #column-left.col-sm-5, .categoryPageArea #content.col-sm-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #product-category #product-list-aj{
        margin-top: 0px;
    }
    #filterColumn #listGroupTwo{
        overflow-y: auto;
        height: 100%;
        max-height: 250px;
        padding-right:10px
    }
    /*removed search and clear filter */
    .fiterSearchBox{
        display:none
    }
    .orderToggleBox .order-detail-toggle {
        background: #F6F6F6;
        padding:18px 20px 19px
    }
    .checkoutArea .orderSummaryText .itemTotalPrice{
        display: flex;
        align-items: center;
    }
    .checkoutArea .panel-body .form-group {
        padding: 0 18px;
        width: 100%;
        min-width: 285px;
    }
     .orderToggleBox .order-cart-text{
        font-size: 13px;
        line-height: 18.2px;
        color: #000;
        margin: 0;
        font-weight: 700;
        font-family: 'Uber Move Text',sans-serif;
    } 
    #collapse-checkout-confirm .panel.panel-default {
        border-top: none;
        background: #F6F6F6;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        /* display: flex; */
    }
    .checkoutArea .rightColumn {
        padding: 0px 0 24px 0;
    }
    .checkoutArea .addPanelBox {
        padding: 18px 20px;
    }
    .addPanelBox .panelBoxTitle, .panelForm .panelBoxTitle {
        padding-bottom: 12px;
    }
    .custom-radio-btn .radio-btn, .checkoutArea .form-group .radio-btn {
        font-size: 14px;
    }
    .checkoutArea .left-panel .radioPanelBox .radio {
        border-top: 1px solid #EAEAEA;
    }
    #coupa_ord_confm_id{height: 50px;}

    .checkoutArea .themeContainer {
        padding: 0 0px;
    }
    .checkoutArea .orderToggleBox{
        background:#F6F6F6;
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
        width: calc(100% + 40px);
    }
    .fn-total .fn-t-row.total-text {
        margin-top: 0px;
        border-top: 1px solid #EAEAEA;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .fn-total .fn-t-row.total-text span.cost-title,.fn-total .fn-t-rowtotal-text span.cost{
        font-family: 'Uber Move';
        font-size: 19px;
        font-weight: 500;
        line-height: 26.6px
    }
    .orderSummaryBox .summaryTextTop {
        margin-bottom: 38px;
    }

    .checkoutArea #collapse-checkout-confirm .panel-body {
        padding: 0 20px;
    }
    .orderSummaryBox .orderSummaryInfo {
        border-bottom: 1px solid #EAEAEA;
        padding: 14px 0;
    }
    .fn-total {
        margin-top: 22px;
    }
    .leftColumn .fn-total .fn-t-row {
        margin-bottom: 20px;
    }
    .fn-total .fn-t-row span.cost,.fn-total .fn-t-row span.cost-title {
        font-weight: 500;
        line-height: 18px;
    }
    .leftColumn .fn-total .fn-t-row.total-text{
        margin-bottom: 0;
    }



    .itemGridTwo .itemGridContent {
        padding-top: 16px;
    }
    .prodDetailTitle h2 {
        line-height: 39.2px;
    }
    
    .cart-table tbody tr.cart-row td .itemName a{
        font-size: 14px;
        font-family: 'Uber Move',sans-serif;
    }
    .cartItemBot {
        margin-top: 32px;
    }
    .cart-table tbody tr.cart-row td{
        padding-bottom: 20px;
    }
    .cart-table tbody tr.cart-row td::before {
        font-size: 13px;
        font-weight: 700;
        line-height: 18.2px;
        margin-bottom: 5px;
    }
    .cart-table tbody tr.cart-row td .itemQtyInput {
        width: 60px;
        height: 30px;
        font-size: 13px;
        font-weight: 700;
        line-height: 18.2px;
    }
    .sub-input input.form-control {
        height: 30px;
        width: 60px;
     }
    .checkoutArea .leftColumn {
        padding: 0px 0 0 0;
    }
    .homePageCategory .tabs-section .slider-box{
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    .homePageCategory .tabs-section .slider-box img{
        max-width: 285px;
    }
    .homePageCategory .tabs-section .slick-slide{
        max-width: 285px;
        margin: 0 10px;
    }
    .tabs-section .slider-box:hover{
        box-shadow: none;
    }
    .tabs-section .slider-box h3 {
        margin-top: 13.21px;
    }
    .tabs-section .tab-content {
        margin: 32px -12px 0px;
    }
    .footerLogoBox img {
        min-width: 79px;
    }
    .productDetailsBox .prodDetailPrice table thead tr td, .productDetailsBox .prodDetailPrice table tbody tr td{
        text-align: left!important;
    }
    .breadcrumb > li + li::before {
        background-image: url(../image/breadcrumb-arrow-mobile-gray.svg);
        width: 7px;
        height: 9px;
        background-size: 12px;
        padding: 0 8px;
        background-repeat: no-repeat;   
    }
}
.favourites-list{display: flex;flex-direction: row;}
/* .favourites-block .height-100{
    max-height: 330px;
} */
.responsive-two-columns {
    /* display:flex;
    flex-wrap:wrap;
    flex-direction: column; */
    width: 100%;
}

/* columns */
.responsive-two-columns {
    width:100%;
    /* padding:1rem; */
    /* height: calc(100vh - 417.2px); */
    /* border: 1px solid red; */
}
.favourites-block {
    /* border: 1px solid black; */
    min-height: 330px;
    width: 100%;
    /* height: 100%; */
    display: grid;
    max-width: 401px;
}
/* tablet breakpoint */
@media (max-width:1024.5px) {
    .favourites-list {
        display: block;
    }
    .responsive-two-columns {
        width: 100%;
        display: flex;
    }
}
@media (max-width:767.5px) {
    .favourites-list{display: block;padding: 0;}
    .favourites-section .favourites-list p span{display: unset;}
    .responsive-two-columns {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .responsive-two-columns.mission-collection{
        flex-direction: column-reverse;
    }
    .favourites-block {
        max-width: unset;
    }
    .favourites-section {
        padding: 0px 0 0;
    }
    #footerArea .projectStartArea {
     display: none;
    }
    #product-product .product-right-section, #product-product .product-left-section {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #headerArea {
        border-bottom: 1px solid #000;
    }
}
/*added by Roman 01-02-2024 */
.remove-confirm-btn-item.themeBtn.close{
    opacity: 1;
    float: unset;
}

#supportModal.customModal .modal-dialog{
    min-height: 100%;
    max-height: unset;
}

/* ==== Multicart UI - total on top ==== */
tr.tableTotalRow {
    background: #202020 !important;
}
.multiCartArea .tableTotalRow .btn.btnWhiteBg{
    width: 140px;
    font-size: 12px;
    line-height: 1;
    padding: 0 10px;
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #000000 !important;
    background-color: #ffffff !important;
    font-weight: 600;
} 
.multiCartArea .tableTotalRow .btn.btnWhiteBg:hover{
    background: #cacaca !important;
}
.flexCenter.flexBetween.tableTotalText p, .flexCenter.flexBetween.totalItemQtyText p {
    font-family: 'Uber Move Text', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 7px !important;
    color: #fff;
}
.item-qty.qt--data{
    font-family: 'Uber Move Text', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    color: #fff;
    background: transparent;
}

.tableTotalRow .item-costing ul li{
    font-family: 'Uber Move Text', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    color: #fff;
}
.tabelTotalRow .qty-text{
    font-family: 'Uber Move Text', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
     color: #fff;
}
.flexCenter.flexBetween.itemInfoText p, .flexCenter.flexBetween.itemInfoText span {
    font-family: 'Uber Move Text', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    color: #ffffff;
}
.tableTotalRow .tableTotalBox .tableTotalText:last-child p{
    margin-bottom: 0 !important;
}
#mainCart .scroll-table tbody td:nth-child(1), #mainCart .scroll-table tfoot td:nth-child(1), #mainCart .scroll-table thead th:nth-child(1){
    background-color: #ffffff;
}
#mainCart .scroll-table tbody .tableTotalRow td:nth-child(1){
    background-color: #202020 !important; 
}
#mainCart .addItemInfoTd{
    padding: 0 !important; 
    background-color: #202020;
}
#mainCart .addItemInfoTd .addItemInfoBox{
    border-bottom: 1px solid #cacaca;
    padding: 7px 12px; 
}
#mainCart .addItemInfoTd .addItemInfoBox:last-child{
    border-bottom: 0;
}